@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Oswald:400,500,600,700");

#GLGOLanguageSelector {
    display: none;
}

.bg-gray {
    background: #f5f5f5;
}

.language-dropdown-mobile .language-display1 {
	color: #086EA1;
}

.language-dropdown,
  .language-dropdown1{
            position: relative;
            display: inline-block;
        }
 
        .language-display,
          .language-display1{
            color: #FFF;
            padding: 10px 15px;
            cursor: pointer;

            display: flex;
            align-items: center;
        }
 
        .globe-icon {
            margin-right: 8px;
            font-size: 16px;
        }
 
       /* ----- Chevron Icon Styling ----- */
        .arrow-icon {
            margin-left: 8px;
            width: 8px;
            height: 8px;
            border-style: solid;
            border-width: 2px 2px 0 0;
            border-color: #086ea1;
            transform: rotate(135deg);
            transition: transform 0.3s ease;
        }
        .language-dropdown.active .arrow-icon,
        .language-dropdown1.active .arrow-icon{
            transform: rotate(-45deg);
        }
		.dropdown-menu {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            list-style-type: none; /* Remove bullet points */
            padding: 0;
            margin: 0;
            border: 1px solid #ccc;
            border-radius: 4px;
            top: 100%;
            left: 0;
        }
 
        .language-dropdown .dropdown-menu a,
        .language-dropdown1 .dropdown-menu a{
            color:#404040 !important;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
 
       .language-dropdown .dropdown-menu a:hover,
         .language-dropdown1 .dropdown-menu a:hover{
            background-color: #ddd;
        }
 
        .language-dropdown.active .dropdown-menu,
           .language-dropdown1.active .dropdown-menu{
            display: block;
            z-index:100;
        }

/************ BASE THEME STARTS**************/
html {
    scroll-behavior: smooth;
}

/************ GLOBAL CSS **************/
body {
    color: #303030;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Oswald", sans-serif;
    font-style: bold;
}

h1 {
    color: #005172;
    font-family: "Open Sans", sans-serif;
    font-size: 2.125rem;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
}

/* Styles hgroup p like an h2 - NP 10/14/24 */
hgroup p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75rem !important;
    font-weight: 600;
    color: #005172;
}

img {
    max-width: 100%;
}

.background-darkblue {
    background-color: #005172;
}

.background-blue {
    background-color: #0099cc;
}

.background-purple {
    background-color: #84387b;
}
.urgent-msg{
background:#a02741;
color:#ffffff;

}
/************ PRIMARY CSS **************/

header.top {
    background: #005172;
    height: 97px;
    width: 100%;
}

header.top .logo {
    height: auto;
    padding-left: 0;
    width: auto;
}

header.top .logo img {
    height: 38px;
    width: 247px;
}
/********* NAV CSS ***********/

.navbar {
    align-items: center;
    display: flex;
    height: 97px;
    justify-content: space-between;
    position: relative;
    padding: -1rem 1rem;
}

.navbar-nav li.nav-item:hover {
    background: #005172;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #8fcae7;
}

.navbar-nav {
    display: -webkit-box;
    display: -mx-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px !important;
    width: 100%;
}

.navbar-nav li.nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 84px;
    text-align: center;
}

