/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.15
*/

:root {
    --main: #00aad1;
    --green: #aad42c;
    --yellow: #fdd102;
    --text: #105981;
}

a.button::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: inherit;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 70px;
    padding-right: 40px;
    position: fixed;
    top: 0; left: 0;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo {
    width: 380px;
}
#header .logo img {
    max-height: 79px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 69px;
}

#header .phone a {
    position: relative;
    display: inline-block;
    color: var(--text);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.11px;
    padding: 0;
    margin: 0;
}
#header .phone img {
    position: relative;
    top: -1px;
    padding-right: 15px;
}
#header .phone a:hover {
    color: var(--green);
    text-decoration: none;
}

#header .contact a {
    display: inline-block;
    height: 55px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0 50px;
    margin: 0 0 0 30px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 9px;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    height: 930px;
    padding-bottom: 165px;
    background-color: #fff;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}

#hero .content {
    margin-left: -50px;
}
#hero .content .title {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
#hero .content .subtitle {
    color: var(--text);
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0;
}

#hero .content .subtitle span {
	color: #2ab4d2;
}
#hero .content p {
    color: var(--text);
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.1px;
    padding: 30px 0 0 0;
    margin: 0;
}
#hero .content a {
    display: inline-block;
    height: 55px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0 90px;
    margin: 35px 0 0 0;
    background-color: var(--green);
    border: 2px solid var(--green);
    border-radius: 9px;
}
#hero .content a:hover {
    color: var(--green);
    background-color: transparent;
}

/* VISION */

#vision .headline .title {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 0 0 35px 0;
    margin: 0;
}
#vision .intro p {
    color: var(--text);
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.54px;
    padding: 0;
}
#vision .intro p:last-of-type {
    margin-bottom: 0;
}
#vision .content p {
    color: var(--text);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.2px;
    padding: 0;
}
#vision .content a {
    display: inline-block;
    color: var(--text);
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.17px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 20px 0 0 0;
}
#vision .content a:hover {
    color: var(--main);
    text-decoration: none;
}

/* BOXES */

#boxes {
    position: relative;
}
#boxes .container.c-larger {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #edf6fa;
    border-radius: 10px;
}
#boxes .box .content {
    padding: 35px 35px 50px 50px;
}
#boxes .box:not(:last-of-type) .content {
    border-right: 2px dotted rgba(170, 191, 203, .5);
}
#boxes .box:first-of-type .content {
    padding-left: 0;
}
#boxes .box .content .title {
    color: var(--text);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.64px;
    padding: 35px 0 15px 0;
    margin: 0;
}
#boxes .box .content p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.18px;
    padding: 0;
    margin: 0;
}

/* MISSION */

#mission .content {
    border-bottom: 1px solid #d7e5ec;
}
#mission .content p {
    color: var(--text);
    font-size: 29px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.58px;
    padding: 0;
    margin: 0;
}
#mission .content a {
    display: inline-block;
    height: 55px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0 55px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 9px;
}
#mission .content a:hover {
    color: var(--main);
    background-color: transparent;
}

/* SERVICES */

#services .headline .slogan,
#why .headline .slogan,
#programs .content .title,
#faq .headline .title,
#contact-wrapper .content .title {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
#services .headline .title,
#why .headline .title {
    color: var(--text);
    font-size: 66px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.32px;
    padding: 0 0 40px 0;
    margin: 0;
}
#services .headline p,
#why .headline p {
    color: var(--text);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.2px;
    padding: 0 0 40px 0;
    margin: 0;
}

#services .box {
    padding-top: 25px;
}
#services .box a {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border-bottom: 6px solid #65ccc8;
    box-shadow: 0 10px 40px rgba(13, 47, 72, .06);
}
#services .box:nth-child(2) a {
    border-bottom-color: var(--yellow);
}
#services .box:nth-child(3) a {
    border-bottom-color: var(--main);
}
#services .box:nth-child(4) a {
    border-bottom-color: var(--green);
}
#services .box a:hover {
    transform: translateY(-10px);
}
#services .box .photo {
    display: block;
    width: 100%;
    height: 290px;
    border-radius: 15px 15px 90px 0;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
}
#services .box .content {
    flex: 1;
    padding: 45px 20px 45px 40px;
}
#services .box .content .title {
    color: var(--text);
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.48px;
    padding: 0;
    margin: 0;
}
#services .box:first-child a:hover .title {
    color: #65ccc8;
}
#services .box:nth-child(2) a:hover .title {
    color: var(--yellow);
}
#services .box:nth-child(3) a:hover .title {
    color: var(--main);
}
#services .box:nth-child(4) a:hover .title {
    color: var(--green);
}
#services .box .content .title b {
    font-weight: 700;
}

