﻿@charset "UTF-8";

@font-face {
    font-family: 'museo_slab500';
    src: url('/_fonts/museoslab_500_macroman/Museo_Slab_500_2-webfont.eot');
    src: url('/_fonts/museoslab_500_macroman/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/museoslab_500_macroman/Museo_Slab_500_2-webfont.woff2') format('woff2'), url('/_fonts/museoslab_500_macroman/Museo_Slab_500_2-webfont.woff') format('woff'), url('/_fonts/museoslab_500_macroman/Museo_Slab_500_2-webfont.ttf') format('truetype'), url('/_fonts/museoslab_500_macroman/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('/_fonts/Museo 700-Webfont/Webfonts/museo_700_macroman/Museo700-Regular-webfont.eot');
    src: url('/_fonts/Museo 700-Webfont/Webfonts/museo_700_macroman/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/Museo 700-Webfont/Webfonts/museo_700_macroman/Museo700-Regular-webfont.woff2') format('woff2'), url('/_fonts/Museo 700-Webfont/Webfonts/museo_700_macroman/Museo700-Regular-webfont.woff') format('woff'), url('/_fonts/Museo 700-Webfont/Webfonts/museo_700_macroman/Museo700-Regular-webfont.ttf') format('truetype'), url('/_fonts/Museo 700-Webfont/Webfonts/museo_700_macroman/Museo700-Regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'centralesansrndlight';
    src: url('/_fonts/Centrale Sans Rounded Light-Webfont/Webfonts/centralesansrounded_light_macroman/CentraleSansRnd-Light-webfont.eot');
    src: url('/_fonts/Centrale Sans Rounded Light-Webfont/Webfonts/centralesansrounded_light_macroman/CentraleSansRnd-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/Centrale Sans Rounded Light-Webfont/Webfonts/centralesansrounded_light_macroman/CentraleSansRnd-Light-webfont.woff2') format('woff2'), url('/_fonts/Centrale Sans Rounded Light-Webfont/Webfonts/centralesansrounded_light_macroman/CentraleSansRnd-Light-webfont.woff') format('woff'), url('/_fonts/Centrale Sans Rounded Light-Webfont/Webfonts/centralesansrounded_light_macroman/CentraleSansRnd-Light-webfont.ttf') format('truetype'), url('/_fonts/Centrale Sans Rounded Light-Webfont/Webfonts/centralesansrounded_light_macroman/CentraleSansRnd-Light-webfont.svg#centralesansrndlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: 900; }

h1 {
    font-size: 2em;
  margin: 0.67em 0; }

img {
  border: 0; }

svg:not(:root) {
    overflow: hidden;
    height: 150px;
    width: auto;
    margin-bottom: 25px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
 }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
 }

button[disabled],
html input[disabled] {
        cursor: default;
  opacity: 0.3; }
        button[disabled]:hover,
        html input[disabled]:hover {
            background-color: transparent;
    color: inherit; }

button::-moz-focus-inner,
input::-moz-focus-inner {
        border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }


* {
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html{
  font-size:100%;
}

body {
    font-family: 'museo-sans-rounded';
    font-weight: 500;
  /* font-family:'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "museo700";
    font-weight: normal;
  /* font-family:'Poppins', Helvetica, Arial, sans-serif;
  margin-bottom:10px; */
 }

a, a:hover, button, button:hover{
  -o-transition:all 0.3s ease-out !important;
  transition:all 0.3s ease-out !important;
  -webkit-transition:all 0.3s ease-out !important;
}

p {
    margin: 0 0 17px;
}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index: -999999;
}
a.skip-main:focus, a.skip-main:active {
        color: #000;
    background-color:#fff;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
    overflow:auto;
    padding:5px 10px;
        border-radius: 15px;
    border:4px solid #EDB660;
    text-align:center;
    font-size:1.2em;
        z-index: 999999;
}

.stickynav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    background: white;
}

.topnav-blue {
    background: #0f2d52;
}

.topnav-blue li:hover {
        background: #00779C;
}

.topnav-blue a {
        color: white;
        font-family: museo-sans-rounded;
        font-size: 17px;
        line-height: 19px;
        padding: 15px 20px;
        float: left;
        text-decoration: none;
}

@media(max-width:1500px){
    .topnav-blue a {
        padding: 15px 10px;
    }
}


@media (min-width:992px) and (max-width:1200px) {
    .topnav-blue a {
            font-size: 14px;
            padding: 15px 8px;
    }
}

.topnav-blue .fa {
        color: white;
        font-size: 18px;
}

.topnav-blue ul {
        list-style: none;
        float: right;
        margin-bottom: 0;
        margin-top: 0;
}

.topnav-blue li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
}

.topnav-blue li.active {
            background: #3B90B4;
}

.univ-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
}

.univ-nav .nav-links ul {
        list-style: none;
        padding-left: 0;
        float: left;
        margin-bottom: 0;
        margin-top: 0;
}

.univ-nav .nav-links ul li {
            display: inline;
            padding: 0px 20px;
            cursor: default;
            display: flex;
}

.univ-nav .nav-links ul li a {
                color: #0280A1;
                font-family: "museo700";
                font-size: 18px;
                padding: 45px 20px;
                float: left;
                text-decoration: none;
}

.menu-transition {
    display: none;
}

.hero-image {
    display: none;
}

.hero-video-wrapper {
    float: left;
    display: block;
    width: 100%;
}

.hero-video video {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.hero-badge.badge-bottom-right img {
    width: 175px;
    height: auto;
}

.hero-video {
    position: relative;
    padding-bottom: 39.25%;
    /*border-radius: 0% 0% 80% 80%/0% 0% 25% 25%;*/
    /*border-radius: 0% 0% 100% 100%/0% 0% 35% 35%;*/
    border-radius: 0 0 100% 100% / 28%;
    overflow: hidden;
    z-index: 1;
}

.hero-video-wrapper h1 {
    position: absolute;
    top: 50%;
    font-family: "museo700";
    color: white;
    font-size: 60px;
    font-style: italic;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    margin-top: 0;
}

.hero-badge.badge-bottom-right {
    text-align: center;
    margin-top: -45px;
    position: relative;
    z-index: 9;
}

.search-bar input.searchinput {
    background: #F1F9FB;
    border: 0;
    width: 80%;
    font-family: "museo700";
    font-size: 18px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.search-bar input.searchinput:focus, .search-bar input.searchinput:focus-within, .search-bar input.searchinput:target, .search-bar input.searchinput:active, input[type="text"]:focus, input[type="text"]:focus-within, input[type="text"]:target, input[type="text"]:active, input[type="select"]:focus, input[type="select"]:focus-within, input[type="select"]:target, input[type="select"]:active, select[selected="selected"]:focus, select[selected="selected"]:focus-within, select[selected="selected"]:target, select[selected="selected"]:active, select:focus, select:focus-within, select:target, select:active  {
    webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
}

.univ-nav .nav-links ul.dropdown-expand li a:focus:after, .univ-nav .nav-links ul.dropdown-expand li a:focus-within:after, .univ-nav .nav-links ul.dropdown-expand li a:target:after, .univ-nav .nav-links ul.dropdown-expand li a:active:after{
    content: " ";
    background: transparent;
    width: 90px;
    height: 2px;
    padding: 2px 90px;
    border-bottom: 2px solid #edb761;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.search-bar .searchsubmit {
    background: #3B90B4;
    color: white;
    padding: 20px 10px;
    border: 0;
    font-family: "museo700";
    font-size: 18px;
    width: 12%;
    margin-bottom: 0;
}

.search-bar {
    padding: 25px 0px;
    display: none;
    position: absolute;
    background: white;
    z-index: 999999;
    top: 52px;
    left: 0;
    width: 100%;
}

.topnav-blue a:hover {
    color: white;
    text-decoration: none;
}

.univ-nav .nav-links ul.dropdown-expand {
    display: none;
    background: #e1eef3;
    width: 23%;
    position: absolute;
    z-index: 9999;
    right: 0%;
    padding: 20px 20px;
    min-width: 610px;
    top: 100%;
}

.univ-nav .nav-links ul li.dropdown:first-of-type ul.dropdown-expand,
.univ-nav .nav-links ul li.dropdown:nth-of-type(2) ul.dropdown-expand {
    left: 0
}

.univ-nav .nav-links ul.dropdown-expand h3 {
    font-size: 16px;
    margin-top: 0px;
}

.univ-nav .nav-links ul.dropdown-expand li {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    float: left;
    width: 50%;
    padding: 5px 0px 5px 5px;
    /* padding: 0 0 5px 5px; */

}

.univ-nav .nav-links ul.dropdown-expand li:nth-child(odd) {
        padding-left: 0;
        padding-right: 36px;
}

.univ-nav .nav-links ul.dropdown-expand li a {
        color: #2e495d;
        font-size: 16px;
        padding: 0;
        /* padding: 0px 0px 10px; */
        display: block;
        font-family: 'Poppins';
        font-weight: 500;
        float: left;
        width: 100%;
        position: relative;
        line-height: 16px;
        line-height: 22px;
}

.univ-nav .nav-links ul.dropdown-expand li a:hover{
            text-transform: none;
        }

  .univ-nav .nav-links ul.dropdown-expand li a:hover:after{
                content: " ";
                background: transparent;
                width:100%;
                height: 2px;
                padding: 2px 90px;
                border-bottom: 2px solid #edb761;
                position: absolute;
                bottom: -1px;
                left: 0;
            }

.univ-nav .nav-links ul li.dropdown:hover ul.dropdown-expand,
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.univ-nav .nav-links ul li.dropdown:focus ul.dropdown-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.univ-nav .nav-links ul li.main {
    float: left;
    padding: 0;
}


.univ-nav .nav-links ul li.dropdown::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #e1eef3;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
}

.univ-nav .nav-links ul li.dropdown:hover::after {
    display: block;
}

.univ-nav .nav-links ul li.main:hover {
    background: #3B90B4;
}

.univ-nav .nav-links ul li.main:hover > a {
        color: white;
}

.univ-nav .nav-links ul li.main a:hover {
    text-decoration: none;
}

.topblue-footer {
    background: #0f2d52;
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
}

.address p, .address a {
    text-align: left;
    color: #fff;
    font-family: museo-sans-rounded;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0;
    line-height: 24px;
}

.login-btn {
    background: #0280A1;
    color: white;
    font-family: "museo700";
    padding: 12px 30px;
    font-size: 18px;
    float: right;
    text-decoration: none;
}

.login-btn:hover {
        background: #00779c;
        text-decoration: none;
        color: white;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}


.address {
    margin-left: 25px;
}

.footerli li a {
    font-family: museo-sans-rounded;
    color: #00779C;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    text-decoration: none;
}

.footerli li a:hover {
        text-decoration: none;
}

.footerli ul {
    list-style: none;
}

.footerli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.links {
    padding-left: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
    column-count: 2;
}

.footerlinks {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
  }

.footerbadge {
    margin-left: auto;
    float: right;
    text-align: right;
    overflow: hidden;
  }

    .footerbadge div {
        width: 33%;
        height: 70px;
        float: left;
        margin-bottom: 26px;
        text-align: center;
}

.footerbadge div img {
            max-width: 165px;
}

ul.links li {
    width: 70%;
    padding: 0 0 15px;
}

ul.sociallinks {
    padding-left: 0;
}

ul.sociallinks li a span {
        margin-left: 20px;
}

ul.sociallinks li {
        padding: 0 0 15px;
}

.copyright {
    border-top: 1px solid black;
    padding-top: 15px;
    margin: 40px 0 80px;
}

.copyright span {
        font-size: 14px;
        line-height: 1.42857;
        color: #333333;
}

.login {
    margin-left: auto;
    justify-self: flex-end;
}

.center {
    text-align: center;
}

.introContent {
    margin-top: 60px;
    padding: 0px 15px;
}

.introContent p {
        color: #0f2d52;
        font-family: museo-sans-rounded;
        font-weight: normal;
        font-size: 20px;
}

.container-sm {
    width: 885px;
    margin: 0 auto;
}

.banner-cta {
    background: url(https://placeimg.com/1000/500/nature) no-repeat;
    background-size: cover !important;
    height: 500px;
    width: 100%;
    position: relative;
}


.overlaycta {
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 13%;
    width: 42%;
    padding: 50px 50px;
}

.overlaycta h2 {
        font-size: 40px;
        font-family: "museo700";
        margin-top: 0;
        margin-bottom: 20px;
        color: #0f2d52;
        line-height: 45px;
}

.overlaycta p {
        color: #0f2d52;
        font-family: museo-sans-rounded;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 30px;
}

.statblock {
    margin-bottom: 60px;
}

.statblock h3,
.blue-cta h3 {
        font-size: 30px;
        font-family: "museo700";
        color: #0f2d52;
        margin-bottom: 30px;
}

.blue-cta .articlelinks a {
    color: #00779C;
    font-size: 19px;
    line-height: 24px;
    font-family: museo-sans-rounded;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}

.countingstats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
}

.countingstats span.bignumber {
        color: #00779C;
        font-family: 'museo700';
        font-weight: bold;
        font-size: 50px;
        display: block;
}

.countingstats p {
        color: #00779C;
        font-family: 'museo700';
        font-weight: bold;
        font-size: 18px;
        display: block;
}

.stat {
    width: 33%;
}

.blue-cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0;
}

.blue-cta {
    background: #E5F4F8;
    width: 45%;
    padding: 20px 30px 50px;
    position: relative;
    min-height: 400px;
}

.blue-cta p {
        color: #636466;
        font-family: museo-sans-rounded;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
}

.blue-cta a.login-btn {
        position: absolute;
        bottom: 50px;
        right: 30px;
        margin-top: 50px;
}

.blue-bkgd, .blue-bkgd-iframe {
    background: #0f2d52;
    margin: 80px 0 25px;
}

.content-area h2 {
    font-size: 40px;
    font-family: "museo700";
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
}

.content-area p {
    color: white;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.img-area img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    position: absolute;
    top: -125px;
}

.contentimg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0;
}

.content-area {
    width: 100%;
    padding-right: 45px;
}

.img-area, .iframe-area {
    width: 65%;
    position: relative;
    margin-top: 121px;
}

.iframe-area {
    width: 100%;
}

a.nobkgd-btn {
    background: transparent;
    color: white;
    font-family: "museo700";
    padding: 12px 50px;
    font-size: 18px;
    float: right;
    border: 2px solid white;
    margin-top: 50px;
}

a.nobkgd-btn:hover {
        background: #00779c;
        text-decoration: none;
        color: white;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        border: 2px solid #00779c;
}

.newsandevents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
}

