/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff
}

.hamburger-box {
    width: 27px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 27px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v19-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v19-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v19-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v19-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v19-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v19-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v19-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v19-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v19-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v19-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/raleway-v19-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v19-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "Charter Bold";
    font-weight: 700;
    src: url("../fonts/ebe15f96-eed5-4405-858d-616713c81256.woff2") format("woff2"), url("../fonts/7eb31e2e-240a-4b92-b19d-6aae976f4390.woff") format("woff")
}

@font-face {
    font-family: "Charter Bold";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/734aa244-d17f-401e-9d26-15ef8eed83f8.woff2") format("woff2"), url("../fonts/204afe44-e48d-4994-a418-23f6d655dd0e.woff") format("woff")
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?ujm06");
    src: url("../fonts/icomoon.eot?ujm06#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ujm06") format("truetype"), url("../fonts/icomoon.woff?ujm06") format("woff"), url("../fonts/icomoon.svg?ujm06#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    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-download:before {
    content: ""
}

.icon-check-circle:before {
    content: ""
}

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

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

.icon-linkedin-square:before {
    content: ""
}

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

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

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

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

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

.icon-linkedin:before {
    content: ""
}

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

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body, input, textarea, select, button {
    font-family: "Raleway", sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Charter Bold", sans-serif
}

sup, sub {
    line-height: 0
}

sup {
    position: relative;
    top: -0.4em;
    vertical-align: baseline
}

body {
    margin: 0
}

.content-wrap, #outer-wrapper {
    overflow-x: hidden
}

.content-wrap {
    margin-bottom: 100px
}

.content-wrap.no-margin {
    margin-bottom: 0
}

.hidden {
    display: none
}

.content > div[class*="wp-block-"], .content > .block-space {
    margin-bottom: 0
}

.content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

.content .alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

@media (min-width: 1600px) {
    .content .alignwide {
        margin-left: calc(50% - 720px);
        margin-right: calc(50% - 720px);
        max-width: 1440px
    }
}

.content .wp-block-group.alignfull .wp-block-group__inner-container, .content .wp-block-group.alignwide .wp-block-group__inner-container, .content .wp-block-cover.alignfull .wp-block-group__inner-container, .content .wp-block-cover.alignwide .wp-block-group__inner-container {
    max-width: 1178px;
    padding: 20px;
    margin: 0 auto
}

.content .wp-block-group.alignfull .wp-block-cover__inner-container, .content .wp-block-group.alignwide .wp-block-cover__inner-container, .content .wp-block-cover.alignfull .wp-block-cover__inner-container, .content .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1178px;
    padding: 0 17px
}

.content .wp-block-group.alignfull .wp-block-cover__inner-container > *:first-child, .content .wp-block-group.alignwide .wp-block-cover__inner-container > *:first-child, .content .wp-block-cover.alignfull .wp-block-cover__inner-container > *:first-child, .content .wp-block-cover.alignwide .wp-block-cover__inner-container > *:first-child {
    margin-top: 0
}

.content .wp-block-group .wp-block-group__inner-container > *:first-child, .content .wp-block-cover .wp-block-group__inner-container > *:first-child {
    margin-top: 0
}

.content .wp-block-group.has-background {
    padding: 30px
}

.content .wp-block-cover__inner-container, .content .wp-block-cover .block-editor-block-list__block {
    color: inherit
}

.content .wp-block-button__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s
}

@media (min-width: 0) and (max-width: 510px) {
    .content .wp-block-button__link {
        font-size: 19px
    }
}

.content .wp-block-button__link:hover {
    background-color: #c74519
}

.content .wp-block-button__link:focus {
    outline: 0
}

body.using-kb .content .wp-block-button__link:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.content .wp-block-button__link.has-black-background-color:hover {
    background-color: #262626
}

.content .wp-block-button__link.has-white-background-color:hover {
    background-color: #d9d9d9
}

.content .wp-block-button__link.has-light-blue-background-color:hover {
    background-color: #00487d
}

.content .wp-block-button__link.has-blue-background-color:hover {
    background-color: #0c2c3d
}

.content .wp-block-button__link.has-dark-blue-background-color:hover {
    background-color: #09141d
}

.content .wp-block-button__link.has-teal-background-color:hover {
    background-color: #4a8d68
}

.content .wp-block-button__link.has-light-gray-background-color:hover {
    background-color: #bdc4d0
}

.content .wp-block-button__link.has-gray-background-color:hover {
    background-color: #494b4b
}

.content .wp-block-button__link.has-yellow-background-color:hover {
    background-color: #be8506
}

.content .wp-block-button__link.has-orange-background-color:hover {
    background-color: #a83a15
}

.content .wp-block-button__link.has-red-background-color:hover {
    background-color: #701419
}

.content .wp-block-button.is-style-underline .wp-block-button__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    padding: 6px 0;
    color: #185A7D;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    margin-right: 26px;
    margin-bottom: 6px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .wp-block-button.is-style-underline .wp-block-button__link {
        font-size: 19px
    }
}

.content .wp-block-button.is-style-underline .wp-block-button__link:focus {
    outline: 0
}

.content .wp-block-button.is-style-underline .wp-block-button__link:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    border-bottom: 6px solid #99C8E9;
    transition: width .3s
}

.content .wp-block-button.is-style-underline .wp-block-button__link:after {
    content: '>';
    color: #E45525;
    position: absolute;
    top: 5px;
    right: -1em;
    width: 2.5em;
    text-align: right;
    transition: right .3s
}

.content .wp-block-button.is-style-underline .wp-block-button__link:hover:before {
    width: 100%
}

.content .wp-block-button.is-style-underline .wp-block-button__link:hover:after {
    right: -1.5em
}

.content .wp-block-button.is-style-outline .wp-block-button__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    border: 1px solid #185A7D;
    padding: 12px 20px;
    color: #185A7D;
    font-size: 16px;
    transition: color .2s, border .2s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block
}

@media (min-width: 0) and (max-width: 510px) {
    .content .wp-block-button.is-style-outline .wp-block-button__link {
        font-size: 15px
    }
}

.content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #0075C9;
    border: 1px solid #0075C9
}

.content .wp-block-button.is-style-small .wp-block-button__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s;
    padding: 13px 22px;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box
}

@media (min-width: 0) and (max-width: 510px) {
    .content .wp-block-button.is-style-small .wp-block-button__link {
        font-size: 19px
    }
}

.content .wp-block-button.is-style-small .wp-block-button__link:hover {
    background-color: #c74519
}

.content .wp-block-button.is-style-small .wp-block-button__link:focus {
    outline: 0
}

body.using-kb .content .wp-block-button.is-style-small .wp-block-button__link:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.content .wp-block-buttons .wp-block-button.is-style-small {
    width: 100%
}

.content .embed-holder {
    padding-top: 56.25%;
    height: 0;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.content .embed-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.content img.alignnone {
    margin: 5px 20px 20px 0
}

.content img.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.content img.alignright, .content img[style*="float: right"] {
    float: right;
    margin: 5px 0 20px 20px
}

.content img.alignleft, .content img[style*="float: left"] {
    float: left;
    margin: 5px 20px 20px 0
}

.content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.content a img.alignnone {
    margin: 5px 20px 20px 0
}

.content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.content .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.content .wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.content .wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.content p, .content li, .content ul, .content ol, .content blockquote {
    font-family: "Raleway", sans-serif;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 1.4em
}

@media (min-width: 0) and (max-width: 510px) {
    .content p, .content li, .content ul, .content ol, .content blockquote {
        font-size: 17px
    }
}

.content a {
    color: #05607C
}

.content p.large {
    color: #000000;
    font-size: 22px
}

@media (min-width: 0) and (max-width: 510px) {
    .content p.large {
        font-size: 20px
    }
}

.content p.xl {
    color: #000000;
    font-size: 24px;
    font-weight: 600
}

@media (min-width: 0) and (max-width: 510px) {
    .content p.xl {
        font-size: 22px
    }
}

.content p.upper {
    font-size: 16px;
    text-transform: uppercase
}

.content p.upper-large {
    color: #484748;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
    color: #05607C;
    line-height: 1.13em
}

.content h1 {
    font-size: 54px
}

@media (min-width: 0) and (max-width: 700px) {
    .content h1 {
        font-size: 48px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content h1 {
        font-size: 40px
    }
}

.content h2 {
    margin: .6em 0;
    font-size: 42px
}

@media (min-width: 0) and (max-width: 700px) {
    .content h2 {
        font-size: 34px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content h2 {
        font-size: 30px
    }
}

.content h3 {
    font-size: 30px
}

@media (min-width: 0) and (max-width: 700px) {
    .content h3 {
        font-size: 26px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content h3 {
        font-size: 22px
    }
}

.content h4 {
    font-size: 22px
}

@media (min-width: 0) and (max-width: 700px) {
    .content h4 {
        font-size: 18px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content h4 {
        font-size: 17px
    }
}

.content figure {
    margin: 0
}

.content ul, .content ol {
    margin-top: 0;
    padding-left: 20px
}

.content form input[type="text"], .content form input[type="email"], .content form input[type="tel"], .content form textarea, .content form select {
    border: 1px solid #8D8F90;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #000;
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box
}

.content form div.input {
    margin: 0 !important
}

.content form button[type="submit"], .content form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s;
    display: block;
    min-width: 220px;
}

@media (min-width: 0) and (max-width: 510px) {
    .content form button[type="submit"], .content form input[type="submit"] {
        font-size: 19px
    }
}

.content form button[type="submit"]:hover, .content form input[type="submit"]:hover {
    background-color: #c74519
}

.content form button[type="submit"]:focus, .content form input[type="submit"]:focus {
    outline: 0
}

body.using-kb .content form button[type="submit"]:focus, body.using-kb .content form input[type="submit"]:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.content form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%234A4A4A" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 16px 29px;
    cursor: pointer
}

.content form select::-ms-expand {
    display: none
}

.content form select option {
    font-weight: normal
}

.content form label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 7px
}

.content form .hs-form-required {
    color: red
}

.content form .hs-form-field {
    margin-bottom: 30px
}

.content form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.content form.hs-form fieldset {
    max-width: 100%
}

.content form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%
}

.content form .form-columns-2, .content form .form-columns-3, .content form .form-columns-4 {
    margin: 0 -10px;
    max-width: none !important
}

.content form .form-columns-2 .field, .content form .form-columns-3 .field, .content form .form-columns-4 .field {
    padding: 0 10px;
    box-sizing: border-box
}

.content .has-black-background-color {
    background-color: #000;
    color: #fff
}

.content .has-black-color {
    color: #000
}

.content .has-white-background-color {
    background-color: #fff;
    color: #000
}

.content .has-white-color {
    color: #fff
}

.content .has-light-blue-background-color {
    background-color: #0075C9;
    color: #fff
}

.content .has-light-blue-color {
    color: #0075C9
}

.content .has-blue-background-color {
    background-color: #185A7D;
    color: #fff
}

.content .has-blue-color {
    color: #185A7D
}

.content .has-dark-blue-background-color {
    background-color: #1B3E57;
    color: #fff
}

.content .has-dark-blue-color {
    color: #1B3E57
}

.content .has-teal-background-color {
    background-color: #70b48e;
    color: #000
}

.content .has-teal-color {
    color: #70b48e
}

.content .has-light-gray-background-color {
    background-color: #EAECF0;
    color: #000
}

.content .has-light-gray-color {
    color: #EAECF0
}

.content .has-gray-background-color {
    background-color: #6f7271;
    color: #fff
}

.content .has-gray-color {
    color: #6f7271
}

.content .has-yellow-background-color {
    background-color: #f8b318;
    color: #000
}

.content .has-yellow-color {
    color: #f8b318
}

.content .has-orange-background-color {
    background-color: #E45525;
    color: #000
}

.content .has-orange-color {
    color: #E45525
}

.content .has-red-background-color {
    background-color: #B12028;
    color: #fff
}

.content .has-red-color {
    color: #B12028
}

.content .has-regular-font-size {
    font-size: 18px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .has-regular-font-size {
        font-size: 17px
    }
}

.content .has-large-font-size {
    font-size: 22px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .has-large-font-size {
        font-size: 20px
    }
}

.content .has-xl-font-size {
    font-size: 24px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .has-xl-font-size {
        font-size: 21px
    }
}

.content .has-2-xl-font-size {
    font-size: 34px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .has-2-xl-font-size {
        font-size: 26px
    }
}

.content .has-2-xl-font-size {
    line-height: 1.6em
}

.content .wp-block-usls-expand-content > .loadmore-wrap, .content .expand-content > .loadmore-wrap {
    text-align: center;
    padding-bottom: 6px
}

.content .wp-block-usls-expand-content > .loadmore-wrap button, .content .wp-block-usls-expand-content > .loadmore-wrap > span, .content .expand-content > .loadmore-wrap button, .content .expand-content > .loadmore-wrap > span {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    padding: 6px 0;
    color: #185A7D;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    margin-right: 26px;
    margin-bottom: 6px;
    position: relative;
    text-transform: uppercase
}

@media (min-width: 0) and (max-width: 510px) {
    .content .wp-block-usls-expand-content > .loadmore-wrap button, .content .wp-block-usls-expand-content > .loadmore-wrap > span, .content .expand-content > .loadmore-wrap button, .content .expand-content > .loadmore-wrap > span {
        font-size: 19px
    }
}

.content .wp-block-usls-expand-content > .loadmore-wrap button:focus, .content .wp-block-usls-expand-content > .loadmore-wrap > span:focus, .content .expand-content > .loadmore-wrap button:focus, .content .expand-content > .loadmore-wrap > span:focus {
    outline: 0
}

.content .wp-block-usls-expand-content > .loadmore-wrap button:before, .content .wp-block-usls-expand-content > .loadmore-wrap > span:before, .content .expand-content > .loadmore-wrap button:before, .content .expand-content > .loadmore-wrap > span:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    border-bottom: 6px solid #99C8E9;
    transition: width .3s
}

.content .wp-block-usls-expand-content > .loadmore-wrap button:after, .content .wp-block-usls-expand-content > .loadmore-wrap > span:after, .content .expand-content > .loadmore-wrap button:after, .content .expand-content > .loadmore-wrap > span:after {
    content: '>';
    color: #E45525;
    position: absolute;
    top: 5px;
    right: -1em;
    width: 2.5em;
    text-align: right;
    transition: right .3s
}

.content .wp-block-usls-expand-content > .loadmore-wrap button:hover:before, .content .wp-block-usls-expand-content > .loadmore-wrap > span:hover:before, .content .expand-content > .loadmore-wrap button:hover:before, .content .expand-content > .loadmore-wrap > span:hover:before {
    width: 100%
}

.content .wp-block-usls-expand-content > .loadmore-wrap button:hover:after, .content .wp-block-usls-expand-content > .loadmore-wrap > span:hover:after, .content .expand-content > .loadmore-wrap button:hover:after, .content .expand-content > .loadmore-wrap > span:hover:after {
    right: -1.5em
}

