/**
* xs: 0,
* sm: 576px,
* md: 768px,
* lg: 992px,
* xl: 1200px
*/

@media all and (min-width:769px) {
	.desktop-only, .desktop { display: inline-block !important; }
	div.desktop-only, .desktop-block { display: block !important; }
	.mobile-only { display: none !important; }
}
@media all and (max-width:768px) {
	.mobile-only { display: inline-block !important; }
	div.mobile-only { display: block !important; }
	.desktop-only, .desktop, .desktop-block { display: none !important; }
}

pre.debug {
    background: #000;
    color: #ff0;
    font-family: monospace;
    font-size: 16px;
    padding: 1em;
    text-align: left;
}

p b,
li b,
p strong,
li strong {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.parallax__content p strong {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

#site-nav span.hs-cta-wrapper img.hs-cta-img {
    position: absolute;
    left: -9999em;
}

/* Give the btn class to the HubSpot cta_button */
#site-nav span.hs-cta-wrapper a.cta_button {
    background: #002d72;
    border-radius: 4px;
    border: 1px solid #002d72;
    color: #fff;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: .05rem;
    padding: .9rem 1.2rem;
    text-transform: uppercase;
}

#hs-cta-menu-item {
    display: none;
}

.hs-cta-menu-item {
    padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
    #hs-cta-menu-item {
        display: block;
    }

    .hs-cta-menu-item {
        display: none;
    }
}


@media (min-width: 640px) {
    body.home .section__slideshow h1.display-4,
    .section__parallax h1 {
        font-size: 6.5vw;
    }

    body.home .section__slideshow .lead,
    .section__parallax .lead {
        font-size: 3vw;
    }

    .section__slideshow .btn-lg,
    .section__parallax .btn-lg {
        font-size: inherit;
    }
}

@media (min-width: 1080px) {
    .section__slideshow .btn-lg,
    .section__parallax .btn-lg {
        font-size: 2rem;
    }
}

@media (min-width: 1280px) {
    body.home .section__slideshow h1.display-4,
    .section__parallax h1 {
        font-size: 84px;
    }

    body.home .section__slideshow .lead,
    .section__parallax .lead {
        font-size: 36px;
    }
}

.btn.btn-responsive {
    display: block;
    font-size: 1rem;
    margin: 0 0 1em;
    padding: 0.5em 1em;
}

@media (min-width: 414px) {
    .btn.btn-responsive {
        display: inline-block;
    }
}

@media (min-width: 414px) {
    .btn.btn-responsive {
        display: inline-block;
    }
}

@media (min-width: 640px) {
    .section-panels .overlay-text h3 {
        font-size: 6vw;
    }

    .section-panels .overlay-text > div {
        font-size: 2.5vw;
    }
}

@media (min-width: 992px) {
    .section-panels .overlay-text h3 {
        font-size: 4vw;
    }

    .section-panels .overlay-text > div {
        font-size: 2vw;
    }
}

@media (min-width: 1280px) {
    .section-panels .overlay-text h3 {
        font-size: 52px;
    }

    .section-panels .overlay-text > div {
        font-size: 26px;
    }
}

.parallax__content.lead,
.jumbotron .lead {
    max-width: 1140px !important;
    margin: 0 auto;
    text-align: center;
}

.section-panels ul {
    margin: 0;
    padding: 0;
}

.section-panels ul li {
    list-style: none;
}

.section-call_to_action .cta__form {
    background: transparent !important;
}

.section__custom_content.boxed-button .grid__content.w-100  {
    background: rgba(0, 0, 0, 0.3);
    border: 13px solid rgba(66, 0, 66, 0.1);
    border-top: 0;
    margin: 0 auto;
    padding: 2.5rem !important;
    width: auto !important;
}

.section__custom_content.boxed-button h3 {
    padding-bottom: 1.5em;
    text-transform: uppercase;
}

.section__custom_content.container-row-reverse > .container > .row {
    flex-direction: row-reverse;
}
@media all and (max-width:768px) {
	.section__custom_content .row .col-lg-4 {
		padding: 1em;
	}
}

.text-red {
    color: #dc3545;
}

.border-red {
    border: 1px solid #dc3545;
}

#products-intro .grid__content .overlay {
    opacity: 0.8;
    -webkit-filter: opacity(80%);
    filter: opacity(80%);
}

#products-intro .grid__item {
    display: flex;
    flex: 1 1 0px;
    justify-content: center;
    align-items: center;
}

#products-intro .grid__content {
    height: 100%;
}

#products-intro .overlay-text {
    color: #fff;
    height: 100%;
    left: auto;
    padding: 3rem 7.5% !important;
    position: relative;
    text-align: left;
    top: auto;
    transform: none;
    width: auto;
}

#products-intro .overlay-text .button-container {
    text-align: center !important;
}

@media (min-width: 990px) {
    #products-intro .overlay-text {
        padding: 3rem 12.5% 7rem !important;
    }

    #products-intro .overlay-text .button-container {
        bottom: 2rem;
        left: 0;
        position: absolute;
        right: 0;
    }
}

#products-intro img {
    display: none;
}

.btn.btn-extra.btn-danger:hover,
.btn.btn-extra.btn-danger:focus {
    background: transparent;
    border: 1px solid #dc3545;
    color: #002d72 !important;
}

.btn.btn-extra.btn-danger:active {
    border: 1px solid #002d72;
    color: #dc3545 !important;
}

.btn.btn-extra:hover,
.btn.btn-extra:focus {
    background: #dc3545;
}

.btn.btn-extra:active {
    background: #fff;
    border-color: #fff;
    color: #dc3545 !important;
}


.btn.btn-extra,
.btn.btn-extra.btn-transaprent {
    font-family: "DINOT-Bold";
    letter-spacing: 4px;
    padding: 1em 10vw;
}

.btn.btn-extra.btn-transaprent:hover,
.btn.btn-extra.btn-transaprent:focus {
    background: #dc3545;
}

.btn.btn-extra.btn-transaprent:active {
    background: #fff;
    border-color: #fff;
    color: #dc3545 !important;
}

.heading-light {
    font-family: Dinot, sans-serif;
    font-weight: 400 !important;
}

.wysiwyg-inner {
    background: #f9f9f9;
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

ul.image-as-bullet {
    list-style: none;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
}

@media (min-width: 960px) {
    ul.image-as-bullet {

    }
}

ul.image-as-bullet li {
    display: flex;
    margin: 0;
    padding: 0 0 2rem;
}

ul.image-as-bullet li span {
    flex-basis: 25%;
    flex-grow: 1;
    text-align: right;
    width: 25%;
}

ul.image-as-bullet li img {
    display: inline-block;
    height: auto;
    /*width: 100%;*/
}

ul.image-as-bullet li strong {
    color: #002d72;
    flex-basis: 75%;
    flex-grow: 1;
    font-size: 1.75rem;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: auto;
}

ul.fa-checkmark {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.375em;
}

ul.fa-checkmark li {
    line-height: 1.375;
    text-indent: -1.375em;
    padding: 0 0 0.75em;
}

ul.fa-checkmark li::before {
    background-size: contain;
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hlY2sgZmEtdy0xNiIgYXJpYS1oaWRkZW49InRydWUiIGRhdGEtZmEtcHJvY2Vzc2VkPSIiIGRhdGEtcHJlZml4PSJmYXMiIGRhdGEtaWNvbj0iY2hlY2siIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzAwMmQ3MiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==);
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    transform: translateY(2px);
    margin-right: 0.5em;
}