#services .help .content {
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #d7e5ec;
}
#services .help .content p {
    color: var(--text);
    font-size: 27px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.54px;
    padding: 0;
    margin: 0;
}
#services .help .content p b {
    font-weight: 700;
}
#services .help .content a {
    display: inline-block;
    height: 55px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0 90px;
    margin: 30px 0 0 0;
    background-color: var(--green);
    border: 2px solid var(--green);
    border-radius: 12px;
}
#services .help .content a:hover {
    color: var(--green);
    background-color: transparent;
}

.page-template-service #services .help .content a {
    width: 355px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.page-template-service #services .help .content a.email {
    background-color: var(--main);
    border-color: var(--main);
}
.page-template-service #services .help .content a.email:hover {
    color: var(--main);
    background-color: transparent;
}

/* WHY */

#why .box {
    padding-top: 25px;
}
#why .box .content {
    height: 100%;
    padding: 50px 25px 60px 45px;
    background-color: #e8f7f7;
    border-radius: 20px;
}
#why .box .content img {
    max-height: 71px;
}
#why .box:nth-child(2) .content img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(79%) saturate(2903%) hue-rotate(156deg) brightness(94%) contrast(102%);
}
#why .box:nth-child(3) .content img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(68%) saturate(1063%) hue-rotate(359deg) brightness(109%) contrast(99%);
}
#why .box .content .title {
    color: var(--text);
    font-size: 29px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.58px;
    padding: 25px 0 20px 0;
    margin: 0;
}
#why .box .content p {
    color: var(--text);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.17px;
    padding: 0;
    margin: 0;
}

/* CALL */

#call .content p {
    color: var(--text);
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.7px;
    padding: 0;
    margin: 0;
}
#call .content p a {
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 6px;
}
#call .content p a:hover {
    color: var(--yellow);
    text-decoration: none;
}

/* PROGRAMS */

#programs {
    position: relative;
    background: #EDF6FA;
    background: linear-gradient(0deg, rgba(237, 246, 250, 1) 0%, rgba(237, 246, 250, 0) 100%);
}

#programs .container.c-larger {
    display: flex;
    align-items: flex-end;
    height: 700px;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
}

#programs .content .title {
    color: rgba(255, 255, 255, .7);
}
#programs .content .slogan,
#contact-wrapper .content .slogan {
    color: #FFF;
    font-size: 48px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -0.96px;
    padding: 0 0 30px 0;
    margin: 0;
}
#contact-wrapper .content .slogan {
    color: var(--text);
}
#programs .content .slogan b,
#contact-wrapper .content .slogan b {
    font-weight: 800;
}
#programs .content p {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
}
#programs .content p:last-of-type {
    padding-bottom: 50px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .33);
}
#programs .content .others {
    padding-top: 60px;
    padding-bottom: 70px;
}
#programs .content .others .slick-track {
    display: flex !important;
}
#programs .content .others .logo {
    height: inherit;
}
#programs .content .others .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* TALK */

#talk {
    position: relative;
    padding-top: 0 !important;
    background: #EDF6FA;
    background: linear-gradient(0deg, rgba(237, 246, 250, 1) 0%, rgba(237, 246, 250, 0) 100%);
}
.home #talk {
/*     padding-top: 55px !important; */
    background: #EDF6FA !important;
}
#talk .container.c-larger {
    position: relative;
    background-color: #65cac8;
    border-radius: 20px;
    overflow: hidden;
}
#talk .container.c-larger::before {
    content: "";
    display: block;
    width: 1560px;
    height: 1548px;
    background-image: url('img/icons/icon-logo-large.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -300px; left: 65px;
}
#talk .row {
    position: relative;
    z-index: 4;
}
#talk .content {
    padding-top: 150px;
    padding-bottom: 80px;
}
#talk .content .title {
    color: #FFF;
    font-size: 54px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.08px;
    padding: 0;
    margin: 0;
}
#talk .content p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.2px;
    padding: 20px 0 30px 0;
    margin: 0;
}
#talk .content a {
    display: inline-block;
    height: 55px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.09px;
    padding: 0 80px;
    margin: 0;
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    border-radius: 12px;
}
#talk .content a:hover {
    color: #FFF;
    background-color: transparent;
}

/* FOOTER*/

#footer .title {
    color: var(--text);
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.08px;
    padding: 15px 0 25px 0;
    margin: 0;
}

#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li {
    color: var(--text);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: var(--main);
}

