/*
Theme Name: Proclin Research Theme
Theme URI: https://www.proclinresearch.com//
Author: Proclin Team
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scorr

# Fonts
--------------------------------*/


/* Load Fonts Here */

@font-face {
    font-family: "MuseoSansW01-Rounded300";
    src: url("Fonts/b306383f-db79-42c0-92db-e0759aff6588d41d.eot?#iefix");
    src: url("Fonts/b306383f-db79-42c0-92db-e0759aff6588d41d.eot?#iefix") format("eot"), url("Fonts/66c80723-12ac-4a96-8303-d0eee61c32b1.woff2") format("woff2"), url("Fonts/36d5ed39-d8cd-4558-a597-0f47565cdd0e.woff") format("woff"), url("Fonts/5b6ee6f2-5a3c-4f51-a192-9d34b20b76d7.ttf") format("truetype"), url("Fonts/b2dea16e-a12b-40b2-ba49-d6f96411788b.svg#b2dea16e-a12b-40b2-ba49-d6f96411788b") format("svg");
}

@font-face {
    font-family: "MuseoSansW01-Rounded500";
    src: url("Fonts/bce92934-3424-455e-a932-b365b0acb769d41d.eot?#iefix");
    src: url("Fonts/bce92934-3424-455e-a932-b365b0acb769d41d.eot?#iefix") format("eot"), url("Fonts/724577a4-2ce2-4c97-94cb-9a622b9ab1c3.woff2") format("woff2"), url("Fonts/231821bd-27ad-42c9-9c65-a4d8465cef7a.woff") format("woff"), url("Fonts/f95819e8-3fc1-420e-af97-c57b8f3b41fa.ttf") format("truetype"), url("Fonts/1705375f-d9b2-47de-859d-f9267a536656.svg#1705375f-d9b2-47de-859d-f9267a536656") format("svg");
}

@font-face {
    font-family: "MuseoSansW01-Rounded700";
    src: url("Fonts/6a35e785-45a9-4a06-9f02-bb9ea47845e7d41d.eot?#iefix");
    src: url("Fonts/6a35e785-45a9-4a06-9f02-bb9ea47845e7d41d.eot?#iefix") format("eot"), url("Fonts/9860a95f-e5c1-44df-9c3a-79776b19cbc2.woff2") format("woff2"), url("Fonts/d09ef693-9970-4df7-a439-a19e4f129459.woff") format("woff"), url("Fonts/7b011e6b-fafc-419b-a5c9-d1db670f680f.ttf") format("truetype"), url("Fonts/d6530609-5510-4550-b0d0-6bdba206fdf5.svg#d6530609-5510-4550-b0d0-6bdba206fdf5") format("svg");
}


/*--------------------------------
# Type / Elements
--------------------------------*/

body,
button,
input,
select,
textarea {
    color: #415464;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
}

body {
    font-family: 'MuseoSansW01-Rounded300', sans-serif;
    font-weight: 400;
    width: 100%;
}

ul,
ol {
    margin: 0 0 1.71em 2rem;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 2rem;
}

p {
    margin-bottom: 1.71rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #415464;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 400;
    margin: 0 0 1rem;
}

h1 {
    font-size: 5em;
    letter-spacing: .01em;
    line-height: 1.444em;
}

h2 {
    font-size: 2.25em;
    line-height: 1.333em;
}

h3 {
    font-size: 1.75em;
    letter-spacing: .01em;
    line-height: 1.36em;
}

h4,
h5,
h6 {
    font-size: 1.25em;
    letter-spacing: .01em;
    line-height: 1.5em;
}

b,
strong {
    font-family: 'MuseoSansW01-Rounded700';
    font-weight: 400;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li:before {
    content: '\2022';
    /* position: absolute; */
    float: left;
    margin-left: -1rem;
    color: #becc19;
}

#menu-useful-links li {
    list-style: inside;
}

#foot-info {
    background: #f3f3f3;
}


/* body.is-safari .entry-content ul li:before {
    position: static;
} */

.entry-content ul ul li:before {
    content: '‑';
    color: #4e5157;
}

.row {
    max-width: 100%;
}

.row .row {
    margin: 0;
}

hr {
    background-color: #f8f8f8;
    border: 0;
    height: 1px;
    margin: 0 0 1.71em;
}

blockquote {
    border-left: 2px solid #F68B1F;
}

blockquote,
blockquote p {
    color: #415464;
}

.entry-content p,
.entry-content li {
    font-size: 1.125rem;
}

.border-bottom-blue {
    /* border-bottom: 2px solid #0099D6; */
    border-bottom: 2px solid #becc19;
    display: inline-block;
    border-bottom-color: #becc19;
}


/*--------------------------------
# Links
--------------------------------*/

a,
a:visited {
    color: #becc19;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #04569a;
    text-decoration: none;
}

a:hover sup {
    text-decoration: none !important;
}

a:focus,
div:focus,
a:active {
    outline: 0;
}

.entry-content a {
    font-family: 'MuseoSansW01-Rounded700';
    transition: all .4s ease;
}

.btn,
button,
input[type="button"],
input[type="submit"],
.field-wrap.submit-wrap,
.social-icon {
    background-color: #04569a;
    border: 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: 'MuseoSansW01-Rounded700';
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1em;
    min-width: 150px;
    overflow: hidden;
    padding: .812em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1;
}

.field-wrap.submit-wrap {
    display: inline-block !important;
    padding: 0;
}

.field-wrap.submit-wrap .nf-field-element {
    display: inline-block !important;
    position: relative !important;
    z-index: 2 !important;
}