ul.fa-checkmark.checkmark-white li::before {
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hlY2sgZmEtdy0xNiIgYXJpYS1oaWRkZW49InRydWUiIGRhdGEtZmEtcHJvY2Vzc2VkPSIiIGRhdGEtcHJlZml4PSJmYXMiIGRhdGEtaWNvbj0iY2hlY2siIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==);
}

ul.fa-checkmark.checkmark-red li::before {
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hlY2sgZmEtdy0xNiIgYXJpYS1oaWRkZW49InRydWUiIGRhdGEtZmEtcHJvY2Vzc2VkPSIiIGRhdGEtcHJlZml4PSJmYXMiIGRhdGEtaWNvbj0iY2hlY2siIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2RjMzU0NSIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==);
}

#claims-visual-1 {
    padding: 0 !important;
}

#claims-visual-1 .waves {
    background: #fff url(/wp-content/themes/StrapPress-master/images/waves.jpg) 50% 50% no-repeat;
    background-size: cover;

}

#claims-visual-1 .header {
    padding: 4em 0 2em;
    position: relative;
}


#claims-visual-1 .header h2 {
    color: #dc3545;
    font-family: "DINOT-CondBold", sans-serif;
    padding: 1em 0 0;
    text-transform: uppercase;
}

#claims-visual-1 .header p {
    color: #002d72;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    padding: 1em 0;
}

#claims-visual-1 ul.lifecycle {
    list-style: none;
    margin: 0 0 0 24px;
    padding: 0;
    text-align: left;
}

#claims-visual-1 ul.lifecycle li {
    color: #002d72;
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    margin: 1px 0 0 -22px;
    padding: 6px 0 6px 12px;
    text-indent: 1em;
}

#claims-visual-1 ul.lifecycle li br {
    display: none;
}

#claims-visual-1 ul.lifecycle li:hover {
    color: #dc3545;
}

#claims-visual-1 ul.lifecycle li:hover::before {
    background: #dc3545;
}

#claims-visual-1 ul.lifecycle li::before {
    background: #002d72;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    transform: translate3d(-16px, 6px, 0);
}

@media (min-width: 640px) {
    #claims-visual-1 {
        margin-bottom: 12.5vw;
    }

    #claims-visual-1 ul.lifecycle {
        border: none;
        display: flex;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 100%;
        transform: translate3d(0, -12px, 0);
    }

    #claims-visual-1 ul.lifecycle li {
        flex: 1 1 0px;
        font-size: 0.8125rem;
        line-height: 1;
        margin: 0;
        padding: 0;
        text-indent: 0;
        word-break: keep-all;
    }

    #claims-visual-1 ul.lifecycle li br {
        display: inline;
    }

    #claims-visual-1 ul.lifecycle > li > span {
        display: block;
        padding-top: 1.5em;
    }

    #claims-visual-1 ul.lifecycle li::before {
        background: #002d72;
        border-radius: 50%;
        content: '';
        display: block;
        height: 24px;
        margin: 0 auto;
        width: 24px;
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {
    #claims-visual-1 ul.lifecycle li {
        font-size: 0.875rem;
    }
}

@media (min-width: 990px) {
    #claims-visual-1 ul.lifecycle li {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1280px) {
    #claims-visual-1 .container {
        width: 1140px !important;
    }
}

@media (min-width: 1536px) {
    #claims-visual-1 {
        margin-bottom: 192px;
    }
}

#claims-visual-2 h2 {
    color: #dc3545;
    font-family: "DINOT-CondBold", sans-serif;
    text-transform: uppercase;
}

#claims-visual-2 .overlay-text {
    top: -0.625em;
    transform: none;
}

#claims-visual-2 .overlay-text .text-white {
    color: #dc3545 !important;
    text-transform: uppercase;
}

@media (min-width: 990px) {
    #claims-visual-2 .grid__item {
        position: relative;
    }

    #claims-visual-2 .overlay-text {
        top: -1.5em;
    }

    #claims-visual-2 .grid__item::after {
        position: absolute;
        content: '';
        background: #e7e7e7;
        background: -moz-linear-gradient(left, #e7e7e7 0%, #fff 100%);
        background: -webkit-linear-gradient(left, #e7e7e7 0%, #fff 100%);
        background: linear-gradient(to right, #e7e7e7 0%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=1);
        width: 24px;
        right: -24px;
        top: -2.5em;
        bottom: 0;
    }

    #claims-visual-2 .row > div:last-child .grid__item::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-lg-6.order-text {
        flex-grow: 1;
        height: auto;
    }
}

#claims-activity-data-product h1 span {
    font-size: 2rem;
}

#claims-activity-data-product h1 strong {
    display: block;
    text-transform: uppercase;
    color: #dc3545;
}

#claims-activity-data-product h1 strong em {
    color: #fff;
    font-style: normal;
}

#claims-data-enrichment .py-6 {
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    #claims-data-enrichment .col-md-7 {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

#claims-data-enrichment .grid__content {
    padding: 0 2rem 2rem !important;
}

body.careers .site-content h1,
body.careers .site-content h2,
body.careers .site-content h3,
body.careers .site-content h4,
body.careers .site-content h5,
body.careers .site-content h6,
body.careers .site-content .grid__content h3 {
    font-family: 'DINOT-Bold';
    text-transform: uppercase;
}

body.careers .section__parallax {
    height: 60vh;
}

body.careers .section__parallax h1.text-capitalize {
    text-transform: uppercase !important;
}

body.careers .section__parallax .overlay {
    background: #12213c;
    opacity: 0.5;
}

body.careers .section__parallax .lead {
    color: #a3b1bf !important;
    font-family: 'DINOT-Bold';
    text-transform: uppercase;
}

@media (min-width: 1280px) {
    body.careers .section__parallax .lead {
        font-size: 1.5rem;
    }
}

.section__photo_gallery {
    padding: 0 0 2em;
    text-align: center;
}

