/* Fix for left nav arrows */
 .arrow-button__link svg{
	 min-width: 1.25rem;
}
/* Fix for left nav titles wrapping */
 .side-nav__link .arrow-button__link-text, .side-nav__link.is-active .side-nav__link-text{
	 line-height: 1.5em;
	 padding: 1em 0em 1em 0em;
}
 .abt-exploremore.arrow-button--text-only>.arrow-button__link{
	 line-height: 1.5em;
	 padding: 0.25em 0em 0.25em 0em;
	 margin: 0px;
	 width: 100%;
}
/* 1024 x 768 */
 @media (min-width:768px){
	 .abt-exploremore.arrow-button--text-only>.arrow-button__link svg{
		 margin-right:1em;
	}
}
 @media (min-width:1024px){
	 .abt-exploremore.arrow-button--text-only>.arrow-button__link svg{
		 margin-right:0em;
	}
}
 [docroot] {
	 list-style-type: none;
	 margin:0px;
	 padding:0px;
	 overflow: hidden;
	 page-break-inside: avoid;
}
 [docroot] li {
	 list-style-type: none;
	 padding-left:1em;
	 page-break-inside: avoid;
}
 [docroot] a {
	 position: relative;
	 display: block;
	 padding:0.5em 0.25em 0.25em 1.25em;
	 cursor:pointer;
	 word-break:break-word;
	 color:#006991;
}
 [docroot] a.dir:before, [docroot] a.file:before, [docroot] a.pdf:before, [docroot] a.doc:before, [docroot] a.docx:before, [docroot] a.ppt:before, [docroot] a.pptx:before, [docroot] a.txt:before, [docroot] a.exe:before, [docroot] a.zip:before, [docroot] a.png:before, [docroot] a.jpg:before, [docroot] a.mp3:before, [docroot] a.mp4:before {
	 position: absolute;
	 left:0px;
	 font-family: FontAwesome;
}
 [docroot] a.dir:before{
	content:"\f07c";
}
 [docroot] a.file:before{
	content:"\f016";
}
 [docroot] a.pdf:before{
	content:"\f1c1";
}
 [docroot] a.doc:before{
	content:"\f1c2";
}
 [docroot] a.docx:before{
	content:"\f1c2";
}
 [docroot] a.ppt:before{
	content:"\f1c4";
}
 [docroot] a.pptx:before{
	content:"\f1c4";
}
 [docroot] a.txt:before{
	content:"\f0f6";
}
 [docroot] a.exe:before{
	content:"\f085";
}
 [docroot] a.zip:before{
	content:"\f1c6";
}
 [docroot] a.png:before{
	content:"\f1c5";
}
 [docroot] a.jpg:before{
	content:"\f1c5";
}
 [docroot] a.mp3:before{
	content:"\f1c7";
}
 [docroot] a.mp4:before{
	content:"\f1c8";
}
 [docroot] a.dir[aria-expanded="false"]:before{
	content:"\f07b";
}
 [docroot] a.dir[aria-expanded="true"]:before{
	content:"\f07c";
}
 [docroot] [aria-expanded="false"] + [docroot]{
	 display:none;
}
/* coastline style overrides */
 div[docroot]{
	 padding:1em 0.25em;
	 border-left:1em double #cceaf7;
}
 [docroot] a{
	 color:#0096d6;
}
 [docroot] a:before{
	 color:#8a8a8a;
	 padding-right:0.25em;
}
 [cctoggle]{
	 cursor:pointer;
}
 [cctoggle][aria-expanded="false"] + *{
	 display:none;
}
 .docview-toggle{
	 position:relative;
	 font-family:"Montserrat Medium","Open Sans",Helvetica,Arial,sans-serif;
	 font-size:1.125rem;
	 line-height: 1.875rem;
	 padding:.9375rem 4rem .9375rem 1.25rem;
	 margin-bottom:0px;
	 background-color:#eee;
	 color:#000;
}
 .docview-toggle[aria-expanded="true"]{
	 background-color:#cceaf7;
}
 .docview-toggle:after{
	 font-family:FontAwesome;
	 color:#0096d6;
	 content:"\f07b";
	 position:absolute;
	 right:0px;
	 top:0px;
	 font-size:1.5em;
	 padding: 0.6em 0.75em 0em 0em;
}
.accordion__item .docview-toggle{
    color: #fff;
    background-color:#32648e;
}
.accordion__item .docview-toggle:after{
    color: #fff;
}
 .docview-toggle[aria-expanded="true"]:after{
	 content:"\f07c";
}
 .docview-toggle[aria-expanded="true"] + div {
	 margin-bottom: 1.5em;
}
 .docview-toggle[aria-expanded="false"] {
	 margin-bottom: 1.25em;
}
 [craniumcafe] iframe{
	width:100%;
}
 [testing-times]{
	 padding-top:1.5em;
}
 [testing-times] input[type="text"]{
	 width:63%;
}
 [testing-times] input[type="button"]{
	 position: relative;
	 display: inline-block;
	 max-height: 3.625rem;
	 padding: 1.3125rem 1.4375rem;
	 border: .125rem solid transparent;
	 background-color: #444;
	 color: #fff;
	 top: 3px;
	 cursor:pointer;
}
 [testing-times] [testing-times-view]{
	 margin-top: 1.5em;
	 list-style-type:none;
	 margin-left:0em;
}
 [testing-times] [testing-times-item="hide"]{
	 display:none;
}
 [testing-times] .testing-times-title{
	 position:relative;
	 cursor:pointer;
	 padding-left:1.25em;
}
 [testing-times] .testing-times-title:hover, [testing-times] .testing-times-title:focus{
	 text-decoration:underline;
}
 [testing-times] .testing-times-title:before{
	 font-family:FontAwesome;
	 content:"\f054";
	 position:absolute;
	 display:block;
	 left:0px;
	 top:0px;
}
 [testing-times] .testing-times-title[aria-expanded="true"]:before{
	 content:"\f078";
}
 [testing-times] .testing-times-subtitle{
	 font-size: 1.25em;
	 margin-bottom: 0px;
}
 [testing-times] .testing-times-event-date, [testing-times] .testing-times-event-time{
	 margin-bottom:0px;
}
 [kumu]{
	 display:block;
	 width:100%;
	 height:80vh;
	 min-height:20em;
}
 table{
	 position:relative;
	 display:block;
	 /*display:table;*/
	 width:100%;
	 margin-bottom:1.5em;
	 border-collapse:collapse;
	 overflow-x:auto;
}
table caption{
    text-align:left;
    font-weight:bold;
    padding-top:0.5rem;
}
table caption p{
    font-size:1.25rem;
    font-weight:bold;
}
 thead{
	 text-align:left;
}
th{
    border-bottom:4px solid #aaa;
    min-width:7em;
    vertical-align:baseline;
    padding-right:0.5em;
}
td{
    border-bottom:1px solid #ccc;
    padding-top:0.5em;
    padding-right:0.5em;
    vertical-align:baseline;
}

[ccdir] [ccdir-view]{
    list-style-type: none;
    padding-left: 0px; 
}
[ccdir] [ccdir-item]{
    position: relative;
    padding-left:1.5em;
}
[ccdir] [ccdir-item] .full-name{
    font-size: 1.75em;
    margin-bottom: 0em;
    line-height: 1.25em;
    margin-top: 0.5em;
}
[ccdir] [ccdir-item] .department{
    font-weight:bold;
    margin:0em;
}
[ccdir] [ccdir-item] .phone{
    margin:0em;
}
[ccdir] [ccdir-item] .email{
    margin:0em;
}

[ccdir] [ccdir-item] .faculty-staff{
    position: absolute;
    left:0px;
    top:0px;
    /*bottom:0px;*/
    margin-top:0.5em;
    font-family: FontAwesome;
}
[ccdir] [ccdir-item] .faculty-staff[aria-label="Faculty"]:after{
    content:"\f19d";
}
[ccdir] [ccdir-item] .faculty-staff[aria-label="Staff"]:after{
    content:"\f013";
}

[ccdir] input[type="text"]{
	 width:63%;
}
[ccdir] input[type="button"]{
	 position: relative;
	 display: inline-block;
	 max-height: 3.625rem;
	 padding: 1.3125rem 1.4375rem;
	 border: .125rem solid transparent;
	 background-color: #444;
	 color: #fff;
	 top: 3px;
	 cursor:pointer;
}