.block {
    width: 45%;
    position: relative;
}

    .block img {
        display: block;
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.newsandevents span.desc {
    background: #0f2d52;
    color: white;
    font-family: museo-sans-rounded;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 30px;
}

.block.news .featured-details {
    background: #E5F4F9;
    padding: 30px;
}

.block.events .featured-details {
    background: #F9E9CF;
    padding: 30px;
}

.featured-details h3 a {
    font-size: 22px;
    font-family: "museo700";
    color: #0f2d52;
    margin-bottom: 30px;
}

.featured-details h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.featured-details h3 a:hover {
        text-decoration: none;
}

.newsandevents span {
    font-family: "museo700";
    color: #0f2d52;
}

.list-view h4 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.list-view h4 a {
        font-family: "museo700";
        color: #00779C;
        font-size: 20px;
}

.list-view h4 a:hover {
            text-decoration: none;
}

.list-view {
    margin: 0 auto;
    float: left;
    display: block;
    position: relative;
    width: 100%;
}

.newslist {
    border-bottom: 1px solid #00779C;
    margin-bottom: 0px;
    padding: 20px 0 0;
}

.eventslist {
    border-bottom: 1px solid #EDB660;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 10px;
  }

.block a.login-btn {
    margin-top: 25px;
}

.datesquare {
    background: #EDB660;
    padding: 6px 15px;
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

.datesquare span {
        font-family: museo-sans-rounded;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        text-align: center;
        font-size: 18px;
}

span.number {
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}

span.month {
    padding-top: 2px;
}

.blueborder {
    border: 2px solid #00779C;
    position: relative;
    padding: 50px;
    margin: 100px 0 70px;
}

.blueborder h2 {
        font-size: 36px;
        font-family: "museo700";
        color: #0f2d52;
        margin: 0;
        background: white;
        position: absolute;
        top: -20px;
        z-index: 99999;
        padding: 0px 40px;
        left: 30px;
}

.storyblurp p {
    color: #0f2d52;
    font-family: museo-sans-rounded;
    font-weight: 500;
    font-size: 18px;
}

a.caret-link {
    font-family: museo-sans-rounded;
    font-weight: 500;
    font-size: 18px;
    float: right;
    color: #00779C;
}

a.caret-link:hover {
        text-decoration: none;
        color: #00779c;
        text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

a.caret-link::after {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: bold;
        text-decoration: inherit;
        margin-left: 20px;
        font-size: 18px;
}

.storyinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.storyblurp {
    margin-right: 60px;
    width: 61%;
}

.storyimg img {
    width: 100%;
    height: auto;
    max-width: 354px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
}

.storyimg {
    position: absolute;
    right: 60px;
    top: -30px;
}

.threebanner-bkgd {
    height: 600px;
    background-image: url(../_img/threebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    position: relative;
    background-position: center 25%;
}

.threebanner-bkgd:before {
        content: "";
        background-color: #0f2d52;
        height: 600px;
        opacity: 0.7;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
}

.threebanner-bkgd .slider {
	position:relative;
        z-index: 10;
}

.slider-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
}

.slider-flex p {
        color: white;
        font-family: museo-sans-rounded;
        font-size: 18px;
        text-shadow: 0px 4px 7px rgba(0,0,0,0.2);
        margin-bottom: 55px;
}

.slider-flex h3 {
        font-size: 32px;
        font-family: "museo700";
        color: white;
        margin-bottom: 30px;
        line-height: 36px;
}

.slider-flex div:nth-of-type(2) {
        border-left: 1px solid white;
        border-right: 1px solid white;
}

.slider-flex div {
        width: 34%;
        padding: 0px 50px 50px;
        position: relative;
}

.slider-flex div:nth-of-type(1) {
            padding-left: 0;
}

.slider-flex div:nth-of-type(3) {
            padding-right: 0;
}

.slider-flex div a.login-btn {
            position: absolute;
            bottom: 0;
            right: 50px;
}

/* .slider-flex div:nth-of-type(3) p { */
            /* display: inline-block; */
            /* width: 61%; */
            /* vertical-align: top; */
/* } */

/* .slider-flex div:nth-of-type(3) img { */
            /* display: inline-block; */
            /* width: 33%; */
            /* height: auto; */
            /* float: right; */
/* } */

.slide {
    position: relative;
}

@media( max-width : 1200px) {
    .slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.how-opened {
    display: none;
    background: white;
    width: 400px;
    padding: 15px 30px 20px;
    -webkit-box-shadow: 4px 6px 13px rgba(0,0,0,0.2);
    box-shadow: 4px 6px 13px rgba(0,0,0,0.2);
    float: left;
    position: fixed;
    z-index: 9999999;
    bottom: 10%;
    right: 3%;
}

.howbar {
    background: #DE754B;
    width: 300px;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    cursor: pointer;
    opacity: .7;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.howbar .how-flex {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}

.howbar:hover {
        opacity: 1;
}

.howbar p {
        font-size: 20px;
        font-family: "museo700";
        color: white;
        margin-bottom: 0;
}

.howbar .angle {
        position: relative;
        width: 10%;
}

.howbar .angle .fa {
            color: white;
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 4px;
}

.how-opened h3 {
    font-size: 24px;
    font-family: "museo700";
    color: #00779C;
    margin-bottom: 20px;
    float: left;
}

.how-opened select {
    background: #E8F4F8;
    border: 0;
    border-radius: 0;
    padding: 20px 10px;
    font-family: "museo700";
    display: block;
    float: left;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    color: #0f2d52;
    background: url(../_img/ddarrow.png) no-repeat right #E8F4F8;
    background-size: 14%;
    margin-bottom: 20px;
}

.how-opened select:focus {
        border: 0;
}

input.login-btn {
    border: 0;
}

.how-opened .fa {
    color: #b5b5b5;
    font-size: 23px;
    text-align: right;
    float: right;
    font-weight: normal;
    cursor: pointer;
}

.map-block {
    margin: 60px auto 0;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.map-block img {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
}

.map-services {
    background: white;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    padding: 30px;
    width: 555px;
    float: left;
    position: absolute;
    top: 10%;
}

.map-block h3 {
    color: #0f2d52;
    font-family: "museo700";
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
}

.map-block h4 {
    color: #0f2d52;
    font-family: "museo700";
    font-size: 20px;
    line-height: 24px;
}

.map-block p {
    color: #636466;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.location-sidebyside a {
    color: #0f2d52;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
    font-weight: 500;
    display: block;
}

.location-sidebyside a:hover {
        text-decoration: none;
        /*color: #f47d4e;*/
        color: #00779C;
}

.location-sidebyside .associated-locations a {
    font-size: 14px;
}

.specialty-list {
    border-right: 1px solid #EDB660;
    width: 48%;
    padding: 0px 15px 0px 0px;
    list-style: none;
}

.mobile-location-select {
    display: none;
}

.associated-locations {
    width: 50%;
    padding: 0px 20px 0px 20px;
}

.location-sidebyside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    float: left;
}

.location-sidebyside .associated-locations a {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
}

.location-popup {
    background-color: #0f2d52;
    opacity: .8;
    padding: 20px;
    float: left;
    position: relative;
    color: #FFF;
}

.location-popup p {
        color: #FFFFFF !important;
        font-family: museo-sans-rounded;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
}

.location-popup span {
        color: #FFFFFF;
        font-family: museo-sans-rounded;
        font-size: 14px;
        line-height: 20px;
        display: block;
}

.location-popup a.tel {
        color: white;
        cursor: default;
        font-family: museo-sans-rounded;
        font-size: 14px;
        line-height: 20px;
        display: block;
}

.location-popup a.tel:hover {
            text-decoration: none;
            color: white;
}

a.caret-link.white {
    color: white;
    float: left;
    display: block;
    position: relative;
    font-family: "museo700";
    font-size: 14px;
    margin-top: 30px;
}

.tip {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #0f2d52;
}

.tip-down {
    bottom: -20px;
    left: 50%;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

.popupwrapper {
    position: absolute;
    top: 20%;
    right: 20%;
}

.mobile-only {
    display: none;
}

/*@media (max-width: 1500px) {
  .map-block {
      margin: 60px auto 100px;
   }
}*/

@media (max-width: 1350px) {
    .threebanner-bkgd .slider {
        width: 100%;
    }
}


@media (max-width: 1270px) {
    .overlaycta h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .univ-nav .nav-links ul li {
        padding: 0px 10px;
    }

    .hero-video-wrapper h1 {
        top: 30%;
        width: 100%;
    }

    .footerli ul.links li {
        width: 78%;
    }

    .search-bar {
        left: 8%;
    }

    ul.sociallinks {
        padding-left: 0;
        width: 29%;
    }

    .logo {
        width: 25%;
    }

        .logo img {
            width: 75%;
            padding-top: 20px;
        }

    .univ-nav .nav-links ul li a {
        padding: 45px 12px;
    }

    .overlaycta {
        width: 500px;
    }

    .blue-cta {
        min-height: 450px;
    }

    .content-area {
        width: 70%;
        padding-right: 45px;
    }

    .contentimg-wrapper {
        padding: 70px 0;
    }

    .img-area img {
        top: -100px;
    }

    .storyblurp {
        margin-right: 60px;
        width: 50%;
    }

    .slider-flex div {
        padding: 0px 25px 50px;
    }

/*  .map-block {
      margin: 60px auto 230px;
   }*/
}

@media (max-width: 1024px) {
    .slider-flex h3 {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .menu-transition {
        display: block;
    }

    .mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 15px;
    }

  .mobile-nav .desktop{
            display: none !important;
        }

        /* .mobile-nav a,
  .mobile-nav span,
  .mobile-nav a span{
      font-family: 'Poppins';
  } */

  .mobile-nav .mobile-search span{
            font-family: 'Poppins' !important;
        }

  .mobile-nav .mobile-search a i{
            margin: 10px auto 5px;
        }

    .topnav-blue,
    .utility-nav li:last-child {
        display: none;
    }

    .mobile-nav span {
        color: #0f2d52;
        font-size: 14px;
        display: block;
        font-family: 'Poppins';
    }

    .utility-nav ul li a {
        color: #0f2d52;
        font-family: "museo700";
        font-size: 14px;
    }

    .main-nav ul li a {
        color: #0180A3;
        font-family: "museo700";
        font-size: 16px;
    }

    .nav-show ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .utility-nav ul li {
        border-bottom: 1px solid #0f2d52;
        padding: 10px 0px;
    }

    .main-nav ul li {
        border-bottom: 1px solid #00779C;
        padding: 10px 0px;
    }

    .mobile-logo img {
        height: 60px;
        width: auto;
    }

    .nav-show {
        display: none;
        background: white;
        padding: 20px 0px;
        width: 100%;
        z-index: 9999999999;
        position: relative;
    }

    .mobile-nav .fa {
        margin-left: 9px;
        font-size: 20px;
        margin-top: 15px;
    }

    .hero-video-wrapper h1 {
        font-size: 53px;
        width: 100%;
        top: 38%;
}

    .nav-links ul.dropdown-expand {
        display: none;
    }

        .nav-links ul.dropdown-expand.open {
            display: block;
            background: #e1eef3;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .main-nav ul li.dropdown::after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        color: #0180A5;
        position: absolute;
        right: 15px;
        top: 5px;
    }

    .main-nav ul li.dropdown.uparrow::after {
        content: "\f106";
    }

    .nav-links ul.dropdown-expand li {
        border: 0;
        padding-left: 20px;
    }

        .nav-links ul.dropdown-expand li a {
            font-family: museo_slab500;
            font-size: 14px;
        }

    .footerlinks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footerbadge {
        margin-left: auto;
        float: left;
        text-align: center;
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footerli {
        width: 100%;
        margin-bottom: 30px;
    }

    .footerbadge div {
        width: 47%;
    }

    ul.sociallinks {
        padding-left: 0;
        width: 25%;
    }

    ul.links {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .search-bar {
        position: relative;
        padding: 25px 15px;
        left: inherit;
        top: inherit;
    }

        .search-bar .searchsubmit {
            width: 19%;
        }

    .blue-cta-wrapper {
        display: block;
    }

    .blue-cta {
        width: 100%;
        min-height: 375px;
        margin-bottom: 20px;
    }

    .content-area {
        width: 90%;
    }

    .img-area img {
        top: 0;
    }

    .newsandevents .block {
        width: 49%;
    }

    .featured-details h3 a {
        font-size: 21px;
    }

    .newsandevents .list-view h4 a {
        font-size: 18px;
    }

    .newsandevents {
        margin-bottom: 0;
    }

    .storyinfo {
        display: block;
    }

    .storyblurp {
        margin-right: 0;
        width: 100%;
        float: left;
        margin-bottom: 20px;
}

    .dedicated-landing .storyblurp {
        width: 100%;
    }

    .storyimg {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 20px;
        float: left;
    }

        .storyimg img {
            max-width: 100%;
        }

    .blueborder h2 {
        left: 50%;
        -webkit-transform: translate(-50%,0%);
            -ms-transform: translate(-50%,0%);
        transform: translate(-50%,0%);
        width: 55%;
        font-size: 30px;
        text-align: center;
    }

    .slider-flex {
        display: block;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
        justify-content: initial;
    }

        .slider-flex div {
            width: auto;
            padding: 0px;
            position: relative;
        }

            .slider-flex div:nth-of-type(2) {
                border: 0;
            }

            .slider-flex div:nth-of-type(1) {
                padding-left: 0;
            }

            .slider-flex div:nth-of-type(3) {
                padding-right: 0;
            }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        content: "";
        opacity: 1;
        border: 2px solid white;
        text-align: center;
        background-color: transparent;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: white;
    }

    .slider-flex div:nth-of-type(3) p {
        width: 80%;
    }

    .slider-flex div:nth-of-type(3) p {
        width: 80%;
    }

    .slider-flex div:nth-of-type(3) img {
        width: 15%;
    }

    .threebanner-bkgd, .threebanner-bkgd:before {
        height: 450px;
    }

    .slider-flex div a.login-btn {
        position: relative;
        bottom: 0;
        right: inherit;
    }

    .slider-flex div:nth-of-type(3) a.login-btn {
        margin-top: 49px;
        margin-bottom: 25px;
}

.map-services {
        display: none;
}

.popupwrapper {
        display: none;
}

.map-block img {
        display: none;
}

.mobile-location-select {
        float: left;
        width: 100%;
        display: block;
}

.location-sidebyside {
        display: block;
        width: 100%;
}

.specialty-list {
        border-right: 0;
        width: 100%;
}

.associated-locations {
        width: 100%;
        padding: 0;
        display: none;
}

.mobile-location-select select {
        color: #0f2d52;
        font-family: museo-sans-rounded;
        font-size: 18px;
        line-height: 33px;
        font-weight: 500;
        display: block;
        border: 0;
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #00779C;
        -webkit-appearance: none;
        background: url(../_img/mobileddarrow.png) no-repeat right white;
        background-size: 35px;
}

        .mobile-location-select select:focus {
            border: 0;
            border-bottom: 1px solid #00779C;
        }

    .map-block {
        margin: 20px auto 0;
        min-height: auto;
    }

    .mobile-location-select {
        display: block;
    }

        .mobile-location-select a.caret-link {
            margin-top: 20px;
            margin-bottom: 20px;
}


}

@media (max-width: 900px) {
    .container-sm {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 0px 15px;
    }
}

@media (max-width: 768px) {
    .hero-video-wrapper h1 {
        font-size: 45px;
        top: 70%;
    }

    .hero-badge.badge-bottom-right img {
        width: 125px;
        height: auto;
}

    .howbar .angle .fa {
        display: none;
    }

    .mobile-location-select {
        padding: 0px 15px;
    }

    .mobile-nav {
        padding: 10px 15px;
        background: white;
    }

    .utility-nav ul li a {
        text-decoration: none;
    }

    .main-nav ul li a {
        text-decoration: none;
    }

    a.open-nav, a.searchopen {
        color: #0280A1;
}

    .stickynav {
        display: none;
    }

    .nav-show {
        padding: 20px 15px;
    }

    .login a.login-btn {
        float: none;
    }

    .menu-transition {
        display: block;
    }

    .hero-image {
        display: block;
        position: relative;
    }

        .hero-image img {
            width: 100%;
            height: auto;
            border-radius: 0% 0% 80% 80%/0% 0% 20% 20%;
        }

    .hero-video {
        display: none;
    }

    .footer-info {
        display: block;
        text-align: center;
        float: left;
        width: 100%;
    }

    .address p, .address a {
        text-align: center;
    }

    .address {
        margin-left: 0;
        float: left;
        width: 100%;
        margin: 25px auto;
    }

    .login {
        margin: 20px auto;
        display: block;
        float: left;
        width: 100%;
    }

    .footerli {
        display: block;
        text-align: center;
    }

    ul.links {
        -webkit-column-count: 1;
           -moz-column-count: 1;
        column-count: 1;
    }

    .footerli ul.links li {
        width: 100%;
    }

    ul.sociallinks {
        width: 100%;
    }

        ul.sociallinks li a span {
            display: none;
        }

        ul.sociallinks li {
            display: inline-block;
            padding: 0px 20px;
        }

            ul.sociallinks li a .fa {
                font-size: 30px;
            }

    .overlaycta {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(19, 71, 93, 0.8);
}

        .overlaycta h2 {
            color: white;
        }

        .overlaycta p {
            color: white;
        }

    .banner-cta {
        height: 350px;
    }

    .countingstats {
        display: block;
    }

    .stat {
        width: 100%;
    }

    .img-area, .iframe-area {
        width: 100%;
        position: relative;
    }

        .img-area img {
            top: initial;
            position: relative;
        }

    .contentimg-wrapper {
        padding: 30px 15px;
    }

    .content-area {
        width: 100%;
        padding: 0;
    }

    .block.news, .block.events {
        width: 100%;
    }

    .block.news {
        margin-bottom: 40px;
    }

    .newsandevents {
        padding: 0px 15px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

        .newsandevents .list-view {
            width: 100%;
            margin: 20px auto 0;
            padding: 0px 15px;
        }

    .block.news .featured-details {
        padding: 15px;
    }

    .blue-bkgd, .blue-bkgd-iframe {
        margin: 40px 0 25px;
    }

    .blueborder {
        margin: 40px 15px;
        padding: 35px 15px 25px;
        float: left;
    }

        .blueborder h2 {
            width: 65%;
            text-align: center;
        }

    .threebanner-bkgd {
        padding: 45px;
    }

    .howbar {
        width: 100%;
        bottom: 0;
        right: 0;
        opacity: 1;
        text-align: left;
        padding: 15px 30px;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        height: 58px;
        -webkit-transition: right .3s ease-in-out, width .3s ease-in-out;
        -o-transition: right .3s ease-in-out, width .3s ease-in-out;
        transition: right .3s ease-in-out, width .3s ease-in-out;
    }

        .howbar p {
            font-size: 17px;
        }

            .howbar p:after {
                content: "\f067";
                font-family: FontAwesome;
                font-style: normal;
                text-decoration: inherit;
                font-size: 25px;
                float: right;
                position: absolute;
                right: 30px;
                top: 12px;
            }

    .how-opened {
        background: white;
        width: 100%;
        -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
        float: left;
        position: fixed;
        z-index: 9999999;
        bottom: 0;
        right: 0;
    }

        .how-opened select {
            background-size: 6%;
        }

    .introContent {
        display: none;
    }

    .squarelink {
        background-color: #00779C40;
        position: relative;
        float: left;
        display: block;
        text-align: center;
        width: 50%;
        padding: 20px 20px 5px;
        border: 1px solid white;
}

        .squarelink p {
            color: #0f2d52;
            font-family: museo-sans-rounded;
            font-size: 18px;
            line-height: 18px;
            text-align: center;
            font-weight: 500;
        }

    .ltblue-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px 15px;
        margin: 30px auto 10px;
}

.ltblue-blocks a {
            float: left;
            overflow: hidden;
            display: block;
            width: 100%;
}

.squarelink img {
        width: auto;
        height: 55px;
        margin-bottom: 15px;
}

.ltblue-blocks a:hover {
        text-decoration: none;
}

    .mobile-only {
        display: block;
    }
}

@media (max-width: 767px) {
    .blue-cta-wrapper {
        margin: 0px;
        padding: 0 15px;
    }
}

@media (max-width: 600px) {
    .blueborder h2 {
        font-size: 32px;
        width: 70%;
    }

    .threebanner-bkgd {
        padding: 25px;
    }
}

@media (max-width: 548px) {
    .overlaycta {
        padding-top: 20px;
    }
}

@media (max-width: 515px) {
    .blueborder h2 {
        font-size: 30px;
        padding: 0;
    }
}


@media (max-width: 500px) {

    .statblock h3 {
        padding: 0px 15px
    }

    .container.search .search-bar .searchsubmit {
        width: 29%;
    }

  .container.search .search-bar input.searchinput{
        width: 70%;
    }

    .overlaycta h2 {
        font-size: 28px;
    }

    .blue-cta {
        width: 100%;
        min-height: 450px;
    }

        .statblock h3, .blue-cta h3 {
            margin-top: 10px;
        }
}

@media (max-width: 470px) {
    .blue-cta a.login-btn {
        position: absolute;
        right: 20px;
        margin-top: 0;
        float: left;
        display: block;
        bottom: 30px;
    }

    .statblock h3, .blue-cta h3 {
        font-size: 27px;
    }
}

@media (max-width: 426px) {
    .overlaycta {
        padding: 10px 50px;
    }
}

@media (max-width: 414px) {
    .banner-cta {
        height: 400px;
    }

    .blueborder h2 {
        width: 80%;
        font-size: 25px;
}

.FormBuilderControl input[type="submit"] {
        width: auto;
        margin-left: 0;
}

.threebanner-bkgd {
        padding: 15px;
}

.slider-flex div:nth-of-type(3) p {
        width: 70%;
        margin-bottom: 40px !important;
}

.slider-flex div:nth-of-type(3) img {
        width: 25%;
}

.slider-flex div:nth-of-type(1) p {
        margin-bottom: 20px;
}

.slider-flex div:nth-of-type(2) p {
        margin-bottom: 10px;
}

.slider-flex div:nth-of-type(1) a.login-btn,
.slider-flex div:nth-of-type(2) a.login-btn {
        margin-bottom: 20px;
}
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

.pnl-location.ga-click {
    margin-bottom: 15px;
    color: #0f2d52;
    font-family: museo-sans-rounded;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.pnl-location.ga-click:hover {
        color: #f47d4e;
}

@media (max-width: 1575px) {
    .hero-video-wrapper h1 {
        width: 100%;
        top: 70%;
    }
}



@media (max-width: 590px) {
    .hero-video-wrapper h1 {
        font-size: 54px;
        top: 65%;
    }
    .avid-loc-map {
     display:none;
    }
}


@media (max-width: 441px) {
    .hero-video-wrapper h1 {
        font-size: 22px;
        top: 70%;
        font-weight: 300;
    }
}

@media (max-width: 375px) {
    .hero-video-wrapper h1 {
        font-size: 26px;
    }
}

@media (max-width: 320px) {
    .hero-video-wrapper h1 {
        font-size: 22px;
        top: 55%;
    }
}
.mobile-associated-locations {
   margin-top:25px;
}

.gm-style-iw {
    width: 300px !important;
  overflow:hidden;
}

.gm-style .gm-style-iw {
    background-color: #0f2d52 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding-top: 10px;
    display: block !important;
    max-width: 245px !important;
    padding-right: 13px !important;
}

.gm-style .gm-style-iw div {
        width: 100% !important;
        max-width: 100% !important;
        font-family: museo-sans-rounded;
        overflow: hidden !important;
        padding: 2px 2px 5px;
}

.fa-search:before {
    content: "\f002";
    font-family: FontAwesome;
}

@media screen and (max-width: 1498px) {
    .logo {
        height: auto;
        margin-top: 0px;
        overflow: hidden;
        width: 22%;
        margin-left: 0;
    }

        .logo img {
            width: 100%;
            height: auto;
            padding-top: 0;
        }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.searchopen {
    font-family: FontAwesome;
}

#footer {
    background-color: white;
}

#footer .copyright {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 1.42857;
        color: #333333;
}

#footer .copyright a {
            color: #0280A1;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            line-height: 1.42857;
}

.logo img {
    border: 0 !important;
    padding-top: 0;
}

.logo {
    margin-top: 0;
}

@media (max-width: 585px) {
    .blue-cta a.login-btn {
        position: absolute;
        bottom: 25px;
        right: 30px;
        margin-top: 50px;
}
}

@media (max-width: 414px) {
    .search-bar input.searchinput {
        width: 77%;
        font-size: 16px;
        padding: 15px;
    }
    .search-bar .searchsubmit {
        width: auto;
        font-size: 16px;
        padding: 15px;
    }

    .hero-badge.badge-bottom-right img {
        width: 125px;
        height: auto;
    }

    .hero-badge.badge-bottom-right {
        margin-top: -50px;
    }


    .content-area h2 {
        font-size: 37px;
        line-height: 36px;
    }

    .overlaycta {
        padding: 10px 20px;
    }

    .footerbadge {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    }

        .footerbadge div {
            width: 40%;
            height: auto;
        }

            .footerbadge div img {
                max-width: 100%;
                height: auto;
            }

    .footerli ul.sociallinks {
        display: none;
    }

    .copyright {
        padding: 15px 15px;
    }

}

@media (max-width: 375px) {
    .search-bar input.searchinput {
        width: 75%;
    }

    .content-area h2 {
        font-size: 34px;
        line-height: 32px;
    }

    .footerbadge div {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 360px) {
    .mobile-location-select select {
        font-size: 15px;
    }

    .blue-cta a.login-btn {
        bottom: 10px;
    }
}

@media (max-width: 320px) {
    .search-bar input.searchinput {
        width: 72%;
        font-size: 14px;
    }

    .search-bar .searchsubmit {
        font-size: 14px;
    }

    .mobile-location-select select {
        font-size: 13px;
    }

    .blueborder h2 {
        font-size: 25px;
    }

    .blueborder {
        padding: 10px 15px 25px;
    }

    .blue-cta a.login-btn {
        bottom: 15px;
    }

}


#wrap {
    background-color: white;
}

li.dropdown.main ul.dropdown-expand ul.ul-patient-families {
    width: 100% !important;
}

li.dropdown.main ul.dropdown-expand ul.ul-patient-families li {
        width: 100%;
        padding: 0px 0px 0px 5px;
}

/*li.dropdown.main ul.dropdown-expand ul.ul-patient-families li a {
    padding: 0 0 5px;
}*/

li.dropdown.main ul.dropdown-expand ul.ul-patient-families li a:hover:after {
            bottom: 5px;
}

.univ-nav .nav-links ul.dropdown-expand:last-child li:last-child h3.h3-patient-families:last-of-type {
    margin-top: 5px;
}

@media (min-width: 1600px) {
    .container {
        width: 1498px !important;
    }
}

.subsite-home h1 {
    font-size: 36px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 25px;
}

.subsite-home .sub-page-nav-title {
    display: none;
}

.subsite-home .list-nav-links {
    position: relative;
    max-width: 1280px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    list-style: none;
    padding: 0 15px;
}

.subsite-home .list-nav-links:after {
        content: "";
        position: absolute;
        margin-top: 10px;
        top: 100%;
        left: 15px;
        right: 15px;
        display: block;
        height: 2px;
        background-color: #DCEBF2;
}

.subsite-home .list-nav-links > li > a {
        position: relative;
        font-family: "museo700";
        color: #00779C;
        font-size: 18px;
        padding: 0 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
}

.subsite-home .list-nav-links > li > a:after {
            content: "";
            display: block;
            width: 100%;
            top: 100%;
            margin-top: 12px;
            height: 2px;
    z-index:10;
            background-color: transparent;
            position: absolute;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}

.subsite-home .list-nav-links > li > a:hover {
            text-decoration: none;
            color: #0f2d52;
}

.subsite-home .list-nav-links > li > a:hover:after {
                background-color: #0f2d52;
}

.subsite-home .tab-only {
    display: none;
	}

@media(max-width: 992px) {
    .subsite-home .tab-only {
        display: block;
    }

        .subsite-home .tab-only.section-menu {
            background: #00779C;
            color: white;
            padding: 15px;
        }

            .subsite-home .tab-only.section-menu .container {
                position: relative;
            }

            .subsite-home .tab-only.section-menu + .sidemenu {
                display: none;
            }

    .subsite-home .sidemenu .sublinks {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .subsite-home .sidemenu .sublinks > li {
            margin: 10px 0;
        }

    .subsite-home span.in-open {
        font-family: "museo700";
        font-size: 16px;
    }

        .subsite-home span.in-open:after {
            content: "\f105";
            font-family: FontAwesome;
            font-weight: bold;
            position: absolute;
            right: 0;
            font-size: 20px;
            top: -3px;
        }

        .subsite-home span.in-open.down-arrow:after {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .subsite-home .hero-banner.microsite {
        max-height: none !important;
    }

        .subsite-home .hero-banner.microsite .full-banner,
        .subsite-home .hero-banner.microsite .full-banner:after {
            border-radius: 0 !important;
            margin-bottom: 0 !important;
        }

    .subsite-home .list-nav-links {
        display: block;
        background-color: #E5F4F9;
        margin-top: 0;
        padding: 10px 15px;
    }

        .subsite-home .list-nav-links > li {
            margin: 15px 0;
        }

            .subsite-home .list-nav-links:after,
            .subsite-home .list-nav-links > li > a:after,
            #ctl00_NavigationPart1_deptHomeLnkNav {
                display: none;
            }
}

a.login-btn.center {
    float: none;
    margin: 20px 0;
    display: inline-block;
    min-width: 230px;
}

.subsite-home .threebanner-bkgd {
    background-image: none;
    background-color: #e1eef3;
    margin-top: 50px;
    height: auto;
}

.subsite-home .threebanner-bkgd:before {
        display: none;
}

.subsite-home .slider-flex-subsite h3, .subsite-home .slider-flex-subsite h2 {
    color: #0f2d52;
    font-family: museo-sans-rounded;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 25px 0 40px;
    position: relative;
}

.subsite-home .slider-flex-subsite p {
    font-family: museo-sans-rounded;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0;
    color: #636363;
    text-align: center;
    margin-bottom: 20px;
    width: 70%;
    margin: 10px auto 20px;
}

.subsite-home .slider-flex-subsite div a.login-btn {
    position: relative;
    right: initial;
    bottom: initial;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    min-width: 250px;
    max-width: 250px;
}
@media( max-width : 1200px) {
    .subsite-home .slider-flex-subsite div a.login-btn {
        min-width: initial;
        max-width: initial;
        font-size: 16px;
    }
}

.subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
    content: "";
    border-bottom: 2px solid #edb761;
    width: 100px;
    position: absolute;
    bottom: -15px;
    left: 0;
    -webkit-transform: translate(150%, 0%);
        -ms-transform: translate(150%, 0%);
    transform: translate(150%, 0%);
}

.subsite-home .slider-flex-subsite div {
    text-align: center;
}

.subsite-home .slider-flex-subsite div:nth-of-type(3) img {
        display: inline-block;
        width: 100%;
        height: auto;
        float: none;
        /* min-height: 230px; */
}

.subsite-home .slider-flex-subsite div:nth-of-type(3) img.slide-best {
            display: none;
}

.subsite-home .slider-flex-subsite div img {
        max-width: 100% !important;
        width: 100%;
        max-height: 200px;
}

.subsite-home .slider-flex-subsite div {
    text-align: center;
    background: white;
    margin: 0px 50px 50px;
    padding: 0;
    padding-bottom: 25px;
}

.subsite-home .banner-cta {
    background: url('/media/BannerConfiguration/quality_01_2.jpg') no-repeat center top;
    background-size: cover !important;
}

@media (max-width: 1599px) {
    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(123%, 0%);
            -ms-transform: translate(123%, 0%);
        transform: translate(123%, 0%);
    }

    .subsite-home .slider-flex-subsite div {
        margin: 0px 20px 50px;
    }
}


@media (max-width: 1440px) {
    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(125%, 0%);
            -ms-transform: translate(125%, 0%);
        transform: translate(125%, 0%);
    }
}

@media (max-width: 991px) {
    .subsite-home .slider-flex-subsite div {
        margin: 0px;
    }

    .subsite-home .threebanner-bkgd {
        height: auto
    }

    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(-47%, 0%);
            -ms-transform: translate(-47%, 0%);
        transform: translate(-47%, 0%);
        left: 50%;
    }

    .subsite-home .overlaycta {
        top: 4%;
    }

    .subsite-home .slick-dots {
        bottom: -40px;
    }
}

@media (max-width: 768px) {
    .subsite-home .overlaycta {
        top: 0%;
    }
}

h1.subsite-only {
    display: none;
}

.subsite-home h1.subsite-only {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.subsite-home .blue-bkgd .contentimg-wrapper .img-area,
.subsite-home .blue-bkgd-iframe .contentimg-wrapper .iframe-area {
    margin-top: -45px;
}

.subsite-home .hero-banner.microsite .full-banner {
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-position: 50% 25% !important;
    border-radius: 0 0 50% 50%;
    margin-bottom: 60px;
}

.subsite-home .hero-banner.microsite .full-banner:after {
        content: "";
        background: #40404085;
        height: 400px;
        width: 100%;
        z-index: 9;
        position: absolute;
        border-radius: 0 0 50% 50%;
}

.subsite-home .hero-banner.microsite .full-banner .full-banner-container h3 {
        position: absolute;
        top: 50%;
        font-family: "museo700";
        color: white;
        font-size: 60px;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
        padding: 0 15px;
        width: 100%;
        margin-top: 0;
        z-index: 10;
        text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);
        line-height: 63px;
}

@media screen and (min-width:992px) {
    .subsite-home .hero-banner.microsite .full-banner .full-banner-container h3{
        max-width: 660px;
    }
}

.subscribe-form {
    background-color: #e1eef3;
    padding: 50px;
    margin: 50px auto 70px;
    text-align: center;
    clear: both;
}

.subscribe-form p {
        width: 65%;
        margin: 0 auto;
        font-family: museo-sans-rounded;
        font-size: 16px;
        font-weight: 500;
        text-shadow: 0 0 0;
        color: #636363;
        text-align: center;
        margin-bottom: 20px;
        line-height: 26px;
}


.subsite-home .blueborder {
    width: 80%;
    margin: 100px auto 70px;
}

.subsite-home .block.events{
    width:100%;
}
.subsite-home .events .featured {
    width: 47%;
    float: left;
    margin-right: 0%;
}
.subsite-home .events .list-view {
    width: 48%;
    margin-left: 5%;
}

.subsite-home .threebanner-bkgd .slider .slider-flex-subsite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media (max-width: 1440px) {
    .subsite-home .blueborder {
        width: 95%;
    }

    .subsite-home .storyimg {
        position: absolute;
        right: 50px;
        top: -70px;
    }

    .subsite-home .overlaycta h2 {
        font-size: 35px;
    }

    .subsite-home .blue-bkgd .contentimg-wrapper .img-area,
    .subsite-home .blue-bkgd-iframe .contentimg-wrapper .iframe-area {
        margin-top: -10px;
    }
}


@media (max-width: 1280px) {
    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(120%, 0%);
            -ms-transform: translate(120%, 0%);
        transform: translate(120%, 0%);
    }

    .subsite-home .overlaycta h2 {
        font-size: 31px;
    }
}

@media (max-width: 1199px) {
    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(105%, 0%);
            -ms-transform: translate(105%, 0%);
        transform: translate(105%, 0%);
    }

    .subsite-home .storyimg {
        top: -35px;
    }

    .subsite-home .overlaycta {
        padding: 15px 50px 40px;
    }

        .subsite-home .overlaycta h2 {
            line-height: 30px;
        }
}

@media (max-width: 1100px) {
    .subsite-home .hero-banner.microsite .full-banner .full-banner-container h3 {
        font-size: 55px;
    }

    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(88%, 0%);
            -ms-transform: translate(88%, 0%);
        transform: translate(88%, 0%);
    }
}

@media (max-width: 991px) {
    .subsite-home .threebanner-bkgd .slider .slider-flex-subsite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }

    .subsite-home .slider-flex-subsite div.slide {
        margin-bottom: 50px;
    }

    .subsite-home .slider-flex-subsite div img {
        max-height: 100%;
    }

    .subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(-45%, 0%);
            -ms-transform: translate(-45%, 0%);
        transform: translate(-45%, 0%);
    }

    .subsite-home .subscribe-form p {
        width: 100%;
    }

    .subsite-home .storyimg {
        top: initial;
        position: relative;
        right: initial;
        margin-bottom: 20px;
        float: left;
    }

    .subsite-home .storyinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }

    .subsite-home .blueborder {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .subsite-home .hero-banner.microsite .full-banner .full-banner-container h3 {
        font-size: 37px;
        line-height: 42px;
    }

    .subsite-home .hero-banner.microsite .full-banner {
        position: relative;
        height: 300px;
        background-size: cover !important;
        background-position: 50% 25% !important;
        border-radius: 0 0 40% 40%;
        margin-bottom: 60px;
    }

        .subsite-home .hero-banner.microsite .full-banner:after {
            content: "";
            background: #40404085;
            height: 300px;
            width: 100%;
            z-index: 9;
            position: absolute;
            border-radius: 0 0 40% 40%;
        }

    .subsite-home .introContent {
        display: block;
        margin-top: 0px;
    }

    .subsite-home .blueborder {
        width: auto;
        margin: 100px 15px 70px;
    }

    .subsite-home .block.events {
        display: inline-block;
    }
    .subsite-home .events .featured {
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    .subsite-home .events .list-view {
        width: 100%;
        margin-left: 0;
    }

    .subsite-home .blue-bkgd .img-area,
    .subsite-home .blue-bkgd-iframe .iframe-area {
        margin-top: 0;
    }

    .subscribe-form {
        background-color: #e1eef3;
        padding: 50px;
        margin: 50px 15px 70px;
        text-align: center;
    }
}


@media (max-width: 441px) {
    .subsite-home .hero-banner.microsite .full-banner {
        height: 250px;
        border-radius: 0 0 25% 25%;
}

.subsite-home .hero-banner.microsite .full-banner:after {

            height: 250px;
            border-radius: 0 0 25% 25%;
}

.subsite-home .hero-banner.microsite .full-banner .full-banner-container h3 {
            top: 40%;
        }

    .subsite-home h1 {
        font-size: 25px;
    }

    .subsite-home .introContent p {
        color: #0f2d52;
        font-family: museo-sans-rounded;
        font-weight: 500;
        font-size: 16px;
}

.subsite-home .content-area h2 {
        font-size: 27px;
        line-height: 36px;
}

.subscribe-form p {
        width: 100%;
}

.subsite-home .banner-cta {
        background-position: 63% 80% !important;
}

.subsite-home .overlaycta {
        padding: 15px 20px 25px;
}

.subscribe-form {
        padding: 30px 15px;
}

.subsite-home .slider-flex-subsite h3:after, .subsite-home .slider-flex-subsite h2:after {
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
}

/*.dedicated-landing .hero-banner.microsite .full-banner {
  min-height: 165px;
}*/

}

@media (max-width: 414px) {
    .subsite-home .hero-banner.microsite .full-banner .full-banner-container h3 {
        top: 52%;
    }
}

@media only screen
    and (device-width : 414px)
    and (device-height : 896px)
    and (-webkit-device-pixel-ratio : 3) {
    .subsite-home .hero-banner.microsite .full-banner .full-banner-container h3 {
        top: 44%;
        line-height: 39px;
    }
    }

.subscribe-form .FormBuilderControl {
    float: none;
    margin-left: 0;
    width: 70%;
    margin: 0 auto;
}

.subscribe-form .FormBuilderControl > div {
        float: none !important;
}

.subscribe-form .FormBuilderControl > div > div:first-of-type {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.subscribe-form .FormBuilderControl .form-row {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 2px !important;
}

.subscribe-form .FormBuilderControl .form-cell {
        width: 97%;
}

.subscribe-form .FormBuilderControl span.form-cell.form-label {
        display: none;
}

.subscribe-form .FormBuilderControl .NormalText, .FormBuilderControl input[type="text"] {
        background: white;
        border: 0;
        border-radius: 0 !important;
        width: 100%;
        height: auto;
        padding: 15px;
        font-family: museo-sans-rounded;
        font-size: 15px;
        font-weight: 500;
        text-shadow: 0 0 0;
        color: #636363;
}

.subscribe-form .FormBuilderControl > div > div:first-of-type > div {
        width: 30%;
        margin: 0;
}

.subscribe-form .FormBuilderControl > div > div:first-of-type > div input[type="submit"] {
            width: 97%;
            border-radius: 0;
            margin-left: 0;
}

.subscribe-form .FormBuilderControl > div > div:first-of-type > div > div {
            margin: 7px 0 0 0;
}

.subscribe-form .FormBuilderControl .form-row:nth-child(1),
.subscribe-form .FormBuilderControl .form-row:nth-child(2) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.subscribe-form .FormBuilderControl .form-row:nth-child(5) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 69.3%;
        flex: 0 0 69.3%;
}

.subscribe-form .FormBuilderControl .form-row h1 {
        margin-bottom: 0;
}

@media (max-width: 991px) {
    .subscribe-form .FormBuilderControl {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .subscribe-form .FormBuilderControl > div > div:first-of-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }

    .subscribe-form .FormBuilderControl .form-cell {
        width: 100%;
    }

    .subscribe-form .FormBuilderControl > div > div:first-of-type > div {
        width: 50%;
        margin: 5px auto 0;
    }
}

@media (max-width: 560px) {
    .subscribe-form .FormBuilderControl .NormalText, .FormBuilderControl input[type="text"] {
        max-width: 100% !important;
    }
}

.topnav-blue li.donate-now {
    background: #EDB660;
}

.topnav-blue li.donate-now a {
        color: #0f2d52;
    font-weight:bold;
}

.topnav-blue li.donate-now:hover {
        background: #F9E9CF;
}

.topnav-blue li.donate-now:hover a {
    color:#0f2d52;
    font-weight:bold;
}

.dedicated-landing .storyblurp {
    width: 54%;
}

.please-select {
    font-family: museo-sans-rounded;
}

@media (max-width: 991px) {
    .dedicated-landing .storyblurp {
        width: 100%;
    }
    .univ-nav {
        display: none;
    }
}

/* -- 372406161_Final_Sprint_Front-End -- */
@media (max-width: 375px) {
    .threebanner-bkgd, .threebanner-bkgd:before {
        height: 500px;
    }
}

@media (max-width: 320px) {
    .threebanner-bkgd, .threebanner-bkgd:before {
        height: 525px;
    }
}

.map-block h2 {
    color: #0f2d52;
    font-family: "museo700";
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
}

.map-block h3 {
    color: #0f2d52;
    font-family: "museo700";
    font-size: 20px;
    line-height: 24px;
}

.slider-flex h2 {
    font-size: 32px;
    font-family: "museo700";
    color: white;
    margin-bottom: 30px;
    line-height: 36px;
}

.locations-page .accordion li.has-children > a {
    font-family: 'museo-sans-rounded';
    font-size: 18px;
    font-weight: 500;
}

    .locations-page .accordion li.has-children > a:after {
        position: absolute;
        content: '\f107';
        font-family: 'FontAwesome';
        right: 0;
        color: #0280a1;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
    }

.locations-page .accordion li.expanded > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.locations-page .accordion li.expanded > a + ul {
    max-height: 700px;
    opacity: 1;
    -webkit-transition: max-height .2s, opacity .1s ease-in;
    -o-transition: max-height .2s, opacity .1s ease-in;
    transition: max-height .2s, opacity .1s ease-in;
}

@media (max-width: 992px) {
    .locations-page .accordion li a {
        padding: 10px 15px;
    }

    .locations-page .accordion li.has-children > a {
        color: #fff;
        font-size: 16px;
        background: #0280a1;
        padding: 10px 15px;
    }

        .locations-page .accordion li.has-children > a:after {
            content: '\f107';
            position: absolute;
            font-family: 'FontAwesome';
            right: 15px;
            color: #fff;
            -webkit-transition: -webkit-transform .25s;
            transition: -webkit-transform .25s;
            -o-transition: transform .25s;
            transition: transform .25s;
            transition: transform .25s, -webkit-transform .25s;
        }

        .locations-page .accordion li.has-children > a + ul li.has-children a {
            background: #e1eef3;
            color: #636466;
        }

            .locations-page .accordion li.has-children > a + ul li.has-children a:after {
                color: #636466;
            }

    .locations-page .accordion li > a + ul {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        -webkit-transition: max-height .25s, opacity .25s ease-in;
        -o-transition: max-height .25s, opacity .25s ease-in;
        transition: max-height .25s, opacity .25s ease-in;
    }
}

.locations-page .accordion > li {
    position: relative;
}

    .locations-page .accordion > li > a {
        display: block;
        font-size: 18px;
        line-height: 32px;
        position: relative;
        color: #0F2D52;
        font-weight: 700;
        text-decoration: none;
    }

@media (max-width: 992px) {
    .locations-page .accordion > li > a {
        color: #000;
        background: #e1eef3;
    }
}

.locations-page .accordion > li > ul {
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .locations-page .accordion > li > ul {
        background: #e1eef3;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 99;
    }
}

.locations-page .accordion > li > ul > li {
    display: block;
    margin: 0;
    line-height: 24px;
}

    .locations-page .accordion > li > ul > li > a {
        display: block;
        position: relative;
        color: #0280A1;
        font-size: 18px;
        text-decoration: none;
        padding: 5px 0;
        font-family: 'museo-sans-rounded';
        font-weight: 500;
    }

@media (max-width: 992px) {
    .locations-page .accordion > li > ul > li > a {
        color: #e1e1e1;
        color: #000;
    }
}

.locations-page .accordion > li > ul > li > a + ul {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .25s, opacity .25s ease-in;
    -o-transition: max-height .25s, opacity .25s ease-in;
    transition: max-height .25s, opacity .25s ease-in;
}

.locations-page .accordion > li > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .locations-page .accordion > li > ul > li > ul > li {
        display: block;
        line-height: 24px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .locations-page .accordion > li > ul > li > ul > li > a {
            display: block;
            font-size: 16px;
            text-decoration: none;
            padding: 0 0 0 30px;
            font-weight: 500;
            -webkit-transition: .25s;
            -o-transition: .25s;
            transition: .25s;
            font-family: 'museo-sans-rounded';
            font-weight: 500;
        }

            .locations-page .accordion > li > ul > li > ul > li > a:hover {
                background: rgba(2, 128, 161, 0.03);
            }

.locations-page article header {
    display: block;
}

    .locations-page article header img {
        display: block;
        width: 100%;
        height: 340px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        overflow: hidden;
        margin-bottom: 30px;
    }

.locations-page article section h2 {
    font-weight: 700;
}

.locations-page article section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .locations-page article section ul li:before {
        content: "•";
        margin: 0 25px 0 5px;
        font-size: 16px;
        position: relative;
        top: -2px;
    }

.locations-page article section .list-group:after {
    content: '';
    clear: both;
    float: none;
    display: table;
}

.locations-page article section .list-group ul {
    display: block;
    width: 100%;
    float: left;
}

@media (min-width: 992px) {
    .locations-page article section .list-group ul:first-child:nth-last-child(1),
    .locations-page article section .list-group ul:first-child:nth-last-child(1) ~ ul {
        width: 100%;
    }

    .locations-page article section .list-group ul:first-child:nth-last-child(2),
    .locations-page article section .list-group ul:first-child:nth-last-child(2) ~ ul {
        width: 50%;
    }

    .locations-page article section .list-group ul:first-child:nth-last-child(3),
    .locations-page article section .list-group ul:first-child:nth-last-child(3) ~ ul {
        width: 33.33333%;
    }

    .locations-page article section .list-group ul:first-child:nth-last-child(4),
    .locations-page article section .list-group ul:first-child:nth-last-child(4) ~ ul {
        width: 25%;
    }

    .locations-page article section .list-group ul:first-child:nth-last-child(5),
    .locations-page article section .list-group ul:first-child:nth-last-child(5) ~ ul {
        width: 20%;
    }
}

.locations-page article section .single-location {
    display: block;
    margin: 15px 0 50px;
    height: 100%;
}

    .locations-page article section .single-location a {
        display: block;
        outline: none;
        text-decoration: none;
    }

        .locations-page article section .single-location a img {
            display: block;
            width: 100%;
            height: 200px;
            overflow: hidden;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            margin: 0 0 30px;
        }

        .locations-page article section .single-location a span {
            font-size: 24px;
            line-height: 29px;
            color: #0280A1;
            font-weight: 700;
            font-family: 'museo';
        }

.locations-page article section.location-detail {
    display: block;
    margin: 60px 0;
}

    .locations-page article section.location-detail address {
        display: block;
        margin: 30px 0;
        padding-left: 35px;
        color: #636466;
        font-size: 18px;
        line-height: 24px;
    }

        .locations-page article section.location-detail address h3 {
            font-weight: 500;
        }

            .locations-page article section.location-detail address h3:before {
                content: '';
                width: 21px;
                height: 21px;
                left: -30px;
                top: 2px;
                position: absolute;
                display: none;
                background-size: contain;
                background-repeat: no-repeat;
            }

            .locations-page article section.location-detail address h3.marker {
                position: relative;
            }

                .locations-page article section.location-detail address h3.marker:before {
                    display: block;
                    background-image: url("./_img/marker.png");
                }

            .locations-page article section.location-detail address h3.phone {
                position: relative;
            }

                .locations-page article section.location-detail address h3.phone:before {
                    display: block;
                    background-image: url("./_img/phone.jpg");
                }

            .locations-page article section.location-detail address h3.clock {
                position: relative;
            }

                .locations-page article section.location-detail address h3.clock:before {
                    display: block;
                    background-image: url("./_img/clock.jpg");
                }

            .locations-page article section.location-detail address h3 i {
                display: inline-block;
                border-radius: 50%;
                border: 1px solid #0F2D52;
                text-align: center;
                font-size: 16px;
                width: 20px;
                height: 20px;
                line-height: 17px;
                vertical-align: top;
            }

    .locations-page article section.location-detail #map {
        margin-top: 15px;
    }

@media (max-width: 992px) {
    .locations-page article section.location-detail #map {
        display: none;
    }
}