.navbar-nav li.nav-item a.nav-link {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-nav li.nav-item a:active.nav-link,
.navbar-nav li.nav-item a:focus.nav-link {
    color: #ffffff;
}

.navbar-nav li.nav-item a.active {
    border-bottom: 6px solid #0099cc;
    color: #8fcae7;
}

.navbar-nav li.nav-item.active {
    border-bottom-width: 7px;
}

.navbar-nav li.nav-item:last-child a.nav-link, .navbar-nav li:nth-child(4) a.nav-link {
    border: 1px solid #0099cc;
    border-radius: 10px;
}

button.navbar-toggler.collapsed {
    display: none;
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin: auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar .nav-item {
        padding: 0.8rem 0.1rem;
        margin: 0rem;
        font-size: 0.875rem;
    }

    .navbar-nav li.nav-item.active {
        padding-bottom: 5px;
    }

    .navbar-nav li.nav-item.active a {
        color: #ffffff !important;
    }
}

@media (max-width: 1024px) {
    .navbar-nav li.nav-item {
        padding-bottom: 90px;
    }

    .navbar-nav li.nav-item.active {
        border-bottom-width: 15px;
        padding-bottom: 75px;
    }
}

@media (min-width: 1200px) {
    .container.nav-row .container.px-0 {
        max-width: 82%;
    }

    .navbar-nav li.nav-item {
        margin-top: 1px;
        padding: 13px 5px 12px 5px;
    }
}

.navbar-toggler .icon-bar {
    background: #ffffff;
}

@media (max-width: 990px) {
    .navbar-nav li.nav-item {
        border-top: 1px solid #ffffff;
        padding-bottom: 12px;
        width: 100%;
    }

    .navbar-nav li.nav-item.active + li.nav-item {
        border-top: 0;
    }

    .navbar-nav li.nav-item a {
        padding-left: 20px;
        text-align: left;
        width: 100%;
    }

    .navbar-nav li.nav-item:last-child {
        padding-right: 60px;
    }

    .navbar-nav li.nav-item:last-child a {
        margin-left: 10px;
    }

    .navbar-nav li.nav-item.active {
        border-bottom-width: 7px;
        padding-bottom: 12px;
    }

    button.navbar-toggler.collapsed {
        display: block;
        padding-left: 20px;
    }

    .navbar-collapse {
        background: #005172;
        margin-left: -80px;
        z-index: 999;
    }

    .navbar {
        margin-left: -705%;
        width: 930%;
    }

    .navbar-nav {
        max-width: 100%;
    }

    .navbar-collapse.collapse.show {
        background: #005172;
        margin-left: -80px;
        z-index: 999;
    }

    .navbar-nav li.nav-item.active {
        border-bottom: 5px solid #0099cc;
    }

    .navbar-nav li.nav-item.active a.nav-link {
        color: #ffffff;
    }

    .navbar-nav li.nav-item:last-child a.nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbutton {
        margin-left: 85%;
        margin-top: 23px;
    }
}

@media (max-width: 820px) {
    .navbar {
        margin-left: -650%;
        width: 822%;
    }
}

@media (max-width: 770px) {
    .navbar {
        margin-left: -625%;
        width: 769%;
    }
}

/*Keeps hamburger menu in navbar *NP 10/16/24 */
@media (max-width: 630px) {
    .navbutton {
        margin-top: -40px;
    }
}
/**/

@media (max-width: 430px) {
    .navbar-collapse,
    .navbar-collapse.collapse.show {
        margin-left: -65px;
    }

    .navbar-nav li.nav-item:last-child {
        padding-right: 40px;
    }

    .navbar {
        margin-left: -483%;
        width: 606%;
    }
    /*
    .navbutton {
        margin-top: -40px;
    }*/
}

@media (max-width: 414px) {
    .navbar {
        margin-left: -483%;
        width: 607%;
    }
}

@media (max-width: 390px) {
    .navbar {
        margin-left: -483%;
        width: 608%;
    }
}

/********* END NAV CSS ***********/

/************ PRIMARY STRUCTURE STARTS**************/

.header {
    background: #dfebed;
    height: 200px;
    padding-top: 70px;
    position: relative;
    z-index: 0;
}

.header.team {
    font-size: 1.125rem;
    padding-top: 30px;
}

main.home .header {
    height: 297px;
    overflow: visible;
    padding-top: 100px;
    z-index: 99;
}

main.home .header h1 {
    font-size: 2.75rem;
}

main.home .header p {
    font-size: 1.125rem;
    width: 90%;
}

.photo-cfcenter {
    left: 0;
    position: absolute;
    top: 0px;
}

.photo-cfcenter img {
    border-radius: 10px;
}

.doodle {
    position: absolute;
    z-index: 100;
}

.doodle.hands {
    height: 123px;
    right: -25px;
    top: -37px;
    width: 120px;
}

.doodle.notebook {
    height: 124px;
    left: -90px;
    top: 66px;
    width: 127px;
}

.doodle.stethoscope {
    height: 143px;
    left: 64%;
    top: -41px;
    width: 128px;
}

.doodle.calendar {
    height: 105px;
    left: 7.07%;
    top: 492px;
    width: 131px;
}

.hometopcontent,
.topcontent {
    min-height: 300px;
}

/* RS 5/1/25*/
.doodle.stethoscope:has(img[alt~="Compassion"]) {
    height: 143px;
    left: 57%;
    top: -20px;
    width: 128px;
}

.photo-cec:has(img[alt~="room"]) {
    height: 445px;
    left: 60px;
    position: absolute;
    top: 75px;
    width: 265px;
    z-index: 99;
    overflow: hidden;
    border-radius: 10px;
}

img[alt~="room"] {
	height: 100%;
    max-width: inherit;
    position: relative;
}

.location-visual-assets .col-6 div {
    overflow:hidden;
    border-radius: 10px;
    height: 14.65rem;
}

.location-visual-assets .col-6 div img {
    height: 317px;
    max-width: initial;
}

.location-visual-assets img[alt~="signage"] {
	position: relative;
	top: -50px;
	right: 120px;
}

.location-visual-assets img[alt~="employees"] {
	position: relative;
	top: -20px;
	left: -100px;
	transform: scale(0.9);
}

.location-visual-assets img[alt~="exterior"] {
	position: relative;
	top: -60px;
}

.location-visual-assets img[alt~="Fair"] {
	position: relative;
	top: -23px;
	left: -22px;
	transform: scale(0.95);
}

/* NP 10/16/24*/
@media (max-width: 767px) {
    .hometopcontent {
        padding-top: 250px;
    }
}

a.btn.btn-primary.cec,
a.btn.btn-primary.cec:active {
    border-radius: 10px;
    font-size: 0.91rem;
    font-weight: 700;
    padding: 20px 30px 20px 13px;
    width: 100%;
}

a.btn.btn-primary.cec:after {
    font-family: "Font Awesome\ 5 Pro";
    font-size: 1.7rem;
    font-weight: 500;
    content: "\f054";
    position: absolute;
    right: 9%;
    top: 20%;
}

.community {
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 49%, rgba(250, 223, 200, 1) 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 49%, rgba(250, 223, 200, 1) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 49%, rgba(250, 223, 200, 1) 50%);
    margin-bottom: 135px;
    position: relative;
    width: 100%;
}