.gallery {
    margin: 0 auto;
    max-width: 1177px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

html.no-flexbox .gallery,
html.no-flexbox .gallery * {
    display: none !important;
}

.gallery ul.slides {
    display: block;
    list-style: none;
    margin: 0 auto;
    max-width: 730px;
    overflow: hidden;
    padding: 0 0 61.8035512%;
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .gallery ul.slides {
        height: 451px;
        max-width: auto;
        padding: 0;
        width: 730px;
        margin: 0 auto !important;
    }
}

.gallery ul.slides li {
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery ul.slides li.active {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.gallery ul.slides li img,
.gallery ul.slides li iframe {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.gallery ul.slides li iframe {
    height: 100%;
}

.gallery div.captions {
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px rgba(220,220,220,0.2);
    margin: 0 auto;
    max-width: 730px;
    position: relative;
    height: 120px;
    overflow-y: auto;
    width: 100%;
}

.gallery div.captions p {
    color: #a3b1bf;
    display: none;
    margin: 2em 0;
    padding: 0 5%;
}

.gallery div.captions p.active {
    display: block;
}

.gallery .thumbs-outer {
    margin: 2em 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.no-flexbox .eet,
.no-flexbox #work-life,
.no-flexbox .section__photo_gallery .thumbs,
.no-flexbox .section__photo_gallery .blips {
    display: none !important;
}

.gallery ul.thumbs {
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery ul.thumbs li {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.gallery ul.thumbs li.poster::after {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.gallery ul.thumbs li span {
    display: block;
    padding: 0 0 61.8035512%;
    position: relative;
}

.gallery ul.thumbs li span iframe {
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.gallery ul.thumbs li b {
    position: absolute;
    left: -99999em;
}

.gallery ul.thumbs li.active {
    outline: 1px solid #f80;
}

.gallery .blips {}

.gallery .blips span {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #002d72;
    border-radius: 50%;
}

.gallery .blips span.active {
    background: #dc3545;
}

#wfcd {
    text-align: center;
}

#wfcd .solution {
    border-radius: 0;
    box-shadow: none;
}

#wfcd h2 {
    color: #fff;
    text-transform: uppercase;
}

#wfcd .solution .solution__image.img-tag {
    height: 100px;
    margin-top: 1rem;
}

/* Force the images to be vertical aligned in the middle */
#wfcd .solution .solution__image.img-tag span {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

#wfcd .solution .solution__image.img-tag img {
    height: 100%;
    margin: 0 auto;
    width: auto;
    vertical-align: top;
}

#wfcd .solution .solution__content {
    padding: 1em;
    width: 100%;
}

#wfcd .solution .solution__content h4 {
    color: #fb0148;
    font-size: 1.2rem;
    padding: 0.5em 0 0;
    text-transform: uppercase;
}

#wfcd .solution .solution__content p {
    color: #2f4052;
    font-size: 1rem;
}

/* EMPLOYEE TESTIMONIALS */
.eet {
    position: relative;
}

.eet-bg {
    background: #000;
    width: 100%;
    position: absolute;
}

.eet-ee {
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    display: inline-block;
    width: 20vw;
    height: 24.691358vw;
    margin: 0;
    padding: 0;
    position: relative;
}


@media (min-width: 992px) {
    .eet-ee {
        width: 11.111111111vw;
        height: 13.717421125vw;
    }
}

.eet-ee::after {
    background: rgba(55, 55, 55, 0.72);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.eet-ee.on::after,
.eet-ee:hover::after {
    background: rgba(255, 255, 255, 0.2);
}

.eet-ee span {
    display: none;
}

.eet-fg {
    position: relative;
    text-align: center;
}

.eet-fg .ee-inner {
    color: #fff;
    font-size: 0.75rem;
    left: 50%;
    line-height: 1.25;
    max-width: 900px;
    opacity: 0;
    padding: 5%;
    position: absolute;
    text-shadow: 1px 1px 1px #000;

    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.5s;
    width: 100%;
}

.eet-fg .ee-inner.on {
    opacity: 1;
}

@media (min-width: 414px) {
    .eet-fg .ee-inner {
        font-size: 0.875rem;
    }
}

@media (min-width: 640px) {
    .eet-fg .ee-inner {
        font-size: 1rem;
    }
}

.eet-fg .ee-inner .ee-img img {
    border: 1px solid #fff;
    height: auto;
    max-width: 350px;
    width: 60%;
}

@media (min-width: 992px) {
    .eet-fg .ee-inner .ee-img img {
        max-width: 400px;
    }
}

.eet-fg .ee-inner .ee-quote {
    padding: 1em 0;
}

.eet-fg .ee-inner .ee-name {
    font-weight: bold;
}

.eet-nav {
    height: 30px;
    left: 50%;
    max-width: 900px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    user-select: none;
}

.eet-nav span {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    color: #666;
    font-size: 2em;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 48px;
    top: 0;
}

.eet-nav span:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #ccc;
}

.eet-nav span.prev {
    left: 0;
}

.eet-nav span.prev svg {
    transform: translateX(-3px);
}

.eet-nav span.next {
    right: 0;
}

.eet-nav span.next svg {
    transform: translateX(3px);
}

#work-life {
    display: none;
}

#work-life .container > ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
}

#work-life .container > ul > li {
    border: 2px solid #fff;
    cursor: pointer;
    flex: 1;
    padding: 0 0 25%;
    position: relative;
    margin: 0;
    text-align: center;
    transition: background 0.5s
}

#work-life .container > ul > li::before,
#work-life .container > ul > li::after {
    bottom: 5px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#work-life .container > ul > li::before {
    background: #f2f2f2;
    border: 2px solid #b0b0b0;
}

#work-life .container > ul > li:not(.work-life-description)::after {
    background: rgba(240, 240, 240, 0.4);
    transition: background 0.5s;
    z-index: 10;
}

#work-life .container > ul > li:not(.work-life-description).on::after,
#work-life .container > ul > li:not(.work-life-description):hover::after {
    background: transparent;
}

#work-life .container > ul > li.work-life-description {
    cursor: default;
    flex: 0 0 100%;
    padding: 0;
}

#work-life ul li p {
    font-size: 0.675rem;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
    position: absolute;
    top: -99999em;
}

#work-life ul li.work-life-description ul {
    border-radius: 1px;
    list-style: none;
    overflow-y: auto;
    position: relative;
}

#work-life ul li.work-life-description ul li {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.5s;
    top: 0;
}

#work-life ul li.work-life-description ul li.on {
    opacity: 1;
}

#work-life ul li.work-life-description ul li p {
    padding: 0.5em 1.5em 1.5em;
}

#work-life ul li.work-life-description ul li h4,
#work-life ul li.work-life-description ul li p {
    font-size: 0.675rem;
    margin: 0;
    position: static;
    top: auto;
}

#work-life ul li img + h4 {
    font-size: 0.675rem;
}

@media (min-width: 321px) {
    #work-life ul li img + h4,
    #work-life ul li.work-life-description ul li h4,
    #work-life ul li.work-life-description ul li p {
        font-size: 0.75rem;
    }
}

@media (min-width: 414px) {
    #work-life ul li img + h4,
    #work-life ul li.work-life-description ul li h4,
    #work-life ul li.work-life-description ul li p {
        font-size: 0.875rem;
    }
}

@media (min-width: 672px) {
    #work-life ul li img + h4,
    #work-life ul li.work-life-description ul li h4,
    #work-life ul li.work-life-description ul li p {
        font-size: 1rem;
    }
}

@media (min-width: 800px) {
    #work-life ul li img + h4,
    #work-life ul li.work-life-description ul li h4,
    #work-life ul li.work-life-description ul li p {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    #work-life ul li img + h4,
    #work-life ul li.work-life-description ul li h4,
    #work-life ul li.work-life-description ul li p {
        font-size: 1.25rem;
    }
}