.univ-nav {
    position: relative;
}

    .univ-nav .nav-links .navigationbar li.dropdown:first-child,
    .univ-nav .nav-links .navigationbar li.dropdown:last-child {
        position: static;
    }
        .univ-nav .nav-links .navigationbar li.dropdown:first-child:hover,
        .univ-nav .nav-links .navigationbar li.dropdown:last-child:hover {
            background-image: url('../_img/menu_marker.png');
            background-repeat: no-repeat;
            background-position: center bottom;
        }

        .univ-nav .nav-links .navigationbar li.dropdown:first-child:after,
        .univ-nav .nav-links .navigationbar li.dropdown:last-child:after {
            display: none;
        }

        .univ-nav .nav-links .navigationbar li.dropdown:first-child.hover > a,
        .univ-nav .nav-links .navigationbar li.dropdown:last-child.hover > a {
            position: relative;
        }

            /* .univ-nav .nav-links .navigationbar li.dropdown:first-child:hover:after {
                content: '';
                position: absolute;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-top: 20px solid #e1eef3;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                bottom: 0;
                left: calc(50% + 15px);
                display: block;
            } */

.btn-search {
    display: block;
    font-size: 18px;
    background: #0280a1;
    border-color: #0280a1;
    padding: 0 !important;
    height: 46px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    font-family: "museo700";
    color: #fff;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-search:hover {
        background: #00779C;
}