.content .wp-block-usls-expand-content > .loadmore-wrap button:after, .content .wp-block-usls-expand-content > .loadmore-wrap > span:after, .content .expand-content > .loadmore-wrap button:after, .content .expand-content > .loadmore-wrap > span:after {
    display: none
}

.content .wp-block-usls-expand-content > .loadmore-wrap button .one, .content .wp-block-usls-expand-content > .loadmore-wrap button .two, .content .wp-block-usls-expand-content > .loadmore-wrap > span .one, .content .wp-block-usls-expand-content > .loadmore-wrap > span .two, .content .expand-content > .loadmore-wrap button .one, .content .expand-content > .loadmore-wrap button .two, .content .expand-content > .loadmore-wrap > span .one, .content .expand-content > .loadmore-wrap > span .two {
    position: absolute;
    transition: .3s;
    background: #E45525
}

.content .wp-block-usls-expand-content > .loadmore-wrap button .one, .content .wp-block-usls-expand-content > .loadmore-wrap button .two, .content .wp-block-usls-expand-content > .loadmore-wrap > span .one, .content .wp-block-usls-expand-content > .loadmore-wrap > span .two, .content .expand-content > .loadmore-wrap button .one, .content .expand-content > .loadmore-wrap button .two, .content .expand-content > .loadmore-wrap > span .one, .content .expand-content > .loadmore-wrap > span .two {
    height: 3px;
    width: 13px;
    top: 50%;
    margin-top: -1.5px;
    right: -20px
}

.content .wp-block-usls-expand-content > .loadmore-wrap button .two, .content .wp-block-usls-expand-content > .loadmore-wrap > span .two, .content .expand-content > .loadmore-wrap button .two, .content .expand-content > .loadmore-wrap > span .two {
    height: 13px;
    width: 3px;
    top: 50%;
    margin-top: -6.5px;
    margin-right: 5px;
    right: -20px
}

.content .wp-block-usls-expand-content.open .loadmore-wrap button .one, .content .wp-block-usls-expand-content.open .loadmore-wrap button .two, .content .expand-content.open .loadmore-wrap button .one, .content .expand-content.open .loadmore-wrap button .two {
    transform: rotate(90deg)
}

.content .wp-block-usls-expand-content.open .loadmore-wrap button .one, .content .expand-content.open .loadmore-wrap button .one {
    width: 0;
    margin-right: 5px
}

.content .wp-block-usls-expand-content .loadmore-wrap:last-child span .two, .content .expand-content .loadmore-wrap:last-child span .two {
    display: none
}

.content .wp-block-usls-expand-content .more, .content .expand-content .more {
    display: none;
    padding: 1px 0
}

.content .wp-block-usls-award {
    background: #fff;
    border-top: 6px solid #0075C9;
    padding: 144px 30px 60px 30px;
    text-align: center;
    position: relative
}

.content .wp-block-usls-award:after {
    width: 78px;
    height: 88px;
    top: 26px;
    left: 50%;
    margin-left: -39px;
    position: absolute;
    content: '';
    background-image: url(../images/award.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.content .wp-block-usls-award > h2 {
    font-family: "Raleway", sans-serif;
    color: #185A7D;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5em;
    max-width: 430px;
    margin: 0 auto 46px auto
}

.content .wp-block-usls-award .inner {
    max-width: 430px;
    margin: 0 auto;
    color: #000
}

.content ul[data-cols], .content div[data-cols] > ul {
    column-gap: 60px
}

.content ul[data-cols="2"], .content div[data-cols="2"] > ul {
    column-count: 2
}

@media (min-width: 0) and (max-width: 700px) {
    .content ul[data-cols="2"], .content div[data-cols="2"] > ul {
        column-count: 1
    }
}

.content ul[data-cols="3"], .content div[data-cols="3"] > ul {
    column-count: 3
}

@media (min-width: 0) and (max-width: 700px) {
    .content ul[data-cols="3"], .content div[data-cols="3"] > ul {
        column-count: 1
    }
}

.content ul[data-cols="4"], .content div[data-cols="4"] > ul {
    column-count: 4
}

@media (min-width: 0) and (max-width: 900px) {
    .content ul[data-cols="4"], .content div[data-cols="4"] > ul {
        column-count: 2
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content ul[data-cols="4"], .content div[data-cols="4"] > ul {
        column-count: 1
    }
}

.content ul[data-cols="5"], .content div[data-cols="5"] > ul {
    column-count: 5
}

@media (min-width: 0) and (max-width: 900px) {
    .content ul[data-cols="5"], .content div[data-cols="5"] > ul {
        column-count: 2
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content ul[data-cols="5"], .content div[data-cols="5"] > ul {
        column-count: 1
    }
}

.content ul[data-cols="6"], .content div[data-cols="6"] > ul {
    column-count: 6
}

@media (min-width: 0) and (max-width: 900px) {
    .content ul[data-cols="6"], .content div[data-cols="6"] > ul {
        column-count: 3
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content ul[data-cols="6"], .content div[data-cols="6"] > ul {
        column-count: 2
    }
}

.content ul[data-ltype="checks"], .content div[data-ltype="checks"] > ul {
    list-style: none;
    padding: 0;
    overflow: hidden
}

.content ul[data-ltype="checks"] li, .content div[data-ltype="checks"] > ul li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 20px 46px;
    color: #000;
    break-inside: avoid-column
}

@media (min-width: 0) and (max-width: 700px) {
    .content ul[data-ltype="checks"] li, .content div[data-ltype="checks"] > ul li {
        font-size: 18px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content ul[data-ltype="checks"] li, .content div[data-ltype="checks"] > ul li {
        font-size: 16px
    }
}

.content ul[data-ltype="checks"] li:before, .content div[data-ltype="checks"] > ul li:before {
    font-family: 'icomoon' !important;
    speak: none;
    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: #1A5E8D;
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 0
}

.content ul[data-divider="line"] li, .content div[data-divider="line"] > ul li {
    border-top: 1px solid #8D8F90;
    padding-top: 30px;
    padding-bottom: 30px;
    transform: translateY(-1px)
}

.content ul[data-divider="line"] li:before, .content div[data-divider="line"] > ul li:before {
    top: 30px
}

.content .jump-nav {
    height: 120px;
    position: relative
}

.content .jump-nav .inner {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

.content .jump-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    list-style: none;
    width: 100%;
    height: 120px;
    background-color: #F4F5F7
}

.content .jump-nav ul li {
    margin: 0 6px
}

.content .jump-nav ul li a {
    color: #185A7D;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4em;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 0 32px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative
}

.content .jump-nav ul li a:focus {
    outline: 0
}

body.using-kb .content .jump-nav ul li a:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

.content .jump-nav ul li a:hover {
    color: #0075c9
}

.content .jump-nav ul li.current a {
    background-color: rgba(0, 0, 0, 0.1)
}

.content .jump-nav ul li.current a:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #b12028;
    z-index: 5
}

.content .jump-nav ul li.current a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #b12028
}

.content .jump-nav button {
    display: none
}

.content .jump-nav.fix .inner {
    position: fixed;
    z-index: 1000
}

.admin-bar .content .jump-nav.fix .inner {
    top: 46px
}

@media screen and (max-width: 600px) {
    .admin-bar .content .jump-nav.fix .inner {
        top: 0
    }
}

@media screen and (min-width: 783px) {
    .admin-bar .content .jump-nav.fix .inner {
        top: 32px
    }
}

@media (min-width: 701px) {
    .content .jump-nav ul {
        display: flex !important
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .jump-nav {
        height: 80px
    }

    .content .jump-nav button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: 0;
        cursor: pointer;
        background: none;
        padding: 0;
        border: 1px solid #9CA3A8;
        background-color: #FFFFFF;
        padding: 20px 17px;
        text-transform: uppercase;
        color: #4A4A4A;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.1em;
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    .content .jump-nav button:focus {
        outline: 0
    }

    body.using-kb .content .jump-nav button:focus {
        outline: 1px groove #0075c9;
        outline-offset: -1px
    }

    .content .jump-nav button:after {
        font-family: 'icomoon' !important;
        speak: none;
        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: 11px;
        color: #E45525;
        position: relative;
        transform: rotate(90deg)
    }

    .content .jump-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        border: 1px solid #B5BABE;
        border-top: none;
        z-index: 5;
        display: none;
        width: 100%;
        height: auto
    }

    .content .jump-nav ul li {
        position: relative
    }

    .content .jump-nav ul li a {
        padding: 20px;
        color: #4A4A4A;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1em;
        display: block;
        text-decoration: none
    }

    .content .jump-nav ul li a:before, .content .jump-nav ul li a:after {
        display: none
    }

    .content .jump-nav ul li:before {
        display: none
    }

    .content .jump-nav ul li:after {
        border-bottom: 1px solid #B5BABE;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        content: ''
    }

    .content .jump-nav ul li:last-child:after {
        display: none
    }

    .content .jump-nav ul li:hover a {
        color: #E45525
    }

    .content .jump-nav ul li.current:after {
        display: none
    }

    .content .jump-nav ul li.current a {
        background-color: #E45525;
        color: #fff
    }
}

.content .latest-resources {
    background: #EAECF0;
    padding: 78px 0 100px 0;
    position: relative
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources {
        padding: 50px 0
    }
}

.content .latest-resources.dark {
    background: #fff
}

.content .latest-resources h2 {
    margin-top: 0
}

.content .latest-resources .view-all {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    padding: 6px 0;
    color: #185A7D;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    margin-right: 26px;
    margin-bottom: 6px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources .view-all {
        font-size: 19px
    }
}

.content .latest-resources .view-all:focus {
    outline: 0
}

.content .latest-resources .view-all:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    border-bottom: 6px solid #99C8E9;
    transition: width .3s
}

.content .latest-resources .view-all:after {
    content: '>';
    color: #E45525;
    position: absolute;
    top: 5px;
    right: -1em;
    width: 2.5em;
    text-align: right;
    transition: right .3s
}

.content .latest-resources .view-all:hover:before {
    width: 100%
}

.content .latest-resources .view-all:hover:after {
    right: -1.5em
}

@media (min-width: 0) and (max-width: 700px) {
    .content .latest-resources .view-all {
        position: absolute;
        left: 17px;
        bottom: 25px
    }
}

.content .latest-resources .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.content .latest-resources .list {
    display: flex;
    align-items: stretch;
    margin: 20px -20px 0 -20px;
    flex-wrap: wrap
}

@media (min-width: 0) and (max-width: 900px) {
    .content .latest-resources .list {
        margin: 20px -8px 0 -8px
    }
}

.content .latest-resources.slider {
    min-height: 250px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources.slider {
        padding-bottom: 100px
    }
}

.content .latest-resources.slider .slick-track {
    display: flex
}

.content .latest-resources.slider .slick-track .slick-slide {
    height: auto
}

.content .latest-resources.slider .slick-track .slick-slide > div {
    height: 100%
}

.content .latest-resources.slider .list {
    display: none;
    margin-left: 68px;
    margin-right: 68px
}

@media (min-width: 1360px) {
    .content .latest-resources.slider .list {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources.slider .list {
        margin: 0
    }
}

.content .latest-resources.slider .list .resource {
    margin-bottom: 0
}

@media (min-width: 0) and (max-width: 700px) {
    .content .latest-resources.slider .list .resource {
        padding: 0
    }

    .content .latest-resources.slider .list .resource a {
        padding-bottom: 40px
    }

    .content .latest-resources.slider .list .resource.has-cta > a {
        padding-bottom: 150px
    }

    .content .latest-resources.slider .list .resource.has-cta > a .button {
        bottom: 70px
    }
}

.content .latest-resources.slider .slick-prev, .content .latest-resources.slider .slick-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    transition: background-color .3s
}

.content .latest-resources.slider .slick-prev:focus, .content .latest-resources.slider .slick-next:focus {
    outline: 0
}

body.using-kb .content .latest-resources.slider .slick-prev:focus, body.using-kb .content .latest-resources.slider .slick-next:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources.slider .slick-prev, .content .latest-resources.slider .slick-next {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }
}

.content .latest-resources.slider .slick-prev .icon, .content .latest-resources.slider .slick-next .icon {
    color: #E45525;
    font-size: 22px;
    line-height: 60px;
    transition: color .3s
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources.slider .slick-prev .icon, .content .latest-resources.slider .slick-next .icon {
        line-height: 40px
    }
}

.content .latest-resources.slider .slick-prev.slick-disabled, .content .latest-resources.slider .slick-next.slick-disabled {
    background-color: rgba(156, 163, 168, 0.4)
}

.content .latest-resources.slider .slick-prev.slick-disabled .icon, .content .latest-resources.slider .slick-next.slick-disabled .icon {
    color: #fff
}

.content .latest-resources.slider .slick-prev {
    left: -68px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources.slider .slick-prev {
        left: -20px
    }
}

.content .latest-resources.slider .slick-next {
    right: -68px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources.slider .slick-next {
        right: -20px
    }
}

.content .latest-resources.slider.dark .slick-prev, .content .latest-resources.slider.dark .slick-next {
    background-color: rgba(156, 163, 168, 0.4)
}

.content .latest-resources.slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6
}

.content .latest-resources.slider .slick-dots li {
    margin: 0 8px
}

.content .latest-resources.slider .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 50%;
    background: #EAECF0
}

.content .latest-resources.slider .slick-dots li.slick-active button {
    background: #E45525
}

.content .latest-resources .list .resource {
    padding: 0 20px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 40px
}

@media (min-width: 0) and (max-width: 900px) {
    .content .latest-resources .list .resource {
        padding: 0 8px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .latest-resources .list .resource {
        width: 100%
    }
}

.content .latest-resources .list .resource > a, .content .latest-resources .list .resource > div {
    cursor: pointer;
    background: #FFFFFF;
    padding-bottom: 30px;
    text-decoration: none;
    display: block;
    height: 100%;
    box-sizing: border-box;
    max-width: 440px;
    margin: 0 auto;
    position: relative
}

.content .latest-resources .list .resource > a:focus, .content .latest-resources .list .resource > div:focus {
    outline: 0
}

body.using-kb .content .latest-resources .list .resource > a:focus, body.using-kb .content .latest-resources .list .resource > div:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

.content .latest-resources .list .resource > a .inner, .content .latest-resources .list .resource > div .inner {
    padding: 1px 28px
}

.content .latest-resources .list .resource > a .img, .content .latest-resources .list .resource > div .img {
    overflow: hidden
}

.content .latest-resources .list .resource > a .img img, .content .latest-resources .list .resource > div .img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.content .latest-resources .list .resource > a .type, .content .latest-resources .list .resource > div .type {
    font-size: 16px;
    color: #0075C9;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 1.2em;
    display: block;
    transition: color .3s
}

.content .latest-resources .list .resource > a h3, .content .latest-resources .list .resource > div h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    color: #123552;
    margin: 20px 0 0 0;
    font-family: "Raleway", sans-serif;
    transition: color .3s
}

