article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
* {
    margin: 0;
    padding: 0;
}
.title-bar {
    color: #2DD6C1;
    background-color: #2DD6C1;
    border-color: #2DD6C1;
    height: 4px;
    padding: 0;
    margin: 8px 0 25px 0;
}
.title-bar-middle {
    color: #2DD6C1;
    background-color: #2DD6C1;
    border-color: #2DD6C1;
    height: 4px;
    padding: 0;
    margin: 8px auto 25px;
    max-width: 600px;
}
header {
    position: relative;
}
.breadcrumbs {
    color: #181e4b;
    font: 16px 'Lato', sans-serif;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: 600;
    padding-top: 15px;
}
.breadcrumbs a {
    font: 16px 'Lato', sans-serif;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumbs-sep {
    color: #b0bed1;
}
.left-header {
    margin-left: 50px;
}
.right-header {
    color: #2a3940;
    position: relative;
    right: 0;
}
.location-info {
    display: flex;
    justify-content: space-between;
}
.address-header,
.phone-header {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.phone-header {
    margin-left: 20px;
}
.address-header *,
.phone-header * {
    vertical-align: middle;
}
.address-header img,
.phone-header img {
    margin-right: 8px;
}
.phone-header a,
.address-header a {
    color: #000;
    text-decoration: none;
}
.callnow-icon {
    display: none;
}

/* Services */
.services-content {
    font: 18px 'Lato', sans-serif;
    line-height: 32px;
}
.knollwood-services {
    width: 100%;
}
.considerations-content {
    margin-bottom: 50px;
}
.services-info {
    margin-top: 30px;
}
.services-list {
    margin-bottom: 20px;
}
.knollwood-services ul:first-child {
    margin-left: 5px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 0px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.knollwood-services ul {
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 0px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.knollwood-services li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}
.services-image {
    margin-top: 10px;
    margin-bottom: 30px;
}
.request-info {
    margin: 0;
    padding: 0;
}
.request-info-box {
    position: relative;
    bottom: 55px;
    left: 0px;
    width: 100%;
    background: url(../images/picture-bar.png) repeat left bottom;
}
.request-info-box-content {
    margin: 0 0 0 20px;
    padding: 15px 0 10px 0;
}
.request-info-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 2px;
    color: #395d8c;
    margin: 0;
    padding: 0;
}
.request-info-bar {
    color: #325e9a;
    background-color: #325e9a;
    border-color: #325e9a;
    height: 2px;
    padding: 0;
    width: 55%;
    margin: 2px 0 15px 0;
    text-align: left;
}
.request-info-below {
    text-align: center;
}
.request-info-buttons {
    padding: 10px 0 55px;
}
.request-info-button {
    color: #325e9a;
    background: transparent;
    border: 3px solid #325e9a;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease;
    padding: 15px 25px;
    line-height: 20px;
    text-transform: none;
    border-radius: 30px;
    margin: 12px 0 0 0;
}
.request-info-button:hover,
.request-info-button:focus {
    color: #fff;
    background: #325e9a;
}
a.schedule-tour-button {
    color: #fff;
    background: #325e9a;
    border: 3px solid #325e9a;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease;
    padding: 15px 25px;
    line-height: 20px;
    text-transform: none;
    border-radius: 30px;
    margin: 12px 0 0 0;
}
.request-info-button:hover {
    text-decoration: none;
}
.schedule-tour-button:hover {
    text-decoration: none;
    background-color: #181e4b;
    color: #fff;
    border-color: #181e4b;
}
.header-image {
    text-align: center;
}
#service-contact .col-sm-6 {
    width: 100%;
}
#service-contact .contact-form label {
    padding: 0;
}
#service-contact .contact-form input[type="text"],
#service-contact .contact-form textarea {
    margin-bottom: 5px;
}

/* About Us */
.aboutus-mission {
    color: #243d5c;
    font-size: 20px;
    background: #f8f8f8 url('../images/quote.png') no-repeat 25px 25px;
    padding: 30px 50px 30px 100px;
    margin-bottom: 30px;
    border-radius: 16px;
}
.aboutus-mission em strong {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin-right: 10px;
    font-size: 27px;
}
.aboutus-content {
    font: 18px 'Lato', sans-serif;
    font-weight: 400px;
    line-height: 32px;
}
.aboutus-history {
    width: 100%;
}
.aboutus-image {
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 16px;
}
.aboutus-info img {
    border-radius: 16px;
}
/*.about-right-content {
    background-color: #f8f8f8;
    margin-left: 10px;
    width: 1000%;
    padding-right: 900%;
}*/
.about-current {
    background-color: #FFFFFF;
    width: 220px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.about-current-content {
    background-repeat: no-repeat;
    height: 0px;
}
.about-image-image img {
    border-radius: 16px 16px 0 0;
}
.cta-testimonials-content .blue-button {
    position: relative;
    top: 0px;
    width: 100%;
    border-radius: 0 0 16px 16px;
}

/* Events */
.tribe-events-calendar thead th {
    background-color: #243d5c;
    color: #FFF;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #243d5c;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #e5f0f6;
}
h2.tribe-events-page-title {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 29px;
    color: #243d5c;
}
#tribe-events-contcent a, .tribe-events-event-meta a {
    color: #243d5c;
}
.tribe-events-before-html h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-weight: 600px;
    font-size: 37px;
    letter-spacing: 2px;
    color: #243d5c;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}
.activities-content {
    letter-spacing: 1px;
}
.entry-title {
    font-size: 30px;
}
.entry-title a {
    color: #243d5c;
    text-decoration: none;
}
.post-thumb-index {
    text-align: center;
}

/* Photo Gallery */
.gallery-images {
    width: 100%;
}
.gallery-images div {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}
/*.gallery-content {
    margin-bottom: 300px;
}*/