#footer .buttons {
    display: flex;
    flex-direction: column;
}
#footer .buttons a {
    display: inline-block;
    width: 220px;
    height: 55px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.08px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: var(--main);
    border: 1px solid var(--main);
    border-radius: 12px;
}
#footer .buttons a.contact {
    color: #FFF;
    font-size: 17px;    
}
#footer .buttons a.contact:hover {
    color: var(--main);
    background-color: transparent;
}
#footer .buttons a.phone {
    color: var(--text);
    font-size: 19px;
    margin-top: 8px;
    background-color: transparent;
}
#footer .buttons a.phone img {
    position: relative;
    top: -1px;
    padding-right: 10px;
}
#footer .buttons a.phone:hover {
    color: var(--green);
}

/* SUBPAGES */

#hero.page {
    height: 655px;
    padding-bottom: 90px;
}

#page-wrapper {
    position: relative;
    background-color: #fff;
}
#page-wrapper #main {
    position: relative;
    padding-right: 60px;
}
#page-wrapper #main::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 4px;
    background-color: #edf6fa;
    position: absolute;
    bottom: 0; left: calc(var(--bs-gutter-x) * .5);
}

.page-template-full #page-wrapper #main {
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: var(--text);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.34px;
}
.post-title::after {
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--yellow);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--text);
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--text);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--text);
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.entry-content a:hover {
    color: var(--green);
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: var(--text);
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--yellow);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 42px;
    margin: 40px 0 40px -43px;
}
.entry-content > blockquote:first-child {
    margin-top: 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background-color: var(--green);
    border-radius: 2px;
}
.entry-content blockquote p {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.5px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 55px);
    max-width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: 60px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

.widget-links {
    position: relative;
    padding: 60px 50px 55px 60px;
    background-color: #edf6fa;
    border-radius: 10px;
}
.widget-links .title {
    color: var(--text);
    font-size: 40px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0 0 35px 0;
    margin: 0;
}
.widget-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-links ul li {
    position: relative;
}
.widget-links ul li::before {
    content: "\f054";
    color: var(--green);
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    top: 23px; left: 0;
}
.widget-links ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    border-top: 2px dotted rgba(170, 191, 203, .5);
    position: absolute;
    bottom: 0; right: 0;
}
.widget-links ul li a {
    display: block;
    color: var(--text);
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 20px 0 22px 30px;
    margin: 0;
}
.widget-links ul li a:hover,
.widget-links ul li a[aria-current="page"] {
    color: var(--green);
}

/* FAQ */

#faq .container.c-larger,
#recent-posts .container.c-larger {
    position: relative;
    top: -1px;
    background-color: #edf6fa;
    border-radius: 20px;
}
#faq .headline .subtitle,
#recent-posts .headline .title {
    color: var(--text);
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0;
    margin: 0;
}

#contact-wrapper .content {
    background-color: #edf6fa;
    border-radius: 20px;
}

#contact-wrapper .content .form {
    max-width: 1000px;
    margin: 20px auto 0;
}

#contact-boxes .box .content {
    display: flex;
    padding: 10px 0 20px 0;
}
#contact-boxes .box:not(:last-of-type) .content {
    border-right: 2px dotted rgba(170, 191, 203, .5);
}
#contact-boxes .box .text {
    width: calc(100% - 51px);
    padding-left: 25px;
}
#contact-boxes .box .text .title {
    color: var(--text);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 25px 0;
    margin: 0;
}

#contact-boxes .box .text span {
    display: block;
    color: var(--text);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}

#contact-boxes .box .text .phone,
#contact-boxes .box .text .fax {
    display: inline-block;
    color: var(--green);
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.56px;
    padding: 0;
    margin: 0 0 25px 0;
}
#contact-boxes .box .text .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#contact-boxes .box .text .fax {
    font-size: 22px;
    margin-bottom: 0;
    cursor: text;
}

#contact-boxes .box .text address,
#contact-boxes .box .text p {
    display: block;
    color: var(--text);
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
#contact-boxes .box .text p {
    line-height: 100%;
    padding-bottom: 25px;
}

#contact-boxes .box .text .map {
    display: inline-block;
    color: var(--green);
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 15px 0 0 0;
}
#contact-boxes .box .text .map:hover {
    text-decoration: none;
}


/* leadership */ 
.person-box{
	margin: 10px 0;
}
.persons-list{
	margin-bottom: 30px;
}
.person-box a{ 
	display: flex;
  text-decoration: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
  padding: 25px;
  border-radius: 20px; 
  transition-duration: 0.3s;
}
.person-box a:hover{ 
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}
.person-box .person-thumb{
	flex: 0 0 180px; 	
}
.person-box .txt{
/* 	flex: 0 0 calc( 100% - 180px );  */
	padding-left: 20px;
}
.person-box .person-thumb img{
	height: 180px;
	width: 180px;
	object-fit: cover;
    object-position: top;
	border-radius: 200px;
}	
.person-box  .person-name{
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 0;
	margin-bottom: 0;
	transition-duration: 0.3s;
}
.person-box a:hover .person-name{
	color: var(--green);
}
.person-box  .txt{
	display: flex;
}
.person-box  .txt .in{
	margin: auto 0;
}
.person-box  .person-position{
	font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-top: 7px;
  text-transform: uppercase;
  color: #809dac;
}
.person-box  .more{
	color: var(--green);
}