.community-left {
    min-height: 700px;
    padding-top: 60px;
}

.community-right {
    background: #fadfc8;
    border-radius: 10px;
    font-size: 1.125rem;
    overflow: visible;
    z-index: 1;
}

.communityphoto {
    height: 218px;
    width: 284px;
}

.communityphoto img,
.photo-cec img {
    border-radius: 10px;
}

.photo-cec {
    height: 432px;
    left: 60px;
    position: absolute;
    top: 75px;
    width: 265px;
    z-index: 99;
}

.community-right h2 {
    color: #802d00;
}

.community-box {
    background: #ffffff;
    border-radius: 10px;
    min-height: 132px;
    padding: 20px 15px 20px 20px;
}

.community-box header {
    font-size: 1.125rem;
    font-weight: 600;
}

.community-box p {
    font-size: 1rem;
}

.community-box a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding-right: 20px;
    text-decoration: none;
    text-align: right;
}

.community-box a:hover {
    text-decoration: underline;
}

.community-box a:after {
    font-family: "Font Awesome\ 5 Pro";
    content: "\f054";
    position: absolute;
    right: 15px;
}

.onthego {
    background: #cee8e4;
    min-height: 500px;
    padding-top: 100px;
    position: relative;
    width: 100%;
}

.onthego header {
    color: #0d3e38;
    font-size: 2.125rem;
    font-weight: 700;
}

.onthego p {
    font-size: 1.125rem;
}

.onthego .container {
    height: 400px;
    background: url(../images/Care.svg) no-repeat 0px 170px;
    overflow: visible;
    position: relative;
}

.onthego .van {
    height: 440px;
    left: 600px;
    position: absolute;
    top: -50px;
    width: 942px;
    z-index: 99;
}