/* Staff Directory */
.staff-content {
    font: 18px 'Lato', sans-serif;
    font-weight: 400px;
    line-height: 32px;
    padding-bottom: 40px;
}
.staff {
    border-radius: 16px;
    background-color: #e9f2ff;
    border: 1px #d1d1d1 solid;
}
@media (min-width: 992px) {
    .staff-directory {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .staff {
        max-width: 293px;
        height: 500px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0;
    }
    .staff-directory div.staff-item {
        width: 33%;
        float: left;
        vertical-align: top;
    }
    .staff-directory div.staff:first-child {
        text-align: left;
        margin-left: 0;
        padding-left: 0;
    }

    .staff-directory div.staff-item:nth-child(3n+3) {
        margin-right: 0;
    }
    .staff-directory div.staff-item:nth-child(3n+2) .staff {
       float: none;
       display: inline-block;
    }
    .staff-directory div.staff-item:nth-child(3n+3) .staff {
        float: right;
    }
}
@media (min-width: 641px) and (max-width: 992px) {
    .staff-directory {
        text-align: left;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .staff {
        max-width: 293px;
        height: 500px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0;
    }
    .staff-directory div.staff-item {
        width: 50%;
        float: left;
        vertical-align: top;
    }
    .staff-directory div.staff:first-child {
        text-align: left;
        margin-left: 0;
        padding-left: 0;
    }
    .staff-directory div.staff-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .staff-directory div.staff-item:nth-child(2n+1) .staff {
       float: left;
    }
    .staff-directory div.staff-item:nth-child(2n+2) .staff {
        float: right;
    }
}
@media (max-width: 640px) {
    .staff-directory {
        text-align: center;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .staff {
        max-width: 293px;
        height: 500px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0;
    }
    .staff-directory div.staff-item {
        width: 100%;
        text-align: center;
        vertical-align: top;
    }
    .staff-directory div.staff-item {
        margin-right: 0;
        margin-left: 0;
    }
    .staff-directory div.staff-item .staff {
       text-align: center;
    }
}
.staff-info {
    text-align: center;
    margin: 0 auto;
    padding: 0 5px;
}
.staff-image {
    background-color: #e8e8e8;
    margin-bottom: 20px;
    border-radius: 16px 16px 0 0;
}
.staff-name {
    font: 19px 'Lato', sans-serif;
    letter-spacing: 2px;
    color: #222222;
    font-weight: 600;
}
.staff-position {
    font: 17px 'Lato', sans-serif;
    color: #686868;
}
a.staff-email {
    font: 15px 'Lato', sans-serif;
    color: #243d5c;
}
a.staff-email:hover {
    color: #325e9a;
}
.staff-number {
    font: 15px 'Lato', sans-serif;
    color: #686868;
}
.sep {
    background-image: url('../images/sep.png');
    background-repeat: no-repeat;
    width: 99px;
    height: 1px;
    text-align: center;
    margin: 15px auto;
    vertical-align: middle;
}

/* Contact */
.contact-side h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2px;
    color: #395d8c;
    margin: 0;
    padding: 0;
    margin-top: 22px;
    font-weight: bold;
}
.contact-side h3 {
    font: 16px 'Lato', sans-serif;
    color: #395d8c;
    font-style: normal;
    font-weight: bold;
}
.contact-side p {
    font: 16px 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.5;
}
.contact-side span.phone {
    font: 20px 'Lato', sans-serif;
    font-style: normal;
    color: #325e9a;
}
.contact-side span.phone img {
    width: 20px;
}
.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid #395d8c;
    line-height: 1.95;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 2px;
}
.contact-form textarea {
    min-height: 150px;
}
.contact-form input[type="submit"] {
    border: 2px solid #325e9a;
    background: #FFFFFF;
    text-transform: uppercase;
    font: 14px 'Lato', sans-serif;
    box-shadow: none;
    padding: 10px 20px;
    color: #325e9a;
    font-weight: bold;
    width: 200px;
}
.contact-form input[type="submit"]:hover {
    color: #FFFFFF;
    background: #325e9a;
}
.left-section.contact {
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact p {
    font: 16px 'Lato', sans-serif;
    font-style: normal;
    line-height: 1.5;
}
.contact-form label {
    padding: 10px 0;
    text-transform: uppercase;
    font: 14px 'Lato', sans-serif;
    color: #395d8c;
    display: inline-block;
    font-weight: bold;
}

/* Testimonials */
.review-icons {
    margin-bottom: 100px;
}
.write-review {
    text-align: right;
}
.review-icon-bar {
    width: 100%;
}
.review-bar {
    color: #e7e7e7;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 20px 0 25px 0;
}
.testimonials {
    background-color: #e9f2ff;
    background-image: url('../images/testimonial-quote.png'),  url('../images/testimonial-quote2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left 25px top 25px, right 25px top 25px;
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 600;
    padding: 40px 60px 25px 70px;
    margin-bottom: 40px;
    border-radius: 16px;
}
.testimonial-name {
    margin-top: 10px;
    text-align: right;
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 600;    
}

/* Career Opportunities */
.career-box {
    margin-top: 20px;
}
.career-opportunities {
    background-color: #fafafa;
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 500;
    padding: 5px 50px 25px 50px;
    border-bottom: 2px solid #d0d0d0;
    border-radius: 16px;
}
.career-box:first-of-type {
    border-top: 2px solid #d0d0d0;
}
.career-name {
    margin-top: 30px;
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 600;    
}
.career-contact-info {
    margin-bottom: 40px;
}
.career-contact-info-box {
    position: relative;
    bottom: 55px;
    left: 0px;
    width: 100%;
    background: url(../images/picture-bar.png) repeat left bottom;
}
.career-text-above-image {
    margin-top: 40px;
}
.career-info-box-content {
    margin: 0 0 0 20px;
    padding: 15px 0 10px 0;
}
.cta-testimonials {
    width: 220px;
    margin-top: 50px;
    margin-bottom: 0px;
    border-radius: 16px;;
}
.cta-testimonials-title {
    padding: 15px 0 0 25px;
}
.cta-testimonials-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 2px;
    color: #395d8c;
    margin: 0;
    padding: 0;
}
.cta-testimonials-text {
    padding: 10px 22px 25px 25px;
    min-height: 110px;
    max-height: 257px;
    font-size: 17px;
    font-weight: 600;
}
.cta-testimonials-text div {
    line-height: 25px;
}
.career-contact-info-bar {
    color: #325e9a;
    background-color: #325e9a;
    border-color: #325e9a;
    height: 2px;
    padding: 0;
    width: 55%;
    margin: 2px 0 15px 0;
    text-align: left;
}
.cta-volunteer-title {
    padding: 15px 30px 0 25px;
}
.career-questions {
    width: 220px;
}
.career-sidebarform {
    width: auto;
}
.career-questions-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
    color: #395d8c;
    margin: 0;
    padding: 0;
}
.cta-right-bar {
    color: #2DD6C1;
    background-color: #2DD6C1;
    border-color: #2DD6C1;
    height: 3px;
    padding: 0;
    width: 80%;
    margin: 2px 0 15px 0;
    text-align: left;
}
.career-questions-box-text {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    line-height: 25px;
}
.career-testimonials {
    margin-top: 30px;
    background-repeat: no-repeat;
    width: 94%;
}
.career-testimonials-content {
    padding: 30px;
}
.cta-volunteer {
    background-color: #FFFFFF;
    width: 220px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cta-volunteer-content {
    background-repeat: no-repeat;
    height: 0px;
}
.career-events {
    margin-top: 40px;
}
.blue-button {
    /*background: url(../images/blue-background.png) repeat left bottom;*/
    width: 93%;
    text-align: center;
    padding: 3px 0 5px 0;
    background: #325e9a;
    font-weight: bold;
    transition: all .3s ease;
}

.blue-button:hover {
    background-image: none;
    background-color: #181e4b;
}
a.right-blue-button {
    color: #FFFFFF;
    position: relative;
    left: 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}
.right-blue-button span {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
}
a.right-blue-button:hover {
    text-decoration: none;
}
.cta-volunteer-content .blue-button {
    width: 100%;
    border-radius: 0 0 16px 16px;
}

/* FAQ */
.faq-questions ol {
    padding: 0;
    margin-left: 20px;
}
.faq-questions hr {
    background-color: #cfcfcf;
}
.faq-question {
    color: #243d5c;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.faq-content {
    display: none;
    color: #4b4b4b;
    position: relative;
    left: -24px;
    margin-top: 10px;
}
a.close-btn {
    display: none;
}
.buttons {
    width: 100%;
    display: inline-block;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

/* Right Section */
.right-navigation li {
    list-style: none;
    margin-left: 0;
}
/*.services-rightsection, .testimonials-rightsection {
    background-color: #ecf6fb;
    height: 100%;
}
.aboutus-rightsection, .career-rightsection, .testimonials-rightsection {
    background-color: #f8f8f8;
    height: 100%;
}
.career-rightsection {
    height: 100%;
}
.career-right-content {
    background-color: #f8f8f8;
    margin-left: 10px;
}
.sidebar-wrapper {
    background-color: #f8f8f8;
    width: 1000%;
    padding-right: 900%;
}
.services-rightsection .sidebar-wrapper {
    background: #ecf6fb;
}*/
.inner-bar {
    max-width: 290px;
    padding: 40px 0;
    margin: 0 auto;
}
.innerservices-bar {
    max-width: 290px;
    padding: 40px 0;
    margin: 0 auto;
}
.right-nav {
    padding: 0;
    margin-left: 0;
    margin-bottom: 50px;
    list-style-type: none;
    background-color: #E9F2FF;
}
.right-nav li {
    border: 1px #d9d9d9 solid;
    color: #181e4b;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.right-nav li a {
    color: #181e4b;
    text-decoration: none;
    padding: 3px 20px 3px 20px;
    display: block;
}
.right-nav li.current_page_item,
.right-nav li:hover  {
    background-color: #FFFFFF;
}
.right-nav li.current_page_item a,
.right-nav li a:hover {
    color: #325e9a;
}

/* Footer */
.footer {
    height: 75px;
    background-color: #181e4b;
    color: #FAFAFA;
    font-size: 15px;
    padding-top: 30px;
    margin-top: 50px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
}
.footer a {
    color: #FAFAFA;
    letter-spacing: 2px;
    text-decoration: none;
}
.footer .address {
    width: 100px;
}
.footer .copy {
    text-align: right;
}
.footer-content {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.footer-content a {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
}
.footer-content .facebook, .footer-content .twitter {
    display: inline-block;
    margin: 20px 5px 0 0;
}
.footer-menu ul {
    position: relative;
    left: -60px;
}
.footer-menu ul, .footer-menu li {
    list-style: none;
    text-align: center;
}
.footer-menu li {
    line-height: 40px;   
}
.footer-menu a {
    text-transform: uppercase;
    color: #222222;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 17px;
}
.footer-menu a:hover {
    text-transform: uppercase;
    color: #26438f;
    font-weight: 700;
    line-height: 17px;
    font-size: 17px;
    text-decoration: none;
}
.footer-content .newsletter .form-left, .footer-content .newsletter .form-right {
    display: inline-block;
}
.footer-content form {
    width: 400px;
    padding-left: 12px;
    margin: 20px 0 0 0;
}
.footer-content .newsletter input[type="email"] {
    vertical-align: top;
    background: #ededee;
    color: #222222;
    border: 0;
    margin: 0;
    padding: 0 25px 0 25px;
    width: 275px;
    height: 50px;
    font-size: 16px;
    position: absolute;
    top: 70px;
    left: 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.footer-content .newsletter button {
    vertical-align: top;
    background: #f26140;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 2px 40px;
    height: 50px;
    text-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 70px;
    left: 290px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.footer-content .newsletter button:hover {
    background: #e74520;
}
.footer-content h3 {
    color: #26438f;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-content hr {
    color: #325e9a;
    text-align: left;
    border-color: #325e9a;
    background-color: #325e9a;
    max-width: 70px;
    margin: 3px 0 10px 0;
    padding: 0;
}
.footer-content .badges {
    width: 400px;
}
.footer-content .badge {
    display: inline-block;
    margin: 50px 0 0 20px;
    background-color: #FFFFFF;
    color: #26438f;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}
.footer-content .badge span {
    display: inline-block;
    margin: 20px 0 0 0;
}
.container.extended {
    width: 100%;
    padding: 0 20px;
    max-width: 1400px;
}
a#logo {
    display: inline-block;
    float: left;
    padding: 15px 20px;
    max-width: 235px;
}
header nav {
    text-align: right;
}
#menu-main {
    list-style-type: none;
    margin: 0;
}
#menu-main li {
    display: inline-block;
    vertical-align: middle;
}
#menu-main li a {
    text-transform: uppercase;
    padding: 15px 12px;
    display: inline-block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
#menu-main li:not(.menu-button) a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #325E9A;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s ease-in-out;
}
#menu-main li a:hover {
    text-decoration: none;
}
#menu-main li a:hover:after {
    width: 100%;
    left: 0;
}
#menu-main .sub-menu {
    display: none;
    position: absolute;
    text-align: left;
    background: #325E9A;
    z-index: 3;
    margin-left: 0;
}
#menu-main .sub-menu li {
    display: block;
}
#menu-main .sub-menu li a {
    color: #FFFFFF;
    font-weight: normal;
    display: block;
}
#menu-main .sub-menu li a:hover {
    background: #FFFFFF;
    color: #325E9A;
}
#menu-main i {
    display: none;
}
.top-cta {
    background: #181e4b;
    padding: 15px 0;
    text-align: center;
}
.top-cta h3 {
      font-family: 'Montserrat', sans-serif;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 36px;
      display: inline-block;
      vertical-align: middle;
}
.btn-orange {
    background: #325e9a;
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.btn-orange:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.top-cta .btn-orange {
    margin-left: 30px;
}
#menu-footer {
    list-style-type: none;
    margin: 0;
}
#menu-footer li {
    margin-bottom: 12px;
}
#menu-footer a {
    font-size: 16px;
}
#menu-footer a:hover {
    text-decoration: none;
}
footer address {
    font-size: 16px;
    color: #000000;
    width: 200px;
    margin: 0 0 1.25rem;
}
::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}