.btn-light {
    background: #fff !important;
    border: solid 1px #0280a1 !important;
    color: #0280a1 !important;
    font-family: "museo700" !important;
    font-size: 18px !important;
    padding: 0 !important;
    height: 46px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin-top: 20px;
}

.btn-light:hover {
        background: #0280a1 !important;
        color: #fff !important;
}

.dropdown.main .locations-dropdown {
    display: none;
    position: absolute;
    background: #e1eef3;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 89;
}

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown {
        position: static;
        left: unset;
        right: unset;
        top: unset;
        background: #fff;
    }
}

.dropdown.main .locations-dropdown .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown.main .locations-dropdown .locations-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0 35px 90px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
}

.dropdown.main .locations-dropdown .locations-lists > div{
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-lists {
        display: block;
        padding: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.dropdown.main .locations-dropdown .locations-lists > div > ul{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 15px;
}
.dropdown.main .locations-dropdown .locations-lists > ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0;
    margin: 0 0 15px;
}

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-lists > div > ul,
    .dropdown.main .locations-dropdown .locations-lists > ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background: #e1eef3;
        margin: 5px 0;
    }
}

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-lists > div > ul li,
    .dropdown.main .locations-dropdown .locations-lists > ul li {
        border: none;
        line-height: 38px;
        padding: 0;
        margin: 0;
    }
}

.dropdown.main .locations-dropdown .locations-lists > div > ul > li,
.dropdown.main .locations-dropdown .locations-lists > ul > li {
    display: block;
    float: none;
    clear: both;
    line-height: 32px;
    padding: 0;
}

    .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4,
    .dropdown.main .locations-dropdown .locations-lists > ul > li h4 {
        font-size: 16px;
        margin: 0;
        position: relative;
    }

        .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 a ,
        .dropdown.main .locations-dropdown .locations-lists > ul > li h4 a {
            display: block;
            width: 100%;
            font-weight: 900;
            color: #000;
            font-family: 'museo-sans-rounded','museo700', sans-serif;
        }

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 a,
    .dropdown.main .locations-dropdown .locations-lists > ul > li h4 a {
        font-size: 16px;
        color: #0f2d52;
        padding: 0 10px;
        font-weight: 700;
    }

        .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 a:after,
        .dropdown.main .locations-dropdown .locations-lists > ul > li h4 a:after {
            content: '\002B';
            position: absolute;
            font-size: 18px;
            right: 15px;
            top: 0;
            color: #0280a1;
        }
}

.dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 + ul,
.dropdown.main .locations-dropdown .locations-lists > ul > li h4 + ul {
    display: block;
    width: 100%;
}

    .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 + ul > li,
    .dropdown.main .locations-dropdown .locations-lists > ul > li h4 + ul > li {
        display: block;
        float: none;
        clear: both;
        padding: 0;
    }

        .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 + ul > li:last-child,
        .dropdown.main .locations-dropdown .locations-lists > ul > li h4 + ul > li:last-child {
            padding-bottom: 15px;
        }

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-lists > div > ul > li h4 + ul ,
    .dropdown.main .locations-dropdown .locations-lists > ul > li h4 + ul {
        display: none;
    }
}

.dropdown.main .locations-dropdown .locations-lists > div > ul > li a ,
.dropdown.main .locations-dropdown .locations-lists > ul > li a {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: block;
    color: #0F2D52;
    font-family: 'museo';
    position: relative;
}

