@charset "utf-8";
/*
Blue (AAA): #155B99    21, 91, 153
Lt Blue:    #BCE3F7
Orange (AA): #C25400  194, 84, 0
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, ol, ul, li, form, label, table, tr, th, td, aside, footer, header, hgroup, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #000;
}
html {
  scroll-behavior: smooth;
}
header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, .2);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, .2);
  -ms-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, .2);
  -o-box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, .2);
  box-shadow: 0px 2px 8px 0px rgba(0, 37, 49, .2);
  background: rgba(255, 255, 255, 1);
}
footer {
  background-color: #155B99;
  background-image: url('/media/static/images/cb-waves-footer.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding: 36px 0 24px 0;
  color: #FFF;
  text-align: center;
}
footer a {
  color: #FFF;
}
footer a:hover, footer a:focus {
  color: #FFF;
}
#subFooter {
  background: #444;
  color: #FFF;
  padding: 12px 0 16px 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
#subFooter a {
  color: #FFF;
  margin: 0 4px 0 4px;
  display: inline-block;
  white-space: nowrap;
}
#subFooter a:hover, #subFooter a:focus {
  color: #FFF;
}
h1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin: 1px 1px 6px 1px;
  padding: 0px 0px 0px 0px;
  color: #155B99;
}
h1:focus {
  background: rgba(21, 91, 153, .05);
}
#H1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #555;
}
h2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 500;
  margin: 1px 1px 6px 1px;
  padding: 0px 0px 0px 0px;
  color: #555;
}
h2:focus {
  background: rgba(21, 91, 153, .05);
}
#H2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 500;
  color: #555;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 24px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
  color: #555;
}
h3:focus {
  background: rgba(21, 91, 153, .05);
}
#H3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #555;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
  color: #555;
}
h4:focus {
  background: rgba(21, 91, 153, .05);
}
p {
  margin: 5px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}
p:focus {
  background: rgba(21, 91, 153, .05);
}
ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}
li:focus {
  background: rgba(21, 91, 153, .05);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  margin: 10px 0px 18px 0px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #155B99;
  text-decoration: none;
}
a:hover, a:focus {
  color: #155B99;
  text-decoration: underline;
  background: rgba(21, 91, 153, .05);
}
a img {
  border: 0;
}
img {
  width: 100%;
  height: auto;
}
img[src*=".svg"] {
  width: 100%;
}
.ie9 img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.ck-content .text-tiny {
    font-size: 0.7em;
}

.ck-content .text-small {
    font-size: 0.85em;
}

.ck-content .text-big {
    font-size: 1.4em;
}

.ck-content .text-huge {
    font-size: 1.8em;
}
/*
/*
/*
/*
/*
/*
/*
/* FORMS
-----------------------------------------------------------------------------*/
form {
  overflow: hidden;
}
fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #DDD;
  padding: 18px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
legend {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
label {
  font-size: .9rem;
  line-height: 1.1rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #666;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus {
  background: rgba(0, 0, 0, .08);
}
textarea {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
textarea:focus {
  background: rgba(0, 0, 0, .08);
}
select {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
select:focus {
  background: rgba(0, 0, 0, .08);
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):disabled {
  color: #999;
}
textarea:disabled {
  color: #999;
}
select:disabled {
  color: #999;
}
/* HEADER
-----------------------------------------------------------------------------*/
#skip, #skip:hover, #skip:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0000EE;
}
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.topOffset {
  padding-top: 80px;
}
#topOffsetAdmin {
  padding-top: 120px;
}
#notice {
  background: #C25400;
  color: #FFF;
  text-align: center;
  padding: 6px 0 6px 0;
  font-size: 1rem;
  line-height: 1.1rem;
}
#notice a {
  color: #FFF;
  text-decoration: underline;
}
#notice a:hover, #notice a:focus {
  text-decoration: none;
}
/* ADMIN
-----------------------------------------------------------------------------*/
#admin {
  background: #555;
  overflow: hidden;
  text-align: right;
}
#admin-nav a {
  display: inline-block;
  width: 30px;
  padding: 6px 6px 4px 6px;
}
#admin-nav img {
  height: 18px;
}
#admin-nav a:hover, #admin-nav a:focus {
  background: rgba(255, 255, 255, .3);
}
/* NAV
-----------------------------------------------------------------------------*/
#navClick {
  z-index: 1001;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 12px 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
#navTouch {
  display: none;
}
#home {
  width: 20%;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
