#comp-navigation nav {
    width: 100%
}

#images .slick-track, .flex {
    display: -webkit-box;
    display: flex
}

.inline-flex {
    display: -webkit-inline-box;
    display: inline-flex
}

.zdex1 {
    z-index: 1
}

.flex-1 {
    -webkit-box-flex: 1;
    flex: 1
}

.flex-2 {
    -webkit-box-flex: 2;
    flex: 2
}

.flex-just-end {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.flex-just-start {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.flex-just-center {
    -webkit-box-pack: center;
    justify-content: center
}

.flex-align-end {
    -webkit-box-align: end;
    align-items: flex-end
}

.flex-align-start {
    -webkit-box-align: start;
    align-items: flex-start
}

.flex-align-center {
    -webkit-box-align: center;
    align-items: center
}

.flex-row-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.flex-row-nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap
}

.flex-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap
}

.flex-column-nowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

.pr-landing-page .title-border, .pr-type-landing-page .title-border {
    width: 40px;
    height: 2px
}

.pr-landing-page picture, .pr-type-landing-page picture {
    position: absolute;
    width: 50vw
}

.slick-slide:focus {
    outline: #fff 1px solid
}

.carousel-section-header .slick-next.slick-disabled, .carousel-section-header .slick-prev.slick-disabled {
    opacity: .25
}

.carousel-section-header .slick-dots {
    margin-bottom: 0;
    margin-right: 3px;
    padding-left: 0
}

.carousel-section-header .slick-dots li {
    display: none;
    list-style: none
}

.carousel-section-header .slick-dots li.slick-active {
    display: block
}

.carousel-section-header .carousel-navigation {
    display: none
}

@media screen and (min-width: 768px) {
    .carousel-section-header .carousel-navigation {
        display: -webkit-box;
        display: flex
    }
}

.carousel-section-header .carousel-navigation.one {
    margin-right: 5px
}

.carousel-section-header .carousel-navigation.one .sliderindex:after, .carousel-section-header .carousel-navigation.one .sliderindextotal:after {
    content: "1";
    display: inline-block
}

.carousel-section-header .carousel-navigation.one .sliderindex:after {
    margin-right: 3px
}

.clean-tabs .nav > li {
    border: 0;
    background-color: transparent;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.clean-tabs .nav > li a {
    height: 55px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.clean-tabs .nav > li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: var(--teal-500);
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.clean-tabs .nav > li:hover {
    background-color: transparent;
}

.clean-tabs .nav > li:focus::before, .clean-tabs .nav > li:hover::before {
    left: 0;
    right: 0
}

.clean-tabs .nav > li > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-radius: 0
}

.clean-tabs .nav > li.active > a {
  border-left: 1px solid var(--gray-400);
  border-right: 1px solid var(--gray-400);
  background-color: var(--white);
}

.clean-tabs .nav > li > a:hover {
  background-color: transparent;
}

.clean-tabs .nav > li.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background:var(--teal-500);
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%
}

.clean-tabs .nav.nav-tabs {
    border: 0
}

.clean-tabs .nav.nav-tabs + .tab-content .tab-pane {
    background-color: #fff;
    padding: 0;
    border-color: transparent
}

.sliderfour, .slidersix, .sliderthree {
    padding-top: 15px;
    padding-bottom: 15px
}

.sliderfour > article, .sliderfour > div, .slidersix > article, .slidersix > div, .sliderthree > article, .sliderthree > div {
    display: inline-block
}

.sliderfour.slick-initialized > article, .sliderfour.slick-initialized > div, .slidersix.slick-initialized > article, .slidersix.slick-initialized > div, .sliderthree.slick-initialized > article, .sliderthree.slick-initialized > div {
    display: block
}

.sliderfour .img-holder, .slidersix .img-holder, .sliderthree .img-holder {
    min-height: 150px
}

.sliderfour img, .slidersix img, .sliderthree img {
    visibility: hidden
}

.sliderfour.slick-slider img, .slidersix.slick-slider img, .sliderthree.slick-slider img {
    visibility: visible;
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.mobile-slider-arrows {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 25%
}

@media screen and (max-width: 768px) {
    .mobile-slider-arrows {
        display: -webkit-box;
        display: flex
    }
}

.mobile-slider-arrows.next, .mobile-slider-arrows.slick-next {
    right: 15px
}

.mobile-slider-arrows.prev, .mobile-slider-arrows.slick-prev {
    left: 15px
}

.mobile-slider-arrows button {
    opacity: 1;
}

.mobile-slider-arrows button.slick-disabled {
    opacity: 0
}

.article-container, article {
    margin-bottom: 50px
}

.article-container h3, article h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px
}

#press article {
    padding-left: 20px;
    padding-right: 20px
}

#press .carousel-section-header .carousel-navigation {
    display: -webkit-box;
    display: flex
}

