/*
* Theme Name: Blue Sky
* Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 27px;
}
.container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.orange {
    color: #f45000 !important;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

.logo a:hover {
    transition: all .5s ease-in-out;
}

.body-content li {
    margin-bottom: 20px;
}

/* Header styles */
.header {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: lightblue;
}
.header.header-homepage {
    min-height: 100vh;
}
.header-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.header .container {
    position: relative;
    z-index: 10;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.nav-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 15;
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.admin-bar .nav-bar {
    top: 32px;
}
.header.header-homepage {
    padding-top: 180px;
    padding-bottom: 0px;
}
.nav-bar .logo {
    max-width: 200px;
}

.nav-bar .nav {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.nav-bar.nav-bar-inner {
    background: rgba(22, 43, 116, 1.0);
}
.nav-bar .mobile-menu {
    display: none;
    margin-left: auto;
    cursor: pointer;
    float: right;
    align-items: center;
}
.nav-bar .mobile-menu svg {
    width: 30px;
    height: 40px;
}
.nav-bar .mobile-menu svg path {
    fill: #ffffff;
}

.nav-bar .nav ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.nav-bar .nav ul li {
    margin: 0;
    padding: 0;
    display: block;
}

.nav-bar .nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.header.header-homepage .nav-bar .nav ul li a {
    color: rgba(255,255,255,0.85);
}

.nav-bar .nav ul li a:hover {
    color: #f45000;
    transition: all .2s ease-in-out;
}

.nav-bar .client-portal {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-bar .client-portal a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    display: inline-block;
}
.nav-bar .client-portal a:hover {
    border: 1px solid #f45000;
    color: #f45000;
    transition: all .2s ease-in-out;

}
.mobile-menu-expand {
    position: fixed;
    top: 158px;
    left: 0px;
    width: 100%;
    background: #162b74;
    color: #ffffff;
    z-index: 30;
    padding: 30px 0px;
    display: none;
}
.mobile-menu-expand .client-portal a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    display: inline-block;
    margin-top: 30px;
}
.admin-bar .mobile-menu-expand {
    top: 190px;
}
.header.header-homepage .mobile-menu-expand {
    top: 140px;
}
.mobile-menu-expand ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mobile-menu-expand ul li a {
    text-decoration: none;
}
.mobile-menu-expand ul li.client-portal {
    margin-top: 20px;
}
.mobile-menu-expand ul li.client-portal a  {
    padding: 10px 15px;
    border: 1px solid rgb(255,255,255);
}

.header .hero-text {
    flex-grow: 1;
    font-size: 55px;
    line-height: 65px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.header .padding {
    width: 100%;
    height: 175px;
    display: block;
}

/* Body Styles */
.body-content {
    padding: 50px 0px;
    padding-top: 200px;
}

.anchor-slide {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    scroll-margin-top: 160px;
}
.anchor-slide .slide-bg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-attachment: fixed;
}

.anchor-slide .slide-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(22, 43, 116, 0.7);
    z-index: 2;
}

.anchor-slide .slide-content {
    position: relative;
    z-index: 10;
    flex-grow: 1;
}

.anchor-slide .slide-image {
    flex: 35% 0 0;
}

.first-anchor .slide-content {
    color: rgb(114, 113, 115);
}

.first-anchor .slide-content .title {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #000000;
}

.first-anchor .slide-content .headline {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 33px;
}

.second-anchor {
    padding: 140px 0px;
}

.second-anchor .slide-content {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
}