:-ms-input-placeholder {  
   color: #000000;
}
.newsletter {
    margin-top: 20px;
    width: 100%;
}
.newsletter .form-group {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.newsletter input[type="email"] {
    border: none;
    border-radius: 0;
    font-size: 12px;
    background-color: #ededee;
    padding: 8px 0px 8px 17px;
    width: 70%;
}
.newsletter input[type="submit"], .newsletter button[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #325e9a;
    text-shadow: none;
    box-shadow: none;
    font-size: 12px;
    color: #FFFFFF;
    padding: 8px 16px;
    text-transform: uppercase;
    margin-left: -3px;
    display: inline-block;
}
.seals {
    margin-top: 30px;
    text-align: center;
}
.seal {
    text-align: center;
}
.seals a p {
    color: #273b56;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
}
.seals a:hover p {
    color: #273b56;
    text-decoration: none;
}
.seals p {
    color: #273B56;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
}
h3.mobile-title {
    display: none;
}
.home-banner .mobile {
    display: none;
}
.home-banner {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background: url(../images/banner-bg.jpg) no-repeat top center;
    background-size: cover;
}
.banner-text {
        text-align: center;
    color: #FFFFFF;
    margin-top: 200px;
    margin-bottom: 120px;
    background: #0b3f8652;
    padding: 35px 0;
}
.banner-text .banner-buttons a:first-child {
        font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #2a3b59;
    border: 1px solid #2a3b59;
    padding: 10px 14px;
    font-weight: bold;
    display: inline-block;
    background: #e5f0f6;
    margin: 15px;
}
.banner-text .banner-buttons a:last-child {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
    padding: 10px 14px;
    font-weight: bold;
    display: inline-block;
    margin: 15px;

    background: #325e9a;
}
.banner-text .banner-buttons a:last-child:hover {
    text-decoration: none;
    background: #e74520;
}
.banner-text .banner-buttons a:first-child:hover {
        text-decoration: none;
    background: #181e4b;
    color: #FFFFFF;
}
.banner-heading {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 62px;
    font-style: italic;
    text-shadow: 1px 1px #626262;
    line-height: 1;
}
.banner-sub-head {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px #626262;
}
.banner-ctas {
    margin-top: 140px;
    text-align: center;
}
.banner-ctas .cta {
    text-align: left;
    display: inline-block;
    padding: 28px 30px;
    vertical-align: bottom;
}
.banner-ctas .cta.right {
    background: #181e4b;
    color: #FFFFFF;
    width: 55%;
}
.banner-ctas .cta.left {
    background: #e5f0f6;
    color: #2a3b59;
    width: 40%;
}
.banner-ctas .cta p {
    display: inline;
}
.banner-ctas .cta h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}
.cta.left .desktop a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #2a3b59;
    border: 1px solid #2a3b59;
    padding: 6px 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    margin-left: 10px;
}
.cta.left .desktop a:hover {
    text-decoration: none;
    background: #181e4b;
    color: #FFFFFF;
}
.cta.right .desktop a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
    padding: 6px 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    background: #325e9a;
    margin-left: 10px;
}
.cta.right .desktop a:hover {
    text-decoration: none;
    background: #e74520;
}
.cta .mobile a,
.cta .mobile a:hover {
    display: block;
    padding: 17px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.cta.left .mobile a,
.cta.left .mobile a:hover {
    color: #181e4b;
}
.cta.right .mobile a,
.cta.right .mobile a:hover {
    color: #FFFFFF;
}
.title-wrapper {
    text-align: center;
}
.display-active {
    display: none;
}
.display-inactive {
    display: inline-block;
}
.active .display-active,
a:hover .display-active {
    display: inline-block;
}
.active .display-inactive,
a:hover .display-inactive {
    display: none;
}
.tab-container {
    display: inline-block;
}
.tab-container .tab {
    width: 50%;
    float: left;
}
.tab-container .tab-f-left {
    float: left;
}
.tab-container .tab-f-right {
    float: right;
}
.tab-image {
    width: 100%;
}
.tab-content-wrapper {
    padding: 35px 35px 20px;
}
.tab-content-wrapper h3 {
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}
.tab-content-wrapper p {
    font-size: 15px;
    line-height: 28px;
}
.tab-content-block {
    background: #f8f8f8;
    line-height: 0px;
}
.tab-content-wrapper .tab-button {
    border: 2px solid;
    padding: 18px 26px;
    color: #181e4b;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.banner-block {
    background: #181e4b;
    margin-bottom: 20px;
}
.banner-container p {
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}
.banner-container h3 {
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
}

.banner-container {
    text-align: center;
    padding: 30px 0px;
}
.banner-container .banner-button {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF;
    padding: 8px 14px;
    font-weight: bold;
    display: inline-block;
    background: #325e9a;
    text-decoration: none;
}
.banner-container .banner-button:hover {
    text-decoration: none;
    background: #e74520;
}
.tabs {
    background: #181e4b;
    padding-bottom: 40px;
}
ul.tablist {
    list-style-type: none;
    text-align: center;
    margin-top: -80px;
    margin-left: 0;
}
ul.tablist li {
    display: inline-block;
    padding: 0 10%;
    width: 49%;
    vertical-align: top;
}
ul.tablist h4 {
    text-transform: uppercase;
}
ul.tablist p {
    font-size: 15px;
}
ul.tablist a,
ul.tablist a:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
}
ul.tablist span.learn-more {
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
ul.tablist .active span.learn-more,
ul.tablist a:hover span.learn-more {
    background: #325e9a;
    border: 1px solid #325e9a;
}
.tab-content {
    background: #f8f8f8;
}
.tab-left {
    width: 49%;
    float: left;
    padding: 30px 0;
}
.tab-left h3 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tab-right {
    width: 49%;
    float: right;
}
.tab-content p {
    font-size: 16px;
    line-height: 2;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
ul.tab-links {
    list-style-type: none;
    margin-left: 0;
}
ul.tab-links li {
    display: inline-block;
    padding-bottom: 3px;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
}
ul.tab-links li:hover {
    border-bottom: 2px solid #325e9a;
}
ul.tab-links li a:hover,
ul.tab-links li a {
    color: #325e9a;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.tab-left,
.tab-right {
    display: table-cell;
}
.tab-image-wrap {
    width: 700px;
}
.intro-wrapper {
    text-align: center;
    padding: 20px 40px;
}
.intro-wrapper p {
    font-size: 16px;
}
.latest-news h2 {
    border-bottom: 2px solid #325e9a;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #243d5c;
    font-style: italic;
}
.news-image {
    text-align: center;
    margin-bottom: 20px;
}
.news-entries .entry {
    margin-bottom: 20px;
    border: 1px #f1f1f1 solid;
}
.entry a.read-more {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #2a3b59;
    border: 1px solid #2a3b59;
    padding: 6px 24px;
    font-weight: bold;
    display: inline-block;
}
.entry a.read-more:hover {
    background: #325e9a;
    color: #FFFFFF;
    border: 1px solid #325e9a;
    text-decoration: none;
}
.entry-image {
    margin: 0;
    padding: 0;
}
.entry-preview {
    margin-bottom: 10px;
}
.entry-preview h3 {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 0px;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
}
.view-calendar a,
.view-calendar a:hover {
    text-transform: uppercase;
    padding: 15px 0 15px 50px;
    background: url(../images/cal-icon.png) no-repeat left center;
    color: #243d5c;
    font-weight: bold;
    display: inline-block;
}
p.event-description {
      margin-left: 50px;
      margin-top: 15px;
      text-transform: uppercase;
      font-size: 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #e3e3e3;
      margin-bottom: 0;
}
p.event-description strong {
    color: #325e9a;
    margin-right: 5px;
}
a.event-details,
a.event-details:hover {
    color: #325e9a;
    text-transform: uppercase;
    font-size: 15px;
    background: #FFFFFF;
    margin-top: -13px;
    padding: 0 25px;
}
.fbfeed-top {
    background-color: #eaeff4;
    background-image: url(../images/facebook-feed.png);
    border: 1px #c1c6ca solid;
}
.fbfeed-text {
    color: #616161;
}
.fbfeed-text a {
    color: #255189;
}
.likus-text {
    color: #3f7fd0;
}
.fbfeed-mobile-btn {
    background-color: #3269c5;
}

@media (max-width: 1199px) {
    #menu-main {
        clear: both;
    }
    .home-banner .container {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .review-icon-bar {
        margin-bottom: 30px;
    }
    .footer-contact {
        text-align: center;
    }
    .footer-contact hr {
        margin: 12px auto;
    }
    .view-calendar {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .events {
        margin-bottom: 30px;
    }
    .events .event {
        padding: 0 30px;
    }
    .banner-ctas .cta h2 {
        font-size: 18px;
    }
    .banner-ctas .cta {
        height: 150px;
    }
    .banner-text,
    .banner-ctas {
        margin-top: 100px;
    }
    .sidebar-wrapper,
    .about-right-content {
        background: none;
        width: 100%;
        padding-right: 0;
    }
    .inner-bar {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .banner-text {
        max-width: 320px;
        margin: 50px auto 0;
    }
    .banner-heading {
        font-size: 46px;
    }
    .banner-sub-head {
        font-size: 25px;
    }
    .banner-ctas {
        margin-top: 50px;
    }
    #menu-main {
        display: none;
    }
    #menu-main.active {
        display: block;
        position: absolute;
        width: 100%;
        top: 139px;
        right: 0;
        background: #181e4b;
        z-index: 10;
    }
    #menu-main > li {
        display: block;
        text-align: center;
        position: relative;
    }
    #menu-main > li > a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        border-bottom: 1px #FFFFFF solid;
    }
    #menu-main i {
        display: inline-block;
        float: right;
        position: absolute;
        z-index: 15;
        color: #FFFFFF;
        right: 0;
        top: 0;
        padding: 18px;
        cursor: pointer;
    }
    #logo {
        padding: 0 15px 15px;
    }
    .call-now {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
    }
    .call-now a,
    .call-now a:hover {
        text-decoration: none;
        padding: 10px 25px 10px 35px;
        color: #181e4b;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        background: url(../images/phone-blue.png) no-repeat 7px center #e5f0f6;
    }
    #menu-toggle {
        display: inline-block;
        padding: 10px 25px;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
    }
    #logo img {
        max-width: 156px;
    }
    .menu-active,
    .menu-inactive {
        display: inline-block;
    }
    .menu-active {
        display: none;
    }
    .active .menu-active {
        display: inline-block;
    }
    .active .menu-inactive {
        display: none;
    }
    #menu-main li.expanded .sub-menu {
        display: block;
        position: relative;
        background: #efefef;
        text-align: center;
    }
    #menu-main li .sub-menu a {
        color: #2a4778;
        border-bottom: 1px solid #dadada;
    }
    ul.tablist li {
        padding: 0 15px;
    }
    ul.tablist h4 {
        font-size: 13px;
    }
    ul.tablist p {
        display: none;
    }
    ul.tablist span.learn-more {
        font-size: 12px;
        padding: 8px 12px;
    }
    .tabs {
        padding-bottom: 20px;
    }
    .tabs .container {
        padding: 0;
    }
    .tab-left,
    .tab-right {
        width: 100%;
    }
    .tab-image-wrap {
        display: none;
    }
    .tab-content .container {
        padding: 0;
    }
    .tab-content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.tab-links {
        padding: 0 15px;
    }
    .title-bar-middle {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .hidden-desktop {
        display: none;
    }
    #menu-main li:hover .sub-menu {
        display: block;
    }
    /*#menu-main li a[title="contact"],
    #menu-main li a[title="contact"]:hover {
        color: #FFFFFF;
        background: #325e9a;
        padding: 15px 25px;
    }*/
}
@media (min-width: 600px) and (max-width: 991px) {
    .footer-contact {
        text-align: center;
    }
    .newsletter-wrapper {
        padding-top: 50px;
        padding-left: 0;
    }
    .seal img {
        padding: 0 8%;
    }
    .seals a p {
        font-size: 13px;
    }
    #menu-main li a {
        padding: 15px 6px;
        font-size: 13px;
    }
    /*#menu-main li a[title="contact"], 
    #menu-main li a[title="contact"]:hover {
        padding: 15px;
    }*/
}
@media (max-width: 599px) {
    .home-banner .container,
    .banner-ctas .cta.left,
    .banner-ctas .cta.right {
        width: 100%;
        padding: 0;
        text-align: center;
        height: auto;
    }
    .cta .desktop {
        display: none;
    }
    .cta .mobile {
        display: block;
    }
    ul.tab-links {
        padding: 0;
        margin-bottom: 0;
    }
    ul.tab-links li:hover,
    ul.tab-links li {
        display: block;
        text-align: center;
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }
    ul.tab-links li a {
        color: #FFFFFF;
        display: block;
        border-bottom: 1px solid #FFFFFF;
        font-weight: normal;
        padding: 10px 0;
        background: #ec4029;
    }
    .tab-left {
        padding-bottom: 0;
    }
    .top-cta {
        padding: 0;
        background: #1c2e4a;
    }
    .top-cta .container {
        padding-right: 0;
    }
    .top-cta .btn-orange {
        float: right;
        margin-left: 0;
        border: none;
        padding: 20px 11px;
    }
    .top-cta h3 {
        text-align: left;
        font-size: 19px;
        padding: 10px 0;
        width: 100%;
        padding-left: 150px;
        margin-left: -150px;
    }
    .footer-body {
        padding: 0;
    }
    .footer-body .nav-wrapper {
        width: 100%;
        padding: 0;
    }
    .footer-contact {
        width: 100%;
    }
    footer .phone {
        padding: 10px 25px 10px 40px;
        color: #181e4b;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        background: url(../images/phone-blue.png) no-repeat 7px center #e5f0f6;
        border: 2px solid #181e4b;
        margin-bottom: 15px;
        margin-top: 10px;
        font-weight: bold;
    }
    h3.desktop-title {
        display: none;
    }
    h3.mobile-title {
        display: block;
    }
    .newsletter-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .newsletter-wrapper hr {
        margin: 12px auto;
    }
    .seals {
        width: 100%;
    }
    .news-entries .entry {
        text-align: center;
    }
    .entry .entry-image {
        width: 100%;
    }
    .entry .entry-preview {
        width: 100%;
        padding: 0 15%;
        padding-bottom: 20px;
    }
    .events .event {
        padding: 0;
    }
}
@media (max-width: 400px) {
    .top-cta .btn-orange {
        font-size: 12px;
    }
    .top-cta h3 {
        font-size: 13px;
        padding-top: 15px;
        padding-left: 130px;
        margin-left: -130px;
    }
}
@media (min-width: 1200px) {
    .page-wrapper {
        width: 100%;
        max-width: 1400px;
        overflow-x: hidden;
        margin: 0 auto;
        overflow-y: hidden;
    }
}
.news-listing {
    font: 18px 'Lato', sans-serif;
    line-height: 1.75;
    margin: 25px 0 50px;
}
.single-post .news-listing {
    max-width: 700px;
    margin: 25px 0 50px auto;
}
.news-listing h2 {
    font: 25px 'Lato', sans-serif;
    font-weight: bold;
    color: #243d5c;
    margin-top: 0;
}
.news-preview {
    margin-top: 25px;
    margin-left: 25px;
}
.preview-left, .preview-left-image {
    text-align: right;
    width: 129px;
    height: 150px;
    margin-right: 10px;
}
.preview-left:after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0DA";
    position: absolute;
    right: -6px;
    top: 12px;
    color: #2dd6c1;
}
.preview-left-image:after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0DA";
    position: absolute;
    right: -6px;
    bottom: 10px;
    color: #2dd6c1;
}
.news-preview .preview-left-image .image-date {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    width: 47px;
    height: 54px;
    color: #000000;
    background: #2dd6c1;
    text-transform: uppercase;
    font: 20px 'Lato', sans-serif;
    border-radius: 3px;
    font-weight: bold;
}
.news-preview .preview-left .date {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: center;
    width: 47px;
    height: 54px;
    color: #000000;
    background: #2dd6c1;
    text-transform: uppercase;
    font: 20px 'Lato', sans-serif;
    border-radius: 3px;
    font-weight: bold;
}
.news-preview .blog-caret {
    color: #325e9a;
}
.news-preview .image-date .month, .news-preview .date .month {
    font-size: 13px;
}
/*.news-preview .image-date.blog-post, .news-preview .date.blog-post {
    background: #325e9a;
}*/
.news-preview h2 a {
    text-decoration: none;
    color: #243D5C;
}
.news-preview a .blog-title {
    color: #325e9a;
 }