#work-life ul li img {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    top: 66.666667%;
    height: 35%;
    width: auto;
    max-height: 90px;
    max-width: 90px;
}

@media (min-width: 768px) {
    #work-life ul li img {
        top: 56.25%;
    }
}

#work-life .container > ul > li.on::before {
    background: #e0e5ef;
}

#work-life ul li.on img.on {
    left: 50%;
}

#work-life ul li img + h4 {
    color: #a3b0be;
    left: 0;
    padding: 1em 1.5em 0;
    position: absolute;
    right: 0;
    transition: color 0.5s;
    top: 0;
}

#work-life ul li h4 {
    letter-spacing: 0;
    padding: 1em 0.5em 0;
    text-transform: uppercase;
}

#work-life ul li:hover {
    background: #fafafa;
}

#work-life ul li:hover h4 {
    color: #526f98;
}

#work-life ul li.on h4 {
    color: #002d72
}


#office-locations .overlay-text {
    background: #fff;
    text-transform: uppercase;
    top: 0;
    left: 50%;
    right: auto;
    width: auto;
}

#office-locations .col-lg-4:not(:first-child)::before {
    background: #fff;
    content: '';
    display: block;
    height: 13px;
    left: 0;
    top: -6px;
    right: 0;
    position: absolute;
}

@media (min-width: 992px) {
    #office-locations .col-lg-4:not(:first-child)::before {
        bottom: 0;
        left: -5px;
        height: auto;
        top: 0;
        right: auto;
        width: 13px;
    }
}

#office-locations .overlay-text h3.text-white {
    color: #002d72 !important;
    font-size: 1.25rem;
    padding: 0.625em 1.375em;
    white-space: nowrap;
}

.section__parallax.fixed-content .parallax__content {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(calc(50% - 104px));
}

@media (min-width: 767.98px) {
    .section__parallax.fixed-content .parallax__content {
        transform: translateY(calc(50% - 84px));
    }
}

@media (min-width: 991.98px) {
    .section__parallax.fixed-content .parallax__content {
        transform: translateY(calc(50% - 104px));
    }
}


#get-started h2 {
 color:#002153
}
#get-started h2+h3,
#get-started p+h3 {
 letter-spacing:initial;
 padding:16px 0;
 padding:1rem 0
}
#get-started .container>p {
 color:#939598;
 margin:1em;
 padding:0 0 0 1.5em;
 position:relative;
 text-align:left
}
@media only screen and (min-width:768px) {
 #get-started .container>p {
  margin:2em 10% 1em
 }
}
@media only screen and (min-width:993px) {
 #get-started .container>p {
  margin:2em 25% 1em
 }
}
#get-started .container>p:before {
 top:0
}
#get-started .pfw {
 background:#fff;
 padding:32px 0;
 padding:2rem 0;
 margin:0 auto;
 max-width:700px;
 text-align:center
}
@media all and (max-width:768px) {
	#get-started .pfw {
		padding: 2rem;
	}
}
#get-started .pfw li,
#get-started .pfw ol,
#get-started .pfw ul {
 list-style:none
}
#get-started .pfw div,
#get-started .pfw h3,
#get-started .pfw h4,
#get-started .pfw label,
#get-started .pfw legend,
#get-started .pfw li,
#get-started .pfw p,
body.products #main section#claims-activity-data-product:hover p,
body.products #main section#minerva:hover p,
body.products #main section:hover div.product-heading h3.tagline {
 color:#0f2949;
}
#get-started .pfw fieldset {
 margin:0 auto 1em
}
#get-started .pfw fieldset.form-columns-0 {
	display: none;
}
#get-started .pfw fieldset .hs-fieldtype-select,
#get-started .pfw fieldset .hs-fieldtype-text {
 position:relative;
 padding-bottom:12px;
 padding-bottom:.75rem
}
#get-started .pfw fieldset .hs-error-msgs {
 position:absolute;
 left:0;
 top:-16px;
 top:-1rem;
 right:8px;
 z-index:100
}
#get-started .pfw fieldset .hs-error-msgs li {
 display:block;
 width:100%
}
#get-started .pfw fieldset .hs-error-msgs label {
 color:#EE2737;
 display:block;
 font-family:sans-serif;
 font-size:11px;
 font-style:italic;
 left:0;
 padding:0;
 position:relative;
 text-align:left
}
#get-started .pfw ul.inputs-list {
 padding:0
}
#get-started .pfw ul.inputs-list li input[type=checkbox] {
 margin-top: 4px;
 margin-right: 4px;
}
#get-started .pfw ul.inputs-list li input[type=checkbox]+span {
 cursor:pointer
}
#get-started .pfw ul.inputs-list li input[type=checkbox]:focus+span,
#get-started .pfw ul.inputs-list li input[type=checkbox]:hover+span {
 text-decoration:underline
}
#get-started .pfw .input input[type=email],
#get-started .pfw .input input[type=tel],
#get-started .pfw .input input[type=text] {
 font-family: 'Roboto', Arial, Helvetica, sans-serif;
 border:1px solid #c4c4c4;
 color:#aaa;
 padding:8px;
 width:100%;
 font-weight: 300;
}
#get-started .pfw .input input[type=email]:focus,
#get-started .pfw .input input[type=tel]:focus,
#get-started .pfw .input input[type=text]:focus {
 color:#222
}
#get-started .pfw .hs-button.primary {
 font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
 display: inline-block;
 width: 279px;
 height: 60px;
 padding: 18px 60px 22px;
 border-radius: 30px;
 background: #EE2737;
 color: #fff;
 line-height: 1em;
 font-size: 20px;
 font-weight: 600;
 text-transform: uppercase;
 text-decoration: none;
 opacity: 1;
 transition: all .5s ease;
}
#get-started .pfw .hs-button.primary:focus,
#get-started .pfw .hs-button.primary:hover {
 background: #EE2737;
 color: #fff;
 opacity: .9;
 transition: all .5s ease;
 border-color: #EE2737;
}
#get-started .pfw .hs-button.primary:active {
 background:#a10d19
}
.pfw .grecaptcha-badge {
 box-shadow:none!important;
 height:84px!important;
 width:100%!important
}
.pfw .grecaptcha-badge .grecaptcha-logo {
 margin:0 auto
}
.hbspt-form fieldset {
	display: block;
}
.hbspt-form label {
	width: 100%;
	text-align: left;
	margin-bottom: 0;
	font-size: 16px;
}
.hbspt-form .legal-consent-container label {
	display: block;
	font-size: 16px;
}
.hbspt-form .legal-consent-container label input {
	width: 25px !important;
	border: 1px solid #c4c4c4;
}
.hbspt-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #fff 0%,#e5e5e5 100%);
    background-position: right .7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: .65em auto, 100%;
    border-radius: .5em;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    box-sizing: border-box;
    color: #444;
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 100%;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
}

.hbspt-form select::-ms-expand {
    display: none;
}

.hbspt-form select:hover {
    border-color: #888;
}