.second-anchor .slide-content .title {
    font-family: "Quicksand", serif;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.second-anchor .slide-content .text {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    line-height: 44px;
}

.third-anchor .slide-content .title {
    font-family: "Quicksand", serif;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.third-anchor .slide-content .headline {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 33px;
}

.third-anchor .slide-content .text {
    color: rgb(114, 113, 115);
    font-size: 16px;
    line-height: 24px;
}

.fourth-anchor {
    background-color: rgb(244, 243, 241);
}
.fourth-anchor .slide-title {
    text-align: center;
    font-family: "Quicksand", serif;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.fourth-anchor .slide-headline {
    text-align: center;
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    line-height: 36px;
    max-width: 750px;
    margin: 0 auto;
}
.fourth-anchor .slide-text {
    margin-top: 20px;
    text-align: center;
    color: rgb(114, 113, 115);
}

.fourth-anchor .leaders {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 50px 30px;
    flex-wrap: wrap;
}

.fourth-anchor .leaders  a.leader {
    flex: calc(33% - 20px) 0 0;
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.fourth-anchor .leaders  a.leader:hover {
    transition: all .5s ease-in-out;
    color: #f45000;
}

.fourth-anchor .leaders  a.leader .image {
    width: 100%;
    max-width: 175px;
    height: 175px;
    background-size: cover;
    background-position: top center;
}
.fourth-anchor .leaders  a.leader:hover .image {
    transition: all .5s ease-in-out;
}

.fourth-anchor .leaders  a.leader .name {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin-top: 8px;
}
.fourth-anchor .leaders  a.leader .position {
    font-family: "Quicksand", serif;
    color: rgb(114, 113, 115);
    font-size: 12px;
    text-transform: uppercase;
}

.fifth-anchor .slide-title {
    text-align: center;
    font-family: "Quicksand", serif;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.fifth-anchor .slide-headline {
    text-align: center;
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    line-height: 36px;
    max-width: 750px;
    margin: 0 auto;
}

.fifth-anchor .logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 40px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.fifth-anchor .logos a {
    display: inline-block;
    max-width: 200px;
}

.fifth-anchor .team-photo {
    padding-top: 35px;
    max-width: 675px;
    margin: 0 auto;
}

    /* Regular Page Styles */
.page-title {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.person-header {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.person-header .person-image {
    flex: 200px 0 0;
    min-height: 200px;
    background-size: cover;
    background-position: top center;
}
.person-header .person-name {
    flex-grow: 1;
}
.person-header .page-title {
    margin-bottom: 10px;
}
.person-header .person-name .position {
    font-family: "Quicksand", serif;
    font-size: 15px;
    text-transform: uppercase;
}

.page-subtitle {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.page-subtitle .linkedin {
    height: 20px;
}
.page-subtitle .linkedin svg path {
    fill: rgb(11, 118, 219);
}

.page-subtitle .linkedin:hover svg path {
    fill: #f45000;
    transition: all .2s ease-in-out;
}

/* Footer Styles */
.footer {
    width: 100%;
    padding: 50px 0px;
    background: #162b74;
    color: #ffffff;
}

.footer .logo {
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.footer .contact-grid {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.footer .contact-grid .contact-entry {
    flex-grow: 1;
    flex-basis: 0;
}
.footer .contact-grid .contact-entry .title {
    /* Previous Serif */
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.footer .contact-grid .contact-entry .content {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.footer .disclaimer {
    margin-top: 30px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.footer .copyright {
    margin-top: 30px;
    color: rgba(255,255,255,0.85);
}

@media screen and (max-width: 980px) {
    .nav-bar .nav {
        display: none;
    }
    .nav-bar {
        text-align: center;
        gap: 20px;
    }
    .nav-bar .logo {
        display: inline-block;
    }
    .nav-bar .mobile-menu {
        display: flex;
    }
    .nav-bar .client-portal {
        display: none;
    }
    .header .hero-text {
        font-size: 40px;
        line-height: 55px;
    }
    .anchor-slide {
        flex-direction: column;
    }
    .anchor-slide.third-anchor {
        flex-direction: column-reverse;
    }
    .fourth-anchor .leaders a.leader {
        flex: 100% 0 0;
    }
    .footer {
        text-align: center;
    }
    .footer .contact-grid {
        flex-direction: column;
    }
    .header-bg, .anchor-slide .slide-bg {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 500px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .anchor-slide {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .nav-bar .logo {
        max-width: 200px;
    }
    .nav-bar .mobile-menu {
        margin-top: 10px;
    }
    .nav-bar .mobile-menu svg {
        width: 20px;
        height: 20px;
    }

    .mobile-menu-expand {
        top: 160px;
    }
    .person-header {
        flex-direction: column;
    }
    .person-header .person-image {
        width: 100%;
        max-width: 200px;
    }
    .second-anchor .slide-content .text {
        font-size: 30px;
        line-height: 40px;
    }
    .third-anchor .slide-content .headline {
        font-size: 22px;
        line-height: 30px;
    }
    .person-header .person-name {
        text-align: center;
    }
}