#home:hover, #home:focus {
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
  text-decoration: none;
}
#headerIcon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 60px;
}
/* Click nav
-----------------------------------------------------------------------------*/
#headerNav {
  float: right;
  width: 60%;
}
#extraNav {
  overflow: hidden;
  padding: 0 18px 8px 0;
  font-size: .9rem;
  line-height: .9rem;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: right;
  border-bottom: 1px solid #155B99;
}
#extraNav a {
  display: inline-block;
  padding: 6px 8px 8px 8px;
  margin: 0 0 0 8px;
  border: 1px solid rgba(194, 84, 0, 1);
  color: rgba(194, 84, 0, 1);
  border-radius: 2px;
}
#extraNav a:hover, #extraNav a:focus {
  background: rgba(194, 84, 0, 1);
  color: #FFF;
  border: 1px solid rgba(21, 91, 153, 1);
  border: 1px solid rgba(194, 84, 0, 1);
  text-decoration: none;
}
#extraNav img {
  width: 9px;
  margin: 0 8px 0 0;
}
#menu {
  padding: 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: right;
}
#menu a {
  display: inline-block;
  text-decoration: none;
  padding: 9px 0 9px 0;
  width: 20%;
  text-transform: uppercase;
  text-align: center;
}
#menu a:hover, #menu a:focus {
  background: #155B99;
  color: #FFF;
}
#navAt {
  background: rgba(194, 84, 0, 1);
  background: rgba(21, 91, 153, .8);
  color: #FFF;
}
/* Mobile nav
-----------------------------------------------------------------------------*/
#header_bar {
  display: none;
}
/* FOOTER
-----------------------------------------------------------------------------*/
#footer_logo img {
  width: 90%;
  margin: 0 0 12px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer_logo img:hover, #footer_logo img:focus {
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
}
.org_contact {}
.org_phone {}
.org_address {}
.footerSite {
  width: 25%;
  float: left;
  padding: 0 0 24px 0;
}
#nav_footer {
  line-height: 1rem;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
}
#nav_footer a {
  text-decoration: none;
  color: #FFF;
  padding: 4px 0 4px 0;
  margin: 2%;
  border: 1px solid #FFF;
  display: inline-block;
  width: 44%;
}
#nav_footer a:hover, #nav_footer a:focus {
  color: #FFF;
  background-color: rgba(255, 255, 255, .2);
}
#nav_footer_at {
  font-weight: bold;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #FFF;
}
/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  overflow: hidden;
  text-align: center;
}
.socialLinks a {
  margin: 0 6px 0 6px;
  padding: 0 0 0 0;
  width: 30px;
  display: inline-block;
}
.socialLinks a img {
  width: 30px;
  height: auto;
}
.socialLinks a:hover, .socialLinks a:focus {
  -webkit-transform: scale(.90);
  -moz-transform: scale(.90);
  -ms-transform: scale(.90);
  -o-transform: scale(.90);
  transform: scale(.90);
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb {
  font-size: 0.8rem;
  line-height: 0.8rem;
  background-color: #155B99;
  color: #FFF;
  white-space: nowrap;
}
#breadcrumb .container {
  padding-left: 4px;
}
#thisPage {
  display: inline-block;
  margin-left: 12px;
}
#breadcrumb a {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 6px 12px 8px 12px;
  color: #FFF;
  border-right: 1px solid #FFF;
}
#breadcrumb a:hover, #breadcrumb a:focus {
  text-decoration: none;
  background-color: #555;
}
/* Anchors
-----------------------------------------------------------------------------*/
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
#anchorLinks {
  font-size: 0.8rem;
  line-height: 0.8rem;
  background: #155B99;
  color: #FFF;
  text-align: center;
  padding: 4px 0 4px 0;
  margin: 0 0 0 0;
}
#anchorLinks a {
  display: inline-block;
  padding: 3px 10px 3px 10px;
  margin: 0 2px 0 2px;
  color: #FFF;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#anchorLinks a:hover, #anchorLinks a:focus {
  text-decoration: none;
  background: #FFF;
  color: #155B99;
}
/* Big Buttons
-----------------------------------------------------------------------------*/
.bigBtn {
  display: inline-block;
  padding: 10px 12px 10px 12px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #155B99;
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  font-weight: 400;
}
.bigBtn img {
  width: 12px;
  float: right;
  padding: 2px 0 0 0;
}
.bigBtn:hover, .bigBtn:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
.bigBtn2 {
  display: inline-block;
  padding: 10px 12px 10px 12px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #FFF;
  color: #155B99;
  text-align: center;
  border: 1px solid #155B99;
  font-weight: 400;
}
.bigBtn2 img {
  width: 12px;
  float: right;
  padding: 2px 0 0 0;
}
.bigBtn2:hover, .bigBtn2:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 12px 0 12px 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
}
.intro {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
  color: #555;
  font-weight: 300;
}
.intro:focus {
  background: rgba(21, 91, 153, .05);
}
#INTRO {
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #555;
  font-weight: 300;
}
.intro2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 1px 1px 16px 1px;
  padding: 0px 0px 0px 0px;
  color: #555;
}
.intro2:focus {
  background: rgba(0, 0, 0, .05);
}
#INTRO2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #555;
}
.body {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.fineprint {
  font-size: 0.8rem;
  line-height: 1.0rem;
  margin: 12px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
}
.footnote {
  font-size: 0.8rem;
  line-height: 1.1rem;
  border-top: 1px solid #555;
  margin: 36px 0 24px 0;
  padding: 12px 0 0 0;
}
#byline {
  font-size: .9rem;
  margin: -15px 0 36px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #155B99;
}
/* Hero + Slideshow
-----------------------------------------------------------------------------*/
.owl-carousel {
  background-color: #555;
  width: 100%;
}
.hero {
  width: 100%;
  background-color: #555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 100px 0;
  text-align: center;
  overflow: hidden;
}
.hero h1 {
  color: #FFF;
  font-size: 3rem;
  line-height: 3.2rem;
  display: block;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  font-weight: 200;
}
.hero em {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.2rem;
  display: block;
}
/* Page Main
-----------------------------------------------------------------------------*/
.pageMain {
  background: #FFF;
  padding: 48px 0 36px 0;
}
#sections {
  background: #CCC;
  padding: 48px 0 48px 0;
}
#mainText {
  padding: 0 0 0 0;
}
#bodyToggleTitle {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  padding: 4px 0 0 4px;
  border-bottom: 1px solid #DDD;
  font-size: 1rem;
  color: #155B99;
}
#bodyToggleTitle:hover, #bodyToggleTitle:focus {
  background: #EEE;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
}
#bodyToggleDiv {
  display: none;
  border-bottom: 1px solid #DDD;
  margin: 12px 0 12px 0;
}
#bodyToggleIcon {
  float: left;
  margin: 0 12px 0 0;
  padding:  0 12px 0 4px;
  border-right: 1px solid #DDD;
  font-size: 1rem;
}
/* Sub-pages
-----------------------------------------------------------------------------*/
#subpages {
  padding: 0 0 0 0;
  margin: 48px 0 48px 0;
}
.tileLink {
  display: block;
  background: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 22px 0;
  border: 1px solid #FFF;
  border-bottom: 1px solid #155B99;
  font-size: 1rem;
  line-height: 1.2rem;
}
.tileLink:hover, .tileLink:focus {
  text-decoration: none;
  border: 1px solid #155B99;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
  background: #FFF;
}
.tileLinkImg {
  background-color: #DDD;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.tileLinkImg:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.tileLinkTitle {
  font-weight: 400;
  color: #FFF;
  padding: 12px 12px 0 12px;
  min-height: 30px;
  background: #155B99;
}
.tileLinkBody {
  margin: 4px 12px 12px 12px;
  color: #555;
  min-height: 70px;
}
#searchBar {
  background-color: rgba(60, 193, 205, .6);
  padding: 30px 0 60px 0;
  text-align: center;
}
#SEARCH_TXT {
  background: #FFF;
  padding: 8px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 200;
  border: none;
  color: #5BA1BF;
  text-align: left;
  width: 85%;
  float: left;
}
#SEARCH_TXT:hover, #SEARCH_TXT:focus {
  background-color: rgba(255, 255, 255, .8);
}
#SEARCH_GO {
  padding: 12px 0 13px 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border: none;
  background: #155B99;
  color: #FFF;
  width: 10%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#SEARCH_GO:hover, #SEARCH_GO:focus {
  background: #155B99;
}
#searchBar h2 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 36px 0 24px 0;
  border-bottom: 1px solid #FFF;
}
#searchBar h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 48px 0 12px 0;
  padding: 0 0 0 0;
}
/* Communications
-----------------------------------------------------------------------------*/
#newsDiv {
  padding: 72px 0 48px 0;
  background-image: url('/media/static/images/top-waves2.svg');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#newsDiv h2 {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
  text-align: center;
  font-weight: 300;
  color: #155B99;
  font-size: 3rem;
  line-height: 3.2rem;
  text-transform: uppercase;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MODALS