.btn:before,
button:before,
input[type="button"]:before,
input[type="submit"]:before,
.field-wrap.submit-wrap:before,
.social-icon:before {
    background-color: #becc19;
    background-image: linear-gradient(#04569a, #becc19);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: all .4s ease;
    visibility: hidden;
    z-index: -1;
}

a.btn:visited {
    color: #fff;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.social-icon:hover {
    color: #fff;
    text-decoration: none;
}

.btn:hover:before,
button:hover:before,
input[type="button"]:hover:before,
input[type="submit"]:hover:before,
.field-wrap.submit-wrap:hover:before,
.social-icon:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

button.sc-search {
    color: #fff;
    height: 30px;
    min-width: 0;
    padding: 0;
    position: relative;
    top: -10px;
    width: 30px;
}

button:focus,
button:active {
    outline: none;
}


/* Social Media Icons */

.social-icon {
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 1.25em;
    -webkit-justify-content: center;
    justify-content: center;
    height: 30px;
    min-width: 0;
    padding: 0;
    width: 30px;
}

.social-icon i.fa {
    line-height: 1em;
    vertical-align: middle;
}

.social-icon:visited,
.social-icon:active,
.social-icon:focus {
    color: #fff !important;
}


/* Back Button */

.back {
    color: #5C2D91;
    cursor: pointer;
}

.back:before {
    content: '\e802';
    display: inline-block;
    font-family: fontello;
    font-size: .9rem;
    padding-right: 8px;
}


/* Slick Slider Button Fixes */

button.slick-arrow,
.slick-dots button {
    min-width: 0;
}

button.slick-arrow:before,
.slick-dots button:before {
    background: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
}


/*--------------------------------
# Header
--------------------------------*/

header#masthead {
    background-color: #fff;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

header#masthead.wp-active {
    top: 32px;
}

.masthead-content {
    margin: 0 auto;
    max-width: 1340px;
    padding: 1rem 20px;
    position: relative;
    width: 100%;
}

.head-part {
    position: relative;
    display: inline-block;
    z-index: 20;
}

header#masthead {
    transition: all .6s ease, width 0s;
}

.site-home-link,
.site-branding img.logo-img {
    display: inline-block;
}


/*Hidden State*/

@media only screen and (min-width: 1023px) {
    header#masthead.hidden {
        -webkit-transform: translateY(-122px);
        transform: translateY(-122px);
        visibility: hidden;
    }
}

@media only screen and (max-width: 640px) {
    header#masthead #clinipace-logo {
        height: 50px;
        width: auto;
    }
}


/*--------------------------------
# Menus
--------------------------------*/

.main-navigation,
.top-navigation {
    position: absolute;
    right: 20px;
}

.main-navigation {
    bottom: 1.1rem;
    text-align: right;
    width: 100%;
}

.top-navigation {
    top: 0;
}

.site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.site-header li {
    display: inline-block;
    line-height: 1em;
    padding: 0 1rem 0 0;
    font-size: 1.1rem;
}

#top-menu li {
    padding: 9px 10px;
}

.site-header li a {
    display: inline-block;
    position: relative;
    font-family: 'MuseoSansW01-Rounded700';
    font-weight: 400;
    text-decoration: none;
    transition: all .4s ease;
}

.site-header li a,
.site-header li a:visited {
    color: #3f5364;
}

#top-menu li a {
    /*font-size: .8125em;*/
    font-size: .9125em;
}

.site-header ul.sub-menu {
    background-color: #fff;
    border-bottom: 3px solid #6FC7B6;
    border-top: 3px solid #6FC7B6;
    border-color: #becc19;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    left: 0;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    text-align: left;
    top: 46px;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

.site-header ul>li>ul:before {
    background-color: #6FC7B6;
    background-color: #becc19;
    content: '';
    height: 9px;
    left: 0;
    position: absolute;
    top: -12px;
    transition: all .4s ease .1s;
    width: 0;
}

.site-header ul.sub-menu li {
    display: block;
    padding: 0;
}

.site-header ul.sub-menu li a {
    color: #6a6c74;
    display: block;
    font-family: "MuseoSansW01-Rounded300";
    font-size: .9375em;
    padding: 10px 25px;
    width: 100%;
}

.site-header ul.sub-menu li a:before {
    background-color: #f68b1f;
    background-color: #becc19;
    bottom: 6px;
    content: '';
    display: block;
    left: 25px;
    margin: auto 0;
    position: absolute;
    top: 6px;
    -webkit-transform: translateX(-6px) scale(0);
    transform: translateX(-6px) scale(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all .4s ease;
    width: 6px;
}

.site-header ul.sub-menu li a:hover {
    background-color: #eceff2;
    font-weight: 700;
    padding-left: 37px;
}

.site-header ul.sub-menu li a:hover:before {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    width: 6px;
}

.site-header ul.sub-menu ul {
    box-shadow: none;
    border: 0;
    opacity: 1;
    padding: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
    visibility: inherit;
}

.site-header ul.sub-menu ul li a {
    padding-left: 45px;
}

.site-header ul.sub-menu ul li a:before {
    left: 35px;
}

.site-header ul.sub-menu ul li a:hover {
    padding-left: 47px;
}

.site-header ul li.active>ul {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.site-header ul>li.active>ul:before {
    width: 105px;
}

.site-header ul li.active>ul,
.site-header ul li.focus>ul,
.site-header ul ul li:hover>ul,
.site-header ul ul li.focus>ul {
    opacity: 1;
    visibility: visible;
}

.site-header ul ul li {
    padding: 0 0 .75em;
}

.site-header ul ul li:last-of-type,
.site-header ul ul li.menu-item-has-children li {
    padding: 0;
}


/* Indicators */

.site-header ul.menu>li.menu-item-has-children>a {
    padding-right: 10px;
    position: relative;
}

.site-header ul.menu>li.menu-item-has-children>a:before,
.site-header ul.menu>li.menu-item-has-children>a:after {
    border-bottom: 2px solid #becc19;
    border-right: 2px solid #becc19;
    content: '';
    display: inline-block;
    height: 6px;
    margin-left: 6px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all .3s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 6px;
}

.site-header ul.menu>li.menu-item-has-children.active>a:after {
    top: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.site-header ul.menu>li.menu-item-has-children.active>a:before {
    top: 2px;
    -webkit-transform: rotate(-45deg) translate(2px, 2px);
    transform: rotate(-45deg) translate(2px, 2px);
}


/* Main navigations */

.main-menu-part {
    display: inline-block;
    padding-right: 15px;
}

.main-menu-part>ul {
    border-top: 2px solid #becc19;
    border-color: #becc19;
    position: relative;
    padding: 4px 1rem 0 0;
}

.main-menu-part>ul:before {
    font-family: 'MuseoSansW01-Rounded700';
    font-size: .75em;
    left: 0;
    position: absolute;
    top: -22px;
    text-transform: uppercase;
}

#primary-menu-1:before {
    content: 'Proclin Advantages';
    color: #6FC7B6;
    color: #04569a;
}

#primary-menu-2,
#primary-menu-2 ul.sub-menu {
    border-color: #becc19;
    border-color: #becc19;
}

#primary-menu-2:before {
    content: 'Proclin Specialization';
    color: #0099d6;
    color: #04569a;
}

#primary-menu-2 ul.sub-menu:before {
    background-color: #0099d6;
    background-color: #becc19;
}