.hbspt-form select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    font-weight: 500;
    outline: none;
}

.hbspt-form select option {
    font-weight: 500;
}
.hbstp-form span {
	color: #000;
}

/* FROM 4415E.CSS */
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#office-locations .bg-cover {
    overflow: hidden;
}
.section__parallax {
	position: relative;
}
.section__parallax.auto-height {
    background-attachment: scroll;
    height: auto;
}
.section__parallax .container {
    position: relative;
    z-index: 3;
}
.section__parallax .lead p, body.home .section__slideshow .lead p {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
.jumbotron .lead, .parallax__content.lead {
    max-width: 1140px !important;
    margin: 0 auto;
    text-align: center;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
section.max1140 .container {
	max-width: 1140px;
	margin: 0px auto;
}
section.max1280 .container {
	max-width: 1280px;
	margin: 0px auto;
}
.section__parallax .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.row, .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-md-4 {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.col .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.solution {
	background-color: #fff;
	box-shadow: 0 0 35px 0 rgba(0,0,0,0.1);
	border-radius: 4px;
}
#useful-insights .solution, #wfcd .solution {
	border-radius: 0;
	box-shadow: none;
}
#useful-insights .solution {
	background: #f3f4f4;
	border: 2px solid #bbb4b5;
}
#useful-insights .solution .solution__image.img-tag {
    height: 200px;
    position: relative;
}
.solution .solution__image {
    height: 201px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}
.solution .solution__image.img-tag span {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}
.solution .solution__image.img-tag img {
    height: 100%;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: auto;
    vertical-align: top;
}


/*
CSS for reused Carpe Data elements added 2021-August
*/

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.btn-danger) {
	background-color: transparent;
	color: inherit;
}


/* Spacing for Sections */

.m-0 {
 margin:0 !important
}
.mt-0,
.my-0 {
 margin-top:0 !important
}
.mr-0,
.mx-0 {
 margin-right:0 !important
}
.mb-0,
.my-0 {
 margin-bottom:0 !important
}
.ml-0,
.mx-0 {
 margin-left:0 !important
}
.m-1 {
 margin:.25rem !important
}
.mt-1,
.my-1 {
 margin-top:.25rem !important
}
.mr-1,
.mx-1 {
 margin-right:.25rem !important
}
.mb-1,
.my-1 {
 margin-bottom:.25rem !important
}
.ml-1,
.mx-1 {
 margin-left:.25rem !important
}
.m-2 {
 margin:.5rem !important
}
.mt-2,
.my-2 {
 margin-top:.5rem !important
}
.mr-2,
.mx-2 {
 margin-right:.5rem !important
}
.mb-2,
.my-2 {
 margin-bottom:.5rem !important
}
.ml-2,
.mx-2 {
 margin-left:.5rem !important
}
.m-3 {
 margin:1rem !important
}
.mt-3,
.my-3 {
 margin-top:1rem !important
}
.mr-3,
.mx-3 {
 margin-right:1rem !important
}
.mb-3,
.my-3 {
 margin-bottom:1rem !important
}
.ml-3,
.mx-3 {
 margin-left:1rem !important
}
.m-4 {
 margin:1.5rem !important
}
.mt-4,
.my-4 {
 margin-top:1.5rem !important
}
.mr-4,
.mx-4 {
 margin-right:1.5rem !important
}
.mb-4,
.my-4 {
 margin-bottom:1.5rem !important
}
.ml-4,
.mx-4 {
 margin-left:1.5rem !important
}
.m-5 {
 margin:3rem !important
}
.mt-5,
.my-5 {
 margin-top:3rem !important
}
.mr-5,
.mx-5 {
 margin-right:3rem !important
}
.mb-5,
.my-5 {
 margin-bottom:3rem !important
}
.ml-5,
.mx-5 {
 margin-left:3rem !important
}
.p-0 {
 padding:0 !important
}
.pt-0,
.py-0 {
 padding-top:0 !important
}
.pr-0,
.px-0 {
 padding-right:0 !important
}
.pb-0,
.py-0 {
 padding-bottom:0 !important
}
.pl-0,
.px-0 {
 padding-left:0 !important
}
.p-1 {
 padding:.25rem !important
}
.pt-1,
.py-1 {
 padding-top:.25rem !important
}
.pr-1,
.px-1 {
 padding-right:.25rem !important
}
.pb-1,
.py-1 {
 padding-bottom:.25rem !important
}
.pl-1,
.px-1 {
 padding-left:.25rem !important
}
.p-2 {
 padding:.5rem !important
}
.pt-2,
.py-2 {
 padding-top:.5rem !important
}
.pr-2,
.px-2 {
 padding-right:.5rem !important
}
.pb-2,
.py-2 {
 padding-bottom:.5rem !important
}
.pl-2,
.px-2 {
 padding-left:.5rem !important
}
.p-3 {
 padding:1rem !important
}
.pt-3,
.py-3,
.mc4wp-response {
 padding-top:1rem !important
}
.pr-3,
.px-3 {
 padding-right:1rem !important
}
.pb-3,
.py-3,
.mc4wp-response {
 padding-bottom:1rem !important
}
.pl-3,
.px-3 {
 padding-left:1rem !important
}
.p-4 {
 padding:1.5rem !important
}
.pt-4,
.py-4 {
 padding-top:1.5rem !important
}
.pr-4,
.px-4 {
 padding-right:1.5rem !important
}
.pb-4,
.py-4 {
 padding-bottom:1.5rem !important
}
.pl-4,
.px-4 {
 padding-left:1.5rem !important
}
.p-5 {
 padding:3rem !important
}
.pt-5,
.py-5 {
 padding-top:3rem !important
}
.pt-6,
.py-6 {
 padding-top:6rem !important
}
.pr-5,
.px-5 {
 padding-right:3rem !important
}
.pb-5,
.py-5 {
 padding-bottom:3rem !important
}
.pb-6,
.py-6 {
 padding-bottom:6rem !important
}
.pl-5,
.px-5 {
 padding-left:3rem !important
}
.m-auto {
 margin:auto !important
}
.mt-auto,
.my-auto {
 margin-top:auto !important
}
.mr-auto,
.mx-auto {
 margin-right:auto !important
}
.mb-auto,
.my-auto {
 margin-bottom:auto !important
}
.ml-auto,
.mx-auto {
 margin-left:auto !important
}


/* General */
.blue-bg {
	background-color: #0F2949;
	padding: 50px 5%;
}
.blue-bg h2, .blue-bg h3, .blue-bg p {
	color: #fff;
}
.blue-bg h3 {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 24px;
}
.blue-bg h6, .blue-bg a {
	color: #93AACD;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
}