.content .latest-resources .list .resource > a .date, .content .latest-resources .list .resource > div .date {
    font-size: 16px;
    color: #000;
    margin: 20px 0 0 0;
    line-height: 1.2em;
    transition: color .3s
}

.content .latest-resources .list .resource > a .button, .content .latest-resources .list .resource > div .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    border: 1px solid #185A7D;
    padding: 12px 20px;
    color: #185A7D;
    font-size: 16px;
    transition: color .2s, border .2s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    display: block;
    text-align: center;
    margin-top: 30px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .latest-resources .list .resource > a .button, .content .latest-resources .list .resource > div .button {
        font-size: 15px
    }
}

.content .latest-resources .list .resource > a .button:hover, .content .latest-resources .list .resource > div .button:hover {
    color: #0075C9;
    border: 1px solid #0075C9
}

.content .latest-resources .list .resource > a:hover .img img, .content .latest-resources .list .resource > div:hover .img img {
    transform: scale(1.1)
}

.content .latest-resources .list .resource > a:hover h3, .content .latest-resources .list .resource > div:hover h3 {
    color: #0075C9
}

.content .latest-resources .list .resource > a:hover .button, .content .latest-resources .list .resource > div:hover .button {
    color: #0075C9
}

.content .latest-resources .list .resource.has-cta > a {
    padding-bottom: 110px
}

.content .latest-resources .list .resource.has-cta > a .button {
    position: absolute;
    bottom: 30px;
    left: 28px;
    right: 28px;
    margin: 0
}

.content .latest-resources.dark .list .resource > a, .content .latest-resources.dark .list .resource > div {
    background-color: #123552
}

.content .latest-resources.dark .list .resource > a .type, .content .latest-resources.dark .list .resource > a h3, .content .latest-resources.dark .list .resource > a .date, .content .latest-resources.dark .list .resource > div .type, .content .latest-resources.dark .list .resource > div h3, .content .latest-resources.dark .list .resource > div .date {
    color: #fff
}

.content .latest-resources.dark .list .resource > a .button, .content .latest-resources.dark .list .resource > div .button {
    background: none;
    border: 1px solid #fff;
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    transition: color .2s, border .2s;
    text-transform: uppercase;
    text-decoration: none
}

.content .latest-resources.dark .list .resource > a .button:hover, .content .latest-resources.dark .list .resource > div .button:hover {
    color: #0075C9;
    border: 1px solid #0075C9
}

.content .latest-resources.dark .list .resource > a:hover h3, .content .latest-resources.dark .list .resource > div:hover h3 {
    color: #99C8E9
}

.content .latest-resources.dark .list .resource > a:hover .button, .content .latest-resources.dark .list .resource > div:hover .button {
    color: #99C8E9
}