#primary-menu-2 ul.sub-menu li a:before {
    background-color: #FEC340;
    background-color: #becc19;
}

#primary-menu-3,
#primary-menu-3 ul.sub-menu {
    border-color: #becc19;
    border-color: #becc19;
}

#primary-menu-3:before {
    content: 'Get IN Touch';
    color: #f68b1f;
    color: #04569a;
}

#primary-menu-3 ul.sub-menu:before {
    background-color: #f68b1f;
    background-color: #becc19;
}

#primary-menu-3 ul.sub-menu li a:before {
    background-color: #6FC7B6;
    background-color: #becc19;
}

.main-menu-part ul.sub-menu ul {
    border: 0 !important;
}

@media only screen and (max-width: 1280px) {
    .main-menu-part>ul {
        padding-right: 5px;
    }
    .site-header li a {
        font-size: .875em;
    }
    .main-menu-part>ul:before {
        font-size: .7em;
    }
}

@media only screen and (max-width: 1130px) {
    .main-menu-part>ul>li {
        padding-right: .6rem;
    }
    .site-header li a {
        font-size: .8em;
    }
    .main-menu-part {
        padding-right: 12px;
    }
}


/* Mobile Menu */

.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 28px;
    right: 20px;
    cursor: pointer;
    z-index: 999999219;
    transition: all .4s ease;
}

.menu-btn-contain {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .4s ease;
    width: 50px;
}

.menu-btn {
    height: 20px;
    position: relative;
    width: 26px;
}

.menu-btn:before,
.menu-btn:after {
    content: '';
}

.menu-bar,
.menu-btn:before,
.menu-btn:after {
    background-color: #415464;
    height: 4px;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}

.menu-bar {
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.mobile-menu-btn.active .menu-bar {
    opacity: 0;
}

.menu-btn:before {
    top: 0;
}

.mobile-menu-btn.active .menu-btn:before {
    top: 50%;
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn:after {
    bottom: 0;
}

.mobile-menu-btn.active .menu-btn:after {
    bottom: auto;
    top: 50%;
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-links .search-btn-cont {
    display: none;
}

.mobile-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mobile-links ul li.has-submenu>a:after {
    color: #fff;
    content: '\e803';
    display: inline-block;
    float: right;
    font-family: fontello;
    padding-left: 10px;
}

.mobile-links ul li a {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    padding: 5px 15px;
}

@media only screen and (min-width: 767px) {
    .mobile-links ul li a,
    button.mobile-search-btn,
    li.back {
        font-size: 1.25em;
        padding: 7px 15px;
    }
}

.mobile-links ul li ul {
    -webkit-align-items: center;
    align-items: center;
    background-color: #6fc7b6;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    width: 95vw;
    z-index: 200;
}

.mobile-links ul#mobile-menu-2 li ul {
    background-color: #0099d6;
}

.mobile-links ul#mobile-menu-3 li ul {
    background-color: #f68b1f;
}

.mobile-links ul li ul li a {
    color: #fff;
}

.mobile-links ul li ul ul {
    background-color: #f68b1f;
    width: 100%;
    width: 90vw;
}

.mobile-links ul#mobile-menu-2 li ul ul {
    background-color: #FEC340;
}

.mobile-links ul#mobile-menu-3 li ul ul {
    background-color: #6fc7b6;
}

.mobile-links ul li.has-submenu.open-submenu>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-links ul li ul li a {
    padding-left: 30px;
}

.mobile-links ul li ul li ul li a {
    padding-left: 45px;
}

.mobile-links .back {
    color: #fff;
    margin-bottom: 10px;
}


/*--------------------------------
# Content
--------------------------------*/

#content {
    min-height: 600px;
    padding-top: 122px;
}

