﻿
/* Header */

.logo-row-wrap {
    background-color: rgba(0, 107, 107, 0.9);
}

.logo-wrap {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}

.header-logo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 224px;
}

.header-logo .mission-text {
    color: white;
    font-family: Lato, sans-serif !important;
    font-weight: 200;
    font-size: 1.27rem;
    text-align: right;
    margin-right: 19%;
    margin-top: -5px;
    transition: 0.1s all;
}

.header-logo:hover .mission-text {
    text-decoration: none;
}

/*.scrolled-past-hero .header-wrap {
    background: rgb(0 157 157 / 90%);
}*/

.scrolled-past-hero .header-wrap {
    top: -89px;
    background: rgb(0 157 157 / 90%);
}

.scrolled-up .header-wrap {
    top: 0px;
}

.scrolled-past-hero .logo-wrap {
    margin-bottom: 0.3rem;
    margin-top: 0.4rem;
}

.scrolled-past-hero .header-logo {
    height: auto;
}

.scrolled-past-hero .header-logo .mission-text {
    font-size: 0.8rem;
    margin-right: 42%;
}

.header-wrap .consult-button {
    margin-top:0;
    background: rgb(0 81 81 / 90%);
    border: 2px solid rgb(0 148 148 / 90%);
}

.header-wrap .consult-button:hover {
    background: rgb(0 72 72);
    border: 2px solid rgb(0 208 208 / 90%);
}

.header-wrap .consult-button > .tel:before {
    color: rgb(187 253 253 / 90%);
}

.consult-line-wrap {
    display: flex;
    align-items: center;
}

/* Site-Nav */

.nav-wrap {
    background-color: rgb(0 135 135 / 90%);
    border-top: 1px solid rgb(0 164 164 / 90%);
}

.menu.top-nav > li:first-child {
    border-left: 1px solid rgb(0 164 164 / 90%);
}

ul.menu.top-nav > li {
    border-right: 1px solid rgb(0 164 164 / 90%);
}

.top-nav li a:hover,
.top-nav li a.isPage,
.nav-overflow ul.menu.top-nav > li > a.hoverli,
ul.menu.top-nav li > a.hoverli,
ul.menu.top-nav > li a:focus,
ul.menu.top-nav > li a:hover {
    background: rgb(0 157 157 / 90%);
}

ul.menu.top-nav > li > ul {
    background: rgba(0, 107, 107, 0.9);
    border: 1px solid #015353;
}

ul.menu.top-nav > li ul > li > a {
    border-bottom: 1px solid #015353;
}

.nav-button-li.hamburger button.top {
    background-color: #005252;
    border: 1px solid rgb(0 148 148 / 90%);
}

.nav-button-li.hamburger button.top:hover,
.nav-button-li.hamburger button.top:focus,
.nav-button-li.hamburger button.top:focus,
.nav-button-li.hamburger button.top:hover,
.slider-on .header-wrap .nav-button-li.hamburger button.top {
    background-color: #005e5e;
}

@media only screen and (max-width: 50rem) {
    .header-wrap .consult-button {
        border: 1px solid rgb(0 148 148 / 90%)
    }

    ul.menu.top-nav:before {
        content: "CHAMP";
        background: #007c7c;
        border-bottom: 1px solid #00d3d3;
    }

    ul.menu.top-nav {
        background: #005252;
    }

    ul.menu.top-nav > li {
        border-bottom: 1px solid #002f2f;
    }

    ul.menu.top-nav > li ul > li > a {
        border-bottom: 1px solid #002f2f;
    }
}

/* General Site Styles */

.txt-blue {
    color: #007676 !important;
}

/* CHAMP Button List */

ul.hp-button-list.reversed li > a {
    background: rgb(250 253 255 / 84%);
    border: 3px solid #007676;
    box-shadow: 10px 10px 0px rgb(2 9 16 / 30%);
}

ul.hp-button-list.reversed li > a span:first-child {
    color: #006a6a;
}

ul.hp-button-list.reversed li > a:after {
    color: #006a6a;
}

ul.hp-button-list.reversed li > a:hover, 
ul.hp-button-list.reversed li > a:focus, 
ul.hp-button-list.reversed li > a:active {
    background: #92fff31c;
    box-shadow: 4px 4px 0px rgb(2 9 16 / 31%);
    border: 3px solid rgb(0 100 100);
}

ul.hp-button-list.reversed li > a:hover span:first-child,
ul.hp-button-list.reversed li > a:focus span:first-child,
ul.hp-button-list.reversed li > a:active span:first-child {
    color: #009999;
}

ul.hp-button-list.reversed li > a:hover:after,
ul.hp-button-list.reversed li > a:focus:after,
ul.hp-button-list.reversed li > a:active:after {
    color: #009999;
}

/* Homepage Rows */

.hero-content h1 {
    color: #c3ffff;
    margin-bottom: 0.5rem;
}

.hp-row-2 .hp-row-content-col p {
    text-align: center;
}

.hp-row-2 .column.panel .row .column:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp-row-3 {
    filter: none;
}

.hp-row-3 > .row > .panel {
    background-color: #006E64;
    background-image: none;
}

.hp-row-3 .row-3-col-1 {
    display: flex;
    align-items: start;
    padding-bottom: 0;
}

.hp-row-3 .row-3-col-1 > img {
    margin-top: 1.25rem !important;
    transform: translateX(-31px) scale(1.03);
    transform-origin: top right;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.hp-row-3 .row-3-col-2 ol li:not(:last-child) {
    margin-bottom: 2rem;
}

.hp-row-3 .row-3-col-2 ol li:before {
    border: 4px solid #67FFF5;
    color: #00554f;
}

.hp-row-4 {
    margin-top: -5rem;
    padding-top: 0 !important;
}

.hp-row-4 .hp-row-content-col > ul li{
    min-width:11rem;
    max-width:100%;
}

.hp-row-5 {
    min-height: 22vw;
    background-size: auto 100.1%;
}

.hp-row-5 li {
    max-width: 20rem;
    margin-left: 9vw !important;
    margin-top: 1.5vw !important;
}