#media-coverage .media-coverage:not(.slick-slider) {
    max-height: 100vh
}

@media screen and (min-width: 768px) {
    #media-coverage .media-coverage:not(.slick-slider) {
        max-height: 200px;
        overflow: hidden
    }
}

#media-coverage .mediablock {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width: 768px) {
    #media-coverage .mediablock {
        width: auto
    }
}

#media-coverage .mediablock .img-holder {
    min-height: 100px
}

#media-coverage .mediablock img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 150px
}

@media screen and (min-width: 768px) {
    #media-coverage .mediablock img {
        max-height: 100%;
        height: 70px;
        -o-object-position: center;
        object-position: center
    }
}

#media-coverage article {
    width: 33%
}

#media-coverage .article-container, #media-coverage article {
    margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
    #media-coverage .carousel-navigation {
        display: -webkit-box !important;
        display: flex !important
    }
}

#images .imagedownload {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px
}

#images .imagedownload a, #images .imagedownload picture {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%
}

#images .imagedownload a:after, #images .imagedownload picture:after {
    content: "Download";
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--teal-500);
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px
}

#images .imagedownload a:hover:after, #images .imagedownload picture:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#images .imagedownload a img, #images .imagedownload picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#images #section-logos .imagedownload a {
    padding: 0 15px
}

#images #section-logos .imagedownload a img {
    -o-object-fit: contain;
    object-fit: contain
}

#images .vidplaceholder {
    min-height: 250px;
    background-color: var(--gray-400);
}

@media screen and (max-width: 768px) {
    #images .sliderfour.images img {
        height: 165px;
        padding: 5px
    }
}

#images .sliderfour.video a .videooverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#images .sliderfour.video a .videooverlay .fa-play-circle {
    color: var(--white);
    text-shadow: 0 0 2px #000
}

@media screen and (max-width: 1200px) {
    #images #section-images .carousel-navigation {
        display: -webkit-box !important;
        display: flex !important
    }
}

.modal .modal-content {
    box-shadow: none;
    padding: 7px
}

.modal .modal-content .modal-header {
    padding: 0
}

.modal .modal-content .modal-header:after {
    display: none
}

.modal .modal-content .modal-header .close span {
    opacity: .2;
    color: var(--black);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, .35)
}

.modal-backdrop.in {
    opacity: 1
}

#companyinfo .info-block img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 180px
}

#companyinfo .info-block .info-graphic {
    color: #453635;
    font-size: 4em;
}

#companyinfo .slidersix:not(.slick-slider) .info-block {
    width: 100%;
    margin-bottom: 5px
}

#companyinfo .slidersix:not(.slick-slider) img {
    visibility: visible
}

#infographics .infographics {
    border-top: 1px solid var(--gray-200);
}

#infographics .slider-nav .sliderone-nav {
    width: 100%
}

#infographics .slider-nav .nav-item:not(.slick-slide) {
    float: left
}

#infographics .slider-nav .nav-item img {
    max-height: 250px;
    width: auto
}

#infographics .slider-nav button {
    position: absolute;
    z-index: 9999;
    margin: 16px;
}

#infographics .slider-nav button.next, #infographics .slider-nav button.slick-next {
    right: 0
}

#infographics .slider-nav button.prev, #infographics .slider-nav button.slick-prev {
    left: 0
}

#infographics .infographic-static {
    background-color: var(--white);
}

#infographics.slick-current .infographic-view {
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

#infographics .infographic-view {
    max-height: 450px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    #infographics .infographic-view {
        border-right: 1px solid var(--gray-200);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #infographics .infographic-view {
        max-height: 520px
    }
}

#infographics .infographic-view.full {
    max-height: 1000vh
}

#infographics .infographic-view img {
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

@media screen and (min-width: 768px) {
    #infographics .infographic-view img {
        max-width: 45vw
    }
}

#infographics .infographic-view .toggle-reveal {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: var(--white);
}

#infographics .infographic-view .toggle-reveal button:after {
    content: " ";
    position: absolute;
    display: block;
    border-top: 3px solid var(--teal-500);
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    box-sizing: border-box;
    opacity: 0
}

#infographics .infographic-view .toggle-reveal button:hover:after {
    opacity: 1;
    width: 100%
}

#infographics .infographic-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-align: center
}

@media (min-width: 768px) {
    #infographics .infographic-content {
        text-align: left
    }
}

#infographics .infographic-interact .infographic-interact-container {
    min-height: 450px
}

#infographics .infographic-interact.slick-active, #infographics .infographic-static.slick-active {
    z-index: 1
}

#infographics .animated-bottom-bar {
    position: relative;
    cursor: pointer;
    padding-bottom: 7px;
    white-space: normal
}

#infographics .animated-bottom-bar:after {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    box-sizing: border-box;
    opacity: 0
}