#content-contain.row {
    margin: 0 auto;
    max-width: 1340px;
}

#page {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1800px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.awards {
    border-radius: 12px;
    ;
}

@media only screen and (min-width: 959px) {
    ul.four-col {
        -webkit-column-count: 4;
        column-count: 4;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
    }
}

@media only screen and (min-width: 640px) {
    .two-col,
    .twocol-ul ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3rem;
        column-gap: 3rem;
        -webkit-column-break-inside: avoid;
        break-inside: avoid-column;
    }
    /* .twocol-ul li {
        position: relative;
    }
    .twocol-ul li:before {

    } */
    .twocol-ul ul li input,
    .twocol-ul ul li label {
        display: inline-block !important;
        float: none !important;
        margin: 0 3px 0 0 !important;
    }
}


/*--------------------------------
# Search Form / Share Box
--------------------------------*/

.search-btn-cont {
    display: inline-block;
    transition: all .4s ease;
}

.search-active .search-btn-cont {
    opacity: 0;
}


/* Search Animation */

.main-menu-part {
    transition: all .6s ease, opacity .4s ease .2s;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
}

.search-active .main-menu-part {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

#inline-search-form {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(444px);
    transform: translateX(444px);
    transition: all .4s ease;
    transition-timing-function: cubic-bezier(.2727, .0986, .8333, 1);
    visibility: hidden;
    width: 500px;
    z-index: 5;
}

#inline-search-form.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

#inline-search-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #415464;
    border-radius: 0;
    box-shadow: none;
    color: #415464;
    display: inline-block;
    height: auto;
    font-family: "MuseoSansW01-Rounded700";
    line-height: 1.1em;
    padding: 0 3px 3px;
    width: 420px;
}

button.search-send {
    height: 30px;
    min-width: 0;
    padding: 0;
    width: 30px;
}

.search-close {
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    height: 1rem;
    min-width: 0;
    padding: 0;
    position: relative;
    top: 3px;
    width: 1rem;
}


/* Mobile search feature */

button.mobile-search-btn,
button.search-back {
    min-width: 0;
    position: static;
}

button.mobile-search-btn:before,
button.search-back:before {
    content: none;
}

button.mobile-search-btn {
    height: 40px;
    padding: 0;
    width: 40px;
}

button.search-back {
    background-color: transparent;
    font-size: .875em;
    opacity: 0;
    margin-top: 5px;
    text-transform: none;
    visibility: hidden;
}

.mobile-search-active button.search-back {
    opacity: 1;
    visibility: visible;
}

.sub-open button.mobile-search-btn {
    opacity: 0;
    visibility: hidden;
}

button.mobile-search-btn:active,
button.mobile-search-btn:focus {
    outline: none;
}

.mobile-search-contain,
.mobile-links {
    overflow: hidden;
    transition: all .4s ease;
    z-index: 10;
}

.mobile-links {
    max-height: 100vh;
    padding: 0 2rem;
}

.mobile-search-contain,
.mobile-search-active .mobile-links {
    max-height: 0;
    visibility: hidden;
}

.mobile-search-active .mobile-search-contain {
    max-height: 200px;
    width: 400px;
    max-width: 80%;
    visibility: visible;
}

.mobile-search-contain input[type="text"] {
    border-bottom: 3px solid #fff;
    color: #fff;
}

#mobile-searchform input::-webkit-input-placeholder {
    color: #fff;
}

#mobile-searchform input:-ms-input-placeholder {
    color: #fff;
}

#mobile-searchform input::-ms-input-placeholder {
    color: #fff;
}

#mobile-searchform input::placeholder {
    color: #fff;
}


/*--------------------------------
# Forms
--------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #415464;
    box-shadow: none;
    color: #415464;
    font-size: 1rem;
    transition: all .4s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    background-color: transparent;
    color: #415464;
    border: 0;
    border-bottom: 3px solid #415464;
    box-shadow: none;
}

textarea,
textarea:focus {
    border: 3px solid #415464;
    padding: 3px;
    width: 100%;
}

label {
    color: #415464;
    font-size: 1em;
    font-weight: 400;
}

.ninja-forms-form-wrap label {
    font-weight: normal!important;
}

.ninja-forms-req-symbol,
.nf-error-msg,
.hs-form-required {
    color: #EC008C !important;
}

.nf-error-msg {
    font-size: .875em;
    font-style: italic;
}

.nf-error .ninja-forms-field {
    border: 0 !important;
    border-bottom: 3px solid #EC008C !important;
}

.nf-form-fields-required,
.ninja-forms-required-items {
    display: none !important;
}

.nf-field-container,
#ninja_forms_required_items,
.hs-form-field {
    margin-bottom: 1rem !important;
}

.nf-field-container.pad-bottom {
    margin-bottom: 1.3rem !important;
}

.entry-content .nf-field-element ul li:before {
    content: '';
}

#nf-field-23-wrap li {
    text-align: left;
}

.label-above .nf-field-label {
    margin-bottom: 0 !important;
}

.nf-multi-cell .nf-cell {
    padding: 0 1em !important;
}

.field-wrap.submit-wrap {
    position: relative;
}

.field-wrap.submit-wrap:before {
    z-index: 1;
}

.field-wrap.submit-wrap input[type=button] {
    background: transparent;
}

.field-wrap.submit-wrap .nf-field-label,
.field-wrap.submit-wrap .nf-error-wrap {
    display: none !important;
}

.nf-fu-fileinput-button {
    overflow: visible !important;
}

input::-webkit-input-placeholder {
    color: #415464;
}

input:-ms-input-placeholder {
    color: #415464;
}

input::-ms-input-placeholder {
    color: #415464;
}

input::placeholder {
    color: #415464;
}

.label-above .field-wrap {
    position: relative;
    transition: all .4s ease;
}

.label-above .field-wrap .nf-field-label {
    padding: 0 .5rem;
    position: absolute;
    transition: all .4s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    top: .85rem;
}

.label-above .field-wrap.focus {
    padding-top: 1rem;
}

.label-above .field-wrap.focus .nf-field-label {
    top: 0;
    -webkit-transform: scale(.75);
    transform: scale(.75);
}

.textarea-container.label-above .field-wrap,
.listmultiselect-container.label-above .field-wrap,
.listradio-container.label-above .field-wrap,
.list-container.label-above .field-wrap {
    padding-top: 2rem;
}

.textarea-container.label-above .nf-field-label,
.listmultiselect-container.label-above .nf-field-label,
.listradio-container.label-above .nf-field-label,
.list-container.label-above .nf-field-label {
    top: 0;
    -webkit-transform: none !important;
    transform: none !important;
}

.textarea-container.label-above .nf-field-label label,
.listmultiselect-container.label-above .nf-field-label label,
.listradio-container.label-above .nf-field-label label,
.list-container.label-above .nf-field-label label {
    /* color: #5C2D91; */
    font-family: "MuseoSansW01-Rounded700";
}