.content .block-videos-grid {
    padding-bottom: 90px;
    padding-top: 90px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-videos-grid {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.content .block-videos-grid.dark {
    background: #EAECF0
}

.content .block-videos-grid h2 {
    margin: 0
}

.content .block-videos-grid .videos {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -20px -40px -20px
}

.content .block-videos-grid .videos .item {
    padding: 0 20px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 40px
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-videos-grid .videos .item {
        width: 50%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-videos-grid .videos .item {
        width: 100%
    }
}

.content .block-videos-grid .videos .item > a, .content .block-videos-grid .videos .item > div {
    cursor: pointer;
    text-decoration: none;
    display: block;
    height: 0;
    box-sizing: border-box;
    padding-top: 66%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.content .block-videos-grid .videos .item > a:focus, .content .block-videos-grid .videos .item > div:focus {
    outline: 0
}

body.using-kb .content .block-videos-grid .videos .item > a:focus, body.using-kb .content .block-videos-grid .videos .item > div:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

.content .block-videos-grid .videos .item > a .img, .content .block-videos-grid .videos .item > div .img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform .2s;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.content .block-videos-grid .videos .item > a:hover .img, .content .block-videos-grid .videos .item > div:hover .img {
    transform: scale(1.1)
}

.content .block-videos-grid .videos .item > a span, .content .block-videos-grid .videos .item > div span {
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 30px 65px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 100px
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-videos-grid .videos .item > a span, .content .block-videos-grid .videos .item > div span {
        font-size: 18px
    }
}

.content .block-videos-grid .videos .item > a.video span:after, .content .block-videos-grid .videos .item > div.video span:after {
    font-family: 'icomoon' !important;
    speak: none;
    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;
    bottom: 25px;
    font-size: 40px;
    color: #E45525
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-videos-grid .videos .item > a.video span:after, .content .block-videos-grid .videos .item > div.video span:after {
        font-size: 35px
    }
}

.content .block-videos-grid.hide-titles .videos .item > a:after, .content .block-videos-grid.hide-titles .videos .item > div:after {
    font-family: 'icomoon' !important;
    speak: none;
    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;
    bottom: 25px;
    font-size: 40px;
    color: #E45525;
    z-index: 10
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-videos-grid.hide-titles .videos .item > a:after, .content .block-videos-grid.hide-titles .videos .item > div:after {
        font-size: 35px
    }
}

.content .block-videos-grid.hide-titles .videos .item > a span, .content .block-videos-grid.hide-titles .videos .item > div span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.content .block-videos-grid .expand-content {
    margin-top: 30px
}

.content .cta-block {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 0) and (max-width: 700px) {
    .content .cta-block {
        display: block;
        text-align: center
    }
}

.content .cta-block p {
    margin-right: 50px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em
}

@media (min-width: 0) and (max-width: 700px) {
    .content .cta-block p {
        margin-right: 0
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content .cta-block p {
        font-size: 20px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .cta-block > a {
        margin-bottom: 30px
    }
}

.content .taxonomy-links-block {
    border-top: 1px solid #9CA3A8;
    border-bottom: 1px solid #9CA3A8;
    background-color: #FFFFFF
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .wrapper {
        padding: 0
    }
}

.content .taxonomy-links-block .taxonomy-links {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .taxonomy-links {
        justify-content: space-between
    }
}

.content .taxonomy-links-block .taxonomy-links p {
    color: #4A4A4A;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase;
    margin-right: 30px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .taxonomy-links p {
        display: none
    }
}

.content .taxonomy-links-block .taxonomy-links button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    border-left: 1px solid #9CA3A8;
    border-right: 1px solid #9CA3A8;
    background-color: #FFFFFF;
    padding: 20px 60px 20px 38px;
    text-transform: uppercase;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em
}

.content .taxonomy-links-block .taxonomy-links button:focus {
    outline: 0
}

body.using-kb .content .taxonomy-links-block .taxonomy-links button:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .taxonomy-links button {
        padding: 20px 17px;
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

.content .taxonomy-links-block .taxonomy-links button:after {
    font-family: 'icomoon' !important;
    speak: none;
    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: 11px;
    color: #E45525;
    position: absolute;
    transform: rotate(90deg)
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .taxonomy-links button:after {
        position: relative
    }
}

.content .taxonomy-links-block .taxonomy-links ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    margin: 1px 0 0 0;
    padding: 0;
    white-space: nowrap;
    border: 1px solid #B5BABE;
    border-top: none;
    z-index: 5;
    display: none;
    min-width: 100%
}

@media (min-width: 0) and (max-width: 1560px) {
    .content .taxonomy-links-block .taxonomy-links ul {
        left: auto;
        right: 0
    }
}

.content .taxonomy-links-block .taxonomy-links ul li {
    position: relative
}

.content .taxonomy-links-block .taxonomy-links ul li a {
    padding: 20px;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    display: block;
    text-decoration: none
}

.content .taxonomy-links-block .taxonomy-links ul li:after {
    border-bottom: 1px solid #B5BABE;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    content: ''
}

.content .taxonomy-links-block .taxonomy-links ul li:last-child:after {
    display: none
}

.content .taxonomy-links-block .taxonomy-links ul li:hover a {
    color: #E45525
}

.content .taxonomy-links-block .taxonomy-links ul li.active:after {
    display: none
}

.content .taxonomy-links-block .taxonomy-links ul li.active a {
    background-color: #E45525;
    color: #fff
}

.content .taxonomy-links-block .taxonomy-links .dropdown {
    position: relative
}

.content .taxonomy-links-block .taxonomy-links .dropdown.open button {
    background-color: #EAECF0
}

.content .taxonomy-links-block .taxonomy-links .dropdown.open button:after {
    transform: rotate(-90deg);
    color: #4A4A4A
}

.content .taxonomy-links-block .taxonomy-links .right {
    display: flex
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .taxonomy-links .right {
        display: block;
        width: 100%
    }
}

.content .taxonomy-links-block .taxonomy-links .right .dropdown + .dropdown button {
    border-left: none
}

@media (min-width: 0) and (max-width: 700px) {
    .content .taxonomy-links-block .taxonomy-links .right .dropdown + .dropdown button {
        border-left: 1px solid #9CA3A8;
        border-top: 1px solid #9CA3A8
    }
}

.content .professionals-block .professionals-items {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

@media (min-width: 0) and (max-width: 510px) {
    .content .professionals-block .professionals-items {
        display: block
    }
}

.content .professionals-block .professionals-items .item {
    padding: 25px;
    width: 25%;
    box-sizing: border-box
}

@media (min-width: 0) and (max-width: 700px) {
    .content .professionals-block .professionals-items .item {
        width: 50%
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content .professionals-block .professionals-items .item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

.content .professionals-block .professionals-items .item > a, .content .professionals-block .professionals-items .item > div {
    cursor: pointer;
    text-decoration: none;
    padding-top: 133%;
    height: 0;
    position: relative;
    display: block
}

.content .professionals-block .professionals-items .item > a .img, .content .professionals-block .professionals-items .item > div .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.content .professionals-block .professionals-items .item > a span, .content .professionals-block .professionals-items .item > div span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px;
    background: rgba(227, 74, 47, 0.8);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;
    min-height: 75px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.content .block-callout {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.content .block-callout:hover .img div {
    transform: scale(1.1)
}

.content .block-callout:hover h2, .content .block-callout:hover p {
    color: #0075C9
}

.content .block-callout:hover .secondary-button:before {
    width: 100%
}

.content .block-callout:hover .secondary-button:after {
    right: -1.5em
}

.content .block-callout:focus {
    outline: 0
}

.content .block-callout .wrapper {
    min-height: 450px;
    display: flex;
    align-items: center
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callout .wrapper {
        min-height: 0
    }
}

.content .block-callout.align .wrapper {
    padding: 0
}

.content .block-callout .img {
    width: 55%;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
    max-height: 460px;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callout .img {
        width: auto;
        padding-top: 55%;
        height: 0;
        right: 0;
        position: relative;
        top: 0;
        transform: none
    }
}

.content .block-callout .img div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .5s
}

.content .block-callout h2 {
    margin-top: 0;
    position: relative;
    font-size: 30px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callout h2 {
        font-size: 24px
    }
}

.content .block-callout h2 .heading-img {
    width: 100%;
    height: 100px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block
}

.content .block-callout h2 img {
    max-width: 280px;
    height: auto;
    display: inline-block;
    width: 100%
}

.content .block-callout h2, .content .block-callout p {
    transition: color .3s
}

.content .block-callout .inner {
    width: 36%;
    left: 64%;
    position: relative
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callout .inner {
        width: auto;
        left: 0;
        padding: 20px 0 0 0
    }
}

.content .block-callout.right .inner {
    left: 0
}

.content .block-callout.right .img {
    left: auto;
    right: 0
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callout.right .img {
        left: 0;
        right: 0
    }
}

.content .block-blog {
    background: #EAECF0;
    padding: 87px 0
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-blog {
        padding: 40px 0
    }
}

.content .block-blog .list {
    overflow: hidden;
    margin: 0 -13px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.content .block-blog .list .type-post {
    padding: 13px;
    width: 33.33%;
    box-sizing: border-box
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog .list .type-post {
        width: 50%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-blog .list .type-post {
        width: 100%
    }
}

.content .block-blog .list .type-post a, .content .block-blog .list .type-post > div {
    position: relative;
    padding-bottom: 40px;
    text-decoration: none;
    background: #fff;
    display: block;
    height: 100%;
    box-sizing: border-box
}

.content .block-blog .list .type-post a .img, .content .block-blog .list .type-post > div .img {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 53%;
    width: 100%
}

.content .block-blog .list .type-post a h3, .content .block-blog .list .type-post > div h3 {
    color: #185A7D;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25em;
    margin: 0;
    padding: 27px 27px 0 27px;
    position: relative;
    z-index: 3;
    font-family: "Raleway", sans-serif
}

.content .block-blog .list .type-post a p.meta, .content .block-blog .list .type-post > div p.meta {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    margin: 10px 0 0 0;
    padding: 0 27px;
    position: relative;
    z-index: 3
}

.content .block-blog .list .type-post a p.meta span, .content .block-blog .list .type-post > div p.meta span {
    display: inline-block
}

.content .block-blog .list .type-post a p.meta span.category, .content .block-blog .list .type-post > div p.meta span.category {
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding-right: 14px;
    margin-right: 14px
}

.content .block-blog .list .type-post.dark a, .content .block-blog .list .type-post.dark > div, .content .block-blog .list .type-post.wide a, .content .block-blog .list .type-post.wide > div {
    min-height: 300px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background: #185A7D
}

.content .block-blog .list .type-post.dark .img, .content .block-blog .list .type-post.wide .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1
}

.content .block-blog .list .type-post.dark .img:after, .content .block-blog .list .type-post.wide .img:after {
    content: '';
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.content .block-blog .list .type-post.dark h3, .content .block-blog .list .type-post.dark p.meta, .content .block-blog .list .type-post.wide h3, .content .block-blog .list .type-post.wide p.meta {
    color: #fff
}

.content .block-blog .list .type-post.wide {
    width: 66.66%
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog .list .type-post.wide {
        width: 50%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-blog .list .type-post.wide {
        width: 100%
    }
}

.content .block-blog-slider {
    position: relative
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider {
        max-width: 600px;
        margin: 0 auto
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-blog-slider {
        margin: 0 -10px
    }
}

.content .block-blog-slider .visit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 27px;
    background: #0075C9;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    z-index: 5;
    transition: background-color .2s
}

.content .block-blog-slider .visit:hover {
    background-color: #00487d
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider .visit {
        top: auto;
        bottom: 0
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-blog-slider .visit {
        font-size: 18px;
        padding: 15px
    }
}

.content .block-blog-slider .visit:after {
    content: '>';
    color: #E45525;
    font-size: 26px;
    margin-left: 17px;
    display: inline-block
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-blog-slider .visit:after {
        margin-left: 10px
    }
}

.content .block-blog-slider .slides .slide {
    display: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #EAECF0;
    min-height: 450px;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider .slides .slide {
        padding: 25px;
        background: #1B3E57;
        padding-bottom: 140px
    }
}

.content .block-blog-slider .slides .slide:first-child {
    display: flex
}

.content .block-blog-slider .slides .slide .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 2;
    background-position: center;
    background-size: cover
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider .slides .slide .img {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 55%;
        z-index: 10
    }
}

.content .block-blog-slider .slides .slide:before {
    content: '';
    z-index: 3;
    background: #1B3E57;
    position: absolute;
    width: 100%;
    padding-top: 100%;
    right: 36%;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: top right
}

@media (min-width: 0) and (max-width: 1100px) {
    .content .block-blog-slider .slides .slide:before {
        right: 28%
    }
}

.content .block-blog-slider .slides .slide:after {
    content: '';
    z-index: 4;
    background: #234B69;
    position: absolute;
    width: 100%;
    padding-top: 33%;
    right: 43%;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: top right
}

@media (min-width: 0) and (max-width: 1100px) {
    .content .block-blog-slider .slides .slide:after {
        right: 35%;
        padding-top: 47%
    }
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider .slides .slide:after {
        right: 7%;
        padding-top: 68%;
        top: 70%;
        width: 200%
    }
}

.content .block-blog-slider .slides .slide .inner {
    padding: 20px 57px 50px 57px;
    color: #fff;
    width: 36%;
    position: relative;
    z-index: 5
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider .slides .slide .inner {
        padding: 0;
        width: auto;
        margin-top: 20px
    }
}

.content .block-blog-slider .slides .slide .inner p {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 0;
    transition: color .2s
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-blog-slider .slides .slide .inner p {
        font-size: 16px
    }
}

.content .block-blog-slider .slides .slide .inner p.pre {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 8px 0;
    transition: color .2s
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-blog-slider .slides .slide .inner p.pre {
        font-size: 14px
    }
}

.content .block-blog-slider .slides .slide .inner h2 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
    transition: color .2s
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-blog-slider .slides .slide .inner h2 {
        font-size: 32px
    }
}

.content .block-blog-slider .slides .slide:hover p, .content .block-blog-slider .slides .slide:hover h2, .content .block-blog-slider .slides .slide:hover p.pre {
    color: #0075C9
}

.content .block-blog-slider .slides.slick-slider .slide {
    display: flex
}

.content .block-blog-slider .slides .slick-track {
    display: flex
}

.content .block-blog-slider .slides .slick-track .slick-slide {
    height: auto
}

.content .block-blog-slider .slides .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 38px;
    left: 49px;
    z-index: 6
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-blog-slider .slides .slick-dots {
        left: 20px;
        bottom: 90px
    }
}

.content .block-blog-slider .slides .slick-dots li {
    margin: 0 8px
}

.content .block-blog-slider .slides .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5)
}

.content .block-blog-slider .slides .slick-dots li.slick-active button {
    background: #E45525
}

.content .wp-block-cover, .content .wp-block-cover-image {
    min-height: 0;
    padding: 44px 0
}

.content .wp-block-cover.has-dark-blue-background-color, .content .wp-block-cover.has-blue-background-color, .content .wp-block-cover.has-black-background-color {
    color: #fff
}

.content .wp-block-cover.has-dark-blue-background-color li, .content .wp-block-cover.has-blue-background-color li, .content .wp-block-cover.has-black-background-color li {
    color: #fff
}

.content .wp-block-cover.has-dark-blue-background-color .wp-block-usls-expand-content > .loadmore-wrap button, .content .wp-block-cover.has-blue-background-color .wp-block-usls-expand-content > .loadmore-wrap button, .content .wp-block-cover.has-black-background-color .wp-block-usls-expand-content > .loadmore-wrap button {
    color: #fff
}

.content .wp-block-cover.has-dark-blue-background-color .wp-block-usls-expand-content > .loadmore-wrap > span, .content .wp-block-cover.has-blue-background-color .wp-block-usls-expand-content > .loadmore-wrap > span, .content .wp-block-cover.has-black-background-color .wp-block-usls-expand-content > .loadmore-wrap > span {
    color: #fff
}

@media (min-width: 0) and (max-width: 700px) {
    .content .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

@media (min-width: 601px) {
    .content .wp-block-media-text .wp-block-media-text__content {
        margin-left: 90px;
        margin-right: 30px;
        padding: 50px 0
    }

    .content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        margin-left: 30px;
        margin-right: 90px
    }

    .content .wp-block-media-text.has-background .wp-block-media-text__content {
        margin-right: 20px;
        margin-left: 60px
    }

    .content .wp-block-media-text.has-background.has-media-on-the-right .wp-block-media-text__content {
        margin-left: 20px;
        margin-right: 60px
    }
}

@media (min-width: 1212px) {
    .content .wp-block-media-text.alignfull .wp-block-media-text__content, .content .wp-block-media-text.alignwide .wp-block-media-text__content {
        margin-right: calc(50vw - 589px);
        margin-left: 60px
    }

    .content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content, .content .wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__content {
        margin-left: calc(50vw - 589px);
        margin-right: 60px
    }
}

@media (min-width: 1600px) {
    .content .wp-block-media-text.alignfull .wp-block-media-text__content, .content .wp-block-media-text.alignwide .wp-block-media-text__content {
        margin-right: 125px
    }

    .content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content, .content .wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__content {
        margin-left: 125px
    }
}

@media (min-width: 782px) {
    .content .wp-block-column:not(:first-child) {
        margin-left: 34px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .wp-block-column, .content .wp-block-column:not(:first-child) {
        flex-basis: 100% !important;
        margin-left: 0
    }
}

.content .wp-block-buttons .wp-block-button {
    margin: 8px 8px 8px 0
}

.content .wp-block-image img {
    display: block
}

@media (min-width: 0) and (max-width: 700px) {
    .content .wp-block-spacer {
        max-height: 60px
    }
}

.content .wp-block-image figure {
    margin-bottom: 1em
}

@media (min-width: 0) and (max-width: 700px) {
    .content .wp-block-image figure {
        margin-left: 0;
        margin-right: 0
    }
}

.content .wp-block-usls-tabs > h2 {
    margin-top: 0
}

.content .wp-block-usls-tabs .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

@media (min-width: 0) and (max-width: 900px) {
    .content .wp-block-usls-tabs .wrap {
        display: block
    }
}

.content .wp-block-usls-tabs .tabs {
    width: 42%
}

@media (min-width: 0) and (max-width: 900px) {
    .content .wp-block-usls-tabs .tabs {
        width: auto;
        margin-bottom: 35px
    }
}

.content .wp-block-usls-tabs .tabs button {
    display: block;
    width: 100%;
    min-height: 90px;
    border: 1px solid #95C4E5;
    background-color: #FFFFFF;
    padding: 10px 30px;
    color: #185A7D;
    margin-bottom: 40px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    transition: background-color .3s, color .3s
}

.content .wp-block-usls-tabs .tabs button:focus {
    outline: 0
}

body.using-kb .content .wp-block-usls-tabs .tabs button:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

@media (min-width: 0) and (max-width: 900px) {
    .content .wp-block-usls-tabs .tabs button {
        min-height: 60px;
        font-size: 17px;
        margin-bottom: 12px
    }
}

.content .wp-block-usls-tabs .tabs button:last-child {
    margin-bottom: 0
}

.content .wp-block-usls-tabs .tabs button[aria-selected=true] {
    color: #fff;
    background-color: #2E5880
}

.content .wp-block-usls-tabs .inner {
    width: 51%
}

@media (min-width: 0) and (max-width: 900px) {
    .content .wp-block-usls-tabs .inner {
        width: auto
    }
}

.content .wp-block-usls-tabs .inner > .wp-block-usls-tab {
    display: none
}

.content .wp-block-usls-tabs .inner > .wp-block-usls-tab:first-child {
    display: block
}

.content .wp-block-usls-tabs .inner > .wp-block-usls-tab *:first-child {
    margin-top: 0
}

.content .block-downloads {
    padding-bottom: 80px;
    padding-top: 80px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-downloads {
        padding-top: 40px;
        padding-bottom: 30px
    }
}

.content .block-downloads.dark {
    background: #EAECF0
}

.content .block-downloads h2 {
    margin: 0
}

.content .block-downloads .downloads {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -20px 0 -20px
}

.content .block-downloads .downloads .item {
    padding: 0 20px;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 40px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-downloads .downloads .item {
        width: 100%;
        margin-bottom: 20px
    }
}

.content .block-downloads .downloads .item > a, .content .block-downloads .downloads .item > div {
    cursor: pointer;
    text-decoration: none;
    display: block;
    border: 1px solid #95C4E5;
    border-bottom: 1px solid #F24122;
    background: #fff;
    min-height: 100px;
    display: flex;
    box-sizing: border-box;
    padding: 10px 70px 10px 30px;
    align-items: center;
    position: relative;
    color: #1A6083;
    font-size: 20px;
    font-weight: bold
}

.content .block-downloads .downloads .item > a:focus, .content .block-downloads .downloads .item > div:focus {
    outline: 0
}

body.using-kb .content .block-downloads .downloads .item > a:focus, body.using-kb .content .block-downloads .downloads .item > div:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-downloads .downloads .item > a, .content .block-downloads .downloads .item > div {
        min-height: 60px
    }
}

.content .block-downloads .downloads .item > a:before, .content .block-downloads .downloads .item > div:before {
    font-family: 'icomoon' !important;
    speak: none;
    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: #C35F00;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px
}

.content .block-banner {
    background-size: cover;
    background-position: center
}

.content .block-banner .wrapper {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 0) and (max-width: 1050px) {
    .content .block-banner .wrapper {
        padding-top: 262px;
        padding-bottom: 22px
    }
}

.content .block-banner .inner {
    width: 45%;
    position: relative;
    z-index: 2
}

@media (min-width: 0) and (max-width: 1050px) {
    .content .block-banner .inner {
        width: auto
    }
}

.content .block-banner .inner > * {
    margin-top: 0
}

.content .block-banner .inner h2 {
    font-size: 30px
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-banner .inner h2 {
        font-size: 24px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-banner .inner h2 {
        font-size: 20px
    }
}

.content .block-banner .inner .wp-block-button a {
    font-size: 20px;
    padding: 17px 27px
}

.content .block-banner .bg {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width: 0) and (max-width: 1050px) {
    .content .block-banner .bg {
        width: 100%;
        height: 240px;
        background-position: center
    }
}

.content .block-banner.right .inner {
    margin-left: auto
}

.content .block-banner.right .bg {
    right: auto;
    left: 0
}

@media (min-width: 0) and (max-width: 1050px) {
    .content .block-banner.right {
        background-position: center
    }
}

.content .block-expanding-list .items-wrap {
    display: flex;
    margin: 0 -18px
}

.content .block-expanding-list .items-wrap .items {
    width: 100%;
    padding: 0 18px
}

.content .block-expanding-list .item {
    padding: 30px 0;
    border-top: solid 1px #8D8F90
}

.content .block-expanding-list .item:first-child {
    border-top: none
}

.content .block-expanding-list .item button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    padding-right: 36px;
    text-align: left
}

.content .block-expanding-list .item button h3 {
    margin: 0
}

.content .block-expanding-list .item button:before, .content .block-expanding-list .item button:after {
    content: "";
    position: absolute;
    background-color: #E45525;
    transition: transform 0.25s ease-out
}

.content .block-expanding-list .item button:before {
    top: 50%;
    right: 10px;
    width: 3px;
    height: 24px;
    margin-top: -12px
}

.content .block-expanding-list .item button:after {
    top: 50%;
    right: 0;
    width: 24px;
    height: 3px;
    margin-top: -1.5px
}

.content .block-expanding-list .item.open button:before {
    transform: rotate(90deg)
}

.content .block-expanding-list .item.open button:after {
    transform: rotate(180deg)
}

.content .block-expanding-list .item .inner {
    display: none
}

.content .block-expanding-list .item .inner .secondary-button, .content .block-expanding-list .item .inner a.secondary-button, .content .block-expanding-list .item .inner button.secondary-button {
    font-size: 19px
}

.content .block-callouts .callouts {
    display: flex;
    margin: 0 -18px;
    align-items: stretch
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-callouts .callouts {
        display: block;
        margin: 0
    }
}

.content .block-callouts .callouts .callout {
    width: 100%;
    margin: 0 12px;
    padding: 36px;
    box-sizing: border-box
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-callouts .callouts .callout {
        margin: 0 0 20px 0;
        padding: 30px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callouts .callouts .callout {
        padding: 20px
    }
}

.content .block-callouts .callouts .callout.with-cta {
    padding-bottom: 85px;
    position: relative
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-callouts .callouts .callout.with-cta {
        padding-bottom: 30px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-callouts .callouts .callout.with-cta {
        padding-bottom: 20px
    }
}

.content .block-callouts .callouts .callout.with-cta .tertiary-button {
    position: absolute;
    bottom: 40px;
    left: 40px
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-callouts .callouts .callout.with-cta .tertiary-button {
        position: static
    }
}

.content .block-callouts .callouts .callout.with-cta.centered .tertiary-button {
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 0) and (max-width: 900px) {
    .content .block-callouts .callouts .callout.with-cta.centered .tertiary-button {
        transform: none
    }
}

.content .block-callouts .callouts .callout > *:first-child {
    margin-top: 0
}

.content .block-callouts .callouts .callout[class*="-background-color"] * {
    color: #fff
}

.content .block-callouts .callouts .callout[class*="has-white-background-color"] *, .content .block-callouts .callouts .callout[class*="has-light-gray-background-color"] *, .content .block-callouts .callouts .callout[class*="has-yellow-background-color"] *, .content .block-callouts .callouts .callout[class*="has-orange-background-color"] *, .content .block-callouts .callouts .callout[class*="has-teal-background-color"] * {
    color: #4A4A4A
}

.content .block-callouts .callouts .callout[class*="has-white-background-color"] h3, .content .block-callouts .callouts .callout[class*="has-light-gray-background-color"] h3, .content .block-callouts .callouts .callout[class*="has-yellow-background-color"] h3, .content .block-callouts .callouts .callout[class*="has-orange-background-color"] h3, .content .block-callouts .callouts .callout[class*="has-teal-background-color"] h3 {
    color: #05607C;

}

.content .block-callouts .callouts .callout[class*="has-white-background-color"] a, .content .block-callouts .callouts .callout[class*="has-light-gray-background-color"] a, .content .block-callouts .callouts .callout[class*="has-yellow-background-color"] a, .content .block-callouts .callouts .callout[class*="has-orange-background-color"] a, .content .block-callouts .callouts .callout[class*="has-teal-background-color"] a {
    color: #05607C
}

.content .block-callouts .callouts .callout h3 {
    position: relative
}

.content .block-callouts .callouts .callout .img {
    max-width: 215px;
    margin-bottom: 40px
}

.content .block-callouts .callouts .callout .img img {
    width: 100%;
    height: auto;
    display: block
}

.content .block-callouts .callouts .callout.contact {
    padding-left: 90px;
    width: 100%;
    word-break: break-word;
}

.content .block-callouts .callouts .callout.contact h3:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: -60px;
    font-size: 34px
}

.content .block-callouts .callouts .callout.centered {
    text-align: center
}

.content .block-callouts .callouts .callout.centered h3 {
    text-align: center
}

.content .block-callouts .callouts .callout.centered .img {
    margin-left: auto;
    margin-right: auto
}

.content .block-reporter-corner-logins {
    background: #fff;
    padding: 70px 40px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media (min-width: 0) and (max-width: 700px) {
    .content .block-reporter-corner-logins {
        padding: 40px 26px;
        display: block;
        justify-content: center
    }
}

.content .block-reporter-corner-logins .img {
    max-width: 340px;
    width: 100%
}

.content .block-reporter-corner-logins .img img {
    width: 100%;
    height: auto;
    display: block
}

.content .block-reporter-corner-logins form {
    max-width: 550px;
    width: 100%;
    display: flex;
    align-items: stretch
}

@media (min-width: 0) and (max-width: 510px) {
    .content .block-reporter-corner-logins form {
        justify-content: center;
        flex-wrap: wrap
    }
}

.content .block-reporter-corner-logins form label {
    margin: 0
}

.content .block-reporter-corner-logins form select {
    height: 100%
}

.content .block-subscribe-form > p {
    max-width: 550px;
    padding: 6px;
    border: 1px solid #E45525
}

.content .block-subscribe-form form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 550px
}

.content .block-subscribe-form form > div {
    width: 100%
}

.content .block-subscribe-form form .hs-submit {
    width: auto
}

.content .block-subscribe-form form > div > div input {
    height: 50px
}

.content .block-subscribe-form form > div > label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.content .block-subscribe-form form .hs-recaptcha {
    visibility: hidden;
    position: absolute;
    bottom: 0
}

.content .block-subscribe-form form input[type="text"], .content .block-subscribe-form form input[type="email"] {
    border: 1px solid #9CA3A8;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #000;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block
}

.content .block-subscribe-form form input[type="text"]:focus, .content .block-subscribe-form form input[type="email"]:focus {
    outline: 0
}

body.using-kb .content .block-subscribe-form form input[type="text"]:focus, body.using-kb .content .block-subscribe-form form input[type="email"]:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

.content .block-subscribe-form form button[type="submit"], .content .block-subscribe-form form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 5px 28px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s;
    text-transform: uppercase
}

.content .block-subscribe-form form button[type="submit"]:hover, .content .block-subscribe-form form input[type="submit"]:hover {
    background-color: #a83a15
}

.content .block-subscribe-form form button[type="submit"]:focus, .content .block-subscribe-form form input[type="submit"]:focus {
    outline: 0
}

body.using-kb .content .block-subscribe-form form button[type="submit"]:focus, body.using-kb .content .block-subscribe-form form input[type="submit"]:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.content .block-subscribe-form form .hs-form-field {
    margin-bottom: 0
}

.content .block-subscribe-form form .hs-error-msgs {
    list-style: none;
    padding: 0;
    color: red
}

.content .block-subscribe-form.center form, .content .block-subscribe-form.center > p {
    margin: 0 auto
}

.primary-button, a.primary-button, button.primary-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s
}

@media (min-width: 0) and (max-width: 510px) {
    .primary-button, a.primary-button, button.primary-button {
        font-size: 19px
    }
}

.primary-button:hover, a.primary-button:hover, button.primary-button:hover {
    background-color: #c74519
}

.primary-button:focus, a.primary-button:focus, button.primary-button:focus {
    outline: 0
}

body.using-kb .primary-button:focus, body.using-kb a.primary-button:focus, body.using-kb button.primary-button:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.secondary-button, a.secondary-button, button.secondary-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    padding: 6px 0;
    color: #185A7D;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    margin-right: 26px;
    margin-bottom: 6px
}

@media (min-width: 0) and (max-width: 510px) {
    .secondary-button, a.secondary-button, button.secondary-button {
        font-size: 19px
    }
}

.secondary-button:focus, a.secondary-button:focus, button.secondary-button:focus {
    outline: 0
}

.secondary-button:before, a.secondary-button:before, button.secondary-button:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    border-bottom: 6px solid #99C8E9;
    transition: width .3s
}

.secondary-button:after, a.secondary-button:after, button.secondary-button:after {
    content: '>';
    color: #E45525;
    position: absolute;
    top: 5px;
    right: -1em;
    width: 2.5em;
    text-align: right;
    transition: right .3s
}

.secondary-button:hover:before, a.secondary-button:hover:before, button.secondary-button:hover:before {
    width: 100%
}

.secondary-button:hover:after, a.secondary-button:hover:after, button.secondary-button:hover:after {
    right: -1.5em
}

.tertiary-button, a.tertiary-button, button.tertiary-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background: none;
    border: 1px solid #185A7D;
    padding: 12px 20px;
    color: #185A7D;
    font-size: 16px;
    transition: color .2s, border .2s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block
}

@media (min-width: 0) and (max-width: 510px) {
    .tertiary-button, a.tertiary-button, button.tertiary-button {
        font-size: 15px
    }
}

.tertiary-button:hover, a.tertiary-button:hover, button.tertiary-button:hover {
    color: #0075C9;
    border: 1px solid #0075C9
}

.wrapper {
    max-width: 1178px;
    padding: 0 17px;
    margin: 0 auto
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.title-margin-remove {
    height: 140px
}

@media (min-width: 0) and (max-width: 700px) {
    .title-margin-remove {
        height: 20px
    }
}

.team-profile {
    background: #636d76;
    background: -moz-linear-gradient(left, #636d76 0%, #636d76 50%, #a2b8cc 51%, #a2b8cc 100%);
    background: -webkit-linear-gradient(left, #636d76 0%, #636d76 50%, #a2b8cc 51%, #a2b8cc 100%);
    background: linear-gradient(to right, #636d76 0%, #636d76 50%, #a2b8cc 51%, #a2b8cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636d76', endColorstr='#a2b8cc', GradientType=1)
}

.team-profile a {
    color: #0081c6;
    text-decoration: none
}

.team-profile a.black {
    color: #000 !important
}

.team-profile h1.page-title {
    font-size: 22px;
    color: #aa182c;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-family: "Raleway", sans-serif
}

.team-profile .wide-wrapper {
    position: relative;
    padding: 0
}

.team-profile .profile-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 4% 5%;
    box-sizing: border-box
}

@media (min-width: 0) and (max-width: 1370px) {
    .team-profile .profile-holder {
        position: relative
    }
}

.team-profile .profile-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    height: 0;
    padding-top: 66%
}

@media (min-width: 0) and (max-width: 1370px) {
    .team-profile .profile-image {
        position: absolute;
        padding-top: 0;
        height: 100%
    }
}

.team-profile .profile-image img {
    display: none
}

.team-profile .name-and-contact {
    position: relative;
    padding-bottom: 4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2
}

.team-profile .name-and-contact .name-position {
    width: 25%;
    max-width: 330px
}

.team-profile .name-and-contact .name-position h3 {
    font-family: "Raleway", sans-serif
}

.team-profile .name-and-contact .name-position h2.large {
    font-weight: 500;
    font-size: 50px;
    text-transform: none;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif
}

@media (min-width: 0) and (max-width: 1200px) {
    .team-profile .name-and-contact .name-position h2.large {
        font-size: 40px
    }
}

@media (min-width: 0) and (max-width: 1370px) {
    .team-profile .name-and-contact .name-position h2.large {
        font-size: 36px
    }
}

.team-profile .name-and-contact .name-position h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap
}

@media (min-width: 0) and (max-width: 1200px) {
    .team-profile .name-and-contact .name-position h3 {
        font-size: 20px
    }
}

.team-profile .name-and-contact .contact {
    width: 37%;
    max-width: 483px;
    font-size: 20px;
    font-weight: 500;
    border-left: 1px solid #000;
    padding-left: 25px;
    box-sizing: border-box
}

.team-profile .name-and-contact .contact p:last-child, .team-profile .name-and-contact .contact p:first-child {
    margin: 0
}

.team-profile .other-team-and-info {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.team-profile .other-team-and-info .info {
    order: 2;
    width: 37%;
    max-width: 483px
}

.team-profile .other-team-and-info .info p {
    font-size: 18px;
    line-height: 1.3em
}

.team-profile .other-team-and-info .info p:first-child {
    margin-top: 0
}

.team-profile .other-team-and-info .info p.highlight {
    font-size: 21px;
    font-weight: 600;
    color: #004a86
}

.team-profile .other-team-and-info .other-team {
    order: 1;
    width: 23%;
    max-width: 330px
}

.team-profile .other-team-and-info .other-team h3 {
    font-size: 19px;
    color: #004a86;
    margin: 0;
    font-family: "Raleway", sans-serif
}

.team-profile .other-team-and-info .other-team ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.team-profile .other-team-and-info .other-team ul li {
    margin-top: 12px
}

.team-profile .other-team-and-info .other-team ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.team-profile .other-team-and-info .other-team ul li a:hover {
    text-decoration: underline
}

.team-profile .other-team-and-info .other-team .dropdown {
    display: none
}

@media (min-width: 0) and (max-width: 1150px) {
    .team-profile {
        max-width: 580px;
        margin: 0 auto;
        background: none
    }

    .team-profile .profile-image {
        position: relative;
        height: auto;
        height: 330px
    }

    .team-profile .name-and-contact {
        padding-bottom: 0;
        display: block;
        outline: 0 none
    }

    .team-profile .name-and-contact .name-position {
        width: auto;
        max-width: 100%
    }

    .team-profile .name-and-contact .contact {
        width: auto;
        max-width: 100%;
        padding: 20px 0;
        border: none;
        font-size: 18px
    }

    .team-profile .name-and-contact .contact p {
        margin: .5em 0
    }

    .team-profile .other-team-and-info {
        display: block
    }

    .team-profile .other-team-and-info .info {
        width: auto;
        max-width: 100%
    }

    .team-profile .other-team-and-info .other-team {
        width: auto;
        max-width: 100%
    }

    .team-profile .other-team-and-info .other-team .dropdown {
        display: block
    }

    .team-profile .other-team-and-info .other-team .links {
        display: none
    }
}

.team-profile .other-team-and-info .other-team ul li a.active {
    text-decoration: underline
}

@media only screen and (min-width: 1150px) {
    .team-profile {
        margin-top: 60px;
        background: #636d76;
        background: -moz-linear-gradient(left, #636d76 0%, #636d76 50%, #a2b8cc 51%, #a2b8cc 100%);
        background: -webkit-linear-gradient(left, #636d76 0%, #636d76 50%, #a2b8cc 51%, #a2b8cc 100%);
        background: linear-gradient(to right, #636d76 0%, #636d76 50%, #a2b8cc 51%, #a2b8cc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636d76', endColorstr='#a2b8cc', GradientType=1)
    }

    .team-profile .profile-image {
        position: fixed !important;
        top: 207px;
        left: 51%;
        transform: translateX(-50%);
        padding-top: calc(100vh - 207px) !important;
        height: auto;
        background-position: center top !important;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: none
    }

    body.single-bio #site-header {
        position: fixed;
        width: 100%;
        z-index: 100
    }

    body.single-bio .footer-nav, body.single-bio #site-footer {
        position: relative;
        z-index: 100
    }

    body.single-bio #site-header .logo {
        background: white;
        position: relative
    }

    body.single-bio #site-header .logo img {
        position: static;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 1150px) {
    .team-profile .other-team-and-info .other-team .links {
        display: block;
        background: #e5e5e5;
        padding: 10px
    }
}

@media only screen and (max-width: 1370px) {
    .team-profile {
        padding-bottom: 0 !important
    }
}

#main.page-background, #main.bg-blue-pattern, #main.bg-gray-pattern, #main.bg-multicolor-pattern {
    background-image: url(../images/page-blue-bg.svg);
    background-size: cover;
    background-position: top center
}

#main.page-background .content-wrap, #main.bg-blue-pattern .content-wrap, #main.bg-gray-pattern .content-wrap, #main.bg-multicolor-pattern .content-wrap {
    margin-bottom: 0
}

#main.page-background .content-wrap > .wrapper, #main.bg-blue-pattern .content-wrap > .wrapper, #main.bg-gray-pattern .content-wrap > .wrapper, #main.bg-multicolor-pattern .content-wrap > .wrapper {
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 100px;
    padding: 40px 120px;
    max-width: 1000px
}

@media (min-width: 0) and (max-width: 1140px) {
    #main.page-background .content-wrap > .wrapper, #main.bg-blue-pattern .content-wrap > .wrapper, #main.bg-gray-pattern .content-wrap > .wrapper, #main.bg-multicolor-pattern .content-wrap > .wrapper {
        margin: 30px;
        padding: 30px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    #main.page-background .content-wrap > .wrapper, #main.bg-blue-pattern .content-wrap > .wrapper, #main.bg-gray-pattern .content-wrap > .wrapper, #main.bg-multicolor-pattern .content-wrap > .wrapper {
        padding: 15px 10px
    }
}

#main.page-background .alignfull, #main.bg-blue-pattern .alignfull, #main.bg-gray-pattern .alignfull, #main.bg-multicolor-pattern .alignfull {
    width: auto;
    margin-left: -120px;
    margin-right: -120px;
    padding-left: 120px;
    padding-right: 120px
}