main.subpages .topcontent {
    overflow: visible;
    position: relative;
}

main.subpages .topcontent > .row {
    margin-top: -45px;
    z-index: 5;
}

.locationbox {
    background: #005172;
    border-radius: 10px;
    min-height: 527px;
}

.locationbox a {
    color: #ffffff;
}

.locationbox header {
    background: #004562;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 40px;
}

.locationbox .content {
    color: #ffffff;
    padding: 20px 25px 20px 40px;
}

.location-visual-assets img {
    border-radius: 10px;
}

.locationlinks a {
    border-top: 1px solid #33748e;
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding: 12px;
    text-decoration: none;
}

.locationlinks a:after {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 500;
    content: "\f054";
    position: absolute;
    right: 7%;
}

.locationlinks a:hover {
    text-decoration: underline;
}

.dash-border-bottom {
    border-bottom: 1px dashed #d9d9d9;
}

.teambox {
    background: #ffffff;
    border: 1px solid #d4e0e1;
    border-radius: 10px;
    box-shadow: 5px 5px 8px -9px #000000;
    min-height: 340px;
    padding: 35px 45px;
}

.teambox h2 {
    color: #005172;
    font-size: 1.5rem;
}

.teambox h2 + span {
    font-size: 0.875rem;
}

.teambox .pic {
    border-radius: 5px;
}

.teambox .pic.nopic {
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 87px;
    text-align: center;
    padding-left: 3%;
}

.teambox .border-bottom {
    border-bottom-color: #dddddd !important;
}

.teambox p {
    font-size: 1.125rem;
}

.teambox .teambadge {
    background: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 0;
    width: 177px;
}

.events-iframe {
    border-radius: 10px;
    height: 500px;
}

/* Screen Optimization */

@media (min-width: 1200px) {	
	.language-dropdown-mobile {
		display:none;
	}	
}

@media (max-width: 1199px) {
	.language-dropdown {
		display:none;
	}
}	

@media (max-width: 1194px) {
    main.home .header {
        padding-top: 68px;
    }

    .photo-cec {
        width: 200px;
    }

    .onthego {
        padding-top: 60px;
    }

    .onthego .container {
        height: 440px;
    }
    .doodle.notebook {
        left: -110px;
        width: 147px;
        top: 145px;
    }
}

@media (max-width: 1024px) {
    .photo-cec {
        left: 90px;
        width: 180px;
    }

    .communityphoto {
        margin-bottom: 0.5rem !important;
        width: 260px;
    }

    .onthego .van {
        left: 450px;
    }

    .onthego {
        padding-top: 65px;
    }

    .onthego .container {
        background-position: 0px 220px;
        /* height: 440px; */
        height: 680px;
    }

    .locationlinks a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header.team {
        padding-top: 15px;
    }

    .doodle.notebook {
        left: -120px;
        width: 147px;
        top: 145px;
    }
}

@media (max-width: 1000px) {
    .photo-cec {
        display: none;
    }
}

@media (max-width: 926px) {
    main.home .header {
        height: 320px;
        padding-top: 40px;
    }

    .doodle.hands {
        top: -40px;
        width: 120px;
    }

    .doodle.notebook {
        left: -100px;
        top: 100px;
        width: 97px;
    }

    .photo-cec {
        left: 90px;
        width: 120px;
    }

    .onthego .container {
        background-position: 0px 250px;
        /* height: 480px; */
        height: 680px;
    }
}

@media (max-width: 915px) {
    /* .photo-cec {
        display: none;
    } */

    .communityphoto {
        width: 210px;
    }

    .doodle.hands {
        top: -25px;
        right: -35px;
        width: 100px;
    }

    .doodle.notebook {
        /* left: 25px;
        top: 75px;
        width: 147px; */
    }

    main.home .header {
        padding-top: 30px;
    }

    main.home .header h1 {
        font-size: 2.3rem;
    }

    .header.team {
        padding-top: 0px;
    }

    .teambox .pic.nopic {
        display: none;
    }

    .onthego {
        padding-top: 25px;
    }

    .onthego .container {
        background-position: 0px 220px;
        /* height: 600px; */
        height: 700px;
    }
}