#infographics .animated-bottom-bar:hover:after, #infographics .circle:hover + .animated-bottom-bar:after, #infographics .nav-item.slick-current .animated-bottom-bar:after {
    width: 100%;
    opacity: 1;
    border-bottom: 6px solid var(--teal-500);
}

#infographics #circle-nav-left:hover, #infographics #circle-nav-right:hover {
    cursor: pointer
}

#infographics .nav-item {
    width: 15%;
    max-width: 250px
}

#infographics #circle-nav-left, #infographics #circle-nav-right {
    z-index: 10;
    width: 5%
}

#infographics #circle-nav-left i, #infographics #circle-nav-right i {
    font-size: 3.5em;
    top: 40%
}

#infographics #circle-nav-left i {
    float: left;
    margin-left: 25%
}

#infographics #circle-nav-right i {
    float: right;
    margin-right: 25%
}

#infographics #circle-nav-left {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

#infographics #circle-nav-right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#infographics #circle-navigation {
    width: 100%;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

#infographics #circle-navigation-row {
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

#infographics #circle-navigation-row::-webkit-scrollbar, #infographics #circle-navigation-row::-webkit-scrollbar-thumb, #infographics #circle-navigation-row::-webkit-scrollbar-track {
    width: 0;
    height: 0;
    background-color: transparent
}

#infographics #circle-navigation-row .nav-item {
    display: inline-block
}

#infographics .circle {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

#infographics .slick-slide .circle:hover > img, #infographics .slick-slide.slick-current .circle > img {
    opacity: 1;
    border: 5px solid var(--teal-200);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 3px
}

#infographics .circle > img {
    height: auto;
    margin: 0 auto;
    max-width: 11vw;
    min-height: 11vw;
    padding: 3px;
    border: 5px solid var(--white);
    border-radius: 50%;
    -webkit-transition: .25s;
    transition: .25s;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 768px) {
    #infographics .nav-item.slick-current .animated-bottom-bar:after {
        border-bottom: 6px solid var(--teal-500);
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    #infographics #circle-nav-left i, #infographics #circle-nav-right i {
        font-size: 3em;
        top: 38%
    }

    #infographics .sticky #circle-nav-left i, #infographics .sticky #circle-nav-right i {
        font-size: 1.8em
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #infographics .circle > img {
        max-width: 14vw;
        min-height: 14vw
    }

    #infographics .nav-item {
        width: 12%;
        min-width: 90px
    }

    #infographics #circle-nav-left i, #infographics #circle-nav-right i {
        font-size: 2em;
        top: 35%
    }

    #infographics .sticky #circle-nav-left i, #infographics .sticky #circle-nav-right i {
        font-size: 1.2em;
        top: 31%
    }
}

@media (max-width: 767px) {
    #infographics .circle > img {
        max-width: 14vw;
        min-height: 14vw;
        border: 3px solid var(--white);
    }

    #infographics .circle.active img, #infographics .circle.focused img, #infographics .circle:hover img {
        border: 3px solid var(--teal-200);
        padding: 3px
    }

    #infographics .nav-item {
        width: 16%
    }

    #infographics #circle-nav-left i, #infographics #circle-nav-right i {
        font-size: 2em;
        top: 37%
    }

    #infographics .sticky #circle-nav-left i, #infographics .sticky #circle-nav-right i {
        font-size: 1.2em;
        top: 31%
    }
}

@media (max-width: 510px) {
    #infographics #circle-nav-left i, #infographics #circle-nav-right i {
        font-size: 1.5em
    }

    #infographics .sticky #circle-nav-left i, #infographics .sticky #circle-nav-right i {
        font-size: 1em;
        top: 32%
    }

    #infographics .nav-item .animated-bottom-bar {
        font-size: 11px
    }

    #infographics .visible-xs-phone {
        display: block
    }

    #infographics .nav-item {
        min-width: 55px;
        width: 17%
    }

    #infographics .circle > img {
        max-width: 21vw;
        min-height: 21vw
    }

    #infographics .sticky.shrink #circle-navigation-row .circle {
        width: 75%
    }
}

body.modal-open {
    overflow: visible
}

.comp-breadcrumb ol {
    padding-left: 40px!important;
}

.comp-breadcrumb ol li a, .comp-breadcrumb ol li span {
    font-size: 16px!important;
}

@media (max-width: 1650px) {
    .comp-breadcrumb ol {
        padding-left: 30px!important;
    }
}

.modal {
  z-index: 11000;
}

.modal-dialog {
  margin: 30px auto;
}

.modal .embed-responsive {
  padding-bottom: 56.25%;
}

.modal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 30px;
    max-height: 95vh;
    overflow: hidden;
}

.modal .modal-body img {
  max-height: 60vh;
  object-fit: contain;
}

.modal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

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