.news-listing a.read-more {
    position: relative;
    padding-right: 33px;
}
.news-listing a.read-more:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 12px;
}
.news-listing a.read-more.collapsed:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 12px;
}
.news-listing a.read-blog {
    position: relative;
    padding-right: 33px;
}
.news-listing a.read-blog:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 12px;
    top: 11px;
}
label.required:after {
    content: "*";
}
.preview-right {
    margin-top: 0;
}
.web-design {
    text-align: left;
}
.web-design a,

.web-design a:visited {
    color: #FFF;
    text-decoration: none;
}
.web-design a:hover {
    color: #325e9a;
    text-decoration: none;
}
@media (max-width: 991px) {
    .tab-container .tab {
        width: 100%;
    }
    .preview-right {
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
    }
    .preview-left {
        right: 100px;
        height: 50px;
    }
    .preview-left {
        right: 80px;
    }
}
@media (max-width: 640px) {
    .banner-button-container {
        text-align: center;
    }
}    
.gform_title {
    display: none;
}

/******blog archives and posts*******/
/*main content*/
.blog_section {
    margin-top: 40px;
}

.news-listing {
    margin-top: 40px;
}

.news-listing h1 {
    padding-top: 20px;
    font-size: 30px;
}

.news-listing .entry-meta {
    margin-bottom: 1.5em;
}