.dropdown.main .locations-dropdown .locations-lists > ul > li > ul a:hover:after{
    content: "";
    background: transparent;
    width: 90px;
    height: 2px;
    padding: 2px 90px;
    border-bottom: 2px solid #edb761;
    position: absolute;
    bottom: 6px;
    left: 0;
}

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-lists > div > ul > li a,
    .dropdown.main .locations-dropdown .locations-lists > ul > li a {
        font-size: 16px;
        color: #0f2d52;
        padding: 0 0 0 30px;
    }
}

.dropdown.main .locations-dropdown .locations-lists > div > ul > li.is_open h4 + ul ,
.dropdown.main .locations-dropdown .locations-lists > ul > li.is_open h4 + ul {
    display: block;
}

.dropdown.main .locations-dropdown .locations-lists > div > ul > li.is_open h4 a:after ,
.dropdown.main .locations-dropdown .locations-lists > ul > li.is_open h4 a:after {
    content: '\2212';
}

.dropdown.main .locations-dropdown .locations-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    background: #0f2d52;
    padding: 35px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .dropdown.main .locations-dropdown .locations-form {
        padding: 35px;
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
    }
}

.dropdown.main .locations-dropdown .locations-form .spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dropdown.main .locations-dropdown .locations-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}

    .dropdown.main .locations-dropdown .locations-form .input-group input,
    .dropdown.main .locations-dropdown .locations-form .input-group select {
        display: block;
        width: 100%;
        height: 46px;
        padding: 0 15px;
        border-radius: 5px;
        font-family: "museo700";
        color: #736E69;
    }

        .dropdown.main .locations-dropdown .locations-form .input-group input::-webkit-input-placeholder,
        .dropdown.main .locations-dropdown .locations-form .input-group select::-webkit-input-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .dropdown.main .locations-dropdown .locations-form .input-group input:-moz-placeholder,
        .dropdown.main .locations-dropdown .locations-form .input-group select:-moz-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .dropdown.main .locations-dropdown .locations-form .input-group input::-moz-placeholder,
        .dropdown.main .locations-dropdown .locations-form .input-group select::-moz-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .dropdown.main .locations-dropdown .locations-form .input-group input:-ms-input-placeholder,
        .dropdown.main .locations-dropdown .locations-form .input-group select:-ms-input-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .dropdown.main .locations-dropdown .locations-form .input-group input option,
        .dropdown.main .locations-dropdown .locations-form .input-group select option {
            font-family: "museo700";
            color: #736E69;
        }

.dropdown.main .locations-dropdown .locations-form .input-group-select {
    position: relative;
}

    .dropdown.main .locations-dropdown .locations-form .input-group-select:after {
        display: block;
        position: absolute;
        color: #0280a1;
        font-size: 32px;
        content: '\f107';
        font-family: 'FontAwesome';
        right: 15px;
        top: 0;
        pointer-events: none;
    }

    .dropdown.main .locations-dropdown .locations-form .input-group-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.dropdown.main.uparrow .family-options,
.dropdown.main.uparrow .locations-dropdown {
    display: block;
}


@media (min-width: 992px) {
    .dropdown.main:hover .locations-dropdown {
        display: block;
    }
    .dropdown.main:hover ul.dropdown-expand {
        display: block;
    }
}

body.has-modal {
    /*overflow: hidden;*/
}

    body.has-modal .modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: modalin .5s forwards;
        animation: modalin .5s forwards;
    }

@-webkit-keyframes modalin {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalin {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body .modal {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(16, 45, 82, 0.6);
    z-index: 99999;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    min-width: 300px;
}

    body .modal .modal-content {
        display: block;
        position: relative;
        width: 730px;
        height: 432px;
        border: 2px solid #8c2d62;
        background: #fff;
        padding: 30px;
        z-index: 2;
    }

@media (max-width: 992px) {
    body .modal .modal-content {
        height: unset;
        margin: 0 10px;
    }
}

body .modal .modal-content .close {
    position: absolute;
    right: -15px;
    top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #8c2d62;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-align: center;
}

@media (max-width: 992px) {
    body .modal .modal-content .close {
        height: 40px;
        line-height: 40px;
        width: 40px;
        right: 10px;
        font-size: 24px;
    }
}

body .modal .modal-content .header {
    display: inline-block;
    position: absolute;
    background-color: #8c2d62;
    top: -46px;
    left: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'museo';
    font-weight: 700;
    margin-left: -2px;
}

@media (max-width: 992px) {
    body .modal .modal-content .header {
        display: none;
    }
}

body .modal .modal-content .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    body .modal .modal-content .body .side {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

@media (max-width: 992px) {
    body .modal .modal-content .body .side {
        display: none;
    }
}

body .modal .modal-content .body .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    body .modal .modal-content .body .content {
        padding: 0 0 50px;
    }
}

body .modal .modal-content .body img {
    display: block;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body .modal .modal-content .body h3 {
    margin: 15px 0;
    font-family: 'museo';
    font-weight: 700;
    color: #0f2d52;
    font-size: 22px;
}

body .modal .modal-content .body p {
    font-family: 'museo-sans-rounded';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #636466;
}

body .modal .modal-content .footer {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: calc(70% - 30px);
}

@media (max-width: 992px) {
    body .modal .modal-content .footer {
        width: 100%;
        bottom: 20px;
    }
}

body .modal .modal-content .footer .actions {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
}

    body .modal .modal-content .footer .actions a {
        display: inline-block;
        width: 42%;
        text-align: center;
        font-family: 'museo';
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
        padding: 10px 0;
    }

        body .modal .modal-content .footer .actions a.negative {
            color: #0280A1;
        }

        body .modal .modal-content .footer .actions a.positive {
            color: #fff;
            background: #0280A1;
        }

body .modal-flag {
    position: fixed;
    z-index: 1;
    display: block;
    opacity: 0;
    -webkit-transform: rotate(-90deg) translate(50%, 50%);
    -ms-transform: rotate(-90deg) translate(50%, 50%);
    transform: rotate(-90deg) translate(50%, 50%);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background: #8c2d62;
    color: #fff;
    font-family: 'museo';
    font-size: 18px;
    font-weight: 700;
    right: 0;
    top: 50%;
    line-height: 46px;
    padding: 0 15px;
    height: 54px;
    -webkit-transition: opacity .1s, right .1s;
    -o-transition: opacity .1s, right .1s;
    transition: opacity .1s, right .1s;
    text-decoration: none;
}

.newsandevents h2.desc {
    background: #0f2d52;
    color: white;
    font-family: museo-sans-rounded;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 30px;
    margin-top: 0;
}

.list-view h3 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.list-view h3 a {
        font-family: "museo700";
        color: #0280A1;
        font-size: 20px;
}

.statblock h2.center {
    font-size: 30px;
    font-family: "museo700";
    color: #0f2d52;
    margin-bottom: 30px;
}

.blue-cta h2 {
    font-size: 30px;
    font-family: "museo700";
    color: #12475D;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .slider-flex h2 {
        font-size: 23px;
    }
}

/* -- Top nav and footer recolor -- */

.topnav-blue {
    background: #0F2D52;
}

.topnav-blue li:hover {
        background: #0280A1;
}

.topnav-blue li.active {
        background: #00779C;
}

.topblue-footer {
    background: #0F2D52;
}

.login-btn {
    background: #0280A1;
}

.login-btn:hover {
        background: #00779C;
}

span.number {
    border-bottom: 1px solid #0f2d52;
}

/* -- recolor HowBar -- */

.howbar {
    background: #8C2D62;
    opacity: 1;
}

/*#message-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
    bottom: 30px;
    right: 55px;
    -webkit-transition: right .25s;
    transition: right .25s;
}

    #message-box.inset {
        right: 113px;
    }

@media (max-width: 992px) {
    #message-box {
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }

        #message-box.inset {
            right: 0;
        }
}

#message-box .box {
    max-width: 300px;
    min-width: 300px;
    -webkit-transition: max-width .3s ease-out;
    transition: max-width .3s ease-out;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
}

@media (max-width: 992px) {
    #message-box .box {
        max-width: unset;
        min-width: unset;
        width: 100%;
    }
}

#message-box .box .heading {
    display: block;
    width: 100%;
}

    #message-box .box .heading a {
        display: block;
        font-family: 'museo';
        font-size: 20px;
        font-weight: 700;
        color: #0f2d52;
        background: #edb660;
        text-decoration: none;
        padding: 0 15px;
        height: 58px;
        line-height: 58px;
        position: relative;
        outline: none;
    }

        #message-box .box .heading a:after {
            content: '\f067';
            display: block;
            position: absolute;
            font-family: 'FontAwesome';
            color: #0f2d52;
            right: 15px;
            top: 2px;
            -webkit-transition: .3s;
            transition: .3s;
        }

@media (max-width: 992px) {
    #message-box .box .heading a:after {
        content: '\f106';
    }
}

#message-box .box .body {
    padding: 0 30px;
    overflow: hidden;
    max-height: 0;
    background: #fff;
    -webkit-transition: max-height .3s, padding .3s, opacity .15s .2s;
    transition: max-height .3s, padding .3s, opacity .15s .2s;
    opacity: 0;
}

    #message-box .box .body h1,
    #message-box .box .body h2,
    #message-box .box .body h3,
    #message-box .box .body h4,
    #message-box .box .body h5,
    #message-box .box .body h6 {
        font-family: 'museo700' !important;
        margin: 0 0 15px;
        color: #0f2d52;
    }

    #message-box .box .body p {
        font-size: 18px;
        line-height: 24px;
        font-family: 'museo-sans-rounded';
        color: #636466;
        font-weight: 500;
        margin: 0 0 20px;
    }

    #message-box .box .body select {
        background: #E8F4F8;
        border: 0;
        border-radius: 0;
        padding: 20px 10px;
        font-family: "museo700";
        font-size: 14px;
        display: block;
        float: left;
        width: 100%;
        min-width: 400px;
        -webkit-appearance: none;
        position: relative;
        color: #0f2d52;
        background: url(./_img/ddarrow.png) no-repeat right #E8F4F8;
        background-size: 14%;
        margin: 15px 0;
    }

@media (max-width: 992px) {
    #message-box .box .body select {
        min-width: unset;
    }
}

#message-box .box .body a,
#message-box .box .body input[type="submit"],
#message-box .box .body button {
    display: block;
    float: right;
    color: #fff !important;
    font-size: 18px;
    background: #3180a1;
    padding: 10px 15px;
    text-align: center;
    font-family: 'museo';
    font-weight: 700;
    border: none;
    min-width: 120px;
    margin-top: 15px;
    text-decoration: none;
}

#message-box .box-purple .heading a {
    background: #8c2d62;
    color: #fff;
}

    #message-box .box-purple .heading a:after {
        color: #fff;
    }

#message-box .box-blue .heading a {
    background: #3180a1;
    color: #fff;
}

    #message-box .box-blue .heading a:after {
        color: #fff;
    }

#message-box .box-blue .body a,
#message-box .box-blue .body h1,
#message-box .box-blue .body h2,
#message-box .box-blue .body h3,
#message-box .box-blue .body h4,
#message-box .box-blue .body h5,
#message-box .box-blue .body h6 {
    color: #3180a1;
}

#message-box .box.open {
    max-width: 500px;
}

    #message-box .box.open .heading a:after {
        content: '\f068';
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media (max-width: 992px) {
    #message-box .box.open .heading a:after {
        content: '\f106';
    }
}

#message-box .box.open .body {
    max-height: 50vh;
    padding: 30px 30px;
    opacity: 1;
}*/

section.ribbon {
    background: #8c2d62;
    padding: 10px 0;
    text-align: center;
}

@media (max-width: 992px) {
    section.ribbon {
        text-align: left;
        padding: 15px 0;
    }
}

section.ribbon p {
    font-family: 'museo';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

    section.ribbon p a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        margin: 0 15px;
    }

@media (max-width: 992px) {
    section.ribbon p a {
        display: block;
        margin-top: 25px;
        float: right;
    }
}

section.ribbon p a i {
    margin-left: 10px;
}

.locations-home .btn {
    display: inline-block;
    margin-left: 15px;
    min-width: 180px;
}

@media (max-width: 992px) {
    .locations-home .btn {
        margin: 0;
    }
}

.locations-home .btn-blue, .locations-home .btn-search {
    font-size: 18px;
    background: #0280a1;
    padding: 0 !important;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: "museo700";
    color: #fff;
}

.locations-home .btn-light {
    background: #fff !important;
    border: solid 1px #0280a1 !important;
    color: #0280a1 !important;
    font-family: "museo700" !important;
    font-size: 18px !important;
    padding: 0 !important;
    height: 46px;
    line-height: 46px;
}

.locations-home .input-group {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
}

    .locations-home .input-group input,
    .locations-home .input-group select {
        display: block;
        width: 100%;
        height: 46px;
        padding: 0 15px;
        border-radius: 5px;
        font-family: "museo700";
        color: #736E69;
        font-size: 15px;
    }

        .locations-home .input-group input::-webkit-input-placeholder,
        .locations-home .input-group select::-webkit-input-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .locations-home .input-group input:-moz-placeholder,
        .locations-home .input-group select:-moz-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .locations-home .input-group input::-moz-placeholder,
        .locations-home .input-group select::-moz-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .locations-home .input-group input:-ms-input-placeholder,
        .locations-home .input-group select:-ms-input-placeholder {
            color: #736E69;
            opacity: 1;
        }

        .locations-home .input-group input option,
        .locations-home .input-group select option {
            font-family: "museo700";
            color: #736E69;
        }

.locations-home .input-group-select {
    position: relative;
}

    .locations-home .input-group-select:after {
        display: block;
        position: absolute;
        color: #0280a1;
        font-size: 32px;
        content: '\f107';
        font-family: 'FontAwesome';
        right: 30px;
        top: 0;
        pointer-events: none;
    }

    .locations-home .input-group-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.locations-home .search .search-block {
    display: block;
    background: #f2f2f2;
}

    .locations-home .search .search-block .header {
        display: block;
        background: #0280A1;
        height: 46px;
    }

        .locations-home .search .search-block .header h4 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin: 0;
            height: 46px;
            line-height: 46px;
            text-transform: uppercase;
            font-family: 'museo';
            position: relative;
        }

            .locations-home .search .search-block .header h4:before {
                content: '';
                display: inline-block;
                height: 75px;
                width: 55px;
                margin: 0 15px;
                background-image: url("./_img/location-marker.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                vertical-align: top;
                position: relative;
                top: -15px;
                z-index: 50;
            }

    .locations-home .search .search-block .body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        background: #f2f2f2;
        padding: 45px 50px 15px;
    }

@media (max-width: 992px) {
    .locations-home .search .search-block .body {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0 15px 0;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
    }
}

.howbar .angle .fa {
    color: white; }
/* -- Compliance changes to onscreen bugs -- */

.merge-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    height: 58px;
    width: 58px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(/_img/icons/cd-top-arrow.svg) no-repeat center 50%;
    background-color: rgba(237,182,96, 0.8);
    z-index: 9999;
    -webkit-transition: right .3s ease-in-out, bottom .3s ease-in-out;
    -o-transition: right .3s ease-in-out, bottom .3s ease-in-out;
    transition: right .3s ease-in-out, bottom .3s ease-in-out;
}

.js .merge-top {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s, background-color .3s;
    -o-transition: opacity .3s, visibility .3s, background-color .3s;
    transition: opacity .3s, visibility .3s, background-color .3s;
}

.js .merge-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .merge-top--fade-out {
    opacity: .5;
}

.js .merge-top:hover {
    background: rgb(237,182,96);
    opacity: 1;
    background: url(/_img/icons/cd-top-arrow.svg) no-repeat center 50%;
    background-color: rgb(237,182,96);
}

.js .merge-slide--slide-left {
    right: 118px;
}

.text--replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .merge-top {
        right: 0;
        bottom: 0;
        width: 20%;
    }
    .js .merge-slide--slide-left {
        width: 80% !important;
        right: 20% !important;
    }
}

.howbar {
    background: #EDB660;
    opacity: 1;
}

.howbar p {
        color: #0f2d52;
}

.howbar .angle .fa {
        color: #0f2d52;
}

/* -- home_style.css Compliance color issues -- */

.subsite-home .list-nav-links > li > a {
    color: #0280A1;
}

.blue-cta .articlelinks a {
    color: #0280A1;
    font-size: 19px
}

.countingstats span.bignumber {
    color: #0280A1;
}

.countingstats p {
    color: #0280A1;
}

.list-view h4 a {
    color: #0280A1;
}

a.caret-link {
    color: #0280A1;
}

.how-opened h3 {
    color: #0280A1;
}

.subsite-home .list-nav-links > li > a {
    color: #0280A1;
}

.subsite-home .tab-only.section-menu {
    background: #0280A1;

}

/* -- Hover states for compliance -- */

.topnav-blue li:hover {
    background: #0280A1;
}

.univ-nav .nav-links ul li.main:hover {
    background: #0280A1;
}

a.nobkgd-btn:hover {
    background: #00779C;
    border: 2px solid #00779C;
}

a.caret-link:hover {
    color: #00779C;
}

.location-sidebyside a:hover {
    color: #00779C;
}

.pnl-location.ga-click:hover {
    color: #00779C;
}

.dropdown.main ul li a{
    font-family: 'museo', 'museo700', 'Poppins', sans-serif !important;
}