@media (min-width: 0) and (max-width: 1140px) {
    #main.page-background .alignfull, #main.bg-blue-pattern .alignfull, #main.bg-gray-pattern .alignfull, #main.bg-multicolor-pattern .alignfull {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    #main.page-background .alignfull, #main.bg-blue-pattern .alignfull, #main.bg-gray-pattern .alignfull, #main.bg-multicolor-pattern .alignfull {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 1141px) and (max-width: 1359px) {
    #main.page-background .alignfull.latest-resources.slider, #main.bg-blue-pattern .alignfull.latest-resources.slider, #main.bg-gray-pattern .alignfull.latest-resources.slider, #main.bg-multicolor-pattern .alignfull.latest-resources.slider {
        padding-left: 40px;
        padding-right: 40px
    }
}

#main.bg-gray-pattern {
    background-image: url(../images/page-gray-bg.svg)
}

#main.bg-multicolor-pattern {
    background-image: url(../images/page-multicolor-bg.png)
}

#site-header {
    position: relative
}

a:focus {
    outline: 1px solid #0075c9
}

#nav-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: none
}

@media (min-width: 0) and (max-width: 700px) {
    #nav-cover {
        display: none !important
    }
}

#nav-cover span {
    top: 0;
    height: 100%;
    width: 50px;
    background: #f1f1f1;
    position: absolute;
    right: 0
}

