body:before {
    content:'{ "current": "large" }';
    display: none
}

@media (min-width: 48.063em) and (max-width: 75em) {
    body:before {
        content:'{ "current": "medium" }'
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    body:before {
        content:'{ "current": "small" }'
    }
}

.wf-loading {
    visibility: hidden
}

.wf-active {
    visibility: visible
}

@font-face {
    font-family: 'Gotham';
    src: url(../eot/gotham-book.eot);
    src: url(../eot/gotham-book.eot) format("embedded-opentype"), url(../woff/gotham-book.woff) format("woff"), url(../ttf/gotham-book.ttf) format("truetype"), url(../gotham-book.html#GothamBook) format("svg");
    font-display: fallback;
    font-weight: 400
}

@font-face {
    font-family: 'Gotham';
    src: url(../eot/gotham-bold.eot);
    src: url(../eot/gotham-bold.eot) format("embedded-opentype"), url(../woff/gotham-bold.woff) format("woff"), url(../ttf/gotham-bold.ttf) format("truetype"), url(../gotham-bold.html#GothamBold) format("svg");
    font-display: fallback;
    font-weight: 700
}

@font-face {
    font-family: 'Gotham';
    src: url(../eot/gotham-medium.eot);
    src: url(../eot/gotham-medium.eot) format("embedded-opentype"), url(../woff/gotham-medium.woff) format("woff"), url(../ttf/gotham-medium.ttf) format("truetype"), url(../gotham-medium.html#GothamMedium) format("svg"), url(../gotham-medium.html#GothamMedium) format("svg");
    font-display: fallback;
    font-weight: 600
}

@font-face {
    font-family: "icon";
    src: url(../ttf/icon.ttf) format("truetype"), url(../woff/icon.woff) format("woff"), url(../svg/icon.svg#icon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-caret-right:before {
    content: ""
}

.icon-caret-left:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.icon-address-card:before {
    content: ""
}

.icon-vcard:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-checkmark:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-add:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-contact:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-play2:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-add:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-contact:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-play2:before {
    content: ""
}

.icon-arrow-right2:before {
    content: ""
}

.icon-arrow-left2:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-linkedin2:before {
    content: ""
}

.icon-file-pdf:before {
    content: ""
}

.icon-circle:before {
    content: ""
}

*:focus {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%
}

html,
body {
    height: 100%
}

*,
div {
    box-sizing: border-box
}

img {
    display: inline-block;
    vertical-align: middle
}

.clearit {
    clear: both;
    font-size: 1px;
    line-height: 1px
}

.site-header {
    position: relative;
    background: #fff
}

@media only screen and (max-width: 1000px) {
    .site-header {
        border-bottom: 1px solid #eee
    }
}

.site-header .util-top {
    width: 100%;
    position: relative;
    z-index: 50;
    padding: 0 calc(50% - 680px) 0 calc(50% - 680px)
}

@media only screen and (max-width: 1200px) {
    .site-header .util-top {
        padding-left: 20px;
        padding-right: 20px
    }
}

.site-header .util-top ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 25px 0 230px;
    margin: 0
}

.site-header .util-top ul li {
    padding: 0 0 0 35px;
    font-size: 16px;
    font-weight: 600
}

.site-header .util-top ul li>a {
    padding: 25px 0 25px 0;
    display: inline-block;
    color: #777779
}

.site-header .util-top ul li>a span {
    vertical-align: -0.1em;
    font-size: 20px
}

.site-header .util-top ul li>a:hover {
    color: #90C3CE;
    text-decoration: none
}

.site-header .util-top ul li:before {
    display: none
}

.site-header .util-top ul li .dropdown {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #eee;
    box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, 100%);
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 15px 25px;
    transition: all ease 0.2s
}

.site-header .util-top ul li .dropdown p:not(.title) {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px
}

.site-header .util-top ul li .dropdown p:not(.title) a[href*="tel"] {
    font-size: 20px
}

.site-header .util-top ul li .dropdown p.title {
    text-align: center;
    color: #B7504D;
    padding-bottom: 15px
}

.site-header .util-top ul li .dropdown .btn {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0
}

.site-header .util-top ul li .dropdown>div {
    flex: 1;
    min-width: 250px;
    padding: 0 25px
}

.site-header .util-top ul li .dropdown.is-style-separator {
    padding-bottom: 25px;
    left: auto;
    right: 0;
    bottom: -15px;
    transform: translate(0, 100%)
}

.site-header .util-top ul li .dropdown.is-style-separator>div {
    border-right: 1px solid #777779;
    min-width: 350px
}

.site-header .util-top ul li .dropdown.is-style-separator>div:last-child {
    border: 0
}

.site-header .util-top ul li:hover .dropdown {
    opacity: 1;
    pointer-events: auto
}

.site-header .util-top ul li:hover button:hover {
    position: relative
}

.site-header .util-top ul li:hover button:hover:after {
    content: '';
    position: absolute;
    z-index: 20;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #eee
}

.site-header .util-top ul li:hover button:hover:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    box-shadow: 3px 4px 5px 2px rgba(0, 0, 0, 0.1)
}

.site-header .util-top button {
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background: #B7504D !important;
}

@media only screen and (max-width: 1000px) {
    .site-header .util-top {
        display: none
    }
}

.site-header .logo {
    position: absolute;
    left: calc(50% - 680px);
    top: 0;
    width: 175px;
    height: 100%;
    background: #8EC0CC;
    z-index: 60;
    padding: 0 15px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center
}

.site-header .logo img {
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .site-header .logo {
        left: 20px
    }
}

@media only screen and (max-width: 1000px) {
    .site-header .logo {
        width: 100px;
        height: 100px;
        z-index: 100003
    }
}

.site-header .wrapper {
    padding: 0
}

.navigation {
    background: #eee;
    padding: 0 calc(50% - 680px);
    position: relative;
    z-index: 30
}

.navigation>ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 25px 0 0 230px
}

.navigation>ul>li {
    margin: 0;
    padding: 0;
    position: static
}

.navigation>ul>li>a {
    color: #4D4D4D;
    padding: 15px 25px 40px 25px;
    display: block;
    text-align: center
}

@media only screen and (max-width: 1070px) {
    .navigation>ul>li>a {
        padding: 25px 15px 25px 15px
    }
}

.navigation>ul>li.active>a,
.navigation>ul>li.current-menu-item>a,
.navigation>ul>li.current_page_ancestor>a {
    font-weight: 700
}

.navigation>ul>li.menu-item-has-children>a:after {
    content: '';
    margin-left: 5px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #4D4D4D;
    top: 48px;
    transition: all ease 0.3s
}

.navigation>ul>li.menu-item-has-children>a:hover:after {
    transform: rotate(180deg)
}

.navigation>ul>li:hover {
    background: #777779
}

.navigation>ul>li:hover a {
    color: #fff;
    text-decoration: none
}

.navigation>ul>li:hover a:after {
    border-top-color: #fff
}

.navigation>ul>li:hover .dropdown {
    opacity: 1;
    transition: opacity ease 0.3s;
    pointer-events: auto
}

.navigation>ul>li:before {
    display: none
}

.navigation .dropdown {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #777779;
    transform: translateY(100%);
    padding: 50px calc(50% - 680px);
    column-count: 4;
    column-width: 200px;
    column-gap: 50px
}

@media only screen and (max-width: 1200px) {
    .navigation .dropdown {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 1000px) {
    .navigation .dropdown {
        column-count: 3
    }
}

.navigation .dropdown>div,
.navigation .dropdown>ul>li {
    display: block;
    width: 100%;
    padding: 0 !important
}

.navigation .dropdown>div>div,
.navigation .dropdown>ul>li>div {
    overflow: hidden;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid
}

.navigation .dropdown p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 10px 0
}

.navigation .dropdown p a {
    font-size: 24px !important
}

.navigation .dropdown p a:hover {
    color: #399AA2;
    text-decoration: none !important
}

.navigation .dropdown li p {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0
}

.navigation .dropdown ul {
    margin: 0 0 25px 0
}

.navigation .dropdown ul li {
    padding: 0 0 10px 0
}

.navigation .dropdown ul li:before {
    display: none
}

.navigation .dropdown ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: block
}

.navigation .dropdown ul li a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1000px) {
    .navigation {
        display: none
    }
}

.mobile-nav {
    position: relative;
    z-index: 101;
    padding: 15px 35px 15px 0;
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    display: none;
    text-align: right
}

@media only screen and (max-width: 1000px) {
    .mobile-nav {
        display: block;
        padding-right: 10px
    }
}

.mobile-nav a {
    color: #90C3CE;
    background: none;
    border: 0;
    width: 45px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: block !important;
    position: relative;
    border-radius: 0;
    margin: 0 0 0 auto
}

.mobile-nav a:before {
    display: none
}

.mobile-nav a:hover,
.mobile-nav a:active,
.mobile-nav a:focus {
    background: none !important;
    border: 0 !important
}

.mobile-nav a span {
    display: block;
    position: absolute;
    height: 4px;
    width: 35px;
    background: #399AA2;
    opacity: 1;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mobile-nav a span:nth-child(1) {
    top: 0
}

.mobile-nav a span:nth-child(2),
.mobile-nav a span:nth-child(3) {
    top: 10px
}

.mobile-nav a span:nth-child(4) {
    top: 20px
}

.mobile-nav a.open span:nth-child(1) {
    top: 0;
    width: 0%;
    left: 50%
}

.mobile-nav a.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 4px
}

.mobile-nav a.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 4px
}

.mobile-nav a.open span:nth-child(4) {
    top: 0;
    width: 0%;
    left: 50%
}

.global-mobile-nav {
    background-color: #eee;
    color: #f7f7f7;
    height: 100%;
    right: -100%;
    position: fixed;
    text-align: left;
    top: 100px;
    transition: right 0.2s ease-in-out;
    width: 100%;
    z-index: 100002
}

.global-mobile-nav.open {
    right: 0
}