@media screen and (max-width:1200px) {
    .dropdown.main .locations-dropdown .locations-form {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

/* --- 452788800-awards-module --- */

.awardsH2.center {
    font-size: 30px;
    font-family: "museo700";
    color: #0f2d52;
    margin-bottom: 30px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 16px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.awards-slider.owl-carousel {
    display: block;
    list-style-type: none;
    padding-left: 15px;
}

.awards-slider .owl-nav {
    display: block !important;
    width: 28px;
    height: auto;
    margin: 0 auto;
    font-size: 49px;
    color: #0F2D52;
}

.award {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.owl-carousel .owl-stage .owl-item.active {
    opacity: .3;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.owl-carousel .owl-stage > .active ~ .active {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.owl-carousel .owl-stage > .active + .active + .active + .active + .active {
    opacity: .3;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.footerlogo {
    width: 25%;
    min-width: 230px;
    height: auto;
    float: left;
    margin-right: 50px;
    text-align: left;
}

.topblue-footer .address {
    margin-left: 0;
}

.topblue-footer .address p, .topblue-footer .address a {
        text-align: left;
}

.footerli {
    width: 45%;
}

.footerli li a {
        color: #fff;
}

ul.links li {
    padding: 15px 0 0 0;
}

ul.sociallinks li {
    padding: 15px 0 0 0;
}

.login {
    justify-self: flex-end;
    width: 30%;
    min-width: 241px;
}

@media (max-width: 992px) {

    .footerlogo {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .footerli {
        width: 50%;
        margin-bottom: 0;
    }

    .footer-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    }

    .login {
        width: 30%;
        min-width: 241px;
        padding-top: 16px;
        margin-left: unset;
    }

}

@media (max-width: 768px) {

    .footerlogo {
        margin-right: 15px;
    }

    .footer-info {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 40px 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
        float: none;
    }

    .footerli {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    ul.sociallinks li a span {
        display: block;
    }

    ul.sociallinks li {
        padding: 15px 0 0 0;
        width: 100%;
    }

        ul.sociallinks li a span {
            margin-left: 0 !important;
        }

    .login {
        margin: unset;
    }
}

@media (max-width: 425px) {
    .award, .spotlight {
        width: 85%;
    }

    .footerlogo {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .footerli {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }

    ul.links {
        width: 100%;
    }

    ul.sociallinks {
        width: 100%;
    }

        ul.sociallinks li a span {
            margin-left: 0 !important;
        }
}

@media (max-width: 414px) {

    ul.sociallinks {
        display: block !important;
    }
}

@media (max-width: 1000px) {
    .owl-carousel .owl-stage .owl-item.active {
        opacity: .3;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    .owl-carousel .owl-stage > .active ~ .active {
        opacity: 1;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    .owl-carousel .owl-stage > .active + .active + .active {
        opacity: .3;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }
}

@media (max-width: 600px) {
    .owl-carousel .owl-stage .owl-item.active {
        opacity: 1;
    }
}

/* --- New Footer Color --- */

.awardsH2.center {
    font-size: 30px;
    font-family: "museo700";
    color: #0f2d52;
    margin-bottom: 30px;
}

.copyright {
    background: #0F2D52;
    padding: 15px 0 65px;
    margin: 0;
    border-top: 0px solid transparent;
}

.copyright .container > .row {
        color: #fff;
}

.copyright span {
        color: #fff;
}

.copyright span a {
            color: #fff !important;
            text-decoration: underline
}

/* --- Hide main site footer on peds --- */
.dedicated-landing footer.container-fluid {
    /*display: none;*/
}


/* 29Apr20 */

.footer-bottom-awards.row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 992px) {
    .mobile-only {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    }

    .social ul {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    #footer.footer-ped .social ul li {
         width: auto;
    }

    .awards-slider.owl-carousel {
        padding-left: 0;
    }

    .owl-carousel .owl-stage-outer {
        padding-left: 5px;
    }

}

@media (max-width: 599px) {

    .dedicated-landing .awards {
        padding: 15px 0;
    }

    .awards-slider.owl-carousel {
        padding-left: 7px;
    }

    .owl-item li {
        padding-left:calc(100% - 179px);
        padding-right:calc(100% - 179px);
    }

    .owl-item.active li {
        padding-left:calc(100% - 179px);
        padding-right:calc(100% - 179px);
    }
    
    .spotlights .owl-item li,
    .spotlights .owl-item.active li {
        padding-left: 0;
        padding-right: 0;
        display: block;
        width: 100%;
    }
    
    .spotlights .owl-item .blueborder {
        margin-top: 40px;
    }
    
    .spotlights .owl-item .blueborder h2 {
        top: -20px;
        padding: 0 10px;
    }

    .owl-carousel .owl-stage-outer {
        padding-left: 0;
    }

}

/* family-options dropdown : start*/
.dropdown.main .family-options {
    display: none;
    position: absolute;
    background: #e1eef3;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 89;
}

@media (max-width: 992px) {
    .dropdown.main .family-options {
        position: relative;
        background: #fff;
    }
}

.dropdown.main .family-options .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown.main .family-options .wrap .media-block {
        display: block;
        background: #0f2d52;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        padding: 40px;
}

    @media( max-width : 1200px) {
        .dropdown.main .family-options .wrap .media-block {
            padding: 40px 20px;
        }
    }

        .dropdown.main .family-options .wrap .media-block h4 {
            font-family: 'museo', 'museo700', 'Poppins', sans-serif !important;
            color: #fff;
            font-weight: 900;
            font-size: 22px;
            margin: 0 0 15px;
}

.dropdown.main .family-options .wrap .media-block img {
            display: block;
            width: 100%;
            height: 200px;
            -o-object-fit: cover;
            object-fit: cover;
            margin-bottom: 15px;
}

        @media( max-width : 1600px) {
            .dropdown.main .family-options .wrap .media-block img {
                height: 145px;
            }
        }


        .dropdown.main .family-options .wrap .media-block p {
            color: #fff;
            font-size: 16px;
            line-height: 1.4em;
            font-weight: 300;
}

        @media( max-width : 1200px) {
            .dropdown.main .family-options .wrap .media-block img {
                height: 115px;
            }
            .dropdown.main .family-options .wrap .media-block p {
                font-size: 14px;
            }
        }



@media (max-width: 992px) {
    .dropdown.main .family-options .wrap .media-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 15px;
    }

        .dropdown.main .family-options .wrap .media-block img {
            display: none;
        }
}

.dropdown.main .family-options .wrap .menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}

@media (max-width: 992px) {
    .dropdown.main .family-options .wrap .menu-block {
        padding: 0;
        margin: 5px 0;
    }
}

.dropdown.main .family-options .wrap .menu-block .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: 33.333%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .dropdown.main .family-options .wrap .menu-block .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.dropdown.main .family-options .wrap .menu-block .col ul {
    display: block;
}

@media (max-width: 992px) {
    .dropdown.main .family-options .wrap .menu-block .col ul {
        background-color: #e1eef3;
        margin: 5px 0;
        border: none;
    }
}

.dropdown.main .family-options .wrap .menu-block .col ul li {
    display: block;
    padding: 4px 0;
    width: 100%;
    font-size: 16px;
}

.dropdown.main .family-options .wrap .menu-block .col ul li h4 {
        margin: 0;
}

.dropdown.main .family-options .wrap .menu-block .col ul li h4 a {
            font-family: 'museo', 'museo700', 'Poppins', sans-serif !important;
            font-weight: 900;
            color: #000;
            font-size: 16px;
}

.dropdown.main .family-options .wrap .menu-block .col ul li a {
        display: inline;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        color: #0f2d52;
        float: none;
        font-family: 'museo-sans-rounded';
        border-bottom: 2px solid transparent;
}

    @media( max-width : 1200px) {
        .dropdown.main .family-options .wrap .menu-block .col ul li,
        .dropdown.main .family-options .wrap .menu-block .col ul li a {
            font-size: 14px;
        }
    }

@media (max-width: 992px) {
    .dropdown.main .family-options .wrap .menu-block .col ul li {
        border-bottom: none;
        padding: 0 10px;
        line-height: 32px;
    }

        .dropdown.main .family-options .wrap .menu-block .col ul li h4 a {
            display: block;
            color: #0f2d52;
            position: relative;
        }

            .dropdown.main .family-options .wrap .menu-block .col ul li h4 a:after {
                content: '\002B';
                position: absolute;
                font-size: 18px;
                right: 15px;
                top: 0;
                color: #0280a1;
            }

        .dropdown.main .family-options .wrap .menu-block .col ul li ul {
            display: none;
        }

        .dropdown.main .family-options .wrap .menu-block .col ul li.is_open h4 a {
            color: #0f2d52;
            font-family: 'museo', 'museo700', 'Poppins', sans-serif !important;
        }

            .dropdown.main .family-options .wrap .menu-block .col ul li.is_open h4 a:after {
                content: '\2212';
            }

        .dropdown.main .family-options .wrap .menu-block .col ul li.is_open ul {
            display: block;
        }

            .dropdown.main .family-options .wrap .menu-block .col ul li.is_open ul li {
                padding: 5px 0 5px 15px;
            }

                .dropdown.main .family-options .wrap .menu-block .col ul li.is_open ul li a {
                    padding: 0;
                }
}

@media (min-width: 992px) {
    .dropdown.main:hover .family-options {
        display: block;
    }

    /* .dropdown.main:hover ul.dropdown-expand {
        display: block;
    } */
}

/* family-options dropdown : end*/
/* --- 501602015_Center_Subsite_Footer_Elements --- */

@media (max-width: 425px) {
    .dedicated-landing .footerlogo {
        margin-left: 0;
    }

    .dedicated-landing ul.sociallinks li a span {
        text-align: center;
        margin-left: 0;
    }
}


/* --- 501700488-residency-news --- */

.dedicated-landing .latest {
    background: #e6f3f7;
    padding: 65px 0;
    font-family: museo700;
    margin-bottom: 50px;
}

    .dedicated-landing .latest .view-all {
        margin-top: 30px;
        float: right;
        padding-left: 45px;
        padding-right: 45px;
        font-family: museo700;
    }

    .dedicated-landing .latest h2 {
        font-size: 36px;
        text-align: center;
        margin: 0 0 50px;
        font-weight: normal;
        font-family: museo700;
    }

    .dedicated-landing .latest h4 {
        font-size: 22px;
    }

    .dedicated-landing .latest .list-group {
        display: block;
        padding: 0;
    }

        .dedicated-landing .latest .list-group a {
            display: block;
            text-decoration: none;
            border-bottom: solid 1px #c1c9cc;
            padding: 15px 0;
        }

            .dedicated-landing .latest .list-group a h4 {
                font-weight: normal;
                color: #8c2d62;
                margin: 0;
            }

            .dedicated-landing .latest .list-group a .date {
                font-weight: normal;
                font-size: 14px;
                color: #0F2D52;
            }

    .dedicated-landing .latest .list-group-featured {
        padding-top: 0;
    }

@media (max-width: 992px) {
    .dedicated-landing .latest .list-group-featured {
        margin-bottom: 15px;
    }
}

.dedicated-landing .latest .list-group-featured a {
    background: #fff;
    border: none;
    padding: 15px 30px;
}

@media (max-width: 992px) {
    .dedicated-landing .latest .list-group-featured a {
        padding: 30px;
    }
}

.dedicated-landing .latest .list-group-featured img {
    display: block;
    margin: 0;
}

.dedicated-landing .latest .fill-image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.dedicated-landing .latest .btn {
    font-size: 18px;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    font-family: "museo700" !important;
    font-weight: normal !important;
    color: #0280a1;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
}

.dedicated-landing .latest .btn-purple {
    background: #8c2d62;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.dedicated-landing .latest .btn-outline {
    background: transparent;
    border: solid 1px transparent;
    text-decoration: none;
}

.dedicated-landing .latest .btn-outline-white {
    border-color: #fff;
    color: #fff !important;
    text-decoration: none !important;
}

.dedicated-landing .latest .btn-link {
    background: transparent;
    border: none;
    padding: 0;
}

    .dedicated-landing .latest .btn-link.btn-purple {
        background: transparent;
        color: #8c2d62 !important;
        font-weight: normal;
        text-decoration: none;
        font-size: 18px;
    }

.spotlights {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
}

    .spotlights h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        font-family: museo700;
        color: #0f2d52;
    }

    .spotlights .blueborder {
        margin-top: 50px;
    }

    .spotlights .storyblurp {
        width: 50%;
    }

.spotlights .blueborder h2 {
    top: -30px;
    font-size: 30px;
}

.spotlights img {
    position: initial;
}

    .spotlights .owl-carousel .owl-stage .owl-item.active {
        opacity: 1;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    .spotlights .owl-carousel .owl-stage > .active ~ .active {
        opacity: 1;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    .spotlights .owl-carousel .owl-stage > .active + .active + .active + .active + .active {
        opacity: 1;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

@media (max-width: 991px) {
    .spotlights .storyimg {
        top: initial;
        position: relative;
        right: initial;
        margin-bottom: 20px;
        float: left;
    }
    .spotlights img {
        width: 100%;
    }

    .spotlights .storyblurp {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .spotlights .blueborder {
        width: auto;
        margin: 100px 15px 70px;
        padding: 35px 15px 25px;
        float: left;
    }
}

@media (max-width: 650px) {
    .spotlights .storyimg {
        right: 0;
    }

    .spotlights .owl-carousel {
        padding-left: 0px;
    }
}

@media (max-width: 375px) {
    .spotlights .blueborder {
        margin-top: 20px;
    }

        .spotlights .blueborder h2 {
            top: -30px;
            font-size: 25px;
        }

    .spotlights .owl-item li {
        padding: 0;
    }

    .spotlights .owl-item.active li {
        padding-left: 0;
    }

    .spotlights .blueborder {
        padding: 10px 15px 25px; 
        
    }
    .spotlights .storyinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
    }
    .spotlights .storyimg {
        right: 0;
        display: block;
    }
}

/* subnav css : start */
@media (min-width: 992px) {
    .subsite-home .list-nav-links {
        position: relative;
    }
        .subsite-home .list-nav-links.list-nav-links--bottom .sublinks {
            bottom: initial !important;
            top: 45px !important;
        }
        .subsite-home .list-nav-links.list-nav-links--bottom .hasSubLinks:hover > a:before {
            bottom: initial !important;
            top: 30px !important;
        }
        .subsite-home .list-nav-links.list-nav-links--bottom .hasSubLinks:hover > a:after {
            content: none;
        }

        .hasSubLinks {
            position: relative;
        }
            /*.dedicated-landing .list-nav-links .hasSubLinks:before,*/
            .subsite-home .list-nav-links .hasSubLinks:before {
                content: '';
                display: block;
                background: transparent;
                position: absolute;
                left: 0;
                right: 0;
                top: -30px;
                bottom: -30px;
            }
            .subsite-home .list-nav-links .hasSubLinks:hover .sublinks {
                display: block !important;
            }
            .subsite-home .list-nav-links .hasSubLinks > a {
                position: relative;
            }
            /*.dedicated-landing .list-nav-links .hasSubLinks:hover > a:before,*/
            .subsite-home .list-nav-links .hasSubLinks:hover > a:before{
                content: '';
                display: block;
                position: absolute;
                z-index: 888;
                background: #e1eef3;
                width: 30px;
                height: 30px;
                bottom: 30px !important;
                top: initial !important;
                left: 50%;
                margin-left: -20px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
            }
            .subsite-home .list-nav-links .hasSubLinks .sublinks {
                position: absolute;
                background: #e1eef3;
                left: 0;
                bottom: 45px;
                height: auto;
                list-style: none;
                padding: 30px;
                margin: 0;
                line-height: 2.2em;
                min-width: 480px;
            }
                .subsite-home .list-nav-links .hasSubLinks .sublinks > li a {
                    font-family: 'museo', 'museo700', 'Poppins', sans-serif !important;
                    color: #0F2D52;
                    font-size: 16px;
                }
        .subsite-home .list-nav-links .hasSubLinks--rt .sublinks {
            right: 0;
            left: initial;
        }
  }
  
/* subnav css : end */

/* medical education: start */

.internal-wrapper .service-card {
  background: white;
  border: solid 1px #EDB660;
  margin-bottom: 30px;
}

.internal-wrapper .service-card__header {
  position: relative;
  height: 0;
  padding-top: 50%;
}

.internal-wrapper .service-card__header img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.internal-wrapper .service-card__body {
  display: block;
  padding: 30px 15px;
}

.internal-wrapper .service-card__body h4 {
  font-family: "museo700";
  color: #0F2D52;
  font-size: 22px;
  margin: 0 0 15px;
}

.internal-wrapper .service-card__body p {
  color: #4A4A4A;
  font-size: 16px;
}

.internal-wrapper .service-card__body p a {
  font-family: "museo700";
  font-size: 18px !important;
  color: #0280A1;
}

.internal-wrapper .service-card__body p:last-child {
  margin-bottom: 0;
}

.internal-wrapper .icon-card {
  display: block;
  margin: 30px 0;
}

.internal-wrapper .icon-card img {
  display: block;
  margin: auto;
}

.internal-wrapper .icon-card p {
  text-align: center;
  color: #8C2D62;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.internal-wrapper .meet-residents {
  display: block;
  padding: 80px 0;
  background: #fdf7ef;
}

.internal-wrapper .meet-residents h2 {
  font-family: "museo700";
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #0F2D52;
  margin-top: 0;
  margin-bottom: 45px;
}

.internal-wrapper .meet-residents p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.internal-wrapper .meet-residents p:last-child {
  margin-bottom: 0;
}

.internal-wrapper .meet-residents p a {
  display: inline-block;
  padding: 10px 45px;
  text-decoration: none;
  color: #fff;
  background: #0280a1;
  font-family: "museo700";
  font-weight: normal;
  font-size: 22px;
}

.internal-wrapper .meet-residents p a:hover {
  background: #1290b1;
}

.internal-wrapper .meet-residents p strong {
  color: #0F2D52;
  font-weight: 600;
}

.internal-wrapper .bg-cta {
  display: block;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #4A4A4A;
}

.internal-wrapper .bg-cta__card {
  display: block;
  padding: 45px 35px 45px 35px;
  background: rgba(255, 255, 255, 0.8);
}

.internal-wrapper .bg-cta__card h2 {
  font-family: "museo700";
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  color: #0280A1;
  max-width: 90%;
}

.internal-wrapper .bg-cta__card p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.internal-wrapper .bg-cta__card p:last-child {
  margin-bottom: 0;
}

.internal-wrapper .bg-cta__card p a {
  display: inline-block;
  padding: 10px 45px;
  text-decoration: none;
  color: #fff;
  background: #0280a1;
  font-family: "museo700";
  font-weight: normal;
  font-size: 22px;
}

.internal-wrapper .bg-cta__card p a:hover {
  background: #1290b1;
}

/* medical education: end */

/* style qa | start*/
.sidemenu .inner1_content_rgt_block1 .header a span {
	font-family: "museo700";
    font-weight: normal;
}
.internal-content h2 {
	font-family: "museo700";
    font-weight: normal;
}

.internal-wrapper .service-card__body h4,
.internal-wrapper .service-card__body a,
.internal-wrapper .service-card__body p{
    font-weight: normal !important;
}
#divContent .service-card img {
	min-height: 100% !important;
	height: 100% !important;
}

.content-cta h1,
.content-cta h2,
.content-cta h3,
.content-cta h4,
.content-cta h5,
.content-cta h6 {
    font-size: 30px;
    font-family: "museo700";
    color: #0f2d52;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}

.content-cta p {
	color: #636466;
	font-family: 'museo-sans-rounded';
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
@media( max-width : 768px) {
    #divContent .icon-card img {
        width: 100%;
        max-width: 150px;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width : 768px) {

    .row.sm\:row-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.sm\:row-flex div[class^="col-"],
    .row.sm\:row-flex div[class*=" col-"]{
        -webkit-box-flex:1;
            -ms-flex:1;
        flex:1;
        height: auto;
    }

    .row.sm\:row-col-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .video-cta__player {
        min-height: 200px;
        margin-bottom: 30px;
    }
}
.meet-residents .text-right{
    text-align: center !important;
}
.meet-residents p + .text-right{
    text-align: left !important;
}

.service-card__body a:after{
    font-family: 'FontAwesome';
    content:'\f105';
}


.meet-residents {
	padding: 80px 0 100px !important;
}

.meet-residents .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
    align-items: flex-end;
}

.meet-residents .row div[class^="col-"]:first-child img,
.meet-residents .row div[class*=" col-"]:first-child img{
    width: 100% !important;
    max-width: 200px;
    height: auto;
    margin: auto;

}

@media( max-width : 992px) {
    .meet-residents .row .col-md-4 {
        width: 100%;
    }
    .meet-residents .row div[class^="col-"]:first-child img,
    .meet-residents .row div[class*=" col-"]:first-child img{
        margin: 0 auto 30px;
    }

}

@media( max-width : 768px) {
    .meet-residents {
        padding: 50px 0 !important;
    }

    .meet-residents .row{
        display: block;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        -webkit-box-align: initial;
            -ms-flex-align: initial;
        align-items: initial;
    }
     
}

.list-nav-links li {
    background-image: none !important;
}

.subsite-home .list-nav-links {
	z-index: 9999;
}

.events {
  background: white;
  padding: 55px 0;
}

.events h2 {
  font-weight: normal;
  color: #0F2D52;
  font-size: 36px;
}

.events__items {
  padding: 30px 0;
  border-bottom: 1px solid #EDB660;
}

.events__items h4 {
  font-family: "museo700";
  font-weight: normal;
  margin: 0 !important;
}

.events__items h4 a {
  text-decoration: none;
  color: #00779C;
  font-size: 20px;
  line-height: 24PX;
}

.events__items p {
  font-size: 18px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 0 !important;
}

.events__items p a {
  display: inline-block;
  padding: 10px 45px;
  text-decoration: none !important;
  color: #fff !important;
  background: #0280a1;
  font-family: "museo700";
  font-weight: normal;
  font-size: 18px !important;
}

.events__items p a:hover {
  background: #1290b1;
}

@media (max-width: 992px) {
  .events__items-content {
    margin-left: -15px;
  }
}

.events__more {
  margin-top: 30px;
}

.events__more p {
  font-size: 18px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 0 !important;
}

.events__more p a {
  display: inline-block;
  padding: 10px 45px;
  text-decoration: none !important;
  color: #fff !important;
  background: #0280a1;
  font-family: "museo700";
  font-weight: normal;
  font-size: 18px !important;
}

.events__more p a:hover {
  background: #1290b1;
}

.events__items-date {
  font-family: "museo700";
  font-size: 14px;
  color: #12475D;
}

.events__items-short-date {
  padding: 10px;
  background: #EDB660;
}

.events__items-short-date span {
  display: block;
  text-align: center;
  color: #12475D;
  font-size: 14px;
  font-family: "museo700";
  text-transform: uppercase;
}

.events__items-short-date span:first-child {
  border-bottom: 1px solid #fff;
}

.newsletter-cta {
  padding: 30px 0;
  background: #0280a1;
}

@media (max-width: 992px) {
  .newsletter-cta {
    padding: 45px 0;
    margin-bottom: -15px;
  }
}

.newsletter-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .newsletter-cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter-cta__left {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 40%;
}

@media (max-width: 992px) {
  .newsletter-cta__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: initial;
    width: 100%;
  }
}

.newsletter-cta__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 40%;
}

@media (max-width: 992px) {
  .newsletter-cta__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: initial;
    width: 100%;
  }
}

.newsletter-cta h3 {
  font-family: 'museo700';
  font-weight: normal !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 36px !important;
  margin: 0 !important;
}

.newsletter-cta p {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 24px;
  margin: 0 !important;
}

@media (max-width: 992px) {
  .newsletter-cta p {
    font-size: 16px !important;
  }
}

.newsletter-cta p a {
  display: inline-block;
  padding: 10px 60px !important;
  text-decoration: none !important;
  color: #0280a1 !important;
  background: #ffffff;
  font-family: 'museo700' !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

@media (max-width: 992px) {
  .newsletter-cta p a {
    margin-top: 30px;
    font-size: 16px !important;
  }
}

.newsletter-cta p a:hover {
  background: #f0f0f0;
}

/* style qa | end*/

/*nav update | start*/
@media( min-width : 992px) {
    .subsite-home .list-nav-links > li > a {
        max-width: 170px;
        display: block;
    }
    .subsite-home .list-nav-links {
        -webkit-box-align: end;
            -ms-flex-align: end;
        align-items: flex-end;
    }
    .subsite-home .list-nav-links.list-nav-links--bottom .hasSubLinks:hover > a::before {
        bottom: -35px !important;
        top: initial !important;
    }
    .subsite-home .list-nav-links.list-nav-links--bottom .sublinks {
        bottom: initial !important;
        top: calc(100% + 15px) !important;
    }
}
/*nav update | end*/


.newsletter-cta p a {
	display: inline-block;
	padding: 10px 60px !important;
	text-decoration: none !important;
	color: #0280a1 !important;
	background: #ffffff;
	font-family: 'museo700' !important;
	font-weight: normal !important;
	font-size: 18px !important;
}

#newsletter-cta__modal .g-recaptcha{
    display: none;
}

#newsletter-cta__modal .modal-content{
    border: none;
}

#newsletter-cta__modal .modal-dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#newsletter-cta__modal .modal-dialog .close {
	border: none;
	background-color: #112c52;
	font-weight: bold;
	font-size: 16px;
	line-height: 0em;
}

#newsletter-cta__modal .modal-dialog h2 {
	font-family: 'museo700';
	font-weight: normal !important;
	color: #0f2d52 !important;
	font-size: 24px !important;
	line-height: 36px !important;
	margin: 0 0 15px !important;
    text-align: center;
}

#newsletter-cta__modal .modal-dialog p {
    display: block;
	color: #383838 !important;
	font-family: 'museo-sans-rounded';
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
    text-align: center;
    max-width: 80%;
    margin:0 auto 15px !important;
}

#newsletter-cta__modal .modal-dialog .ctct-inline-form{
    display: block;
    max-width: 80%;
    margin: auto;
}

#newsletter-cta__modal .modal-dialog  .ctct-form-defaults{
    margin: 0;
    padding: 0;
}

#newsletter-cta__modal .modal-dialog p.ctct-gdpr-text{
    display: none;
}