a.trigger {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	color: #ee2737;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
a.trigger:before {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	font-size: 36px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	margin: -6px 10px 0 0;
}
a.trigger.closed:before {
	content: '+';
}
a.trigger.opened, a.trigger.closed {
	color: #ee2737;
}
a.trigger.opened:before {
	content: '–';
}
@media all and (max-width:768px) {
	.blue-bg h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.blue-bg h6 {
		font-size: 16px;
		line-height: 22px;
	}
}


.columns_wrapper {
	width: 100%;
	height: auto;
	display: flex;
}
.column_1_3 {
	width: 33%;
	height: auto;
	flex: 1 1 auto;
	padding: 30px;
}
@media all and (max-width:768px) {
	.columns_wrapper {
		display: block;
	}
	.column_1_3 {
		display: block;
		width: 100%;
	}
}

/* FORMS */
select {
	font-size: 16px;
	background-image: url('images/red-caron-down.png');
	background-size: auto 8px;
}

/***********************************/
/* Icon Text Description */
.i-t-d {
 display: flex;
}
.i-t-d > div {
	flex: 0 1 auto;
}
.i-t-d .icons {
 cursor:pointer;
 position:relative;
 margin:0 60px 0 0;
 max-width:none;
 display: block;
 max-width: none;
/* width: calc(29.8% - 60px); */
 width: 400px;
}
.i-t-d .icons .icon {
 border-radius: 4px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 padding: 15px;
 height: 80px;
 margin: 0px auto 20px;
 background-color: #fff;
 background: url('images/button-icons-carat-inactive.png') no-repeat;
 background-position: 96% center;
}
.i-t-d .icons .icon span {
 cursor:pointer;
 display:inline-block;
 width:50px;
 height:50px;
 margin:0 15px 0 0;
 position:relative;
 transition:transform .2s;
 vertical-align: middle;
 border-radius: 5px;
 background-size:100% auto;
 background-position: center bottom;
 background-repeat:no-repeat;
}
.i-t-d .icons .icon.active {
 background: url('images/button-icons-carat-active.png') no-repeat;
 background-position: 96% center;
}
.i-t-d .icons .icon.active span, .i-t-d .icons .icon:hover span {
 background-position: center top;
}
.i-t-d .icons .icon h3 {
 font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: 600;
 color: #0F2949;
}
.i-t-d .descs {
 display:block;
 width: calc(100% - 460px);
 padding:0 2rem;
 position:relative;
 margin:0;
}
.i-t-d .descs .desc {
 bottom:0;
 left:0;
 opacity:0;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 position:absolute;
 right:0;
 top:0;
 transition: opacity .5s ease;
}
.i-t-d .descs .desc h4 {
 font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 font-size: 26px;
 color: #0f2949;
}
.i-t-d .descs .desc.active {
 opacity:1;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 position:relative;
 transition: opacity .5s ease;
 position: absolute;
 top: 0;
 left: 0;
}
@media all and (max-width:768px) {
	.i-t-d {
		display: block;
	}
	.i-t-d .icons .icon {
		height: 50px;
		padding: 10px;
	}
	.i-t-d .icons .icon span {
		width: 34px;
		height: 34px;
	}
	.i-t-d .icons, .i-t-d .descs {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.i-t-d .icons .icon h3 {
		font-size: 18px;
	}
	.i-t-d .descs .desc.active {
		position: relative;
	}
}


/* 1 and 1 Columns */
.section__1_1_columns {
	width: 100%;
	margin: 0 auto;
	padding: 30px 5%;
}
.section__1_1_columns .section__1_1_title {
	display: block;
	width: 100%;
	text-align: center;
}
.section__1_1_columns .columns_wrapper {
	width: 100%;
	height: auto;
	display: flex;
}
.section__1_1_columns .column {
	flex: 1 1 auto;
	border-radius: 4px;
	overflow: hidden;
	width: calc(50% - 15px);
	max-width: 705px;
	margin: 0 auto;
	padding: 0;
}
.section__1_1_columns .column.left_side {
	position: relative;
	margin-right: 15px;
}
.section__1_1_columns .column.right_side {
	position: relative;
	margin-left: 15px;
}
.section__1_1_columns.box-shadows .column {
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	transition: .5s all ease;
}
.section__1_1_columns.box-shadows .column:hover {
	box-shadow: 0px 12px 12px rgba(0, 0, 0, .12);
	transition: .5s all ease;
}
.section__1_1_columns.box-shadows .column img {
	width: 100%;
	height: auto;
}
.section__1_1_columns .column p.padded {
	padding: 0 30px 0;
}
.section__1_1_columns .column a {
	color: #EE2737;
	text-decoration: none;
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.section__1_1_columns .column a:hover {
	text-decoration: none;
}
@media all and (max-width:768px) {
	.section__1_1_columns .columns_wrapper {
		display: block;
	}
	.section__1_1_columns .column {
		display: block;
		width: 100%;
		margin: 0 auto 40px !important;
		padding: 0;
	}
}

/* 1 and 2 Columns */
.section__1_2_columns {
	width: 100%;
	margin: 0 auto;
	padding: 50px 5%;
}
.section__1_2_columns.expandable {
	padding-top: 0;
	padding-bottom: 0;
}
.section__1_2_columns.hidden {
	display: none;
}
.section__1_2_columns, .section__1_2_columns .container {
	width: 100%;
	height: auto;
	display: flex;
	max-width: unset;
}
.section__1_2_columns .column {
	flex: 1 1 auto;
}
.section__1_2_columns .left_side {
	position: relative;
	width: 30%;
	max-width: 432px;
	margin-left: auto;
	margin-right: 0; /* 3% */
	padding: 0 2.5% 20px 0;
}
.section__1_2_columns.top-border .left_side {
	border-top: 1px solid rgba(15, 41, 73, .2);
	padding-top: 24px;
}
.section__1_2_columns .left_side p {
	font-weight: 400;
	line-height: 24px;
}
.section__1_2_columns .left_side a {
	color: #EE2737;
	text-decoration: none;
}
.section__1_2_columns .left_side a:hover {
	text-decoration: underline;
}
.section__1_2_columns.expandable .left_side {
	border-top: none;
	padding-bottom: 0;
}
.section__1_2_columns .right_side {
	position: relative;
	width: 60%;
	max-width: 864px;
	margin-left: 0; /* 6% */
	margin-right: auto;
	padding: 0 0 20px 2.5%;
}
.section__1_2_columns.expandable .right_side {
	padding-top: 0;
}

.section__1_2_columns.full-width-left {
	padding: 0 !important;
	padding-right: 5% !important;
}
.section__1_2_columns.full-width-left .left_side {
	padding: 0;
	margin: 0 !important;
	max-width: unset;
}
.section__1_2_columns.full-width-left .right_side {
	padding: 50px 5% 70px 2.5%;
}
.section__1_2_columns.full-width-right {
	padding: 0 !important;
	padding-left: 5% !important;
}
.section__1_2_columns.full-width-right .right_side {
	padding: 0;
	margin: 0 !important;
	max-width: unset;
}
.section__1_2_columns.full-width-right .left_side {
	padding: 50px 2.5% 70px 5%;
}

@media all and (max-width:900px) {
	.section__1_2_columns {
		display: block;
		padding: 50px 5% 0px;
		padding-bottom: 10px !important;
	}
	.section__1_2_columns .container {
		display: block;
	}
	.section__1_2_columns .column {
		display: block;
		flex: none;
	}
	.section__1_2_columns .left_side {
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
		margin-left: 0;
	}
	.section__1_2_columns.no-left-mobile .left_side { display: none; }
	.section__1_2_columns .right_side {
		width: 100%;
		padding: 0;
	}
	.section__1_2_columns.full-width-left, .section__1_2_columns.full-width-right {
		padding: 0 !important;
	}
	.section__1_2_columns.full-width-left .right_side, .section__1_2_columns.full-width-right .left_side {
		padding: 50px 5% 70px;
	}
}

/* 2 and 1 Columns */
.section__2_1_columns {
	width: 100%;
	margin: 0 auto;
	padding: 50px 5%;
}
.section__2_1_columns.expandable {
	padding-top: 0;
	padding-bottom: 0;
}
.section__2_1_columns.hidden {
	display: none;
}
.section__2_1_columns, .section__2_1_columns .container {
	width: 100%;
	height: auto;
	display: flex;
	max-width: unset;
}
.section__2_1_columns .column {
	flex: 1 1 auto;
}
.section__2_1_columns .left_side {
	position: relative;
	width: 60%;
	max-width: 864px;
	margin-left: auto;
	margin-right: 0; /* 3% */
	padding: 0 2.5% 20px 0;
}
.section__2_1_columns .left_side a {
	color: #EE2737;
	text-decoration: none;
}
.section__2_1_columns .left_side a:hover {
	text-decoration: underline;
}
.section__2_1_columns.expandable .left_side {
	border-top: none;
	padding-bottom: 0;
}
.section__2_1_columns .right_side {
	position: relative;
	width: 30%;
	max-width: 432px;
	margin-left: 0; /* 6% */
	margin-right: auto;
	padding: 0 0 20px 2.5%;
}
.section__2_1_columns.top-border .right_side {
	border-top: 1px solid rgba(15, 41, 73, .2);
	padding-top: 24px;
}
.section__2_1_columns.expandable .right_side {
	padding-top: 0;
}

.section__2_1_columns.full-width-left {
	padding: 0 !important;
	padding-right: 5% !important;
}
.section__2_1_columns.full-width-left .left_side {
	padding: 0;
	margin: 0 !important;
	max-width: unset;
}
.section__2_1_columns.full-width-left .right_side {
	padding: 50px 5% 70px 2.5%;
}
.section__2_1_columns.full-width-right {
	padding: 0 !important;
	padding-left: 5% !important;
}
.section__2_1_columns.full-width-right .right_side {
	padding: 0;
	margin: 0 !important;
	max-width: unset;
}
.section__2_1_columns.full-width-right .left_side {
	padding: 50px 2.5% 70px 5%;
}

@media all and (max-width:900px) {
	.section__2_1_columns {
		display: block;
		padding: 50px 5% 0px;
/*		padding-bottom: 10px !important; */
	}
	.section__2_1_columns.shadow-box {
		width: 90%;
	}
	.section__2_1_columns .container {
		display: block;
	}
	.section__1_2_columns .column {
		display: block;
		flex: none;
	}
	.section__2_1_columns .left_side {
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
		margin-left: 0;
	}
	.section__2_1_columns.no-left-mobile .left_side { display: none; }
	.section__2_1_columns .right_side {
		width: 100%;
		padding: 0;
	}
	.section__2_1_columns .left_side img, .section__2_1_columns .right_side img {
		float: none !important;
	}
}


/* Pie Charts */

.section__pie_chart .container-fluid {
	position: relative;
	z-index: 0;
	max-width: 840px;
	margin: 0 auto;
}
.section__pie_chart .pie_chart_dropdown {
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 480px;
}
.section__pie_chart .pie_chart_dropdown select {
	margin-top: .5em;
	font-size: 16px;
	background-image: url('images/red-caron-down.png');
	background-size: auto 8px;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.department_block.visible {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.department_block.invisible {
	display: none;
}
.department_block.visible .pie-pan.invisible, .department_block.invisible .pie-pan.visible, .department_block.invisible .pie-pan.invisible {
	display: none !important;
	visibility: hidden !important;
}
.department_block.visible .pie-pan.visible {
	display: inline-block !important;
	visibility: visible !important;
}
.pie-pan {
	position: relative;
	z-index: 0;
	width: 50%;
	max-width: 400px;
	min-width: 340px;
	height: auto;
	vertical-align: middle;
}
.pie-chart {
    position: absolute;
    z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0px;
	left: 0px;
}
.visible .visible > .pie-chart {
	opacity: 1;
	transition: all 4s;
	width: 100%;
	height: 100%;
}
/*
.visible .invisible > .pie-chart {
	opacity: 0;
	background: conic-gradient(#002A4F 75%, #EE2737 75% 75%, #002a4f 75% 75%);
	transition: all 4s;
	width: 300px;
	height: 300px;
}
*/
.pie-cover {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.pie_info_wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 20px;
}
.chart_info_wrapper {
	display: flex;
	flex-wrap: column;
}
.chart_info_wrapper .non-dom-num {
	padding: 0 5% 0 15%;
	text-align: center;
}
.chart_info_wrapper .dom-num {
	padding: 0 15% 0 5%;
	text-align: center;
}
.chart_info_wrapper .big_num {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-size: 100px;
	line-height: 1em;
}
.chart_info_wrapper .big_num:after {
	content: '%';
	font-size: 50px;
	position: absolute;
	top: 10px;
	line-height: 1em;
}
.chart_info_wrapper .num_text {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.chart_info_wrapper .non-dom-num .num_text, .chart_info_wrapper .non-dom-num .big_num {
	color: #EE2737;
}
.chart_info_wrapper .dom-num .num_text, .chart_info_wrapper .dom-num .big_num {
	color: #002A4F;
}
.visible .invisible .big_num {
	opacity: 0;
	transition: all 2s ease;
}
.visible .visible .big_num {
	opacity: 1;
	transition: all 2s ease;
}
.num_employees {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #002A4F;
	text-align: center;
	margin-top: 20px;
}
.section__pie_chart .group_filters {
	display: inline-block;
	vertical-align: middle;
	margin-left: 80px;
	margin-top: 80px;
}
.section__pie_chart .label {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888;
	font-weight: 300;
}
.section__pie_chart .group_filters a {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-right: 20px;
	color: #EE2737;
}
.section__pie_chart .group_filters a.opened {
	color: #002A4F;
	text-decoration: underline;
}
@media all and (max-width:768px) {
	.department_block.visible .pie-pan.visible {
		display: block !important;
	}
	.section__pie_chart .pie-pan {
		width: 84%;
		margin: 0 auto;
	}
	.section__pie_chart .pie_chart_dropdown {
		top: unset;
		bottom: 80px;
		left: 10%;
		width: 80%;
	}
	.section__pie_chart .pie_chart_dropdown select {
		width: 100%;
	}
	.section__pie_chart .group_filters {
		margin-left: 10%;
		margin-top: 160px;
	}
}
@media all and (max-width:400px) {

	.section__pie_chart .pie_chart_dropdown {
		top: unset;
		bottom: 120px;
	}
}


/* Tabs */
.section__tabs {
	position: relative;
	padding: 40px 0 0;
}
.section__tabs:before {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    content: "";
    background-color: #fff;
    height: 100px;
    z-index: 1;
}

.tab__sm_title {
	cursor: pointer;
}
.tab__sm_title h2 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.section__tabs h2 {
	margin-bottom: 0;
}
.tabs{
	display: flex;
	margin: 0px auto !important;
	padding: 0px;
	list-style: none;
}
.tabs.tab-w-1 {
	width: 20%;
}
.tabs.tab-w-2 {
	width: 60%;
}
.tabs.tab-w-3 {
	width: 60%;
}
.tabs.tab-w-4 {
	width: 80%;
}
.tabs.tab-w-5, .tabs.tab-w-6 {
	width: 100%;
}
#main .tabs li{
	flex: 1 1 auto;
	background-color: transparent;
	color: #0F2949;
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 3;
	width: 100%;
	height: 96px;
	padding: 36px;
	line-height: 24px;
	border-bottom: 3px solid #eaeaea;
}
#main .tabs li.current{
	border-bottom: 3px solid #0F2949;
}
#main .tabs li.tab-w-2 {
/*	width: 50%; */
	width: 20%;
}
#main .tabs li.tab-w-3 {
/*	width: 33.3333333333%; */
	width: 20%;
}
#main .tabs li.tab-w-4 {
/*	width: 25%; */
	width: 20%;
}
#main .tabs li.tab-w-5 {
	width: 20%;
}
#main .tabs li.tab-w-6 {
	width: 16.6666666667%;
}

