@charset "UTF-8";
/* 
 * 
 * 
 *  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* default color for everything */
/* breakpoints */
/* max width of site column */
body header .l-head {
  background: #007582;
  z-index: 2;
  min-height: 50px;
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
body header .l-head .mobi-toggle-container .utility {
  display: none;
  float: right;
  background: #007582;
}


/*SnapEngage*/
body style {
display: none !important;
}

@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility {
    display: block;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility {
    height: auto;
    padding-right: 0;
  }
}
body header .l-head .mobi-toggle-container .utility > .column {
  padding: 0;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu,
body header .l-head .mobi-toggle-container .utility .utility-menu {
  width: 100%;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .gateway-menu,
  body header .l-head .mobi-toggle-container .utility .utility-menu {
    width: auto;
    float: right;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .gateway-menu,
  body header .l-head .mobi-toggle-container .utility .utility-menu {
    float: left;
  }
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul,
body header .l-head .mobi-toggle-container .utility .utility-menu ul {
  display: block;
  padding: 0;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .gateway-menu ul,
  body header .l-head .mobi-toggle-container .utility .utility-menu ul {
    height: 50px;
    display: table;
  }
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul li,
body header .l-head .mobi-toggle-container .utility .utility-menu ul li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #007582;
  margin: 0;
  list-style-type: none;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul li:first-child a,
body header .l-head .mobi-toggle-container .utility .utility-menu ul li:first-child a {
  border-left: none;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .gateway-menu ul li,
  body header .l-head .mobi-toggle-container .utility .utility-menu ul li {
    background: none;
  }
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul li p,
body header .l-head .mobi-toggle-container .utility .utility-menu ul li p {
  margin: 0;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul li a,
body header .l-head .mobi-toggle-container .utility .utility-menu ul li a {
  color: #fff;
  display: block;
  border-left: 1px solid white;
  padding: 8px;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .gateway-menu ul,
  body header .l-head .mobi-toggle-container .utility .utility-menu ul {
    height: 50px;
    display: table;
    width: auto;
  }
  body header .l-head .mobi-toggle-container .utility .gateway-menu ul li,
  body header .l-head .mobi-toggle-container .utility .utility-menu ul li {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    float: none;
    border: none;
  }
  body header .l-head .mobi-toggle-container .utility .gateway-menu ul li a,
  body header .l-head .mobi-toggle-container .utility .utility-menu ul li a {
    padding: 0 15px 0;
  }
}
body header .l-head .mobi-toggle-container .utility .utility-menu {
  float: right;
  margin-bottom: 150px;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .utility-menu {
    margin-bottom: 0;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .utility-menu {
    float: left;
    width: 50%;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .utility-menu ul li {
    padding: 23px 0;
  }
}
body header .l-head .mobi-toggle-container .utility .utility-menu ul li a {
  padding: 0 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-color: #FFFFFF;
  font-weight: 500;
}
body header .l-head .mobi-toggle-container .utility .utility-menu ul li a:hover {
  color: white;
  text-decoration: underline;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu {
  float: left;
  min-width: 120px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul li {
  width: 100%;
  display: block;
  float: left;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu ul li a {
  width: 100%;
  padding: 10px 20px;
  border-left: 0;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .utility .gateway-menu {
    float: left;
    width: 30%;
  }
}
body header .l-head .mobi-toggle-container .utility .gateway-menu .drop-toggle {
  text-align: left;
}
body header .l-head .mobi-toggle-container .utility .gateway-menu .drop-toggle:hover {
  color: #fff;
}
/*Moblie Menu - SSee 2/6/25*/
body header .mobile-menu{
  display:block;
  width:15%;
  position:absolute;
  right:65px;
  top:3px;
  }
  body header .mobile-menu ul{
    list-style-type:none;
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content:right;
  }
  body header .mobile-menu li{
    margin: 0 15px;
    padding: 10px 8px;
    color: #fff;
  }
  body header .mobile-menu li:last-child a{
    border-left: 1px solid white;
    padding-left: 15px;
  }
  body header .mobile-menu ul li a{
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border-color: #FFFFFF;
    font-weight: 500;
  }
  body header .l-head .mobile-menu ul li a:hover{
    color: white;
    text-decoration: underline;
  }
  @media (min-width: 70em) {
    body header .mobile-menu{
     display:none;
     background-color: #007582;
     padding-left: 60px;
     height: 40px;
     width:30%;
     float:left;
    }
      
  
  }
  /*Mobile Menu End*/

@media (min-width: 45em) {
  body header .l-head .mobi-toggle-container .main-nav-container .column {
    position: inherit;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .main-nav-container .column {
    position: relative;
  }
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle {
  display: none;
  position: relative;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle .fa-bars {
  cursor: pointer;
  float: right;
  font-size: 32px;
  height: 4px;
  margin: 10px;
  color: #007582;
  background: #007582;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
  width: auto;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle .fa-bars:hover {
  color: #007582;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle .fa-bars:before {
  top: -7px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #007582;
  color: #007582;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle .fa-bars:after {
  top: 3px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #007582;
  color: #007582;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle:hover {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle:hover .toggle-element:before {
  top: -8px;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle:hover .toggle-element:after {
  top: 4px;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle {
    display: block;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav-toggle {
    display: none;
  }
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav {
  display: none;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li {
  margin: 0;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li a {
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  font-family: 'Knockout 48 A','Knockout 48 B';
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 21px;
  font-weight: 500;
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li a:hover {
  text-decoration: underline;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav {
    background: #007582;
    position: absolute;
    top: 52px;
    max-width: 250px;
    right: 0;
  }
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li {
    display: block;
  }
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav {
    display: block;
    background: #fff;
    position: inherit;
    top: 0;
    height: auto;
    max-width: none;
  }
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li {
    display: table-cell;
  }
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li a {
    color: #007582;
    font-size: 23px;
    line-height: 29px;
    font-family: 'Knockout 48 A','Knockout 48 B';
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
}
body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav.tab-open {
  position: absolute;
  top: -70px;
  height: 100vh;
  right: -250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-top: 0;
}
@media (min-width: 45em) {
  body header .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav.tab-open {
    display: block;
  }
}
body header .l-head .mobi-toggle-wrapper {
  width: 50px;
  position: relative;
  float: right;
  height: 50px;
  cursor: pointer;
  background: #007582;
}
@media (min-width: 70em) {
  body header .l-head .mobi-toggle-wrapper {
    display: none;
  }
}
body header .l-head .mobi-toggle-wrapper .toggle {
  display: block;
  float: right;
  width: auto;
  position: relative;
  padding: 13px 3px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
body header .l-head .mobi-toggle-wrapper .toggle .toggle-element {
  display: block;
  float: left;
  width: 24px;
  height: 4px;
  margin: 10px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
}
body header .l-head .mobi-toggle-wrapper .toggle .toggle-element:before {
  top: -7px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body header .l-head .mobi-toggle-wrapper .toggle .toggle-element:after {
  top: 3px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
body header .l-head .mobi-toggle-wrapper .toggle:hover {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
body header .l-head .mobi-toggle-wrapper .toggle:hover .toggle-element:before {
  top: -8px;
}
body header .l-head .mobi-toggle-wrapper .toggle:hover .toggle-element:after {
  top: 4px;
}
body header .l-head .site-logo {
  display: block;
  position: fixed;
  z-index: 0;
  margin: auto;
}
@media (min-width: 45em) {
  body header .l-head .site-logo {
    width: auto;
    float: left;
    /*position: relative;
    top: 0;*/
  }
}
body header .l-head .site-logo img {
  display: block;
  position: absolute;
  top: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  width: 130px;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 70em) {
  body header .l-head .site-logo {
    /*width: 600px;*/
    width: 130px;
    height: 77px;
  }
  body header .l-head .site-logo img {
    width: 170px;
  }
}
body header .l-head.search-open .utility .column .search .search-toggle {
  background: #15515a;
}
body header .l-head.search-open .utility .column .search .search-toggle span.fa-search:before {
  content: "\f00d";
}
body header .l-head.search-open .utility .column .search form {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
  width: 100%;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}
@media (min-width: 45em) {
  body header .l-head.search-open .utility .column .search form {
    width: 295px;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 2;
    background: #15515a;
    padding: 15px 0 16px 10px;
  }
}
body header.mobi-open .l-head {
  left: 0;
  z-index: 9998;
  overflow: auto;
  height: 100vh;
  background-color: transparent;
}
@media (min-width: 45em) {
  body header.mobi-open .l-head {
    height: auto;
    overflow: visible;
  }
}
body header.mobi-open .l-head .mobi-toggle-container {
  display: block;
  background: #007582;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container {
  background: #007582;
  overflow: hidden;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .column {
  padding: 0;
  overflow: hidden;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .column .aacc-logo {
  z-index: -1;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper {
  display: block;
  width: 100%;
  right: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 45em) {
  body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper {
    width: auto;
  }
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav {
  display: block;
  background: #007582;
  padding: 0;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li {
  border-bottom: 1px solid #15515a;
  width: 100%;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li a {
  color: #fff;
  padding: 20px 15px;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav li:last-child {
  margin-bottom: 10px;
}
@media (min-width: 70em) {
  body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .nav-wrapper .main-nav {
    height: auto;
    background: none;
  }
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .utility {
  background: #007582;
  display: block;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .utility .gateway-menu {
  background: #007582;
  margin-bottom: 20px;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .utility .gateway-menu li a {
  border-bottom: none;
  padding: 10px 15px 0;
  text-decoration: none;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .utility .drop-toggle {
  display: none;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .utility .drop-item {
  display: block;
}
body header.mobi-open .l-head .mobi-toggle-container .main-nav-container .utility .utility-menu li a {
  padding: 10px 15px 0;
  border-left: 0;
}
body header.mobi-open .l-head .mobi-toggle-wrapper {
  background: #007582;
}
body header.mobi-open .l-head .mobi-toggle-wrapper .toggle {
  left: 0px;
}
body header.mobi-open .l-head .mobi-toggle-wrapper .toggle .toggle-element {
  background: none;
}
body header.mobi-open .l-head .mobi-toggle-wrapper .toggle .toggle-element:before {
  top: 0px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body header.mobi-open .l-head .mobi-toggle-wrapper .toggle .toggle-element:after {
  top: -4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body header.mobi-open .l-head .utility {
  height: auto;
  padding-top: 0px;
}
body header.mobi-open .l-head .utility .utility-menu .p-list ul li a {
  border-left: 0;
  padding: 10px 20px;
}
body header.mobi-open .main-nav-container .nav-wrapper {
  width: 100%;
  float: right;
  display: block;
}
body header.alert-active .l-head {
  margin-top: 55px;
}
body header.alert-active + .l-page .banner {
  margin-top: 100px;
}
@media (min-width: 45em) {
  body header.alert-active + .l-page .banner {
    margin-top: 140px;
  }
}
body header.alert-active + .l-page.generic_inner .banner {
  margin-top: 50px;
}
body.mobi-open {
  left: 20%;
  left: -webkit-calc(100% - 50px);
  left: calc(100% - 50px);
  overflow: hidden;
}
body.mobi-open .mobi-toggle-container {
  width: 80%;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 100vh;
  float: right;
  overflow-y: scroll;
}
@media (min-width: 45em) {
  body.tab-open {
    position: absolute;
    left: -250px;
  }
}
@media (min-width: 70em) {
  body.tab-open {
    position: relative;
    left: initial;
  }
}
body.tab-open .alert {
  right: 0;
}
body.tab-open header .l-head .mobi-toggle-container .nav-wrapper .main-nav-toggle .fa-bars {
  background: #fff;
}
body.tab-open header .l-head .mobi-toggle-container .nav-wrapper .main-nav-toggle .fa-bars:before {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: none;
}
body.tab-open header .l-head .mobi-toggle-container .nav-wrapper .main-nav-toggle .fa-bars:after {
  top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: none;
}
body.tab-open header .l-head .mobi-toggle-container .nav-wrapper .main-nav-toggle:hover .fa-bars:before {
  top: 0px;
}
body.tab-open header .l-head .mobi-toggle-container .nav-wrapper .main-nav-toggle:hover .fa-bars:after {
  top: -4px;
}
body.sticky header .l-head .mobi-toggle-container .main-nav-container .site-logo img {
  width: 78px;
}
@media (min-width: 70em) {
  body.sticky header .l-head .mobi-toggle-container .main-nav-container .site-logo img {
    width: 110px;
  }
}
body .drop-container.mobile.gateway-menu {
  background: #007582;
}
body .drop-container.mobile.gateway-menu .drop-toggle {
  display: block;
  background: #007582;
  color: #b6ced1;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Knockout 66 A','Knockout 66 B';
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-right: 20px;
}
body .drop-container.mobile.gateway-menu .drop-toggle:after {
  content: "";
  font-family: FontAwesome;
  font-size: 27px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 13.5px);
  color: #fff;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .drop-container.mobile.gateway-menu .drop-toggle:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: inherit;
  top: -webkit-calc(inherit);
  top: calc(inherit);
  line-height: 30px;
}
body .drop-container.mobile.gateway-menu .drop-item {
  min-width: 225px;
}
@media (min-width: 70em) {
  body .drop-container.mobile.gateway-menu .drop-item {
    display: none;
    background: #007582;
  }
}
body .drop-container.mobile.gateway-menu .drop-item ul li {
  display: block;
}
body .drop-container.mobile.gateway-menu .drop-item ul li a {
  border-bottom: 1px solid #b6ced1;
  width: 100%;
}
body .drop-container.mobile.gateway-menu .drop-item ul li:last-child a {
  border: none;
}
body .drop-container.mobile.utility-menu .drop-toggle {
  display: block;
}
@media (min-width: 45em) {
  body .drop-container.mobile.utility-menu .drop-toggle {
    display: none;
  }
}
@media (min-width: 45em) {
  body .drop-container.mobile.utility-menu .drop-item {
    display: block;
  }
}
body .drop-container.open.gateway-menu .drop-toggle {
  border: 1px solid #073F47;
  background-color: #073F47;
}
body .drop-container.open.gateway-menu .drop-toggle:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .drop-container.open.gateway-menu .drop-item {
  background-color: #073F47;
}
@media (min-width: 70em) {
  body .drop-container.open.gateway-menu .drop-item {
    display: block;
    position: absolute;
  }
}
body .drop-container.open.gateway-menu .drop-item ul {
  background-color: #073F47;
}

.l-page.generic_inner .l-featured-header .featured {
  max-height: 500px;
}
.l-page.generic_inner .l-content-header {
  margin: 50px auto 20px;
}
@media (min-width: 45em) {
  .l-page.generic_inner .l-content-header {
    margin-top: 90px;
  }
}
.l-page.generic_inner .l-content-header .feature {
  padding-bottom: 40px;
}
.l-page.generic_inner .l-content-header .feature img {
  max-width: 100%;
}
@media (min-width: 70em) {
  .l-page.generic_inner .l-content-center .l-nav-sidebar {
    width: 20%;
    width: -webkit-calc( 210px);
    width: calc( 210px);
  }
}
.l-page.generic_inner .l-content-center .l-content-featured {
  padding-bottom: 20px;
}
@media (min-width: 70em) {
  .l-page.generic_inner .l-content-center .l-content-featured {
    padding: 0px 0px 20px 50px;
    width: 80%;
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
}
.l-page.generic_inner .l-content-center .l-content-featured p {
  margin-bottom: 40px;
}
.l-page.generic_inner .l-content-center .l-content-wrapper {
  float: right;
}
@media (min-width: 70em) {
  .l-page.generic_inner .l-content-center .l-content-wrapper {
    width: 80%;
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    padding: 0 0 40px 50px;
  }
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content {
  margin: 0 0 20px 0;
}
@media (min-width: 45em) {
  .l-page.generic_inner .l-content-center .l-content-wrapper .l-content {
    padding: 0 70px 0 0;
    margin: 0;
    width: 66.6666%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content img {
  max-width: 100%;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content img.main-img {
  padding-bottom: 20px;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content > h2 {
  margin: 10px 0 10px 0;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content .matrix {
  border: none;
  margin-bottom: 10px;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content a{
	 border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content a:hover{
	 text-decoration: none;
  border-bottom: 1px solid #007582;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content p a {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline;
  width: auto;
  float: none; 
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007582;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content ul li a{
  text-decoration: none;
  font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007582;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content ol li a {
	border-bottom: 1px solid #ccc;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content hr {
  margin: 15px 0;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content .p-promo.button .promo-container {
  padding: 10px 30px 10px 15px;
  width: auto;
  position: relative;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content .p-promo.button .promo-container:after {
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  right: -10px;
  color: #fff;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-content .p-promo.button .promo-container:after {
  top: 11px;
  right: 10px;
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-promo-sidebar {
  overflow-x: hidden;
}
@media (min-width: 45em) {
  .l-page.generic_inner .l-content-center .l-content-wrapper .l-promo-sidebar {
    width: 33.3333%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}
.l-page.generic_inner .l-content-center .l-content-wrapper .l-promo-sidebar .sidebar-p {
  margin-bottom: 20px;
}
.l-page.generic_inner .l-content-center .l-content-wrapper.full-width .l-content {
  width: 100%;
}
.l-page.generic_inner .banner-img {
  width: 100%;
  min-width: 550px;
  height: auto;
  min-height: 350px;
  z-index: -3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: absolute;
  top: -20px;
}
@media (min-width: 45em) {
  .l-page.generic_inner .banner-img {
    top: -150px;
  }
}
.l-page.generic_inner .banner {
  position: relative;
  min-height: 205px;
  /*background: #007582;*/
  background: #073F47;
  /*background: rgba(0, 117, 130, 0.75);*/
  background: rgba(7, 63, 71, 0.75);	
  margin-top: 0px;
  overflow: hidden;
}
@media (min-width: 45em) {
  .l-page.generic_inner .banner {
    margin-top: 10px;
  }
}
.l-page.generic_inner .banner .column h1 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 85px;
}

.h2-wrap {
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.h2-wrap .home-h2 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: auto;
  float: none;
  margin: 20px auto;
  color: #007582;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
}
.h2-wrap .home-h2:before, .h2-wrap .home-h2:after {
  content: "";
  position: absolute;
  height: 0px;
  border-top: 1px solid #007582;
  border-bottom: 1px solid #007582;
  top: 19px;
  width: 300px;
}
.h2-wrap .home-h2:before {
  right: 100%;
  margin-right: 15px;
}
.h2-wrap .home-h2:after {
  left: 100%;
  margin-left: 15px;
}

.home-h2-sub {
  text-align: center;
  margin-bottom: 20px;
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}

.banner {
  position: relative;
  min-height: 205px;
  /*background: #007582;*/
  background: #073F47;
  background: rgba(7, 63, 71, 0.75);
  /*background: rgba(0, 117, 130, 0.75);*/
  padding-top: 20px;
  margin-top: 50px;
  overflow: hidden;
}
@media (min-width: 45em) {
  .banner {
    margin-top: 100px;
  }
}
.banner .banner-img {
  width: 100%;
  min-width: 550px;
  height: auto;
  min-height: 350px;
  z-index: -3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: absolute;
  top: -20px;
}
@media (min-width: 45em) {
  .banner .banner-img {
    top: -150px;
  }
}
.banner .column h1 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 75px;
}

.l-page .l-content {
  margin: 20px 0;
  padding: 0;
}
@media (min-width: 45em) {
  .l-page .l-content {
    padding: 0 20px 0 0;
    width: 80%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
.l-page .l-content p a {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline;
  width: auto;
  float: none;
  border-bottom: 1px solid #ccc;
}
.l-page .l-content p a:hover{
	text-decoration:none;
	border-bottom: 1px solid #007582;
}
.l-page .l-content ul li a {
  text-decoration: none;
  font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.l-page .l-content ul li a:hover {
   text-decoration: none;
	border-bottom: 1px solid #007582;
}
@media (min-width: 45em) {
  .l-page .l-promo-sidebar {
    width: 20%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}

.user-editable img {
  max-width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}
@media (min-width: 70em) {
  .user-editable img {
    float: right;
    margin-right: 0;
    padding-left: 10px;
  }
}
.user-editable ul {
  float: none;
  width: auto;
  list-style: none;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
.user-editable ul li {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  list-style-type: none;
}
.user-editable ul li:before {
  content: '\2022';
  float: left;
  margin-right: 8px;
  font-size: 12px;
}
.user-editable ul li a {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  width: auto;
  text-decoration: none;
}

h2.user-editable {
  text-align: left;
}

body {
  /* _p_section_structure.scss */
  zoom: 100% !important;
}
body ul.tabaccordion {
  float: left;
  position: relative;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 45em) {
  body ul.tabaccordion {
    margin-top: 0;
    display: table;
    height: auto;
    min-height: 70px;
  }
}
body ul.tabaccordion > li {
  position: static;
  margin: 0;
  width: 100%;
}
@media (min-width: 45em) {
  body ul.tabaccordion > li {
    display: table;
    vertical-align: middle;
    /* height: 70px; */
    margin: 0;
    padding: 0;
  }
  body ul.tabaccordion > li:first-child:nth-last-child(1) {
    width: 100%;
  }
  body ul.tabaccordion > li:first-child:nth-last-child(2), body ul.tabaccordion > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  body ul.tabaccordion > li:first-child:nth-last-child(3), body ul.tabaccordion > li:first-child:nth-last-child(3) ~ li {
    width: 33.3334%;
  }
  body ul.tabaccordion > li:first-child:nth-last-child(4), body ul.tabaccordion > li:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
  body ul.tabaccordion > li:first-child:nth-last-child(5), body ul.tabaccordion > li:first-child:nth-last-child(5) ~ li {
    width: 20%;
  }
}
body ul.tabaccordion > li > h3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #007582;
  cursor: pointer;
  outline: none;
  margin: 2px 0 0;
  border-bottom: 0;
  padding: 10px 20px;
  display: inline-block;
  text-transform: none;
  position: relative;
  padding-right: 20px;
  border:1px solid;
  border-bottom:0;
  border-right:0;
}
body ul.tabaccordion > li:last-child > h3{
  border-right:1px solid;
}
body ul.tabaccordion > li > h3:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body ul.tabaccordion > li > h3:after {
  right: 20px;
  font-size: 20px;
  top: 50%;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  top: calc(50% - 12px);
}
@media (min-width: 45em) {
  body ul.tabaccordion > li > h3 {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    min-width: 100%;
    /* border-top: 0; */
    background: white;
    color: #007582;
    text-align: center;
    float: none;
  }
  body ul.tabaccordion > li > h3:after {
    content: '';
  }
}
body ul.tabaccordion > li > h3 span {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body ul.tabaccordion > li > div {
  display: none;
}
@media (min-width: 45em) {
  body ul.tabaccordion > li > div {
    position: absolute;
    top: 70px;
    left: 0;
  }
}
@media (max-width: 45em) {
  body ul.tabaccordion > li.acc-active > h3 {
    background: #15515a;
    color: #fff;
    border: 1px solid #15515a;
  }
  body ul.tabaccordion > li.acc-active > h3:after {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
  body ul.tabaccordion > li.acc-active > div {
    display: inline-block;
    padding: 20px;
    width: auto;
    border: 1px solid #15515a;
    border-top: 0;
    margin-top: -2px;
  }
}
@media (min-width: 45em) {
  body ul.tabaccordion > li.acc-active > h3 {
    margin-top: 2px;
  }
  body ul.tabaccordion > li.acc-active > div {
    margin-top: 10px;
  }
  body ul.tabaccordion > li.acc-active > div:last-child {
    margin-top: 0;
  }
}
@media (min-width: 45em) {
  body ul.tabaccordion > li.tab-active > h3 {
    background: #007582;
    color: #fff;
    border: 0;
  }
  body ul.tabaccordion > li.tab-active > h3:after {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
  body ul.tabaccordion > li.tab-active > div {
    display: inline-block;
    padding: 20px 20px 10px;
    width: 100%;
    border: 1px solid #007582;
  }
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion {
    padding-top: 10px;
    margin-bottom: 80px;
    margin-top: 50px;
  }
}
body ul.tabaccordion#programs-courses-accordion > li {
  background: url("../images/index-stock/sci-tech.jpg") no-repeat top left;
  background-size: cover;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  color: #fff;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li {
    width: 33.3334%;
    height: 150px !important;
    display: table;
    margin-top: 15px;
  }
}
body ul.tabaccordion#programs-courses-accordion > li:first-child {
  background: url("../images/index-stock/continue-ed.jpg") no-repeat top left;
  background-size: cover;
 /* margin-top: 0;*/
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li:first-child {
    width: 33.3334%;
  }
}
body ul.tabaccordion#programs-courses-accordion > li:last-child {
  background: url("../images/p-and-c/chefs.jpg") no-repeat top left;
  background-size: cover;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li:last-child {
    width: 33.3334%;
  }
}
body ul.tabaccordion#programs-courses-accordion > li .linkimg.teal .item {
  display: inline-block;
  color: #fff;
}
body ul.tabaccordion#programs-courses-accordion > li .linkimg.teal .item h3 {
  display: block;
  height: 100%;
  color: inherit;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  text-shadow: none;
  margin: 0 0 10px;
}
body ul.tabaccordion#programs-courses-accordion > li .linkimg.teal .item h3 span {
  text-shadow: none;
}
body ul.tabaccordion#programs-courses-accordion > li .linkimg.teal .item h3:hover {
  color: #007582;
}
body ul.tabaccordion#programs-courses-accordion > li .linkimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  width: auto;
  max-width: initial;
  min-height: 100%;
  height: auto;
}
body ul.tabaccordion#programs-courses-accordion > li .s-content .matrix .linkimg .item {
  min-height: 150px;
}
body ul.tabaccordion#programs-courses-accordion > li > h3 {
  text-align: center;
  background: none;
  border: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: left;
  padding: 20px;
  background: rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  margin: 0;
  text-transform: uppercase;
  color: inherit;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
  transition: background 0.2s;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li > h3 {
    padding: 0;
    border: none;
    float: none;
  }
}
body ul.tabaccordion#programs-courses-accordion > li > h3:after {
  display: none;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li > h3:after {
    display: block;
  }
}
body ul.tabaccordion#programs-courses-accordion > li > h3 span {
  color: inherit;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
body ul.tabaccordion#programs-courses-accordion > li > h3:hover {
 /* background: rgba(0, 117, 130, 0.75);*/
 color:#ffffff;
}
body ul.tabaccordion#programs-courses-accordion > li > div {
  background: #eee;
  padding: 20px;
  z-index: 1;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li > div {
    margin-top: 84px;
    border: none;
    top: 68px !important;
  }
}
@media (min-width: 70em) {
  body ul.tabaccordion#programs-courses-accordion > li > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body ul.tabaccordion#programs-courses-accordion > li.acc-active {
  background-size: 100%;
}
body ul.tabaccordion#programs-courses-accordion > li.acc-active > h3 {
  background-blend-mode: multiply;
 /* background: rgba(0, 117, 130, 0.75);*/
  color: #fff;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li.acc-active > h3 {
    background: none;
    color: #fff;
  }
}
body ul.tabaccordion#programs-courses-accordion > li.acc-active > h3 span {
  color: #fff;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li.acc-active > h3 span {
    color: #fff;
  }
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li.acc-active {
    background-size: cover;
  }
}
body ul.tabaccordion#programs-courses-accordion > li.tab-active {
  background-blend-mode: multiply;
}
@media (min-width: 45em) {
  body ul.tabaccordion#programs-courses-accordion > li.tab-active {
    margin-top: -12px;
  }
  body ul.tabaccordion#programs-courses-accordion > li.tab-active > h3 {
    /*background: rgba(220, 250, 255, 0.7);*/
    color: #ffffff;
    font-size: x-large;
  }
  body ul.tabaccordion#programs-courses-accordion > li.tab-active > h3 span {
    color: #ffffff;
    font-size: x-large;
  }
}
body ul.tabaccordion#programs-courses-accordion .s-sidebar > a {
  margin-bottom: 20px;
}
body ul.tabaccordion#programs-courses-accordion .s-sidebar > a.full-credit {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body ul.tabaccordion#programs-courses-accordion .s-sidebar > a.full-credit:after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  font-size: 22px;
  top: 1px;
  padding-left: 10px;
  color: #007582;
}
body ul.tabaccordion#programs-courses-accordion .s-sidebar > a.full-credit:after:hover {
  text-decoration: none !important;
}
body .accordion {
  margin-bottom: 20px;
}
body .accordion h3 {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #007582;
  cursor: pointer;
  outline: none;
  margin: 2px 0 0;
  text-transform: initial;
  position: relative;
  padding-right: 20px;
}
body .accordion h3.active {
  background: #15515a;
  color: #fff;
}
body .accordion h3.active:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
body .accordion h3:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .accordion h3:after {
  right: 20px;
  font-size: 20px;
  top: calc(50% - 12px);
}
body .accordion > div {
  display: none;
  float: left;
  padding: 0 20px;
  border: 1px solid #007582;
  border-top: 0;
  margin-bottom: 2px;
  overflow: hidden;
}
body .accordion > div.open {
  display: inline-block;
}
body .accordion > div.open ul {
  list-style: disc outside;
}
body .accordion > div ul {
  list-style: disc outside;
}
body .accordion > div ul li {
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .alert {
  display: block;
  float: left;
  width: 100%;
  overflow: visible;
  position: fixed;
  z-index: 9999;
}
body .alert .toggle {
  height: 55px;
  padding: 15px 20px;
  cursor: pointer;
  margin: auto;
}
body .alert .toggle .column {
  padding: 0;
}
body .alert .toggle h3 {
  color: white;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 100%;
  width: 80%;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  border: none;
  margin: 0;
}
body .alert .toggle span {
  color: white;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 100%;
  width: 20%;
  width: -webkit-calc(90px);
  width: calc(90px);
  text-align: right;
  font-weight: bold;
}
body .alert .toggle span:after {
  content: '\f107';
  font-family: FontAwesome;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  transition: all .3s;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0px 5px;
}
body .alert .message {
  position: absolute;
  top: 55px;
  padding: 20px;
  z-index: 1000;
}
body .alert .message .column {
  padding: 0;
}
body .alert .message .column .icon {
  color: #fff;
  font-size: 50px;
}
@media (min-width: 45em) {
  body .alert .message .column .icon {
    font-size: 150px;
    width: 20%;
    width: -webkit-calc(200px);
    width: calc(200px);
  }
}
body .alert .message .column .content {
  padding: 0;
}
@media (min-width: 45em) {
  body .alert .message .column .content {
    width: 80%;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
@media (min-width: 45em) {
  body .alert .message .column .content {
    padding: 0 20px;
  }
}
body .alert .message .column .content h2 {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
}
body .alert .message .column .content p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  position: relative;
}
body .alert .message a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  width: auto;
  position: relative;
}
body .alert .message a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: #fff;
}
body .alert .message a:after {
  color: #fff;
}
body .alert.closed .message {
  display: none;
}
body .alert.closed .toggle span:after {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
body .alert.emergency {
  background: #b10000;
}
body .alert.emergency .message {
  background: rgba(173, 0, 0, 0.9);
}
body .alert.weather {
  background: #017AA1;
}
body .alert.weather .message {
  background: rgba(1, 122, 161, 0.9);
}
body #breadcrumb ul {
  padding: 18px 0px 0px;
}
body #breadcrumb ul .fa-home {
  margin-top: 1px;
  text-decoration: underline;
  font-size: 16px;
}
body #breadcrumb ul li {
  width: auto;
  padding-right: 10px;
  list-style: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 10px 0;
}
body #breadcrumb ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  font-size: 13px;
  top: 0px;
  padding-right: 10px;
  color: #fff;
}
body #breadcrumb ul li:last-child {
  margin-bottom: 20px;
}
body #breadcrumb ul li a {
  border-bottom: 1px dotted #fff;
  float: none;
  display: inline;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
body #breadcrumb ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
body #breadcrumb ul li:first-child:before {
  content: none;
}
body #breadcrumb ul li:first-child a {
  border-bottom: none;
}
body .search .category label,
body .search .subcategory label,
body .search .category span,
body .search .subcategory span {
  color: #555;
  margin: 1px 2px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  margin-top: 5px;
}
body .search .subcategory {
  margin-left: 2em;
}
body .search .subcategory span {
  width: calc(100% - 2em);
}
body .search #calendar_box table {
  border: 1px solid #ccc;
  border-bottom: 0;
}
body .search #calendar_box table thead {
  display: table-header-group;
}
body .search #calendar_box table thead tr {
  margin: 0;
  font-weight: normal;
}
body .search #calendar_box table thead tr.calendar-box-header th {
  padding: 5px 0;
  width: 14.28571%;
  background: #007582;
  color: #007582;
}
body .search #calendar_box table thead tr.calendar-box-header th:nth-child(2) {
  width: 71.42855%;
}
body .search #calendar_box table thead tr.calendar-box-header th a {
  color: #fff;
  line-height: 18px;
  padding: 20px 0;
}
@media (min-width: 56em) {
  body .search #calendar_box table thead tr.calendar-box-header th a {
    /*padding: 10px 0;*/
   padding: 0px;
  }
}
body .search #calendar_box table thead tr th {
  background: #1A6571;
  color: #fff;
  width: 14.28571%;
  padding: 5px 0;
}
body .search #calendar_box table tbody tr {
  margin: 0;
  border: 0;
}
body .search #calendar_box table tbody tr td {
  padding: 14px 0 12px;
  width: 14.28571%;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ccc;
  float: left;
}
@media (min-width: 56em) {
  body .search #calendar_box table tbody tr td {
    float: none;
    padding: 5px 0;
  }
}
body .search #calendar_box table tbody tr td a {
  text-align: center;
  float: none;
  font-size: 14px;
  line-height: 20px;
}
body .search #calendar_box table tbody tr td.hasevent {
  padding: 5px 0;
}
body .search #calendar_box table tbody tr td.hasevent a {
  background: #007582;
  color: #fff;
  border-radius: 3px;
  width: 82%;
  margin: -1px 9%;
  padding: 2.5px 3.5px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-weight: 400;
}
body .search #calendar_box table tbody tr td.hasEvents {
  background: #007582;
}
@media (max-width: 18.75em) {
  body .search #calendar_box table tbody tr td.hasevent a {
    padding: 1px 1.5px;
  }
}
body .search #calendar_box table tbody tr td:first-child {
  font-weight: normal;
}
body .search #calendar_box table tbody tr td.thismonth {
  background: inherit;
  padding: 5px 0;
}
body .search #view_switchers {
  text-align: center;
}
body .search #view_switchers > a, body .search #view_switchers .current {
  display: inline;
  float: none;
  width: auto;
}
body .search #searchoptions p,
body .search #searchoptions label:not(.block){
  color: #007582;
  font-size: 19px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 5px 0 5px 0;
}
body .search #searchoptions .category label {
    color: #555;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
body .search #view_switchers,
body .search #jumptoform,
body .search #searchoptions {
  margin: 10px 0;
}
body .search #jumptoform form label {
  color: #007582;
  font-size: 19px;
  font-weight: 600;
  margin: 5px 0 5px 0;
}
body .search form label {
  margin-top: 15px;
  width: auto;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
body .search form input, body .search form select, body .search form textarea {
  border: 1px solid #a9a9a9;
  margin: 10px 0;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .search form textarea {
  min-height: 175px;
}
body .search form #search_field .block {
  margin-top: 0;
  color: #007582;
  font-size: 19px;
  font-weight: 600;
}
body .search form #keywords {
  margin-bottom: 40px;
}
body .search form input[type="submit"] {
  margin: 10px 0;
  background: #BE5513;
  color: white;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
}
body .search form input[type="submit"]:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
body .search form p {
  float: left;
  width: 100%;
}
body #calendar_events .view_period_range {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
}
body #view_period_switchers .view_period_range {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
}
body #calendar_events .eventdate {
  margin-top: 20px;
  margin-bottom: 6px;
}
body #calendar_events .eventdate a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #007582;
  padding: 10px 20px;
}
body #calendar_events .event {
  background: #e3eff0;
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(0, 117, 130, 0.25);
}
body #calendar_events .event .eventthumbnail {
  height: 150px;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
body #calendar_events .event .eventthumbnail img {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0;
  position: relative;
}
body #calendar_events .event .eventtitle {
  float: none;
}
body #calendar_events .event .eventtitle h3 {
  margin: 5px 0;
}
body #calendar_events .event .eventtitle h3 a {
  color: #007582;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