@media (max-width: 820px) {
    .onthego {
        padding-top: 20px;
    }

    .onthego .container {
        background-position: 0px 370px;
        /* height: 590px; */
        height: 680px;
    }

    .onthego .van {
        left: 320px;
        top: 0px;
    }
}

@media (max-width: 770px) {
    main.home .header {
        height: 350px;
        /* padding-top: 70px; */
    }

    .doodle.hands {
        right: 0px;
        top: -5px;
        width: 150px;
    }
    .doodle.notebook {
        left: 25px;
        top: 75px;
        width: 147px;
    }

    .onthego {
        padding-top: 20px;
    }

    .header.team {
        height: 330px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .teambox .pic.nopic {
        display: block;
    }
    /*NP 10/16/24 */
    .photo-cfcenter img {
        margin-left: 15%;
        width: 70%;
    }
}

@media (max-width: 430px) {
    main.home .header {
        height: 470px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

    .doodle.hands {
        top: 0;
        width: 140px;
    }

    .doodle.notebook {
        left: -5px;
        top: 76px;
        width: 117px;
    }

    .hometopcontent {
        padding-bottom: 20px;
        /* padding-top: 200px !important; */
        padding-top: 70px !important;
    }

    /* .photo-cfcenter img {
        margin-left: 15%;
        width: 70%;
    } */

    .community {
        background: #ffffff;
    }

    .community-left {
        min-height: 0;
        padding-bottom: 80px;
        padding-top: 0;
    }

    .doodle.stethoscope {
        height: auto;
        left: 45%;
        width: 80px;
    }

    .community-right {
        border-radius: 0;
        padding-bottom: 30px !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .doodle.calendar {
        height: auto;
        top: 340px;
        width: 75px;
    }

    .communityphoto {
        height: auto;
        width: 220px;
    }

    .community {
        margin-bottom: 10px;
    }

    .photo-cec {
        display: block;
        left: -40px;
        top: 50px;
        width: 117%;
    }

    .onthego .van {
        left: 40px;
        top: 460px;
        width: 350px;
    }

    .onthego .container {
        background-position: 0px 470px;
        background-size: 95%;
        /* height: 620px; */
        height: 680px;
    }

    .locationlinks a:after {
        right: 3%;
    }

    .teambox .pic.nopic {
        font-size: 1.7rem;
        line-height: 65px;
        padding-left: 2.5%;
    }
}

/************ PRIMARY STRUCTURE ENDS**************/

/************ FOOTER CSS STARTS**************/

footer {
    background: #303030;
    color: #ffffff;
    padding: 40px 0px;
}

@media (min-width: 992px) {
    footer {
        padding: 80px 0px;
    }
}

footer hr {
    border-top: 1px solid #707070;
    margin-bottom: 20px;
    margin-top: 0px;
}

footer a,
footer h4 {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.footer-list {
    padding: 0;
}

.footer-list li {
    list-style: none;
    padding-right: 80px;
    display: block;
}

@media (min-width: 992px) {
    .footer-list li {
        display: inline;
    }
}

.footer-list li a {
    font-size: 12px;
}

.lang_heading {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: "Oswald", sans-serif;
}

.social-nav {
    padding: 0;
}

.social-nav li {
    list-style: none;
    display: inline;
    padding-right: 13px;
}

.social-nav li a {
    color: #ffffff;
    text-decoration: none;
}

.social-nav li a.twitter img {
    vertical-align: top;
}

.social-nav li a:hover {
    text-decoration: none;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.25rem;
}

@media (min-width: 992px) {
    .verticle-rule {
        border-right: 1px solid #707070;
    }
}

.lang-list {
    padding: 0;
    margin: 0;
}

.lang-list li {
    display: block;
}

.lang-list li a {
    font-size: 12px;
}

.logo-footer {
    width: 227px;
    height: 42px;
}

.logo-wme {
    width: 60%;
    height: auto;
}

/************ FOOTER CSS ENDS**************/