-----------------------------------------------------------------------------*/
.modalBtn {
  padding: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modalBtn:hover, .modalBtn:focus {
  opacity: .9;
}
.modalThumbnail {
  -webkit-background-size: 72px, cover;
  -moz-background-size: 72px, cover;
  -ms-background-size: 72px, cover;
  -o-background-size: 72px, cover;
  background-size: 72px, cover;
  background-repeat: no-repeat;
  background-color: #555;
  background-position: center;
  padding-bottom: 50%;
  margin: 24px 0 36px 0;
}
.modaliFrame {
  width: 100%;
  height: 480px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #FFF;
  margin: 5% auto;
  padding: 6px 24px 24px 24px;
  width: 60%;
}
.modal h2 {
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  border: none;
  margin: 6px 0 12px 0;
  padding: 0;
}
.close {
  color: #555;
  float: right;
  font-size: 2rem;
  margin: 0 0 6px 0;
}
.close:hover, .close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
/* TOGGLE Sections
-----------------------------------------------------------------------------*/
.sectionToggleTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 8px;
  margin: 0 0 0 0;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #155B99;
}
.sectionToggleTitle:hover, .sectionToggleTitle:focus {
  background: rgba(21, 91, 153, .05);
  text-decoration: none;
}
.sectionToggleTitle span {
  float: left;
  margin: 0 12px 0 0;
  padding:  0 12px 0 0;
  border-right: 1px solid #DDD;
  font-size: 1rem;
}
.sectionBody p, .sectionBody li, .sectionBody table {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.sectAnchor::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
  visibility: hidden;
}
.sectionToggleDiv {
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 12px 0 24px 0;
}
.sectionToggleDiv h3 {
  padding: 0 0 0 0;
  margin: 0 0 12px 0;
}
.extLinkIcon {
  width: 10px;
  margin: 1px 4px 0 12px;
  float: right;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  font-size: .9rem;
  line-height: 1.1rem;
}
.mediaElements h3 {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mediaElements ul {
  margin: 0 0 0 12px;
}
.mediaElements li {
  margin: 0 0 12px 0;
}
.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
}
.buttons a, .buttons button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
}
.buttons button[type] {
  padding: 6px;
  line-height: .7rem;
}
*:first-child + html button[type] {
  padding: 6px;
}
.buttons button img, .buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
  background: #155B99;
  border: 1px solid #155B99;
  color: #FFF;
}
button:hover, .buttons a:hover, .buttons a:focus {
  background: #155B99;
  color: #FFF;
  cursor: pointer;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
}
.buttons a.positive:hover, button.positive:hover, button.positive:focus {
  background: #C6D880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover, button.negative:focus {
  background: #FBC2C4;
  color: #D12F19;
}
.req {
  color: #F00;
}
#ADDRESS3label {
  display: none;
}
#ADDRESS3 {
  display: none;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 1100px;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span2x {
  width: 16%;
  margin-left: 0;
}
.span3 {
  width: 23.40426%;
}
.span3x {
  width: 25%;
  margin-left: 0;
}
.span4 {
  width: 31.91489%;
}
.span4x {
  width: 33.3%;
  margin-left: 0;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span6x {
  width: 50%;
  margin-left: 0;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span8x {
  width: 70%;
  margin-left: 0;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .container {
    width: 1000px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container {
    width: 700px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .topOffset {
    padding-top: 40px;
  }
  #topOffsetAdmin {
    padding-top: 70px;
  }
  #navClick {
    display: none;
  }
  #navTouch {
    display: block;
  }
  #header_bar {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    background: #FFF;
    display: block;
  }
  #logo_burger {
    overflow: hidden;
  }
  #header_logo {
    width: 190px;
    float: left;
    padding: 14px 0 0 0;
  }
  #header_logo_img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    width: 100%;
  }
  #header_logo a:hover img, #header_logo a:focus img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #header_search {
    width: 48px;
    float: right;
    text-align: center;
    padding: 18px 0 0 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  #header_search img {
    width: 16px;
  }
  #header_nav {
    width: 100px;
    float: right;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  #hamburger {
    color: #555;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 24px 0 24px 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(.94);
    -moz-transform: scale(.94);
    -ms-transform: scale(.94);
    -o-transform: scale(.94);
    transform: scale(.94);
  }
  #hamburger:hover, #hamburger:focus {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-decoration: none;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .1);
  }
  #nav {
    border-bottom: 2px solid #FFF;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #FFF;
    width: 30%;
    background: rgba(255, 255, 255, .4);
    float: right;
    position: absolute;
    margin: 0 0 0 0;
    right: 10%;
    display: none;
  }
  #nav img {
    width: 20px;
    margin: 0 12px 0 0;
    position: relative;
    top: 0;
    left: 0;
  }
  #nav span {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 12px 12px 12px;
    color: #FFF;
  }
  #nav a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 12px 12px 12px;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #nav a:hover, #nav a:focus {
    background: rgba(0, 0, 0, .3);
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background: rgba(21, 91, 153, .9);
    overflow-x: hidden;
    padding-top: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sidenav a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 0 12px 5%;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .sidenav a:hover, .sidenav a:focus {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .sidenav img {
    width: 20px;
    margin: 0 12px 0 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    border: none;
    color: #FFF;
  }
  .menuSubnav a {
    background: #EEE;
    color: #333;
    padding: 6px 0 6px 8px;
    border-bottom: 1px solid #FFF;
  }
  .menuSubnav a:hover, .menuSubnav a:focus {
    background: #CCC;
    color: #111;
    letter-spacing: 0;
  }
  #menuSubnav1 {
    display: none;
  }
  #menuSubnav2 {
    display: none;
  }
  #menuSubnav3 {
    display: none;
  }
  #menuSubnav4 {
    display: none;
  }
  #menuSubnav5 {
    display: none;
  }
  #menuSubnav6 {
    display: none;
  }
  #menuSubnav7 {
    display: none;
  }
  #menuSubnav8 {
    display: none;
  }
  #menuSubnav9 {
    display: none;
  }
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  .navToggle {
    overflow: hidden;
  }
  .menuToggle {
    cursor: pointer;
    float: right;
    width: 15%;
    text-align: center;
    padding: 12px 0 12px 0;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  .menuToggle:hover, .menuToggle:focus {
    background: rgba(0, 0, 0, .3);
  }
  #side-nav {
    border-bottom: 2px solid #FFF;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #FFF;
    width: 30%;
    background: rgba(21, 91, 153, .9);
    float: right;
    position: absolute;
    margin: 0 0 0 0;
    right: -30%;
    display: none;
  }
  #side-nav img {
    width: 20px;
    margin: 0 12px 0 0;
    position: relative;
    top: 0;
    left: 0;
  }
  #side-nav span {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 12px 12px 12px;
    color: #FFF;
  }
  #side-nav a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 12px 12px 12px 12px;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #side-nav a:hover, #side-nav a:focus {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
  }
  #header_phone {
    text-align: left;
  }
  #header_nav_at {
    background: rgba(0, 0, 0, .2);
    color: #FFF;
  }
  #header_nav_at:hover, #header_nav_at:focus {
    background: rgba(0, 0, 0, .4);
  }
  #header_subnav_at {
    background: rgba(0, 0, 0, .2);
    color: #FFF;
  }
  #header_subnav_at:hover, #header_subnav_at:focus {
    background: rgba(0, 0, 0, .4);
  }
  #sideBar {
    display: none;
  }
  #mLogo {
    text-align: left;
  }
  #mLogo img {
    height: 36px;
    padding: 6px 0 2px 0;
  }
  #mMenu {
    display: none;
  }
  #mMenu a {
    display: block;
    padding: 8px;
  }
  #mMenu a:hover, #mMenu a:focus {
    background: #EFEFEF;
  }
  #mMenu img {
    width: 12px;
  }
  #footer_logo {
    display: none;
  }
  .footerSite {
    width: 50%;
  }
  .container {
    width: 88%;
    margin: 0 21px 0 21px;
  }
  .hero {
    padding: 80px 0 60px 0;
  }
  .hero h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .hero em {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .sectionBody {
    column-count: 1;
  }
  .sectionToggleTitle h2 {
    font-size: 1.2rem;
  }
  #mainText {
    padding: 0 0 0 0;
  }
  #breadcrumb {
    display: none;
  }
  #anchorLinks {
    display: none;
  }
  #nav_footer {
    display: none;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 100%;
  }
  .span3x {
    width: 50%;
  }
  .span4 {
    width: 100%;
  }
  .span4x {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span6x {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span8x {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}