.blog_section header {
    padding: 20px 0 0;
    margin-bottom: 25px;
    border-bottom: #2DD6C1 4px solid;
}

.entry-meta span {
    margin-right: 15px;
}

.entry-meta span i {
    margin-right: 5px;
}
.hentry {
    font-size: 18px;
    margin-bottom: 40px;
}
.blog .hentry {
    max-width: 700px;
    margin-left: auto;
}
.read-more,
.read-blog {
    float: right;
    padding: 12px 25px;
    font-size: 18px;
    color: #325e9a;
    background: #fff;
    border-color: #325e9a;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    border: 3px solid;
    border-radius: 30px;
    transition: all .3s ease;
    margin-top: 10px;
}
.read-more:hover,
.read-more:focus,
.read-blog:hover,
.read-blog:focus {
    background-color:#325e9a;
    color: #fff;
    border-color: #325e9a;
    text-decoration: none;
}
.archive .page-header {
    margin-top: 0;
    padding-top: 0;
    border-bottom-color: #325e9a;
}

/*sidebar*/
/*.sidebar-blog {
    background-color: #f8f8f8;
}*/
.sidebar-blog #secondary {
    padding: 40px 0 0;
    margin-left: 10px;
    width: 290px;
}
.sidebar-blog .widget {
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    background-color: #e9f2ff;
}
.sidebar-blog .widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 20px;
    letter-spacing: 2px;
    border: none;
    color: #181e4b;
}
.sidebar-blog summary::-webkit-details-marker {
    display: none;
}
.sidebar-blog summary {
    outline: none;
}
.sidebar-blog summary:after {
    background: url(../images/sidebar-down-arrow.jpg);
    position: absolute; 
    height: 15px;
    width: 15px;
    top: 30px;
    right: 30px;
    content: " ";
}
  
.sidebar-blog details[open] summary:after {
    background: url(../images/sidebar-up-arrow.jpg);
}

.sidebar-blog hr {
    text-align: left;
    margin: 10px 0 0;;
    height: 4px;
    background-color: #2DD6C1;
}
.career-right-bar {
    height: 4px;
    background-color: #2DD6C1;
}

.sidebar-blog details[open] hr {
    margin-bottom: 20px; 
}

.sidebar-blog .widget_search form input[type="search"] {
    font-size: 14px;
    padding: 15px 20px;
    border: 2px solid #d9d5d5;
}

.sidebar-blog ul {
    margin: 0;
    list-style-type: none;
}

.sidebar-blog ul li {
    color: #181e4b;
    font-size: 16px;
    border: none;
}

.sidebar-blog ul li a {
    text-decoration: none;
    color: #181e4b;
}
.sidebar-blog ul li a:hover {
    text-decoration: underline;
    color: #325e9a;
}

.sidebar-blog ul li:last-child {
    margin-bottom: 0;
}

.sidebar-blog .widget_recent_entries li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tagcloud {
    padding: 6px 0 0;
}

.tagcloud a {
    font-size: 14px !important;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 12px;
    margin-right: 10px;
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #181e4b !important;
    text-decoration: none;
    transition: all .3 ease;
}

.tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active {
    color: #ffffff!important;
    background-color: #181e4b;
}

@media (max-width: 991px) {
    .sidebar-blog #secondary {
        width: 100%;
        max-width: 720px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-blog #secondary {
        padding-top: 0;
    }

    .sidebar-blog .widget {
        padding: 15px 20px;
        margin-bottom: 0;
        border: none;
        border-bottom: 2px solid #cccccc;
    }

    .sidebar-blog .widget_tag_cloud, .sidebar-blog .widget_recent_entries {
        display: none;
    }

    .sidebar-blog ul li:last-child {
        padding-bottom: 0;
    }

    .sidebar-blog hr {
        margin: 13px 0 0;
    }

    .sidebar-blog details[open] hr {
        margin-bottom: 13px; 
    }

    .sidebar-blog .widget_search form input[type="submit"], .sidebar-blog .widget_search form input[type="search"] {
        padding: 10px !important;
    }

    .sidebar-blog.sidebar ul li {
        font-size: 14px;
        margin-bottom: 0;
    }

    summary:after {
        top: 25px;
        right: 20px;
    }
}