.list-checkbox-wrap .nf-field-element,
.list-radio-wrap .nf-field-element {
    padding: 0 .5rem;
}

.list-checkbox-wrap .nf-field-element label,
.list-radio-wrap .nf-field-element label {
    color: #415464;
    font-size: 1rem;
}

.listselect-container.label-above .field-wrap label {
    padding-top: .5rem;
}

.nf-field-element p {
    margin: 0;
}


/*--------------------------------
# Cards
--------------------------------*/

a.cardlink {
    display: block;
}

.card {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    cursor: pointer;
    position: relative;
}

.card:before,
.card:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
}

.card:before {
    border: 1px solid #c7c8ca;
    margin: auto;
    right: 0;
    z-index: 1;
}

.card:after {
    background-color: #ec008c;
    margin: auto 0;
    transition: all .4s ease;
    width: 8px;
    z-index: 2;
}

.card.events:after {
    background-color: #5C2D91;
}

.card.events.webinar:after {
    background-color: #ec008c;
}

.card:hover:after {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    transition: all .4s ease, -webkit-transform .4s ease .2s;
    transition: all .4s ease, transform .4s ease .2s;
    transition: all .4s ease, transform .4s ease .2s, -webkit-transform .4s ease .2s;
    width: 100%;
}

.card.card-large:after {
    background-color: #fff;
    width: 100%;
}

.card.card-large:hover:after {
    background-color: #eceff2;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card.card-large:before {
    content: none;
}

.card.no-link {
    cursor: default;
}

.card,
.card-image,
.card-type,
.card-content {
    transition: all .4s ease;
}

.card-type {
    color: #ec008c;
    display: block;
    font-family: "MuseoSansW01-Rounded700";
    font-size: .875em;
    line-height: 1em;
    padding: 0 0 2.5rem;
    position: relative;
    text-transform: uppercase;
}

.card.events .card-type {
    color: #5C2D91;
}

.card.events.webinar .card-type {
    color: #ec008c;
}

.card-type,
a.card-link {
    font-size: .8125em;
}

.card-content {
    height: 330px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    z-index: 4;
}

h3.card-title {
    font-family: "MuseoSansW01-Rounded500";
    font-size: 1.37em;
    line-height: 1.36em;
    margin-bottom: 2rem;
    text-transform: none;
}

h3.card-title,
h3.card-title a {
    border: 0;
    color: #415464;
    transition: all .4s ease;
}

a.cardlink:hover,
.card a:hover,
h3.card-title a:hover {
    text-decoration: none;
}

.card-exerpt p {
    color: rgba(65, 84, 100, .5);
    font-family: "MuseoSansW01-Rounded500";
    font-size: .875em;
    line-height: 1.5em;
    margin: 0;
    transition: all .4s ease;
}

.card-exerpt p.card-meta-date {
    margin: 0 0 1rem;
}

.card-contain {
    padding-bottom: 30px;
}

.card:hover .card-type,
.card:hover .card-exerpt p,
.card:hover h3.card-title,
.card:hover h3.card-title a,
.card.events.webinar:hover .card-type {
    color: #fff;
}

.card.card-large:hover h3.card-title,
.card.card-large:hover h3.card-title a {
    color: #415464;
}

.card.card-large:hover .card-exerpt p {
    color: rgba(65, 84, 100, .5);
}

.card.card-large:hover .card-type {
    color: #ec008c;
}