.tab-content{
	display: none;
	clear: both;
	background-color: transparent;
	position: relative;
	z-index: 2;
	min-height: 350px;
	width: 100%;
	height: auto;
	padding: 60px 5%;
	text-align: center;
}
.tab-content.current{
	display: inherit;
}
.tab-content .row {
	display: block;
}
.tab-content .col-lg-6 {
	width: 100%;
	max-width: unset;
}
.tab-content .shadow-box {
	width: 100%;
	max-width: 384px;
	padding: 20px;
	display: inline-block;
	margin: 0 30px 60px;
	text-align: left;
}
.tab-content h2 {
	margin-bottom: 1em;
}
.tab-content a.btn-danger {
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 22px 60px;
}
@media all and (max-width:768px) {
	.section__tabs h2 {
		margin-bottom: 0 !important;
	}
	.tabs.tab-w-2 {
		width: 90%;
		padding: 0 !important;
	}
	.tabs.tab-w-3 {
		width: 100% !important;
		display: block;
	}
	#main .tabs li {
		display: block;
		width: 100% !important;
		font-size: 18px;
		padding: 16px 5px;
		height: 50px;
	}
	.tab-content {
		padding: 30px 5% 0;
		min-height: unset;
	}
	.tab-content .shadow-box {
		margin: 0 auto 30px;
	}
	.tab-content a.btn-danger {
		font-size: 18px;
		padding: 11px 30px;
		height: auto;
		min-height: 40px;
	}
}