body #calendar_events .event .eventtitle h3 a:hover {
  border-bottom: 1px solid #007582;
  text-decoration:none;
}
body #calendar_events .event .description,
body #calendar_events .event .description p {
  color: #007582;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body #calendar_events .event .description span,
body #calendar_events .event .description strong {
  display: inline;
    float: none;
}
body #calendar_events .event .eventinfo dl {
  width: 50%;
  float: left;
  display: block;
  padding: 10px 0;
}
body #calendar_events .event .eventinfo dl dt {
  color: #007582;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body #calendar_events .event .eventinfo dl dd {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body #calendar_events .event .eventinfo dl dd p {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 45em) {
  body #calendar_events .event .eventthumbnail {
    width: calc(150px);
    margin-right: 20px;
  }
  body #calendar_events .event .eventcontent {
    width: calc(100% - 170px);
  }
}
@media (max-width: 44.938em) {
  body #calendar_events .event .eventthumbnail {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
body #calendar_events .event.highlightevent {
  background: #007582;
  color: #fff;
  border-bottom: 1px solid #e3eff0;
}
body #calendar_events .event.highlightevent .eventtitle h3 a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
body #calendar_events .event.highlightevent .eventtitle h3 a:focus,
body #calendar_events .event.highlightevent .eventtitle h3 a:hover,
body #calendar_events .event.highlightevent .eventtitle h3 a:active {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
body #calendar_events .event.highlightevent .description,
body #calendar_events .event.highlightevent .description p,
body #calendar_events .event.highlightevent .eventinfo dl dt,
body #calendar_events .event.highlightevent .eventinfo dl dd {
  color: #fff;
}
body #calendar_events .pagination {
	margin: 1rem 0;
    list-style-type: none;
    float: left;
    width: auto;
}
body #calendar_events .pagination li {
	float: left;
    width: auto;
    padding-right: 5px;
    margin: 15px 0 0 5px;
  	border-right: none;
}
body #calendar_events .pagination .current a {
	color: white;
    background: #007582;
}
body #calendar_events .pagination li a {
	border: 1px solid #007582;
  	background-color: white;
    width: auto;
    min-width: 20px;
    text-align: center;
    padding: .5em .75rem;
    margin-right: .25rem;
}
body article.news h2 {
  margin: 0;
}
body article.news .meta {
  float: left;
  width: 100%;
  /*font-size: 14px;*/
}
body article.news .meta time {
  display: inline;
  width: auto;
  float: none;
}
body article.news .meta a {
  font-size: 14px !important;
  width: auto;
}
body article.news .intro {
  border-top: 2px solid #007582;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
  font-size: 20px;
}
body article.news iframe {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #007582 !important;
  width: 100%;
}
body article.news .item {
  margin: 20px 0 10px 0;
}
body article.news .item img {
  width: 100%;
}
body article.news .addthis_inline_share_toolbox {
  margin-top: 10px;
}
body .c-grid {
  margin: 20px 0;
}
body .c-grid > div {
  height: 200px;
  padding-bottom: 20px;
  padding: 5px !important;
}
@media (min-width: 45em) {
  body .c-grid > div {
    padding: 0 10px 20px;
    overflow: hidden;
  }
}
body .c-grid > div .p-promo {
  height: 100%;
}
body .c-grid > div .p-promo a {
  position: absolute;
  height: 100%;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
body .c-grid > div .p-promo a .item {
  height: 100%;
}
@media (min-width: 45em) {
  body .c-grid.two > div, body .c-grid.four > div {
    width: 50%;
  }
  body .c-grid.two > div:nth-child(2n+1), body .c-grid.four > div:nth-child(2n+1) {
    padding-left: 0;
  }
  body .c-grid.two > div:nth-child(2n), body .c-grid.four > div:nth-child(2n) {
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.three > div {
    width: 33.3333%;
  }
  body .c-grid.three > div:nth-child(1) {
    padding-left: 0;
  }
  body .c-grid.three > div:nth-child(2) {
    padding-right: 10px;
  }
  body .c-grid.three > div:nth-child(3) {
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.horizontal.three > div {
    height: 400px;
    width: 50%;
  }
  body .c-grid.horizontal.three > div:nth-child(3n-2) {
    padding-left: 0;
  }
  body .c-grid.horizontal.three > div:nth-child(3n-1) {
    height: 200px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  body .c-grid.horizontal.three > div:nth-child(3n) {
    height: 200px;
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.horizontal.three.right > div:nth-child(3n-2) {
    height: 200px;
    padding-left: 0;
    padding-bottom: 20px;
  }
  body .c-grid.horizontal.three.right > div:nth-child(3n-1) {
    padding-right: 0;
    float: right;
    height: 400px;
  }
  body .c-grid.horizontal.three.right > div:nth-child(3n) {
    height: 200px;
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 45em) {
  body .c-grid.vertical.three > div {
    width: 50%;
    height: 200px;
  }
  body .c-grid.vertical.three > div:nth-child(3n-2) {
    width: 100%;
    padding: 0 0 10px 0;
  }
  body .c-grid.vertical.three > div:nth-child(3n-1) {
    padding-top: 10px;
    padding-left: 0;
  }
  body .c-grid.vertical.three > div:nth-child(3n) {
    padding-top: 10px;
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.vertical.five > div {
    width: 50%;
  }
  body .c-grid.vertical.five > div:nth-child(5n-4) {
    padding-left: 0;
    padding-bottom: 10px;
  }
  body .c-grid.vertical.five > div:nth-child(5n-3) {
    padding-right: 0;
    padding-bottom: 10px;
  }
  body .c-grid.vertical.five > div:nth-child(5n-2) {
    width: 33.3333%;
    padding-left: 0;
    padding-top: 10px;
    height: 200px;
  }
  body .c-grid.vertical.five > div:nth-child(5n-1) {
    width: 33.3333%;
    padding-top: 10px;
    height: 200px;
  }
  body .c-grid.vertical.five > div:nth-child(5n) {
    width: 33.3333%;
    padding-right: 0;
    padding-top: 10px;
    height: 200px;
  }
}
@media (min-width: 45em) {
  body .c-grid.vertical.six > div {
    width: 33.3333%;
  }
  body .c-grid.vertical.six > div:nth-child(3n-2) {
    padding-left: 0;
  }
  body .c-grid.vertical.six > div:nth-child(3n) {
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.offset > div {
    width: 33.3333%;
  }
}
body .c-grid.offset.two > div:nth-child(2n) {
  width: 66.6666%;
  padding-right: 0;
}
@media (min-width: 45em) {
  body .c-grid.offset.two.right > div {
    width: 33.3333%;
  }
  body .c-grid.offset.two.right > div:nth-child(2n-1) {
    width: 66.6666%;
  }
}
@media (min-width: 45em) {
  body .c-grid.offset.four > div {
    width: 33.3333%;
    padding-left: 0;
  }
  body .c-grid.offset.four > div:nth-child(2n) {
    padding-left: 10px;
  }
  body .c-grid.offset.four > div:nth-child(4n-3) {
    width: 66.6666%;
  }
  body .c-grid.offset.four > div:nth-child(4n-2) {
    padding-right: 0;
  }
  body .c-grid.offset.four > div:nth-child(4n) {
    width: 66.6666%;
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.offset.four.right > div:nth-child(4n-3) {
    width: 33.3333%;
  }
  body .c-grid.offset.four.right > div:nth-child(4n-2) {
    width: 66.6666%;
    padding-right: 0;
  }
  body .c-grid.offset.four.right > div:nth-child(4n-1) {
    width: 66.6666%;
  }
  body .c-grid.offset.four.right > div:nth-child(4n) {
    width: 33.3333%;
    padding-right: 0;
  }
}
@media (min-width: 45em) {
  body .c-grid.offset.five > div {
    width: 33.3333%;
  }
  body .c-grid.offset.five > div:nth-child(5n-4) {
    width: 66.6666%;
    padding-left: 0;
  }
  body .c-grid.offset.five > div:nth-child(5n-3) {
    padding-right: 0;
  }
  body .c-grid.offset.five > div:nth-child(5n-2) {
    padding-left: 0;
  }
  body .c-grid.offset.five > div:nth-child(5n-1) {
    padding-right: 10px;
  }
  body .c-grid.offset.five > div:nth-child(5n) {
    padding-right: 0;
  }
}
body .c-grid.offset.five.right > div {
  box-sizing: -moz-border-box;
}
@media (min-width: 45em) {
  body .c-grid.offset.five.right > div {
    width: 33.3333%;
  }
  body .c-grid.offset.five.right > div:nth-child(2) {
    width: 66.6666%;
  }
}
body .main-nav-container {
  background: #fff;
}
@media (min-width: 45em) {
  body .main-nav-container {
    display: block;
    background: #fff;
    overflow: visible;
  }
}
body .main-nav-container .nav-wrapper {
  background: #fff;
  border-bottom: 1px solid white;
  overflow: visible;
}
@media (max-width: 45em) {
  body .main-nav-container .nav-wrapper {
    background: none;
  }
}
@media (max-width: 45em) {
  body .main-nav-container .nav-wrapper {
    position: relative;
  }
}
body .main-nav-container .nav-wrapper > div {
  position: relative;
  top: 0px;
  padding: 0;
}
body .main-nav-container .nav-wrapper > div > .desk-sticky {
  width: 0;
  display: none;
}
body .main-nav-container .nav-wrapper > div .main-nav {
  margin-bottom: 0;
  padding: 10px 0;
}
@media (min-width: 70em) {
  body .main-nav-container .nav-wrapper > div .main-nav {
    display: table;
  }
}
@media (min-width: 70em) {
  body .main-nav-container .nav-wrapper > div .main-nav {
    padding: 25px 0 21px;
  }
}
body .main-nav-container .nav-wrapper > div .main-nav li {
  border-bottom: 1px solid #007582;
  border-left: 1px solid #007582;
}
body .main-nav-container .nav-wrapper > div .main-nav li:first-child {
  border-left: none;
}
@media (min-width: 70em) {
  body .main-nav-container .nav-wrapper > div .main-nav li {
    display: table-cell;
    width: auto;
    float: none;
    border-top: none;
    border-bottom: 1px solid white;
  }
  body .main-nav-container .nav-wrapper > div .main-nav li:last-child {
    border-bottom: none;
  }
}
body .main-nav-container .nav-wrapper > div .main-nav li a {
  -moz-box-sizing: border-box;
  color: #007582;
  font-size: 23px;
  line-height: 29px;
  font-family: 'Knockout 48 A','Knockout 48 B';
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 20px;
  width: 100%;
  float: left;
}
@media (min-width: 70em) {
  body .main-nav-container .nav-wrapper > div .main-nav li a {
    border-bottom: 1px solid #15515a;
  }
}
@media (min-width: 70em) {
  body .main-nav-container .nav-wrapper > div .main-nav li a {
    border-bottom: none;
    text-align: center;
    padding: 0px 14px;
  }
}
body .main-nav-container .nav-wrapper > div .main-nav li a span {
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  font-family: 'Knockout 48 A','Knockout 48 B';
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  font-style: initial;
}
body .main-nav-container .nav-wrapper > div .main-nav li:last-of-type a {
  padding-right: 0;
}
@media (min-width: 45em) {
  body .main-nav-container .nav-wrapper > div .main-nav li.active, body .main-nav-container .nav-wrapper > div .main-nav li.h-active, body .main-nav-container .nav-wrapper > div .main-nav li:hover, body .main-nav-container .nav-wrapper > div .main-nav li:focus {
    border-bottom: 1px solid #007582;
  }
}
body .main-nav-container .nav-wrapper > div .main-nav li.active a, body .main-nav-container .nav-wrapper > div .main-nav li.h-active a, body .main-nav-container .nav-wrapper > div .main-nav li:hover a, body .main-nav-container .nav-wrapper > div .main-nav li:focus a {
  text-decoration: underline;
}
body .main-nav-container .nav-wrapper > div .main-nav li.active a span, body .main-nav-container .nav-wrapper > div .main-nav li.h-active a span, body .main-nav-container .nav-wrapper > div .main-nav li:hover a span, body .main-nav-container .nav-wrapper > div .main-nav li:focus a span {
  color: #007582;
}
@media (min-width: 45em) {
  body .main-nav-container .nav-wrapper > div .main-nav li:last-child a {
    border-bottom: none;
  }
}
@media (min-width: 45em) {
  body .main-nav-container .nav-wrapper > div .menu-toggle {
    display: none;
  }
}
body .news_article {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
body .news_article img {
  display: block;
}
@media (min-width: 45em) {
  body .news_article img {
    width: 25%;
    width: -webkit-calc(200px);
    width: calc(200px);
    padding-right: 20px;
  }
}
@media (min-width: 45em) {
  body .news_article .news-container {
    width: 75%;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
body .news_article .news-container h5 {
  padding: 0;
}
body .news_article .news-container.fullwidth {
  width: 100%;
}
body .news_article.box {
  border: none;
  background: #007582;
  padding-bottom: 0;
  min-height: 134px;
}
@media (min-width: 45em) {
  body .news_article.box {
    min-height: 164px;
  }
}
body .news_article.box .news-container {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .news_article.box .news-container a {
  text-transform: uppercase;
  padding: 20px;
}
body .news_article.box .news-container a h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
body .news_article.box .news-container a h2 span {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
}
body .news_article.box .news-container a .read-more {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
  width: auto;
  float: none;
  text-align: center;
}
body .news_article.box .news-container a .read-more:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: rgba(255, 255, 255, 0.25);
}
body .news_article.box .news-container a .read-more:after {
  position: relative;
  color: #fff;
}
body .news_article.box:hover .news-container a .read-more {
  text-decoration: underline;
}
body .news_article.short {
  display: table;
}
body .news_article.short a {
  display: table;
}
body .news_article.short img {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
body .news_article.short .container {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
body .news_article.short .container p {
  display: none;
}
body .news_article.short .container a.read-more {
  display: none;
}
body .owl-wrapper {
  background: #fff url("../images/exteriorart-bw.jpg") center center no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-top: 30px;
}
body .owl-wrapper .column {
  padding: 0;
}
@media (min-width: 70em) {
  body .owl-wrapper .column {
    padding: 0 20px;
  }
}
body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide img {
  display: block;
  width: 100%;
  height: auto;
}
body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide .container {
  padding: 0 10px 20px;
  background: #007582;
}
@media (min-width: 56em) {
  body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide .container {
    width: 30%;
    position: absolute;
    right: 0;
  }
}
body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide .container h2 {
  color: #fff;
}
body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide .container hr {
  border-color: white;
}
body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide .container p {
  color: #fff;
  max-height: 145px;
  overflow: hidden;
  line-height: 24px;
}
body .owl-carousel .owl-stage-outer .owl-stage .owl-item .slide .container a {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  width: auto;
  background: white;
  padding: 10px 30px;
}
body .owl-carousel .owl-controls .owl-nav {
  opacity: 0.5;
}
body .owl-carousel .owl-controls .owl-nav .owl-prev,
body .owl-carousel .owl-controls .owl-nav .owl-next {
  width: auto;
  position: absolute;
  top: 50%;
  top: -webkit-calc(50% - 40px);
  top: calc(50% - 40px);
  font-size: 80px;
  color: #fff;
}
body .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 2%;
}
body .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 2%;
}
body .owl-carousel .owl-controls .owl-nav:hover {
  opacity: 1;
}
body .owl-carousel .owl-controls .owl-dots {
  position: absolute;
  width: auto;
  display: table;
  margin: auto;
  float: none;
  top: -50px;
}
body .owl-carousel .owl-controls .owl-dots .owl-dot {
  width: 10px;
  margin: 0 5px;
}
body .owl-carousel .owl-controls .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
body .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #fff;
}
body .owl-carousel:hover .owl-controls .owl-nav {
  opacity: 1;
}
body .owl-carousel.carousel {
  margin-bottom: 20px;
  position: relative;
}
body .owl-carousel.carousel .owl-controls .owl-nav .owl-prev,
body .owl-carousel.carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  font-size: 30px;
  color: #007582;
}
body .owl-carousel.carousel .owl-controls .owl-nav .owl-prev {
  left: -20px;
}
body .owl-carousel.carousel .owl-controls .owl-nav .owl-next {
  right: -20px;
}
body .owl-carousel.carousel .owl-controls .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin-top: 20px;
}
body .owl-carousel.carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: auto;
  margin: 0 3px;
}
body .owl-carousel.carousel .owl-controls .owl-dots .owl-dot span {
  background: #b6ced1;
}
body .owl-carousel.carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #007582;
}
body .owl-carousel.home-slider {
  position: initial;
}
body .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev,
body .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
  display: none !important;
  top: 0;
  padding-top: 65%;
  font-size: 74px;
  height: 100%;
  width: 50px;
  text-align: center;
}
@media (min-width: 70em) {
  body .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev,
  body .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
    top: 1px;
    height: 125%;
    padding: 25% 0;
    width: 130px;
  }
}
@media (min-width: 90em) {
  body .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev,
  body .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
    display: block !important;
    width: 150px;
  }
}
body .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev .fa,
body .owl-carousel.home-slider .owl-controls .owl-nav .owl-next .fa {
  color: #007582;
}
body .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
@media (min-width: 90em) {
  body .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev {
    left: -150px;
  }
}
body .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
  right: 0px;
}
@media (min-width: 90em) {
  body .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
    right: -150px;
  }
}
body .owl-carousel.home-slider .owl-controls .owl-dots {
  top: calc(100% - 56px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  background-color: #b6ced1;
  display: table !important;
}
@media (min-width: 45em) {
  body .owl-carousel.home-slider .owl-controls .owl-dots {
    display: none !important;
  }
}
body .owl-carousel.home-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  float: none;
}
body .owl-carousel.home-slider .owl-controls .owl-dots .owl-dot span {
  background: #fff;
}
body .owl-carousel.home-slider .owl-controls .owl-dots .owl-dot.active span {
  background: #007582;
}
body .owl-carousel.home-slider .p-promo-right .promo-container,
body .owl-carousel.home-slider .p-promo-left .promo-container {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 45em) {
  body .owl-carousel.home-slider .p-promo-right .promo-container,
  body .owl-carousel.home-slider .p-promo-left .promo-container {
    margin-bottom: 80px;
  }
}
@media (min-width: 56em) {
  body .owl-carousel.home-slider .p-promo-right .promo-container,
  body .owl-carousel.home-slider .p-promo-left .promo-container {
    margin-bottom: 110px;
    max-width: 525px;
  }
}
body .owl-carousel.home-slider .p-promo-right .promo-container h2,
body .owl-carousel.home-slider .p-promo-left .promo-container h2 {
  text-transform: uppercase;
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 20px 20px 0;
}
body .owl-carousel.home-slider .p-promo-right .promo-container p,
body .owl-carousel.home-slider .p-promo-left .promo-container p {
  color: #333;
}
body .owl-carousel.home-slider .p-promo-right .promo-container p a:not(.home-slider-btn),
body .owl-carousel.home-slider .p-promo-left .promo-container p a:not(.home-slider-btn) {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 45em) {
  body .owl-carousel.home-slider .p-promo-right .promo-container p,
  body .owl-carousel.home-slider .p-promo-left .promo-container p {
    padding-bottom: 30px;
  }
}
@media (min-width: 56em) {
  body .owl-carousel.home-slider .p-promo-right .promo-container p,
  body .owl-carousel.home-slider .p-promo-left .promo-container p {
    padding-bottom: 20px;
  }
}
body .owl-carousel.home-slider .p-promo-right .promo-container {
  left: inherit;
  right: 0px;
}
@media (min-width: 56em) {
  body .owl-carousel.home-slider .p-promo-right .promo-container {
    right: 40px;
  }
}
body .owl-carousel.home-slider .p-promo-left .promo-container {
  right: inherit;
  left: 0px;
}
@media (min-width: 56em) {
  body .owl-carousel.home-slider .p-promo-left .promo-container {
    left: 40px;
  }
}
body .owl-carousel.inner-slider {
  position: relative;
}
body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-prev, body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-next {
  top: 75px;
}
@media (min-width: 25em) {
  body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-prev, body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-next {
    top: 150px;
  }
}
@media (min-width: 45em) {
  body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-prev, body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-next {
    top: 50%;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
  }
}
body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
body .owl-carousel.inner-slider .owl-controls .owl-nav .owl-next {
  right: 0px;
}
body .owl-carousel.inner-slider .owl-controls .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #b6ced1;
  display: table !important;
  top: initial;
}
body .owl-carousel.inner-slider .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  float: none;
}
body .owl-carousel.inner-slider .owl-controls .owl-dots .owl-dot span {
  background: #fff;
}
body .owl-carousel.inner-slider .owl-controls .owl-dots .owl-dot.active span {
  background: #007582;
}
body .owl-carousel.inner-slider .p-promo-right .promo-container,
body .owl-carousel.inner-slider .p-promo-left .promo-container {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 56em) {
  body .owl-carousel.inner-slider .p-promo-right .promo-container,
  body .owl-carousel.inner-slider .p-promo-left .promo-container {
    max-width: 525px;
  }
}
body .owl-carousel.inner-slider .p-promo-right .promo-container h2,
body .owl-carousel.inner-slider .p-promo-left .promo-container h2 {
  text-transform: uppercase;
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 20px 20px 0;
}
body .owl-carousel.inner-slider .p-promo-right .promo-container p,
body .owl-carousel.inner-slider .p-promo-left .promo-container p {
  color: #333;
}
body .owl-carousel.inner-slider .p-promo-right .promo-container p a:not(.home-slider-btn),
body .owl-carousel.inner-slider .p-promo-left .promo-container p a:not(.home-slider-btn) {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 45em) {
  body .owl-carousel.inner-slider .p-promo-right .promo-container p,
  body .owl-carousel.inner-slider .p-promo-left .promo-container p {
    padding-bottom: 30px;
  }
}
@media (min-width: 56em) {
  body .owl-carousel.inner-slider .p-promo-right .promo-container p,
  body .owl-carousel.inner-slider .p-promo-left .promo-container p {
    padding-bottom: 20px;
  }
}
body .owl-carousel.inner-slider .p-promo-right .promo-container {
  left: inherit;
  right: 0px;
}
@media (min-width: 56em) {
  body .owl-carousel.inner-slider .p-promo-right .promo-container {
    right: 40px;
  }
}
body .owl-carousel.inner-slider .p-promo-left .promo-container {
  right: inherit;
  left: 0px;
}
@media (min-width: 56em) {
  body .owl-carousel.inner-slider .p-promo-left .promo-container {
    left: 40px;
  }
}
body .owl-btn-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  display: none;
  height: auto;
  min-height: 80px;
  background: #007582;
}
@media (min-width: 45em) {
  body .owl-btn-wrapper {
    display: table;
  }
}
body .owl-btn-wrapper .owl-btn {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 16.6666%;
  padding: 20px;
  color: #007582;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #b6ced1;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #007582;
  min-height: 80px;
}
body .owl-btn-wrapper .owl-btn:first-child {
  height: 100px;
  border-left: none;
}
body .owl-btn-wrapper .owl-btn span {
  color: #007582;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
}
body .owl-btn-wrapper .owl-btn-active {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #007582;
  top: -10px;
  position: relative;
}
body .owl-btn-wrapper .owl-btn-active span {
  color: #fff;
}
body .owl-btn-wrapper .owl-btn-active + .owl-btn {
  border-left: none;
}
body .drop-container {
  padding: 20px 0 0 0;
  position: relative;
}
@media (min-width: 45em) {
  body .drop-container {
    padding: 0 10px 0 0;
  }
}
body .drop-container .drop-toggle {
  color: #555;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  width: auto;
  position: relative;
  padding-right: 20px;
  border: 1px solid #007582;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}
body .drop-container .drop-toggle:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .drop-container .drop-toggle:after {
  top: 50%;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  font-size: 16px;
}
body .drop-container .drop-item {
  display: none;
  z-index: 2;
  background: #fff;
  border: 1px solid white;
}
body .drop-container .drop-item > div {
  width: auto;
}
body .drop-container.open .drop-toggle:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
body .drop-container.open .drop-item {
  display: block;
  position: relative;
  top: 100%;
}
@media (min-width: 45em) {
  body .drop-container.open .drop-item {
    position: absolute;
  }
}
body .drop-container.light .drop-toggle {
  color: #007582;
  background: #eee;
  border-color: #007582;
}
body .drop-container.dark .drop-toggle {
  color: #fff;
  background: #007582;
  border-color: #007582;
}
body .drop-container.dark.open .drop-toggle {
  background: white;
  border-color: white;
  color: #007582;
}
body .drop-container.mobile {
  padding: 0;
  width: 100%;
}
body .drop-container.mobile .drop-toggle {
  padding: 15px 30px 15px 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 70em) {
  body .drop-container.mobile .drop-toggle {
    display: none;
  }
}
body .drop-container.mobile .drop-item {
  background: none;
  border: none;
}
@media (min-width: 70em) {
  body .drop-container.mobile .drop-item {
    display: block;
    position: relative;
  }
}
body .promo-event {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
@media (min-width: 45em) {
  body .promo-event .event-container {
    width: 75%;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
body .promo-event .event-container h5 {
  padding: 0;
}
body .promo-event .event-container.fullwidth {
  width: 100%;
}
body .promo-event.box {
  border: none;
  background: #b6ced1;
  padding-bottom: 0;
  min-height: 134px;
}
@media (min-width: 45em) {
  body .promo-event.box {
    min-height: 164px;
  }
}
body .promo-event.box .event-container {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .promo-event.box .event-container a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
}
body .promo-event.box .event-container a .event-info {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
body .promo-event.box .event-container a .event-info span {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
}
body .promo-event.box .event-container a .learn-more {
  color: #007582;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
  width: auto;
  float: none;
  text-align: center;
}
body .promo-event.box .event-container a .learn-more:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: rgba(255, 255, 255, 0.25);
}
body .promo-event.box .event-container a .learn-more:after {
  position: relative;
  color: #007582;
}
body .promo-event.box .event-container:hover a .learn-more {
  text-decoration: underline;
}
body form input, body form select, body form textarea {
  line-height: 24px;
  padding: 10px;
  position: relative;
}
body form .control-group {
  margin: 20px 0;
}
body form .control-group .control {
  margin-top: 10px;
}
body form .control-group .controls label {
  margin-top: 7px;
}
body form input[type='checkbox'],
body form input[type='radio'] {
  width: auto;
  margin: 5px;
}
body form div {
  position: relative;
}
body form div input {
  font-style: italic;
  line-height: 24px;
  padding: 10px;
  position: relative;
  margin: 10px 0;
}
body form div.required:after {
  content: '*';
  color: #F00;
  position: absolute;
  left: 3px;
  top: 14px;
}
body form div textarea {
  line-height: 24px;
  font-style: italic;
  padding: 10px;
  max-width: 100%;
  min-height: 200px;
  margin: 10px 0;
}
body form span {
  margin-top: 10px;
}
body form fieldset {
  display: block;
  float: left;
  width: 100%;
}
body form .submit {
  margin: 10px 0;
  background: #007582;
  border: 1px solid #007582;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;

  -webkit-appearance: none;
}
body .l-content form label {
  margin-top: 15px;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
body .l-content form input, body .l-content form select, body .l-content form textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 10px 0;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .l-content form input:focus, body .l-content form select:focus, body .l-content form textarea:focus {
  outline: #007582 solid 2px;
  border-radius: 10px;
}
body .l-content form textarea {
  min-height: 175px;
}
body .l-content form input[type="submit"] {
  margin: 10px 0;
  background: #BE5513;
  color: white;
  border-radius: 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  width: auto;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
}
body .l-content form input[type="submit"]:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
body a.button {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #BE5513;
  padding: 10px 25px;
  border: none !important;
  text-transform: uppercase;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
body a.button.dark {
  background: #007582;
  color: #fff;
  font-weight: bold;
}
body a.button.light {
  background: white;
  color: #007582;
  font-weight: bold;
}
body a.button:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
}
body a.read-more {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  float: right;
  width: auto;
  padding-right: 20px;
  z-index: 2;
  padding-bottom: 10px;
  position: relative;
}
body a.read-more:after {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: -10px;
  color: inherit;
}
body a.read-more:after {
  right: 15px;
  margin-top: -1px;
  font-size: 24px;
}
body a.read-more.button {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
  float: left;
  background: #BE5513;
  padding: 10px 35px 10px 25px;
  text-transform: uppercase;
}
body a.read-more.button:after {
  content: "";
  font-size: 24px;
}
body a.read-more.button.dark {
  background: #007582;
  color: #fff;
  font-weight: bold;
}
body a.read-more.button.light {
  background: white;
  color: #007582;
  font-weight: bold;
}
body span.button {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #BE5513;
  padding: 10px 25px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
body span.button.dark {
  background: #007582;
  color: #fff;
  font-weight: bold;
}
body span.button.light {
  background: white;
  color: #007582;
  font-weight: bold;
}
body span.button:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
}
body ul,
body ol {
  list-style-type: disc;
  padding: 0 10px;
  float: left;
  margin-bottom: 10px;
}
body ul li,
body ol li {
  display: list-item;
  float: left;
  /* height: auto !important; */
  height: auto !important;
  width: 100%;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  margin: 0 0 0 15px;
  padding: 3px 0;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body ul li ul, body ul li ol,
body ol li ul,
body ol li ol {
  padding: 5px 10px 0;
}
body ul li a,
body ol li a {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  float: none;
  width: auto;
}
body ul li p,
body ol li p {
  float: none;
  margin-top: 0;
}
body ul ul, body ul ol,
body ol ul,
body ol ol {
  margin: 0;
  list-style-type: disc;
}
body ul.nodisc,
body ol.nodisc {
  list-style-type: none;
  padding: 0;
}
body ul.nodisc li,
body ol.nodisc li {
  margin: 0;
}
body ul.carot > li,
body ol.carot > li {
  list-style-type: none;
  padding-left: 0;
}
body ul.carot > li:before,
body ol.carot > li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #007582;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 12px;
}
body ol {
  list-style-type: decimal;
}
body ol ol {
  list-style-type: decimal;
}
@media (min-width: 45em) {
  body .matrix.halves > div {
    width: 50%;
  }
  body .matrix.halves > div:nth-child(2n+1) {
    padding: 0 10px 0 0;
  }
  body .matrix.halves > div:nth-child(2n) {
    padding: 0 0 0 10px;
  }
}
body .matrix.thirds > div {
  padding: 0 6.66667px;
}
@media (min-width: 45em) {
  body .matrix.thirds > div {
    width: 33.3334%;
  }
  body .matrix.thirds > div:nth-child(3n+1) {
    padding: 0 13.334px 0 0;
  }
  body .matrix.thirds > div:nth-child(3n) {
    padding: 0 0 0 13.334px;
  }
}
@media (min-width: 45em) {
  body .matrix.fourths > div {
    width: 25%;
  }
  body .matrix.fourths > div:nth-child(4n+1) {
    padding: 0 15px 0 0;
  }
  body .matrix.fourths > div:nth-child(4n+2) {
    padding: 0 10px 0 5px;
  }
  body .matrix.fourths > div:nth-child(4n+3) {
    padding: 0 5px 0 10px;
  }
  body .matrix.fourths > div:nth-child(4n) {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 45em) {
  body .matrix.fifths > div {
    width: 20%;
  }
  body .matrix.fifths > div:nth-child(5n+1) {
    padding: 0 16px 0 0;
  }
  body .matrix.fifths > div:nth-child(5n+2) {
    padding: 0 12px 0 4px;
  }
  body .matrix.fifths > div:nth-child(5n+3) {
    padding: 0 8px 0 8px;
  }
  body .matrix.fifths > div:nth-child(5n+4) {
    padding: 0 4px 0 12px;
  }
  body .matrix.fifths > div:nth-child(5n) {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 45em) {
  body .matrix.left.halves > div:nth-child(2n+1) {
    width: 60%;
  }
  body .matrix.left.halves > div:nth-child(2n) {
    width: 40%;
  }
}
@media (min-width: 45em) {
  body .matrix.left.thirds > div {
    width: 30%;
  }
  body .matrix.left.thirds > div:nth-child(3n+1) {
    width: 40%;
  }
}
@media (min-width: 45em) {
  body .matrix.right.halves > div:nth-child(2n+1) {
    width: 40%;
  }
  body .matrix.right.halves > div:nth-child(2n) {
    width: 60%;
  }
}
@media (min-width: 45em) {
  body .matrix.right.thirds > div {
    width: 30%;
  }
  body .matrix.right.thirds > div:nth-child(3n) {
    width: 40%;
  }
}
body .profile img {
  float: left;
  width: 10%;
  width: -webkit-calc(100px);
  width: calc(100px);
}
body .profile .profile-container {
  width: 90%;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  float: left;
  padding: 0 20px;
}
body .p-promo {
  display: table;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}
body .p-promo .item {
  position: relative;
}
body .p-promo .item img {
  width: 100%;
  height: auto;
}
body .p-promo > h3 {
  border: none;
}
body .p-promo.subsection {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
body .p-promo.subsection .item {
  height: 150px;
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
}
@media (min-width: 45em) {
  body .p-promo.subsection .item {
    width: 20%;
    width: -webkit-calc(150px);
    width: calc(150px);
  }
}
body .p-promo.subsection .item img {
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 0;
}
body .p-promo.subsection .promo-container {
  width: 100%;
}
@media (min-width: 45em) {
  body .p-promo.subsection .promo-container {
    width: 80%;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
}
body .p-promo.subsection .promo-container .intro p {
  margin: 0;
}
body .p-promo.subsection .promo-container a {
  width: auto;
  border-bottom: 1px solid #ccc;
}
body .p-promo.subsection .promo-container a:hover {
  width: auto;
  border-bottom: 1px solid #007582;
  text-decoration:none;
}
body .p-promo.grayscale .item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
body .p-promo.gateway img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 56em) {
  body .p-promo.gateway img {
    margin: auto auto 20px auto;
    float: none;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 70em) {
  body .p-promo.gateway img {
    width: 33.3333%;
    padding-right: 10px;
    margin: 0;
    float: left;
  }
}
body .p-promo.gateway .promo-container {
  text-align: left;
}
@media (min-width: 70em) {
  body .p-promo.gateway .promo-container {
    width: 66.6666%;
    padding-left: 10px;
  }
}
body .p-promo.gateway .promo-container li {
  text-align: left;
}
body .p-promo.linkimg {
  position: relative;
  min-height: 100px;
  background-clip: text;
  -webkit-background-clip: text;
  /*overflow: hidden;*/
}
body .p-promo.linkimg a {
  position: static;
  overflow: hidden;
  width: calc(100%);
  background-clip: text;
  -webkit-background-clip: text;
}
body .p-promo.linkimg a .item {
  height: 100px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
body .p-promo.linkimg a .item h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all .2s;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .p-promo.linkimg a .item h3 span {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
body .p-promo.linkimg a .item h3 span.fa {
  color: #007582;
  font-family: 'FontAwesome';
  font-style: initial;
  font-size: 40px;
}
body .p-promo.linkimg a .item h3 .sub-text {
  clear: both;
  display: none;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  transition: all .5s ease-in-out;
}
body .p-promo.linkimg a .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-width: initial;
}
body .p-promo.linkimg:hover a .item h3 {
  color: #fff;
  background: rgba(0, 117, 130, 0.75);
}
body .p-promo.linkimg:hover a .item h3 span {
  color: #fff;
}
body .p-promo.linkimg:hover a .item h3 .sub-text {
  display: block;
}
body .p-promo.linkimg.teal a .item {
  color: #fff;
}
body .p-promo.linkimg.teal a .item h3 {
  color: inherit;
  background: rgba(0, 117, 130, 0.75);
}
body .p-promo.linkimg.teal a .item h3 span {
  color: inherit;
}
body .p-promo.linkimg.teal a .item:hover {
  color: #007582;
}
body .p-promo.linkimg.teal a .item:hover h3 {
  background: rgba(220, 250, 255, 0.7);
  text-shadow: none;
}
body .p-promo.linkimg.white a .item h3 {
  background: rgba(220, 250, 255, 0.7);
  color: #007582;
  text-shadow: none;
}
body .p-promo.linkimg.white a .item h3 span {
  color: #007582;
}
body .p-promo.linkimg.white:hover a .item h3 {
  background: rgba(0, 117, 130, 0.75);
  color: #fff;
}
body .p-promo.linkimg.white:hover a .item h3 .fa {
  color: #fff;
}
body .p-promo.linkimg.white:hover a .item h3 span {
  color: #fff;
}
body .p-promo.overlay {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 45em) {
  body .p-promo.overlay {
    padding: 0;
  }
}
body .p-promo.overlay a {
  position: relative;
  overflow: hidden;
}
body .p-promo.overlay .item {
  position: relative;
  overflow: hidden;
  max-height: 300px;
}
body .p-promo.overlay .tag h3 {
  color: #007582;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  position: absolute;
  background: white;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
@media (min-width: 45em) {
  body .p-promo.overlay .tag h3 {
    font-size: 36px;
  }
}
body .p-promo.overlay .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid white;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
body .p-promo.overlay .promo-container {
  bottom: 0;
  background: #007582;
  position: relative;
  padding: 20px;
}
body .p-promo.overlay .promo-container p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  font-weight: 400;
  height: auto;
  overflow: hidden;
  margin: 0;
}
body .p-promo.overlay .promo-container h3 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 700;
  margin: 0;
  border-bottom: 0;
}
body .p-promo.overlay .promo-container ul li .drop-container {
  width: 100%;
}
body .p-promo.overlay .promo-container ul li .drop-container .dropdown {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: white;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
body .p-promo.overlay .promo-container ul li .drop-container .dropdown:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: #222;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .p-promo.overlay .promo-container ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: 50%;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  font-size: 18px;
}
body .p-promo.overlay .promo-container ul li .drop-container ul {
  width: 100%;
}
body .p-promo.overlay .promo-container ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
body .p-promo.overlay.spotlight {
  padding: 20px;
}
@media (min-width: 45em) {
  body .p-promo.overlay.spotlight {
    padding: 0 20px;
  }
}
body .p-promo.overlay.spotlight .promo-container h3 {
  font-size: 30px;
  line-height: 34px;
}
body .p-promo.overlay.hover .promo-container p {
  height: 0;
  transition: all 0.2s ease-in-out;
}
body .p-promo.overlay.hover:hover .promo-container p {
  height: 66px;
  overflow: hidden;
}
body .p-promo.overlayv2 {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 45em) {
  body .p-promo.overlayv2 {
    padding: 0;
  }
}
body .p-promo.overlayv2 a {
  position: relative;
  overflow: hidden;
}
body .p-promo.overlayv2 .item {
  position: relative;
}
body .p-promo.overlayv2 .tag h3 {
  color: #007582;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  position: absolute;
  background: white;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
@media (min-width: 45em) {
  body .p-promo.overlayv2 .tag h3 {
    font-size: 36px;
  }
}
body .p-promo.overlayv2 .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid white;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
body .p-promo.overlayv2 .promo-container {
  bottom: 0;
  background: #fff;
  position: relative;
}
@media (min-width: 56em) {
  body .p-promo.overlayv2 .promo-container {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 100%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media (min-width: 70em) {
  body .p-promo.overlayv2 .promo-container {
    width: 60%;
    width: -webkit-calc(75% - 100px);
    width: calc(75% - 100px);
  }
}
body .p-promo.overlayv2 .promo-container p {
  color: #555;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 20px 20px 20px;
  height: auto;
  overflow: hidden;
  margin: 0;
  width: auto;
}
body .p-promo.overlayv2 .promo-container p span.home-slider-btn {
  float: none;
  clear: both;
  margin-top: 30px;
  display: block;
  width: auto;
  cursor: pointer;
  max-width: 185px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body #main-content .p-promo.overlayv2 .promo-container p span.home-slider-btn .fa {
  width: auto;
  float: right;
  padding-top: 4px;
}
body .p-promo.overlayv2 .promo-container p span.home-inner-btn {
  float: none;
  clear: both;
  margin-top: 0px;
  display: block;
  width: auto;
  cursor: pointer;
  max-width: 185px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .p-promo.overlayv2 .promo-container p span.home-inner-btn .fa {
  width: auto;
  float: right;
  padding-top: 4px;
}
body .p-promo.overlayv2 .promo-container h3 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  margin: 0;
  border-bottom: 0;
}
body .p-promo.overlayv2 .promo-container ul li .drop-container {
  width: 100%;
}
body .p-promo.overlayv2 .promo-container ul li .drop-container .dropdown {
  color: #007582;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: white;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
body .p-promo.overlayv2 .promo-container ul li .drop-container .dropdown:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: #222;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .p-promo.overlayv2 .promo-container ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: 50%;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  font-size: 18px;
}
body .p-promo.overlayv2 .promo-container ul li .drop-container ul {
  width: 100%;
}
body .p-promo.overlayv2 .promo-container ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
body .p-promo.overlayv2.spotlight {
  padding: 20px;
}
@media (min-width: 45em) {
  body .p-promo.overlayv2.spotlight {
    padding: 0 20px;
  }
}
body .p-promo.overlayv2.spotlight .promo-container h3 {
  font-size: 30px;
  line-height: 34px;
}
body .p-promo.imgtitle a {
  display: table;
  table-layout: fixed;
}
body .p-promo.imgtitle .item {
  display: table-cell;
  float: none;
}
body .p-promo.imgtitle h3 {
  width: 50%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
@media (min-width: 45em) {
  body .p-promo.imgtitle h3 {
    width: 75%;
  }
}
body .p-promo.hovertext {
  position: relative;
  overflow: hidden;
}
body .p-promo.hovertext .item {
  border: 1px solid #fff;
}
body .p-promo.hovertext a {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  height: 100%;
  transition: all 0.2s;
}
@media (min-width: 45em) {
  body .p-promo.hovertext a {
    background: none;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
}
body .p-promo.hovertext a:hover {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  padding-right: 20px;
  position: absolute;
}
body .p-promo.hovertext a:hover h3 {
  bottom: initial;
  top: 20%;
  color: #fff;
}
@media (min-width: 45em) {
  body .p-promo.hovertext a:hover h3 {
    top: 10%;
  }
}
@media (min-width: 56em) {
  body .p-promo.hovertext a:hover h3 {
    top: 20%;
  }
}
body .p-promo.hovertext a:hover p {
  bottom: 10%;
}
body .p-promo.hovertext a:hover p:after {
  content: '';
}
body .p-promo.hovertext a:hover:after {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 8px);
  color: #fff;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .p-promo.hovertext a:hover:after {
  font-size: 28px;
  left: 50%;
  left: -webkit-calc(50% - 14px);
  left: calc(50% - 14px);
  top: 90%;
}
body .p-promo.hovertext a h3 {
  bottom: initial;
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border: none;
  text-transform: initial;
  transition: all 0.2s;
  top: 20%;
}
@media (min-width: 45em) {
  body .p-promo.hovertext a h3 {
    bottom: 20%;
    font-size: 20px;
    line-height: 26px;
    top: initial;
  }
}
@media (min-width: 70em) {
  body .p-promo.hovertext a h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
body .p-promo.hovertext a p {
  position: absolute;
  bottom: 10%;
  width: 100%;
  background: none;
  text-transform: initial;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  transition: all 0.2s;
  text-align: center;
}
body .p-promo.hovertext a p:after {
  content: '';
}
@media (min-width: 45em) {
  body .p-promo.hovertext a p {
    bottom: -100%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 56em) {
  body .p-promo.hovertext a p {
    font-size: 16px;
  }
}
body .p-promo.link.item h3 {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
body .p-promo.link.item a .item {
  width: 100%;
}
body .p-promo.titleimglink {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #fff;
}
body .p-promo.titleimglink > .item {
  width: 100%;
}
@media (min-width: 45em) {
  body .p-promo.titleimglink > .item {
    width: 40%;
    overflow: hidden;
  }
}
body .p-promo.titleimglink > .item img {
  max-width: initial;
}
@media (min-width: 45em) {
  body .p-promo.titleimglink > .item img {
    width: auto;
  }
}
body .p-promo.titleimglink > .item .read-more .button {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .p-promo.titleimglink > .item .read-more .button:after {
  width: auto;
  float: right;
  padding-top: 4px;
  padding-left: 10px;
}
body .p-promo.titleimglink > .promo-container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
@media (min-width: 45em) {
  body .p-promo.titleimglink > .promo-container {
    width: 60%;
  }
}
body .p-promo.titleimglink > .promo-container h3 {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 200;
  text-transform: uppercase;
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
body .p-promo.titleimglink > .promo-container p {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}
body .p-promo.titleimglink.right > .item {
  float: right;
}
@media (min-width: 45em) {
  body .p-promo.titleimglink.right > .item {
    width: 30%;
    padding-left: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promo.titleimglink.right .promo-container {
    width: 70%;
  }
  body .p-promo.titleimglink.right .promo-container h3 {
    margin-top: 0;
  }
}
body .p-promo.titleimglink.left > .item {
  float: left;
}
@media (min-width: 45em) {
  body .p-promo.titleimglink.left > .item {
    width: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promo.titleimglink.left .promo-container {
    width: 70%;
  }
  body .p-promo.titleimglink.left .promo-container h3 {
    margin-top: 0;
  }
}
body .p-promo.titleimglink.hover {
  padding: 10px;
  border: 1px solid white;
  margin-top: 0;
}
body .p-promo.titleimglink.hover .item {
  display: block;
  margin: auto;
  float: none;
}
body .p-promo.titleimglink.hover .promo-container {
  background: #fff;
}
body .p-promo.titleimglink.hover .promo-container h3 {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  margin: 10px 0 0;
  border-bottom: 0;
}
body .p-promo.titleimglink.hover .promo-container p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
body .p-promo.titleimglink.hover:hover {
  transition: all 0.1s ease-in-out;
  border-top: 5px solid white;
  margin-bottom: 16px;
}
body .p-promo.imgtitlelink {
  background: #fff;
  margin-bottom: 30px;
  width: 100%;
}
body .p-promo.imgtitlelink > .item {
  width: 100%;
}
body .p-promo.imgtitlelink h3 {
  border-bottom: 0;
  margin-top: 10px;
}
body .p-promo.imgtitlelink p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
body .p-promo.imgtitlelink .promo-container {
  color: #007582;
  text-decoration: underline;
}
body .p-promo.imgtitlelink .promo-container p {
  color: #007582;
  text-decoration: underline;
}
body .p-promo.imgtitlelink.right > .item {
  float: right;
}
@media (min-width: 45em) {
  body .p-promo.imgtitlelink.right > .item {
    width: 30%;
    padding-left: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promo.imgtitlelink.right {
    width: 70%;
  }
  body .p-promo.imgtitlelink.right h3 {
    margin-top: 0;
  }
}
body .p-promo.imgtitlelink.left > .item {
  float: left;
}
@media (min-width: 45em) {
  body .p-promo.imgtitlelink.left > .item {
    width: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promo.imgtitlelink.left {
    width: 70%;
  }
  body .p-promo.imgtitlelink.left h3 {
    margin-top: 0;
  }
}
body .p-promo.imgtitlelink.hover {
  padding: 10px;
  border: 1px solid white;
  margin-top: 0;
}
body .p-promo.imgtitlelink.hover .item {
  display: block;
  margin: auto;
  float: none;
}
body .p-promo.imgtitlelink.hover .promo-container {
  background: #fff;
}
body .p-promo.imgtitlelink.hover .promo-container h3 {
  text-transform: none;
  margin: 10px 0 0;
  border-bottom: 0;
}
body .p-promo.imgtitlelink.hover .promo-container p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
body .p-promo.imgtitlelink.hover:hover {
  transition: all 0.1s ease-in-out;
  border-top: 5px solid white;
  margin-bottom: 16px;
}
body .p-promo.generic {
  margin: 0;
  overflow: hidden;
  display: table;
}
body .p-promo.generic > .item {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
body .p-promo.generic > .item img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body .p-promo.generic > .promo-container {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: rgba(0, 117, 130, 0.75);
  padding: 30px 0;
}
body .p-promo.generic > .promo-container > .column > h3 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 500;
  border-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
body .p-promo.generic > .promo-container > .column > p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
body .p-promo.generic > .promo-container > .column > ul {
  text-align: center;
}
body .p-promo.generic > .promo-container > .column > ul li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 10px 10px;
}
body .p-promo.generic > .promo-container > .column > ul li a {
  color: #fff;
  border: none;
  display: inline-block;
  float: none;
  width: auto;
}
body .p-promo.generic.video .item video {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
body .p-promo.generic.video .promo-container {
  padding: 30px 0;
}
@media (min-width: 45em) {
  body .p-promo.generic.video .promo-container {
    padding: 100px 0;
  }
}
body .p-promo.generic.video .promo-container .column p {
  overflow: initial;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 45em) {
  body .p-promo.generic.video .promo-container .column p {
    font-size: 24px;
    line-height: 36px;
  }
}
body .p-promo.promo {
  background: #007582;
  overflow: hidden;
}
body .p-promo.promo h3 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 20px;
}
@media (min-width: 70em) {
  body .p-promo.promo h3 {
    font-size: 24px;
  }
}
body .p-promo.promo hr {
  border: none;
  border-bottom: 1px solid white;
  position: relative;
}
body .p-promo.promo .promo-container {
  padding: 0 20px 0px;
}
body .p-promo.promo .promo-container .intro {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .p-promo.promo .promo-container .intro a {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .p-promo.promo .promo-container .intro p {
  margin: 0;
}
body .p-promo.promo .promo-container > a {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  width: auto;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0;
}
body .p-promo.promo .promo-container > a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: #007582;
}
body .p-promo.promo .p-list ul li {
  color: #fff;
}
body .p-promo.promo .p-list ul li a {
  color: #fff;
}
body .p-promo.promo.teal a {
  /*padding-bottom: 10px;*/
}
body .p-promo.promo.teal .promo-container .intro ul li {
  color: #fff;
}
body .p-promo.promo.teal .promo-container .intro a {
  text-decoration: none;
  color: #fff;
	border-bottom: 1px solid #ccc;
}
body .p-promo.promo.teal .promo-container .intro a:hover {
  text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
body .p-promo.promo.dark {
  padding: 10px 20px;
  background: #007582;
}
body .p-promo.promo.dark h3 {
  color: #fff;
  font-weight: normal;
}
body .p-promo.promo.dark .promo-container .intro {
  margin: 0;
  color: #fff;
}
body .p-promo.promo.dark .promo-container > a {
  color: white;
}
body .p-promo.promo.dark .promo-container > a:after {
  color: white;
}
body .p-promo.promo.light .promo-container {
  background: #fff;
  border: 1px solid #007582;
}
body .p-promo.promo.light .promo-container h3 {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  color: #007582;
  font-weight: normal;
}
body .p-promo.promo.light .promo-container .intro {
  padding-top: 10px;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .p-promo.promo .promo-container .intro p a { display: inline; width: auto; float: none; line-height: 22px; font-size: 16px; }
body .p-promo.promo .promo-container .intro p { width: auto; float: none; }
body .p-promo.promo.light .promo-container .intro p {
  margin: 0;
}
body .p-promo.promo.light .promo-container > a {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .p-promo.promo.light .promo-container > a:after {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .p-promo.promo.light .promo-container .contact, body .p-promo.promo.teal .promo-container .contact {
  margin-bottom: 20px;
  margin-top: 5px;
}
body .p-promo.promo.light .promo-container .contact p {
  color: #007582;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 70em) {
  body .p-promo.promo.light .promo-container .contact p {
    color: #007582;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
}
body .p-promo.promo.light .promo-container .contact p span, body .p-promo.promo.teal .promo-container .contact p span {
  float: none;
  width: auto;
  display: inline;
  padding-right: 5px;
}
body .p-promo.promo.light .promo-container .contact p a {
  color: #007582;
}

body .p-promo.promo.teal .promo-container .contact p a {
  color: #fff;
}

body .p-promo.promo.teal .promo-container .contact p a, body .p-promo.promo.light .promo-container .contact p a {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline;
  width: auto;
  float: none;
}
@media (min-width: 70em) {
  body .p-promo.promo.light .promo-container .contact p a {
    color: #007582;
  }
  body .p-promo.promo.teal .promo-container .contact p a {
    color: #fff;
  }
  body .p-promo.promo.light .promo-container .contact p a,  body .p-promo.promo.teal .promo-container .contact p a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
}
body .p-promo.promo.light .p-list ul li {
  color: #007582;
}
body .p-promo.promo.light .p-list ul li a {
  color: #007582;
}
body .p-promo.promo.teal .p-list ul li {
  color: #fff;
}
body .p-promo.promo.teal .p-list ul li a {
  color: #fff;
}
body .p-promo.promo.wrap .item {
  float: left;
  padding-right: 10px;
}
body .p-promo.promo.wrap .promo-container .intro {
  display: inline;
  float: none;
}
body .p-promo.button {
  max-width: 100%;
  margin: 0 0 20px;
  transition: all .2s;
}
body .p-promo.button a {
  position: relative;
}
body .p-promo.button a .item {
  width: 100%;
}
body .p-promo.button a .promo-container {
  display: table;
  float: left;
  width: 100%;
  position: relative;
  padding: 5vw;
  background: #BE5513;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 45em) {
  body .p-promo.button a .promo-container {
    padding: 15px 20px;
  }
}
body .p-promo.button a .promo-container p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
  width: 100%;
  margin: 0;
  padding-left: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 45em) {
  body .p-promo.button a .promo-container p {
    font-size: 20px;
    line-height: 28px;
  }
}
body .p-promo.button a .promo-container p .fa-comments {
  width: auto;
  margin-right: 10px;
  margin-top: 2px;
}
body .p-promo.button a:hover .promo-container {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
}
body .p-promo.button.light a .promo-container {
  background: white;
}
body .p-promo.button.light a .promo-container p {
  color: #007582;
}
body .p-promo.button.dark a .promo-container {
  background: #007582;
}
body .p-promo.button.dark a .promo-container p {
  color: #fff;
}
body .p-promo.more-news {
  width: 200px;
  margin: auto;
  float: none;
}
@media (min-width: 45em) {
  body .p-promo.more-news {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
  }
}
body .p-promo.more-news a .promo-container p {
  text-align: center;
  float: none;
}
body .l-promo-sidebar .search {
  display: block;
  width: 100%;
}
body .l-promo-sidebar .search form {
  display: block;
}
body .l-promo-sidebar .search form #as_q {
  width: 80%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border: 1px solid #ccc;
  border-right: none;
  margin-left: 0;
}
body .l-promo-sidebar .search form #site_search_button {
  width: 20%;
  width: -webkit-calc(35px);
  width: calc(35px);
}
body .l-promo-sidebar .p-promo {
  margin-bottom: 30px;
}
body .l-promo-sidebar .p-promo.overlay .promo-container {
  position: relative;
  background: #007582;
}
body .l-promo-sidebar .p-promo.imgtitle a {
  display: block;
}
body .l-promo-sidebar .p-promo.imgtitle .item {
  display: block;
}
body .l-promo-sidebar .p-promo.imgtitle h3 {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
body .l-promo-sidebar .p-promo.generic .promo-container h3 {
  margin-top: 10px;
}
body .l-promo-sidebar .p-promo.generic.left .item, body .l-promo-sidebar .p-promo.generic.right .item {
  width: 100%;
  padding: 0;
}
body .l-promo-sidebar .p-promo.generic.left .promo-container, body .l-promo-sidebar .p-promo.generic.right .promo-container {
  width: 100%;
}
body .l-promo-sidebar .p-promo.promo .promo-container .intro p {
  margin: 0 0 10px 0;
}
body .l-promo-sidebar .p-promo.linkimg.white h3 {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .l-promo-sidebar .p-promo.linkimg.white h3 span {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
}
body .l-promo-sidebar .p-promo.linkimg.teal h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .l-promo-sidebar .p-promo.linkimg.teal h3 span {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 300;
}
body .l-promo-sidebar .p-promo.imgtitlelink h3 {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 45em) {
  body .l-content .p-promo.generic.hover .item {
    width: 200px;
    float: left;
    min-width: initial;
  }
}
body .l-content .p-promo.generic.hover .promo-container {
  padding: 0 20px;
}
@media (min-width: 45em) {
  body .l-content .p-promo.generic.hover .promo-container {
    width: 100%;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
@media (min-width: 45em) {
  body .l-content .p-promo.promo .item {
    width: 200px;
    float: left;
  }
}
body .l-content .p-promo.promo .promo-container {
  padding: 0 20px;
}
body .l-content .p-promo.promo .promo-container .intro p {
  margin: 0;
}
body .l-content-wrapper .l-promo-sidebar .p-promo.linkimg img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: auto;
  max-width: initial;
}
@media (min-width: 45em) {
  body .l-content-wrapper .l-promo-sidebar .p-promo.linkimg img {
    height: 100%;
  }
}
body .l-content-wrapper .l-promo-sidebar h3 {
  text-transform: uppercase;
}
body .l-content-wrapper .l-promo-sidebar .p-list {
  margin-bottom: 30px;
  text-decoration: none;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .l-content-wrapper .l-promo-sidebar .p-list li a {
  text-decoration: none;
  color: #007582;
}
body .l-content-wrapper .l-promo-sidebar .p-list li a:hover {
  text-decoration: underline;
}
body .l-content-wrapper .l-promo-sidebar .p-list li > .p-list {
  margin-bottom: 0px;
}
body .l-content-wrapper .l-promo-sidebar .imgtitlelink h3 {
  text-transform: none;
}
body .l-content-wrapper .l-promo-sidebar a.bottom-link,
body .s-sidebar a.bottom-link {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}
body .s-sidebar a.bottom-link {
  margin-bottom: 10px;
}
body .l-content-wrapper .l-promo-sidebar a.bottom-link:after,
body .s-sidebar a.bottom-link:after{
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  font-size: 22px;
  top: 1px;
  padding-left: 10px;
  color: #007582;
}
body .l-content-wrapper .l-promo-sidebar a.bottom-link:hover:after,
body .s-sidebar a.bottom-link:hover:after{
  text-decoration: none !important;
}
body .wrapper > .column > .l-promo-sidebar {
  margin-top: 20px;
  overflow: hidden;
}
body .wrapper > .column > .l-promo-sidebar h3 {
  line-height: 30px;
}
body .wrapper > .column > .l-promo-sidebar .p-list {
  margin-bottom: 20px;
}
body .wrapper > .column > .l-promo-sidebar .imgtitlelink h3 {
  text-transform: none;
}
@media (min-width: 45em) {
  body .wrapper > .column > .l-content {
    padding: 0 40px 0 0;
  }
}
body .wrapper > .column > .l-content .aacc-students h3 {
  color: #007582;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
body .wrapper > .column > .l-content .aacc-students p {
  text-align: left;
}
body .wrapper > .column > .l-content .aacc-students ul li {
  padding-bottom: 12px;
}
body .wrapper > .column > .l-content .aacc-students ul li a {
  text-decoration: none;
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .wrapper > .column > .l-content .aacc-students ul li a:hover {
  text-decoration: underline;
}
body ul.section_structure {
  float: left;
  position: relative;
  margin-bottom: 20px;
}
body ul.section_structure > li {
  width: 100%;
  float: left;
  display: table;
}
body ul.section_structure > li > a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  float: none;
  min-width: 100%;
  border-top: 0;
  color: #007582;
  background: white;
  text-align: center;
  text-decoration: none;
}
body ul.section_structure > li > a h3 {
  border: none;
  outline: 0;
}
@media (max-width: 45em) {
  body ul.section_structure > li.small-active > a {
    background: #007582;
    color: white;
  }
  body ul.section_structure > li.small-active > a h3 {
    color: white;
  }
}
@media (min-width: 45em) {
  body ul.section_structure > li.large-active > a {
    background: #007582;
    color: white;
  }
  body ul.section_structure > li.large-active > a h3 {
    color: white;
  }
}
@media (min-width: 45em) {
  body ul.section_structure.lg-tabs li > a {
    width: 100%;
    padding: 15px 20px;
  }
  body ul.section_structure.lg-tabs li > a h3 {
    margin: 0;
  }
  body ul.section_structure.lg-tabs li > div {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
  }
  body ul.section_structure.lg-tabs li.large-active > div {
    display: block;
  }
}
@media (max-width: 45em) {
  body ul.section_structure.sm-tabs li > a {
    width: 100%;
    padding: 15px 20px;
  }
  body ul.section_structure.sm-tabs li > a h3 {
    margin: 0;
  }
  body ul.section_structure.sm-tabs li > div {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
  }
  body ul.section_structure.sm-tabs li.small-active > div {
    display: block;
  }
}
@media (min-width: 45em) {
  body ul.section_structure.lg-accs li {
    max-width: 100% !important;
  }
  body ul.section_structure.lg-accs li > a {
    width: 100%;
    padding: 15px 20px;
    display: block;
    position: relative;
    padding-right: 20px;
  }
  body ul.section_structure.lg-accs li > a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 12;
    position: absolute;
    padding: 0 10px;
    top: calc(50% - 6);
    color: inherit;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    transition: all .2s;
  }
  body ul.section_structure.lg-accs li > a:after {
    right: 10px;
    font-size: 18px;
  }
  body ul.section_structure.lg-accs li > a h3 {
    margin: 0;
  }
  body ul.section_structure.lg-accs li > div {
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }
  body ul.section_structure.lg-accs li.large-active > div {
    display: block;
    position: relative;
  }
}
@media (max-width: 45em) {
  body ul.section_structure.sm-accs li {
    max-width: 100% !important;
  }
  body ul.section_structure.sm-accs li > a {
    width: 100%;
    padding: 15px 20px;
    display: block;
    position: relative;
    padding-right: 20px;
  }
  body ul.section_structure.sm-accs li > a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 12;
    position: absolute;
    padding: 0 10px;
    top: calc(50% - 6);
    color: inherit;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    transition: all .2s;
  }
  body ul.section_structure.sm-accs li > a:after {
    right: 10px;
    font-size: 18px;
  }
  body ul.section_structure.sm-accs li > a h3 {
    margin: 0;
  }
  body ul.section_structure.sm-accs li > div {
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }
  body ul.section_structure.sm-accs li.small-active > div {
    display: block;
    position: relative;
  }
}
@media (min-width: 45em) {
  body ul.section_structure.lg-anchor {
    padding-top: 44px;
  }
  body ul.section_structure.lg-anchor > li {
    position: static;
    max-width: 100% !important;
  }
  body ul.section_structure.lg-anchor > li > a {
    position: absolute;
    display: table;
    top: 0;
    width: 33.3333%;
    min-width: auto;
  }
  body ul.section_structure.lg-anchor > li > a h3 {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    width: 100%;
    margin: 0;
  }
  body ul.section_structure.lg-anchor > li:nth-child(1) > a {
    left: 0%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(2) > a {
    left: 33.3333%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(3) > a {
    left: 66.6666%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(4) > a {
    left: 99.9999%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(5) > a {
    left: 133.3332%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(6) > a {
    left: 166.6665%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(7) > a {
    left: 199.9998%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(8) > a {
    left: 233.3331%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(9) > a {
    left: 266.6664%;
  }
  body ul.section_structure.lg-anchor > li:nth-child(10) > a {
    left: 299.9997%;
  }
  body ul.section_structure.lg-anchor > li.large-active > a {
    color: #007582;
    background: white;
  }
  body ul.section_structure.lg-anchor > li.large-active > a h3 {
    color: #007582;
  }
}
@media (max-width: 45em) {
  body ul.section_structure.sm-anchor {
    padding-top: 44px;
  }
  body ul.section_structure.sm-anchor > li {
    position: static;
    max-width: 100% !important;
  }
  body ul.section_structure.sm-anchor > li > a {
    position: absolute;
    display: table;
    top: 0;
    width: 33.3333%;
    min-width: auto;
  }
  body ul.section_structure.sm-anchor > li > a h3 {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    width: 100%;
    margin: 0;
  }
  body ul.section_structure.sm-anchor > li:nth-child(1) > a {
    left: 0%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(2) > a {
    left: 33.3333%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(3) > a {
    left: 66.6666%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(4) > a {
    left: 99.9999%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(5) > a {
    left: 133.3332%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(6) > a {
    left: 166.6665%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(7) > a {
    left: 199.9998%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(8) > a {
    left: 233.3331%;
  }

  body ul.section_structure.sm-anchor > li:nth-child(9) > a {
    left: 266.6664%;
  }
  body ul.section_structure.sm-anchor > li:nth-child(10) > a {
    left: 299.9997%;
  }
  body ul.section_structure.sm-anchor > li.large-active > a {
    color: #007582;
    background: white;
  }
  body ul.section_structure.sm-anchor > li.large-active > a h3 {
    color: #007582;
  }
}
body .ui-tabs {
  margin-bottom: 20px;
}
body .ui-tabs .ui-tabs-nav {
  display: table;
  width: 100%;
}
body .ui-tabs .ui-tabs-nav > li {
  width: auto;
  color: #fff;
  border-right: 2px solid #fff;
}
body .ui-tabs .ui-tabs-nav > li:last-child {
  border-right: none;
}
body .ui-tabs .ui-tabs-nav > li.ui-tabs-active a, body .ui-tabs .ui-tabs-nav > li.ui-state-active a {
  background: #007582;
}
body .ui-tabs .ui-tabs-nav > li.ui-tabs-active a h3, body .ui-tabs .ui-tabs-nav > li.ui-state-active a h3 {
  color: #fff;
  background: #007582;
}
body .ui-tabs .ui-tabs-nav > li a {
  outline: none;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  background: white;
}
body .ui-tabs .ui-tabs-nav > li a h3 {
  color: #007582;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 0;
  margin: 0;
  padding: 20px;
}
body .ui-tabs .ui-tabs-panel {
  padding: 20px;
  border: 2px solid #007582;
}
body .subnav {
  margin-bottom: 20px;
}
@media (min-width: 70em) {
  body .subnav {
    padding: 0;
  }
}
body .subnav h2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  line-height: 41px;
  text-transform: uppercase;
  background: #15515a;
  padding: 0px 20px;
  margin-bottom: 1px;
  position: relative;
  white-space: normal;
}
body .subnav h2:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 24px;
  top: 50%;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 10px;
  position: absolute;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}
@media (min-width: 70em) {
  body .subnav h2 {
    color: #fff;
    text-transform: initial;
    background: #073F47;
    margin-bottom: 0;
    padding: 18px 20px;
    line-height: 24px;
    font-weight: normal;
  }
  body .subnav h2:after {
    content: '';
    color: #fff;
    font-size: 18px;
  }
}
body .subnav a h2 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 20px;
}
body .subnav ul {
  padding: 0;
}
body .subnav ul li {
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
}
body .subnav ul li a {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
}
body .subnav ul li a.active {
  text-decoration: underline;
}
body .subnav > div ul {
  display: none;
}
body .subnav > div ul li {
  background: #15515a;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 0;
  padding: 0;
}
body .subnav > div ul li.open > ul {
  display: block;
}
body .subnav > div ul li.open > button span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  border-left: none;
}
body .subnav > div ul li.active > a {
  border-left: 3px solid white;
}
body .subnav > div > ul {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  width: 265px;
  overflow-y: auto;
}
@media (min-width: 45em) {
  body .subnav > div > ul {
    width: 370px;
  }
}
body .subnav > div > ul h3 {
  padding: 11px 20px;
  color: #fff;
}
body .subnav > div > ul > a {
  color: white;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
}
body .subnav > div > ul > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: -10px;
  color: #fff;
}
body .subnav > div > ul > a:before {
  left: 10px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
body .subnav > div > ul > li button {
  background: none;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 0;
  border: none;
  outline: none;
}
body .subnav > div > ul > li button span {
  font-size: 21px;
  line-height: 56px;
  color: white;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
body .subnav > div > ul > li a {
  overflow: hidden;
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 17px 20px;
}
body .subnav > div > ul > li a.has-sub {
  width: 80%;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
}
body .subnav > div > ul > li ul {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
body .subnav.open > ul {
  display: block;
}
body .subnav.open h2:before {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
body .subnav > ul {
  display: none;
  float: left;
}
@media (min-width: 70em) {
  body .subnav > ul {
    display: block;
  }
}
body .subnav > ul li {
  background: #007582;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
body .subnav > ul li span [class*=" currentbranch"] a,
body .subnav > ul li span [class^="currentbranch"] a {
  text-decoration: underline;
}
body .subnav > ul li a {
  display: block;
  padding: 15px 20px 15px 20px;
  width: 100%;
}
body .subnav > ul li ul {
  float: left;
  position: relative;
}
@media (min-width: 45em) {
  body .subnav > ul li ul li a {
    padding-left: 30px;
  }
  body .subnav > ul li ul ul li a {
    padding-left: 30px;
    position: relative;
  }
  body .subnav > ul li ul ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: -10px;
    color: #fff;
  }
  body .subnav > ul li ul ul li a:before {
    position: initial;
    padding-right: 5px;
  }
  body .subnav > ul li ul ul ul li a {
    padding-left: 40px;
    position: relative;
  }
  body .subnav > ul li ul ul ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: -10px;
    color: #fff;
  }
  body .subnav > ul li ul ul ul li a:before {
    position: initial;
    padding-right: 5px;
  }
  body .subnav > ul li ul ul ul ul li a {
    padding-left: 50px;
  }
  body .subnav > ul li ul ul ul ul ul li a {
    padding-left: 60px;
  }
}
body .subnav > ul li ul li {
  background: #0299AA;
}
body .subnav > ul li ul ul li {
  background: #1CB8C9;
}
body .subnav > ul li ul ul ul li {
  background: #1CB8C9;
}
body .subnav > ul li.open > ul {
  display: block;
}
body .subnav > ul li.active {
  font-weight: bold;
}
body .subnav > ul li.active li {
  font-weight: normal;
}
body .subnav > ul li.haschild .sn-toggle {
  width: 20%;
  width: -webkit-calc(50px);
  width: calc(50px);
  float: right;
  height: 50px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
body .subnav > ul li.haschild .sn-toggle span {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
  font-size: 24px;
}
body .subnav > ul li.haschild > a {
  width: 80%;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
body .subnav > ul li.haschild > span {
  width: 80%;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
body .subnav > ul li.haschild ul {
  display: none;
}
body .subnav > ul li.haschild.open > ul {
  display: block;
}
body .subnav > ul li.haschild.open > .sn-toggle span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
body .subnav.toggles > ul li > .sn-toggle {
  background: none;
  width: 20%;
  width: -webkit-calc(54px);
  width: calc(54px);
  height: 56px;
  text-align: center;
  padding: 0;
  border: none;
}
body .subnav.toggles > ul li > .sn-toggle span {
  font-size: 21px;
  line-height: 56px;
  color: #555;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
body .subnav.toggles > ul li a.has-sub {
  width: 80%;
  width: -webkit-calc(100% - 54px);
  width: calc(100% - 54px);
}
body .subnav.toggles > ul li.open > .sn-toggle span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
body .subsection {
  padding: 20px;
  border-bottom: 1px solid white;
}
@media (min-width: 70em) {
  body .subsection {
    padding: 5px 0 20px;
  }
}
body .subsection h3 {
  color: #007582;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  border: none;
  margin: 10px 0;
}
@media (min-width: 45em) {
  body .subsection h3 {
    margin: 0;
  }
}
body .subsection img {
  padding: 0 20px 20px 0;
}
@media (min-width: 56em) {
  body .subsection img {
    width: 35%;
    padding-bottom: 0;
  }
}
@media (min-width: 56em) {
  body .subsection .container {
    width: 65%;
  }
}
body .subsection .container p {
  padding: 20px 0;
  margin: 0;
}
@media (min-width: 56em) {
  body .subsection .container p {
    padding-left: 0;
    width: 75%;
    padding: 20px;
  }
}
body .subsection .container > div {
  margin: 20px 0;
}
@media (min-width: 56em) {
  body .subsection .container > div {
    width: 25%;
  }
}
body .subsection .container > div button {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  background: #007582;
  padding: 15px 30px 15px 20px;
  border: none;
  cursor: pointer;
  position: relative;
}
body .subsection .container > div button:after {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: -10px;
  color: inherit;
}
body .subsection .container > div button:after {
  right: 10px;
  transition: all .2s;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
body .subsection .container > div a {
  width: auto;
}
body .subsection .subsection-hidden {
  display: none;
}
body .subsection .subsection-hidden .container {
  width: 100%;
}
body .subsection .subsection-hidden .container h3 {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: initial;
}
body .subsection.open .container > div button:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
body .subsection.open .subsection-hidden {
  display: block;
}
body .subsection.open .subsection-hidden > h4 {
  padding: 5px 20px;
  margin-top: 20px;
  background: white;
}
body .subsection.open .subsection-hidden .p-list {
  margin-bottom: -30px;
}
body .subsection.open .subsection-hidden .p-list ul li {
  width: 100%;
  padding: 0 20px;
}
body .subsection.open .subsection-hidden .p-list ul li:last-child .subsection {
  border: none;
}
body table {
  width: 100%;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 56em) {
  body table {
    display: table;
    float: none;
    table-layout: fixed;
  }
}
body table thead {
  display: none;
}
@media (min-width: 56em) {
  body table thead {
    display: table-header-group;
    float: none;
    width: auto;
  }
}
body table thead tr {
  background: #fff;
  border-bottom: 1px solid #eee;
}
@media (min-width: 56em) {
  body table thead tr {
    display: table-row;
    float: none;
    width: auto;
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  body table thead tr:last-child {
    border-bottom: none;
  }
}
body table thead tr th,
body table thead tr td{
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  border-right: 1px solid #ccc;
  background: #007582;
  padding: 10px 30px;
  text-align: center;
}
@media (min-width: 56em) {
  body table thead tr th,
  body table thead tr td{
    padding: 10px 30px;
    border-right: 1px solid #ccc;
    display: table-cell;
    float: none;
  }
  body table thead tr th:before,
  body table thead tr td:before{
    content: '';
  }
}
@media (min-width: 56em) {
  body table thead tr th:last-child,
  body table thead tr td:last-child{
    border-right: none;
  }
}
@media (min-width: 56em) {
  body table tbody {
    display: table-row-group;
    float: none;
    width: auto;
  }
}
body table tbody tr {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
@media (min-width: 56em) {
  body table tbody tr {
    display: table-row;
    float: none;
    width: auto;
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  body table tbody tr:last-child {
    border-bottom: none;
  }
}
body table tbody tr td {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding: 10px 20px;
  float: right;
}
@media (min-width: 56em) {
  body table tbody tr td {
    padding: 10px 30px;
    display: table-cell;
    float: none;
  }
  body table tbody tr td:before {
    content: '';
  }
}
body table tbody tr td:first-child {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body table tbody tr td:before {
  content: attr(data-label);
  display: block;
  float: left;
  width: 30%;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  text-align: left;
  font-weight: bold;
  min-width: 150px;
}
@media (min-width: 56em) {
  body table tbody tr td:before {
    width: 150px;
    display: none;
  }
}
@media (min-width: 56em) {
  body table tbody tr td:last-child {
    border-right: none;
  }
}
body table tbody tr td * {
  width: auto;
}
body table tbody tr:nth-child(even) {
  background: #e3eff0;
}
body .ui-accordion {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
body .ui-accordion h3 {
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  background: #007582;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  outline: none;
  margin: 0;
  position: relative;
  padding-right: 20px;
}
body .ui-accordion h3.ui-state-active {
  background: white;
  color: #007582;
}
body .ui-accordion h3.ui-state-active:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
body .ui-accordion h3:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
body .ui-accordion h3:after {
  right: 20px;
  font-size: 20px;
  top: calc(50% - 12px);
}
body .ui-accordion .ui-accordion-content {
  display: block;
  float: left;
  width: 100%;
  padding: 0 20px;
  border: 1px solid white;
  border-top: 0;
  margin-bottom: 2px;
}
body .ui-accordion .ui-accordion-content p {
  float: none;
}
body .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
body .videoWrapper iframe,
body .videoWrapper object,
body .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .banner .item {
  top: -20px;
  width: 100%;
  min-width: 600px;
  height: auto;
  min-height: 450px;
  z-index: -3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: absolute;
}
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body *:focus {
  /*outline: none;*/
}
body script {
  display: none;
}

.pagination {
  list-style: none;
  float: right;
  width: auto;
}
.pagination li {
  float: left;
  width: auto;
  padding-right: 5px;
  margin-left: 5px;
  border-right: 1px solid #ccc;
}
.pagination li a {
  display: block;
  float: left;
  width: auto;
  min-width: 20px;
  text-align: center;
}
.pagination li a.active {
  background: #007582;
  color: #fff;
  border-radius: 3px;
}
.pagination li:last-child {
  border: none;
}

.back-to-top {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Knockout 48 A','Knockout 48 B';
  font-style: normal;
  font-weight: 400;
  display: none;
  right: 0px;
  bottom: 0px;
  background: #15515a;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  position: fixed;
  height: 30px;
  width: 100%;
  border-radius: 0;
  z-index: 9999;
  transition: box-shadow 0.3s;
  color: white;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  /*  &:after{
      -webkit-transform:rotateZ(-90deg);
      -ms-transform:rotateZ(-90deg);
      transform: rotateZ(-90deg);
      padding:0 4px;
      top:8px;
      left:7px;
    } */
}
.back-to-top:hover {
  text-decoration: none;
}

#main-content {
  outline: none !important;
}

img {
  position: relative;
  width: auto;
  height: auto;
}
@media (min-width: 45em) {
  img.mobile-image {
    display: none !important;
  }
}
img.desk-image {
  display: none !important;
}
@media (min-width: 45em) {
  img.desk-image {
    display: block !important;
  }
}

h1 {
  color: white;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 45em) {
  h1 {
    font-size: 54px;
    line-height: 54px;
  }
}

h2 {
  color: #007582;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  margin: 0 0 10px 0;
}

h3 {
  color: #007582;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

.l-content-wrapper .l-promo-sidebar h3 {
  line-height: 30px;
}

.l-promo-sidebar .p-promo.button a .promo-container {
  position: relative;
}
.l-promo-sidebar .p-promo.button a .promo-container p {
  text-align: left;
  width: auto;
}
.l-promo-sidebar .p-promo.button a .promo-container:after {
  content: "";
  font-family: FontAwesome;
  font-size: 21px;
  position: absolute;
  right: -10px;
  color: #fff;
}
.l-promo-sidebar .p-promo.button a .promo-container:after {
  bottom: 17px;
  right: 10px;
}
.l-promo-sidebar .search {
  margin: 0;
}
.l-promo-sidebar .social {
  text-align: right;
}
.l-promo-sidebar .social ul {
  display: table;
  width: auto;
  margin: auto;
  float: none;
}
.l-promo-sidebar .social ul li {
  display: table-cell;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
@media (min-width: 45em) {
  .l-promo-sidebar .social ul li {
    float: right;
  }
}
.l-promo-sidebar .social ul li a span {
  font-size: 28px;
}
.l-promo-sidebar .social ul li a span span {
  text-indent: -9999px;
  visibility: hidden;
}
.l-promo-sidebar .social > a {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 45em) {
  .l-promo-sidebar .social > a {
    font-size: 22px;
    line-height: 14px;
    position: absolute;
    width: auto;
    margin: 16px 0 0 70px;
    position: relative;
    position: absolute;
  }
  .l-promo-sidebar .social > a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: -10px;
    color: #fff;
  }
}
.l-promo-sidebar .social-find {
  margin-bottom: 20px;
}
.l-promo-sidebar .social-find a{
border-bottom: none !important;
} 
.l-promo-sidebar .social-find h2 {
  margin: 0 0 5px 0;
  font-size: 24px;
  width: 80%;
}
.l-promo-sidebar .social-find ul {
  display: table;
  width: auto;
  float: none;
  padding: 0;
}
.l-promo-sidebar .social-find ul li {
  display: table-cell;
  width: auto;
  padding: 0 5px;
  margin: 0;
  vertical-align: middle;
  float: none;
}
.l-promo-sidebar .social-find ul li a i {
  font-size: 28px;
}
.l-promo-sidebar .social-find ul li a i span {
  text-indent: -9999px;
  visibility: hidden;
}
.l-promo-sidebar .social-find > a {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 45em) {
  .l-promo-sidebar .social-find > a {
    font-size: 22px;
    line-height: 14px;
    position: absolute;
    width: auto;
    margin: 16px 0 0 70px;
    position: relative;
    position: absolute;
  }
  .l-promo-sidebar .social-find > a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: -10px;
    color: #fff;
  }
}

.search {
  display: none;
  width: 100%;
}
@media (min-width: 70em) {
  .search {
    display: block;
    width: auto;
    float: right;
    position: relative;
  }
}
@media (min-width: 70em) {
  .search {
    margin-right: 20px;
  }
}
.search form {
  margin: auto;
  max-width: 1240px;
  padding: 15px 0;
}
@media (min-width: 45em) {
  .search form {
    display: none;
  }
}
@media (min-width: 70em) {
  .search form {
    display: block;
  }
}
.search form span {
  margin-top: 0;
  color: #007582;
}
.search form #as_q {
  -moz-box-sizing: border-box;
  height: 29px;
  width: 150px;
  color: #555;
  font-size: 13px;
  line-height: 19px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  border: none;
  padding: 0px 10px;
  margin-left: 5px;
  border-radius: 3px 0 0 3px;
  margin-top: 0;
  margin-bottom: 0;
}
.search form #as_q::-webkit-input-placeholder, .search form #as_q:-moz-placeholder, .search form #as_q::-moz-placeholder, .search form #as_q:-ms-input-placeholder {
  color: #555;
}
@media (min-width: 45em) {
  .search form #as_q {
    width: 235px;
  }
}
@media (min-width: 70em) {
  .search form #as_q {
    width: 150px;
  }
}
.search form #site_search_button {
  width: 35px;
  height: 29px;
  color: #007582;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: white;
  background: #b6ced1;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
}
.search form #site_search_button:focus {
  outline: 1px solid rgba(255, 255, 255, 0.25);
}
.search .search-toggle {
  display: none;
  cursor: pointer;
  background: transparent;
  height: 60px;
  border: none;
  color: white;
  font-size: 18px;
  position: relative;
  margin-right: 50px;
  padding: 0 10px;
}
@media (min-width: 45em) {
  .search .search-toggle {
    display: block;
    width: 50px;
    top: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 70em) {
  .search .search-toggle {
    display: none;
  }
}
.search .search-toggle:focus {
  outline: #4d90fe auto 5px;
}

.p-promo.generic h3 {
  text-transform: none;
}

h4 {
  color: #007582;
  font-size: 19px;
  line-height: 25px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

h5 {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

h6 {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 10px 0;
}

p {
  float: none;
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0;
}

ul,
ol {
  float: none;
}
ul li,
ol li {
  color: #555;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
}

hr {
  border: 0;
  border-bottom: 1px solid #007582;
  margin: 0 0 30px 0;
}

a {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[href$=".pdf"]:after {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #FF0000;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
a[href$=".docx"]:after, a[href$=".doc"]:after {
  content: "\f1c2";
  font-family: FontAwesome;
  color: #0005FF;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
a.skip {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: white;
  color: #007582;
}
a.skip:focus, a.skip:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 3;
}

section {
  max-height: initial;
  position: relative;
}
@media (min-width: 45em) {
  section {
    margin-top: 0px;
  }
}
section > h2 {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
section.short {
  max-height: 300px;
  overflow: hidden;
}
section.short .view-more {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  position: relative;
  position: absolute;
  background: #fff;
}
section.short .view-more:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: -10px;
  color: #007582;
}
section.short .view-more:after {
  right: 0;
}
section .view-more {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: block;
  bottom: -4px;
  width: 100%;
  text-align: right;
  padding-right: 12px;
}
section .view-more:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: -10px;
  color: #007582;
}
section .view-more:after {
  right: 0;
}
@media (min-width: 45em) {
  section.section-group .s-content {
    width: 75%;
    padding-right: 20px;
  }
}
@media (min-width: 45em) {
  section.section-group .s-sidebar {
    width: 25%;
    padding-left: 20px;
  }
}
section.section-group .s-intro {
  color: #555;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  padding: 15px 0 30px;
  border-bottom: 1px solid #007582;
  text-transform: uppercase;
}

form div {
  position: relative;
}
form div input {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  padding: 10px;
  position: relative;
  margin: 10px 0;
}
form div.required:after {
  content: '*';
  color: #F00;
  position: absolute;
  left: 3px;
  top: 14px;
}
form div textarea {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-style: italic;
  padding: 10px;
  max-width: 100%;
  min-height: 200px;
  margin: 10px 0;
}
form .submit {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 400;
  width: auto;
  margin: 10px 0;
  background: #007582;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}

.caption {
  max-width: 100%;
  width: auto;
}
.caption p {
  display: block;
  float: left;
  width: 100%;
  color: #007582;
  font-style: italic;
  margin: 0 0 15px 0;
  border-bottom: 1px solid white;
  padding: 10px 0;
}
.caption img {
  width: 100%;
}

.contact {
  margin-bottom: 20px;
}
.contact p {
  color: #007582;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 10px;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  strong {
    font-weight: bold;
  }
}


.course-search .button {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: bold;
    background: #BE5513;
    padding: 10px 25px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  margin: 10px 0;
}

.course-search .button:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.course-search label {
    float: none;
    color: #555;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 600;
  clear: both;
}
.course-search .course-listing.row {
  border-bottom: 1px dotted #ddd;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
}
.course-search .course-listing.row:last-of-type {
  border-bottom: none;
}

body .wrapper > .column > .l-promo-sidebar .columns-full h3 {
    line-height: 26px;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 8px;
}
body .course-listing-data strong {
  float: none;
  display: inline;
}

/*Events Calendar Updates*/
body .search form ul.category_form, 
body .search form ul.category_form li ul {
	list-style: none;
    padding: 0;
}

body .search form ul.category_form li input {
	border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0;
    color: #555;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-style: normal;
    font-weight: 400;
}

body .search form ul.category_form li label { 
    color: #555;
    margin: 1px 2px;
    font-family: 'Whitney A','Whitney B',sans-serif;
    font-weight: 600;
    margin-top: 5px;
}

body .search #searchoptions form ul.category_form li {
	padding: 0;
}
body .search #searchoptions form ul.category_form li input {
	margin: 3px;
	margin-top: 4px;
	color: #555;
}

body .search #searchoptions form ul.category_form li label {
	margin-top: 1px;
	color: #555;
	font-size: 16px;
  	font-weight: 400;
}

body .search form {
    padding: 0;
}

.search #calendar_box.pcb-mini-cal .thismonth.hasEvents {
	background-color: #007582;
}

.search #calendar_box.pcb-mini-cal .fillday {
	background-color: #ccc;
}

.search #calendar_box.pcb-mini-cal .fillday.hasEvents {
	background-color: rgba(0, 117, 130, 0.5);
}

.search #calendar_box.pcb-mini-cal .fillday.hasEvents a {
	background-color: transparent;
	color: #555;
}

.search #calendar_box.pcb-mini-cal table tbody tr:nth-child(even) {
	background: #fff
}
.calendar-dayrow .today a {
	position: relative;
}

.search #calendar_box.pcb-mini-cal .calendar-dayrow .today a:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    bottom: -7px;
    left: calc(50% - 2px);
}

#calendar_box.pcb-mini-cal table .calendar-dayrow td {
	padding: 8px 0;
}

@media screen and (max-width: 895px) {
	body .search #calendar_box.pcb-mini-cal table tbody tr td.hasevent a {
		padding: 0;
	}
	#calendar_box.pcb-mini-cal table .calendar-dayrow td {
		padding: 5px 0;
	}
	.search #calendar_box.pcb-mini-cal .calendar-dayrow .today a:after {
	    content: '';
	    width: 5px;
	    height: 5px;
	    position: absolute;
	    background-color: #fff;
	    border-radius: 50%;
	    bottom: -5px;
	    left: calc(50% - 2px);
	}
}


/*Google Search Mobile*/
@media (max-width: 45em) {
td.gsc-search-button{
 float: left !important;
width:100px;
}
}

/*Form Builder*/
body .js-t4form-container * {
	float: none !important;
}
.js-t4form-container #showName {
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 500;
  color: #007582;
}
.js-t4form-container .js-label-text {
  color: #007582;
  font-size: 19px;
  font-weight: 600;
  display: inline;
  margin: 5px 0 5px 0;
}
.js-t4form-container .form-control {
  border: 1px solid #a9a9a9 !important;
  color: #555 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.js-t4form-container .form-control:focus {
  box-shadow: none !important; 
  outline: #007582 solid 2px !important;
}
.js-t4form-container .input-group {
  margin-top: 10px !important;
}
.js-t4form-container .input-group .form-control {
  margin-top: 0 !important;
}
.js-t4form-container .input-group-addon {
  border-radius: 0 !important;
}
.js-t4form-container .mce-tinymce {
	margin-top: 10px !important;
}
.js-t4form-container i.mce-caret {
  display: inline-block !important;
}
.js-t4form-container input[type=file] {
  border: none !important;
  border-radius: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.js-t4form-container span.max-upload-size-label,
.js-t4form-container span.js-max-size {
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.js-t4form-container .list-options .checkbox label {
  margin-top: 0 !important; 
}
.js-t4form-container .list-options .checkbox label span.js-choice-label {
  margin-top: 2px !important;
}
.js-t4form-container button.btn {
  border: none !important;
  background: #BE5513 !important;
  border-radius: 0px !important;
  padding: 10px 30px !important;
  float: none !important;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff!important;    
  font-size: 16px;
  line-height: 22px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
}
.js-t4form-container button.btn:hover,
.js-t4form-container button.btn:focus,
.js-t4form-container button.btn:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
.js-t4form-container .alert {
  position: relative;
}
.js-t4form-container .bootstrap-datetimepicker-widget table tbody td:before {
  content: none;
}

/* Added by Stephanie See 6/27/24 Styling Promo Box Content Type */
body .p-promobox.generic {
  margin: 0;
  overflow: hidden;
  display: table;
  }
  
body .p-promobox.generic > .item {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    }

body .p-promobox.generic > .item img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  }
  
body .p-promobox.generic > .promobox-container {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: rgba(0, 117, 130, 0.75);
  padding: 30px 0;
  }
  
body .p-promobox.titleimglink {
  background: #fff;
  border: 1px solid #fff;
}

body .p-promobox.generic > .promobox-container > .column > h3 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Sentinel A','Sentinel B';
  font-style: normal;
  font-weight: 500;
  border-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

body .p-promobox.generic > .promobox-container > .column > p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

body .p-promobox.generic > .promobox-container > .column > ul {
  text-align: center;
}
body .p-promobox.generic > .promobox-container > .column > ul li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 10px 10px;
}
body .p-promobox.generic > .promobox-container > .column > ul li a {
  color: #fff;
  border: none;
  display: inline-block;
  float: none;
  width: auto;
}
body .p-promobox.generic.video .item video {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
body .p-promobox.generic.video .promo-container {
  padding: 30px 0;
}
@media (min-width: 45em) {
  body .p-promobox.generic.video .promo-container {
    padding: 100px 0;
  }
}
body .p-promobox.generic.video .promobox-container .column p {
  overflow: initial;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 45em) {
  body .p-promobox.generic.video .promobox-container .column p {
    font-size: 24px;
    line-height: 36px;
  }
}

body .p-promobox.titleimglink > .promobox-container {
  width: 100%;
  padding: 30px;
  background: #fff;
}

body .p-promobox.titleimglink > .item {
  width: 100%;
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink > .item {
    width: 40%;
    overflow: hidden;
  }
}
body .p-promobox.titleimglink > .item img {
  max-width: initial;
	height: 250px;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink > .item img {
       height: 250px;
    width: 100%;
    object-fit: cover;
  }
}

body .p-promobox.titleimglink > .item .read-more .button {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
}
body .p-promobox.titleimglink > .item .read-more .button:after {
  width: auto;
  float: right;
  padding-top: 4px;
  padding-left: 10px;
}
body .p-promobox.titleimglink > .promobox-container {
  width: 100%;
  padding: 30px;
  background: #fff;
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink > .promobox-container {
    width: 60%;
  }
}
body .p-promobox.titleimglink > .promobox-container h3 {
  color: #007582;
  font-size: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 200;
  text-transform: uppercase;
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
body .p-promobox.titleimglink > .promobox-container p {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}
body .p-promobox.titleimglink.right > .item {
  float: right;
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink.right > .item {
    width: 30%;
    padding-left: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink.right .promobox-container {
    width: 70%;
  }
  body .p-promobox.titleimglink.right .promobox-container h3 {
    margin-top: 0;
  }
}
body .p-promobox.titleimglink.left > .item {
  float: left;
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink.left > .item {
    width: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promobox.titleimglink.left .promobox-container {
    width: 70%;
  }
  body .p-promobox.titleimglink.left .promobox-container h3 {
    margin-top: 0;
  }
}
body .p-promobox.titleimglink.hover {
  padding: 10px;
  border: 1px solid white;
  margin-top: 0;
}
body .p-promobox.titleimglink.hover .item {
  display: block;
  margin: auto;
  float: none;
}
body .p-promobox.titleimglink.hover .promobox-container {
  background: #fff;
}
body .p-promobox.titleimglink.hover .promobox-container h3 {
  color: #007582;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  margin: 10px 0 0;
  border-bottom: 0;
}
body .p-promobox.titleimglink.hover .promobox-container p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
body .p-promobox.titleimglink.hover:hover {
  transition: all 0.1s ease-in-out;
  border-top: 5px solid white;
  margin-bottom: 16px;
}
body .p-promobox.imgtitlelink {
  background: #fff;
  margin-bottom: 30px;
  width: 100%;
}
body .p-promobox.imgtitlelink > .item {
  width: 100%;
}
body .p-promobox.imgtitlelink h3 {
  border-bottom: 0;
  margin-top: 10px;
}
body .p-promobox.imgtitlelink p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
body .p-promobox.imgtitlelink .promobox-container {
  color: #007582;
  text-decoration: underline;
}
body .p-promobox.imgtitlelink .promobox-container p {
  color: #007582;
  text-decoration: underline;
}
body .p-promobox.imgtitlelink.right > .item {
  float: right;
}
@media (min-width: 45em) {
  body .p-promobox.imgtitlelink.right > .item {
    width: 30%;
    padding-left: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promobox.imgtitlelink.right {
    width: 70%;
  }
  body .p-promobox.imgtitlelink.right h3 {
    margin-top: 0;
  }
}
body .p-promobox.imgtitlelink.left > .item {
  float: left;
}
@media (min-width: 45em) {
  body .p-promobox.imgtitlelink.left > .item {
    width: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 45em) {
  body .p-promobox.imgtitlelink.left {
    width: 70%;
  }
  body .p-promobox.imgtitlelink.left h3 {
    margin-top: 0;
  }
}
body .p-promobox.imgtitlelink.hover {
  padding: 10px;
  border: 1px solid white;
  margin-top: 0;
}
body .p-promobox.imgtitlelink.hover .item {
  display: block;
  margin: auto;
  float: none;
}
body .p-promobox.imgtitlelink.hover .promobox-container {
  background: #fff;
}
body .p-promobox.imgtitlelink.hover .promobox-container h3 {
  text-transform: none;
  margin: 10px 0 0;
  border-bottom: 0;
}
body .p-promobox.imgtitlelink.hover .promobox-container p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
body .p-promobox.imgtitlelink.hover:hover {
  transition: all 0.1s ease-in-out;
  border-top: 5px solid white;
  margin-bottom: 16px;
}
/* End Added by Stephanie See 6/27/24 Styling Promo Box Content Type */
/* Added by Stephanie See 6/27/24 Two Column Promo box*/
.TwoColPromo_container{
	display:flex;
	flex-wrap:wrap;
    }

    .TwoColPromo-box {
		flex:1;
		border: 1px solid #ccc;	
     	margin: 10px;
        
  padding: 10px;
		background-color: #073F47;
opacity: 1;
background-image: radial-gradient(#007582 0.4px, #073F47 0.4px);
background-size: 8px 8px;
    }

   @media screen and (max-width: 600px) {
	.TwoColPromo-box{
		width:100%;
}
}
	  .TwoColPromo-content{
		  padding: 40px;
	  }

 .TwoColPromo-content h2{
 text-shadow: #333 1px 1px 0;
color: #ffffff;
text-transform: none;
 }
 
 .TwoColPromo-content p{
 color: #ffffff;
 }

.TwoColPromo-content ul li{
	 color: #ffffff;
	height:100%;
}
 
.TwoColPromo-contentimg{
	max-width: 80%;
	max-height: 150px;
}
.TwoColPromo-button{
  display: table;
  float: left;
  width: 100%;
  position: relative;
  padding-top: 10px;
	color: #ffffff;
}

.TwoColPromo-button > a:not(:empty){
	color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Whitney A','Whitney B',sans-serif;
  font-style: normal;
  font-weight: bold;
  background: #BE5513;
  padding: 10px 25px;
  border: none !important;
  text-transform: uppercase;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
TwoColPromo-button > a:empty{
display:none;
}
.TwoColPromo-button a:hover {
	 box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 3px 3px 3px rgba(0, 0, 0, 0.2);
}
/*end Added by stephanie see two column promo box*/





