#newsletter-cta__modal .modal-dialog .ctct-form-field{
    display: block;
    max-width: 300px;
    margin: auto;
}
#newsletter-cta__modal .modal-dialog .ctct-form-field label{
    display: block;
	color: #0f2d52 !important;
	font-family: 'museo-sans-rounded';
}

#newsletter-cta__modal .modal-dialog .ctct-form-field input{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: solid 2px #959595;
    border-radius: 0;
    margin-bottom: 15px;
}
#newsletter-cta__modal .modal-dialog .ctct-form-footer{
    display: none;
}

#newsletter-cta__modal .modal-dialog .ctct-form-button{
    display: block;
    width: 180px;
    margin: auto;
    color: #fff;
    background: #0280a1;
    border:none;
    padding: 15px 0;
	font-family: 'museo700';
	font-weight: normal !important;
	font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

/* newsletter updates | end */

.contentimg-wrapper .img-area {
    margin-top: 0;
}

.contentimg-wrapper .img-area img {
    position: initial;
}

.newsandevents .events {
	padding: 0;
}

/*
*
*   The following styles are for the 360me Subsite
*
*/
.c-btn {
    display: block;
    max-width: 230px;
    padding: .75rem 3rem;
    text-align: center;
    background: #72c267;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-family:"museo-sans-rounded";
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.c-btn:hover {
    color: #FFFFFF;
    background: #62a859;
    text-decoration: none;
}

.c-btn:active {
    color: #FFFFFF;
    font-size: 1.5rem;
    background: #62a859;
    text-align: center;
}

.c-hero {
    position: relative;
    height: 40vw;
    min-height: 300px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 1.5rem;
    clip-path: ellipse(100% 65% at 50% 35%);
    -webkit-clip-path: ellipse(100% 65% at 50% 35%);
}

.c-hero__badges {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    height: 100%;
    width: 45%;
    top: 0;
    right: 0;
    padding-top: 2rem;
    padding-right: 2rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(30%, rgba(255,255,255,0.6516981792717087)), color-stop(55%, rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0.6516981792717087) 30%, rgba(255,255,255,1) 55%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.6516981792717087) 30%, rgba(255,255,255,1) 55%);
}

.c-hero__badges--nofade {
    background: none;
}

.c-hero__badges > img {
    display: block;
    max-width: 120px;
    margin: 0 0 1rem;
}

.c-hero__ribbon {
    position: absolute;
    top: 1rem;
    left: 20px;
    max-width:175px;
}

.c-hero__mobile {
    display: block;  
    width: 100%;
}

@media screen and (min-width: 475px) { 
    .c-hero__mobile {
        display: none;  
    }
    
    .c-hero__badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .c-hero--hp {
        padding-bottom:60%;
        height: auto;
        min-height: inherit;
    }
}

@media screen and (max-width: 475px) { 
    .c-hero {
        height: auto;
        min-height: inherit;
        background: none !important; 
        clip-path: none;
        -webkit-clip-path: none;
    }
    
    .c-hero__ribbon {
        display: none;    
    }
}

@media screen and (min-width: 768px) {
    .c-hero {
        margin-bottom: 3rem;
    }
    
    .c-hero__badges > img {
        display: block;
        max-width: 150px;
        margin: 0 0 2rem;
    }
}

@media screen and (min-width: 990px) {
    .c-hero {
        min-height: 480px;
    }
    
    .c-hero--hp {
        padding-bottom:40%;
    }
    
    .c-hero--int {
        background-position: -100px center;
    }
    
    .c-hero__badges {
        padding-right: 4rem;
    }
    
    .c-hero__badges > img {
        display: block;
        max-width: 200px;
        margin: 0 0 3rem;
    }
}

@media screen and (min-width: 1170px) {
    .c-hero--int {
        background-position: -50px center;
    }
    
    .c-hero__ribbon {
        max-width: 200px;
        top: 2rem;
        left: 2rem;
    }
    
    .c-hero__badges > img {
        display: block;
        max-width: 220px;
        margin: 0 0 3rem;
    }
}

@media screen and (min-width: 1280px) {
    .c-hero {
        min-height: 560px;
    }
    
    .c-hero__badges > img {
        display: block;
        max-width: 220px;
        margin: 0 0 3rem;
    }
    
    .c-hero--int {
        background-position: -50px center;
    }
}

.c-content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.c-text-area {
    max-width: 1080px;
    margin: 5rem auto 7rem;
    padding: 0 24px;
}

.c-text-area h2 {
    font-size: 42px;
    font-family:"museo-sans-rounded";
    font-weight: 900;
    color: #0091b9;
}

.c-text-area p,
.c-text-area ul {
    color: #636466;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-text-area p,
    .c-text-area ul {
        font-size: 18px;
    }
}

.c-info-wrap {
    border-top: 1px solid #636466;
    border-bottom: 1px solid #636466;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 50px auto 40px;
}

.c-info {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    font-family:"museo-sans-rounded";
    position: relative;
    padding-left: 80px;
    color: #636466;
    line-height: 1.5;
    font-size: 16px;
}

.c-info strong {
    font-weight: 700;
}

.c-info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(/media/Image/info-icon.png) center center no-repeat;
    width: 65px;
    height: 65px;
}

@media screen and (min-width: 768px) {
    .c-info {
        font-size: 18px;
    }
}

.c-copyright {
    margin: 5rem auto 7rem;
    font-weight: 300;
    font-style: italic;
    color: #636466;
    word-break: break-all;
}

.c-text-area .c-copyright__title {
    font-size: 21px;
    font-weight: 700;
    color: #636466;
    font-style: normal;
}

.c-numbered-list {
    margin: 4rem auto 0;
    padding-left: 0;
    list-style: none;
    counter-reset: custom-counter;
}

.c-numbered-list--add-icon {
    background: url(/media/Image/sleep-zs.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px;
    padding-top: 270px;
}

.c-numbered-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-increment: custom-counter;
    margin: 0 auto 2.5rem;
    position: relative;
    font-size: 16px;
    color: #636466;
}

.c-numbered-list li:before {
    content: counter(custom-counter);
    font-family:"museo-sans-rounded";
    color: #0091b9;
    font-weight: 900;
    font-size: 46px;
    line-height: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: right;
    margin-right: 1.25rem;
}

@media screen and (min-width: 768px) {    
    .c-numbered-list li {
        max-width: 600px;
        font-size: 18px;
    }
    
    .c-numbered-list li:before {
        font-size: 82px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }
}

@media screen and (min-width: 960px) {
    .c-numbered-list--add-icon {
        padding-top: 0;
        background-position: right 100px;
        background-size: auto; 
    }
}

.c-component-intro {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.c-component-intro__pretitle {
    text-transform: uppercase;
    font-size: 16px;
    font-family:"museo-sans-rounded";
    font-weight: 300;
    margin-bottom: 0;
}

.c-component-intro__title {
    font-size: 50px;
    line-height: 1.1111;
    font-family:"museo-sans-rounded";
    text-transform: none;
    color: #0f2d52;
    font-weight: 900;
}

.c-component-intro__title--mob {
    font-size: 38px;
}

.c-component-intro__content {
    font-size: 18px;
    line-height: 1.5;
    color: #0f2d52;
}

.c-component-intro img {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: .5rem auto 3rem;
}

@media screen and (min-width: 600px) {
    .c-component-intro__title--mob {
        font-size: 54px;
    }
}

@media screen and (min-width: 990px) {
    .c-component-intro__title,
    .c-component-intro__title--mob {
        font-size: 72px;
        line-height: 1.1111;
    }
    
    .c-component-intro__content {
        font-size: 21px;
    }
    
    .c-component-intro__pretitle {
        font-size: 21px;
    }
    
    .c-component-intro img {
        max-width: 350px;
    }
}

.c-video {
    display: block;
    margin: 5rem 0;
}

.c-video__content {
    font-size: 18px;
    color: #102d52;
}

.c-video__title {
    font-size: 36px;
    color: #0091b9;
    font-family:"museo-sans-rounded";
    font-weight: 900;
    text-align: center;
}

.c-video__title > span {
    color: #0f2d52;
}

.c-video__video > video {
    display: block;
    width: 100%;
}

@media screen and (min-width: 990px) { 
    .c-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
        margin: 5rem 0;
    }
    
    .c-video__video,
    .c-video__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .c-video__video {
        padding-right: 1rem;
    }
    
    .c-video__title {
        font-size: 42px;
        text-align: left;
    }
}

.c-img-break {
    display: block;
}

.c-img-break:first-of-type .c-img-break__content {
    text-align: left;
}

.c-img-break__media > img {
    width: 100%;
}

.c-img-break__content {
    text-align: center;
    font-size: 18px;
    padding: 35px 24px 60px;
}