#site-header .top-bar {
    background: #e5e5e5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10002;
    position: relative;
}

@media (min-width: 0) and (max-width: 1200px) {
    #site-header .top-bar {
        flex-direction: column;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #site-header .top-bar .header-message p{
        font-size: 14px !important;
    }
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar {
        flex-direction: column;
        background: none;
        display: block
    }
}

#site-header .top-bar .header-message {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

@media (min-width: 0) and (max-width: 1200px) {
    #site-header .top-bar .header-message {
        text-align: center;
        padding: 10px 20px
    }
}

#site-header .top-bar .header-message p, #site-header .top-bar .header-message li {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0
}

#site-header .top-bar .header-message a {
    border-bottom: 1px solid #185a7d;
    display: inline-block;
    text-decoration: none;
    color: inherit
}

#site-header .top-bar .right-group {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
    z-index: 100
}

#site-header .top-bar .right-group .mobile-logo {
    display: none
}

@media (min-width: 0) and (max-width: 1200px) {
    #site-header .top-bar .right-group {
        width: 100%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .right-group {
        background: #fff;
        padding-top: 80px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25)
    }

    #site-header .top-bar .right-group .mobile-logo {
        display: inline-block;
        position: absolute;
        left: 17px;
        height: 50px;
        top: 13px;
        width: auto
    }

    #site-header .top-bar .right-group .mobile-logo img {
        height: 100%;
        width: auto;
        position: relative
    }
}

#site-header .top-bar .nav-buttons {
    flex-shrink: 0;
    display: flex
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .nav-buttons {
        width: 100%;
        display: none
    }
}

#site-header .top-bar .nav-buttons .links > button, #site-header .top-bar .nav-buttons .links > a, #site-header .top-bar .nav-buttons .client-login button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 140px;
    padding: 4px 12px;
    box-sizing: border-box;
    height: 50px;
    font-weight: 700;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .nav-buttons .links > button, #site-header .top-bar .nav-buttons .links > a, #site-header .top-bar .nav-buttons .client-login button {
        height: 60px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    #site-header .top-bar .nav-buttons .links > button, #site-header .top-bar .nav-buttons .links > a, #site-header .top-bar .nav-buttons .client-login button {
        font-size: 13px;
        width: 82px;
        padding: 4px 9px
    }
}

#site-header .top-bar .nav-buttons .links > button span, #site-header .top-bar .nav-buttons .links > a span, #site-header .top-bar .nav-buttons .client-login button span {
    position: relative;
    z-index: 2
}

#site-header .top-bar .nav-buttons .links > button:focus, #site-header .top-bar .nav-buttons .links > a:focus, #site-header .top-bar .nav-buttons .client-login button:focus {
    outline: 0
}

body.using-kb #site-header .top-bar .nav-buttons .links > button:focus, body.using-kb #site-header .top-bar .nav-buttons .links > a:focus, body.using-kb #site-header .top-bar .nav-buttons .client-login button:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

#site-header .top-bar .nav-buttons .links > button:after, #site-header .top-bar .nav-buttons .links > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity .2s;
    z-index: 1
}

#site-header .top-bar .nav-buttons .links > button:hover:after, #site-header .top-bar .nav-buttons .links > a:hover:after {
    opacity: 1
}

#site-header .top-bar .nav-buttons .client-login {
    position: relative
}

#site-header .top-bar .nav-buttons .client-login button {
    background-color: #185a7d;
    transition: background-color .3s
}

#site-header .top-bar .nav-buttons .client-login button:hover {
    background-color: #0075c9
}

#site-header .top-bar .nav-buttons .client-login ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    display: none
}

#site-header .top-bar .nav-buttons .client-login ul li {
    border-bottom: 1px solid #3F6478
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .nav-buttons .client-login ul li {
        border-bottom: 1px solid #4A4A4A
    }
}

#site-header .top-bar .nav-buttons .client-login ul li a {
    background: #185A7D;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 10px;
    text-decoration: none
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .nav-buttons .client-login ul li a {
        background: #e5e5e5;
        color: #4A4A4A
    }
}

#site-header .top-bar .nav-buttons .client-login ul li:last-child {
    border-bottom: none
}

#site-header .top-bar .nav-buttons .search {
    color: #4A4A4A;
    width: 118px;
    background: #e5e5e5;
    padding: 4px 12px;
    box-sizing: border-box;
    height: 50px;
    float: left;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: auto
}

#site-header .top-bar .nav-buttons .search form {
    display: flex
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .nav-buttons .search {
        height: 60px;
        width: 100%
    }

    #site-header .top-bar .nav-buttons .search form {
        width: 100%;
        justify-content: flex-end
    }
}

#site-header .top-bar .nav-buttons .search label {
    max-width: 220px
}

#site-header .top-bar .nav-buttons .search input[type="text"] {
    background: none;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    border: 1px solid transparent;
    padding: 0 5px;
    height: 40px;
    width: 100%;
    box-sizing: border-box
}

#site-header .top-bar .nav-buttons .search input[type="text"]:focus {
    outline: 0
}

body.using-kb #site-header .top-bar .nav-buttons .search input[type="text"]:focus {
    outline: 1px solid #0075c9
}

#site-header .top-bar .nav-buttons .search input[type="text"]::-webkit-input-placeholder {
    color: #4A4A4A
}

#site-header .top-bar .nav-buttons .search input[type="text"]::-moz-placeholder {
    color: #4A4A4A
}

#site-header .top-bar .nav-buttons .search input[type="text"]:-ms-input-placeholder {
    color: #4A4A4A
}

#site-header .top-bar .nav-buttons .search input[type="text"]:-moz-placeholder {
    color: #4A4A4A
}

#site-header .top-bar .nav-buttons .search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    padding: 7px;
    margin: 0 -7px
}

#site-header .top-bar .nav-buttons .search button .icon-search {
    font-size: 16px;
    padding-left: 4px;
    top: -1px;
    color: #4A4A4A
}

#site-header .top-bar .nav-buttons .search button:focus {
    outline: 0
}

body.using-kb #site-header .top-bar .nav-buttons .search button:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

#site-header .top-bar .menu-button {
    flex-shrink: 0;
    font-size: 16px;
    width: 140px;
    padding: 4px 9px;
    color: #fff;
    background: #b12028;
    box-sizing: border-box;
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    transition: background-color .2s
}

#site-header .top-bar .menu-button:focus {
    outline: 0
}

body.using-kb #site-header .top-bar .menu-button:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

#site-header .top-bar .menu-button:hover {
    background-color: #e45525
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .top-bar .menu-button {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 15px;
        right: 15px
    }

    #site-header .top-bar .menu-button .hamburger-label {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important
    }
}

#site-header .top-bar .menu-button .hamburger-label {
    margin-right: 7px;
    display: inline-block;
    position: relative
}

#site-header .top-bar .menu-button span {
    vertical-align: middle
}

#site-header .top-bar .menu-button:focus {
    outline: 0
}

body.using-kb #site-header .top-bar .menu-button:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

#site-header .logo {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .logo {
        display: none
    }
}

#site-header .logo .wrapper {
    position: relative
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .logo .wrapper {
        margin: 0;
        display: inline-block
    }
}

#site-header .logo img {
    width: 268px;
    display: inline-block;
    height: auto;
    top: 30px;
    left: 17px;
    position: absolute
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header .logo img {
        height: 50px;
        width: auto;
        position: relative;
        top: 0;
        left: 0
    }
}

#site-header nav {
    background: #185A7D;
    position: absolute;
    width: 280px;
    top: 0;
    right: -280px;
    height: 100vh;
    z-index: 10001;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 24px;
    padding-top: 50px;
    display: none
}

@media (min-width: 0) and (max-width: 700px) {
    #site-header nav {
        width: 100%;
        right: 0 !important;
        top: 100%;
        padding-top: 0;
        display: none
    }
}

#site-header nav > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#site-header nav > ul > li > a {
    display: block;
    padding: 13px 0;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid #3F6478
}

#site-header nav > ul > li ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#site-header nav > ul > li ul li a {
    display: block;
    padding: 13px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    line-height: 1.2em;
    text-decoration: none;
    border-bottom: 1px solid #3F6478;
    opacity: .7
}

#site-header nav > ul > li:last-child a {
    border-bottom: none
}

#site-header.open .nav-buttons {
    display: flex
}

.title-hero {
    text-align: center;
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden
}

@media (min-width: 0) and (max-width: 900px) {
    .title-hero {
        padding-top: 150px;
        padding-bottom: 60px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .title-hero {
        padding-top: 35px
    }
}

.title-hero .bg {
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.title-hero .wrapper {
    position: relative;
    z-index: 2
}

.title-hero h1 {
    color: #185A7D;
    font-size: 62px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
    padding-top: 50px
}
@media (min-width: 701px) {
	.title-hero .bg.lazyloaded + .wrapper .inner h1 {
		max-width: 70%;
/* 		outline: 1px solid red; */
	}
}
@media (min-width: 0) and (max-width: 700px) {
    .title-hero h1 {
        font-size: 48px;
        padding-top: 20px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .title-hero h1 {
        font-size: 36px
    }
}

.title-hero h1 img {
    max-width: 600px;
    height: auto;
    display: inline-block;
    width: 100%
}

.title-hero h1 .heading-img {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.title-hero .breadcrumb {
    display: inline-block;
    padding-bottom: 20px;
    position: relative
}

.title-hero .breadcrumb:after {
    position: absolute;
    bottom: 0;
    border-bottom: 6px solid #C2D2EB;
    width: 100%;
    max-width: 120px;
    left: 50%;
    transform: translateX(-50%);
    content: ''
}

.title-hero .breadcrumb a, .title-hero .breadcrumb span {
    color: #185A7D;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none
}

@media (min-width: 0) and (max-width: 510px) {
    .title-hero .breadcrumb a, .title-hero .breadcrumb span {
        font-size: 16px
    }
}

.title-hero .breadcrumb span.breadcrumbs__separator {
    bottom: 2px;
    position: relative
}

.title-hero .bar {
    margin: 0 auto -10px auto;
    min-width: 80px;
    display: inline-block;
    border-bottom: 6px solid #C2D2EB
}

.title-hero .desc {
    color: #004062;
    font-size: 22px;
    line-height: 1.5em;
    padding-top: 30px;
    max-width: 960px;
    margin: 0 auto
}

@media (min-width: 0) and (max-width: 700px) {
    .title-hero .desc {
        font-size: 20px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .title-hero .desc {
        font-size: 18px
    }
}

.title-hero .desc p {
    font-size: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 6px
}

.title-hero .cta {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s;
    margin-top: 30px
}

@media (min-width: 0) and (max-width: 510px) {
    .title-hero .cta {
        font-size: 19px
    }
}

.title-hero .cta:hover {
    background-color: #c74519
}

.title-hero .cta:focus {
    outline: 0
}

body.using-kb .title-hero .cta:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.title-hero.left {
    text-align: left
}

.title-hero.left .inner {
    width: 100%;

}

.title-hero.left .inner h1 {
    font-family: 'Raleway' !important;
}

@media (min-width: 0) and (max-width: 700px) {
    .title-hero.left .inner {
        width: auto;
        text-align: center
    }
}

.title-hero.left.image-offset .bg {
    width: 54%;
    left: 53%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 120%;
    top: -10%
}
@media (min-width: 701px) {
	.title-hero.left.image-offset .bg { max-height: 560px; top: 0; }
}
@media (min-width: 0) and (max-width: 700px) {
    .title-hero.left.image-offset .bg {
        width: auto;
        left: 0;
        position: relative;
        padding-top: 60%;
        margin-top: -30px;
        background-position: center
    }
}

.title-hero.right {
    text-align: left
}

.title-hero.right .inner {
    width: 53%;
    margin-left: 47%
}

@media (min-width: 0) and (max-width: 700px) {
    .title-hero.right .inner {
        width: auto;
        margin-left: 0;
        text-align: center
    }
}

.title-hero.right.image-offset .bg {
    width: 54%;
    left: auto;
    right: 53%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    height: 120%;
    top: -10%
}

@media (min-width: 0) and (max-width: 700px) {
    .title-hero.right.image-offset .bg {
        width: auto;
        right: 0;
        left: 0;
        position: relative;
        padding-top: 60%;
        margin-top: -30px;
        background-position: center
    }
}

.single-post .title-hero h1, .single-press .title-hero h1, .single-portfolio .title-hero h1 {
    max-width: 900px;
    margin: 0 auto
}

.single-post .post-util, .single-press .post-util, .single-portfolio .post-util {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0
}

@media (min-width: 0) and (max-width: 510px) {
    .single-post .post-util, .single-press .post-util, .single-portfolio .post-util {
        display: block
    }
}

.single-post .categories, .single-press .categories, .single-portfolio .categories {
    max-width: 60%;
    margin: 0 -5px
}

@media (min-width: 0) and (max-width: 510px) {
    .single-post .categories, .single-press .categories, .single-portfolio .categories {
        text-align: center;
        max-width: 100%
    }
}

.single-post .categories span, .single-post .categories a, .single-press .categories span, .single-press .categories a, .single-portfolio .categories span, .single-portfolio .categories a {
    background: #DDEAFF;
    font-size: 12px;
    color: #155070;
    font-weight: 700;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    margin: 0 5px 15px 5px;
    text-decoration: none
}

.single-post .social-network ul, .single-press .social-network ul, .single-portfolio .social-network ul {
    display: flex;
    margin: 0 -7px 20px -7px;
    padding: 0;
    list-style: none
}

@media (min-width: 0) and (max-width: 510px) {
    .single-post .social-network ul, .single-press .social-network ul, .single-portfolio .social-network ul {
        justify-content: center
    }
}

.single-post .social-network ul li, .single-press .social-network ul li, .single-portfolio .social-network ul li {
    margin: 0 7px
}

.single-post .social-network ul li a, .single-press .social-network ul li a, .single-portfolio .social-network ul li a {
    text-decoration: none;
    width: 58px;
    height: 58px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #A7A7A7;
    border-radius: 50%;
    font-size: 25px;
    display: block
}

@media (min-width: 0) and (max-width: 700px) {
    .single-post .social-network ul li a, .single-press .social-network ul li a, .single-portfolio .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 39px;
        font-size: 23px
    }
}

.single-post .social-network ul li.twitter a, .single-press .social-network ul li.twitter a, .single-portfolio .social-network ul li.twitter a {
    border: 1px solid #01ACEE;
    color: #01ACEE
}

.single-post .social-network ul li.facebook a, .single-press .social-network ul li.facebook a, .single-portfolio .social-network ul li.facebook a {
    border: 1px solid #3C5A98;
    color: #3C5A98
}

.single-post .social-network ul li.linkedin a, .single-press .social-network ul li.linkedin a, .single-portfolio .social-network ul li.linkedin a {
    border: 1px solid #A7A7A7;
    color: #A7A7A7
}

.single-post .latest-resources.dark, .single-press .latest-resources.dark, .single-portfolio .latest-resources.dark {
    border-top: 1px solid #9CA3A8;
    margin-top: 80px;
    padding-bottom: 0
}

.single-post .bar, .single-press .bar, .single-portfolio .bar {
    color: #185A7D;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px
}

.single-post .post-util + img, .single-press .post-util + img, .single-portfolio .post-util + img {
    width: 100%;
    height: auto
}

.single-press .post-util {
    justify-content: center
}

.author-date {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block
}

.narrow-content {
    max-width: 900px;
    margin: 0 auto
}

.footer-cta {
    background-color: #185A7D;
    background-image: url(../images/bg1.png);
    background-position: center;
    background-size: cover;
    padding: 85px 0;
    text-align: center
}

@media (min-width: 0) and (max-width: 900px) {
    .footer-cta {
        padding: 60px 0
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .footer-cta {
        padding: 40px 0
    }
}

.footer-cta h2 {
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 40px 0
}

@media (min-width: 0) and (max-width: 900px) {
    .footer-cta h2 {
        font-size: 42px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .footer-cta h2 {
        font-size: 38px
    }
}

#site-footer {
    background: #EAECF0;
    padding: 70px 0 90px 0
}

#site-footer .mobile-footer {
    display: none
}

@media (min-width: 0) and (max-width: 700px) {
    #site-footer {
        padding: 40px 0 0 0
    }

    #site-footer .desktop-footer {
        display: none
    }

    #site-footer .mobile-footer {
        display: block
    }
}

#site-footer .contact {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

#site-footer .contact div {
    border-right: 1px solid #185A7D
}