/* single - leader */
.single-leader .col-txt{
	padding-right: 50px;
}
.single-leader .col-txt h2{
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 48px;
}
.single-leader .col-txt .position{
	font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-top: 15px;
  text-transform: uppercase;
  color: #809dac;
  margin-bottom: 27px;
}
.single-leader .photo img{
	height: auto;
	border-radius: 25px; 
}
.education{
	background-color: #edf6fa;
  border-radius: 20px;
  padding: 10px 50px 20px;
  margin: 40px 0 40px -50px;
}

.entry-content .education p, 
.entry-content .education ul li{
	font-size: 18px;
}

.contact-info {
	padding: 30px;
}
.contact-box{
	padding-bottom: 20px;
}
.contact-box span{
	display: block;
	font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-top: 7px;
  text-transform: uppercase;
  color: #809dac;
  margin-bottom: 3px;
}
.contact-box a{
	color: var(--green);
	margin-bottom: 3px;
}


/* location */
.location{
	border-bottom: 1px solid #eee;
	margin-bottom: 35px;
	padding-bottom: 40px; 
}
.section-locations h2, 
.location h2{
	padding-bottom: 0;
	margin-bottom: 0;
}
.section-locations h2{
	font-size: 50px;
	color: var(--green);
}
.section-locations h2 span,
.location h3 span{
	font-weight: 300;
	opacity: 0.7;
	font-size:20px;
}
.section-locations h4,
.location h4{
		font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-top: 15px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #809dac;
  margin-bottom: 15px;
  font-weight:300;
  margin-top: 8px;
}
.section-locations h4{
	padding-bottom: 15px;
	border-bottom: 1px solid var(--green); 
}
/* .location .people{ 
	font-size: 18px; 
	padding: 30px;
	border: 2px solid #edf6fa;
  border-radius: 20px;
  margin: 20px 0;
  padding-bottom: 30px;
} */
.location .people p{
	font-size: 18px; 
} 
.location .address{
	display: flex;
	margin-bottom: 20px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
  padding: 20px 10px;
  border-radius: 10px;
}
.location .address i{
	color: var(--green);
	margin: 10px 25px;
	font-size: 28px;
}
.location .address p{
	font-size: 17px;
	line-height: 1.6;
}
.location .description{
	display: none;
}
.location .description {
  display: none;
}
.location .description p{
	font-size: 18px;
}
.location .description-out.open .description {
  display: block;
}
.location .show-more{ 
	font-weight: 500; 
	text-decoration: underline;
	color: var(--green);
	margin-top: 20px;
	cursor: pointer;
	padding-left: 17px;
	position: relative;
}
.location .show-more:after{
	content: "\f054";
    color: var(--green);
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 10px; 
    position: absolute;
    left: 4px; 
    top: 5px;
    
    
}
.location .show-more i{
	font-size: 14px; 
	margin-left: 9px;
	text-decoration: none;
}



.widget-links ul#menu-main-navigation > li > a{
	display: none;
}
.widget-links ul#menu-main-navigation > li::before{
	display: none;
}

.widget-links ul .sub-menu{
	display: none;
}
.widget-links ul li.current-menu-item .sub-menu{
	display: block;
}

.widget-links ul .current_page_parent .sub-menu{
	display: block;
}



.page-template-apply #contact-wrapper{
	margin-top: 40px;
}
.form-control[type="file"]{
	padding-top: 27px;
}


#sticky-footer .col-sm-2 img{
	filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(1027%) hue-rotate(17deg) brightness(91%) contrast(83%);
}
#sticky-footer p{
	color: var(--text);
}



/* to add bio image back to leadership page delete this and uncomment out line 1099 */
.person-thumb { display: none !important; }


/* Location Galleries  */

.people .gallery .gallery-icon {
  width: 100%;
  height: 220px;          
  overflow: hidden;
  border-radius: 10px;     
}

.people .gallery .gallery-icon img {
  display: block;
  width: 100% !important;  
  height: 100% !important; 
  object-fit: cover;       
  object-position: center; 
}

.button--referral {
  display: inline-block;
  height: 55px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.09px;
  padding: 0 50px;
  margin: 0 0 0 30px;
  background-color: var(--main);
  border: 2px solid var(--main);
  border-radius: 9px;
  text-decoration: none !important;
}

p.referral-helper {
  margin-top: 25px; 
  font-size: 0.9em;
}