/*return to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 7px;
}
@media (min-width: 768px) {
    #return-to-top i {    
        left: 11px;
    }
}

/*services alt*/
.services-alt-main {
    padding: 35px 0 50px;
}
.services-alt-sidebar ul {
    margin: 0 0 0 10px;
    padding: 50px 0;
    list-style-type: none;
}
.services-alt-sidebar li {
    background-color: #fff;
    border: 1px #d9d9d9 solid;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 325px;
    margin-left: auto;
}
.services-alt-sidebar li:hover,
.services-alt-sidebar li:focus {
    background-color: #f8f8f8;
}
.services-alt-sidebar li:hover a,
.services-alt-sidebar li:focus a {
    color: #325e9a;
}
.services-alt-sidebar a {
    color: #181e4b;
    text-decoration: none;
    padding: 3px 10px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.sidebar-list-icon {
    margin-right: 5px;
}

.left-image-right-content {
    background-color: #243d66;
}
.split-content {
    color: #243d5c;
    margin-top: 50px;
    margin-bottom: 10px;
}
.split-content .left-content-wrapper {
    margin-right: 10px;
}
.split-content .right-content-wrapper {
    margin-left: 10px;
}
.left-image-right-content .left-image,
.split-content .left-content,
.split-content .right-content {
    background-size: cover;
    background-position: center;
}
.left-image-right-content .left-image {
    padding: 0;
}
.left-image-right-content .right-content {
    padding: 50px 10% 50px 60px;
    color: #fff;
}
.left-image-right-content .right-content h2 {
    color: #fff;
}
.left-image-right-content .right-content-inner {
    max-width: 670px;
    margin-right: auto;
}
.left-content-right-form .left-content {
    padding: 50px 30px 50px 0;
}
.left-content-right-form .right-form {
    padding: 20px 0 50px;
}
.split-content .left-content,
.split-content .right-content {
    background-color: #f8f8f8;
    padding: 30px 45px;
    height: 100%;
    border-radius: 16px;
}
.left-content-right-testimonial {
    color: #243d5c;
}
.left-content-right-testimonial .left-content {
    padding: 40px 0;
}
.left-content-right-testimonial .left-list {
    padding-bottom: 40px;
}
.left-content-right-testimonial .right-testimonial {
    margin-bottom: 40px;
}
.left-content-right-testimonial .right-testimonial-inner {
    background-color: #e5f0f6;
    background-image: url(../images/testimonial-quote.png), url(../images/testimonial-quote2.png);
    background-repeat: no-repeat;
    background-position: left 25px top 25px, right 25px top 25px;
    font-size: 19px;
    color: #243d5c;
    font-weight: 600;
    padding: 40px 46px 25px 46px;
    border-radius: 16px;
}
.left-content-right-testimonial .right-testimonial-inner span {
    float: right;
    font-size: 18px;
}
.left-list-item {
    display: flex;
}
.left-list-item-icon {
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-list-item-icon img {
    margin-bottom: 1.5em;
}
.left-list-item-content {
    display: inline-block;
    width: 90%;
    width: calc(100% - 150px);
    vertical-align: middle;
}
.point-title,
.point-icon {
    text-align: center;
}
.point-title {
    margin-top: 15px;
}
.point-icon {
    margin: 30px 0;
}
.expanded-content {
    background-color: #f8f8f8;
    padding: 45px;
    margin-bottom: 50px;
    border-radius: 16px;
}
.mobile-image {
    width: 100%;
}
@media (min-width: 768px) {
    .three-points {
        display: flex;
    }
}
@media (min-width: 992px) {
    .left-image-right-content,
    .split-content {
        display: flex;
    }
    .mobile-image {
        display: none;
    }
}
@media (max-width: 480px) {
    .left-list-item,
    .left-list-item-icon,
    .left-list-item-content {
        display: block;
        width: 100%;
    }
    .services-alt-sidebar li {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .services-alt-main {
        padding: 20px 0 40px;
    }
    .left-content-right-testimonial .left-list,
    .left-content-right-form .left-content {
        padding-left: 0;
        padding-right: 0;
    }
    .services-alt-sidebar ul {
        margin: 0;
        padding-top: 0;
    }
    .services-alt-sidebar li {
        margin: 0 auto;
    }
    .left-image-right-content .right-content {
        padding-left: 0;
        padding-right: 0;
    }
    .left-image-right-content .right-content-inner {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .split-content .left-content-wrapper {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .split-content .right-content-wrapper {
        margin: 0;
    }
    .expanded-content {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .split-content .left-content-wrapper,
    .split-content .right-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .split-content .left-content,
    .split-content .right-content,
    .expanded-content {
        padding: 20px;
    }
    .left-image-right-content .right-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .split-content {
        margin: 30px 0;
    }
    .split-content .left-content-wrapper,
    .left-content-right-testimonial .right-testimonial,
    .expanded-content {
        margin-bottom: 20px;
    }
    .left-content-right-testimonial .left-content {
        padding: 20px 0;
    }
    .left-content-right-testimonial .left-list {
        padding-bottom: 20px;
    }
    .left-content-right-form .left-content {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

/*hubspot forms*/
.hbspt-form .hs-input {
    display: inline-block;
    width: 100% !important;
    max-width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.95;
    color: #666;
    background-color: #fff;
    border: 1px solid #395d8c;
    box-sizing: border-box;
    border-radius: 2px;
}
.hs-field-desc {
    font-size: 17px;
}
.hbspt-form textarea {
    min-height: 150px;
    width: 100%;
}
.hbspt-form fieldset {
    max-width: 100% !important;
}
.hbspt-form .hs-error-msgs label {
    color: #325e9a;
    font-weight: normal;
    font-size: 14px;
}
.hbspt-form .hs-form-field label:not(.hs-error-msg) {
    color: #395d8c !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700;
    margin-top: 15px;
    padding: 5px 0;
    line-height: 1.5;
}
.hbspt-form .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
    list-style: none;
}
.hbspt-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
}
.hs-submit {
    margin-top: 30px;
}
.hbspt-form .submitted-message {
    color: 097909;
    font-size: 18px;
}
.hbspt-form .submitted-message p {
    background: #097909;
    color: #c0e2cb;
    padding: 7px 10px;
    border-radius: 4px;
}
.left-content-right-form .right-form .hbspt-form .hs-form-field label:not(.hs-error-msg) {
    margin-top: 0;
    padding: 0;
}
.left-content-right-form .right-form .hs-submit {
    margin-top: 10px;
}
.left-content-right-form .right-form .hbspt-form textarea {
    min-height: 100px;
}
.hs-richtext.hs-main-font-element {
    padding: 24px 0 0;
}
@media (max-width: 767px) {
    .form-columns-2 > .hs-form-field {
        width: 100% !important;
    }
    .hbspt-form .hs-input,
    .hbspt-form  textarea {
        width: 100% !important;
    }
    .hs-button {
        width: 100%;
    }
    .hs-form-field .input {
        margin-right: 0 !important;
    }
}


/* careers v2 */
.career-v2-intro {
    background: linear-gradient(180deg, rgba(73, 107, 242, 0.112) 0%, rgba(73, 107, 242, 0) 50%, rgba(73, 107, 242, 0) 100%);
}
.career-v2-intro .container {
    max-width: 1100px;
}
.career-v2-intro-title {
    padding-bottom: 30px;
}
.career-v2-intro h1 {
    font-size: 60px;
    padding-top: 50px;
    padding-bottom: 10px;
}
.career-v2-intro-text {
    flex: 0 0 50%;
}
.career-v2-intro-video {
    flex: 0 0 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem;
    border-radius: 16px;
}
.career-v2-intro-video-button {
    cursor: pointer;
}
@media (max-width: 991px) {
    .career-v2-intro h1 {
        font-size: 45px;
    }
    .career-v2-intro-video {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .career-v2-intro h1 {
        font-size: 36px;
    }
}

/* video modal */
.modal {
    text-align: center;
}
.close {
    z-index: 1;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    line-height: 29px;
    padding: 7px !important;
}
@media (max-width: 767px) {
    .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.career-v2-cluture {
    padding: 4rem 0 3rem;
}
.career-v2-cluture-slider img {
    border-radius: 16px;
}
.career-v2-benefits {
    padding: 4rem 0;
    background-color: #325e9a;
}
.career-v2-benefits h2 {
    color: #fff;
}
.career-v2-benefits .container:first-child {
    max-width: 900px;
}
.career-v2-benefits .container:last-child {
    max-width: 1400px;
}
.career-v2-benefits-intro {
	text-align: center;
    color: #fff;
}
.career-v2-benefits-single {
    text-align: center;
    padding: 30px 0 0;
    color: #fff;
}
.career-v2-benefits-single img {
    max-width: 100px;
}
.career-v2-benefits-single h3 {
    margin: 1.25rem 0 0.75rem;
    color: #fff;
}
.career-v2-testimonials {
    padding: 4rem 0;
}
.career-v2-testimonials .container {
    max-width: 900px;
}
.career-v2-testimonials-slider .strong-view.wpmtst-default .wpmtst-testimonial-image {
    margin-right: 2rem;
}
.career-v2-testimonials-slider .strong-view.wpmtst-default .wpmtst-testimonial-image img {
    border-radius: 150px;
    padding: 0 !important;
    border: 0 !important;
    max-width: 200px;
    margin: 0 auto;
}
.career-v2-testimonials-slider .strong-view.wpmtst-default .wpmtst-testimonial {
    border: 0
}
.career-v2-testimonials-slider .strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left;
    color: #4b4b4b;
}
.career-v2-testimonials-slider .strong-view.pager-style-buttons .wpmslider-pager-link:before {
    color: #2DD6C1;
    background: #2DD6C1;
    width: 15px;
}
.career-v2-testimonials-slider .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before,
.career-v2-testimonials-slider .strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
    width: 15px;
}
.career-v2-testimonials-slider .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next {
    width: 30px;
    height: 40px;
    top: 50%;
    right: 0;
    margin-top: -40px;
    background-color: rgb(45 214 193 / 75%);
}
.career-v2-testimonials-slider .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background: url(/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png);
    background-position: -89px -103px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    -webkit-mask: none;
    mask: none;
    position: absolute;
    top: 0;
    left: 0;
}
.career-v2-testimonials-slider .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev {
    width: 30px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -40px;
    background-color: rgb(45 214 193 / 75%);
}
.career-v2-testimonials-slider .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    background: url(/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png);
    background-position: -89px -26px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    -webkit-mask: none;
    mask: none;
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-name,
.testimonial-company {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
#swipebox-overlay {
    background: rgb(13 13 13 / 80%);
}
.career-v2-opportunities {
    padding: 4rem 0;
    background-color: #2DD6C1;
}
.career-v2-opportunities h2 {
    color: #fff
}
.career-v2-opportunities .title-bar-middle {
    background-color: #fff;
}
.career-v2-opportunities .container {
    max-width: 1000px;
}
.career-v2-opportunities-single {
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 25%);
    margin-top: 40px;
    border-radius: 16px;
}
.career-v2-opportunities-single-button {
    text-align: right;
}
.career-v2-opportunities-single hr {
    height: 3px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #2DD6C1;
}

@media (max-width: 479px) {
    .career-v2-opportunities-single {
        padding: 15px 20px;
    }
}
@media (max-width: 767px) {
    .career-v2-intro-inner {
        flex-direction: column-reverse;
    }
    .career-v2-opportunities-single-button {
        margin-bottom: 2rem;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .career-v2-benefits h2 {
        text-align: center;
    }
	.career-v2-benefits-intro {
		text-align: center;
        color :#fff;
	}
    .career-v2-benefits-list {
        display: flex;
        flex-wrap: wrap;
    }
    .career-v2-testimonials h2 {
        text-align: center;
    }
    .career-v2-opportunities h2 {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .career-v2-cluture-text {
        padding-top: 4rem;
    }
    .career-v2-testimonials-slider .strong-view.wpmtst-default .wpmtst-testimonial-image {
        float: none;
        text-align: center;
        margin: 0 auto 1rem;
    }
    .career-v2-testimonials-slider .strong-view.wpmtst-default .wpmtst-testimonial-content p,
    .testimonial-name,
    .testimonial-company {
        text-align: center !important;
    }
    .career-v2-testimonials-slider .strong-view.wpmtst-default.controls-type-sides .wpmtst-testimonial-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* Meta Slider */
.ms-skin-default .ms-nav-next {
    right: 0;
    background-color: rgb(36 61 92 / 75%);
}
.ms-skin-default .ms-nav-prev {
    left: 0;
    background-color: rgb(36 61 92 / 75%);
}


/*************************************************************************************/
/************************************** SITE V3 **************************************/
/*************************************************************************************/

/*********************** TYPOGRAPHY V3 ***********************/
html {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    background-color: #FFFFFF;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 1.25rem;
}
p:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 .75rem;
}
h1, h2 {
    font-size: 30px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
.title-underline {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.title-underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 55%;
    min-width: 280px;
    background-color: #325e9a;
}
.title-underline-secondary:after {
    background-color: #2DD6C1;
    max-width: 540px;
}
.main a {
    font-weight: 700;
    text-decoration: underline;
    color: #000;
    transition: all .3s ease;
}
.main a:hover,
.main a:focus {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

@media (min-width: 767px) {
    h1, h2 {
        font-size: 37px;
    }
}
@media (min-width: 992px) {
    h1, h2 {
        font-size: 45px;
    }
}
@media (min-width: 1320px) {
    .container {
        width: 1280px;
    }
}

/*********************** BUTTONS V3 ***********************/
.button,
a.button,
input[type="submit"].hs-button {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    border: 3px solid;
    border-radius: 40px;
    padding: 12px 28px;
    display: inline-block;
    box-shadow: 0 3px 3px rgba(0,0,0,.25);
    transition: all .3s ease;
}
.button i {
    margin-left: 12px;
    font-size: 30px;
}
.button > * {
    vertical-align: middle;
}
.button-primary,
a.button-primary {
    color: #fff;
    background: #325e9a;
    border-color: #325e9a;
}
.button-primary:hover,
.button-primary:focus,
a.button-primary:hover,
a.button-primary:focus {
    text-decoration: none;
    color: #fff;
    background-color: #181e4b;
    border-color: #181e4b;
}
.button-primary-bordered,
a.button-primary-bordered,
input[type="submit"].hs-button {
    color: #325e9a;
    background: #fff;
    border-color: #325e9a;
    box-shadow: none;
}
.button-primary-bordered:hover,
.button-primary-bordered:focus,
a.button-primary-bordered:hover,
a.button-primary-bordered:focus,
input[type="submit"].hs-button:hover,
input[type="submit"].hs-button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #325e9a;
    border-color: #325e9a;
}
.button-lg,
a.button-lg {
    font-size: 21px;
    padding: 17px 34px;
    min-width: 200px;
}
@media (max-width: 767px) {
	.button-lg,
	a.button-lg {
		font-size: 17px;
    	padding: 12px 28px;
	}
}

/*********************** HEADER V3 ***********************/
body > header {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.header-top {
    padding: 11px 0;
    background-color: #2DD6C1;
}
header > .container > .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header nav {
    margin: 0 0 0 auto;
}
.astm-search-menu a {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}
.astm-search-menu svg {
    height: 26px;
    width: 26px;
}
.is-form-style.is-form-style-3 label {
    width: calc(100% - 44px) !important;
}
.is-form-style button.is-search-submit {
    height: 44px;
    width: 44px;
}
.is-menu path.search-icon-path {
    fill: #fff !important;
}
.is-popup-search-form form {
    width: 340px;
}
.is-form-style.is-form-style-3 input.is-search-input {
    font-size: 20px !important;
    border-radius: 20px 0 0 20px;
    padding: 10px 20px;
    height: 44px;
}
.is-search-icon {
    border-radius: 0 20px 20px 0;
    height: 44px;
    width: 44px;
}
.is-search-icon svg {
    width: 30px;
}
body .popup-search-close:before, body .search-close:before,
body .popup-search-close:after, body .search-close:after {
    border-color: #fff !important;
    height: 35px;
}
.popup-search-close {
    height: 35px;
    width: 25px;
}

@media (max-width: 540px) {
    .header-top {
        padding: 6px 0;
    }
    .header-top .container {
        padding: 0 5px;
    }
    .location-info {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .address-header,
    .phone-header {
        flex: 0 0 100%;
    }
    .phone-header {
        margin-left: 0;
    }
    #menu-main.active {
        top: 153px;
    }
}
@media (min-width: 768px) {
    .is-menu path.search-icon-path {
        fill: #000000 !important;
    }
    .location-info {
        justify-content: flex-end;
    }
    .address-header,
    .phone-header {
        font-size: 16px;
    }
    .phone-header {
        margin-left: 50px;
    }
    a#logo {
        padding: 27px 20px;
    }
    #menu-main .menu-button a {
        color: #FFFFFF;
        background-color: #325e9a;
        padding: 15px 25px;
        font-size: 18px;
        line-height: 20px;
        text-transform: none;
        border-radius: 30px;
        margin: 0 12px;
        box-shadow: 0 3px 3px rgba(0,0,0,.25);
    }
    #menu-main .menu-button a:hover {
        background-color: #181e4b;
    }
}
@media (min-width: 768px) and (max-width: 1319px) {
    #menu-main li a {
        padding: 15px 9px;
        font-size: 15px;
    }
}
@media (min-width: 1320px) {
    #menu-main li a {
        font-size: 16px;
    }
}

/*********************** HOME V3 ***********************/
footer {
    background-color: #E9F2FF;
    font-family: 'Montserrat', sans-serif;
}
footer .copyright {
    padding: 15px 0 55px;
    font-size: 14px;
    line-height: 18px;
    color: #5E6282;
    text-align: center;
}
footer .copyright a {
    font-weight: bold;
}
footer .copyright a:hover {
    text-decoration: none;
}
footer .copyright span {
    padding: 0 14px;
}
.footer-body {
    padding: 40px 0;
    font-size: 16px;
    font-weight: bold;
}
.footer-body h3 {
    font-size: 21px;
    margin-bottom: 1.25rem;
}
.footer-logo {
    margin-bottom: 50px;
	max-width: 250px;
}
.contact-info a {
    font-size: 16px;
    text-decoration: none;
}
.footer-seal:last-child {
    margin-top: 30px;
}
.footer-seal,
.footer-seal a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.footer-seal a:hover {
    color: #26438f;
}
.footer-seal p {
    max-width: 100px;
    margin-left: 25px;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
    footer .copyright {
        padding: 0 0 30px;
    }
    footer address {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-seal,
    .footer-seal a {
        justify-content: center;
    }
    .footer-body h3 {
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-body > .container > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-body .col-sm-6 {
        flex: 0 0 50%;
    }
    .footer-body .col-sm-6:nth-child(3),
    .footer-body .col-sm-6:nth-child(4) {
        margin-top: 50px;
    }
    footer .copyright {
        padding: 0 0 35px;
    }
}
@media (max-width: 1199px) {
    .footer-email {
        letter-spacing: -.5px;
    }
}
@media (min-width: 1320px) {
    .footer-body > .container {
        width: 1170px;
    }
}
/*********************** HOME V3 ***********************/
.home-hero {
    min-height: 100vh;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, #D6F4EF 11.46%, rgba(236, 250, 248, 0.457364) 53.12%, rgba(255, 255, 255, 0) 67.71%);
}
.home-hero-accent {
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-hero .container {
    position: relative;
    z-index: 1;
}
.home-hero h2 {
    color: #181e4b;
    font-size: 68px;
}
.home-hero h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.home-hero-inner {
    padding-top: 45vh;
    padding-bottom: 15vh;
}
.home-hero-video-button img {
    margin: -8px 0 -8px 10px;
    padding-bottom: 5px;
}
@media (max-width: 991px) {
	.home-hero {
		background-position: 86% 0;
	}
}
@media (max-width: 767px) {
	.home-hero {
		min-height: unset;
		background-color: #d6f4ef;
		background-image: url('/wp-content/uploads/2022/02/home-hero-mobile-1.jpg') !important;
		background-size: 100%;
	}
    .home-hero h2 {
        font-size: 50px;
		text-shadow: 4px 4px 10px #d7f4ef;
    }
    .home-hero h3 {
		font-size: 30px;
	}
	.home-hero-inner {
		/*padding-top: 30vh;*/
        padding-top: 65%;
		padding-bottom: 25vh;
		text-align: center;
	}
	.home-hero-video-button img {
		width: 26px;
	}
}
@media (max-width: 480px) {
    .home-hero h2 {
        font-size: 34px;
    }
    .home-hero h3 {
        font-size: 28px;
    }
    .home-hero-inner {
        padding-bottom: 15vh;
    }
}

.home-content {
    padding: 80px 0 60px;
    background-color: #d6f4ef;
}
.home-content .container {
    max-width: 920px;
}
.home-content .container p {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.home-cards {
    padding: 20px 0 200px;
    background-color: #d6f4ef;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.home-cards .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-cards-single {
    flex: 0 0 42%;
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.25);
    position: relative;
    text-align: center;
}
.home-cards-single:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #2dd6c1;
    border-radius: 6px;
}
.home-cards-single img {
    border-radius: 18px;
}
.home-cards-single-body {
    padding: 50px 24px 120px;
}
.home-cards-single-body .button {
    width: calc(100% - 100px);
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.home-cards-single-body h3 {
    margin-bottom: 1.5rem;
}
.home-cards-single-body p {
    text-align: left;
}

@media (max-width: 991px) {
    .home-cards-single {
        flex: 0 0 46%;
    }
}
@media (max-width: 767px) {
    .home-cards {
        background-size: contain;
    }
    .home-cards-single {
        flex: 0 0 100%;
        max-width: 500px;
        margin: 0 auto 40px;
    }
    .home-cards-single:last-child {
        margin-bottom: 0;
    }
}

.home-testimonials {
    background: #2dd6c1;
    padding: 40px 0;
    position: relative;
}
.home-testimonials:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    border-bottom: 3px dashed #fff;
}
.home-testimonials:after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    border-top: 3px dashed #fff;
}
.home-testimonials-image {
    text-align: center;
}
.home-testimonials-image img {
    width: 500px;
    margin-bottom: 60px;
    border-radius: 15px;
}
.home-testimonials-content {
    text-align: center;
}
.home-testimonials-content img {
    padding-bottom: 50px;
}
.home-testimonials-list-wrapper {
    width: 100%;
    padding: 0 40px;
}
.home-testimonials-list .slick-dots {
    bottom: -112px;
}
.slick-dots li button:before {
    color: #fff;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.slick-next,
.slick-prev {
    width: 1.75rem;
    height: 1.75rem;
    z-index: 2;
    transition: all .3s ease;
}
.slick-slider .slick-arrow:before {
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 1.5rem;
	background: #325E9A;
	color: #fff;
	width: 1.75rem;
	height: 1.75rem;
    border-radius: 50%;
	display: flex;
    align-items: center;
	justify-content: center;
	opacity: 1;
    transition: all .3s ease;
    padding-bottom: 1px;
}
.slick-slider .slick-arrow.slick-prev:before {
    padding-right: 2px;
}
.slick-slider .slick-arrow.slick-next:before {
    padding-left: 2px;
}
.slick-slider .slick-arrow:hover:before {
	background: #325E9A;
	color: #fff;
    opacity: .75;
}
.slick-slider .slick-arrow.slick-prev {
	left: -2rem;
}
.slick-slider .slick-arrow.slick-next {
	right: -2rem;
}
.slick-slider .slick-arrow.slick-prev:before {
	content: '\f104';
}
.slick-slider .slick-arrow.slick-next:before {
	content: '\f105';
}
.home-testimonials-single {
    font-weight: 600;
}
.home-testimonials-button {
    margin-bottom: 70px;
}
@media (min-width: 992px) {
    .home-testimonials .container-fluid > .row {
        display: flex;
    }
    .home-testimonials-image {
        text-align: left;
    }
    .home-testimonials-image img {
        width: 850px;
        margin-left: -20px;
        margin-bottom: 0;
        border-radius: 0;
    }
    .home-testimonials-content {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 0 100px;
        max-width: 730px;
    }
    .home-testimonials-list .slick-dots {
        bottom: -126px;
    }
    .home-testimonials-list-wrapper {
        padding: 0;
    }
    .slick-slider .slick-arrow.slick-prev {
        left: -3rem;
    }
    .slick-slider .slick-arrow.slick-next {
        right: -3rem;
    }
}
@media (min-width: 1921px) {
    .home-testimonials-image {
        text-align: right;
    }   
}

.home-personalized-care {
    padding: 60px 0;
    background-color: #E9F2FF;
    text-align: center;
}
@media (min-width: 768px) {
    .home-personalized-care .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .home-personalized-care {
        padding: 100px 0;
    }
}

.home-features {
    padding: 0 0 70px;
    background-color: #E9F2FF;
}
.home-features-content {
    display: flex;
    align-items: center;
}
.home-features-content-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}
.home-features-content h3 > * {
    vertical-align: -18px;
}
.home-features-content h3 img {
    margin-right: 35px;
}
.home-features-content h4 {
    margin: 2rem 0 1.5rem;
}
.home-features-button {
    margin-top: 2rem;
    text-align: center;
}
.home-features-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-features-image img {
    width: 500px;
    margin-bottom: 60px;
    border-radius: 15px;
}
@media (min-width: 992px) {
    .home-features {
        padding: 0 0 140px;
    }
    .home-features .container-fluid > .row {
        display: flex;
    }
    .home-features-image {
        text-align: right;
        justify-content: flex-end;
    }
    .home-features-image img {
        width: 900px;
        margin-right: -20px;
        margin-bottom: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .home-features-content-inner {
        margin: 0 0 0 auto;
        padding: 0 80px;
    }
    .home-features-button {
        text-align: left;
        margin-top: 2.5rem;
    }
}
@media (min-width: 1921px) {
    .home-features-image {
        text-align: left;
    }
    .home-features-image img {
        border-radius: 15px;
    }
}

.home-above-footer-cta {
    position: relative;
    padding: 0 0 60px;
    background-color: #E9F2FF;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}
.home-above-footer-cta-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, #E9F2FF 0%, rgba(233, 242, 255, 0.78) 200px, rgba(255, 255, 255, 0) 500px);
}
.home-above-footer-cta .container {
    position: relative;
    z-index: 1;
}
.home-above-footer-cta p {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}
.home-above-footer-cta-phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 290px;
    margin: 0 auto;
}
.home-above-footer-cta img {
    margin-right: 10px;
}
.home-above-footer-cta .button {
    margin-top: 20px;
}
.home-above-footer-cta-image {
	padding: 0 20px 40px;
}
.home-above-footer-cta-image img {
	border-radius: 15px;
}
@media (max-width: 767px) {
	.home-above-footer-cta {
		background-image: none !important;
	}
}
@media (min-width: 768px) {
    .home-above-footer-cta {
        background-size: 140%;
        padding: 400px 0 60px;
    }
    .home-above-footer-cta-overlay {
        background: linear-gradient(0deg, #E9F2FF 0%, rgba(233, 242, 255, 0.78) 300px, rgba(255, 255, 255, 0) 500px);
    }
	.home-above-footer-cta-image {
		display: none;
	}
}
@media (min-width: 992px) {
    .home-above-footer-cta p {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    .home-above-footer-cta {
        background-size: auto;
        padding: 600px 0 60px;
    }
}