#site-footer .contact div:last-child {
    border-right: none
}

#site-footer .contact div a {
    color: #185A7D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 0 36px;
    text-decoration: none;
    display: inline-block
}

#site-footer .contact div a:focus, #site-footer .contact div a:hover {
    text-decoration: underline;
    outline: 0
}

#site-footer .social {
    flex-shrink: 0
}

#site-footer .social a {
    display: inline-block;
    color: #185A7D;
    text-decoration: none;
    font-size: 22px;
    padding: 13px;
    line-height: 1em;
    width: 50px;
    margin-left: 19px;
    background: #D6D9DD;
    box-sizing: border-box;
    text-align: center;
    transition: color .2s
}

#site-footer .social a:focus {
    outline: 0
}

body.using-kb #site-footer .social a:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

@media (min-width: 0) and (max-width: 700px) {
    #site-footer .social a:first-child {
        margin-left: 0
    }
}

#site-footer .social a:hover {
    color: #0c2c3d
}

#site-footer .contact-social {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap
}

#site-footer .top-footer {
    margin-bottom: 40px
}

#site-footer .top-footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #185A7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

#site-footer .top-footer .footer-content p {
    margin: 1.3em 0
}

#site-footer .top-footer .footer-content > p {
    margin-top: 0
}

#site-footer .top-footer .footer-content .contact-social {
    display: block
}

#site-footer .top-footer .contact {
    margin-top: 20px;
    display: block
}

#site-footer .top-footer .contact div:first-child a {
    padding-left: 0
}

#site-footer .top-footer .contact div {
    border: none;
    margin-bottom: 24px
}

#site-footer .top-footer .contact div:last-child {
    margin-bottom: 0
}

#site-footer .top-footer .contact div a {
    padding: 6px 0
}

#site-footer .top-footer .social {
    margin-top: 20px
}

#site-footer .top-footer .social a:first-child {
    margin-left: 0
}

#site-footer nav {
    padding-bottom: 24px;
    border-bottom: 1px solid #185A7D;
    margin-bottom: 30px
}

#site-footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: 5%;
    columns: 2
}

@media (min-width: 0) and (max-width: 700px) {
    #site-footer nav > ul {
        column-gap: 20%
    }
}

#site-footer nav > ul > li {
    padding-bottom: 24px;
    break-inside: avoid
}

#site-footer nav > ul > li.menu-item-type-usls_column_break {
    break-after: column;
    padding: 0;
    height: 0;
    visibility: hidden
}

@media (min-width: 0) and (max-width: 900px) {
    #site-footer nav > ul > li.menu-item-type-usls_column_break {
        break-after: auto
    }
}

#site-footer nav > ul > li.button a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s
}

@media (min-width: 0) and (max-width: 510px) {
    #site-footer nav > ul > li.button a {
        font-size: 19px
    }
}

#site-footer nav > ul > li.button a:hover {
    background-color: #c74519
}

#site-footer nav > ul > li.button a:focus {
    outline: 0
}

body.using-kb #site-footer nav > ul > li.button a:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

#site-footer nav > ul > li:last-child {
    padding-bottom: 0
}

#site-footer nav > ul > li > a {
    color: #185A7D;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2em;
    text-decoration: none;
    display: inline-block;
    padding: 6px 0
}

#site-footer nav > ul > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    display: inline-block;
    width: 100%
}

#site-footer nav > ul > li ul li {
    padding-bottom: 24px
}

#site-footer nav > ul > li ul li:last-child {
    padding-bottom: 0
}

#site-footer nav > ul > li ul li a {
    color: #185A7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
    display: inline-block;
    padding: 6px 0
}

@media (min-width: 0) and (max-width: 900px) {
    #site-footer .desktop-footer nav > ul {
        columns: 3 !important
    }
}

#site-footer .subscribe {
    width: 100%;
    max-width: 550px;
    margin-right: 60px
}

@media (min-width: 0) and (max-width: 700px) {
    #site-footer .subscribe {
        margin-right: 0
    }
}

#site-footer .subscribe p.heading {
    color: #185A7D;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0
}

#site-footer .subscribe form {
    display: flex;
    margin-top: 10px;
    position: relative
}

#site-footer .subscribe form > div {
    width: 100%
}

#site-footer .subscribe form .hs-submit {
    width: auto
}

#site-footer .subscribe form > div > div input {
    height: 50px
}

#site-footer .subscribe form > div > label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

#site-footer .subscribe form .hs-recaptcha {
    visibility: hidden;
    position: absolute;
    bottom: 0
}

#site-footer .subscribe input[type="text"], #site-footer .subscribe input[type="email"] {
    border: 1px solid #9CA3A8;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #000;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block
}

#site-footer .subscribe input[type="text"]:focus, #site-footer .subscribe input[type="email"]:focus {
    outline: 0
}

body.using-kb #site-footer .subscribe input[type="text"]:focus, body.using-kb #site-footer .subscribe input[type="email"]:focus {
    outline: 1px groove #0075c9;
    outline-offset: -1px
}

#site-footer .subscribe button[type="submit"], #site-footer .subscribe input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #155070;
    padding: 5px 28px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s;
    text-transform: uppercase
}

#site-footer .subscribe button[type="submit"]:hover, #site-footer .subscribe input[type="submit"]:hover {
    background-color: #092230
}

#site-footer .subscribe button[type="submit"]:focus, #site-footer .subscribe input[type="submit"]:focus {
    outline: 0
}

body.using-kb #site-footer .subscribe button[type="submit"]:focus, body.using-kb #site-footer .subscribe input[type="submit"]:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

#site-footer .subscribe .hs-error-msgs {
    list-style: none;
    padding: 0;
    color: red
}

#site-footer .bottom-footer {
    color: #185A7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

#site-footer .bottom-footer p {
    margin: 1.3em 0;
    color: #185A7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em
}

#site-footer .bottom-footer > p {
    margin-top: 0
}

#site-footer p.copyright {
    color: #185A7D
}

#site-footer .mobile-footer nav {
    margin-top: 50px;
    width: auto;
    border-bottom: none;
    padding-bottom: 0
}

#site-footer .mobile-footer .social {
    margin-top: 40px
}

#site-footer .mobile-footer .contact {
    display: block;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #185A7D
}

#site-footer .mobile-footer .contact div {
    border-right: none
}

#site-footer .mobile-footer .contact a {
    padding: 10px 0;
    margin: 5px 0;
    display: inline-block
}

#site-footer .mobile-footer .bottom {
    background: #CFD2D7;
    padding: 40px 17px;
    margin: 0 -17px;
    margin-top: 25px;
    color: #185A7D;
    font-weight: 600
}

#site-footer .mobile-footer .bottom p {
    color: inherit
}

.resource-hero {
    background: #0075C9;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative
}