/* Teams Page */
.featured-img img {
	max-width: 100%;
	border-radius: 4px;
}


/* No Flexbox */
.no-flexbox .i-t-d .icons {
 display:block
}
.no-flexbox .i-t-d .icons .icon {
 float:left;
 margin:0 1.666667% 32px;
 margin:0 1.666667% 2rem
}
.no-flexbox .i-t-d .icons .icon:first-child {
 margin-left:0
}
.no-flexbox .i-t-d .icons .icon:last-child {
 margin-right:0
}
.no-flexbox .i-t-d .descs {
 clear:both
}


/* BOOTSTRAP MODAL */
.modal-header p {
	margin: 0;
}
.modal-header button {
	height: 62px;
}
.modal-header button br {
	display: none;
}
@media all and (min-width:769px) {
	.modal.video .modal-dialog {
		max-width: 500px;
	}
	.modal.video .modal-content {
		min-width: 500px;
	}
}
@media all and (min-width:900px) {
	.modal.video .modal-dialog {
		max-width: 800px;
	}
	.modal.video .modal-content {
		min-width: 800px;
	}
}


/***********************************/

@media screen and (max-height: 640px) {
    #dlcdwp * {
        font-size: 14px !important;
    }

    #dlcdwp p {
        font-size: 12px !important;
        line-height: 1 !important;
    }

    #dlcdwp fieldset input:not([type=submit]) {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }
}


#dlcdwp {
    background: #ee2737;
    box-shadow: -12px -12px 12px rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 480px;
    padding: 1em;
    transition: right 1s;
    width: 90%;
    z-index: 999999;
}

#dlcdwp.off {
    right: -495px;
}

#dlcdwp ul {
    margin: 0;
    padding: 1em 0;
}

#dlcdwp li {
    list-style: none;
    padding: 0;
}

#dlcdwp .hs-form-booleancheckbox-display {
    position: relative;
}

#dlcdwp li label input {
    position: absolute;
    top: 7px;
}

#dlcdwp li label input + span {
    margin-left: 2.5em;
}

#dlcdwp .hs-input {
    width: 100%;
}

#dlcdwp label,
#dlcdwp li,
#dlcdwp p,
#dlcdwp a {
    color: #fff;
}

#dlcdwp a {
    text-decoration: underline;
}

#dlcdwp .submitted-message a,
#dlcdwp .hs-button.primary.large {
    border: 3px solid #0f2949;
    border-radius: 30px;
    background: #0f2949;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.25rem !important;
    font-weight: bold;
    line-height: 30px !important;
    padding: 8px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

#dlcdwp .submitted-message a:focus,
#dlcdwp .submitted-message a:hover,
#dlcdwp .hs-button.primary.large:focus,
#dlcdwp .hs-button.primary.large:hover {
    background: #002d72;
    border-color: #fff;
}

#dlcdwp-dismiss {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ee2737;
    color: #ee2737;
    font-weight: bold;
    height: 30px;
    left: -15px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    transition: all 0.25s;
    width: 30px;
}

#dlcdwp-dismiss:focus,
#dlcdwp-dismiss:hover {
    transform: scale(1.05);
}

body.home #main .section__hero_image .container {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

h2.span-block span {
    display: block;
    line-height: 1.25;
}

@media screen and (max-height: 767px) and (max-width: 768px) and (orientation: landscape) {
    body.home #main .section__hero_image .container {
        top: 16%;
        transform: translateY(-50%);
    }
}

@media screen and (max-height: 767px) {
    body.home #main .section__hero_image h2.span-block {
        font-size: 5vw;
    }
}

@media (min-width: 768px) {
    body.home #main .section__hero_image .container {
        transform: translate3d(-50%, -50%, 0);
    }

    body.home #main .section__hero_image h2.span-block {
        font-size: 5vw;
    }

    body.home #main .section__hero_image h2.span-block span {
        line-height: 1.125;
    }
}

@media (min-width: 1280px) {
    body.home #main .section__hero_image h2.span-block {
        font-size: 60px;
    }
}