@media only screen and (max-width: 959px) {
    h3.card-title {
        font-size: 1em;
    }
    .card-content {
        height: 360px;
        padding: 2rem;
    }
    .card-content:before {
        font-size: 1.9rem;
        top: 2rem;
        width: 5rem;
    }
    .card.blog .card-content:before {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .card-content {
        height: auto;
    }
    .card-date span.time {
        font-size: .85rem;
    }
}


/*--------------------------------
# Builder
--------------------------------*/

.row.builder-row {
    margin: 0 auto 3.125em;
    max-width: 1380px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.site-main {
    padding-bottom: 0;
}

.content-contain.row {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 3;
}

.row.builder-row.content-small .content-contain.row {
    max-width: 700px;
}

.row.builder-row.content-medium .content-contain.row {
    max-width: 940px;
}

.row.builder-row.content-full .content-contain.row {
    max-width: 100%;
}

.row.builder-row.alt-bg {
    background-color: #eceff2;
    max-width: 100%;
    padding: 3.125em 0;
}

.row.builder-row.top-border {
    border-top: 1px solid #eceff2;
    padding-top: 3.125em;
}

.row.title-row {
    margin-bottom: 0;
}

.row.builder-row-full.background-content+.row.builder-row-full.secondary-content,
.row.builder-row-full.background-content+.row.builder-row-full.contact-row {
    margin-top: 0;
}

.builder-content+.the-content-contain {
    padding-top: 0;
}

.builder-row.column-content-row .columns {
    padding: 0;
}

.builder-row.column-content-row .row .columns,
.accordion-content .row .columns {
    padding: 0 20px;
}


/* Make the builder elements play nice in a sidebar template */

#content-contain.row .row.builder-row,
#content-contain.row .content-contain.row {
    max-width: 100%;
    padding: 0;
}


/* Accordion */

.accordion-head {
    border-top: 1px solid #415464;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all .4s ease;
}

.accordion-head h3 {
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
    max-width: 90%;
    padding: .25em 0;
    text-transform: none;
    transition: all .4s ease;
}

.active .accordion-head h3,
.accordion-head:hover h3 {
    color: #415464;
}

.accordion-content {
    display: none;
    padding: 0 10px 1rem;
}

.accordion-content p {
    margin: 1.71em 0;
}

.accordion-content p:first-of-type {
    margin-top: 0;
}

.indicator {
    display: inline-block;
    position: relative;
    top: 11px;
    float: right;
    width: 15px;
    height: 15px;
    transition: all .4s ease;
}

.indicator:before,
.indicator:after {
    background-color: #EC008C;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: all .4s ease;
    width: 100%;
}

.indicator:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.active>.accordion-head .indicator:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.active>.accordion-head .indicator {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* Carousel */

.slick-slide p {
    margin: auto;
    max-width: 800px;
}

.slick-slide p em {
    border-bottom: 3px solid #EC008C;
    display: block;
    font-size: 1.75em;
    margin-bottom: .25em;
    padding-bottom: .75em;
}

@media only screen and (max-width: 640px) {
    .slick-slide p em {
        font-size: 1.25em;
    }
}


/* Breakout */

.breakout {
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 320px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
}

.breakout-img,
.breakout:after,
.breakout-content:before,
.breakout-content:after {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}

.breakout:after {
    background: url(img/dot.svg) left top / 20px 20px repeat;
    content: '';
    right: 10px;
    width: 2000px;
}

.breakout-img {
    right: 0;
    width: 60%;
    z-index: 2;
}

.breakout-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 0 20px;
    min-height: 0;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    transition: all .4s ease;
    width: 60%;
    width: calc(60% - 20px);
    z-index: 10;
}

.breakout-content:hover {
    min-height: 320px;
}

.breakout-content:before {
    background-color: #fff;
    content: '';
    left: 0;
    width: 66.66%;
    width: calc(66.66% - 6.66px);
    z-index: 1;
}

.breakout-content:after {
    /*background-color: #6FC7B6;*/
    background-color: #04569a;
    content: '';
    left: 0;
    opacity: .75;
    width: 100%;
    z-index: 2;
}

.breakout-content h2 {
    font-size: 2.875em;
    letter-spacing: .01em;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}

.breakout-content h2,
.breakout-content h2 a,
.breakout-content h2 a:hover {
    color: #fff;
    cursor: default;
    font-family: "MuseoSansW01-Rounded500";
}

.breakout h2,
.breakout h3,
.breakout h4,
.breakout h5,
.breakout h6 {
    color: #fff;
}

.breakout-inside {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all .4s ease;
    z-index: 5;
}

.breakout-content:hover .breakout-inside {
    max-height: 320px;
    opacity: 1;
    padding-top: .9rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease .1s;
}

.breakout p {
    margin-bottom: 1rem;
}

.breakout a.breakout-link {
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
}

.breakout a.breakout-link:after {
    background-color: #677002;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .2s linear;
    width: 100%;
    z-index: -1;
}

.breakout a.breakout-link:hover:after {
    height: 100%;
}

.breakout a.breakout-link1 {
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
}

.breakout a.breakout-link1:after {
    background-color: #04569a;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .2s linear;
    width: 100%;
    z-index: -1;
}

.breakout a.breakout-link1:hover:after {
    height: 100%;
}

.orient-right .breakout-content {
    margin: 0 20px 0 auto;
}

.orient-right .breakout-img {
    left: 0;
    right: auto;
}

.orient-right .breakout:after {
    left: 10px;
    right: auto;
}

.orient-right .breakout-content:before {
    left: auto;
    right: 0;
}

.color-blue .breakout-content:after {
    background-color: #0099d6;
}

.color-orange .breakout-content:after {
    background-color: #98a311;
}

@media only screen and (max-width: 1024px) {
    .breakout-content {
        min-height: 320px;
        width: 80%;
        width: calc(80% - 20px);
    }
    .breakout-inside {
        max-height: 320px;
        opacity: 1;
        padding-top: .9rem;
        -webkit-transform: none;
        transform: none;
    }
    .breakout-content h2 {
        font-size: 1.76em;
    }
    .breakout p {
        font-size: 1em;
    }
}

@media only screen and (max-width: 640px) {
    .row.builder-row.breakout-content-row,
    .row.builder-row.breakout-content-row .columns {
        padding: 0;
    }
    .breakout {
        height: 360px;
    }
    .breakout-content {
        min-height: 360px;
        width: 90%;
        width: calc(90% - 20px);
    }
    .breakout-content h2 {
        font-size: 1.5em;
    }
}


/* Tabs */

.tabs-contain {
    line-height: 1.1em;
    margin: 0 0 2.125rem;
    text-align: center;
}

.tabs {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 3px;
    position: relative;
}

.tabs .marker {
    background-color: #5C2D91;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .5s ease;
    width: 77px;
}

.home-cards-contain .tabs.tab-active-1 .marker {
    background-color: #ec008c;
}

ul.tablist {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
}

ul.tablist li {
    cursor: pointer;
    display: inline-block;
    font-family: "MuseoSansW01-Rounded500";
    font-size: 1.125em;
    opacity: .5;
    padding: 10px 1rem;
    transition: all .5s ease;
}

ul.tablist li.active,
ul.tablist li:hover {
    opacity: 1;
}


/* Global Reach Map */

.region {
    cursor: pointer;
}

.map-col {
    text-align: center;
}

h3.region-title {
    border-bottom: 3px solid #F68920;
    display: inline-block;
    text-transform: uppercase;
}

#south-america-region h3.region-title {
    border-color: #60AE9F;
}