@media (min-width: 0) and (max-width: 700px) {
    .resource-hero {
        margin-bottom: 60px;
        margin-top: 0
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .resource-hero {
        margin-bottom: 40px
    }
}

.resource-hero .img {
    background-size: cover;
    background-position: center;
    width: 45%;
    width: calc(50% - 75px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 0) and (max-width: 700px) {
    .resource-hero .img {
        position: static;
        padding-top: 40%;
        width: 100%;
        height: 0;
        margin-bottom: 10px
    }
}

.resource-hero .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    min-height: 450px;
    position: relative
}

@media (min-width: 0) and (max-width: 700px) {
    .resource-hero .title {
        width: 100%;
        min-height: 280px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.resource-hero .title p.type {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 6px solid #99C9E9;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 0
}

@media (min-width: 0) and (max-width: 700px) {
    .resource-hero .title p.type {
        margin-bottom: 30px;
        padding-bottom: 12px
    }
}

.resource-hero .title h1 {
    color: #fff;
    font-size: 54px;
    margin-top: 0;
    line-height: 1.1em
}

@media (min-width: 0) and (max-width: 700px) {
    .resource-hero .title h1 {
        font-size: 42px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .resource-hero .title h1 {
        font-size: 36px
    }
}

.resource-hero.with-img .title {
    left: 50%
}

@media (min-width: 0) and (max-width: 700px) {
    .resource-hero.with-img .title {
        left: 0;
        min-height: 0
    }
}

.with-sidebar {
    margin-bottom: 100px
}

.with-sidebar:after {
    content: '';
    display: table;
    width: 100%;
    height: 0.1px;
    clear: both
}

.with-sidebar main {
    width: 55%;
    float: left
}

@media (min-width: 0) and (max-width: 900px) {
    .with-sidebar main {
        width: auto;
        float: none
    }
}

.with-sidebar main > * {
    margin-top: 0
}

.with-sidebar aside {
    width: 34%;
    padding-left: 30px;
    float: right;
    box-sizing: border-box;
    background-color: #EAECF0;
    padding: 34px;
    margin-top: -350px;
    position: relative
}

@media (min-width: 0) and (max-width: 900px) {
    .with-sidebar aside {
        padding: 25px 15px;
        width: auto;
        float: none;
        margin: 13px -17px
    }
}

.with-sidebar aside h2 {
    color: #05607C;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25em;
    margin-top: 0
}

@media (min-width: 0) and (max-width: 510px) {
    .with-sidebar aside h2 {
        font-size: 28px
    }
}

.with-sidebar aside form input[type="text"], .with-sidebar aside form input[type="email"], .with-sidebar aside form input[type="tel"], .with-sidebar aside form textarea, .with-sidebar aside form select {
    border: 1px solid #8D8F90;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #000;
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box
}

.with-sidebar aside form div.input {
    margin: 0 !important
}

.with-sidebar aside form button[type="submit"], .with-sidebar aside form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    background-color: #E45525;
    padding: 17px 33px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    transition: background-color .2s;
    display: block
}

@media (min-width: 0) and (max-width: 510px) {
    .with-sidebar aside form button[type="submit"], .with-sidebar aside form input[type="submit"] {
        font-size: 19px
    }
}

.with-sidebar aside form button[type="submit"]:hover, .with-sidebar aside form input[type="submit"]:hover {
    background-color: #c74519
}

.with-sidebar aside form button[type="submit"]:focus, .with-sidebar aside form input[type="submit"]:focus {
    outline: 0
}

body.using-kb .with-sidebar aside form button[type="submit"]:focus, body.using-kb .with-sidebar aside form input[type="submit"]:focus {
    outline: 2px groove #0075c9;
    outline-offset: -2px
}

.with-sidebar aside form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%234A4A4A" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 16px 29px;
    cursor: pointer
}

.with-sidebar aside form select::-ms-expand {
    display: none
}

.with-sidebar aside form select option {
    font-weight: normal
}

.with-sidebar aside form label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 7px
}

.with-sidebar aside form .hs-form-required {
    color: red
}

.with-sidebar aside form .hs-form-field {
    margin-bottom: 30px
}

.with-sidebar aside form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.with-sidebar aside form.hs-form fieldset {
    max-width: 100%
}

.with-sidebar aside form.hs-form fieldset.form-columns-1 .hs-input {
    width: 100%
}

.with-sidebar aside form .form-columns-2, .with-sidebar aside form .form-columns-3, .with-sidebar aside form .form-columns-4 {
    margin: 0 -10px;
    max-width: none !important
}

.with-sidebar aside form .form-columns-2 .field, .with-sidebar aside form .form-columns-3 .field, .with-sidebar aside form .form-columns-4 .field {
    padding: 0 10px;
    box-sizing: border-box
}

.with-sidebar aside form button[type="submit"], .with-sidebar aside form input[type="submit"] {
    width: 100%
}

.with-sidebar.with-img aside {
    margin-top: 0
}

.no-sidebar {
    margin-bottom: 100px
}

.no-sidebar main {
    max-width: 750px;
    margin: 0 auto
}

.no-sidebar main > * {
    margin-top: 0
}

.video-popup {
    position: relative;
    background: #fff;
    padding: 55px;
    max-width: 1100px;
    margin: 20px auto
}

@media (min-width: 0) and (max-width: 900px) {
    .video-popup {
        padding: 25px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .video-popup {
        padding: 15px
    }
}

.video-popup h2 {
    color: #143F63;
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 20px 0
}

@media (min-width: 0) and (max-width: 900px) {
    .video-popup h2 {
        font-size: 36px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .video-popup h2 {
        font-size: 32px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    .video-popup h2 {
        font-size: 28px
    }
}

.video-popup .mfp-iframe-scaler {
    position: relative
}

body.single-professional #main {
    position: relative;
    overflow: hidden
}

body.single-professional main {
    padding-top: 240px;
    margin-bottom: 100px
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional main {
        padding-top: 30px
    }
}

body.single-professional main h1.name {
    margin: 0;
    max-width: 800px;
    font-size: 62px;
    line-height: 1.2em
}

@media (min-width: 0) and (max-width: 1230px) {
    body.single-professional main h1.name {
        width: 50%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional main h1.name {
        width: auto;
        font-size: 40px
    }
}

@media (min-width: 0) and (max-width: 510px) {
    body.single-professional main h1.name {
        font-size: 36px
    }
}

body.single-professional main p.title, body.single-professional main p.division {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    max-width: 800px;
    margin: 10px 0 0 0
}

@media (min-width: 0) and (max-width: 1230px) {
    body.single-professional main p.title, body.single-professional main p.division {
        width: 50%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional main p.title, body.single-professional main p.division {
        width: auto;
        font-size: 15px
    }
}

body.single-professional main .content {
    margin-top: 50px;
    width: 50%
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional main .content {
        width: auto
    }
}

body.single-professional main .bottom-info {
    display: flex;
    align-items: stretch
}

@media (min-width: 0) and (max-width: 900px) {
    body.single-professional main .bottom-info {
        display: block
    }
}

body.single-professional main .bottom-info .edu {
    width: 50%
}

@media (min-width: 0) and (max-width: 900px) {
    body.single-professional main .bottom-info .edu {
        width: auto
    }
}

body.single-professional main .bottom-info .sep {
    width: 0;
    border-left: 1px solid #9CA3A8;
    margin: 0 60px;
    margin-top: 97px
}

@media (min-width: 0) and (max-width: 900px) {
    body.single-professional main .bottom-info .sep {
        display: none
    }
}

body.single-professional main .bottom-info .info {
    margin-top: 108px;
    width: 50%
}

@media (min-width: 0) and (max-width: 900px) {
    body.single-professional main .bottom-info .info {
        width: auto;
        margin-top: 30px
    }
}

body.single-professional main .bottom-info .info p {
    margin: 0
}

body.single-professional main .bottom-info .info p a {
    color: #000000;
    font-size: 18px;
    line-height: 1.8em;
    text-decoration: none;
    display: inline-block;
    word-break: break-all
}

@media (min-width: 0) and (max-width: 510px) {
    body.single-professional main .bottom-info .info p a {
        font-size: 16px
    }
}

body.single-professional main .bottom-info .info p a span {
    color: #05607C;
    margin-right: 11px;
    display: inline-block
}

body.single-professional main .bottom-info .info strong {
    display: inline-block;
    margin-bottom: 1em
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional .professional-hero-wrap {
        padding-top: 18%;
        padding-bottom: 16%;
        overflow: hidden;
        margin-bottom: -15px
    }
}

body.single-professional .professional-hero {
    border: 3px solid #185A7D;
    transform: rotate(45deg);
    background-color: #FFFFFF;
    position: absolute;
    width: 25%;
    top: 310px;
    left: 61%;
    max-width: 500px
}

@media (min-width: 0) and (max-width: 1230px) {
    body.single-professional .professional-hero {
        top: 200px;
        width: 32%;
        left: 63%
    }
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional .professional-hero {
        position: relative;
        left: 20%;
        top: 0;
        width: 59%;
        max-width: 100%;
        border: 1px solid #e45525
    }
}

body.single-professional .professional-hero:before {
    content: '';
    display: block;
    padding-top: 100%
}

body.single-professional .professional-hero .box-a {
    border: 3px solid #99C8E9;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 116%;
    left: 0;
    content: ''
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional .professional-hero .box-a {
        border: 1px solid #e45525
    }
}

body.single-professional .professional-hero .box-b {
    border: 3px solid #185a7d;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 116%;
    content: ''
}

@media (min-width: 0) and (max-width: 700px) {
    body.single-professional .professional-hero .box-b {
        border: 1px solid #185a7d
    }
}

body.single-professional .professional-hero .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

body.single-professional .professional-hero .img div {
    transform: rotate(-45deg);
    width: 142%;
    height: 142%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -21%;
    top: -21%
}

.modal-popup {
    position: relative;
    background: #fff;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px
}

.modal-popup h2.popup-title {
    text-align: center
}

.mfp-wrap {
    z-index: 100000
}

.mfp-title {
    font-size: 22px
}

.search-results-list .result {
    border-top: 1px solid #9CA3A8;
    padding: 25px 0 0 0
}

.search-results-list p {
    margin: 0;
    padding: 0 0 25px 0
}

.search-results-list .title {
    color: #185A7D;
    font-size: 36px;
    font-family: "Charter Bold", sans-serif;
    text-decoration: none;
    line-height: 1.2;
    margin: 0
}

.search-results-list span.type {
    color: #5C6770;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0
}

.content .search-form form {
    display: flex;
    width: 100%;
    margin: 0 0 25px 0
}

.content .search-form form select {
    margin: 0 0 0 auto;
    max-width: 150px;
    height: 50px;
    font-size: 15px;
    border-radius: 5px
}

.content .search-form form label {
    max-width: 450px;
    margin: 0 15px 15px 0
}

.content .search-form form input[type="search"] {
    width: 100%;
    padding: 0 15px;
    height: 50px;
    line-height: 50px
}

.content .search-form form input[type="submit"] {
    padding: 0 33px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 15px 15px 0
}

.content .search-form form input[type="reset"] {
    padding: 0 33px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background: #eaecf0;
    font-size: 15px;
    border: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #5C6770;
    margin: 0 15px 15px 0
}

.search-form + p {
    text-align: right;
    font-size: 14px
}

.navigation.pagination {
    text-align: center;
    margin-top: 60px
}

.navigation.pagination a {
    color: #185A7D;
    font-weight: 600;
    padding: 0 10px;
    text-decoration: none;
    border-left: 1px solid #185A7D;
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.navigation.pagination a.prev {
    border: 0
}

.navigation.pagination a:active, .navigation.pagination a:focus {
    outline: 0
}

.navigation.pagination .prev + a {
    border: 0
}

.navigation.pagination span.current {
    display: inline-block;
    margin: 0;
    color: #185A7D;
    font-weight: 600;
    padding: 6px 20px;
    line-height: 20px;
    border-left: 1px solid #185A7D;
    position: relative
}

.navigation.pagination span.current:first-child {
    border: 0
}

.navigation.pagination span.current:before {
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    font-size: 14px;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(153, 200, 233, 0.4)
}

@media only screen and (max-width: 768px) {
    .content .search-form form {
        flex-wrap: wrap
    }

    .content .search-form form label {
        max-width: 100%;
        margin-right: 0
    }

    .content .search-form form select {
        margin: 0 auto
    }

    .content .search-form form input[type="submit"], .content .search-form form input[type="reset"] {
        width: calc(50% - 7px);
        margin-right: 7px
    }

    .content .search-form form input[type="reset"] {
        width: calc(50% - 7px);
        margin-left: 7px;
        margin-right: 0
    }

    .content .search-form form input {
        -webkit-appearance: none;
        border-radius: 0
    }

    .search-form + p {
        text-align: center
    }
}

.post-img-wrap {
    max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.post-img-wrap img {
    display: block;
    width: 100%
}

#form-state-mobile {
    display: none
}

@media (min-width: 0) and (max-width: 900px) {
    #form-state-mobile {
        display: block
    }
}

.page-template-page-locations .location-form p {
    color: #484748;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.page-template-page-locations .location-form form {
    display: flex;
    align-items: stretch;
    max-width: 560px;
    margin: 0 auto
}

@media (min-width: 0) and (max-width: 900px) {
    .page-template-page-locations .location-form form {
        margin-bottom: 20px
    }
}

@media (min-width: 0) and (max-width: 700px) {
    .page-template-page-locations .location-form form {
        flex-wrap: wrap;
        justify-content: center
    }
}

.page-template-page-locations .location-form form label {
    margin: 0
}

.page-template-page-locations .location-form form label input {
    height: 100%
}

.page-template-page-locations #locations-list .state-detail-row {
    display: flex;
    margin: 0 -1.5%;
    align-items: stretch;
    flex-wrap: wrap
}

@media (min-width: 0) and (max-width: 700px) {
    .page-template-page-locations #locations-list .state-detail-row {
        margin: 0
    }
}

.page-template-page-locations #locations-list .state-detail-row .location-detail {
    background: #F3F3F3;
    padding: 30px;
    margin: 1.5%;
    width: 30.333%;
    box-sizing: border-box;
    word-break: break-word
}

@media (min-width: 0) and (max-width: 700px) {
    .page-template-page-locations #locations-list .state-detail-row .location-detail {
        width: 100%;
        margin: 10px 0
    }
}

.page-template-page-locations #locations-list .state-detail-row .location-detail h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #05607C;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    margin-top: 0
}

.page-template-page-locations #locations-list .state-detail-row .location-detail p {
    font-size: 16px;
    color: #484748
}

.page-template-page-locations #regions-list .region-detail .inner {
    display: flex;
    margin: 0 -1.5%;
    align-items: stretch;
    flex-wrap: wrap
}

@media (min-width: 0) and (max-width: 700px) {
    .page-template-page-locations #regions-list .region-detail .inner {
        margin: 0
    }
}

.page-template-page-locations #regions-list .region-detail .region {
    background: #F3F3F3;
    padding: 30px;
    margin: 1.5%;
    width: 47%;
    box-sizing: border-box;
    word-break: break-word
}

@media (min-width: 0) and (max-width: 700px) {
    .page-template-page-locations #regions-list .region-detail .region {
        width: 100%;
        margin: 10px 0
    }
}

.page-template-page-locations #regions-list .region-detail .region h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #05607C;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    margin-top: 0
}

.page-template-page-locations #regions-list .region-detail .region p {
    font-size: 16px;
    color: #484748
}

.page-template-page-locations #contact-form-container form {
    margin: 0 10px
}

/*# sourceMappingURL=main.css.map */
.content .block-callouts .callouts .callout p {
    margin-left: -60px !important;
    width: 130% !important;
}
@media (max-width: 424px) and (min-width: 0) {
    .content .block-callouts .callouts .callout p {
        margin-left: -60px !important;
    }
}

@media (max-width: 360px) and (min-width: 0) {
    .content .block-callouts .callouts .callout p {
        margin-left: -90px !important;
    }
}

@media (max-width: 700px) and (min-width: 0) {
    #site-header .top-bar .nav-buttons .search {
        height: 60px;
        width: calc(100% - 140px * 3);
    }
}

@media (max-width: 510px) and (min-width: 0) {
    #site-header .top-bar .nav-buttons .links > button, #site-header .top-bar .nav-buttons .links > a, #site-header .top-bar .nav-buttons .client-login button {

        width: calc(100% / 3);
        padding: 0;
    }

    #site-header.open .nav-buttons {
        display: block;
    }

    #site-header .top-bar .nav-buttons .search {
        width: 100%;
    }

    #site-header .top-bar .nav-buttons .client-login ul {
        right: 0;
        top: 120px;
        min-width: 0;
        width: calc(100% / 3);
        left: auto;
    }
}


.deposition_hover:hover {
    background: #e7343e !important;
}


#site-header .top-bar {
    background: #e5e5e5 !important;
}

.remotedepo-support a {
    padding: 0px !important;
}

@media (min-width: 700px) {
    .sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }


    .sticky + #main {
        padding-top: 202px;
    }
}

@media (max-width: 700px) {
    .sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .sticky + #main {
        padding-top: 202px;
    }

    #site-header nav {
        top: 201px !important;
        padding-top: 80px !important;
        height: 100% !important;
    }

    #navigation {
        padding-bottom: 211px !important;
    }

    #top-bar-sticky {
        z-index: 15000 !important;
    }
}

/*contact-us*/
.content-contact-us {
    margin-left: 0 !important;
    padding-top: 3% !important;
}

.content-contact-us p {
    margin: 0;
    font-size: 15px;

}

.content-contact-us strong {

    font-size: 13px;

}

.row-contact-us {
    margin-bottom: 0px;
}

.page-template-page-contactus .title-hero {
    padding-bottom: 0;
}

@media (max-width: 700px) {
    .row-contact-us {
        text-align: center;
        margin-bottom: 2em !important;
    }

    .icon-contact-us img {
        margin: 0 auto;

    }

    .row-contact-us .wp-block-image .aligncenter {
        display: block;
    }

    .row-contact-us .wp-block-image {
        margin-bottom: -2em !important;
    }
}


.content .block-blog-slider .slides .slide:hover p, .content .block-blog-slider .slides .slide:hover p.pre, .content .block-blog-slider .slides .slide:hover h2{
    color: #99C8E9;
}

@media (min-width: 901px) {
    .courtcallout {
        text-align: center;
    }

    .courtcallout .callout.contact h3:before {
        margin-left: 38%;
    }
}

@media (min-width: 1100px) {

    .courtcallout .callout.contact h3:before {
        margin-left: 39%;
    }
}

.content .jump-nav.fix .inner {
    margin-top: 50px;
}

@media (max-width: 1050px) {
    .engage-block .wp-block-buttons {
        width: 30%;
        margin: 0 auto;
    }

}

@media (max-width: 450px) {
    .engage-block .wp-block-buttons {
        width: 100%;

    }
}

@media (min-width: 1051px) {
    .engage-block .bg {
        height: 68% !important;
        top: 60px !important;
        width: 60% !important;
    }

    .engage-button {
        width: 30% !important;
        margin: 12px 12px 11px 200px !important;
    }

    .engage-button a {
        padding: 10px 27px !important;
    }

    .engage-block .inner {
        margin-left: 14% !important;
    }
}

@media (max-width: 700px) {
    .schedule-columns .wp-block-column {
        margin-bottom: 20px;
    }
}
.schedule-columns {
    max-width: 1050px;
    margin: 0 auto;
}

.schedule-columns .wp-block-media-text {
    /*padding: 0.5em 2em;
	min-height: 2.7em;*/
    padding: 0.5em 1em;
    min-height: 2.7em;
}
.schedule-columns .wp-block-media-text .wp-block-media-text__media img {
    max-height: 40px;
    width: auto;
    float: right;
}
.schedule-columns .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin: 0 !important;
}
.schedule-columns .wp-block-media-text .wp-block-media-text__content > p {
    margin: 0;
    line-height: 1.25em;
}
.schedule-columns .wp-block-column > p {
    /*margin: 0;
    padding: 0.75em 2em;*/
    margin: 0;
    padding: 0.5em 1em;
    font-size: 16px;
    min-height: 4.25em;
}
.schedule-columns .wp-block-column > .wp-block-buttons {
    /*margin: 0;
    padding: 0 2em 0.75em;*/
    margin: 0;
    padding: 0 1em 0.5em;
}
.schedule-columns .wp-block-column > .wp-block-buttons .wp-block-button__link {
    /*padding: 13px 22px;
    font-size: 17px;*/
    padding: 0.6em 1em;
    font-size: 16px;
    min-width: 6em;
}
/*end contact-us*/

.report-corner-callouts{
    margin-left: calc(50% - 40vw);
    margin-right: calc(50% - 40vw);
    max-width: 80vw;
    width: 80vw;
}

.page-id-9602 .content li {
    color: white;
}


.header-blog-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 140px;
    padding: 16px 12px;
    box-sizing: border-box;
    height: 50px;
    font-weight: 700;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: table;
    position: relative;
    background-color: #0075c9;
    transition: background-color .2s;
}

.header-blog-btn:hover{
    background-color: #185a7d;
}