.fatv-vid-card{padding-top:1em;padding-bottom:1em;}
.embed-container-fatv-container{display: inline-block;width: 50%;padding: 5px;margin: 0px;border: 0px solid #000;float: left;}
.embed-container-fatv {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;box-shadow:1px 1px 2px #444;}
.embed-container-fatv iframe,.embed-container-fatv object,.embed-container-fatv embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
@media(max-width: 768px){
    .embed-container-fatv-container {float:none;width:100%;}
}
[email-signature]{
    width:100%;
    min-height:15em;
}
.bg-primary-1{background-color:#003764;}
.bg-primary-2{background-color:#6BC4E8;}
.bg-primary-3{background-color:#3CB4E5;}
.masthead-fullimages__item {
    display: block;
    width: 100%;
    height:95vh;
    min-height:95vh;
    position: relative;
    overflow: hidden 
}
@media print, screen and (min-width: 64em) {
    .masthead-fullimages__item {
        height:95vh;
        min-height:95vh;
    }
}


/*
    fix for Raiser's Edge embeded forms
*/
.BBFormRadioButtonContainer input[type="radio"]+label:before,
.BBFormRadioButtonContainer input[type="radio"]+label:after,
.BBFormFieldContainerGiftMethods input[type="radio"]+label:before,
.BBFormFieldContainerGiftMethods input[type="radio"]+label:after,
.BBFormFieldContainerPaymentMethods input[type="radio"]+label:before,
.BBFormFieldContainerPaymentMethods input[type="radio"]+label:after{
    display: none;
}
/*
    fix for brei spacing following a list
*/
/*.user-markup .accordion__content ul + p, .user-markup .accordion__content ol + p{padding-top:1.2em}*/
/*.user-markup .accordion__content ul + *, .user-markup .accordion__content ol + *{padding-top:1.2em}*/
.user-markup ul li:last-child p:last-child {
    margin-bottom: 0px;
}
.accordion__content ul, .accordion__content ol{
    font-size:1rem;
}
[issuu-ctrl]{
    position:relative;
    display:block;
    width:100%;
    padding-bottom:40%;
}
[issuu-ctrl] + h2{
    margin-top: 2em;
}
[issuu]{
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        width:100%;
        height:100%;
    }
@media(max-width: 639px){
	.masthead-high-level__callout-image{
		display:none;
	}
}
.cc-btn{
	padding: 1.2rem 1.4375rem;
	background-color: #0096d6;
	color:#fff;
	border:1px solid #ccc;
	font-weight:bold;
	transition:0.25s;
	cursor: pointer;
}
.cc-btn:hover, .cc-btn:focus{
	background-color: #0273a3;
	transition:0.25s;
}
.cover-container{
    position:relative;
    display:block;
}
.cover{
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
}

/* ______ masthead______ */
.backdrop{
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}
.backdrop.backdrop-right{
    background-position: 85% 50%;
}
.backdrop.backdrop-left{
    background-position: 15% 50%;
}
.masthead-standard.full-width {
    height: auto;
    min-height: 31.25rem;
    padding: 0rem;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
}
.masthead-standard.full-width .masthead-standard__content{
    position: relative;
    text-align: left;
    padding: 8rem 2rem 1em 2em;
    margin: 0em;
    min-height:31.25rem;
}
.masthead-standard.full-width .arrow-button__link{
    margin-top: 1em;
}
.masthead-standard.full-width .arrow-button__link, .masthead-standard.full-width .arrow-button__link-text{
    color: #fff;
    display: inline-block;
    text-align:center;
    min-width:3rem;
}
@media print, screen and (min-width: 48em){
    .masthead-standard.full-width {
        height: auto;
        min-height: 31.25rem;

        padding: 0rem;
        -webkit-align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
    .masthead-standard.full-width .masthead-standard__content{
        position: relative;
        text-align: left;
        padding: 8rem 2rem 1em 2em;
        margin: 0em;
        min-height:31.25rem;
    }
}
@media print, screen and (min-width: 64em){
    .masthead-standard.full-width {
        padding: 0px;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .masthead-standard.full-width .masthead-standard__content{
        position: relative;
        text-align: right;
        padding: 8rem 6.25rem 1em 2em;
        margin: 0em;
        min-height:31.25rem;
    }
    .masthead-standard.full-width.left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .masthead-standard.full-width.left .masthead-standard__content{
        text-align: left;
        padding: 8rem 2rem 1em 6.2em;
    }
}
.text-background, .text-background-light, .text-background-medium, .text-background-dark{
    z-index: -1;
}
.text-background, .text-background-dark{
    background-color: rgba(45,45,45,0.6);
}
.text-background-light{
    background-color: rgba(45,45,45,0.35);
}

.pathways-buttons{
    position: relative;
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.pathways-button{
    position: relative;
    display: inline-block;
    width: 12rem;
    font-size: 1.25rem;
    line-height:1.5rem;
    padding: 0.5rem 0.25rem 5rem 0.25rem;
}

.pathways-button img{
    position: relative;
    display: block;
    margin: auto;
    width: 8rem;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 0.15rem;
    border-width: 0.15rem;
    border-style: solid;
    border-color: transparent;
    transition: border-color 0.25s;
}

.pathways-buttons .pathways-button:hover .behaviour-culture-society, .pathways-buttons .pathways-button:focus .behaviour-culture-society{
	border-color: #ff6500;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .business-management, .pathways-buttons .pathways-button:focus .business-management{
	border-color: #f6861f;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .education, .pathways-buttons .pathways-button:focus .education{
	border-color: #ffff00;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .health-wellness, .pathways-buttons .pathways-button:focus .health-wellness{
	border-color: #64cc00;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .language-literature, .pathways-buttons .pathways-button:focus .language-literature{
	border-color: #009b00;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .law-safety, .pathways-buttons .pathways-button:focus .law-safety{
	border-color: #00cccf;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .science-mathematics, .pathways-buttons .pathways-button:focus .science-mathematics{
	border-color: #0062cf;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .technology, .pathways-buttons .pathways-button:focus .technology{
	border-color: #9d9fa2;
	transition: border-color 0.25s;
}
.pathways-buttons .pathways-button:hover .visual-performing-arts, .pathways-buttons .pathways-button:focus .visual-performing-arts{
	border-color: #cf009b;
	transition: border-color 0.25s;
}


.pathways-button .text{
    position: absolute;
    padding-top:0.25rem;
    bottom:0px;
    left:0.1rem;
    right: 0.1rem;
    height:5rem;
}


@media (max-width: 1024px){
    .pathways-button{
        width: 9rem;
        font-size: 1rem;
        line-height:1.25rem;
        padding: 0.5rem 0.25rem 4rem 0.25rem;
    }
    .pathways-button img{
        width: 7rem;
        padding: 0.25rem;
    }
    .pathways-button .text{
        padding-top: 0.25rem;
        left: 0.2rem;
        right: 0.2rem;
        height: 4rem;
    }
}

@media (max-width: 600px){
    .pathways-buttons{
        text-align: left;
    }
    .pathways-button{
        width: 100%;
        font-size: 1.25rem;
        /*line-height:1.25rem;*/
        padding: 0rem;
    }
    .pathways-button img{
        display: inline-block;
        width: 5.5rem;
        position: relative;
        padding: 0.25rem;
        vertical-align: top;
    }
    .pathways-button .text{
        position: relative;
        display: inline-block;
        width:65%;
        vertical-align: bottom;
    }
}

/* Borrowed and modified a bit, with appreciation, from Bootstrap 3.3.4 by cjohnston@coastline.edu
 * 
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
._boot{
  position: relative;
  display: block;
  overflow: hidden;
}
._boot ._container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  ._boot ._container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  ._boot ._container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  ._boot ._container {
    width: 1170px;
  }
}
._boot ._container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
._boot ._row {
  margin-right: -15px;
  margin-left: -15px;
}

/* _collapse added by cjohnston@coastline.edu */
._boot ._container-fluid._collapse{
    padding:0px 0px 0px 0px;
}
._boot ._container-fluid._collapse > ._row, ._boot ._container-fluid._collapse > ._row > *{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
/* /_collapse */
._boot ._col-xs-1, ._boot ._col-sm-1, ._boot ._col-md-1, ._boot ._col-lg-1, ._boot ._col-xs-2, ._boot ._col-sm-2, ._boot ._col-md-2, ._boot ._col-lg-2, ._boot ._col-xs-3, ._boot ._col-sm-3, ._boot ._col-md-3, ._boot ._col-lg-3, ._boot ._col-xs-4, ._boot ._col-sm-4, ._boot ._col-md-4, ._boot ._col-lg-4, ._boot ._col-xs-5, ._boot ._col-sm-5, ._boot ._col-md-5, ._boot ._col-lg-5, ._boot ._col-xs-6, ._boot ._col-sm-6, ._boot ._col-md-6, ._boot ._col-lg-6, ._boot ._col-xs-7, ._boot ._col-sm-7, ._boot ._col-md-7, ._boot ._col-lg-7, ._boot ._col-xs-8, ._boot ._col-sm-8, ._boot ._col-md-8, ._boot ._col-lg-8, ._boot ._col-xs-9, ._boot ._col-sm-9, ._boot ._col-md-9, ._boot ._col-lg-9, ._boot ._col-xs-10, ._boot ._col-sm-10, ._boot ._col-md-10, ._boot ._col-lg-10, ._boot ._col-xs-11, ._boot ._col-sm-11, ._boot ._col-md-11, ._boot ._col-lg-11, ._boot ._col-xs-12, ._boot ._col-sm-12, ._boot ._col-md-12, ._boot ._col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
._boot ._col-xs-1, ._boot ._col-xs-2, ._boot ._col-xs-3, ._boot ._col-xs-4, ._boot ._col-xs-5, ._boot ._col-xs-6, ._boot ._col-xs-7, ._boot ._col-xs-8, ._boot ._col-xs-9, ._boot ._col-xs-10, ._boot ._col-xs-11, ._boot ._col-xs-12 {
  float: left;
}
._boot ._col-xs-12 {
  width: 100%;
}
._boot ._col-xs-11 {
  width: 91.66666667%;
}
._boot ._col-xs-10 {
  width: 83.33333333%;
}
._boot ._col-xs-9 {
  width: 75%;
}
._boot ._col-xs-8 {
  width: 66.66666667%;
}
._boot ._col-xs-7 {
  width: 58.33333333%;
}
._boot ._col-xs-6 {
  width: 50%;
}
._boot ._col-xs-5 {
  width: 41.66666667%;
}
._boot ._col-xs-4 {
  width: 33.33333333%;
}
._boot ._col-xs-3 {
  width: 25%;
}
._boot ._col-xs-2 {
  width: 16.66666667%;
}
._boot ._col-xs-1 {
  width: 8.33333333%;
}
._boot ._col-xs-pull-12 {
  right: 100%;
}
._boot ._col-xs-pull-11 {
  right: 91.66666667%;
}
._boot ._col-xs-pull-10 {
  right: 83.33333333%;
}
._boot ._col-xs-pull-9 {
  right: 75%;
}
._boot ._col-xs-pull-8 {
  right: 66.66666667%;
}
._boot ._col-xs-pull-7 {
  right: 58.33333333%;
}
._boot ._col-xs-pull-6 {
  right: 50%;
}
._boot ._col-xs-pull-5 {
  right: 41.66666667%;
}
._boot ._col-xs-pull-4 {
  right: 33.33333333%;
}
._boot ._col-xs-pull-3 {
  right: 25%;
}
._boot ._col-xs-pull-2 {
  right: 16.66666667%;
}
._boot ._col-xs-pull-1 {
  right: 8.33333333%;
}
._boot ._col-xs-pull-0 {
  right: auto;
}
._boot ._col-xs-push-12 {
  left: 100%;
}
._boot ._col-xs-push-11 {
  left: 91.66666667%;
}
._boot ._col-xs-push-10 {
  left: 83.33333333%;
}
._boot ._col-xs-push-9 {
  left: 75%;
}
._boot ._col-xs-push-8 {
  left: 66.66666667%;
}
._boot ._col-xs-push-7 {
  left: 58.33333333%;
}
._boot ._col-xs-push-6 {
  left: 50%;
}
._boot ._col-xs-push-5 {
  left: 41.66666667%;
}
._boot ._col-xs-push-4 {
  left: 33.33333333%;
}
._boot ._col-xs-push-3 {
  left: 25%;
}
._boot ._col-xs-push-2 {
  left: 16.66666667%;
}
._boot ._col-xs-push-1 {
  left: 8.33333333%;
}
._boot ._col-xs-push-0 {
  left: auto;
}
._boot ._col-xs-offset-12 {
  margin-left: 100%;
}
._boot ._col-xs-offset-11 {
  margin-left: 91.66666667%;
}
._boot ._col-xs-offset-10 {
  margin-left: 83.33333333%;
}
._boot ._col-xs-offset-9 {
  margin-left: 75%;
}
._boot ._col-xs-offset-8 {
  margin-left: 66.66666667%;
}
._boot ._col-xs-offset-7 {
  margin-left: 58.33333333%;
}
._boot ._col-xs-offset-6 {
  margin-left: 50%;
}
._boot ._col-xs-offset-5 {
  margin-left: 41.66666667%;
}
._boot ._col-xs-offset-4 {
  margin-left: 33.33333333%;
}
._boot ._col-xs-offset-3 {
  margin-left: 25%;
}
._boot ._col-xs-offset-2 {
  margin-left: 16.66666667%;
}
._boot ._col-xs-offset-1 {
  margin-left: 8.33333333%;
}
._boot ._col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  ._boot ._col-sm-1, ._boot ._col-sm-2, ._boot ._col-sm-3, ._boot ._col-sm-4, ._boot ._col-sm-5, ._boot ._col-sm-6, ._boot ._col-sm-7, ._boot ._col-sm-8, ._boot ._col-sm-9, ._boot ._col-sm-10, ._boot ._col-sm-11, ._boot ._col-sm-12 {
    float: left;
  }
  ._boot ._col-sm-12 {
    width: 100%;
  }
  ._boot ._col-sm-11 {
    width: 91.66666667%;
  }
  ._boot ._col-sm-10 {
    width: 83.33333333%;
  }
  ._boot ._col-sm-9 {
    width: 75%;
  }
  ._boot ._col-sm-8 {
    width: 66.66666667%;
  }
  ._boot ._col-sm-7 {
    width: 58.33333333%;
  }
  ._boot ._col-sm-6 {
    width: 50%;
  }
  ._boot ._col-sm-5 {
    width: 41.66666667%;
  }
  ._boot ._col-sm-4 {
    width: 33.33333333%;
  }
  ._boot ._col-sm-3 {
    width: 25%;
  }
  ._boot ._col-sm-2 {
    width: 16.66666667%;
  }
  ._boot ._col-sm-1 {
    width: 8.33333333%;
  }
  ._boot ._col-sm-pull-12 {
    right: 100%;
  }
  ._boot ._col-sm-pull-11 {
    right: 91.66666667%;
  }
  ._boot ._col-sm-pull-10 {
    right: 83.33333333%;
  }
  ._boot ._col-sm-pull-9 {
    right: 75%;
  }
  ._boot ._col-sm-pull-8 {
    right: 66.66666667%;
  }
  ._boot ._col-sm-pull-7 {
    right: 58.33333333%;
  }
  ._boot ._col-sm-pull-6 {
    right: 50%;
  }
  ._boot ._col-sm-pull-5 {
    right: 41.66666667%;
  }
  ._boot ._col-sm-pull-4 {
    right: 33.33333333%;
  }
  ._boot ._col-sm-pull-3 {
    right: 25%;
  }
  ._boot ._col-sm-pull-2 {
    right: 16.66666667%;
  }
  ._boot ._col-sm-pull-1 {
    right: 8.33333333%;
  }
  ._boot ._col-sm-pull-0 {
    right: auto;
  }
  ._boot ._col-sm-push-12 {
    left: 100%;
  }
  ._boot ._col-sm-push-11 {
    left: 91.66666667%;
  }
  ._boot ._col-sm-push-10 {
    left: 83.33333333%;
  }
  ._boot ._col-sm-push-9 {
    left: 75%;
  }
  ._boot ._col-sm-push-8 {
    left: 66.66666667%;
  }
  ._boot ._col-sm-push-7 {
    left: 58.33333333%;
  }
  ._boot ._col-sm-push-6 {
    left: 50%;
  }
  ._boot ._col-sm-push-5 {
    left: 41.66666667%;
  }
  ._boot ._col-sm-push-4 {
    left: 33.33333333%;
  }
  ._boot ._col-sm-push-3 {
    left: 25%;
  }
  ._boot ._col-sm-push-2 {
    left: 16.66666667%;
  }
  ._boot ._col-sm-push-1 {
    left: 8.33333333%;
  }
  ._boot ._col-sm-push-0 {
    left: auto;
  }
  ._boot ._col-sm-offset-12 {
    margin-left: 100%;
  }
  ._boot ._col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  ._boot ._col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  ._boot ._col-sm-offset-9 {
    margin-left: 75%;
  }
  ._boot ._col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  ._boot ._col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  ._boot ._col-sm-offset-6 {
    margin-left: 50%;
  }
  ._boot ._col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  ._boot ._col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  ._boot ._col-sm-offset-3 {
    margin-left: 25%;
  }
  ._boot ._col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  ._boot ._col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  ._boot ._col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  ._boot ._col-md-1, ._boot ._col-md-2, ._boot ._col-md-3, ._boot ._col-md-4, ._boot ._col-md-5, ._boot ._col-md-6, ._boot ._col-md-7, ._boot ._col-md-8, ._boot ._col-md-9, ._boot ._col-md-10, ._boot ._col-md-11, ._boot ._col-md-12 {
    float: left;
  }
  ._boot ._col-md-12 {
    width: 100%;
  }
  ._boot ._col-md-11 {
    width: 91.66666667%;
  }
  ._boot ._col-md-10 {
    width: 83.33333333%;
  }
  ._boot ._col-md-9 {
    width: 75%;
  }
  ._boot ._col-md-8 {
    width: 66.66666667%;
  }
  ._boot ._col-md-7 {
    width: 58.33333333%;
  }
  ._boot ._col-md-6 {
    width: 50%;
  }
  ._boot ._col-md-5 {
    width: 41.66666667%;
  }
  ._boot ._col-md-4 {
    width: 33.33333333%;
  }
  ._boot ._col-md-3 {
    width: 25%;
  }
  ._boot ._col-md-2 {
    width: 16.66666667%;
  }
  ._boot ._col-md-1 {
    width: 8.33333333%;
  }
  ._boot ._col-md-pull-12 {
    right: 100%;
  }
  ._boot ._col-md-pull-11 {
    right: 91.66666667%;
  }
  ._boot ._col-md-pull-10 {
    right: 83.33333333%;
  }
  ._boot ._col-md-pull-9 {
    right: 75%;
  }
  ._boot ._col-md-pull-8 {
    right: 66.66666667%;
  }
  ._boot ._col-md-pull-7 {
    right: 58.33333333%;
  }
  ._boot ._col-md-pull-6 {
    right: 50%;
  }
  ._boot ._col-md-pull-5 {
    right: 41.66666667%;
  }
  ._boot ._col-md-pull-4 {
    right: 33.33333333%;
  }
  ._boot ._col-md-pull-3 {
    right: 25%;
  }
  ._boot ._col-md-pull-2 {
    right: 16.66666667%;
  }
  ._boot ._col-md-pull-1 {
    right: 8.33333333%;
  }
  ._boot ._col-md-pull-0 {
    right: auto;
  }
  ._boot ._col-md-push-12 {
    left: 100%;
  }
  ._boot ._col-md-push-11 {
    left: 91.66666667%;
  }
  ._boot ._col-md-push-10 {
    left: 83.33333333%;
  }
  ._boot ._col-md-push-9 {
    left: 75%;
  }
  ._boot ._col-md-push-8 {
    left: 66.66666667%;
  }
  ._boot ._col-md-push-7 {
    left: 58.33333333%;
  }
  ._boot ._col-md-push-6 {
    left: 50%;
  }
  ._boot ._col-md-push-5 {
    left: 41.66666667%;
  }
  ._boot ._col-md-push-4 {
    left: 33.33333333%;
  }
  ._boot ._col-md-push-3 {
    left: 25%;
  }
  ._boot ._col-md-push-2 {
    left: 16.66666667%;
  }
  ._boot ._col-md-push-1 {
    left: 8.33333333%;
  }
  ._boot ._col-md-push-0 {
    left: auto;
  }
  ._boot ._col-md-offset-12 {
    margin-left: 100%;
  }
  ._boot ._col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  ._boot ._col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  ._boot ._col-md-offset-9 {
    margin-left: 75%;
  }
  ._boot ._col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  ._boot ._col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  ._boot ._col-md-offset-6 {
    margin-left: 50%;
  }
  ._boot ._col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  ._boot ._col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  ._boot ._col-md-offset-3 {
    margin-left: 25%;
  }
  ._boot ._col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  ._boot ._col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  ._boot ._col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  ._boot ._col-lg-1, ._boot ._col-lg-2, ._boot ._col-lg-3, ._boot ._col-lg-4, ._boot ._col-lg-5, ._boot ._col-lg-6, ._boot ._col-lg-7, ._boot ._col-lg-8, ._boot ._col-lg-9, ._boot ._col-lg-10, ._boot ._col-lg-11, ._boot ._col-lg-12 {
    float: left;
  }
  ._boot ._col-lg-12 {
    width: 100%;
  }
  ._boot ._col-lg-11 {
    width: 91.66666667%;
  }
  ._boot ._col-lg-10 {
    width: 83.33333333%;
  }
  ._boot ._col-lg-9 {
    width: 75%;
  }
  ._boot ._col-lg-8 {
    width: 66.66666667%;
  }
  ._boot ._col-lg-7 {
    width: 58.33333333%;
  }
  ._boot ._col-lg-6 {
    width: 50%;
  }
  ._boot ._col-lg-5 {
    width: 41.66666667%;
  }
  ._boot ._col-lg-4 {
    width: 33.33333333%;
  }
  ._boot ._col-lg-3 {
    width: 25%;
  }
  ._boot ._col-lg-2 {
    width: 16.66666667%;
  }
  ._boot ._col-lg-1 {
    width: 8.33333333%;
  }
  ._boot ._col-lg-pull-12 {
    right: 100%;
  }
  ._boot ._col-lg-pull-11 {
    right: 91.66666667%;
  }
  ._boot ._col-lg-pull-10 {
    right: 83.33333333%;
  }
  ._boot ._col-lg-pull-9 {
    right: 75%;
  }
  ._boot ._col-lg-pull-8 {
    right: 66.66666667%;
  }
  ._boot ._col-lg-pull-7 {
    right: 58.33333333%;
  }
  ._boot ._col-lg-pull-6 {
    right: 50%;
  }
  ._boot ._col-lg-pull-5 {
    right: 41.66666667%;
  }
  ._boot ._col-lg-pull-4 {
    right: 33.33333333%;
  }
  ._boot ._col-lg-pull-3 {
    right: 25%;
  }
  ._boot ._col-lg-pull-2 {
    right: 16.66666667%;
  }
  ._boot ._col-lg-pull-1 {
    right: 8.33333333%;
  }
  ._boot ._col-lg-pull-0 {
    right: auto;
  }
  ._boot ._col-lg-push-12 {
    left: 100%;
  }
  ._boot ._col-lg-push-11 {
    left: 91.66666667%;
  }
  ._boot ._col-lg-push-10 {
    left: 83.33333333%;
  }
  ._boot ._col-lg-push-9 {
    left: 75%;
  }
  ._boot ._col-lg-push-8 {
    left: 66.66666667%;
  }
  ._boot ._col-lg-push-7 {
    left: 58.33333333%;
  }
  ._boot ._col-lg-push-6 {
    left: 50%;
  }
  ._boot ._col-lg-push-5 {
    left: 41.66666667%;
  }
  ._boot ._col-lg-push-4 {
    left: 33.33333333%;
  }
  ._boot ._col-lg-push-3 {
    left: 25%;
  }
  ._boot ._col-lg-push-2 {
    left: 16.66666667%;
  }
  ._boot ._col-lg-push-1 {
    left: 8.33333333%;
  }
  ._boot ._col-lg-push-0 {
    left: auto;
  }
  ._boot ._col-lg-offset-12 {
    margin-left: 100%;
  }
  ._boot ._col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  ._boot ._col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  ._boot ._col-lg-offset-9 {
    margin-left: 75%;
  }
  ._boot ._col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  ._boot ._col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  ._boot ._col-lg-offset-6 {
    margin-left: 50%;
  }
  ._boot ._col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  ._boot ._col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  ._boot ._col-lg-offset-3 {
    margin-left: 25%;
  }
  ._boot ._col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  ._boot ._col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  ._boot ._col-lg-offset-0 {
    margin-left: 0;
  }
}
/* 3 column rollover */
    .sq-grid{
        position: relative;
        display: block;
        padding:0px;
        margin:0px;
    }
    .sq-grid.c3-tcm{
        position: relative;
        display: block;
        padding: 0px;
        margin-bottom: 1.7em;
    }
    .sq-grid.c3-tcm .c3-tcm-content{
        position: relative;
        display: block;
        width: 100%;
        /*margin-top: 1em;*/
    }
    .sq-grid.c3-tcm img{
        position: relative;
        display: inline-block;
        width: 18%;
        vertical-align: top;
        margin: 0px;
        padding: 0px;
    }
    .sq-grid.c3-tcm .c3-tcm-target{
        position: relative;
        display: inline-block;
        padding-left: 0.5em;
        width: 80%;
    }
    .sq-grid.c3-tcm .c3-tcm-backdrop{
        display: none;
    }
    .sq-grid.c3-tcm .c3-tcm-title{
        font-size: 3.5vw;
        margin: 0px;
        line-height: 1.5em;
    }
    .sq-grid.c3-tcm .c3-tcm-text{
        font-size: 3vw;
        margin: 0px;
        line-height: 1.2em
    }

    @media (min-width: 768px){
        .sq-grid.c3-tcm{
            padding: 75% 0px 0px 0px;
        }
        .sq-grid.c3-tcm .c3-tcm-backdrop{
            box-sizing: border-box;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-color: #000;
            padding-top: 0px;
            position: absolute;
            display: block;
            top:0px;
            right:0px;
            left:0px;
            height:100%;
            z-index: 0;
        }
        .sq-grid.c3-tcm .c3-tcm-content{
            position: absolute;
            bottom:0%;
            right:0px;
            left:0px;
            height: 0%;
            background-color:#0096d6;
            z-index: 1; 
            overflow:hidden;
            opacity: 0;
            transition: height 1s, opacity 0.25s;
        }
        .sq-grid.c3-tcm:hover .c3-tcm-content, .sq-grid.c3-tcm:focus-within .c3-tcm-content {
            height:100%;
            opacity: 0.9;
            transition: height 0.5s, opacity 0.75s;
        }
        .sq-grid.c3-tcm .c3-tcm-target{
                position: absolute;
                display: block;
                text-align:center;
                top:50%;
                transform: translateY(-50%);
                width: 100%;
                padding: 0.5vw;
        }
        .sq-grid.c3-tcm .c3-tcm-title{
            font-size: 2.8vw;
            color: #fff;
            line-height: 1.2em;
            margin-bottom: 0.5em;
        }
        .sq-grid.c3-tcm .c3-tcm-text{
            font-size: 1.5vw;
            color: #fff;
            line-height: 1.2em;
        }
        .sq-grid.c3-tcm img{
            display: none;
        }
    }
    @media (min-width: 1024px){
        .sq-grid.c3-tcm .c3-tcm-title{
            font-size: 1.7vw;
        }
        .sq-grid.c3-tcm .c3-tcm-text{
            font-size: 1.1vw;
        }
    }
.cc-button{
    display:block;
    width: 100%;
    text-align:center;
    line-height:3em;
    overflow:initial !important;
}
.cc-button > a{
    position: relative;
    text-decoration: none !important;
    width:auto;
    display: inline-block;
    min-width: 13.4375rem;
    padding: 1rem .75rem;
    color: #1b1b1b;
    background-color: transparent;
    border: .0625rem solid #0096d6;
    font-family: "Montserrat Bold","Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    line-height: 1.375rem;
    line-height: initial;
    text-transform: capitalize;
    transition: 0.2s ease-in;
}
.cc-button > a:before, .cc-button > a:after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    
}
.cc-button > a:before{
    border: .0625rem solid #1b1b1b;
    -webkit-transform: translate(.0625rem, .0625rem);
    -ms-transform: translate(.0625rem, .0625rem);
    transform: translate(.0625rem, .0625rem);
}
.cc-button > a:after{
    border: .0625rem solid #0096d6;
    -webkit-transform: translate(-.0625rem, -.0625rem);
    -ms-transform: translate(-.0625rem, -.0625rem);
    transform: translate(-.0625rem, -.0625rem);
}

.cc-button > a:hover, .cc-button > a:focus{
    color: #0096d6;
    background-color: transparent;
    transition: 0.2s ease-in;
}
.cc-button > a:hover:before, .cc-button > a:focus:before{
    -webkit-transform: translate(.15rem, .15rem);
    -ms-transform: translate(.15rem, .15rem);
    transform: translate(.15rem, .15rem);
}
.cc-button > a:hover:after, .cc-button:focus:after{
    -webkit-transform: translate(-.15rem, -.15rem);
    -ms-transform: translate(-.15rem, -.15rem);
    transform: translate(-.15rem, -.15rem);
}
.cc-button > a{
    position: relative;
    padding-left:0.75em;
    padding-right:2.25em;
}
.cc-button > a > svg{
    width: 1em;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-75%, -50%);
}
.cc-button > a > svg{
    fill: #0096d6;
    stroke: #0096d6;
    transition: 0.2s ease-in;
}
.cc-button > a:hover > svg, .cc-button > a:focus > svg{
    fill: #000;
    stroke: #000;
    transition: 0.2s ease-in;
}
.cc-infographic{
    /*padding-top: 2rem;*/
}
dl > dt{
    padding-top:0.5rem;
    margin-bottom: 0rem;
}
/*
dl > dd{
    padding-bottom: 0.5rem;
}
dl.collapse > dd{
    padding-bottom: 0px;
}
*/
.accordion__content{
    font-size: inherit;
}
.cc-grid{}
.cc-grid .cc-grid-custom{}
.cc-grid > ._image{z-index:1;}
.cc-grid > ._color{z-index:2;}
.cc-grid .cc-grid-custom > ._image{z-index:10;}
.cc-grid .cc-grid-custom > ._color{z-index:11;}
.cc-grid .cc-grid-custom > ._wysiwyg{
    position: relative;
    z-index:12;
}
.cc-grid .cc-grid-custom ._collapse{
    margin-left:-15px;
    margin-right:-15px;
}
.cc-grid .cc-grid-media-cell{
    padding-left: 0px;
    padding-right: 0px;
}
.cc-grid .cc-grid-media-cell iframe{
    width: 100%;
    height: 100%;
}
.cc-grid .cc-bg-white{background-color:#fff;}
.cc-grid .cc-bg-light-blue{background-color: #6BC4E8;}
.cc-grid .cc-bg-medium-blue{background-color: #3CB4E5;}
.cc-grid .cc-bg-dark-blue{background-color: #003764;}
.cc-grid .cc-bg-charcoal{background-color:#333;}
.cc-grid .cc-bg-black{background-color:#000;}
.cc-grid .cc-bg-o-100{opacity: 1;}
.cc-grid .cc-bg-o-90{opacity: 0.9;}
.cc-grid .cc-bg-o-80{opacity: 0.8;}
.cc-grid .cc-bg-o-70{opacity: 0.7;}
.cc-grid .cc-bg-o-60{opacity: 0.6;}
.cc-grid .cc-bg-o-50{opacity: 0.5;}
.cc-grid .cc-bg-o-40{opacity: 0.4;}
.cc-grid .cc-bg-o-30{opacity: 0.3;}
.cc-grid .cc-bg-o-20{opacity: 0.2;}
.cc-grid .cc-bg-o-10{opacity: 0.1;}
.cc-grid .cc-text-left{text-align: left;}
.cc-grid .cc-text-right{text-align: right;}
.cc-grid .cc-text-center{text-align: center;}
.cc-grid .cc-text-justify{text-align: justify;}
.cc-grid .font-white, .cc-grid .font-white > *{color:white;}
.cc-grid ._collapse{
    padding: 0px;
    margin: 0px;
}
.cc-grid .cc-p-t-1{padding-top: 1em;}
.cc-grid .cc-p-t-2{padding-top: 2em;}
.cc-grid .cc-p-t-3{padding-top: 3em;}

.cc-grid .cc-p-r-1{padding-right: 1em;}
.cc-grid .cc-p-r-2{padding-right: 2em;}
.cc-grid .cc-p-r-3{padding-right: 3em;}

.cc-grid .cc-p-b-1{padding-bottom: 1em;}
.cc-grid .cc-p-b-2{padding-bottom: 2em;}
.cc-grid .cc-p-b-3{padding-bottom: 3em;}

.cc-grid .cc-p-l-1{padding-left: 1em;}
.cc-grid .cc-p-l-2{padding-left: 2em;}
.cc-grid .cc-p-l-3{padding-left: 3em;}

/* aspect ratio */
.cc-grid .ar-1-1,
.cc-grid .ar-1-2,
.cc-grid .ar-1-3,
.cc-grid .ar-1-4,
.cc-grid .ar-2-1,
.cc-grid .ar-2-3,
.cc-grid .ar-3-1,
.cc-grid .ar-3-2,
.cc-grid .ar-3-4,
.cc-grid .ar-4-1,
.cc-grid .ar-4-3,
.cc-grid .ar-youtube-16-9,
.cc-grid .ar-youtube-4-3,
.cc-grid .ar-youtube-1-1{
    position: relative;
    display: block;
    margin:0px;
    padding:0px;
    border:none;
}
.cc-grid .ar-1-1{padding-bottom:100%;}
.cc-grid .ar-1-2{padding-bottom:200%;}
.cc-grid .ar-1-3{padding-bottom:300%;}
.cc-grid .ar-1-4{padding-bottom:400%;}
.cc-grid .ar-2-1{padding-bottom:50%;}
.cc-grid .ar-2-3{padding-bottom:150%;}
.cc-grid .ar-3-1{padding-bottom:33.33333333333333%;}
.cc-grid .ar-3-2{padding-bottom:66.66666666666666%;}
.cc-grid .ar-3-4{padding-bottom:133.33333333333331%;}
.cc-grid .ar-4-1{padding-bottom:25%;}
.cc-grid .ar-4-3{padding-bottom:75%;}
.cc-grid .ar-youtube-16-9{padding-bottom: 56.25%;}
.cc-grid .ar-youtube-4-3{padding-bottom: 75%;}
.cc-grid .ar-youtube-1-1{padding-bottom: 100%;}
.cc-full-width{width:100%;}
.cc-block{display:block;}

.cc-flex-three{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.cc-flex-three > .cc-flex-item{
    flex:0;
    flex-basis: 33.33333333%;
    position: relative;
    margin: 1em 0em 1em 0em;
}

@media (max-width: 1600px){
    .cc-flex-three > .cc-flex-item{
        flex-basis: 50%;
    }
}
@media (max-width: 768px){
    .cc-flex-three > .cc-flex-item{
        flex-basis: 100%;
    }
}

.cc-flex-bio{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 0;
}
.cc-flex-bio > .cc-flex-bio-img, .cc-flex-bio > .cc-flex-bio-content{
    flex: 1 1 0;
}
.cc-flex-bio > .cc-flex-bio-img{
    flex: 0;
}
.cc-flex-bio > .cc-flex-bio-img > img{
    width: 14em;
    box-shadow: 4px 4px 6px #ccc;
}
.cc-flex-bio > .cc-flex-bio-content{
    padding: 0em 1em 1em 3em;
}
.cc-flex-bio > .cc-flex-bio-content > .cc-flex-bio-data{
    position: relative;
    padding: 1.5em 1em 1em 1em;
    top: -2em;
    z-index: 1;
}
.cc-flex-bio > .cc-flex-bio-screen{
    position: absolute;
    display: block;
    background-color: #eee;
    top: 10em;
    right: 1em;
    bottom: 1em;
    left: 3em;
    z-index: -1;
}
.cc-flex-bio h2,
.cc-flex-bio h3,
.cc-flex-bio h4,
.cc-flex-bio h5,
.cc-flex-bio h6{
    font-size: 1.25em;
    line-height: 1.25em;
    color: #000;
}
@media (max-width: 1300px){
    .cc-flex-bio > .cc-flex-bio-img > img{
        width: 12em;
    }
    .cc-flex-bio > .cc-flex-bio-screen{
        top:9em;
    }
}

@media (min-width: 801px){
    .cc-bio-header-in-mobile{
        display: none;
    }
}

@media (max-width: 800px){
    .cc-bio-header-in-desktop{
        display: none;
    }
}

@media (max-width: 800px){
    .view-in-mobile{
        flex-direction: column !important;
    }
}

@media (min-width: 801px){
     .centered-view-in-desktop{
         align-items:center !important;
    }
}


.cc-wysiwyg-vid-16-9{
    position:relative;
    display: block;
    width:100%;
    padding-top: 56.25%;
}
.cc-wysiwyg-vid-16-9 > iframe{
    position:absolute;
    display:block;
    top:0px;
    width: 100%;
    height:100%;
}

.cc-vid-16-9{
    position:relative;
    display: block;
    width:100%;
    padding-top: 56.25%;
    margin-bottom: 2em;
}

.cc-img-16-9{
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 2em !important;
}

.cc-vid-4-3{
    position:relative;
    display: block;
    width:100%;
    padding-top: 75%;
    margin-bottom: 2em;
}
.cc-vid-16-9 > iframe, .cc-vid-4-3 > iframe, .cc-vid-16-9 > iframe.centered, .cc-vid-4-3 > iframe.centered{
    position:absolute;
    display:block;
    top:0px;
    width: 100%;
    height:100%;
    margin:0em;
}

.cc-offset{
    position: relative;
    display: block;
    padding: 1em 0em 2em 0em;
}
.high-level .cc-offset{
    padding: 1em 1em 2em 1em;
}
.cc-offset .cc-offset-header{
    position: relative;
    display: flex;
    flex-basis: 50%;
    width: 100%;
    z-index: 1;
}
.cc-offset .cc-offset-title{
    position: relative;
    display: block;
    flex: 1;
    align-self: flex-end;
    order: 1;
    padding: 0em 0em 0em 0em;
    margin: 0em 1em 3em 1em;
}
.cc-offset.cc-offset-right .cc-offset-title{
    order: 0;
    text-align: right;
    padding: 0em 1em 0em 0em;
}
.cc-offset .cc-offset-title > h2, .cc-offset .cc-offset-title > h3, .cc-offset .cc-offset-title > h4, .cc-offset .cc-offset-title > h5, .cc-offset .cc-offset-title > h6{
    position: relative;
    font-size: 1.75em;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0em;
    margin: 0em 0em 0em 0em;
    color: #0096d6;
    z-index:1;
}
.cc-offset .cc-offset-video{
    position: relative;
    display: block;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    flex: 1 1 0;
    max-width: 32em;
    z-index: 1;
}
.cc-offset .cc-offset-video > img{
    position: relative;
    display: block;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    width: 100%;
    box-shadow: 4px 4px 6px #ccc;
}

.cc-offset .cc-offset-content{
    position: relative;
    display: block;
    padding: 0em 0em 0em 3em;
    margin: 0em 0em 0em 0em;
}
.cc-offset.cc-offset-right .cc-offset-content{
    padding: 0em 3em 0em 0em;
    margin: 0em 0em 0em 0em;
}

.cc-offset .cc-offset-data{
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 3.5em 1em 1em 1em;
    margin: -2.5em 0em 0em 0em;
}

.cc-offset.cc-offset-blue .cc-offset-data{
    background-color: #e4f7ff;
}

@media (max-width: 1100px){
    .cc-offset .cc-offset-header{
        flex-direction: column;
        padding: 0em 0em 0em 3em;
        flex-basis: 100%;
    }
    .cc-offset .cc-offset-title, .cc-offset.cc-offset-right .cc-offset-title{
        order: 1;
        width: 100%;
        background-color: #f5f5f5;
        padding: 3.75em 1em 0em 1em;
        margin: -3em 0em 0em 0em;
        text-align: left;
    }
    .cc-offset.cc-offset-blue .cc-offset-title{
        background-color: #e4f7ff;
    }

    .cc-offset .cc-offset-content, .cc-offset.cc-offset-right .cc-offset-content{
        padding: 3em 0em 0em 3em;
        margin: -3em 0em 0em 0em;
    }
    .cc-offset .cc-offset-video, .cc-offset.cc-offset-right .cc-offset-video{
        margin: 0em 0em 0em -3em;
    }
    .cc-offset.cc-offset-right .cc-offset-header{
        padding: 0em 3em 0em 0em;
    }
    .cc-offset.cc-offset-right .cc-offset-content{
        padding: 3em 3em 0em 0em;
    }
    .cc-offset.cc-offset-right .cc-offset-video{
        margin: 0em -3em 0em 0em;
        align-self: flex-end;
        width: 100%;
    }
}
@media (max-width: 440px){

    .cc-offset .cc-offset-content, .cc-offset.cc-offset-right .cc-offset-content{
        padding: 3em 0em 0em 0em;
        margin: -3em 0em 0em 0em;
    }
    .cc-offset .cc-offset-video, .cc-offset.cc-offset-right .cc-offset-video{
        margin: 0em;
    }
    .cc-offset .cc-offset-header, .cc-offset.cc-offset-right .cc-offset-header{
        padding: 0em;
    }
}


.cc-img-stack{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cc-img-stack > .cc-img-stack-cell{
    position: relative;
    flex-basis: 33.333333333%;
    max-width: 25em;
    padding-bottom: 4em;
    margin: 1em 0em;
}
.cc-img-stack .cc-img-stack-img img{
    position: relative;
    display: block;
    width: 17em;
    padding: 1em;
    margin: 0em;
    max-width: 100%;
}
.cc-img-stack .cc-img-stack-data{
    position: relative;
    display: block;
    padding: 0em 1em 1em 1em;
}
.cc-img-stack h2, .cc-img-stack h3, .cc-img-stack h4, .cc-img-stack h5, .cc-img-stack h6{
    padding: 0em;
    margin: 0em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}
.cc-img-stack .cc-img-stack-btn{
    position: absolute;
    display: block;
    left: 1em;
    bottom: 1em;
    padding:0em;
}
@media (max-width: 1400px){
    .cc-img-stack .cc-img-stack-cell{
        flex-basis: 50%;
    }
}
@media (max-width: 600px){
    .cc-img-stack{
        display:block;
    }
    .cc-img-stack > .cc-img-stack-cell{
        max-width: initial;
    }
}

.cc-icon{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:0px;
}

.cc-icon .cc-icon-item{
    flex-basis: 14em;
    list-style-type: none;
    padding:0em;
    margin: 0em 0em 1em 0em;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 500px) {
   .cc-icon{
      display: flex;
      flex-basis: row;
      position: relative;
      flex-basis: 18em;
      margin-bottom: 2em;
      margin-left: 0em;
      justify-content: left;
   }
   .cc-icon .cc-icon-item{
      display: flex;
      flex-basis: 40em;
      flex-direction: row;
      text-align: left;
      padding:0em;
      margin-left: -2em;
      margin-bottom: -.95em;
   }   
   .flex-item-left {
      flex: 30%;
      text-align: left;
      margin-right: -2em !important;
    }
    
    .flex-item-right {
      flex: 70%;
      text-align: left !important;
      margin: auto;
      color: #007db3;
      line-height: 1.25em;
    }

    .cc-icon img{
      position: relative;
      width: 0%;
      border-radius: 4px;
      margin: 0px;
   }
   .cc-icon a .cc-icon-frame{
      position: relative;
      display: block;
      margin-bottom: 0.01em;
      background-color: transparent;
      border-radius: 100%;
      overflow: hidden;
      width:80%;
      margin-left: auto;
      margin-right: auto;
   }
   .cc-icon a .cc-icon-border{
      position: absolute;
      display: block;
      top: 0em;
      right: 0em;
      bottom: 0em;
      left: 0em;
      border: 4px solid #fff;
      z-index: 1;
      border-radius: 100%;
      transition: 0.5s;
   }
   .cc-icon .cc-icon-item .smaller-image-for-icon{
      position: relative;
      width: 0%;
      height: auto;
      border-radius: 4px;
      margin: 0px;
   }
   
 }

.cc-icon img{
    position: relative;
    width: 100%;
    border-radius: 4px;
    margin: 0px;
}
.cc-icon a .cc-icon-frame{
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    background-color: transparent;
    border-radius: 100%;
    overflow: hidden;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}
 @media (max-width:768px) {
    .cc-icon a .cc-icon-frame{
        position: relative;
        display: block;
        margin-bottom: 0.5em;
        background-color: transparent;
        border-radius: 100%;
        overflow: hidden;
        width:55%;
        margin-left: auto;
        margin-right: auto;
    }
}
.cc-icon a .cc-icon-border{
    position: absolute;
    display: block;
    top: 0em;
    right: 0em;
    bottom: 0em;
    left: 0em;
    border: 4px solid #fff;
    z-index: 1;
    border-radius: 100%;
    margin: -1px;
    transition: 0.5s;
}
.cc-icon a:hover .cc-icon-border, .cc-icon a:focus .cc-icon-border{
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 0.25em solid #fff;
    transition: 0.5s;
}

.cc-icon .cc-icon-item a{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5em;
    /*height: 100%;*/
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 4px;
    /*box-shadow: inset 0px 0px 0px #777;*/
    /*font-weight: bold;*/
    /*transition: box-shadow 0.5s;*/
}
.cc-icon .cc-icon-item a:hover, .cc-icon .cc-icon-item a:focus{
    /*box-shadow: inset 0px 0px 8px #777;*/
    text-decoration: underline;
    /*transition: box-shadow 0.5s;*/
}
a[include-translate]{
    color: #ffffff;
    text-decoration: underline;
}

form[footer-search]{
    position: relative;
    display: flex;
}
form[footer-search] input[type=text]{
    flex: 1 1 auto;
}
form[footer-search] input[type=submit]{
    background-color: #0096d6;
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s;
}
form[footer-search] input[type=submit]:hover, form[footer-search] input[type=submit]:focus{
    background-color: #333333;
    color: #ffffff;
    transition: 0.5s;
    border-color: #0096d6;
}
#___gcse_0 table{
        margin-bottom: 2px;
}
blockquote{
    font-style: italic;
}
iframe.centered{
    margin:1.75em auto;
    display:block;
}

[cc-countdown]{
    position: relative;
    display: block;
    margin: 0em auto;
    padding:1em;
    max-width: 40em;
}
[cc-countdown] h2, [cc-countdown] h3, [cc-countdown] h4, [cc-countdown] h5, [cc-countdown] h6{
    text-align:center;
    font-size: 2em;
}
[cc-countdown] [cc-countdown-display]{
    margin-bottom: 1em;
}
[countdown]{
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 30em;
}
[countdown-part]{
    justify-content: center;
    flex: 0 0 20%;
    padding: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
[countdown-label], [countdown-value]{
    position: relative;
    display: block;
    text-align: center;
}
[countdown-value]{
    font-size: 3rem;
    line-height: 1em;
    font-weight: bold;
}
[countdown-label]{
    font-size: 1.2rem;
    background-color: #444;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    padding: 0.25em 0.1em;
}

@media(max-width:500px){
    [countdown-value]{
        font-size: 2.5rem;
    }
    [countdown-label]{
        font-size: 1.1rem;
        background-color: #444;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: clip;
    }
}
@media(max-width:450px){
    [countdown-value]{
        font-size: 2rem;
    }
    [countdown-label]{
        font-size: 0.9rem;
        background-color: #444;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: clip;
    }

}
@media(max-width:400px){
    [countdown-value]{
        font-size: 1.75rem;
    }
    [countdown-label]{
        font-size: 0.7rem;
        background-color: #444;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: clip;
    }

}
.cc-button-offset-bordered{
    position: relative;
}
.cc-button-offset-bordered:before{
    content: " ";
    position: absolute;
    display: block;
    top: 0px;
    right: -0.2em;
    bottom:-0.2em;
    left: 0px;
    border: 1px solid #000000;
    transition: 0.25s;
}
.cc-button-offset-bordered:after{
    content: " ";
    position: absolute;
    display: block;
    top: -0.2em;
    right: 0em;
    bottom: 0em;
    left: -0.2em;
    border: 1px solid #0096d6;
    transition: 0.25s;
}
.cc-button-offset-bordered:hover:before, .cc-button-offset-bordered:focus:before{
    right: -0.35em;
    bottom: -0.35em;
}
.cc-button-offset-bordered:hover:after, .cc-button-offset-bordered:focus:after{
    top: -0.35em;
    left: -0.35em;
}
[alert]{
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 2em;
    border-radius: 0.5em;
    overflow: hidden;
}
[alert] > h2, [alert] > h3, [alert] > h4, [alert] > h5, [alert] > h6{
    position: relative;
    margin: 0.75em -15px 0.2em -15px;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-left: 1.75em;
    padding-right: 1em;
    font-weight: normal;
}
[alert] > h2:first-child, [alert] > h3:first-child, [alert] > h4:first-child, [alert] > h5:first-child, [alert] > h6:first-child{
    margin: -15px -15px 0.2em -15px;
}
[alert] > h2:before, [alert] > h3:before, [alert] > h4:before, [alert] > h5:before, [alert] > h6:before{
    content: "X";
    position: absolute;
    display: block;
    width: 1.75em;
    text-align: center;
    /*background-color: #ccc;*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    font-family: FontAwesome;
}
[alert='warn']{
    background-color: #fffff3;
}
[alert='warn'] > h2, [alert='warn'] > h3, [alert='warn'] > h4, [alert='warn'] > h5, [alert='warn'] > h6{
    background-color: #fffeb5;
    color: #7b7807;
}
[alert='warn'] > h2:before, [alert='warn'] > h3:before, [alert='warn'] > h4:before, [alert='warn'] > h5:before, [alert='warn'] > h6:before{
    content: "\f071";
}
[alert='success']{
    background-color: #f3fff8;
}
[alert='success'] > h2, [alert='success'] > h3, [alert='success'] > h4, [alert='success'] > h5, [alert='success'] > h6{
    background-color:#c9ffe1;
    color: #008b3e;
}
[alert='success'] > h2:before, [alert='success'] > h3:before, [alert='success'] > h4:before, [alert='success'] > h5:before, [alert='success'] > h6:before{
    content: "\f046";
}
[alert='danger']{
    background-color: #fffafa;
}
[alert='danger'] > h2, [alert='danger'] > h3, [alert='danger'] > h4, [alert='danger'] > h5, [alert='danger'] > h6{
    background-color:#ffd5d5;
    color: #980000;
}
[alert='danger'] > h2:before, [alert='danger'] > h3:before, [alert='danger'] > h4:before, [alert='danger'] > h5:before, [alert='danger'] > h6:before{
    content: "\f05c";
}
[alert='info']{
    background-color: #f2f8ff;
}
[alert='info'] > h2, [alert='info'] > h3, [alert='info'] > h4, [alert='info'] > h5, [alert='info'] > h6{
    background-color:#d1e5ff;
    color: #04459a;
}
[alert='info'] > h2:before, [alert='info'] > h3:before, [alert='info'] > h4:before, [alert='info'] > h5:before, [alert='info'] > h6:before{
    content: "\f05a";
}

.cc-flex-button-group{
    margin-bottom: 1em;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.cc-flex-button-group > .cc-flex-button-item{
    position: relative;
    display: flex;
    flex: 0 0 0px;
    flex-basis: 33.3333333333%;
    justify-content: center;
    padding: 1em;
}
.cc-flex-button-group > .cc-flex-button-item > .cc-flex-button{
    position: relative;
    text-align: center;
    background-color: #cccccc5f;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-size: 1em;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cc-flex-button > strong{
    position: relative;
    display: block;
    font-size: 1.5em;
}
.cc-flex-button > svg{
    flex: 0 0 2em;
    width: 3em;
    fill: #5af;
    stroke: #5af;
}

.cc-button-offset-bordered{
    position: relative;
}
.cc-button-offset-bordered:before{
    content: " ";
    position: absolute;
    display: block;
    top: 0px;
    right: -0.2em;
    bottom:-0.2em;
    left: 0px;
    border: 1px solid #000000;
    transition: 0.25s;
}
.cc-button-offset-bordered:after{
    content: " ";
    position: absolute;
    display: block;
    top: -0.2em;
    right: 0em;
    bottom: 0em;
    left: -0.2em;
    border: 1px solid #0096d6;
    transition: 0.25s;
}
.cc-button-offset-bordered:hover:before, .cc-button-offset-bordered:focus:before{
    right: -0.35em;
    bottom: -0.35em;
}
.cc-button-offset-bordered:hover:after, .cc-button-offset-bordered:focus:after{
    top: -0.35em;
    left: -0.35em;
}

@media(max-width: 768px){
    .cc-flex-button-group{
        flex-direction: column;
    }
    .cc-flex-button-group > .cc-flex-button-item{
        max-width: unset;
        width: 100%;
        padding: .50em;
    }
}

#virtual-advisor-open-button {
    background-color: #005588;
    color: #FFFFFF;
}
#virtual-advisor-window-header {
    background-color: #005588;
}
.va-background-color {
    background-color: transparent !important;
}
span#virtualAdvisorPathEx{
    display: none;
}


div#virtual-advisor-open-button > img{
   width:80px !important;
   height:80px !important;
   margin: 0 !important;
   margin-bottom: 0.50em !important;
}

@media print, screen and (min-width: 48em){
   div#virtual-advisor-open-button > img{
      width:125px !important;
      height:125px !important;
      margin: 0 !important;
   }
}

div#virtual-advisor-open-button{
    color: #FFFFFF !important;
}
iframe#virtual-advisor-window-iframe{
    top: 0;
    left: 0;
    bottom: 0;
    margin-right: 0;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0 0 30px 0;
    overflow: hidden;
    z-index: 999999;
}

#virtual-advisor-overlay {
    pointer-events: none;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 99998;
}
#virtual-advisor-window {
    position: fixed;
    z-index: 99999;
    background-color: #f1f1f1;
    border: none;
    box-shadow: 5px 5px 10px rgba(128,128,128, 0.2);
    border-radius: 0px;
    text-align: center;
    min-width: 600px;
    display: none;
    overflow: hidden;
    box-sizing: content-box !important;
    width: 600px;
    top: 0;
    bottom: 0;
    padding-bottom: 30px; /* Prevent a cutoff of the bottom of the text input */
}
#virtual-advisor-window-header {
    padding: 10px;
    /*cursor: move;*/
    z-index: 10;
    /*background-color: rgba(73,73,73,1);*/
    color: #fff;
    border-radius: 0px;
    padding: 8px 10px 13px 0px;
    height: 10px;
    box-sizing: content-box !important;
    line-height: 1.4
}
#virtual-advisor-window-header-close, #virtual-advisor-window-header-minimize {
    display: flex;
    align-items: center;
    float: right;
    cursor: pointer;
    margin-top: -6px;
    font-size: 24px;
    padding-left: 5px;
}
.fa-minus {
    font-size: 20px;
    padding-right: 15px;
    padding-top: 8px;
}
#virtual-advisor-window-iframe {
    border: none;
    padding: 0px 0px 20px 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
}
#virtual-advisor-open-button {
    position: fixed;
    right: 10px;
    bottom: 25px;
    border-radius: 50%;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    padding: .7em;
    cursor: pointer;
    box-sizing: content-box !important;
    z-index: 101;
}
#virtual-advisor-open-button-text {
    float: left;
    padding: 5px;
}
@media (max-width:768px) {
    #virtual-advisor-content {
        /* position: fixed; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: 999999;
    }
    #virtual-advisor-window {
        top: 0 !important;
        left: 0 !important;
        margin-right: 0 !important;
        min-width: 100%;
        min-height: unset;
        width: 100%;
    }
}
/*iOS specific styling */
@supports (-webkit-touch-callout: none) {
    /* Add this janky rule so Safari doesn't try and zoom in on input fields when focused...so annoying */
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

.featured-staff-interior__right-content p{
    padding-bottom:1em;
}

table.all-t td, thead.all-t th{vertical-align: top;}
table.all-m td, thead.all-m th{vertical-align: middle;}
table.all-b td, thead.all-b th{vertical-align: bottom;}
table.all-l td, thead.all-l th{text-align: left;}
table.all-c td, thead.all-c th{text-align: center;}
table.all-r td, thead.all-r th{text-align: right;}

table.c1-t td:nth-child(1), thead.c1-t th:nth-child(1),
table.c2-t td:nth-child(2), thead.c2-t th:nth-child(2),
table.c3-t td:nth-child(3), thead.c3-t th:nth-child(3),
table.c4-t td:nth-child(4), thead.c4-t th:nth-child(4),
table.c5-t td:nth-child(5), thead.c5-t th:nth-child(5),
table.c6-t td:nth-child(6), thead.c6-t th:nth-child(6),
table.c7-t td:nth-child(7), thead.c7-t th:nth-child(7),
table.c8-t td:nth-child(8), thead.c8-t th:nth-child(8),
table.c9-t td:nth-child(9), thead.c9-t th:nth-child(9),
table.c10-t td:nth-child(10), thead.c10-t th:nth-child(10){
    vertical-align: top;
}

table.c1-m td:nth-child(1), thead.c1-m th:nth-child(1),
table.c2-m td:nth-child(2), thead.c2-m th:nth-child(2),
table.c3-m td:nth-child(3), thead.c3-m th:nth-child(3),
table.c4-m td:nth-child(4), thead.c4-m th:nth-child(4),
table.c5-m td:nth-child(5), thead.c5-m th:nth-child(5),
table.c6-m td:nth-child(6), thead.c6-m th:nth-child(6),
table.c7-m td:nth-child(7), thead.c7-m th:nth-child(7),
table.c8-m td:nth-child(8), thead.c8-m th:nth-child(8),
table.c9-m td:nth-child(9), thead.c9-m th:nth-child(9),
table.c10-m td:nth-child(10), thead.c10-m th:nth-child(10){
    vertical-align: middle;
}

table.c1-b td:nth-child(1), thead.c1-b th:nth-child(1),
table.c2-b td:nth-child(2), thead.c2-b th:nth-child(2),
table.c3-b td:nth-child(3), thead.c3-b th:nth-child(3),
table.c4-b td:nth-child(4), thead.c4-b th:nth-child(4),
table.c5-b td:nth-child(5), thead.c5-b th:nth-child(5),
table.c6-b td:nth-child(6), thead.c6-b th:nth-child(6),
table.c7-b td:nth-child(7), thead.c7-b th:nth-child(7),
table.c8-b td:nth-child(8), thead.c8-b th:nth-child(8),
table.c9-b td:nth-child(9), thead.c9-b th:nth-child(9),
table.c10-b td:nth-child(10), thead.c10-b th:nth-child(10){
    vertical-align: bottom;
}

table.c1-l td:nth-child(1), thead.c1-l th:nth-child(1),
table.c2-l td:nth-child(2), thead.c2-l th:nth-child(2),
table.c3-l td:nth-child(3), thead.c3-l th:nth-child(3),
table.c4-l td:nth-child(4), thead.c4-l th:nth-child(4),
table.c5-l td:nth-child(5), thead.c5-l th:nth-child(5),
table.c6-l td:nth-child(6), thead.c6-l th:nth-child(6),
table.c7-l td:nth-child(7), thead.c7-l th:nth-child(7),
table.c8-l td:nth-child(8), thead.c8-l th:nth-child(8),
table.c9-l td:nth-child(9), thead.c9-l th:nth-child(9),
table.c10-l td:nth-child(10), thead.c10-l th:nth-child(10){
    text-align: left;
}

table.c1-c td:nth-child(1), thead.c1-c th:nth-child(1),
table.c2-c td:nth-child(2), thead.c2-c th:nth-child(2),
table.c3-c td:nth-child(3), thead.c3-c th:nth-child(3),
table.c4-c td:nth-child(4), thead.c4-c th:nth-child(4),
table.c5-c td:nth-child(5), thead.c5-c th:nth-child(5),
table.c6-c td:nth-child(6), thead.c6-c th:nth-child(6),
table.c7-c td:nth-child(7), thead.c7-c th:nth-child(7),
table.c8-c td:nth-child(8), thead.c8-c th:nth-child(8),
table.c9-c td:nth-child(9), thead.c9-c th:nth-child(9),
table.c10-c td:nth-child(10), thead.c10-c th:nth-child(10){
    text-align: center;
}

table.c1-r td:nth-child(1), thead.c1-r th:nth-child(1),
table.c2-r td:nth-child(2), thead.c2-r th:nth-child(2),
table.c3-r td:nth-child(3), thead.c3-r th:nth-child(3),
table.c4-r td:nth-child(4), thead.c4-r th:nth-child(4),
table.c5-r td:nth-child(5), thead.c5-r th:nth-child(5),
table.c6-r td:nth-child(6), thead.c6-r th:nth-child(6),
table.c7-r td:nth-child(7), thead.c7-r th:nth-child(7),
table.c8-r td:nth-child(8), thead.c8-r th:nth-child(8),
table.c9-r td:nth-child(9), thead.c9-r th:nth-child(9),
table.c10-r td:nth-child(10), thead.c10-r th:nth-child(10){
    text-align: right;
}

table.all-lg th{min-width: 15em;}
table.all-md th{min-width: 11em;}
table.all-sm th{min-width: 7em;}

table.c1-lg th:nth-child(1),
table.c2-lg th:nth-child(2),
table.c3-lg th:nth-child(3),
table.c4-lg th:nth-child(4),
table.c5-lg th:nth-child(5),
table.c6-lg th:nth-child(6),
table.c7-lg th:nth-child(7),
table.c8-lg th:nth-child(8),
table.c9-lg th:nth-child(9),
table.c10-lg th:nth-child(10){
    min-width: 15em;
}
table.c1-md th:nth-child(1),
table.c2-md th:nth-child(2),
table.c3-md th:nth-child(3),
table.c4-md th:nth-child(4),
table.c5-md th:nth-child(5),
table.c6-md th:nth-child(6),
table.c7-md th:nth-child(7),
table.c8-md th:nth-child(8),
table.c9-md th:nth-child(9),
table.c10-md th:nth-child(10){
    min-width: 11em;
}
table.c1-sm th:nth-child(1),
table.c2-sm th:nth-child(2),
table.c3-sm th:nth-child(3),
table.c4-sm th:nth-child(4),
table.c5-sm th:nth-child(5),
table.c6-sm th:nth-child(6),
table.c7-sm th:nth-child(7),
table.c8-sm th:nth-child(8),
table.c9-sm th:nth-child(9),
table.c10-sm th:nth-child(10){
    min-width: 7em;
}
.user-markup ul ul, .user-markup ol ul, .user-markup ul ol, .user-markup ol ol {
    margin-left: 1.25rem;
    margin-bottom: 1rem;
}
@media print, screen and (min-width: 48em){
	.secondary-nav__link:nth-child(1){
		flex:0 1 28%;
	}
	.secondary-nav__link:nth-child(2){
		flex:0 1 28%;
	}
	

}

[slate-root] input[type=text] {
    max-height: unset;
    padding: 0.25em;
    border-width: 1px;
    border-color: black;
    width: unset;
    background-color: white;
}
[slate-root] input, [slate-root] select, [slate-root] textarea {
    width: unset;
    border-style: solid;
    border-width: 1px;
    padding: 0.25em;
    margin-bottom: 0.5em;
}
[slate-root] label, [slate-root] div.form_label{
    margin:0em;
    padding: 0em 0em 0em 0em;
}

[slate-root] button {
    padding: 1em;
    background-color: #ccc;
    transition: 0.25s;
}
[slate-root] button:hover, [slate-root] button:focus {
    background-color: #444;
    color: #fff;
    transition: 0.25s;
}
[slate-root] [data-type="header"] .form_label {
    padding: 0.5em;
    margin-top: 0.75em;
}
[regroup-form]{
    max-width: 100%;
    width: 800px;
    height: 700px;
    margin: 1.75em auto;
    display: block;
}
@media(max-width:1071px){
    [regroup-form]{
        height: 810px;
    }
}
@media(max-width:1023px){
    [regroup-form]{
        height: 710px;
    }
}
@media(max-width:651px){
    [regroup-form]{
        height: 810px;
    }
}
@media(max-width:458px){
    [regroup-form]{
        height: 820px;
    }
}
@media(max-width:400px){
    [regroup-form]{
        height: 850px;
    }
}