#europe-region h3.region-title {
    border-color: #E90E8B;
}

#asia-pacific-region h3.region-title {
    border-color: #5c2d91;
}

#africa-region h3.region-title {
    border-color: #0898D6;
}

.region-row.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -20px 3.125rem;
}

.location-title {
    margin: 0;
}

button.map-view-all {
    background-color: transparent;
    border-radius: 0;
    color: #EC008C;
    opacity: 0;
    transition: all .4s ease;
    visibility: hidden;
}

.map-active button.map-view-all {
    opacity: 1;
    visibility: visible;
}

button.map-view-all:before {
    content: none;
}

#global-map-svg {
    display: block;
    margin: 0 auto;
    max-height: 50vh;
    max-width: 100%;
}

@media only screen and (max-height: 800px) {
    #global-map-svg {
        max-height: 40vh;
        width: auto;
    }
}

@media only screen and (max-width: 1023px) {
    #global-map-svg {
        height: auto;
        max-height: none;
        width: 100%;
    }
}


/* Box Links */

a.blockbox,
a.flipbox {
    display: block;
    position: relative;
    transition: all .4s ease;
}

a.blockbox {
    border: 3px solid #fff;
    border-radius: 2px;
    margin: 0 10px 20px;
    text-align: center;
}

a.blockbox:hover {
    border-color: #becc19;
    box-shadow: 0 5px 20px 0 rgba(65, 84, 100, .2);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

a.open-lightbox img,
.partner-links a img {
    transition: all .4s ease;
}

a.open-lightbox:hover img,
.partner-links a:hover img {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

a.flipbox {
    background: url(img/dot.svg) left top / 20px 20px repeat;
    color: #fff;
}

a.flipbox:before,
a.flipbox:after,
a.blockbox:before {
    content: '';
}

a.flipbox:before,
a.blockbox:before {
    display: block;
    padding-top: 65%;
    width: 100%;
}

.medium-5 a.blockbox:before,
.medium-6 a.blockbox:before {
    padding-top: 75%;
}

.flip-bg,
a.flipbox:after {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto 0;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}

a.flipbox:after {
    background-color: #415464;
    mix-blend-mode: multiply;
    top: 0;
    z-index: 2;
}

.flip-bg {
    background-color: #EC008C;
    top: calc(100% - 3px);
    z-index: 3;
}

a.flipbox:hover .flip-bg {
    top: 0;
}

span.flip-contain,
span.block-contain {
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    margin: auto 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5;
}

span.block-contain {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px;
}

@media only screen and (min-width: 1100px) {
    #primary.full-width .medium-3 span.block-contain,
    .medium-5 span.block-contain,
    .medium-6 span.block-contain {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

span.flip-contain strong {
    display: block;
    margin: 0 0 1em;
}

span.flip-contain span.flip-content {
    display: block;
    font-family: "MuseoSansW01-Rounded300";
    max-height: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: all .4s ease;
    overflow: hidden;
}

a.flipbox:hover span.flip-contain span.flip-content {
    max-height: 300px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a.blockbox img {
    margin: 5px auto .6rem;
    max-width: 100%;
}

.is-ie a.blockbox img {
    height: 89px;
    width: 89px;
}

a.blockbox h4 {
    color: inherit;
    line-height: 1.2em;
}

.medium-3 a.blockbox h4 {
    font-size: 1.2em;
}

.box-links-row .content-head-row h3 {
    color: #415464;
    font-size: 1.5em;
    margin-bottom: 2rem;
}

.box-links-row .row.boxes-row .columns {
    padding: 0 !important;
}

.column-content-row.box-links-row.v-center.row .row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

@media only screen and (max-width: 1095px) and (min-width: 768px) {
    .medium-3 a.blockbox h4 {
        font-size: .95em;
    }
    .box-links-row .row.boxes-row .columns.medium-3 {
        width: 33.33%;
    }
}

@media only screen and (max-width: 640px) {
    a.blockbox:before {
        content: none;
    }
    span.block-contain {
        position: static;
    }
}


/* Center Vertically */

.column-content-row.v-center.row .row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (max-width: 640px) {
    .column-content-row.v-center.row .row {
        display: block;
    }
}


/* General Builder Styles */

.column-content-row .row .columns.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.right {
    text-align: right;
}


/* Misc Builder Styles */

.row.builder-row.no-bottom,
.no-bottom {
    margin-bottom: 0;
}

.anchorFix,
.row.builder-row.anchorFix {
    position: relative;
    display: block;
    margin-top: -200px;
    padding-top: 200px;
}


/* Figure */

figure {
    margin: 0 0 1em;
}

.wp-caption-text {
    text-align: left;
    font-size: .9em;
    line-height: 1.6;
    padding-left: 1em;
}

@media only screen and (max-width: 767px) {
    .row.v-center {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .row.mobile-reverse,
    .column-content-row.v-center.row .row.mobile-reverse {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .row.builder-row {
        margin-bottom: 1.5em;
    }
    .row.builder-row.top-border {
        padding-top: 3.21em;
    }
    .row.builder-row.alt-bg {
        padding: 3.21em 0 1.5em;
    }
}


/*--------------------------------
# Footer
--------------------------------*/


/* Pre Footer CTA */

#pre-foot {
    background-color: #8e981b;
    padding: 2em 20px;
    text-align: center;
}

#pre-foot h3 {
    color: #fff;
    display: inline-block;
    font-family: "MuseoSansW01-Rounded300";
    font-size: 1.5em;
    line-height: 1.47em;
    margin: 0;
    font-weight: bold;
}

.pre-foot-content {
    text-align: center;
}

@media only screen and (min-width: 641px) {
    .pre-foot-content {
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: left;
    }
    #pre-foot a.btn {
        margin-left: 20px;
    }
}


/* Pre Footer Info */

.foot-info-content.row {
    margin: 0 auto;
    max-width: 1340px;
    padding: 3.125em 5px;
}

strong.foot-info-title {
    border-bottom: 2px solid #04569a;
    /*color: #6fc7b6;*/
    color: #415464;
    display: block;
    margin: 0 0 2rem;
    text-transform: uppercase;
}

#foot-address strong.foot-info-title {
    border-color: #04569a;
    /*color: #0099d6;*/
    color: #415464;
}

#foot-useful-links strong.foot-info-title {
    border-color: #04569a;
    /*color: #f68b1f;*/
    color: #415464;
}

.foot-info-content ul {
    list-style: none;
    margin: 0;
}

#foot-useful-links a {
    color: #415464;
    transition: all .4s ease;
}

#foot-useful-links a:hover {
    color: #8e981b;
    font-weight: bold;
}