.global-mobile-nav .global-mobile-bg {
    height: calc(100% - 55px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 50px 20px 0 20px
}

.global-mobile-nav .global-mobile-bg>p {
    font-size: 30px;
    text-align: center
}

.global-mobile-nav .global-mobile-bg a.btn.full+p {
    margin-top: 40px
}

.global-mobile-nav .global-mobile-bg .request-consulation .dropdown {
    margin: 0 20px;
    display: none
}

.global-mobile-nav .global-mobile-bg .request-consulation .dropdown div:not(:last-child) {
    border-bottom: 1px solid #777779;
    margin-bottom: 45px
}

.global-mobile-nav .global-mobile-bg .request-consulation .dropdown p.title {
    text-align: center
}

.global-mobile-nav .global-mobile-bg .request-consulation .dropdown .btn {
    display: block !important;
    margin-right: 0
}

.global-mobile-nav .global-mobile-bg>ul {
    margin: 0 0 50px 0;
    list-style: none;
    position: relative;
    transition: all ease 0.3s
}

.global-mobile-nav .global-mobile-bg>ul>li {
    padding: 0;
    margin: 0;
    text-align: left;
    position: static;
    border-bottom: 1px solid #777779
}

.global-mobile-nav .global-mobile-bg>ul>li:after {
    content: ''
}

.global-mobile-nav .global-mobile-bg>ul>li:before {
    content: ''
}

.global-mobile-nav .global-mobile-bg>ul>li a {
    color: #399AA2;
    padding: 20px 20px 20px 0;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none
}

.global-mobile-nav .global-mobile-bg>ul>li a:active,
.global-mobile-nav .global-mobile-bg>ul>li a:focus,
.global-mobile-nav .global-mobile-bg>ul>li a:hover,
.global-mobile-nav .global-mobile-bg>ul>li a.active {
    color: #399AA2
}

.global-mobile-nav .global-mobile-bg>ul>li.current-menu-item a {
    color: #399AA2
}

.global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children>a {
    position: relative
}

.global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children>a:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown {
    position: absolute;
    right: calc(-100% - 40px);
    top: 0;
    width: calc(100vw - 40px);
    margin: 0 0 0 40px
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu {
    border-top: 1px solid #777779;
    border-bottom: 1px solid #777779;
    padding: 20px 0;
    margin: 0
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li {
    padding-left: 0
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li:before {
    content: ''
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li p {
    padding: 0
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li a {
    padding: 5px 25px 5px 25px;
    font-weight: normal;
    text-transform: none;
    color: #4D4D4D;
    font-size: 16px
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li.current-menu-item a {
    color: #399AA2
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li:last-child a {
    border: none
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li .sub-menu {
    display: none
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown a.back {
    padding: 10px 0 10px 60px;
    text-align: left;
    color: #399AA2;
    position: relative
}

.global-mobile-nav .global-mobile-bg>ul>li .dropdown a.back:before {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 1px;
    height: 50px;
    line-height: 50px;
    width: 30px;
    border-right: 1px solid #777779
}

.global-mobile-nav .global-mobile-bg>ul.util-top {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.global-mobile-nav .global-mobile-bg>ul.util-top li {
    border: 0;
    padding: 0 0 25px 0
}

.global-mobile-nav .global-mobile-bg>ul.util-top li a {
    font-size: 18px;
    text-transform: none;
    padding: 0
}

.global-mobile-nav .global-mobile-bg>ul.util-top li a[href*="tel"] {
    color: #777779
}

.global-mobile-nav .global-mobile-bg>ul.util-top li.search {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    position: relative
}

.global-mobile-nav .global-mobile-bg>ul.util-top li.search input[type="text"] {
    background: none;
    border: 1px solid #979797;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 50px 0 15px;
    font-size: 17px;
    color: #787878
}

.global-mobile-nav .global-mobile-bg>ul.util-top li.search:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    color: #979797;
    transform: translateY(-50%)
}

.global-mobile-nav .global-mobile-bg>ul.util-top li.search *::-moz-placeholder {
    color: #787878;
    opacity: 1
}

.global-mobile-nav .global-mobile-bg>ul.util-top li.search ::-webkit-input-placeholder {
    color: #787878;
    opacity: 1
}

.global-mobile-nav .global-mobile-bg>ul.util-top li.search :-ms-input-placeholder {
    color: #787878;
    opacity: 1
}

.global-mobile-nav button,
.global-mobile-nav .request-consulation>p>a.btn,
.global-mobile-nav .global-mobile-bg>a.btn {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 0
}

.global-mobile-nav button:after,
.global-mobile-nav .request-consulation>p>a.btn:after,
.global-mobile-nav .global-mobile-bg>a.btn:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px
}

.global-mobile-nav button.open:after,
.global-mobile-nav .request-consulation>p>a.btn.open:after,
.global-mobile-nav .global-mobile-bg>a.btn.open:after {
    content: "";
    right: auto;
    left: 20px
}

.global-mobile-nav button.is-style-yellow,
.global-mobile-nav .request-consulation>p>a.btn.is-style-yellow,
.global-mobile-nav .global-mobile-bg>a.btn.is-style-yellow {
    font-size: 22px !important
}

.global-mobile-nav button.is-style-yellow:after,
.global-mobile-nav .request-consulation>p>a.btn.is-style-yellow:after,
.global-mobile-nav .global-mobile-bg>a.btn.is-style-yellow:after {
    display: none
}

.global-mobile-nav .global-mobile-bg .social {
    margin: 15px 0 0 0;
    justify-content: space-between
}

.global-mobile-nav .global-mobile-bg .social li {
    border: 0
}

.global-mobile-nav .global-mobile-bg .social li a {
    color: #4D4D4D;
    font-size: 35px
}

.global-mobile-nav .global-mobile-bg>ul.slide {
    transform: translateX(calc(-100% - 40px))
}

.popup-overlayer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    background: rgba(0, 0, 0, 0.6)
}

.popup-overlayer.popup-overlayer {
    background: rgba(255, 255, 255, 0.95);
    z-index: 102
}

.page-wrap .site-footer {
    background: #4D4D4D
}

.page-wrap .site-footer .wrapper {
    padding: 50px calc(50% - 680px) 25px calc(50% - 680px)
}

@media only screen and (max-width: 1200px) {
    .page-wrap .site-footer .wrapper {
        padding: 25px 20px
    }
}

.page-wrap .site-footer .wrapper>div {
    display: flex;
    width: 100%;
    justify-content: space-between
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .wrapper>div {
        flex-direction: column;
        align-items: center;
        padding: 25px 0
    }
}

.page-wrap .site-footer .wrapper>div>div,
.page-wrap .site-footer .wrapper>div>p {
    display: flex;
    justify-content: space-between
}

@media (min-width: 0em) and (max-width: 48em) {

    .page-wrap .site-footer .wrapper>div>div,
    .page-wrap .site-footer .wrapper>div>p {
        justify-content: center
    }
}

@media only screen and (max-width: 450px) {

    .page-wrap .site-footer .wrapper>div>div,
    .page-wrap .site-footer .wrapper>div>p {
        flex-direction: column
    }
}

.page-wrap .site-footer .wrapper>div>div>a,
.page-wrap .site-footer .wrapper>div>p>a {
    padding-left: 25px;
    color: #fff
}

@media (min-width: 0em) and (max-width: 48em) {

    .page-wrap .site-footer .wrapper>div>div>a,
    .page-wrap .site-footer .wrapper>div>p>a {
        padding: 0 15px;
        font-size: 20px
    }
}

.page-wrap .site-footer .wrapper>div>div.quick-locations a,
.page-wrap .site-footer .wrapper>div>p.quick-locations a {
    color: #90C3CE;
    font-size: 20px;
    padding: 0 25px 0 0;
    display: block
}

@media (min-width: 0em) and (max-width: 48em) {

    .page-wrap .site-footer .wrapper>div>div.quick-locations a,
    .page-wrap .site-footer .wrapper>div>p.quick-locations a {
        padding: 0 15px 15px 0;
        font-size: 30px
    }
}

.page-wrap .site-footer .wrapper>div:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px
}

.page-wrap .site-footer .wrapper>div:first-child p {
    font-size: 21px
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .wrapper>div:first-child p {
        font-size: 28px
    }
}

.page-wrap .site-footer p {
    font-size: 16px;
    color: #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer p {
        text-align: center
    }

    .page-wrap .site-footer p.copy {
        order: 3;
        padding: 0
    }
}

.page-wrap .site-footer button,
.page-wrap .site-footer .btn {
    cursor: pointer;
    margin: 0
}

.page-wrap .site-footer .social {
    display: flex;
    margin: 0
}

.page-wrap .site-footer .social li {
    padding-left: 25px;
    font-size: 25px
}

.page-wrap .site-footer .social li a {
    color: #fff !important
}

.page-wrap .site-footer .social li a:hover {
    text-decoration: none;
    color: #90C3CE !important
}

img:not([src]) {
    opacity: 0
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #4D4D4D;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
    background: #fff;
    -webkit-print-color-adjust: exact;
    overflow-y: scroll;
    overflow-x: hidden
}

body.menu-open .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100003
}

body.menu-open main {
    padding-top: 55px
}

p,
li,
td {
    color: #4D4D4D;
    line-height: 1.4;
    font-weight: 400;
    padding-bottom: 25px;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0
}

p.is-style-small-text,
li.is-style-small-text,
td.is-style-small-text {
    font-size: 16px
}

p.is-style-large-text,
li.is-style-large-text,
td.is-style-large-text {
    font-size: 20px;
    font-weight: 600
}

a {
    color: #399AA2;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #399AA2;
    text-decoration: underline
}

ul,
ol {
    padding-bottom: 5px;
    padding-top: 25px;
    margin-bottom: 35px;
    padding: 0
}

ul li {
    padding-bottom: 20px;
    padding-left: 30px;
    list-style: none;
    position: relative
}

ul li:before {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 5px;
    position: absolute;
    left: 15px;
    top: 11px
}

ul li ul {
    margin-top: 10px;
    margin-bottom: 0
}

ul li ul li {
    padding: 0 0 5px 15px
}

ul li ul li:before {
    content: '-';
    font-size: 20px;
    top: -3px
}

ol {
    margin-bottom: 15px
}

ol li {
    padding-bottom: 20px;
    margin-left: 15px
}

.page-wrap ol {
    margin-left: 20px
}

ol.custom {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    counter-reset: item
}

ol.custom li {
    padding: 0 0 10px 0
}

ol.custom li:before {
    content: counter(item) ". ";
    counter-increment: item;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 4px;
    margin-right: 5px;
    text-align: center
}

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

h1 {
    color: #B7504D;
    font-family: Gotham, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 43px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.1;
    font-weight: 400
}

h1.is-style-dark-grey {
    color: #4D4D4D !important
}

@media (min-width: 0em) and (max-width: 48em) {
    h1 {
        font-size: 40px
    }
}

h2 {
    color: #B7504D;
    font-family: Gotham, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0
}

h2.is-style-dark-grey {
    color: #4D4D4D !important
}

@media (min-width: 0em) and (max-width: 48em) {
    h2 {
        font-size: 35px
    }
}

h3 {
    color: #B7504D;
    font-family: Gotham, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -1px
}

h3.is-style-dark-grey {
    color: #4D4D4D !important
}

h4 {
    color: #B7504D;
    font-family: Gotham, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.1;
    font-weight: 700
}

h4.is-style-dark-grey {
    color: #4D4D4D !important
}

h5 {
    color: #B7504D;
    font-family: Gotham, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700
}

h5.is-style-dark-grey {
    color: #4D4D4D !important
}

h5.is-style-turqoise {
    color: #399AA2 !important
}

.align-center {
    text-align: center
}

.upper {
    text-transform: uppercase
}

.hidden {
    display: none
}

.page-wrap input,
.page-wrap textarea,
.page-wrap select {
    color: #4D4D4D;
    font-size: 18px;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;
    height: 35px;
    padding: 0 15px;
    font-size: 16px
}

.page-wrap input[type="submit"],
.page-wrap input[type="button"],
.page-wrap textarea[type="submit"],
.page-wrap textarea[type="button"],
.page-wrap select[type="submit"],
.page-wrap select[type="button"] {
    cursor: pointer;
    width: auto;
    color: #fff;
    fonbt-size: 14px
}

*::-moz-placeholder {
    color: #4D4D4D;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #4D4D4D;
    opacity: 1
}

:-ms-input-placeholder {
    color: #4D4D4D;
    opacity: 1
}

.invisible {
    opacity: 0
}

.clearit {
    clear: both;
    padding: 0;
    height: 1px;
    line-height: 1px
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -.6em;
    font-size: 10px
}

.show-desktop {
    display: block
}

@media (min-width: 0em) and (max-width: 48em) {
    .show-desktop {
        display: none
    }
}

.show-mobile {
    display: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .show-mobile {
        display: inline-block
    }
}

.page-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

.page-wrap header {
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

.page-wrap main {
    flex: 1 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch
}

.page-wrap main>div {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 calc(50% - 575px)
}

@media only screen and (max-width: 1200px) {
    .page-wrap main>div {
        padding: 0 20px
    }
}

.page-wrap footer {
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

@media (min-width: 48.063em) {
    .fixMinHeight {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }
}

.full>.wrapper {
    @inlcude set-wrapper
}

main>div>.full,
main>div>.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

main>div>.full>.wrapper,
main>div>.alignfull>.wrapper {
    width: 100%;
    padding-left: calc(50% - 575px);
    padding-right: calc(50% - 575px)
}

@media only screen and (max-width: 1200px) {

    main>div>.full>.wrapper,
    main>div>.alignfull>.wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

main>div>.alignwide,
main>div>.wide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    max-width: 100vw;
    margin-bottom: 25px
}

@media only screen and (max-width: 1200px) {

    main>div>.alignwide,
    main>div>.wide {
        margin-left: -20px;
        margin-right: -20px
    }
}

main>div>.alignwide>.wrapper,
main>div>.wide>.wrapper {
    padding-left: calc(50% - 575px);
    padding-right: calc(50% - 575px)
}

@media only screen and (max-width: 1200px) {

    main>div>.alignwide>.wrapper,
    main>div>.wide>.wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

wp-block-columns,
.wp-block-buttons,
figure.wp-block-embed,
figure.wp-block-table {
    margin-bottom: 25px
}

.page-wrap figure.wp-block-embed,
.page-wrap figure.wp-block-table {
    margin: 0 0 25px 0
}

.wp-block-quote {
    margin-bottom: 25px
}

.wp-block-quote p {
    font-size: 30px
}

.wp-block-separator,
hr {
    border: 0;
    border-top: 1px solid grey;
    margin-bottom: 25px;
    max-width: 500px
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
    max-width: 100vw
}

.wp-block-image {
    margin: 0 0 25px 0
}

.main-hero {
    position: relative;
    display: flex
}

.main-hero:after {
    content: '';
    width: 1px;
    padding-bottom: 50%
}

.main-hero .img {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.main-hero .img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(72, 66, 67, 0.03) 0%, #46525D 100%);
    mix-blend-mode: multiply
}

.main-hero .wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.main-hero .wrapper a:not(.btn),
.main-hero .wrapper a.btn.is-style-arrow {
    color: #fff
}

.main-hero .wrapper a:not(.btn):hover,
.main-hero .wrapper a.btn.is-style-arrow:hover {
    color: #fff !important
}

.main-hero .wrapper h1 {
    color: #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero .wrapper h1 {
        font-size: 20px
    }
}

.main-hero .wrapper p {
    color: #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero .wrapper p {
        font-size: 15px
    }
}

.main-hero .wrapper hr {
    border-color: #fff;
    max-width: 100%;
    width: 100%
}

.main-hero .wrapper .blurb {
    max-width: 500px;
    padding: 75px 0 0 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero .wrapper .blurb {
        max-width: 200px
    }

    .main-hero .wrapper .blurb .btn {
        font-size: 12px
    }
}

.main-hero .wrapper .btn:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.1em;
    margin-left: 5px;
    transition: all ease 0.3s
}

.main-hero.no-hero-img:after {
    display: none
}

.main-hero.no-hero-img h1,
.main-hero.no-hero-img h2,
.main-hero.no-hero-img h3,
.main-hero.no-hero-img h4,
.main-hero.no-hero-img p,
.main-hero.no-hero-img a:not(.btn),
.main-hero.no-hero-img a.btn.is-style-arrow {
    color: #399AA2;
    text-align: center
}

.main-hero.no-hero-img h1 {
    font-size: 60px
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.no-hero-img h1 {
        font-size: 40px
    }
}

.main-hero.no-hero-img .wrapper .blurb {
    max-width: 100%;
    width: 100%;
    padding-bottom: 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.no-hero-img .wrapper .blurb {
        padding-bottom: 0
    }
}

.main-hero.is-style-article {
    background: #B7504D
}

.main-hero.is-style-article:after {
    display: none
}

.main-hero.is-style-article .wrapper {
    flex-direction: row;
    justify-content: flex-start
}

.main-hero.is-style-article .wrapper h4 {
    color: #fff;
    text-transform: uppercase
}

@media only screen and (max-width: 1000px) {
    .main-hero.is-style-article .wrapper {
        flex-direction: column
    }
}

.main-hero.is-style-article .img {
    position: relative;
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
    flex: 1
}

@media only screen and (max-width: 1000px) {
    .main-hero.is-style-article .img {
        padding-right: 0;
        padding-bottom: 0
    }
}

.main-hero.is-style-article .img img {
    width: 100%
}

.main-hero.is-style-article .img:after {
    display: none
}

.main-hero.is-style-article .blurb {
    order: 3;
    flex: 1
}

.main-hero.is-style-article .blurb h1 {
    font-size: 40px
}

@media only screen and (max-width: 1000px) {
    .main-hero.is-style-article .blurb {
        max-width: 100%;
        padding-top: 25px
    }

    .main-hero.is-style-article .blurb h1 {
        font-size: 28px
    }
}

.main-hero.is-style-bio {
    background: #B7504D
}

.main-hero.is-style-bio:after {
    display: none
}

.main-hero.is-style-bio .wrapper {
    flex-direction: row;
    justify-content: stretch
}

@media only screen and (max-width: 1200px) {
    .main-hero.is-style-bio .wrapper {
        padding: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .wrapper {
        flex-direction: column
    }
}

.main-hero.is-style-bio .img {
    position: relative;
    padding-right: 50px;
    flex: 1;
    display: flex
}

@media only screen and (max-width: 1200px) {
    .main-hero.is-style-bio .img {
        padding-right: 25px
    }
}

.main-hero.is-style-bio .img:before {
    content: '';
    display: inline-block;
    width: 0;
    padding-bottom: 80%
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .img {
        padding-right: 0
    }
}

.main-hero.is-style-bio .img img {
    object-fit: cover;
    width: 100%
}

.main-hero.is-style-bio .img:after {
    display: none
}

.main-hero.is-style-bio .blurb {
    order: 3;
    flex: 1;
    display: flex;
    flex-direction: column
}

.main-hero.is-style-bio .blurb a:not(.btn):not([href*="tel"]) {
    font-weight: 700
}

.main-hero.is-style-bio .blurb .social {
    margin: auto 0 0 0
}

.main-hero.is-style-bio .blurb .social li {
    padding: 0 25px 25px 0;
    font-size: 40px
}

.main-hero.is-style-bio .blurb .social li:before {
    display: none
}

.main-hero.is-style-bio .blurb .social li a:hover {
    text-decoration: none;
    color: #fff !important
}

.main-hero.is-style-bio .blurb .social li.pdf {
    font-size: 32px
}

.main-hero.is-style-bio .blurb .social li.card {
    font-size: 36px
}

.main-hero.is-style-bio .blurb .icon-phone {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 15px
}

@media only screen and (max-width: 1200px) {
    .main-hero.is-style-bio .blurb {
        padding-right: 20px
    }

    .main-hero.is-style-bio .blurb h1 {
        font-size: 40px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .blurb {
        max-width: 100%;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px
    }

    .main-hero.is-style-bio .blurb h1 {
        font-size: 28px
    }
}

.main-hero.is-style-bio .request-consulation {
    position: relative
}

.main-hero.is-style-bio .request-consulation .dropdown {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #eee;
    box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, 100%);
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 15px 25px;
    transition: all ease 0.2s
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .request-consulation .dropdown {
        flex-direction: column
    }
}

.main-hero.is-style-bio .request-consulation .dropdown p:not(.title) {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px
}

.main-hero.is-style-bio .request-consulation .dropdown p:not(.title) a[href*="tel"] {
    font-size: 20px
}

.main-hero.is-style-bio .request-consulation .dropdown p {
    color: #4D4D4D
}

.main-hero.is-style-bio .request-consulation .dropdown p.title {
    text-align: center;
    color: #B7504D;
    padding-bottom: 15px
}

.main-hero.is-style-bio .request-consulation .dropdown .btn {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0
}

.main-hero.is-style-bio .request-consulation .dropdown .btn:after {
    display: none
}

.main-hero.is-style-bio .request-consulation .dropdown>div {
    flex: 1;
    min-width: 250px;
    padding: 0 25px
}

.main-hero.is-style-bio .request-consulation .dropdown.is-style-separator {
    padding-bottom: 25px;
    left: auto;
    right: 0;
    bottom: 45px;
    transform: translate(-148px, 100%);
    z-index: 1
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .request-consulation .dropdown.is-style-separator {
        left: 0;
        transform: translate(0, 100%)
    }
}

.main-hero.is-style-bio .request-consulation .dropdown.is-style-separator>div {
    border-right: 1px solid #777779;
    min-width: 350px
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .request-consulation .dropdown.is-style-separator>div {
        min-width: 1px;
        border-right: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #777779
    }
}

.main-hero.is-style-bio .request-consulation .dropdown.is-style-separator>div:last-child {
    border: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-bio .request-consulation .dropdown.is-style-separator>div:last-child {
        padding-top: 25px;
        padding-bottom: 0
    }
}

.main-hero.is-style-bio .request-consulation:hover .dropdown {
    opacity: 1;
    pointer-events: auto
}

.main-hero.is-style-bio .request-consulation:hover button:hover {
    position: relative
}

.main-hero.is-style-bio .request-consulation:hover button:hover:after {
    content: '';
    position: absolute;
    z-index: 20;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #eee
}

.main-hero.is-style-bio .request-consulation:hover button:hover:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    box-shadow: 3px 4px 5px 2px rgba(0, 0, 0, 0.1)
}

@media only screen and (min-width: 2200px) {
    .main-hero.is-style-short {
        max-height: 700px
    }
}

.main-hero.is-style-short:after {
    padding-bottom: 30%
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero.is-style-short:after {
        padding-bottom: 50%
    }
}

.main-hero.is-style-short .blurb {
    padding-bottom: 50px
}

.main-hero.is-style-short .img:after {
    background: linear-gradient(270deg, rgba(72, 66, 67, 0.02) 0%, rgba(70, 82, 93, 0.7) 100%)
}
.main-hero.is-style-short.overlay-disabled .img:after{
    content: none;
}
.author .about .request-consulation {
    position: relative
}

.author .about .request-consulation .dropdown {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #eee;
    box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, 100%);
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 15px 25px;
    transition: all ease 0.2s
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about .request-consulation .dropdown {
        flex-direction: column
    }
}

.author .about .request-consulation .dropdown p:not(.title) {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px
}

.author .about .request-consulation .dropdown p:not(.title) a[href*="tel"] {
    font-size: 20px
}

.author .about .request-consulation .dropdown p {
    color: #4D4D4D
}

.author .about .request-consulation .dropdown p.title {
    text-align: center;
    color: #B7504D;
    padding-bottom: 15px
}

.author .about .request-consulation .dropdown .btn {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0
}

.author .about .request-consulation .dropdown .btn:after {
    display: none
}

.author .about .request-consulation .dropdown>div {
    flex: 1;
    min-width: 250px;
    padding: 0 25px
}

.author .about .request-consulation .dropdown.is-style-separator {
    padding-bottom: 25px;
    left: auto;
    right: 0;
    bottom: 25px;
    transform: translate(-108px, 100%);
    z-index: 1
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about .request-consulation .dropdown.is-style-separator {
        left: 0;
        transform: translate(0, 100%)
    }
}

.author .about .request-consulation .dropdown.is-style-separator>div {
    border-right: 1px solid #777779;
    min-width: 350px
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about .request-consulation .dropdown.is-style-separator>div {
        min-width: 1px;
        border-right: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #777779
    }
}

.author .about .request-consulation .dropdown.is-style-separator>div:last-child {
    border: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about .request-consulation .dropdown.is-style-separator>div:last-child {
        padding-top: 25px;
        padding-bottom: 0
    }
}

.author .about .request-consulation:hover .dropdown {
    opacity: 1;
    pointer-events: auto
}

.author .about .request-consulation:hover button:hover {
    position: relative
}

.author .about .request-consulation:hover button:hover:after {
    content: '';
    position: absolute;
    z-index: 20;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #eee
}

.author .about .request-consulation:hover button:hover:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    box-shadow: 3px 4px 5px 2px rgba(0, 0, 0, 0.1)
}

.content-block-frame {
    padding-top: 50px;
    padding-bottom: 25px
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-block-frame {
        padding-top: 25px;
        padding-bottom: 1px
    }
}

.content-block-frame.has-white-background-color {
    background: #fff
}

.content-block-frame.has-light-grey-background-color {
    background: #eee
}

.content-block-frame.has-light-blue-background-color,
.content-block-frame.has-blue-background-color {
    background: #90C3CE;
    padding-top: 50px;
    padding-bottom: 25px
}

.content-block-frame:not(.has-light-grey-background-color):not(.has-light-blue-background-color)+.content-block-frame:not(.has-light-grey-background-color):not(.has-light-blue-background-color) {
    padding-top: 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-block-frame:not(.has-light-grey-background-color):not(.has-light-blue-background-color)+.content-block-frame:not(.has-light-grey-background-color):not(.has-light-blue-background-color) {
        padding-top: 0
    }
}

.main-hero.no-hero-img+.content-block-frame:not(.has-light-grey-background-color):not(.has-blue-background-color):not(.has-light-blue-background-color) {
    padding-top: 0
}

.main-hero+.content-block-frame {
    padding-top: 100px
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-hero+.content-block-frame {
        padding-top: 25px
    }
}

.has-purple-background-color {
    background: #A66EA4 !important;
    color: #fff
}

.has-purple-background-color h1,
.has-purple-background-color h2,
.has-purple-background-color h3,
.has-purple-background-color h4,
.has-purple-background-color h5,
.has-purple-background-color p,
.has-purple-background-color a:not(.btn) {
    color: #fff
}

.has-red-background-color {
    background: #B7504D !important;
    color: #fff
}

.has-red-background-color h1,
.has-red-background-color h2,
.has-red-background-color h3,
.has-red-background-color h4,
.has-red-background-color h5,
.has-red-background-color p,
.has-red-background-color a:not(.btn) {
    color: #fff
}

.has-turqoise-background-color {
    background: #399AA2 !important;
    color: #fff
}

.has-turqoise-background-color h1,
.has-turqoise-background-color h2,
.has-turqoise-background-color h3,
.has-turqoise-background-color h4,
.has-turqoise-background-color h5,
.has-turqoise-background-color p,
.has-turqoise-background-color a:not(.btn),
.has-turqoise-background-color li {
    color: #fff
}

.has-grey-background-color {
    background: #777779 !important;
    color: #fff
}

.has-grey-background-color h1,
.has-grey-background-color h2,
.has-grey-background-color h3,
.has-grey-background-color h4,
.has-grey-background-color h5,
.has-grey-background-color p,
.has-grey-background-color a:not(.btn),
.has-grey-background-color li {
    color: #fff
}

.has-light-blue-background-color {
    background: #90C3CE !important;
    color: #fff
}

.has-yellow-background-color {
    background: #BC843F !important;
    color: #fff
}

.has-yellow-background-color h1,
.has-yellow-background-color h2,
.has-yellow-background-color h3,
.has-yellow-background-color h4,
.has-yellow-background-color h5,
.has-yellow-background-color p,
.has-yellow-background-color a:not(.btn),
.has-yellow-background-color li {
    color: #fff
}

.has-light-grey-background-color {
    background: #eee !important
}

.has-purple-color .square {
    background: #A66EA4 !important
}

.articles.has-purple-color h5 {
    color: #A66EA4 !important
}

.has-red-color .square {
    background: #B7504D !important
}

.articles.has-red-color h5 {
    color: #B7504D !important
}

.has-turqoise-color .square {
    background: #399AA2 !important
}

.articles.has-turqoise-color h5 {
    color: #399AA2 !important
}

.has-grey-color .square {
    background: #777779 !important
}

.articles.has-grey-color h5 {
    color: #777779 !important
}

.has-light-grey-color .square {
    background: #eee !important
}

.has-light-grey-color .square h3,
.has-light-grey-color .square p {
    color: #4D4D4D
}

.articles.has-light-grey-color h5 {
    color: #eee !important
}

.has-light-blue-color .square {
    background: #90C3CE !important
}

.articles.has-light-blue-color h5 {
    color: #90C3CE !important
}

.has-yellow-color .square {
    background: #BC843F !important
}

.articles.has-yellow-color h5 {
    color: #D39E3A !important
}

h1.has-turqoise-background-color,
h1.has-yellow-background-color,
h1.has-light-grey-background-color,
h1.has-light-blue-background-color,
h1.has-grey-background-color,
h1.has-red-background-color,
h1.has-purple-background-color,
h1.has-white-background-color,
h2.has-turqoise-background-color,
h2.has-yellow-background-color,
h2.has-light-grey-background-color,
h2.has-light-blue-background-color,
h2.has-grey-background-color,
h2.has-red-background-color,
h2.has-purple-background-color,
h2.has-white-background-color,
h3.has-turqoise-background-color,
h3.has-yellow-background-color,
h3.has-light-grey-background-color,
h3.has-light-blue-background-color,
h3.has-grey-background-color,
h3.has-red-background-color,
h3.has-purple-background-color,
h3.has-white-background-color,
h4.has-turqoise-background-color,
h4.has-yellow-background-color,
h4.has-light-grey-background-color,
h4.has-light-blue-background-color,
h4.has-grey-background-color,
h4.has-red-background-color,
h4.has-purple-background-color,
h4.has-white-background-color,
h5.has-turqoise-background-color,
h5.has-yellow-background-color,
h5.has-light-grey-background-color,
h5.has-light-blue-background-color,
h5.has-grey-background-color,
h5.has-red-background-color,
h5.has-purple-background-color,
h5.has-white-background-color {
    color: #fff;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 25px;
    clear: left
}

h1.has-turqoise-background-color.left,
h1.has-turqoise-background-color.has-text-align-left,
h1.has-yellow-background-color.left,
h1.has-yellow-background-color.has-text-align-left,
h1.has-light-grey-background-color.left,
h1.has-light-grey-background-color.has-text-align-left,
h1.has-light-blue-background-color.left,
h1.has-light-blue-background-color.has-text-align-left,
h1.has-grey-background-color.left,
h1.has-grey-background-color.has-text-align-left,
h1.has-red-background-color.left,
h1.has-red-background-color.has-text-align-left,
h1.has-purple-background-color.left,
h1.has-purple-background-color.has-text-align-left,
h1.has-white-background-color.left,
h1.has-white-background-color.has-text-align-left,
h2.has-turqoise-background-color.left,
h2.has-turqoise-background-color.has-text-align-left,
h2.has-yellow-background-color.left,
h2.has-yellow-background-color.has-text-align-left,
h2.has-light-grey-background-color.left,
h2.has-light-grey-background-color.has-text-align-left,
h2.has-light-blue-background-color.left,
h2.has-light-blue-background-color.has-text-align-left,
h2.has-grey-background-color.left,
h2.has-grey-background-color.has-text-align-left,
h2.has-red-background-color.left,
h2.has-red-background-color.has-text-align-left,
h2.has-purple-background-color.left,
h2.has-purple-background-color.has-text-align-left,
h2.has-white-background-color.left,
h2.has-white-background-color.has-text-align-left,
h3.has-turqoise-background-color.left,
h3.has-turqoise-background-color.has-text-align-left,
h3.has-yellow-background-color.left,
h3.has-yellow-background-color.has-text-align-left,
h3.has-light-grey-background-color.left,
h3.has-light-grey-background-color.has-text-align-left,
h3.has-light-blue-background-color.left,
h3.has-light-blue-background-color.has-text-align-left,
h3.has-grey-background-color.left,
h3.has-grey-background-color.has-text-align-left,
h3.has-red-background-color.left,
h3.has-red-background-color.has-text-align-left,
h3.has-purple-background-color.left,
h3.has-purple-background-color.has-text-align-left,
h3.has-white-background-color.left,
h3.has-white-background-color.has-text-align-left,
h4.has-turqoise-background-color.left,
h4.has-turqoise-background-color.has-text-align-left,
h4.has-yellow-background-color.left,
h4.has-yellow-background-color.has-text-align-left,
h4.has-light-grey-background-color.left,
h4.has-light-grey-background-color.has-text-align-left,
h4.has-light-blue-background-color.left,
h4.has-light-blue-background-color.has-text-align-left,
h4.has-grey-background-color.left,
h4.has-grey-background-color.has-text-align-left,
h4.has-red-background-color.left,
h4.has-red-background-color.has-text-align-left,
h4.has-purple-background-color.left,
h4.has-purple-background-color.has-text-align-left,
h4.has-white-background-color.left,
h4.has-white-background-color.has-text-align-left,
h5.has-turqoise-background-color.left,
h5.has-turqoise-background-color.has-text-align-left,
h5.has-yellow-background-color.left,
h5.has-yellow-background-color.has-text-align-left,
h5.has-light-grey-background-color.left,
h5.has-light-grey-background-color.has-text-align-left,
h5.has-light-blue-background-color.left,
h5.has-light-blue-background-color.has-text-align-left,
h5.has-grey-background-color.left,
h5.has-grey-background-color.has-text-align-left,
h5.has-red-background-color.left,
h5.has-red-background-color.has-text-align-left,
h5.has-purple-background-color.left,
h5.has-purple-background-color.has-text-align-left,
h5.has-white-background-color.left,
h5.has-white-background-color.has-text-align-left {
    float: left;
    margin: 0 25px 25px 0;
    font-size: 30px
}

@media only screen and (max-width: 600px) {

    h1.has-turqoise-background-color.left,
    h1.has-turqoise-background-color.has-text-align-left,
    h1.has-yellow-background-color.left,
    h1.has-yellow-background-color.has-text-align-left,
    h1.has-light-grey-background-color.left,
    h1.has-light-grey-background-color.has-text-align-left,
    h1.has-light-blue-background-color.left,
    h1.has-light-blue-background-color.has-text-align-left,
    h1.has-grey-background-color.left,
    h1.has-grey-background-color.has-text-align-left,
    h1.has-red-background-color.left,
    h1.has-red-background-color.has-text-align-left,
    h1.has-purple-background-color.left,
    h1.has-purple-background-color.has-text-align-left,
    h1.has-white-background-color.left,
    h1.has-white-background-color.has-text-align-left,
    h2.has-turqoise-background-color.left,
    h2.has-turqoise-background-color.has-text-align-left,
    h2.has-yellow-background-color.left,
    h2.has-yellow-background-color.has-text-align-left,
    h2.has-light-grey-background-color.left,
    h2.has-light-grey-background-color.has-text-align-left,
    h2.has-light-blue-background-color.left,
    h2.has-light-blue-background-color.has-text-align-left,
    h2.has-grey-background-color.left,
    h2.has-grey-background-color.has-text-align-left,
    h2.has-red-background-color.left,
    h2.has-red-background-color.has-text-align-left,
    h2.has-purple-background-color.left,
    h2.has-purple-background-color.has-text-align-left,
    h2.has-white-background-color.left,
    h2.has-white-background-color.has-text-align-left,
    h3.has-turqoise-background-color.left,
    h3.has-turqoise-background-color.has-text-align-left,
    h3.has-yellow-background-color.left,
    h3.has-yellow-background-color.has-text-align-left,
    h3.has-light-grey-background-color.left,
    h3.has-light-grey-background-color.has-text-align-left,
    h3.has-light-blue-background-color.left,
    h3.has-light-blue-background-color.has-text-align-left,
    h3.has-grey-background-color.left,
    h3.has-grey-background-color.has-text-align-left,
    h3.has-red-background-color.left,
    h3.has-red-background-color.has-text-align-left,
    h3.has-purple-background-color.left,
    h3.has-purple-background-color.has-text-align-left,
    h3.has-white-background-color.left,
    h3.has-white-background-color.has-text-align-left,
    h4.has-turqoise-background-color.left,
    h4.has-turqoise-background-color.has-text-align-left,
    h4.has-yellow-background-color.left,
    h4.has-yellow-background-color.has-text-align-left,
    h4.has-light-grey-background-color.left,
    h4.has-light-grey-background-color.has-text-align-left,
    h4.has-light-blue-background-color.left,
    h4.has-light-blue-background-color.has-text-align-left,
    h4.has-grey-background-color.left,
    h4.has-grey-background-color.has-text-align-left,
    h4.has-red-background-color.left,
    h4.has-red-background-color.has-text-align-left,
    h4.has-purple-background-color.left,
    h4.has-purple-background-color.has-text-align-left,
    h4.has-white-background-color.left,
    h4.has-white-background-color.has-text-align-left,
    h5.has-turqoise-background-color.left,
    h5.has-turqoise-background-color.has-text-align-left,
    h5.has-yellow-background-color.left,
    h5.has-yellow-background-color.has-text-align-left,
    h5.has-light-grey-background-color.left,
    h5.has-light-grey-background-color.has-text-align-left,
    h5.has-light-blue-background-color.left,
    h5.has-light-blue-background-color.has-text-align-left,
    h5.has-grey-background-color.left,
    h5.has-grey-background-color.has-text-align-left,
    h5.has-red-background-color.left,
    h5.has-red-background-color.has-text-align-left,
    h5.has-purple-background-color.left,
    h5.has-purple-background-color.has-text-align-left,
    h5.has-white-background-color.left,
    h5.has-white-background-color.has-text-align-left {
        float: none
    }
}

h1.has-turqoise-background-color.right,
h1.has-turqoise-background-color.has-text-align-right,
h1.has-yellow-background-color.right,
h1.has-yellow-background-color.has-text-align-right,
h1.has-light-grey-background-color.right,
h1.has-light-grey-background-color.has-text-align-right,
h1.has-light-blue-background-color.right,
h1.has-light-blue-background-color.has-text-align-right,
h1.has-grey-background-color.right,
h1.has-grey-background-color.has-text-align-right,
h1.has-red-background-color.right,
h1.has-red-background-color.has-text-align-right,
h1.has-purple-background-color.right,
h1.has-purple-background-color.has-text-align-right,
h1.has-white-background-color.right,
h1.has-white-background-color.has-text-align-right,
h2.has-turqoise-background-color.right,
h2.has-turqoise-background-color.has-text-align-right,
h2.has-yellow-background-color.right,
h2.has-yellow-background-color.has-text-align-right,
h2.has-light-grey-background-color.right,
h2.has-light-grey-background-color.has-text-align-right,
h2.has-light-blue-background-color.right,
h2.has-light-blue-background-color.has-text-align-right,
h2.has-grey-background-color.right,
h2.has-grey-background-color.has-text-align-right,
h2.has-red-background-color.right,
h2.has-red-background-color.has-text-align-right,
h2.has-purple-background-color.right,
h2.has-purple-background-color.has-text-align-right,
h2.has-white-background-color.right,
h2.has-white-background-color.has-text-align-right,
h3.has-turqoise-background-color.right,
h3.has-turqoise-background-color.has-text-align-right,
h3.has-yellow-background-color.right,
h3.has-yellow-background-color.has-text-align-right,
h3.has-light-grey-background-color.right,
h3.has-light-grey-background-color.has-text-align-right,
h3.has-light-blue-background-color.right,
h3.has-light-blue-background-color.has-text-align-right,
h3.has-grey-background-color.right,
h3.has-grey-background-color.has-text-align-right,
h3.has-red-background-color.right,
h3.has-red-background-color.has-text-align-right,
h3.has-purple-background-color.right,
h3.has-purple-background-color.has-text-align-right,
h3.has-white-background-color.right,
h3.has-white-background-color.has-text-align-right,
h4.has-turqoise-background-color.right,
h4.has-turqoise-background-color.has-text-align-right,
h4.has-yellow-background-color.right,
h4.has-yellow-background-color.has-text-align-right,
h4.has-light-grey-background-color.right,
h4.has-light-grey-background-color.has-text-align-right,
h4.has-light-blue-background-color.right,
h4.has-light-blue-background-color.has-text-align-right,
h4.has-grey-background-color.right,
h4.has-grey-background-color.has-text-align-right,
h4.has-red-background-color.right,
h4.has-red-background-color.has-text-align-right,
h4.has-purple-background-color.right,
h4.has-purple-background-color.has-text-align-right,
h4.has-white-background-color.right,
h4.has-white-background-color.has-text-align-right,
h5.has-turqoise-background-color.right,
h5.has-turqoise-background-color.has-text-align-right,
h5.has-yellow-background-color.right,
h5.has-yellow-background-color.has-text-align-right,
h5.has-light-grey-background-color.right,
h5.has-light-grey-background-color.has-text-align-right,
h5.has-light-blue-background-color.right,
h5.has-light-blue-background-color.has-text-align-right,
h5.has-grey-background-color.right,
h5.has-grey-background-color.has-text-align-right,
h5.has-red-background-color.right,
h5.has-red-background-color.has-text-align-right,
h5.has-purple-background-color.right,
h5.has-purple-background-color.has-text-align-right,
h5.has-white-background-color.right,
h5.has-white-background-color.has-text-align-right {
    float: right;
    margin: 0 0 25px 25px;
    font-size: 30px;
    text-align: left
}

@media only screen and (max-width: 600px) {

    h1.has-turqoise-background-color.right,
    h1.has-turqoise-background-color.has-text-align-right,
    h1.has-yellow-background-color.right,
    h1.has-yellow-background-color.has-text-align-right,
    h1.has-light-grey-background-color.right,
    h1.has-light-grey-background-color.has-text-align-right,
    h1.has-light-blue-background-color.right,
    h1.has-light-blue-background-color.has-text-align-right,
    h1.has-grey-background-color.right,
    h1.has-grey-background-color.has-text-align-right,
    h1.has-red-background-color.right,
    h1.has-red-background-color.has-text-align-right,
    h1.has-purple-background-color.right,
    h1.has-purple-background-color.has-text-align-right,
    h1.has-white-background-color.right,
    h1.has-white-background-color.has-text-align-right,
    h2.has-turqoise-background-color.right,
    h2.has-turqoise-background-color.has-text-align-right,
    h2.has-yellow-background-color.right,
    h2.has-yellow-background-color.has-text-align-right,
    h2.has-light-grey-background-color.right,
    h2.has-light-grey-background-color.has-text-align-right,
    h2.has-light-blue-background-color.right,
    h2.has-light-blue-background-color.has-text-align-right,
    h2.has-grey-background-color.right,
    h2.has-grey-background-color.has-text-align-right,
    h2.has-red-background-color.right,
    h2.has-red-background-color.has-text-align-right,
    h2.has-purple-background-color.right,
    h2.has-purple-background-color.has-text-align-right,
    h2.has-white-background-color.right,
    h2.has-white-background-color.has-text-align-right,
    h3.has-turqoise-background-color.right,
    h3.has-turqoise-background-color.has-text-align-right,
    h3.has-yellow-background-color.right,
    h3.has-yellow-background-color.has-text-align-right,
    h3.has-light-grey-background-color.right,
    h3.has-light-grey-background-color.has-text-align-right,
    h3.has-light-blue-background-color.right,
    h3.has-light-blue-background-color.has-text-align-right,
    h3.has-grey-background-color.right,
    h3.has-grey-background-color.has-text-align-right,
    h3.has-red-background-color.right,
    h3.has-red-background-color.has-text-align-right,
    h3.has-purple-background-color.right,
    h3.has-purple-background-color.has-text-align-right,
    h3.has-white-background-color.right,
    h3.has-white-background-color.has-text-align-right,
    h4.has-turqoise-background-color.right,
    h4.has-turqoise-background-color.has-text-align-right,
    h4.has-yellow-background-color.right,
    h4.has-yellow-background-color.has-text-align-right,
    h4.has-light-grey-background-color.right,
    h4.has-light-grey-background-color.has-text-align-right,
    h4.has-light-blue-background-color.right,
    h4.has-light-blue-background-color.has-text-align-right,
    h4.has-grey-background-color.right,
    h4.has-grey-background-color.has-text-align-right,
    h4.has-red-background-color.right,
    h4.has-red-background-color.has-text-align-right,
    h4.has-purple-background-color.right,
    h4.has-purple-background-color.has-text-align-right,
    h4.has-white-background-color.right,
    h4.has-white-background-color.has-text-align-right,
    h5.has-turqoise-background-color.right,
    h5.has-turqoise-background-color.has-text-align-right,
    h5.has-yellow-background-color.right,
    h5.has-yellow-background-color.has-text-align-right,
    h5.has-light-grey-background-color.right,
    h5.has-light-grey-background-color.has-text-align-right,
    h5.has-light-blue-background-color.right,
    h5.has-light-blue-background-color.has-text-align-right,
    h5.has-grey-background-color.right,
    h5.has-grey-background-color.has-text-align-right,
    h5.has-red-background-color.right,
    h5.has-red-background-color.has-text-align-right,
    h5.has-purple-background-color.right,
    h5.has-purple-background-color.has-text-align-right,
    h5.has-white-background-color.right,
    h5.has-white-background-color.has-text-align-right {
        float: none;
        margin-left: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {

    h1.has-turqoise-background-color,
    h1.has-yellow-background-color,
    h1.has-light-grey-background-color,
    h1.has-light-blue-background-color,
    h1.has-grey-background-color,
    h1.has-red-background-color,
    h1.has-purple-background-color,
    h1.has-white-background-color,
    h2.has-turqoise-background-color,
    h2.has-yellow-background-color,
    h2.has-light-grey-background-color,
    h2.has-light-blue-background-color,
    h2.has-grey-background-color,
    h2.has-red-background-color,
    h2.has-purple-background-color,
    h2.has-white-background-color,
    h3.has-turqoise-background-color,
    h3.has-yellow-background-color,
    h3.has-light-grey-background-color,
    h3.has-light-blue-background-color,
    h3.has-grey-background-color,
    h3.has-red-background-color,
    h3.has-purple-background-color,
    h3.has-white-background-color,
    h4.has-turqoise-background-color,
    h4.has-yellow-background-color,
    h4.has-light-grey-background-color,
    h4.has-light-blue-background-color,
    h4.has-grey-background-color,
    h4.has-red-background-color,
    h4.has-purple-background-color,
    h4.has-white-background-color,
    h5.has-turqoise-background-color,
    h5.has-yellow-background-color,
    h5.has-light-grey-background-color,
    h5.has-light-blue-background-color,
    h5.has-grey-background-color,
    h5.has-red-background-color,
    h5.has-purple-background-color,
    h5.has-white-background-color {
        width: 75%;
        font-size: 25px
    }

    h1.has-turqoise-background-color:after,
    h1.has-yellow-background-color:after,
    h1.has-light-grey-background-color:after,
    h1.has-light-blue-background-color:after,
    h1.has-grey-background-color:after,
    h1.has-red-background-color:after,
    h1.has-purple-background-color:after,
    h1.has-white-background-color:after,
    h2.has-turqoise-background-color:after,
    h2.has-yellow-background-color:after,
    h2.has-light-grey-background-color:after,
    h2.has-light-blue-background-color:after,
    h2.has-grey-background-color:after,
    h2.has-red-background-color:after,
    h2.has-purple-background-color:after,
    h2.has-white-background-color:after,
    h3.has-turqoise-background-color:after,
    h3.has-yellow-background-color:after,
    h3.has-light-grey-background-color:after,
    h3.has-light-blue-background-color:after,
    h3.has-grey-background-color:after,
    h3.has-red-background-color:after,
    h3.has-purple-background-color:after,
    h3.has-white-background-color:after,
    h4.has-turqoise-background-color:after,
    h4.has-yellow-background-color:after,
    h4.has-light-grey-background-color:after,
    h4.has-light-blue-background-color:after,
    h4.has-grey-background-color:after,
    h4.has-red-background-color:after,
    h4.has-purple-background-color:after,
    h4.has-white-background-color:after,
    h5.has-turqoise-background-color:after,
    h5.has-yellow-background-color:after,
    h5.has-light-grey-background-color:after,
    h5.has-light-blue-background-color:after,
    h5.has-grey-background-color:after,
    h5.has-red-background-color:after,
    h5.has-purple-background-color:after,
    h5.has-white-background-color:after {
        display: none !important
    }
}

h1.has-turqoise-background-color:after,
h1.has-yellow-background-color:after,
h1.has-light-grey-background-color:after,
h1.has-light-blue-background-color:after,
h1.has-grey-background-color:after,
h1.has-red-background-color:after,
h1.has-purple-background-color:after,
h1.has-white-background-color:after,
h2.has-turqoise-background-color:after,
h2.has-yellow-background-color:after,
h2.has-light-grey-background-color:after,
h2.has-light-blue-background-color:after,
h2.has-grey-background-color:after,
h2.has-red-background-color:after,
h2.has-purple-background-color:after,
h2.has-white-background-color:after,
h3.has-turqoise-background-color:after,
h3.has-yellow-background-color:after,
h3.has-light-grey-background-color:after,
h3.has-light-blue-background-color:after,
h3.has-grey-background-color:after,
h3.has-red-background-color:after,
h3.has-purple-background-color:after,
h3.has-white-background-color:after,
h4.has-turqoise-background-color:after,
h4.has-yellow-background-color:after,
h4.has-light-grey-background-color:after,
h4.has-light-blue-background-color:after,
h4.has-grey-background-color:after,
h4.has-red-background-color:after,
h4.has-purple-background-color:after,
h4.has-white-background-color:after,
h5.has-turqoise-background-color:after,
h5.has-yellow-background-color:after,
h5.has-light-grey-background-color:after,
h5.has-light-blue-background-color:after,
h5.has-grey-background-color:after,
h5.has-red-background-color:after,
h5.has-purple-background-color:after,
h5.has-white-background-color:after {
    content: '';
    width: 1px;
    display: inline-block;
    padding-bottom: 100%
}

h1.has-white-background-color,
h2.has-white-background-color,
h3.has-white-background-color,
h4.has-white-background-color,
h5.has-white-background-color {
    color: #B7504D;
    border: 1px solid #eee
}

h1.has-turqoise-color,
h2.has-turqoise-color,
h3.has-turqoise-color,
h4.has-turqoise-color,
h5.has-turqoise-color {
    color: #399AA2 !important
}

h1.has-purple-color,
h2.has-purple-color,
h3.has-purple-color,
h4.has-purple-color,
h5.has-purple-color {
    color: #A66EA4 !important
}

h1.has-red-color,
h2.has-red-color,
h3.has-red-color,
h4.has-red-color,
h5.has-red-color {
    color: #B7504D !important
}

h1.has-light-blue-color,
h2.has-light-blue-color,
h3.has-light-blue-color,
h4.has-light-blue-color,
h5.has-light-blue-color {
    color: #90C3CE !important
}

h1.has-yellow-color,
h2.has-yellow-color,
h3.has-yellow-color,
h4.has-yellow-color,
h5.has-yellow-color {
    color: #D39E3A !important
}

h1.has-grey-color,
h2.has-grey-color,
h3.has-grey-color,
h4.has-grey-color,
h5.has-grey-color {
    color: #777779 !important
}

h1.has-light-grey-color,
h2.has-light-grey-color,
h3.has-light-grey-color,
h4.has-light-grey-color,
h5.has-light-grey-color {
    color: #eee !important
}

h1.has-white-color,
h2.has-white-color,
h3.has-white-color,
h4.has-white-color,
h5.has-white-color {
    color: #fff !important
}

.date {
    color: #777779
}

h2+.date {
    margin-top: -10px
}

.title {
    font-size: 24px;
    letter-spacing: -1px
}

.title a {
    color: #4D4D4D !important
}

.post-password-form input:not([type="submit"]) {
    border: 1px solid #777779
}

.post-password-form input[type="submit"] {
    background: #4D4D4D;
    text-transform: uppercase;
    border-radius: 5px
}

.result {
    border-bottom: 1px solid grey;
    margin-bottom: 50px;
    padding-bottom: 25px
}

.result .title {
    padding: 0 0 15px 0
}

.result .title a {
    color: #399AA2
}

.result .date {
    font-size: 16px
}

.result .title+.date {
    margin-top: -15px
}

.result .post-type {
    text-transform: uppercase;
    color: #399AA2;
    font-weight: 700;
    font-size: 16px;
    padding: 0
}

.result p:empty {
    display: none
}

.articles:not(.is-style-inline):not(.is-style-related) .article {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 75px
}

@media (min-width: 48.063em) and (max-width: 75em) {
    .articles:not(.is-style-inline):not(.is-style-related) .article {
        padding-right: 25px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles:not(.is-style-inline):not(.is-style-related) .article {
        width: 100%;
        padding-right: 0;
        max-width: 525px
    }
}

.articles:not(.is-style-inline):not(.is-style-related) .article:nth-child(2n) {
    padding-right: 0;
    padding-left: 50px
}

@media (min-width: 48.063em) and (max-width: 75em) {
    .articles:not(.is-style-inline):not(.is-style-related) .article:nth-child(2n) {
        padding-left: 25px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles:not(.is-style-inline):not(.is-style-related) .article:nth-child(2n) {
        width: 100%;
        padding-left: 0
    }
}

.articles:not(.is-style-inline):not(.is-style-related) .article:only-child {
    margin-left: auto;
    margin-right: auto
}

.articles:not(.is-style-inline):not(.is-style-related) .article h5 {
    color: #4D4D4D;
    font-size: 18px
}

.articles:not(.is-style-inline):not(.is-style-related) .article p:not(.title) {
    padding: 0 0 15px 0
}

.articles:not(.is-style-inline):not(.is-style-related) .article p.by {
    color: #666E73
}

.articles:not(.is-style-inline):not(.is-style-related) .article .title {
    font-size: 34px;
    padding: 0 0 15px 0;
    line-height: 1.1
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles:not(.is-style-inline):not(.is-style-related) .article .title {
        font-size: 28px
    }
}

.articles:not(.is-style-inline):not(.is-style-related) .article .title a {
    color: #399AA2
}

.articles:not(.is-style-inline):not(.is-style-related) .article img {
    width: 100%
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper {
    display: flex;
    flex-direction: column
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-content {
    display: flex;
    flex-wrap: wrap;
    order: 3
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-content {
        justify-content: center
    }
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square {
    background: none;
    max-width: 100%
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content {
        display: block
    }
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content h1,
.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content h2,
.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content h3,
.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content h4,
.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content h5,
.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content p,
.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content a:not(.btn) {
    color: #4D4D4D
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square .content a:not(.btn) {
    color: #399AA2
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square p.more {
    color: #399AA2
}

.articles:not(.is-style-inline):not(.is-style-related) .wrapper .section-title .square:after {
    display: none
}

.articles.is-style-inline:not(:last-child),
.articles.is-style-related:not(:last-child) {
    margin-bottom: 25px
}

.articles.is-style-inline .article h5,
.articles.is-style-related .article h5 {
    color: #A66EA4
}

@media (min-width: 0em) and (max-width: 48em) {

    .articles.is-style-inline .article h5,
    .articles.is-style-related .article h5 {
        text-align: center
    }
}

.articles.is-style-inline .article p:not(.title),
.articles.is-style-related .article p:not(.title) {
    font-size: 16px;
    padding: 0 0 15px 0
}

@media (min-width: 0em) and (max-width: 48em) {

    .articles.is-style-inline .article p.title,
    .articles.is-style-related .article p.title {
        text-align: center
    }
}

@media (min-width: 0em) and (max-width: 48em) {

    .articles.is-style-inline .article p:not(.title):not(.img),
    .articles.is-style-related .article p:not(.title):not(.img) {
        display: none
    }
}

.articles.is-style-inline .article img,
.articles.is-style-related .article img {
    width: 100%
}

.articles.is-style-inline .article .img,
.articles.is-style-related .article .img {
    background: #f1f1f1;
    padding: 0 !important;
    margin: 0 0 15px 0
}

.articles.is-style-inline *,
.articles.is-style-related * {
    min-height: 0;
    min-width: 0
}

.articles.is-style-inline .wrapper,
.articles.is-style-related .wrapper {
    display: flex;
    align-items: center
}

@media (min-width: 0em) and (max-width: 48em) {

    .articles.is-style-inline .wrapper,
    .articles.is-style-related .wrapper {
        flex-direction: column;
        align-items: stretch;
        width: 100%
    }

    .articles.is-style-inline .wrapper .section-content,
    .articles.is-style-related .wrapper .section-content {
        width: 100%;
        order: 3
    }
}

.articles.is-style-inline .wrapper .section-title,
.articles.is-style-related .wrapper .section-title {
    flex: 0 0 auto
}

@media (min-width: 0em) and (max-width: 48em) {

    .articles.is-style-inline .wrapper .section-title .square,
    .articles.is-style-related .wrapper .section-title .square {
        max-width: 100%
    }

    .articles.is-style-inline .wrapper .section-title .square:after,
    .articles.is-style-related .wrapper .section-title .square:after {
        padding-bottom: 200px
    }
}

.articles.is-style-inline .wrapper .section-content,
.articles.is-style-related .wrapper .section-content {
    width: 100%
}

.articles {
    clear: both
}

.articles .img {
    background: #f1f1f1;
    padding: 0 !important;
    margin: 0 0 15px 0
}

.articles.is-style-inline {
    margin-bottom: 25px
}

.articles.is-style-inline.right .section-content {
    order: 2
}

.articles.is-style-inline.right .section-content .articles-row .article {
    margin-left: 25px;
    margin-right: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles.is-style-inline.right .section-content .articles-row .article {
        margin-left: 0
    }
}

.articles.is-style-related {
    border: 1px solid #979797;
    padding: 25px 0 25px 25px
}

.articles.is-style-related>a.title {
    display: block;
    font-weight: 600;
    position: relative;
    padding-right: 50px
}

.articles.is-style-related>a.title:after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 45px;
    transform: translateY(-50%)
}

.articles.is-style-related .article {
    padding-right: 25px;
    width: 33%
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles.is-style-related .article {
        width: 50%
    }
}

@media only screen and (max-width: 600px) {
    .articles.is-style-related .article {
        width: 100%
    }
}

.articles.is-style-related .wrapper {
    padding-top: 25px;
    flex-wrap: wrap;
    align-items: flex-start
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles.is-style-related .wrapper {
        flex-direction: row
    }
}

.is-style-has-callout .articles.is-style-related .article {
    width: 50%
}

@media (min-width: 0em) and (max-width: 48em) {
    .is-style-has-callout .articles.is-style-related .article {
        width: 50%
    }
}

@media only screen and (max-width: 600px) {
    .is-style-has-callout .articles.is-style-related .article {
        width: 100%
    }
}

@media only screen and (min-width: 1151px) {
    .articles-row {
        display: flex;
        flex-wrap: wrap
    }

    .articles-row .article {
        width: calc(50% - 25px);
        margin-right: 25px;
        padding-bottom: 35px
    }

    .articles-row .article:first-child:nth-last-child(n+3),
    .articles-row .article:first-child:nth-last-child(n+3)~.article {
        width: calc(33% - 25px);
        padding-bottom: 35px
    }

    .articles-row .article:first-child:nth-last-child(n+3):nth-child(3n),
    .articles-row .article:first-child:nth-last-child(n+3)~.article:nth-child(3n) {
        margin-right: 0
    }

    .articles-row .article:only-child {
        width: 100%;
        margin-right: 0;
        max-width: 525px
    }
}

@media only screen and (min-width: 769px) and (max-width: 1150px) {
    .articles-row {
        margin-bottom: 80px !important
    }

    .articles-row .article {
        padding-right: 25px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .articles-row {
        margin-bottom: 80px !important
    }
}

.square {
    background: #A66EA4;
    display: flex;
    max-width: 250px;
    margin-bottom: 25px
}

.square:after {
    content: '';
    width: 1px;
    display: inline-block;
    padding-bottom: 100%
}

.square .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 15px 40px;
    width: 100%
}

.square:hover {
    text-decoration: none
}

.square:hover .more:after {
    margin-left: 10px
}

.square.center {
    text-align: center
}

.square.center h2,
.square.center h3,
.square.center h4,
.square.center h5 {
    text-align: center;
    margin: 0 0 10px 0
}

.square .is-style-large-text a:not(.btn):not(.wp-block-button__link) {
    color: #D39E3A;
    font-size: 70px;
    font-weight: 400
}

.square .is-style-large-text a:not(.btn):not(.wp-block-button__link):after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    transition: all ease 0.3s
}

.square .is-style-large-text a:not(.btn):not(.wp-block-button__link):hover {
    text-decoration: none
}

.square h1,
.square h2,
.square h3,
.square h4,
.square h5,
.square a:not(.btn):not(.wp-block-button__link),
.square p {
    color: #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    .square .content>h3:only-child {
        font-size: 30px
    }
}

.square.has-grey-background-color .more {
    color: #D39E3A
}

.square.has-light-grey-background-color h1,
.square.has-light-grey-background-color h2,
.square.has-light-grey-background-color h3,
.square.has-light-grey-background-color h4,
.square.has-light-grey-background-color h5,
.square.has-light-grey-background-color p,
.square.has-light-grey-background-color a:not(.btn):not(.wp-block-button__link) {
    color: #4D4D4D
}

.square.has-light-grey-background-color .is-style-large-text a:not(.btn):not(.wp-block-button__link) {
    color: #D39E3A
}

@media (min-width: 0em) and (max-width: 48em) {
    .square {
        width: 100%;
        max-width: 100%
    }

    .square:after {
        padding-bottom: 200px
    }
}

.more {
    padding-right: 25px;
    position: relative
}

.more:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 5px;
    margin-top: 4px;
    position: absolute;
    transition: all ease 0.3s
}

.more.large-size {
    font-size: 70px;
    text-align: center;
    padding: 0 0 10px 0;
    line-height: 1
}

.more.large-size:after {
    position: relative;
    display: block;
    text-align: center;
    color: #eee
}

.more:hover {
    text-decoration: none
}

.load-more {
    font-weight: 700
}

.load-more:before {
    content: '+';
    margin-right: 5px
}

.load-more:hover {
    text-decoration: none
}

.load-more.close-load-more:before {
    content: '-'
}

.back {
    color: #4D4D4D;
    font-size: 16px
}

.back a {
    color: #4D4D4D
}

.back a:before {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 5px;
    vertical-align: -0.1em
}

.back a:hover {
    text-decoration: none;
    color: #90C3CE
}

.back a:hover:before {
    color: #90C3CE
}

@media (min-width: 0em) and (max-width: 48em) {
    .back {
        text-align: center
    }
}

@media only screen and (max-width: 1000px) {
    main>div>.back {
        text-align: center
    }
}

.quick-links {
    margin-bottom: 25px
}

.quick-links .wrapper {
    display: flex
}

@media only screen and (max-width: 1150px) {
    .quick-links .wrapper {
        flex-wrap: wrap
    }
}

.quick-links:not(.expandable) .wrapper {
    align-items: center
}

@media only screen and (max-width: 1150px) {
    .quick-links:not(.expandable) .wrapper {
        align-items: flex-start
    }
}

.quick-links .sections-list {
    flex: 1 1 auto;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quick-links .sections-list:only-child {
    padding-right: 0
}

@media only screen and (max-width: 1150px) {
    .quick-links .sections-list {
        flex: 1 0 40%;
        order: 2;
        padding-right: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links .sections-list {
        flex: 1 100%;
        padding-right: 0;
        order: 3
    }
}

.quick-links .sections-list .expandable-content {
    margin: 0 0 auto 0
}

.quick-links .sections-list ul {
    margin: 0
}

.quick-links .sections-list ul li {
    border-bottom: 1px solid #777779;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600
}

.quick-links .sections-list ul li a:hover {
    color: #4D4D4D;
    text-decoration: none
}

.quick-links .sections-list ul li>div {
    color: #399AA2
}

.quick-links .sections-list ul li>div.expanded-content {
    min-height: 50px
}

.quick-links .sections-list ul li:before {
    display: none
}

.quick-links .sections-list ul li:last-child {
    border: 0
}

.quick-links .sections-title {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (max-width: 1150px) {
    .quick-links .sections-title {
        flex: 1 100%
    }

    .quick-links .sections-title .square {
        max-width: 100%
    }

    .quick-links .sections-title .square:after {
        padding-bottom: 200px
    }
}

.quick-links .sections-img {
    flex: 0 0 60%
}

@media only screen and (max-width: 1150px) {
    .quick-links .sections-img {
        flex: 0 0 60%;
        margin-bottom: 25px;
        order: 3;
        padding-left: 50px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links .sections-img {
        flex: 1 100%;
        order: 2;
        padding-left: 0
    }
}

.quick-links .sections-img img {
    width: 100%
}

.quick-links .sections-img+.sections-title {
    margin-left: -125px;
    z-index: 10
}

@media only screen and (max-width: 1150px) {
    .quick-links .sections-img+.sections-title {
        margin-left: 0
    }
}

.quick-links.right .sections-img {
    order: 2
}

@media only screen and (max-width: 1150px) {
    .quick-links.right .sections-img {
        padding-left: 0;
        padding-right: 50px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links.right .sections-img {
        padding-right: 0
    }
}

.quick-links.right .sections-title {
    order: 1;
    position: relative;
    z-index: 10
}

.quick-links.right .sections-list {
    order: 3;
    padding-right: 0;
    padding-left: 50px
}

.quick-links.right .sections-list:only-child {
    padding-left: 0
}

@media only screen and (max-width: 1150px) {
    .quick-links.right .sections-list {
        padding-left: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links.right .sections-list {
        padding-left: 0
    }
}

.quick-links.right .sections-img+.sections-title {
    margin-left: 0;
    margin-right: -125px
}

@media only screen and (max-width: 1150px) {
    .quick-links.right .sections-img+.sections-title {
        margin-right: 0
    }
}

.quick-links.expandable .sections-title {
    justify-content: flex-start;
    margin-top: 105px
}

@media only screen and (max-width: 1150px) {
    .quick-links.expandable .sections-title {
        margin-top: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links.expandable .sections-title {
        margin-top: 0;
        justify-content: center
    }

    .quick-links.expandable .sections-title .square .content {
        padding: 15px 15px 0 15px
    }

    .quick-links.expandable .sections-title .square:after {
        padding-bottom: 100%
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links.expandable .sections-img {
        flex: 0 calc(100% - 90px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links.expandable .sections-img+.sections-title {
        margin-top: 0;
        flex: 0 0 180px;
        margin-right: -90px
    }

    .quick-links.expandable .sections-img+.sections-title .square h3 {
        text-align: center
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quick-links.expandable.right .sections-img {
        order: 1
    }

    .quick-links.expandable.right .sections-title {
        order: 2
    }

    .quick-links.expandable.right .sections-img+.sections-title {
        margin-left: -100px;
        margin-right: 0
    }
}

.bios-scroll {
    margin-bottom: 25px
}

.bios-scroll .wrapper {
    display: flex
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios-scroll .wrapper {
        flex-wrap: wrap
    }
}

.bios-scroll .sections-list {
    width: calc(100% - 250px);
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bios-scroll .sections-list:only-child {
    padding-right: 0;
    width: 100%
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios-scroll .sections-list {
        flex: 1 100%;
        padding-right: 0;
        order: 3
    }
}

.bios-scroll .sections-title {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios-scroll .sections-title {
        flex: 1 100%
    }

    .bios-scroll .sections-title .square {
        max-width: 100%
    }

    .bios-scroll .sections-title .square:after {
        padding-bottom: 200px
    }
}

.bios-scroll.right .sections-title {
    order: 1;
    position: relative;
    z-index: 10
}

.bios-scroll.right .sections-list {
    order: 3;
    padding-right: 0;
    padding-left: 50px
}

.bios-scroll.right .sections-list:only-child {
    padding-left: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios-scroll.right .sections-list {
        padding-left: 0
    }
}

.bios {
    margin: 0 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios {
        margin: 0 0 50px 0
    }
}

.bios p {
    text-align: center
}

.bios p img {
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%
}

.bios p a {
    color: #4D4D4D
}

.bios p a:hover {
    color: #399AA2;
    text-decoration: none
}

.bios .bio-col {
    padding: 0 10px;
    font-size: 18px;
    text-align: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios .bio-col {
        padding: 0
    }
}

.is-style-has-callout .bios {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (max-width: 1200px) {
    .is-style-has-callout .bios {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .is-style-has-callout .bios {
        margin: 0 0 50px 0
    }
}

.bios-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px 0
}

.bios-list>.bio {
    width: calc(25% - 10px);
    margin-right: 10px
}

@media only screen and (max-width: 350px) {
    .bios-list>.bio {
        margin-right: 0
    }
}

.bios-list>.bio:first-child {
    margin-left: auto
}

.bios-list>.bio:last-child {
    margin-right: auto
}

.bios-list>.bio:first-child:nth-last-child(n+4):first-child,
.bios-list>.bio:first-child:nth-last-child(n+4)~.bio:first-child {
    margin-left: 0
}

.bios-list>.bio:first-child:nth-last-child(n+4):last-child,
.bios-list>.bio:first-child:nth-last-child(n+4)~.bio:last-child {
    margin-right: 0
}

.bios-list>.bio img {
    width: 100%;
    height: auto
}

.bios-list>.bio .title {
    font-size: 22px
}

@media only screen and (max-width: 1000px) {
    .bios-list>.bio {
        width: calc(33% - 10px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .bios-list>.bio {
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width: 350px) {
    .bios-list>.bio {
        width: 100%
    }
}

.bio {
    padding-bottom: 25px
}

.bio a[href*="tel"] {
    color: #4D4D4D
}

.bio a[href*="tel"]:hover {
    text-decoration: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .bio a[href*="tel"] {
        color: #90C3CE;
        margin-right: 25px
    }
}

.bio .title {
    padding: 0 0 5px 0
}

.bio .title a {
    color: #4D4D4D
}

@media (min-width: 0em) and (max-width: 48em) {
    .bio .title {
        font-size: 18px;
        padding-bottom: 10px
    }
}

.bio p {
    padding: 0 0 10px 0
}

.bio p a {
    color: #90C3CE
}

.bio p a:hover {
    color: #399AA2;
    text-decoration: none
}

.bio p span {
    font-size: 35px
}

.quote {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote {
        margin-bottom: 0
    }
}

.quote:not(:last-child) {
    margin-bottom: 100px
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote:not(:last-child) {
        margin-bottom: 50px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote {
        flex-wrap: wrap;
        justify-content: center
    }
}

.quote .square {
    width: 40%;
    max-width: 40%;
    margin: 0;
    position: relative;
    z-index: 10;
    margin-right: -25px
}

.quote .square:only-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0
}

.quote .square:only-child:after {
    padding-bottom: 400px
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote .square:only-child:after {
        padding-bottom: 200px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote .square {
        width: 100%;
        max-width: 90%;
        margin-right: 0;
        order: 3
    }

    .quote .square:after {
        padding-bottom: 200px
    }
}

.quote .square .content {
    justify-content: center;
    padding: 50px 50px 25px 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote .square .content {
        padding: 25px 25px 0 25px
    }
}

.quote .square .content blockquote {
    margin: 0
}

.quote .square .content blockquote p {
    font-size: 30px;
    color: #fff
}

@media (min-width: 48.063em) and (max-width: 75em) {
    .quote .square .content blockquote p {
        font-size: 24px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote .square .content blockquote p {
        font-size: 24px
    }
}

.quote .square .content blockquote p.cite {
    font-size: 20px
}

.quote .img {
    flex: 1 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: -50px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote .img {
        flex: 1 100%;
        padding-bottom: 50%
    }
}

.quote .img img {
    width: 100%
}

.quote.right .square {
    order: 3;
    margin-right: 0;
    margin-left: -25px
}

.quote.right .square:only-child {
    margin-left: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .quote.right .square {
        margin-left: 0
    }
}

.logos {
    margin-bottom: 25px
}

.logos:last-child {
    margin-bottom: 0
}

.logos .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.logos .wrapper>div {
    width: 25%;
    text-align: center;
    padding: 0 25px 25px 25px;
    position: relative
}

.logos .wrapper>div:first-child {
    margin-left: auto
}

.logos .wrapper>div:last-child {
    margin-right: auto
}

@media (min-width: 0em) and (max-width: 48em) {
    .logos .wrapper>div {
        flex: 1 100%;
        padding-bottom: 50px
    }
}

.logos .wrapper>div:first-child:nth-last-child(n+4),
.logos .wrapper>div:first-child:nth-last-child(n+4)~div {
    width: 25%
}

.logos .wrapper>div:first-child:nth-last-child(n+4):first-child,
.logos .wrapper>div:first-child:nth-last-child(n+4)~div:first-child {
    margin-left: 0
}

.logos .wrapper>div:first-child:nth-last-child(n+4):last-child,
.logos .wrapper>div:first-child:nth-last-child(n+4)~div:last-child {
    margin-right: 0
}

@media (min-width: 0em) and (max-width: 48em) {

    .logos .wrapper>div:first-child:nth-last-child(n+4),
    .logos .wrapper>div:first-child:nth-last-child(n+4)~div {
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 450px) {

    .logos .wrapper>div:first-child:nth-last-child(n+4),
    .logos .wrapper>div:first-child:nth-last-child(n+4)~div {
        flex: 1 100%;
        padding-bottom: 50px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .logos .wrapper>div:nth-child(2n)>div {
        left: auto;
        right: 0
    }
}

@media only screen and (max-width: 1200px) {
    .logos .wrapper>div:nth-child(4n)>div {
        left: auto;
        right: 0
    }
}

@media only screen and (min-width: 451px) {
    .logos .wrapper>div:hover>div {
        opacity: 1;
        pointer-events: auto
    }
}

.logos .wrapper>div>div {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 400px;
    transform: translate(-50%, 100%);
    background: #eee;
    border-radius: 5px;
    z-index: 100;
    padding: 25px 25px 1px 25px;
    box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: all ease 0.3s;
    height: 300px;
    overflow: auto
}

@media only screen and (max-width: 1200px) {
    .logos .wrapper>div>div {
        left: 0;
        transform: translate(0, 100%)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .logos .wrapper>div>div {
        transform: translate(0, 90%);
        left: 0;
        height: auto;
        overflow: auto
    }
}

@media only screen and (max-width: 450px) {
    .logos .wrapper>div>div {
        display: none;
        opacity: 1;
        position: relative;
        transform: translate(0, 0);
        width: 100%;
        margin-top: 0
    }
}

.logos .wrapper>div>div>ul li {
    display: flex;
    justify-content: space-between;
    padding: 0
}

.logos .wrapper>div>div>ul li a {
    padding: 0 0 15px 0
}

.logos .wrapper>div>div>ul li:last-child a {
    padding: 0
}

.logos .wrapper>div>div>ul li span {
    flex: 0 0 70px;
    text-align: right;
    padding-left: 15px;
    border-left: 1px solid #777779
}

.logos .wrapper>div>div>ul li:before {
    display: none
}

.logos .wrapper>div .expand-mobile {
    display: none;
    font-size: 30px;
    padding: 10px 0 0 0
}

.logos .wrapper>div .expand-mobile:hover {
    color: #4D4D4D;
    text-decoration: none
}

.logos .wrapper>div .expand-mobile.open {
    transform: rotate(180deg)
}

@media only screen and (max-width: 450px) {
    .logos .wrapper>div .expand-mobile {
        display: block
    }
}

.newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter {
        display: block
    }
}

.newsletter input[type="text"] {
    font-size: 12px;
    min-width: 250px;
    margin-right: 15px
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter input[type="text"] {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        height: 50px;
        margin-right: 0
    }
}

.newsletter>div {
    padding: 0 25px
}

.newsletter>div h3 {
    margin: 0 0 5px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter>div h3 {
        text-align: center
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter>div p {
        text-align: center
    }
}

.newsletter>div form {
    display: flex
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter>div form {
        display: block;
        text-align: center
    }

    .newsletter>div form input.btn {
        margin: 0 auto
    }
}

.newsletter .wp-block-columns {
    margin: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .wp-block-columns {
        flex-wrap: wrap
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .wp-block-columns .wp-block-column {
        flex: 1 100% !important
    }
}

.newsletter .nf-form-content nf-fields-wrap {
    display: flex
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .nf-form-content nf-fields-wrap {
        display: block
    }
}

.newsletter .nf-form-content nf-fields-wrap nf-field {
    width: auto !important;
    padding-right: 0 !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .nf-form-content nf-fields-wrap nf-field {
        width: 100% !important
    }
}

.newsletter .nf-form-content .nf-field-container {
    margin: 0 !important;
    padding: 0 !important
}

.newsletter .nf-form-content .nf-field-element {
    padding-right: 15px !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .nf-form-content .nf-field-element {
        padding-right: 0 !important
    }
}

.newsletter .nf-form-content .nf-field-label label {
    display: none
}

.newsletter .nf-form-content .nf-error.field-wrap .nf-field-element::after {
    height: 35px !important;
    line-height: 35px !important;
    width: 35px !important;
    right: 15px !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .nf-form-content .nf-error.field-wrap .nf-field-element::after {
        right: 0 !important
    }
}

.newsletter .nf-form-content input:not([type="button"]) {
    font-size: 12px;
    min-width: 250px;
    margin-right: 15px;
    height: 35px !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .newsletter .nf-form-content input:not([type="button"]) {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        height: 50px;
        min-width: 1px
    }
}

.newsletter .nf-form-content input[type="button"] {
    font-size: 16px;
    height: 35px;
    padding: 0 20px;
    margin: 0
}

.newsletter .nf-form-content .submit-wrap {
    text-align: center !important
}

.nf-form-cont {
    margin: 0 0 25px 0
}

.nf-form-cont .nf-before-form-content {
    padding: 0 0 15px 0
}

.page-wrap .nf-form-content .nf-field-container {
    margin: 0;
    padding: 0 0 40px 0
}

.page-wrap .nf-form-content .nf-field-container.listcheckbox-container,
.page-wrap .nf-form-content .nf-field-container.html-container {
    padding: 0
}

.page-wrap .nf-form-content .nf-field-element {
    padding-right: 0
}

.page-wrap .nf-form-content .nf-field-element pre span,
.page-wrap .nf-form-content .nf-field-element p span {
    font-size: 11px;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important
}

.page-wrap .nf-form-content .nf-field-label label {
    display: none
}

.page-wrap .nf-form-content .listcheckbox-wrap label {
    font-size: 16px
}

.page-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after {
    height: 60px;
    line-height: 60px;
    width: 60px;
    right: 0;
    top: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after {
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

.page-wrap .nf-form-content input:not([type="button"]) {
    font-size: 16px;
    height: 48px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #aaa !important;
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .nf-form-content input:not([type="button"]) {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;

    }
}

.page-wrap .nf-form-content textarea {
    background: #fff;
    border: 0;
    height: 500px !important;
    font-size: 18px
}

.page-wrap .nf-form-content input[type="button"] {
    font-size: 16px;
    height: 35px;
    padding: 0 20px;
    margin: 0
}

.page-wrap .nf-form-content input[type="button"]:hover {
    background: #777779
}

.page-wrap .nf-form-content .nf-error .nf-error-msg {
    font-size: 12px
}

.page-wrap .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap
}

.page-wrap .nf-form-content nf-fields-wrap nf-field {
    width: 100%;
    padding-right: 25px
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .nf-form-content nf-fields-wrap nf-field {
        padding-right: 0
    }
}

.page-wrap .nf-form-content nf-fields-wrap nf-field.half {
    width: 50%
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .nf-form-content nf-fields-wrap nf-field.half {
        width: 100%
    }
}

.page-wrap .nf-form-content .submit-wrap {
    text-align: left
}

.page-wrap .nf-form-content .is-style-small-text {
    font-size: 13px
}

.contact-form .nf-before-form-content .nf-form-fields-required,
.newsletter .nf-before-form-content .nf-form-fields-required {
    display: none
}

.page-wrap .nf-form-fields-required,
.page-wrap .nf-error-msg {
    font-size: 13px
}

.page-wrap .nf-after-form-content {
    padding-bottom: 25px
}

.page-wrap .listcheckbox-wrap ul li:before {
    display: none
}

.page-wrap .listcheckbox-container .nf-field-element label {
    margin-left: 0 !important
}

.page-wrap .square .nf-form-content nf-fields-wrap nf-field {
    padding-right: 0
}

.page-wrap .square .nf-form-content nf-fields-wrap .submit-wrap {
    text-align: center
}

.expandable-content:not(:last-child) {
    margin-bottom: 25px
}

.expandable-content>li {
    margin: 0;
    padding: 0 0 25px 0
}

.expandable-content>li:before {
    display: none
}

.expandable-content>li.expanded a.title:after {
    content: ""
}

.expandable-content>li a.title {
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    border: 0;
    padding: 0 50px 0 0;
    display: block;
    position: relative
}

.expandable-content>li a.title:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-50%)
}

.expandable-content>li a.title:hover {
    text-decoration: none
}

.expandable-content>li .expanded-content {
    padding: 10px 50px 0 0;
    display: none;
    position: relative;
    min-height: 25px
}

.expandable-content>li .expanded-content p {
    font-size: 13px;
    padding: 0 0 5px 0
}

.expandable-content>li .expanded-content .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4D4D4D
}

.author {
    display: flex;
    background: #B7504D;
    margin-bottom: 25px
}

@media (min-width: 0em) and (max-width: 48em) {
    .author {
        display: block
    }
}

.author .img {
    width: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .img {
        width: 100%;
        padding-bottom: 50%
    }
}

.author .about {
    display: flex;
    margin: 25px 0
}

.author .about:not(:only-child) {
    width: calc(100% - 350px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about:not(:only-child) {
        width: 100%
    }
}

@media only screen and (max-width: 950px) {
    .author .about {
        display: block;
        width: 100%;
        margin-top: 0
    }
}

.author .about>div {
    padding: 25px 50px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.author .about>div a:not(.btn) {
    color: #fff;
    padding: 5px 0;
    display: block
}

.author .about>div a:not(.btn):hover {
    text-decoration: none
}

.author .about>div a:not(.btn) span {
    color: #90C3CE
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about>div {
        padding: 25px 25px 0 25px
    }
}

.author .about>div .btn {
    margin: 0 !important
}

.author .about>div.name {
    padding: 25px 25px 25px 50px;
    border-right: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    flex: 1 0 auto;
    width: 350px
}

.author .about>div.name a[href*="tel"] {
    font-size: 20px;
    color: #fff
}

@media only screen and (max-width: 950px) {
    .author .about>div.name {
        border-right: 0;
        max-width: 100%;
        padding-bottom: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .author .about>div.name {
        padding: 25px 25px 0 25px
    }
}

.author .about>div.name:only-child {
    border: 0;
    max-width: 100%
}

.author p,
.author .btn {
    color: #fff;
    font-size: 16px
}

.social {
    display: flex;
    align-items: center;
    margin: 0
}

.social p {
    padding: 0;
    color: #90C3CE;
    font-weight: 700
}

.social ul {
    list-style: none;
    display: flex;
    margin: 0
}

.social ul li {
    padding-left: 25px;
    padding-bottom: 0;
    font-size: 25px
}

.social ul li a {
    color: #90C3CE !important
}

.social ul li a:hover {
    color: #399AA2 !important;
    text-decoration: none
}

.social ul li:before {
    display: none
}

.social.right {
    float: right;
    margin-top: -8px
}

@media (min-width: 0em) and (max-width: 48em) {
    .social.right {
        float: none;
        margin: 0 auto 10px auto;
        justify-content: center
    }
}

.social.right+.back {
    border-bottom: 1px solid #777779;
    margin-bottom: 35px
}

@media (min-width: 0em) and (max-width: 48em) {
    .social.right+.back {
        text-align: center
    }
}

.resources-list {
    display: flex;
    padding: 25px 50px;
    margin: 0 0 25px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .resources-list {
        display: block;
        padding: 25px
    }
}

.resources-list .hdr {
    flex: 0 0 250px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .resources-list .hdr {
        flex: 1 100%
    }
}

.resources-list .hdr:not(:only-child) {
    padding-right: 50px;
    border-right: 1px solid #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    .resources-list .hdr:not(:only-child) {
        padding: 0;
        border: 0
    }
}

.resources-list .list {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.resources-list .list ul {
    margin-top: 25px;
    column-count: 2;
    column-gap: 50px
}

@media only screen and (max-width: 1000px) {
    .resources-list .list ul {
        column-count: 1
    }
}

.resources-list .list ul:last-child {
    margin-bottom: 0
}

.resources-list .list:not(:only-child) {
    padding-left: 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .resources-list .list:not(:only-child) {
        padding: 0
    }
}

.resources-list .list:only-child ul {
    column-count: 3
}

@media only screen and (max-width: 1000px) {
    .resources-list .list:only-child ul {
        column-count: 2
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .resources-list .list:only-child ul {
        column-count: 1
    }
}

.resources-list .list:only-child ul li {
    width: 100%
}

.subnav {
    margin: 0 0 25px 0;
    border-bottom: 1px solid grey
}

.subnav ul {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1000px) {
    .subnav ul {
        flex-direction: column
    }

    .subnav ul li:not(.active) {
        height: 1px;
        opacity: 0;
        pointer-events: none;
        order: 30;
        transition: all ease 0.3s
    }

    .subnav ul li.active a:after {
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 5px;
        font-size: 15px;
        vertical-align: 0.1em;
        transition: all ease 0.3s
    }

    .subnav ul.open li:not(.active) {
        height: 62px;
        opacity: 1;
        pointer-events: auto
    }

    .subnav ul.open li.active a:after {
        content: ""
    }
}

.subnav ul li {
    flex: 0 0 auto;
    padding: 0;
    text-align: center
}

.subnav ul li:before {
    display: none
}

.subnav ul li a {
    font-size: 22px;
    display: block;
    padding: 10px;
    color: #399AA2
}

.subnav ul li.active {
    background: #eee;
    font-weight: 700
}

.subnav ul li.active a:hover {
    text-decoration: none
}

.subnav.is-style-large ul {
    justify-content: center
}

.subnav.is-style-large ul li a {
    color: #B7504D;
    font-size: 30px;
    padding: 10px 35px
}

.subnav.is-style-large ul li.active {
    background: none;
    font-weight: 700
}

.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 600
}

@media only screen and (max-width: 1000px) {
    .filter-bar {
        display: block
    }

    .filter-bar>div {
        padding-bottom: 25px
    }
}

.filter-bar.styled-select select {
    max-width: 150px;
    margin-right: 15px;
    margin-left: 15px
}

@media only screen and (max-width: 1000px) {
    .filter-bar.styled-select select {
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0 0
    }
}

.filter-bar input[type="text"] {
    background: #eee;
    height: 70px;
    color: #2E2E2E;
    min-width: 350px;
    font-size: 20px;
    padding: 0 50px 0 20px
}

@media only screen and (max-width: 1000px) {
    .filter-bar input[type="text"] {
        width: 100%;
        min-width: 1px
    }
}

.filter-bar input[type="submit"] {
    height: 70px;
    float: right;
    color: #4D4D4D;
    font-size: 30px;
    background: #eee
}

@media only screen and (max-width: 1000px) {
    .filter-bar input[type="submit"] {
        margin-top: -70px;
        position: relative;
        z-index: 5
    }
}

.filter-bar .search {
    position: relative
}

@media only screen and (max-width: 1000px) {
    .filter-bar .search {
        padding-bottom: 0
    }
}

.filter-bar .search:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%)
}

.styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../png/arrow.png) right center no-repeat;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 20px;
    color: #777779;
    font-weight: 500;
    padding: 0 30px 0 0;
    height: 30px;
    line-height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0;
    max-width: 700px;
    cursor: pointer
}

.quotes {
    margin-bottom: 60px !important
}

.quotes .slick-dots {
    bottom: -40px
}

.quotes p {
    font-size: 20px
}

.content-with-callout {
    margin: 0 0 25px 0;
    display: flex
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callout {
        flex-direction: column
    }
}

.content-with-callout aside {
    width: 400px;
    padding: 0 100px 0 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callout aside {
        width: 100%;
        padding: 0;
        order: 3
    }
}

.content-with-callout aside .square {
    width: 100%;
    max-width: 100%
}

.content-with-callout aside .square:after {
    display: none
}

.content-with-callout aside .btn:not(.is-style-arrow) {
    width: 100%
}

.content-with-callout>.content {
    width: calc(100% - 400px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callout>.content {
        width: 100%
    }
}

.side-nav li:before {
    display: none
}

.side-nav li.active {
    font-weight: 600
}

@media (min-width: 0em) and (max-width: 48em) {
    .square.with-side-nav .content {
        justify-content: flex-start
    }

    .square.with-side-nav:after {
        display: none
    }
}

main>div>.square .side-nav {
    margin: 0 0 10px 0
}

main>div>.square .side-nav li:not(.active) {
    display: none;
    order: 40
}

main>div>.square .side-nav li.active a:after {
    content: '+';
    margin-left: 10px
}

main>div>.square .side-nav li {
    text-align: center;
    padding: 0 0 15px 0
}

main>div>.square .side-nav li a {
    display: block;
    font-size: 24px
}

main>div>.square .side-nav li a:hover {
    text-decoration: none
}

main>div>.square .side-nav.open li:not(.active) {
    display: block
}

main>div>.square .side-nav.open li.active a:after {
    content: '-'
}

main>div>.square .side-nav+p {
    display: none
}

.callout {
    padding: 35px 0 10px 0
}

a.play {
    margin-bottom: 25px;
    display: block
}

a.play img {
    width: 100%
}

.play {
    position: relative
}

.play:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 7vw
}

@media (min-width: 0em) and (max-width: 48em) {
    .play:after {
        font-size: 15vw
    }
}

.play:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.article .img a[href*="videos"] {
    position: relative;
    display: block
}

.article .img a[href*="videos"]:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px
}

.article .img a[href*="videos"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

div.search-form {
    background: #eee;
    padding: 25px;
    margin: 0 0 50px 0;
    text-align: center
}

div.search-form+h2 {
    font-size: 20px
}

div.search-form input[type="submit"] {
    background: #4D4D4D;
    border-radius: 5px
}

div.search-form input[type="search"] {
    min-width: 250px
}

@media (min-width: 0em) and (max-width: 48em) {
    div.search-form input[type="search"] {
        min-width: 1px;
        margin-bottom: 15px
    }
}

.fp-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.fp-loading span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #B7504D;
    border-left: 0;
    border-right: 0;
    border-radius: 50%;
    animation: loading-rotate 0.7s infinite linear
}

.load-more-container {
    min-height: 75px;
    position: relative
}

#fp-our-team .load-more-container {
    min-height: 575px
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#post-articles {
    min-height: 100vh
}

#post-articles .article {
    animation: loading-article 2s linear
}

@keyframes loading-article {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#cookie-notice .cn-button {
    background: #399AA2
}

#cookie-notice .cn-button:hover {
    background: #6cdee7
}

.page-wrap button,
.global-mobile-nav button,
.btn,
.page-wrap input[type="button"],
.wp-block-button .wp-block-button__link {
    background: #4D4D4D;
    border: 0 solid #4D4D4D;
    border-radius: 5px;
    color: #fff;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 0 10px 20px 0;
    transition: all 200ms ease-out;
    display: inline-block !important;
    box-shadow: none;
    text-transform: uppercase
}

.page-wrap button:hover,
.page-wrap button:active,
.page-wrap button:focus,
.global-mobile-nav button:hover,
.global-mobile-nav button:active,
.global-mobile-nav button:focus,
.btn:hover,
.btn:active,
.btn:focus,
.page-wrap input[type="button"]:hover,
.page-wrap input[type="button"]:active,
.page-wrap input[type="button"]:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
    background-color: #777779;
    border: 0 solid rgba(77, 77, 77, 0.8);
    color: #fff !important;
    text-decoration: none !important
}

.page-wrap button.is-style-blue,
.global-mobile-nav button.is-style-blue,
.btn.is-style-blue,
.page-wrap input[type="button"].is-style-blue,
.wp-block-button .wp-block-button__link.is-style-blue {
    background: #399AA2;
    font-size: 18px;
    text-transform: none
}

.page-wrap button.is-style-blue:hover,
.page-wrap button.is-style-blue:active,
.page-wrap button.is-style-blue:focus,
.global-mobile-nav button.is-style-blue:hover,
.global-mobile-nav button.is-style-blue:active,
.global-mobile-nav button.is-style-blue:focus,
.btn.is-style-blue:hover,
.btn.is-style-blue:active,
.btn.is-style-blue:focus,
.page-wrap input[type="button"].is-style-blue:hover,
.page-wrap input[type="button"].is-style-blue:active,
.page-wrap input[type="button"].is-style-blue:focus,
.wp-block-button .wp-block-button__link.is-style-blue:hover,
.wp-block-button .wp-block-button__link.is-style-blue:active,
.wp-block-button .wp-block-button__link.is-style-blue:focus {
    background: #6cdee7
}

.page-wrap button.is-style-red,
.global-mobile-nav button.is-style-red,
.btn.is-style-red,
.page-wrap input[type="button"].is-style-red,
.wp-block-button .wp-block-button__link.is-style-red {
    background: #B7504D;
    font-size: 18px;
    text-transform: none
}

.page-wrap button.is-style-red:hover,
.page-wrap button.is-style-red:active,
.page-wrap button.is-style-red:focus,
.global-mobile-nav button.is-style-red:hover,
.global-mobile-nav button.is-style-red:active,
.global-mobile-nav button.is-style-red:focus,
.btn.is-style-red:hover,
.btn.is-style-red:active,
.btn.is-style-red:focus,
.page-wrap input[type="button"].is-style-red:hover,
.page-wrap input[type="button"].is-style-red:active,
.page-wrap input[type="button"].is-style-red:focus,
.wp-block-button .wp-block-button__link.is-style-red:hover,
.wp-block-button .wp-block-button__link.is-style-red:active,
.wp-block-button .wp-block-button__link.is-style-red:focus {
    background: #dc6d6a
}

.page-wrap button.is-style-yellow,
.global-mobile-nav button.is-style-yellow,
.btn.is-style-yellow,
.page-wrap input[type="button"].is-style-yellow,
.wp-block-button .wp-block-button__link.is-style-yellow {
    background: #D39E3A;
    font-size: 18px
}

.page-wrap button.is-style-yellow:hover,
.page-wrap button.is-style-yellow:active,
.page-wrap button.is-style-yellow:focus,
.global-mobile-nav button.is-style-yellow:hover,
.global-mobile-nav button.is-style-yellow:active,
.global-mobile-nav button.is-style-yellow:focus,
.btn.is-style-yellow:hover,
.btn.is-style-yellow:active,
.btn.is-style-yellow:focus,
.page-wrap input[type="button"].is-style-yellow:hover,
.page-wrap input[type="button"].is-style-yellow:active,
.page-wrap input[type="button"].is-style-yellow:focus,
.wp-block-button .wp-block-button__link.is-style-yellow:hover,
.wp-block-button .wp-block-button__link.is-style-yellow:active,
.wp-block-button .wp-block-button__link.is-style-yellow:focus {
    background: #dab164
}

.page-wrap button.is-style-arrow,
.global-mobile-nav button.is-style-arrow,
.btn.is-style-arrow,
.page-wrap input[type="button"].is-style-arrow,
.wp-block-button .wp-block-button__link.is-style-arrow {
    color: #4D4D4D;
    background: none;
    text-transform: none;
    padding: 0;
    text-transform: none
}

.page-wrap button.is-style-arrow:after,
.global-mobile-nav button.is-style-arrow:after,
.btn.is-style-arrow:after,
.page-wrap input[type="button"].is-style-arrow:after,
.wp-block-button .wp-block-button__link.is-style-arrow:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 5px;
    vertical-align: -0.1em;
    transition: all ease 0.3s
}

.page-wrap button.is-style-arrow:hover,
.page-wrap button.is-style-arrow:active,
.page-wrap button.is-style-arrow:focus,
.global-mobile-nav button.is-style-arrow:hover,
.global-mobile-nav button.is-style-arrow:active,
.global-mobile-nav button.is-style-arrow:focus,
.btn.is-style-arrow:hover,
.btn.is-style-arrow:active,
.btn.is-style-arrow:focus,
.page-wrap input[type="button"].is-style-arrow:hover,
.page-wrap input[type="button"].is-style-arrow:active,
.page-wrap input[type="button"].is-style-arrow:focus,
.wp-block-button .wp-block-button__link.is-style-arrow:hover,
.wp-block-button .wp-block-button__link.is-style-arrow:active,
.wp-block-button .wp-block-button__link.is-style-arrow:focus {
    background: none;
    color: #4D4D4D !important
}

.page-wrap button.is-style-arrow:hover:after,
.page-wrap button.is-style-arrow:active:after,
.page-wrap button.is-style-arrow:focus:after,
.global-mobile-nav button.is-style-arrow:hover:after,
.global-mobile-nav button.is-style-arrow:active:after,
.global-mobile-nav button.is-style-arrow:focus:after,
.btn.is-style-arrow:hover:after,
.btn.is-style-arrow:active:after,
.btn.is-style-arrow:focus:after,
.page-wrap input[type="button"].is-style-arrow:hover:after,
.page-wrap input[type="button"].is-style-arrow:active:after,
.page-wrap input[type="button"].is-style-arrow:focus:after,
.wp-block-button .wp-block-button__link.is-style-arrow:hover:after,
.wp-block-button .wp-block-button__link.is-style-arrow:active:after,
.wp-block-button .wp-block-button__link.is-style-arrow:focus:after {
    margin-left: 10px
}

@media (min-width: 0em) and (max-width: 48em) {

    .page-wrap button,
    .global-mobile-nav button,
    .btn,
    .page-wrap input[type="button"],
    .wp-block-button .wp-block-button__link {
        font-size: 16px
    }
}

.wp-block-button.is-style-blue .wp-block-button__link {
    background: #90C3CE;
    font-size: 18px;
    text-transform: none
}

.wp-block-button.is-style-blue .wp-block-button__link:hover {
    background: #6cdee7
}

.wp-block-button.is-style-red .wp-block-button__link {
    background: #B7504D;
    font-size: 18px;
    text-transform: none
}

.wp-block-button.is-style-red .wp-block-button__link:hover {
    background: #dc6d6a
}

.wp-block-button.is-style-yellow .wp-block-button__link {
    background: #D39E3A;
    font-size: 18px
}

.wp-block-button.is-style-yellow .wp-block-button__link:hover {
    background: #dab164
}

.wp-block-button.is-style-arrow .wp-block-button__link {
    color: #4D4D4D;
    background: none;
    text-transform: none;
    padding: 0;
    text-transform: none
}

.wp-block-button.is-style-arrow .wp-block-button__link:after {
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 5px;
    transition: all ease 0.3s
}

.wp-block-button.is-style-arrow .wp-block-button__link:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:active,
.wp-block-button.is-style-arrow .wp-block-button__link:focus {
    background: none;
    color: #4D4D4D !important
}

.wp-block-button.is-style-arrow .wp-block-button__link:hover:after,
.wp-block-button.is-style-arrow .wp-block-button__link:active:after,
.wp-block-button.is-style-arrow .wp-block-button__link:focus:after {
    margin-left: 10px
}

.wp-block-columns.is-style-cards {
    display: flex;
    margin-bottom: 25px
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-cards {
        display: block
    }
}

.wp-block-columns.is-style-cards .wp-block-column {
    flex: 1;
    background: #eee;
    padding: 50px 50px 1px 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-cards .wp-block-column {
        padding: 25px 25px 1px 25px
    }

    .wp-block-columns.is-style-cards .wp-block-column .btn,
    .wp-block-columns.is-style-cards .wp-block-column .wp-block-button__link {
        text-align: center;
        margin: 0
    }
}

.wp-block-columns.is-style-cards .wp-block-column p {
    font-size: 20px
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-cards .wp-block-column p {
        font-size: 18px
    }
}

.wp-block-columns.is-style-cards .wp-block-column h4 {
    margin-bottom: 50px
}

.wp-block-columns.is-style-cards .wp-block-column:first-child {
    margin-right: 25px
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-cards .wp-block-column:first-child {
        margin-right: 0;
        margin-bottom: 25px
    }
}

.wp-block-columns.is-style-cards .wp-block-column:last-child {
    margin-left: 25px
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-cards .wp-block-column:last-child {
        margin-left: 0;
        margin-bottom: 25px
    }
}

.wp-block-columns.is-style-has-callout {
    display: flex
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-has-callout {
        display: block
    }
}

.wp-block-columns.is-style-has-callout .wp-block-column {
    flex: 1 0 auto !important
}

.wp-block-columns.is-style-has-callout .wp-block-column:first-child {
    width: calc(100% - 350px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-has-callout .wp-block-column:first-child {
        width: 100%
    }
}

.wp-block-columns.is-style-has-callout .wp-block-column:last-child {
    padding-left: 50px;
    width: 350px;
    margin-left: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-has-callout .wp-block-column:last-child {
        width: 100%;
        padding-left: 0
    }
}

.wp-block-columns.is-style-has-callout .wp-block-column:last-child .square {
    margin: 0 0 50px 0;
    max-width: 300px
}

.wp-block-columns.is-style-has-callout .wp-block-column:last-child .square:last-child {
    margin: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-has-callout .wp-block-column:last-child .square {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }
}

.wp-block-columns.is-style-has-callout .wp-block-column ul {
    overflow: hidden
}

.wp-block-columns.is-style-has-callout:not(:last-child) {
    margin-bottom: 25px
}

.wp-block-columns.is-style-has-callout .square .wp-block-button {
    margin: 0 auto
}

.wp-block-columns.is-style-has-callout .square .wp-block-button a {
    margin-right: 0
}

.single .wp-block-columns.is-style-has-callout .wp-block-column:last-child:not(:only-child) {
    padding-top: 48px
}

.contact-form {
    background: #eee;
    padding: 50px 50px 0 50px
}

@media (min-width: 0em) and (max-width: 48em) {
    .contact-form {
        padding: 25px
    }
}

main>div .main-hero:not(.no-hero-img)+*:not(.content-block-frame) {
    margin-top: 50px
}

main>div>*:first-child:not(.main-hero):not(.content-block-frame) {
    margin-top: 50px
}

@media only screen and (max-width: 1000px) {
    main>div>*:first-child:not(.main-hero):not(.content-block-frame) {
        margin-top: 75px
    }
}

main>div>.author,
main>div>.quick-links,
main>div>.wp-block-columns.is-style-cards,
main>div>.wp-block-columns is-style-has-callout,
main>div>.bios-scroll,
main>div>.resources-list {
    margin-bottom: 50px
}

.page-wrap [type="checkbox"]:not(:checked),
.page-wrap [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

.page-wrap [type="checkbox"]:not(:checked)+label,
.page-wrap [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.page-wrap [type="checkbox"]:not(:checked)+label:before,
.page-wrap [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bbb;
    opacity: 1
}

.page-wrap [type="checkbox"]:checked+label:before {
    background: #fff
}

.page-wrap [type="checkbox"]:not(:checked)+label:after,
.page-wrap [type="checkbox"]:checked+label:after {
    content: '\e90a';
    font-family: "icon";
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 100%;
    font-size: 11px;
    transition: all .2s;
    color: #000;
    font-weight: 300;
    border: 0;
    background: none;
    z-index: 10
}

.page-wrap [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.page-wrap [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.page-wrap [type="checkbox"]:disabled:not(:checked)+label:before,
.page-wrap [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.page-wrap [type="checkbox"]:disabled:checked+label:after {
    color: #999
}

.page-wrap [type="checkbox"]:disabled+label {
    color: #aaa
}

.page-wrap [type="checkbox"]:checked:focus+label:before,
.page-wrap [type="checkbox"]:not(:checked):focus+label:before {
    border: 0;
    border: none
}

.embed-container,
.wp-block-embed__wrapper {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 15px 0
}

.embed-container object,
.embed-container iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

iframe {
    width: 100%
}

.print-only {
    display: none
}

@media print {

    .mobile-nav,
    .navigation,
    .site-footer,
    .wp-block-button,
    .btn,
    .slick-next,
    .slick-prev,
    .nf-form-cont,
    .util-top,
    .social,
    .content-with-callout aside,
    aside .square,
    .square,
    aside .callout,
    .side-nav,
    .back,
    hr,
    .newsletter,
    .play,
    .cookie-notice-container,
    .play+h3 {
        display: none !important
    }

    body {
        overflow: visible !important;
        overflow-x: visible !important;
        overflow-y: visible !important
    }

    .fixMinHeight,
    .page-wrap,
    .site-header,
    main,
    .main-hero,
    .main-hero .wrapper,
    .main-hero.is-style-bio .blurb,
    .main-hero.is-style-bio .img,
    .wp-block-columns,
    .content-with-callout,
    .hidden,
    .print-only {
        display: block
    }

    main>div>.full {
        margin: 0 !important;
        width: 100%;
        max-width: 100%
    }

    .site-header {
        height: 150px
    }

    .site-header .logo {
        position: relative !important;
        width: 150px;
        height: 150px;
        padding: 50px 15px;
        display: block;
        left: auto;
        margin: 0 0 20px 0
    }

    .main-hero {
        width: 100% !important;
        background: none !important;
        padding-top: 25px
    }

    .main-hero .wrapper {
        display: table !important;
        width: 100%;
        padding: 0 !important
    }

    .main-hero .wrapper h1,
    .main-hero .wrapper p,
    .main-hero .wrapper a:not(.btn) {
        color: #777779
    }

    .content-with-callout {
        clear: both !important
    }

    .content-with-callout .content {
        width: 100%;
        clear: both
    }

    .main-hero.is-style-bio .wrapper .blurb {
        padding: 0 50px 0 0 !important;
        display: table-cell !important;
        vertical-align: top;
        width: 60% !important;
        max-width: 60% !important
    }

    .main-hero.is-style-bio .wrapper .blurb .show-desktop {
        display: block !important
    }

    .main-hero.is-style-bio .wrapper .blurb .show-mobile {
        display: none !important
    }

    .main-hero.is-style-bio .wrapper .blurb h1 {
        font-size: 20px !important
    }

    .main-hero.is-style-bio .img {
        padding: 0 !important;
        width: 40% !important;
        display: table-cell
    }

    .main-hero.is-style-bio .img:before {
        display: none
    }
}

/* New header style*/
.site-header .util-top button {
    font-size: 14px;
}
.site-header .util-top ul li {
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 16px;
}
.site-header .util-top ul li .dropdown.is-style-separator{
    bottom: -5px;
}
.site-header .util-top ul li>a {
    padding: 15px 0;
}
.navigation .dropdown {
    bottom: 9px;
}
.navigation>ul>li {
    font-size: 16px;
}
.navigation>ul>li>a {
    padding: 14px 12px;
    position: relative;
    padding-right: 22px;
}
.navigation>ul {
    padding: 8px 0 8px 255px;
}
.navigation>ul>li{
    display: flex;
    align-items: center;
}
.navigation>ul>li.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.navigation>ul>li.menu-item-has-children>a:hover:after {
    transform: translateY(-50%) rotate(180deg);
}
.navigation .dropdown p a {
    font-size: 20px !important;
}
.site-header .logo {
    padding: 0 20px;
}
.site-header .top-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 255px;
}
.site-header .top-header-row ul {
    padding: 0;
    /*gap: 25px;*/
}
.site-header .top-header-row ul{
    
}
.site-header .top-header-row ul li {
    /*padding: 0;*/
}
.site-header .util-top ul li:first-child {
    padding: 0;
}
.site-header .top-header-row ul li > a{
    padding: 15px 0;
}

/**/

.site-header .call-us-btn-mobile {
    display: none;
    position: absolute;
    top: 18px;
    left: calc(50% + 60px);
    transform: translateX(-50%);
    z-index: 102;
}
.site-header .call-us-btn-mobile a {
    width: max-content;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    background: #B7504D;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
       color: #fff;	
}
@media (max-width: 1000px) {
    .site-header .call-us-btn-mobile {display: block;}
}
@media (max-width: 575px) {
    .site-header .call-us-btn-mobile {
        left: calc(50% + 90px);
    }
}
@media (max-width: 479px) {
    .site-header .call-us-btn-mobile {
        left: calc(50% + 50px);
    }
    /* .home .site-header .logo {
        width: 150px;
        height: calc(100% + 25px);
    } */
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding-bottom: 25px;
    background: transparent;
}
.admin-bar .site-header,.admin-bar .site-header.fixed-header {
    top: 32px
}
.site-header .wrapper{
    background: #ffffff;
}
@media screen and (max-width: 782px){
    .admin-bar .site-header,.admin-bar .site-header.fixed-header {
        top: 46px;
    }
    #wpadminbar {
        position: fixed;
    }
}

@media(min-width: 1201px) {
    .page-wrap main {
        margin-top: 170px;
    }
    
}
@media (max-width: 1200px) {
    .page-wrap main {
        margin-top: 118px;
    }
}
@media(max-width: 1101px) {
    .site-header .top-header-row{
        padding: 0 0 0 185px;
        gap: 16px;
    }
    .site-header .util-top ul li{
        line-height: 1.5;
    }
}
@media (max-width: 1000px) {
    .page-wrap main {
        margin-top: 20px;
    }
    .site-header{    padding-bottom: 0;}
    .site-header .logo {
        width: 220px;
        height: calc(100% + 45px);
    }
    .site-header .logo {
        padding: 0 15px;
    }
    .navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .single-post .wp-block-table.is-style-stripes td {display:block; font-size: 14px;}
    p.quick-locations { flex-direction: column; }
    
}
@media (max-width: 479px) {
    .site-header .logo {
        width: 150px;
        height: calc(100% + 25px);
    }
}
@media (max-width: 350px) {
    .site-header .logo {
        width: 115px;
        height: calc(100% + 20px);
    }
    .site-header .call-us-btn-mobile {
        right: 15px;
    }
}
@media only screen and (max-width : 480px)
{
    .main-hero .wrapper .blurb {padding-top: 100px;}
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background: #fff;}
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td:nth-child(odd), .wp-block-table.is-style-stripes tbody tr:nth-child(even) td:nth-child(even) {background-color: #f0f0f0;}
}

/*Icon changes*/
.icon-twitter::before{
    content: "" !important;
    background-image: url('../svg/x-icon.svg');
    width: 23px;
    height: 28px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
}
.icon-twitter:hover::before{
    background-image: url('../svg/x-green-icon.svg');
}
.icon-instagram::before{
    content:"";
    background-image: url('../svg/instagram-icon.svg');
    width: 23px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
}
.icon-instagram:hover::before{
    background-image: url('../svg/instagram-green-icon.svg');
}
.global-mobile-nav .global-mobile-bg .social li .icon-twitter::before{
    background-image: url('../svg/x-black-icon.svg');
    width: 30px;
    height: 33px;
}
.global-mobile-nav .global-mobile-bg .social li .icon-instagram::before{
    background-image: url('../svg/instagram-black-icon.svg');
    width: 30px;
    height: 33px;
}

.social ul li a .icon-twitter::before{
    background-image: url('../svg/x-green-icon.svg');
    width: 22px;
    top: 6px;
}

/*Contact Footer section*/
.contact-footers-icon-section a:not(.btn){
    color: inherit;
    text-transform: inherit;
}

.contact-footers-icon-section.gray-section{
    color: inherit;
}
.padding-25{
    padding: 25px;
}
.margin-0{
    margin: 0;
}
.text-center{
    text-align: center;
}
.contact-footers-icon-section .wp-block-button__link {
   margin: 0;
}

/* .wp-block-buttons{
    margin: 0;
} */
.contact-footer-column {
    position: relative;
    padding-bottom: 60px;
}
.contact-footer-column p{
    max-width: 330px;
    margin: auto;
}

.contact-footer-column .wp-block-buttons {
    position: absolute;
    width: 100%;
    bottom: 0;
 }
 .contact-footers-icon-section .wp-block-button__link:hover {
    opacity: 0.85;
    font-size: 21px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.side-language-text {
    font-weight: normal;
}
 @media (max-width: 1000px) {
    .mobile-hide{
        display: none;
    }
    .contact-footer-column {
        flex-basis: 33.33% !important;
    }
 }
.is-style-bio .blurb a.is-style-blue {
    max-width: max-content;
}


/* Figtree Fonts Add Header Redesign */ 

@font-face {
    font-family: 'Figtree';
    src: url('../woff2/figtree-regular.woff2') format('woff2'),
        url('../woff/figtree-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Header Redesign 22 April 24 */ 
.site-header .util-top, .navigation {
    padding: 0 calc(50% - 680px) 0 calc(50% - 680px);
}
.page-wrap .site-footer .wrapper {
    padding: 50px calc(50% - 680px) 25px calc(50% - 680px)
}
.site-header * {
    font-family: 'Figtree';
    letter-spacing: -0.20px;
}
.site-header .top-header-row {
    padding: 0 0 0 225px;
}
.site-header .util-top ul li {
    font-weight: 400;
}
.util-top ul li a {
    vertical-align: middle;
}
.navigation>ul>li.fp-mega-menu.menu-item {
    margin-left: 40px;
}
.navigation>ul>li.fp-mega-menu.menu-item:first-child {
    margin-left: 0;
}
.navigation>ul {
    padding-left: 155px;
    padding-top: 0;
    padding-bottom: 0%;
}
.navigation>ul>li.menu-item-has-children>a {
    padding: 30px 16px 30px 0;
}
.site-header .util-top ul li>a, .navigation>ul>li>a {
    color: #000000;
}
.navigation>ul>li.menu-item-has-children>a:after {
    width: 10px;
    height: 6px;
    border: 0;
    right: 0;
    background: transparent url(../svg/ic-down-arrow-blk.svg) center center no-repeat;
    background-size: contain;
}
.site-header .util-top ul li {
    font-size: 16px;
}
.site-header .top-header-row ul li > a {
    padding-top: 38px;
    padding-bottom: 34px;
}
.site-header .top-header-row ul:first-child li > a {
    position: relative;
}
.site-header .top-header-row ul li > a i.ic-call {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(../svg/ic-call.svg) center center no-repeat;
    background-size: contain;
}
.site-header .btn {
    font-size: 14px;
    text-transform: capitalize;
}
.site-header .btn:hover {
    opacity: 0.8;
}
.site-header .util-top ul li>a:hover, .top-header-row .dropdown-li.drop-active>a {
    color: #4B858E;
}
.site-header .btn, .btn.btn-main {
    font-size: 16px;
    line-height: 14px;
    border-radius: 0;
    margin-right: 3px;
    padding: 15px 20px !important;
    margin: 0;
    color: #FFFFFF;
    background-color: #B7504D;
    text-transform: capitalize;
}
.site-header .btn-red, .btn-main.btn-red {
    color: #FFFFFF !important;
    background-color: #B7504D;
}
.site-header .btn-orange, .btn-main.btn-orange {
    color: #FFFFFF !important;
    background-color: #D39E3A;
}
.site-header .btn-green, .btn-main.btn-green {
    color: #FFFFFF !important;
    background-color: #4B858E;
}
.site-header .btn-border, .btn-main.btn-border {
    color: #ffffff !important;
    border: 2px solid #4B858E;
    background-color: #4B858E;
}
.top-header-row .dropdown-li>a {
    padding-right: 16px !important;
    position: relative;
}
.top-header-row .dropdown-li>a::after {
    position: absolute;
    width: 10px;
    height: 6px;
    border: 0;
    right: 0;
    top: 54%;
    content: "";
    transform: translate(0, -50%);
    background: transparent url(../svg/ic-down-arrow-blk.svg) center center no-repeat;
    background-size: contain;
}
.top-header-row .dropdown-li>a:hover::after, .top-header-row .dropdown-li.drop-active>a:hover::after {
    background: transparent url(../svg/ic-up-arrow-green.svg) center center no-repeat;
}
.navigation>ul>li.menu-item-has-children>a:hover:after,
.navigation>ul>li.menu-item-has-children:hover>a:after {
    top: 47%;
    transform: none;
    background: transparent url(../svg/ic-up-arrow-green.svg) center center no-repeat;
}
.site-header .util-top ul li .dropdown {
    gap: 30px 60px;
    flex-wrap: wrap;
    width: 850px;
    max-width: inherit;
    padding: 35px 50px;
    z-index: 1;
}
.site-header .util-top ul li .dropdown>div {
    width: calc(33.333% - 40px);
    padding: 0;
    min-width: inherit;
    flex: inherit;
}
.site-header .util-top ul li .dropdown p.title {
    font-size: 20px;
    text-align: left;
    color: #4B858E;
}
.site-header .util-top ul li .dropdown p.title a {
    width: 100%;
    display: inline-block;
    color: #4B858E !important;
    border-bottom: 1px solid #4B858E;
}
.site-header .util-top ul li .dropdown p.title a:hover {
    text-decoration: none;
    color: #399AA2 !important;
    border-bottom: 1px solid #399AA2;
    opacity: 0.8;
}
.site-header .util-top ul li .dropdown p:not(.title) a[href*="tel"],
.site-header .util-top ul li .dropdown p:not(.title) {
    font-size: 16px;
    color: #000000;
    text-align: left;
}
.site-header .util-top ul li .dropdown p:not(.title) a[href*="tel"] {
    font-weight: 600;
}
.site-header .util-top ul li .dropdown p:not(.title) a[href*="tel"]:hover {
    color: #B7504D;
    text-decoration: none;
}
.site-header .util-top ul li {
    margin: 0 0 0 30px;
    padding: 0;
}
ul.team-search-col {
    padding: 0 0 0 40px;
    gap: 40px;
}
ul.team-search-col .icon-search {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent url(../svg/ic-search.svg) center center no-repeat;
    background-size: contain;
}
ul.team-search-col .icon-search::before {
    display: none;
}
.navigation>ul>li:hover {
    background-color: transparent;
}
.navigation>ul>li>a {
    position: relative;
    color: #000;
    padding: 0;
}
.navigation>ul>li>a:hover, .navigation>ul>li:hover a {
    color: #4B858E;
}
.navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>a {
    position: relative;
}
.navigation>ul:first-child>li>a::before, 
.site-header .top-header-row ul:first-child li > a::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 30px;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #4B858E;
    transition: all .2s linear;
    transform-origin: center;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.navigation>ul:first-child>li>a::before {
    background-color: #4B858E;
}
.site-header .top-header-row ul li > a:hover::before, 
.navigation>ul:first-child>li>a:hover::before,
.navigation>ul:first-child>li:hover>a::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}
/* ul.team-search-col li:hover a {
    background-color: transparent;
} */
ul.team-search-col a.btn-border:hover {
    background-color: #4B858E;
}
.site-header .top-header-row ul li > a[href*="tel"] {
    padding: 0;
}
.site-header .top-header-row ul li > a[href*="tel"]::before {
    display: none;
}
.site-header {
    padding-bottom: 0;
}
.navigation .dropdown {
    bottom: 0;
    padding: 50px calc(50% - 680px);
    background-color: #f2f2f2;
}
.navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li {
    gap: 30px;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li p {
    padding: 0;
    margin: 0;
    border: 0;
}
.navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>a,
.navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>div>p {
    width: 25%;
    display: flex;
    font-size: 24px;
    color: #4B858E;
    justify-content: center;
}
.navigation>ul>li.separate-mega-menu.child-cs-li>.dropdown>.sub-menu>li.heading a {
    font-size: 24px !important;
    color: #4B858E !important;
    width: 100%;
}
.navigation>ul>li.separate-mega-menu.child-cs-li>.dropdown>.sub-menu>li.heading a:hover,
.navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>a:hover {
    opacity: 0.8;
}
.navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    -moz-text-underline-offset: 5px;
    -webkit-text-underline-offset: 5px;
}
.navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li>.sub-menu {
    gap: 0 15px;
    display: flex;
    flex-wrap: wrap;
    width: calc(75% - 30px);
    padding: 10px 0 10px 10%;
    border-left: 1px solid #ddd;
}
.navigation .separate-mega-menu .dropdown ul {
    margin: 0;
    width: 100%;
}
.navigation .separate-mega-menu.li-col-2 .dropdown ul li {
    width: calc(50% - 8px);
}
.navigation .separate-mega-menu.li-col-3 .dropdown ul li {
    width: calc(33.333% - 10px);
}
.navigation .separate-mega-menu .dropdown ul li {
    padding: 0;
}
.navigation>ul>li.separate-mega-menu>.dropdown {
    overflow: hidden;
    column-gap: inherit;
    column-count: inherit;
    column-width: inherit;
    padding: 20px calc(50% - 620px);
}
.navigation>ul>li.separate-mega-menu.marital-li>.dropdown {
    padding: 20px calc(50% - 460px);
}
.navigation>ul>li.separate-mega-menu.property-divi-li>.dropdown>.sub-menu>li>.sub-menu {
    padding-left: 7%;
}
.navigation>ul>li.separate-mega-menu.property-divi-li .dropdown ul li:nth-child(3) {
    width: 100%;
}
.navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li .sub-menu>li a {
    padding: 8px 0;
    font-weight: 400;
    color: #000 !important;
    font-size: 16px !important;
}
.navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li .sub-menu>li a:hover {
    color: #4B858E !important;
    text-decoration: none;
}
.navigation .separate-mega-menu.marital-li .dropdown ul {
    display: flex;
}
.navigation>ul>li.separate-mega-menu.marital-li>.dropdown>.sub-menu>li {
    justify-content: center;
}
.navigation>ul>li.separate-mega-menu.marital-li>.dropdown>.sub-menu>li a {
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
}
.navigation>ul>li.separate-mega-menu.marital-li>.dropdown>.sub-menu>li a:hover,
.global-mobile-nav .global-mobile-bg>ul>li.current-menu-item a,
.global-mobile-nav .global-mobile-bg>ul>li.current-menu-item.current-menu-parent a {
    color: #4B858E;
}
.global-mobile-nav .global-mobile-bg>ul>li.current-menu-item.current-menu-parent a .submenu-toggle {
    background-image: url(../svg/ic-down-arrow-green.svg);
}
.navigation>ul>li.separate-mega-menu.child-cs-li>.dropdown>.sub-menu {
    position: relative;
}
.navigation>ul>li.separate-mega-menu.child-cs-li>.dropdown>.sub-menu>li.heading {
    position: absolute;
    top: 30%;
    left: 5%;
    width: auto;
    z-index: 1;
}
.navigation>ul>li.separate-mega-menu.child-cs-li>.dropdown>.sub-menu>li.heading:nth-child(2) {
    top: 60%;
}
.navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li.menu-title-hide>a {
    display: none !important;
}
.navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li>.sub-menu {
    gap: 0 50px;
    border-left: 0;
    padding-left: 0;
}
.navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li .sub-menu>li.submenu-li-hide>a {
    display: none;
}
.navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li .sub-menu>li:first-child .sub-menu {
    position: relative;
    padding: 0 40px;
}
.navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li .sub-menu>li:first-child .sub-menu::before {
    position: absolute;
    background-color: #d8e2e4;
    height: 150%;
    width: 100%;
    top: -25%;
    left: 0;
    content: "";
}
.navigation>ul>li.separate-mega-menu.three-li-col.title-col>.dropdown>.sub-menu>li>a {
    width: 22%;
}
.navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li>.sub-menu {
    width: calc(78% - 30px);
}

/* Mobile view design */
.site-header .call-us-btn-mobile a {
    font-family: 'Figtree' !important;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 0;
    padding: 11px 15px;
}
.mobile-nav a {
    width: 30px;
    height: 24px;
}
.mobile-nav a span {
    width: 30px;
    height: 2px;
    background: #000;
    right: 0;
    left: inherit;
}
.mobile-nav a span:nth-child(1) {
    width: 25px;
    transition: none;
}
.mobile-nav a span:nth-child(4) {
    width: 20px;
    transition: none;
}
.mobile-nav a.open span:nth-child(1) {
    width: 0;
}
.mobile-nav a.open span:nth-child(2),
.mobile-nav a.open span:nth-child(3) {
    height: 2px;
}
body.menu-open main {
    padding-top: 0;
}
.global-mobile-nav {
    background-color: white;
    top: 55px !important;
}
.global-mobile-nav .global-mobile-bg>ul.util-top li.search {
    margin: 0;
}
.global-mobile-nav .global-mobile-bg>ul.util-top li.search input[type="text"] {
    border: 1px solid rgba(95, 126, 152, 0.3);
    height: 54px;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    font-family: 'Figtree' !important;
    padding: 0 15px 0 60px;
}
.global-mobile-nav .global-mobile-bg>ul.util-top li.search:after {
    left: 20px;
    width: 20px;
    height: 20px;
    right: inherit;
    content: "";
    background: transparent url(../svg/ic-search.svg) center center no-repeat;
    background-size: contain;
}
.global-mobile-nav .global-mobile-bg>ul>li {
    border: 0;
}
.global-mobile-nav .global-mobile-bg>ul>li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Figtree' !important;
}
.global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children>a::after {
    width: 10px;
    height: 6px;
    content: "";
    transform: translate(0, -50%);
    background: transparent url(../svg/ic-down-arrow-blk.svg) center center no-repeat;
    background-size: contain;
}
.global-mobile-nav .global-mobile-bg>ul>li .dropdown .sub-menu>li .sub-menu {
    display: block;
}
.global-mobile-nav .global-mobile-bg>ul>li a {
    padding: 10px 0;
    margin: 0;
}
.global-mobile-nav .global-mobile-bg {
    padding: 50px 0 0;
}
.global-mobile-nav .global-mobile-bg>ul.util-top {
    padding: 0 20px;
}
.md-mobile-nav {
    padding: 0 20px;
    display: none;
}
.md-mobile-nav-btns {
    padding: 0 20px;
}
.md-mobile-nav-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.md-mobile-nav-btns li {
    width: calc(50% - 10px);
}
.submenu-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: 0;
    background: transparent url(../svg/ic-down-arrow-blk.svg) center center no-repeat;
    z-index: 11;
}
ul.md-mobile-nav > li {
    padding: 10px 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #e7ebed !important;
}
.menu-item-has-children.open .submenu-toggle {
    background-image: url(../svg/ic-up-arrow-green.svg);
}
@media only screen and (min-width: 1001px) and (max-width: 1200px)  {
    .site-header .logo {
        width: 120px;
        height: 100%;
    }
    .site-header .util-top, .navigation {
        padding: 0 calc(50% - 490px) 0 calc(50% - 490px);
    }
    .site-header .logo {
        left: 16px;
    }
    .page-wrap .site-footer .wrapper {
        padding: 50px calc(50% - 490px) 25px calc(50% - 490px);
    }
    .navigation .dropdown {
        padding: 50px calc(50% - 490px);
    }
    .site-header .btn, .btn.btn-main {
        padding: 12px 10px !important;
        font-size: 14px;
    }
    .site-header .top-header-row {
        padding: 0 0 0 140px;
    }
    .navigation>ul {
        padding-left: 125px;
    }
    .site-header .util-top ul li {
        margin: 0 0 0 13px;
        font-size: 14px;
    }
    .navigation>ul>li.separate-mega-menu.child-cs-li>.dropdown>.sub-menu>li.heading a {
        font-size: 20px !important;
    }
    .navigation>ul>li {
        font-size: 14px;
    }
    .navigation>ul>li.fp-mega-menu.menu-item {
        margin-left: 15px;
    }
    ul.team-search-col {
        padding: 0 0 0 20px;
        gap: 15px;
    }
    .site-header .top-header-row ul li > a {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .navigation>ul>li.menu-item-has-children>a {
        padding: 20px 13px 20px 0;
    }
    .navigation>ul>li.menu-item-has-children>a::after,
    .top-header-row .dropdown-li>a::after {
        width: 8px;
        height: 4px;
    }
    .site-header .top-header-row ul li > a i.ic-call {
        width: 30px;
        height: 30px;
    }
    ul.team-search-col .icon-search {
        width: 16px;
        height: 16px;
    }
    .navigation>ul:first-child>li>a::before, .site-header .top-header-row ul:first-child li > a::before {
        bottom: 21px;
        height: 1px;
    }
    .site-header .util-top ul li .dropdown {
        gap: 20px 50px;
        width: 720px;
        padding: 20px 30px;
    }
    .site-header .util-top ul li .dropdown p.title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .site-header .util-top ul li .dropdown p:not(.title) a[href*="tel"], .site-header .util-top ul li .dropdown p:not(.title) {
        font-size: 14px;
    }
    .navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>a,
    .navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>div>p {
        font-size: 20px;
        width: 20%;
    }
    .navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li .sub-menu>li a {
        font-size: 14px !important;
    }
    .navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li>.sub-menu {
        width: calc(80% - 30px);
        padding-left: 6%;
        gap: 0 10px;
    }
    .navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li .sub-menu>li:first-child .sub-menu {
        padding: 0 20px;
    }
    .navigation>ul>li.separate-mega-menu.three-li-col.title-col>.dropdown>.sub-menu>li>a {
        width: 20%;
    }
    .navigation>ul>li.separate-mega-menu>.dropdown>.sub-menu>li {
        gap: 20px;
    }
    .navigation>ul>li.separate-mega-menu.three-li-col>.dropdown>.sub-menu>li>.sub-menu {
        gap: 0 30px;
        width: calc(80% - 30px);
    }
    .navigation>ul>li.separate-mega-menu.property-divi-li>.dropdown>.sub-menu>li>.sub-menu {
        padding-left: 5%;
    }
    .navigation>ul>li.separate-mega-menu.marital-li>.dropdown>.sub-menu>li a {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 1001px) {
    .navigation.d-flex {
        display: flex;
        justify-content: end;
    }
    .navigation .dropdown ul li a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 1000px) {
    .mobile-nav {
        padding-top: 26px;
        padding-bottom: 25px;
        padding-right: 15px;
    }
    .site-header .logo {
        width: 130px;
        height: calc(100% + 20px);
        padding: 0 12px;
    }
    .site-header .call-us-btn-mobile {
        top: 28px;
    }
    .md-mobile-nav {
        display: block;
    }
    .md-mobile-nav-btns, .md-mobile-nav, .global-mobile-nav .global-mobile-bg>ul.util-top {
        padding: 0 15px;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children>a::after {
        display: none;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu {
        margin: 0;
        display: none;
        padding: 0 0 0 15px;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu li {
        margin: 0;
        padding: 0;
    }
    .global-mobile-nav .global-mobile-bg ul.md-mobile-nav>li.current-menu-item.current_page_parent a,
    .global-mobile-nav .global-mobile-bg>ul>li.current-menu-parent.menu-item-has-children>a,
    .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children.open>a {
        color: #4B858E;
    }
    .global-mobile-nav .global-mobile-bg ul.md-mobile-nav>li.current-menu-item.current_page_parent a .submenu-toggle,
    .global-mobile-nav .global-mobile-bg>ul>li.current-menu-parent.menu-item-has-children>a .submenu-toggle {
        background-image: url(../svg/ic-down-arrow-green.svg);
    }
    .global-mobile-nav .global-mobile-bg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children ul:last-child {
        border-bottom: 1px solid #e7ebed !important;
        padding-bottom: 20px;
    }
    .multilevel-mobile-nav .sub-menu .sub-menu {
        display: block !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.multilevel-mobile-nav.menu-item-has-children .sub-menu .sub-menu:last-child {
        border: 0 !important;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu li.hilight-menu {
        padding-top: 15px;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu li.hilight-menu > .sub-menu {
        background: #dbe7e8;
        padding: 10px 15px !important;
        margin-left: -15px;
        margin-bottom: 15px;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu li.hilight-menu > a {
        display: none;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu li.hide-arrow .submenu-toggle {
        display: none !important;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children.border-bottom ul:last-child {
        border: 0 !important;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children li a {
        color: #000 !important;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children li a:hover, .global-mobile-nav .global-mobile-bg>ul>li.menu-item-has-children li.current-menu-item>a {
        color: #399AA2 !important;
    }
    .global-mobile-nav .global-mobile-bg>ul .sub-menu li.text-green>a {
        color: #399AA2 !important;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.current-menu-item a .submenu-toggle {
        background-image: url(../svg/ic-down-arrow-green.svg);
    }
    .navigation>ul>li.separate-mega-menu.title-col>.dropdown>.sub-menu>li>a:hover {
        text-decoration: none;
    }
    .global-mobile-nav .global-mobile-bg>ul {
        margin-bottom: 20px;
    }
    .global-mobile-nav .global-mobile-bg>ul.md-mobile-nav-btns {
        margin-bottom: 50px;
    }
    .global-mobile-nav .global-mobile-bg>ul>li.current-menu-parent.menu-item-has-children.open>a .submenu-toggle {
        background-image: url(../svg/ic-up-arrow-green.svg);
    }
}
@media (max-width: 767px) {
    .btn.btn-main {
        padding: 20px !important;
        font-size: 14px !important;
    }
    .global-mobile-nav {
        top: 70px !important;
    }
    .global-mobile-nav .global-mobile-bg {
        padding: 40px 0 0;
    }
}
@media only screen and (max-width: 479px) {
    .page-wrap main>div {
        padding: 0 15px;
    }
    .site-header .logo {
        left: 15px;
    }
    .global-mobile-nav .global-mobile-bg>ul>li a {
        font-size: 14px;
    }
    .btn.btn-main {
        padding: 15px 12px !important;
    }
    .global-mobile-nav .global-mobile-bg {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 429px) {
    .site-header .logo {
        width: 120px;
    }
}
.paralegal-subtitle{
    color: #fff;
    font-weight: normal;
    margin-top: -15px;
    margin-bottom: 15px;
}
.newsletter-sidebar { background-color: #eee;padding: 30px 15px 20px 15px;}.newsletter-sidebar .nf-form-fields-required {display: none;}.newsletter-sidebar:not(.full-width) .nf-cell { width: 100% !important; padding: 0 !important;}.newsletter-sidebar .nf-form-content { padding: 0;}.newsletter-sidebar .nf-form-cont {margin: 0;}.newsletter-sidebar .nf-input-limit { margin: 0;}.newsletter-sidebar .subscribe-btn { background: #4b858e !important;border-color: #4b858e !important;}.newsletter-sidebar .subscribe-btn:hover{ opacity:0.8}.newsletter-sidebar .nf-before-form-content,.newsletter-sidebar .nf-after-form-content {padding: 0;}.newsletter-sidebar .nf-field-container .nf-field-label { margin: 0 !important;}.newsletter-sidebar  .subscribe-btn {   width: auto !important;}.page-id-5188 .wp-block-column.sidebar-column {padding-top: 100px;}
@media (max-width: 781px) { .page-id-5188 .wp-block-column.sidebar-column {padding-top: 0px;} }.filter-bar.styled-select select {max-width: 130px;}
@media only screen and (max-width: 1000px) { .filter-bar.styled-select select { width: 100%;        max-width: 100%; }}

.newsletter-sidebar.full-width .nf-cell:last-child {
    width: 128px !important;
}

.newsletter-sidebar.full-width .nf-form-layout {
    max-width: 750px;
    margin: auto;
}

.newsletter-sidebar.full-width .nf-cell:first-child {
    width: calc(100% - 128px) !important;
}

.newsletter-sidebar.full-width .wp-block-heading {
    padding: 0;
    margin-bottom: 0;
    width: 40%;
}

.newsletter-sidebar.full-width .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-sidebar.full-width .nf-form-cont {
    width: 60%;
}
.newsletter-sideba.full-width .nf-after-form-content, .newsletter-sidebar.full-width .nf-before-form-content {
    display: none;
}
.newsletter-sideba.full-width .nf-after-field {
    position: absolute;
}
.page-wrap .newsletter-sidebar.full-width .nf-form-content .nf-field-container {
    padding: 0 !important;
}
.page-wrap .newsletter-sidebar.full-width .nf-error .ninja-forms-field {
    border-color: #e80000 !important;
    transition: all .5s;
}
.page-wrap .newsletter-sidebar.full-width .nf-response-msg p {
    padding: 0;
}
@media (max-width: 781px) {
    .newsletter-sidebar.full-width .wp-block-group__inner-container {
        flex-direction:column;
    }
    .newsletter-sidebar.full-width .wp-block-heading {
        width: 100%;
        text-align:center;
        margin-bottom:20px
    }
    .newsletter-sidebar.full-width .nf-form-cont {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .newsletter-sidebar.full-width .nf-cell:last-child {
        width: 100% !important;
    }
    .newsletter-sidebar.full-width .nf-cell:first-child {
        width: 100% !important;
        margin-bottom:10px
    }
     .newsletter-sidebar.full-width .nf-cell:last-child .nf-field-element {
        text-align: center;
    }
}
.page-id-5188 #post-articles .subnav{
    margin-bottom: 140px;
    margin-top: -105px;
}
.page-id-5188 #post-articles .subnav ul.open{
    margin-bottom: 25px;
}
.page-id-5188 .newsletter-sidebar {
    position: relative;
    top: 115px;
    padding: 25px 15px;
}
.page-id-5188 .newsletter-sidebar .nf-loading-spinner {height: 100px;}
@media (max-width: 1000px) {
    .page-id-5188 #post-articles .subnav{
        margin-bottom: 0;
        margin-top: 0;
        border-bottom: 0;
    }
    .page-id-5188 #post-articles .subnav ul{
        margin-bottom: 140px;
        margin-top: -105px;
        border-bottom: 1px solid grey;
        padding-bottom: 20px;

    }
    .page-id-5188 #post-articles .subnav ul.open{
        margin-bottom: 0;
    }
    .page-id-5188 #post-articles .subnav ul li:not(.active){
        background-color: #FFFFFF;
    }
    .page-id-5188 .newsletter-sidebar {
        top: 87px;
    }
}
@media (max-width: 781px) {
    .page-id-5188 #post-articles .subnav ul{
        margin-bottom: 200px;
        margin-top: -170px;
    }
    .page-wrap .newsletter-sidebar.full-width .nf-response-msg p {
        text-align: center;
    }
}
@media (max-width: 450px) {
    .page-id-5188 #post-articles .subnav ul{
        margin-bottom: 280px;
        margin-top: -240px;
    }
}
@media (max-width: 767px) {
    .main-hero.hide-mobile{
        display: none;
    }
}
.single-service .wp-block-columns.is-style-has-callout>.wp-block-column:last-child:not(:only-child) {
    padding-top: 0;
}
.sticky-sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}

div#breadcrumbs {
    padding: 40px 0 0;
}
#breadcrumbs a, #breadcrumbs span{
    color:#4d4d4d;
    font-size: 16px;
}
#breadcrumbs a:hover{
    color:#4b858e !important;
}
#breadcrumbs i.fa {
    font-size: 12px;
    padding: 0 2px;
}