.c-img-break__title { 
    color: #0f2d52;
    font-size: 50px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.1111;
    font-family:"museo-sans-rounded";
}

.c-img-break__subtitle {
    color: #0f2d52;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.3333;
    font-family:"museo-sans-rounded";
    font-weight: 500;
}

.c-img-break__content .c-btn {
    margin: 20px auto 0;
}

.c-img-break__content--center {
    text-align: center;
}

.c-img-break__content--left {
    text-align: left;
}

.c-img-break__content--left .c-btn {
    text-align: center;
}

@media screen and (min-width: 440px) {
    .c-img-break__title {
        font-size: 54px;
    }

    .c-img-break__subtitle {
        font-size: 32px;
    }
}

@media screen and (min-width: 990px) {
    .c-img-break {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    }
    
    .c-img-break--rev {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .c-img-break__media {
        position: relative;
        max-width: 63%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 63%;
        flex: 0 0 63%;
    }
    
    .c-img-break__media:after {
        content: "";
        display: block;
        position: absolute;
        width:40%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,1)));
        background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 60%);
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 60%);
        z-index: 10;
        top: 0;
        right: 0;
    }
    
    .c-img-break__media--nofade:after {
        display: none;
    }
    
    .c-img-break--rev .c-img-break__media:after {
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,1)));
        background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 60%);
        background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 60%);
    }
    
    .c-img-break__content {
        text-align: left;
        max-width: 30%;
        padding: 0;
    }

    .c-img-break__content--center {
        text-align: center;
    }   
    
    .c-img-break__title {
        font-size: 54px;
        margin-bottom: 25px;
    }

    .c-img-break__subtitle {
        font-size: 30px;
        color: #0f2d52;
    }
    
    .c-img-break__content .c-btn {
        margin: 30px 0 0;
    }
    
    .c-img-break__content--center .c-btn {
        margin: 30px auto 0;
    } 
}

@media screen and (min-width:1280px) {
    .c-img-break__title {
        font-size: 72px;
    }
    
    .c-img-break__subtitle {
        font-size: 36px;
        color: #0f2d52;
    }
}

@media screen and (max-width:990px) {
    .c-img-break__title br {
        display: none;
    }
}

.c-image-hero {
    display: block;
    position: relative;
}

.c-image-hero > img {
    width: 100%;
}

.c-image-hero__desk {
    display: none;
}

@media screen and (min-width:600px) {
    .c-image-hero__desk {
        display: block;
    }
    
    .c-image-hero__mob {
        display: none;
    }
    
    .c-image-hero:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(35%, rgba(255,255,255,0.65)), color-stop(60%, rgba(255,255,255,1)));
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,255,255,0.65) 35%, rgba(255,255,255,1) 60%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.65) 35%, rgba(255,255,255,1) 60%);
    }
}

.c-image-hero + .c-content-wrap.c-text-area {
    position: relative;
    z-index: 5;
    margin-top: 0;
}

.c-left-right {
    display: block;
}

.c-left-right--bg {
    margin-top: 3rem;
}

.c-left-right__content {
    font-size: 16px;
    color: #636466;
    padding: 30px 20px;
}

.c-left-right__img {
    height: 300px;
    background-position: top center;
    background-size: cover;
}

.c-left-right__content h2 {
    font-weight: 900;
    color: #0091b9;
    font-size: 36px;
    margin-top: 0;
    font-family:"museo-sans-rounded";
}

.c-left-right--bg .c-left-right__content h2 {
    font-weight: 500;
    color: #0f2d52;
    font-size: 32px;
    font-family:"museo-sans-rounded";
}

@media screen and (min-width:600px){
    .c-left-right__img {
        height: 60vw;
    }
}

@media screen and (min-width:990px){
    .c-left-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .c-left-right--bg {
        margin-top: 5rem;
        background: #e9e6e3;
    }
    
    .c-left-right__content h2 {
        font-size: 42px;
    }
    
    .c-left-right--bg .c-left-right__content h2 {
        font-size: 36px;
    }
    
    .c-left-right--rev {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .c-left-right__content {
        max-width: 590px;
        padding: 60px 20px;
        font-size: 18px;
        margin-left: 5vw;
    }
    
    .c-left-right--rev .c-left-right__content {
        margin-right: 5vw;
        margin-left: 0;
    }
    
    .c-left-right__img {
        display: block;
        width: 50%;
        height: auto;
        background-position: center;
    }
    
    .c-left-right__img--fade {
        position: relative;
    }
    
    .c-left-right__img--fade:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 25%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(35%, rgba(255,255,255,0.6460959383753502)), color-stop(60%, rgba(255,255,255,1)));
        background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,0.6460959383753502) 35%, rgba(255,255,255,1) 60%);
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.6460959383753502) 35%, rgba(255,255,255,1) 60%);
    }
}

.c-text-area .c-counter-section-title {
    color: #0f2d52;
    font-weight: 900;
    line-height: 1.1111;
    max-width:  680px;
    margin: 0 auto 4rem;
    text-align: center;
    font-size: 37px;
}

.c-counter-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    font-family:"museo-sans-rounded";
    margin: 0 auto 2rem;
}

.c-counter-section strong {
    font-weight: 700;
}

.c-counter-section__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    text-align: right;
    margin-right: .75rem;
}

.c-counter-section__img > img {
    max-width: 100%;
}

.c-counter-section h3 {
    font-weight: 900;
    color: #0091b9;
    font-size: 36px;
    font-family:"museo-sans-rounded";
    margin-top: 0;
}

@media screen and (min-width:990px){
    .c-text-area .c-counter-section-title {
        font-size: 53px;
    }
    
    .c-counter-section {
        font-size: 18px;
    }
    
    .c-counter-section h3 {
        font-size: 42px;
    }
    
    .c-counter-section__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 165px;
        flex: 0 0 165px;
        margin-right: 1.5rem;
    }
}

/*360md | start */
.c-component-intro .c-component-intro__title,
.c-component-intro .c-component-intro __title--mob {
  font-size: 72px !important;
  font-family: "museo-sans-rounded" !important;
  font-weight: 900 !important;
}

@media (max-width: 1200px) {
  .c-component-intro .c-component-intro__title,
  .c-component-intro .c-component-intro __title--mob {
    font-size: 48px !important;
  }
}

@media (max-width: 992px) {
  .c-component-intro .c-component-intro__title,
  .c-component-intro .c-component-intro __title--mob {
    font-size: 34px !important;
  }
}

.c-component-intro .c-component-intro __subtitle {
  font-weight: 700 !important;
}

.c-img-break__title {
  font-size: 72px !important;
  font-family: "museo-sans-rounded" !important;
  font-weight: 900 !important;
}

@media (max-width: 1200px) {
  .c-img-break__title {
    font-size: 48px !important;
  }
}

@media (max-width: 992px) {
  .c-img-break__title {
    font-size: 34px !important;
  }
}
/*360md | end */

/* LANG CSS | START*/
@media (min-width: 992px) {
    header .lang-toggle {
        display: block;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        height: 100%;
        height: 49px;
        width: 150px !important;
        padding: 0;
        position: relative;
        z-index: 999;
        background: transparent !important;
    }

        header .lang-toggle li {
            display: none;
            width: 100%;
            height: 49px;
            text-align: left;
            line-height: 50px;
            background-color: transparent !important;
            color: white;
            padding: 0;
        }

        header .lang-toggle li a{
            padding: 15px 0 !important;
            width: 110px;
            text-align: center;
			float: initial;
        }

            header .lang-toggle li.mobile {
                display: none !important;
            }

            header .lang-toggle li:after,
            header .lang-toggle li:before {
                font-family: 'FontAwesome';
                display: inline-block;
                font-family: 'FontAwesome';
                width: 20px;
                text-align: center;
            }

            header .lang-toggle li:before {
                content: "\f0ac";
            }

            header .lang-toggle li:nth-child(2) {
                display: block;
                cursor: default;
                border-bottom: 1px solid transparent;
            }

                header .lang-toggle li:nth-child(2):after {
                    content: "\f107";
                }

            header .lang-toggle li:nth-child(3) {
                cursor: pointer;
            }

                header .lang-toggle li:nth-child(3):before {
                    content: "\f10c";
                }

                header .lang-toggle li:nth-child(3):hover {
                    background-color: #0294bb !important;
                }

                    header .lang-toggle li:nth-child(3):hover:before {
                        content: "\f192";
                    }

        header .lang-toggle:hover li:not(:first-child) {
            display: block !important;
            background-color: #0280a2 !important;
        }

        header .lang-toggle:hover li:nth-child(1) {
            border-bottom: 1px solid white;
        }
}

@media (max-width: 991px) {
    .utility-nav ul li.ish {
        border: none !important;
    }

    header .lang-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0;
    }

        header .lang-toggle li {
            display: block !important;
            color: #0f2d52;
            padding: 5px 0 !important;
            min-width: 100px;
            border: solid 1px #0f2d52;
            text-align: center;
        }

            header .lang-toggle li.active {
                background: #0f2d52;
                color: white;
            }

            header .lang-toggle li.mobile {
                text-align: left;
                border: none !important;
                -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                flex: 1 auto;
            }

                header .lang-toggle li.mobile i {
                    margin-right: 10px;
                }
}

@media( max-width : 768px) {
    header .lang-toggle li {
        min-width: 80px;
    }
}

.footer-info {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    align-items: stretch;
}

#footer .footerlogo,
footer .footerlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    flex-direction: column;
}

#footer .footer-info .address,
footer .footer-info .address {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
    flex: 1 auto;
}

#footer .lang-select-footer ul,
footer .lang-select-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}
@media( max-width : 992px) {
    div.lang-select-footer{
        clear: both;
    }
    #footer .lang-select-footer ul,
    footer .lang-select-footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #footer.footer-ped .social {
        width: 100%;
        clear: both;
    }
}

#footer .lang-select-footer li,
footer .lang-select-footer li {
    color: white;
    padding: 5px 15px;
    text-align: left;
    border: solid 1px white;
    cursor: pointer;
}
    footer .lang-select-footer li:not(.active) a,
	#footer .lang-select-footer li:not(.active) a {
        color: white !important;
    }

    #footer .lang-select-footer li:first-child ,
    footer .lang-select-footer li:first-child {
        padding-left: 0;
        border: none;
        cursor: default;
    }

    #footer .lang-select-footer li.active,
    footer .lang-select-footer li.active {
        background: white;
        color: #0f2d52;
        cursor: default;
    }


    .topnav-blue ul{
        padding: 0;
        width: auto;
    }

    .topnav-blue ul > li:first-child {
        margin-right: auto;
    }
    @media( max-width : 1600px) {
        .topnav-blue a {
            padding: 15px 10px;
        }
    }
    @media( max-width : 1200px) {
        .topnav-blue a {
            font-size: 16px;
            padding:15px 5px;
        }
        header .lang-toggle li {
            padding: 0 10px;
        }
        header .lang-toggle{
            max-width:120px !important;
        }
        header .lang-toggle li a{
            padding: 15px 0;
            width: 55px;
            margin-right:5px;
            text-align: center;
        }
    }
    @media( max-width : 992px) {
        header .lang-toggle{
            width: 100%;
            max-width:100% !important;
        }
        header .lang-toggle li.active a{
            color:white !important;        }
    }   
/* LANG CSS | END */

@media( max-width : 992px) {
    .btn.btn-purple{
        white-space: normal !important;
        word-wrap: break-word;
        height: auto;
        line-height: 1.5em;
        padding: 15px 30px;
    }
    .mobile-only .login{
        width: 90%;
        margin: 15px auto;
        display: block;
        float: none;
    }
}

/* responsive table | start */
@media(max-width:1200px){
    .table-responsive{
      display: block;
      width: 100% !important;
      margin:15px auto;
    }
  
    .table-responsive tr{
      display: block;
      width: 100% !important;
    }
  
    .table-responsive tr th,
    .table-responsive tr td{
      display: block;
      width: 100% !important;
      border: none;  
    }
  
    .table-responsive tr td:first-child{
      padding: 15px 0;
    }
  }
  /* responsive table | end */
  /* responsive table js | start */
  .table-responsive.table-responsive--js{
      width: 100%;
  }
  @media(max-width : 1200px) {
    .table-responsive.table-responsive--js * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .table-responsive.table-responsive--js,
    .table-responsive.table-responsive--js tbody {
        display: block;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .table-responsive.table-responsive--js tr.thead,
    .table-responsive.table-responsive--js tr th {
        display: none;
    }

    .table-responsive.table-responsive--js tr {
        display: block;
        width: 100%;
        border: solid 1px #666;
        border-bottom: none;
    }

    .table-responsive.table-responsive--js tr:last-child{
        border: solid 1px #666;
    }


    .table-responsive.table-responsive--js td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 100%;
        padding: 0 !important;
    }

    .table-responsive.table-responsive--js tr td:nth-child(even) {
        background: #f5f5f5;
    }

    .table-responsive.table-responsive--js td span {
        display: inline-block;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        padding: 10px 0;
    }

    .table-responsive.table-responsive--js td::before {
        display: inline-block;
        content: attr(data-th);
        vertical-align: middle;
        margin-right: 5px;
        color: #fff;
        background-color: #0f2d52;
        width: 30%;
        min-width: 120px;
        padding: 10px;
        font-family: 'museo', sans-serif;
    }
}

@media(max-width : 640px) {
    .table-responsive.table-responsive--js td::before {
        display: block;
        width: auto;
        margin: 0;
    }

    .table-responsive.table-responsive--js td {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .table-responsive.table-responsive--js tr {
        margin-bottom: 15px;
        border: solid 1px #666;
    }

    .table-responsive.table-responsive--js td span {
        padding: 10px;
    }
}
  /* responsive table js | end */
  
  
.internal-content .login-btn {
     color:#fff;
}

html {
    scroll-behavior: smooth;
}

.az_lnks ul li a.letter_disabled {
	cursor: default;
	color: #636466 !important;
}
.az_lnks ul li a{
    text-decoration: underline !important;
}
.az_lnks ul li a.letter_disabled{
    text-decoration: none !important;
}

.side-split p a,
.side-split p{
    font-size: 19px
}

.t-info {
    color: #666666 !important;
}

body.tabbed a:focus,
body.tabbed a[tabindex]:focus {
    outline: solid 3px #6f2a51 !important;
}

body.tabbed .topnav-blue a:focus,
body.tabbed footer a:focus,
body.tabbed footer  a[tabindex]:focus {
    outline: solid 3px #fff !important;
}


body.tabbed a.skip-main {
	color: #000;
	background-color: #fff;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: auto;
	padding: 5px 10px;
	border-radius: 15px;
	border: 4px solid #EDB660;
	text-align: center;
	font-size: 1.2em;
	z-index: 999999;
}

.videosection{
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
  }
  .videosection video{
    position: absolute !important;
    top: 0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    height: 100% !important;
    width: 100% !important;
  }

/* VCHX-155: WCAG Compliance Project - Ensure form controls contrast sufficiently with their surroundings */
#aspnetForm form input[type="number"],
#aspnetForm form input[type="email"],
#aspnetForm form input[type="password"],
#aspnetForm form input[type="tel"],
#aspnetForm form input[type="text"],
#aspnetForm form input[type="url"],
#aspnetForm form input[type="number"],
#aspnetForm form input[type="number"],
#aspnetForm form input[type="number"],
#aspnetForm form input[type="number"],
#aspnetForm form select,
#aspnetForm form textarea {
    border-color: #767676;
}
#aspnetForm form select,
.BBFormContainer[data-bbox-part-id="2a3abafd-8c49-4750-a037-47d26f689e3b"] .BBFormSelectList {
    padding: 9px 10px 9px 5px;
}

/* new componenet - elements | start */
/*
Markup example:
<div class="elements">
    <div class="element">
        <div class="element__body">
            <h3>POLICY/GUIDE</h3>
            <p>Develop, discuss, and share transition and care policy/guide</p>
        </div>
        <div class="element__label">AGE 12-14</div>
    </div>
    ...
</div>
*/
.elements * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    counter-reset: element;
}

.elements .element {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.66667% - 20px);
    flex: 0 0 calc(16.66667% - 20px);
    width: calc(16.66667% - 20px);
    margin: 10px;
    padding: 10px;
    border: solid 2px #0f2d52;
    min-height: 135px;
}

@media (max-width: 1600px) {
    .elements .element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 20px);
        flex: 0 0 calc(33.3333% - 20px);
        width: calc(33.3333% - 20px);
    }
}

@media (max-width: 1024px) {
    .elements .element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media (max-width: 540px) {
    .elements {
        padding: 0 15px;
    }
    .elements .element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin: 15px 0;
    }
}

.elements .element::before {
    counter-increment: element;
    content: counter(element);
    background: #0f2d52;
    color: #fff;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -14px;
    left: -13px;
}

.elements .element .element__body h3 {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 5px;
}
.elements .element .element__body p {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}

.elements .element .element__label {
    background: #0f2d52;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
    right: -2px;
    bottom: -15px;
}
/* new componenet - elements | end*/

/* homepage careers */
.careers a{
    background: #fff;
    color:#4173B6 !important;
}

/* sitemap styles */
.sitemap tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sitemap tbody tr td {
    flex: 1;
    min-width: 250px;
}

.internal-content a.tel {
	font-size: 18px;
}

#main-content .location-info p{
    font-size: 18px !important;
}

@media screen and (max-width: 767px) {
    .internal-content a.tel {
        font-size: 16px;
    }
    
    #main-content .location-info p{
        font-size: 16px !important;
    }
}