/* Footer */

footer.site-footer {
    background-color: #022e53;
    color: #fff;
    padding: 0;
}

.site-footer p {
    font-size: .875rem;
    line-height: 1.2em;
    margin: 0;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    text-decoration: underline;
}

.right-foot-col {
    text-align: right;
}

.foot-content.row {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1340px;
    position: relative;
    padding: 25px 20px;
    width: 100%;
}

.foot-part {
    margin: 0 auto;
}

.site-info {
    margin: 0 50px 0 0;
}

.foot-links {
    margin-left: 0;
}

.site-footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.2em;
    padding: 0 8px;
}

.site-footer ul li:last-of-type {
    border: 0;
}

.social-icons {
    margin-right: 0;
    text-align: right;
}

.social-icons p {
    display: inline-block;
    margin-right: 7px;
}

.social-icons .social-icon {
    margin-left: 5px;
}


/* Footer Responsive Styles */

@media only screen and (max-width: 640px) {
    #pre-foot h3 {
        font-size: 1.2em;
        margin-bottom: 1rem;
    }
    .foot-content.row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .foot-part {
        margin: 0 0 2em;
        text-align: center;
        width: 100%;
    }
    .social-icons {
        margin: 0;
    }
    .site-footer ul li {
        border: 0;
        display: block;
        margin: 0 0 .5rem;
        width: 100%;
    }
}


/*--------------------------------
# Lightboxes
--------------------------------*/

.lightbox,
.lightbox-contain {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    transition: all .4s ease;
}

.lightbox {
    display: block !important;
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99991;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100vh);
    transform: translate(0, -100vh);
}

.lightbox-contain,
.lightbox-content {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.lightbox-contain {
    background-color: #fff;
}

#image-box-contain {
    background: #fff;
}

#mobile-menu-contain {
    background-color: #415464;
}

.lightbox-content {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    z-index: 10;
}

#image-box-contain.lightbox-contain img {
    max-width: 90%;
    margin: 0 auto;
}

.lightbox.active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.lightbox-contain.sub-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Close Button */

.close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    transition: all .4s ease;
    width: 30px;
    z-index: 1000;
}

.close:before,
.close:after,
.search-close:before,
.search-close:after {
    background: none;
    background-color: #EC008C;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease;
    visibility: visible;
    width: 100%;
}

.close:before,
.search-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after,
.search-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close:hover:before,
.search-close:hover:before {
    background-color: #5C2D91;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.close:hover:after,
.search-close:hover:after {
    background-color: #5C2D91;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}


/*--------------------------------
# Responsive
--------------------------------*/

@media only screen and (max-width: 1023px) {
    header#masthead {
        position: absolute;
    }
    nav#top-navigation,
    nav#site-navigation,
    .no-small,
    li.search-link.menu-item {
        display: none;
    }
    .mobile-menu-btn {
        display: inline-block;
    }
    .lightbox .close {
        bottom: 50px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
    }
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .search-trigger {
        display: inline-block;
    }
    .field-wrap.sc-column-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #page,
    .search-contain .columns {
        padding: 0;
    }
    header#masthead svg#advarra-logo {
        height: 70px;
        width: auto;
    }
    #content {
        padding-top: 95px;
    }
    .mobile-menu-btn {
        top: 20px;
    }
}