﻿/*@import "estilos.css";*/
/*General styles*/

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem !important;
}

html {
    font-size: 16px;
}

a[x-apple-data-detectors] {
    color: #024785 !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.appleLinks a {
    color: #024785;
    text-decoration: none;
}

.w-100-full {
    width: 100%;
}

.text-orange {
    color: #f9a63f;
}

a,
a:active,
a:focus,
.btn:focus,
.btn:active {
    outline: none !important;
    text-decoration: none !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    border-color: none;
    box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn {
    outline: none !important;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.row-fix {
    margin: auto;
    width: 100%;
}

.btn-primary {
    border: none;
    outline: none !important;
}

    .btn-check:active + .btn-primary,
    .btn-check:checked + .btn-primary,
    .btn-primary.active,
    .btn-primary:active,
    .show > .btn-primary.dropdown-toggle {
        border: none;
    }

.color-white {
    color: #fff !important;
}

#drop-close.btn {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0.4em 1em;
    margin-left: auto;
}

#drop-close .text {
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

#drop-close i {
    font-size: 1em !important;
}

/*END OF# general styles*/
/*NAVBAR*/
.navbar {
    /* padding-left: 100px !important; */
    /* padding-right: 70px !important; */
    padding-top: 15px !important;
}

    .navbar .menu-btn-1 {
        background-color: #f9a63f;
        border-radius: 1px !important;
    }

.navbar-nav .nav-item .btn-warning {
    background-color: #f9a63f !important;
    border-radius: 0px;
    border: 1px solid #f9a63f !important;
}

.navbar .menu-btn-1 {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-navbar {
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #0f5da6;
    padding-top: 144px;
    color: #fff;
    transition: visibility 0s, opacity 0.35s linear;
}

#drop-close {
    /* position: absolute; */
    font-size: 19px;
    /* top: 95px; */
    /* right: 43px; */
    /* z-index: 999; */
}

.dropdown-navbar .menu-1 {
    visibility: hidden;
}

.dropdown-navbar .menu-2 {
    visibility: hidden;
}

.dropdown-navbar .menu-3 {
    visibility: hidden;
}

.dropdown-navbar .services {
    padding-left: 10px;
    padding-right: 20px;
}

.dropdown-navbar .items {
    padding-left: 30px;
    padding-right: 30px;
}
/*#menu-2 .container{
    height: 100%;
    overflow: auto;
}*/
.dropdown-navbar h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.dropdown-navbar .services a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
    width: 92%;
}

.dropdown-navbar .menu-2 .col-md-8 {
    /* background-image: url("../assets/achxinstall.jpg"); */
    background-size: 768px 416px;
    background-repeat: no-repeat;
    margin-top: 34px;
}

.dropdown-navbar .menu-3 .col-md-8 {
    margin-top: 34px;
    /* background-image: url("../assets/Night Industrial Image (1).jpg"); */
    background-size: 768px 416px;
    background-repeat: no-repeat;
}

.dropdown-navbar a {
    transition: all 0.1s ease-in-out;
}

.dropdown-navbar h3 a {
    color: #fff;
}
/* .dropdown-navbar a:hover {
  color: #f9a63f !important;
  transform: translate(15px, 0px);
  transition: all 0.1s ease-in-out;
} */
.dropdown-navbar a.current,
.dropdown-navbar a:hover {
    color: #f9a63f !important;
}

.dropdown-navbar .items a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*Carousel*/

.nav-item.search-btn .fa-search {
    font-size: 21px;
}

.nav-item.search-btn div.open {
    display: flex;
    align-items: center;
}

.nav-item.search-btn .search-overlay {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.23);
    background: #fff;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transition: opacity 0.3s ease-out, margin-top 0.3s;
    -webkit-transition: opacity 0.3s ease-out, margin-top 0.3s;
    -ms-transition: opacity 0.3s ease-out, margin-top 0.3s;
    -moz-transition: opacity 0.3s ease-out, margin-top 0.3s;
    -o-transition: opacity 0.3s ease-out, margin-top 0.3s;
    position: absolute;
    top: -500px;
    right: -15px;
    white-space: nowrap;
    padding: 12px;
    text-align: left;
}

    .nav-item.search-btn .search-overlay.show {
        opacity: 1;
        -webkit-opacity: 1;
        -ms-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        top: 100%;
        margin-top: 20px;
    }

    .nav-item.search-btn .search-overlay:after,
    .nav-item.search-btn .search-overlay:before {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        background: #fff;
    }

    .nav-item.search-btn .search-overlay:after {
        top: 0;
        left: auto;
        right: 15px;
        width: 39px;
        height: 28.5px;
    }

    .nav-item.search-btn .search-overlay:before {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        background: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        box-shadow: -1px -1px 9px 0 rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: -1px -1px 9px 0 rgba(0, 0, 0, 0.18);
        -ms-box-shadow: -1px -1px 9px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: -1px -1px 9px 0 rgba(0, 0, 0, 0.18);
        -o-box-shadow: -1px -1px 9px 0 rgba(0, 0, 0, 0.18);
        top: -8.5px;
        left: auto;
        right: 24px;
        width: 21px;
        height: 21px;
    }

    .nav-item.search-btn .search-overlay .fa-search,
    .nav-item.search-btn .search-overlay .fa-times {
        color: #024785 !important;
        font-size: 18px;
    }

    .nav-item.search-btn .search-overlay > * {
        position: relative;
        z-index: 2;
    }

.nav-item.search-btn form {
    display: inline-block;
    border-bottom: 1px dotted #c3c1bf;
}

.nav-item.search-btn input {
    display: inline-block;
    width: 246px;
    padding: 7px 0;
    vertical-align: middle;
    line-height: 1;
    font-family: HelveticaNeueW01-Thin, Arial, Helvetica, sans-serif;
    color: #6a747c;
    border: none;
    outline: none;
}

.nav-item.search-btn button {
    background: 0 0;
    border: none;
}

.nav-item.search-btn .search-overlay button.close {
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    text-shadow: none;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    float: none;
    width: 28px;
    margin-right: 3px;
    text-align: right;
    font-weight: 400;
    outline: none;
}

.dropdown-navbar ul {
    list-style: none;
}

.sub-menu {
    position: absolute;
    left: 31%;
    top: 6%;
    display: none;
}

    .sub-menu.active {
        display: flex;
    }

.dropdown-navbar > div {
    /* background-color: #0f5da6; */
    height: 100vh;
}

.dropdown-navbar .container {
    z-index: 2;
    position: relative;
}

.bg-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0f5da6;
    z-index: 0;
}

.sub-menu .items a {
    border: none;
    font-weight: 400;
    width: 100%;
}

#carouselChart {
    padding-top: 30px;
}

.carousel h3 {
    font-size: 50px;
    font-weight: bold;
}

.carousel p {
    font-size: 18px;
}

/* Makes a fixed background wrapper
which the user cannot interact with */

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

    .vimeo-wrapper iframe {
        width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 50vh;
        min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#carouselChart .video .overlay {
    position: relative;
}

#carouselChart .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    #carouselChart .overlay img {
        /*width: 100%;*/
        width: 50%;
    }

.carousel .carousel-caption {
    max-width: 700px;
}

    .carousel .carousel-caption a {
        margin-top: 10px;
        padding: 10px 43.5px;
        font-size: 18px;
        background-color: #3fa8de;
        border-radius: 1px;
    }

.carousel img {
    max-width: 100%;
}

.carousel .carousel-caption {
    text-align: left !important;
    width: 60%;
    left: 6.8%;
    right: 6.8%;
    top: 30%;
}

.carousel .carousel-indicators {
    left: 7%;
    width: 25%;
    bottom: 3.2%;
    margin: 0px;
    padding-right: 10px;
    background: #fff;
}

    .carousel .carousel-indicators li {
        text-indent: 0px !important;
        height: auto !important;
        opacity: 1 !important;
        width: 100% !important;
        border: none !important;
        margin: 0 !important;
        padding: 10px 0 10px 10px;
        background: #fff !important;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

        .carousel .carousel-indicators li img {
            width: 100%;
            /* outline: 7px white solid; */
            cursor: pointer;
            border: 6px solid transparent;
        }

        /* .carousel .carousel-indicators li img {
  border: 6px solid #fff;
}
*/
        .carousel .carousel-indicators li.active img {
            border: 6px solid #024785;
        }

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 5%;
}

    .carousel .carousel-control-prev span:nth-child(1),
    .carousel .carousel-control-next span:nth-child(1) {
        border: 1px white solid;
        width: 30px;
        height: 30px;
    }

.carousel .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px white solid;
}

/*END OF# carousel*/

/*HEADER AND NavBAR*/
.h-b_c {
    background-color: #004785;
    height: 31px;
    text-align: right;
    padding: 3px 0 3px 0 !important; /*con padding de 8% para descktop la distancia al margen queda en 109px, y en el XD es 107*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .h-b_c .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .h-b_c a {
        color: #d9d9d9;
        margin: 0px 7px;
        font-size: 15px;
        line-height: 17px;
    }

.navbar .btn-warning {
    font-weight: bold;
}

.navbar .nav-link {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.1s ease-in-out;
    cursor: pointer;
}

    .navbar .nav-link:hover {
        color: #f9a63f;
        transition: color 0.1s ease-in-out;
    }

.navbar {
    background-color: rgba(0, 71, 133, 0.6);
    transition: background-color 0.5s ease-in-out;
}

.fixed {
    position: fixed !important;
    transition: position 1s ease-in-out;
}

    .fixed .navbar .nav-link {
        color: #004785;
        transition: color 0.1s ease-in-out;
    }

        .fixed .navbar .nav-link:hover {
            color: #f9a63f;
            transition: color 0.1s ease-in-out;
        }

    .fixed nav {
        width: 100%;
        background-color: #fff !important;
        transition: background-color 0.5s ease-in-out;
    }

.navbar li .btn {
    width: 180px;
}

.navbar__nav-li__icon-container {
    display: flex;
    align-items: center;
}
/*END OF# HEADER AND NavBAR*/

/*Product section styles*/
.product .container {
    /* margin-left: 108px; */
}

.product {
    position: relative;
    overflow: hidden;
}

.box-grey {
    z-index: -1;
    position: absolute;
    height: 69.8vh;
    width: 53.8vw;
    background-color: #efefef;
}

.product_header__title {
    height: 300px;
}

    .product_header__title h1 {
        font-family: sans-serif;
        margin-top: 40px;
        padding-right: 120px;
        font-size: 50px;
        color: #004785;
        font-weight: bold !important;
    }

.product_header__text {
    background-color: #fff;
    z-index: 1;
}

    .product_header__text h4 {
        font-weight: normal;
        color: #555555;
        font-size: 20px;
    }

.product__cards {
    /*margin-top: -130px !important;*/
}

.product__card__link {
    width: 100%;
    max-height: 45px;
    background-color: rgba(0, 71, 133, 0.8);
    text-align: center;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.product__cards .row:last-child {
    margin-bottom: 35px;
}

.product__card__link div {
    padding-top: 5px;
}

.product__card__link:hover {
    max-height: 185px;
    transition: max-height 0.25s ease-in;
}

    .product__card__link:hover .card__link_title i {
        transform: rotate(90deg);
    }

.product__card__link .card__link_text {
    color: #bababa;
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 5px;
}

.product__card__link button {
    height: 30px;
    padding-top: 2px;
}

.product__card__link .card__link_title {
    font-size: 20px;
    margin-bottom: 4px;
}

    .product__card__link .card__link_title i {
        font-size: 18px;
        margin-left: 5px;
    }

.product__card__link button {
    border: 1px #3fa8de solid;
    border-radius: 1px;
    color: #3fa8de;
    font-size: 15px;
    margin-bottom: 15px !important;
}

    .product__card__link button:hover {
        color: #fff;
    }

.col-sm {
    height: 300px;
}

.product__cards .item {
    /* padding: 0px 8px; */
}

    .product__cards .item .item-wrap {
        position: relative;
        overflow: hidden;
    }

        /* .card-4-1 {
  background-image: url("../assets/Night_Industrial.jpg");
    background-position: center;
    background-size: cover;    
} */
        .product__cards .item .item-wrap .images figure {
            /* background-image: url("../assets/Night_Industrial.jpg");
    background-position: center;
    background-size: cover;     */
            position: relative;
            width: 100%;
            min-height: 302px;
            margin: 0;
            display: block;
            overflow: hidden;
            background-color: #ccc;
        }

        .product__cards .item .item-wrap .images img {
            position: absolute;
            left: -10000%;
            right: -10000%;
            top: -10000%;
            bottom: -10000%;
            margin: auto auto;
            min-width: 1000%;
            min-height: 1000%;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
        }

/* .card-4-2 {
  background-image: url("../assets/FieldService.jpg");
  background-position: center;
  background-size: cover;
} */

/* .card-4-3 {
  background-image: url("../assets/Cryo-LeaseTrailer.jpg");
  background-position: center;
  background-size: cover;
} */

/* .card-4-4 {
  background-image: url("../assets/dreamstime_water.jpg");
  background-position: center;
  background-size: cover;
} */

/* .card-2-1 {
  background-image: url("../assets/ChartProductsCollage.jpg");
  background-position: center;
  background-size: cover;
} */

/* .card-2-2 {
  background-image: url("../assets/IMB_Breech_Lock.jpg");
  background-position: center;
  background-size: cover;
} */

/* .card-1 {
  background-image: url("../assets/ChartParts.jpg");
  background-position: center;
  background-size: cover;
} */

#carouselExampleCaptions .carousel-caption {
    max-width: 573px;
}

/* END OF# Product section styles*/
/* Chart Parts Section */
.ImagePanel-Dark {
    /* background-image: url("../assets/airbackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
    padding: 70px 0px 90px 0px;
}

    .ImagePanel-Dark i {
        font-size: 50px;
        color: #54a4e2;
    }

    .ImagePanel-Dark .firstColumn {
        background-color: rgba(0, 71, 133, 0.9);
        padding: 53px 78px 100px 98px;
        /* height: 505px; */
    }

    .ImagePanel-Dark .sectionTitle {
        font-weight: bold;
        color: white;
        font-size: 50px;
        font-family: sans-serif;
    }

    .ImagePanel-Dark .fad,
    .fa {
        font-size: 50px;
        color: #54a4e2;
    }

    .ImagePanel-Dark .row {
        /* margin-right: 20px; */
    }

    .ImagePanel-Dark .textDescription {
        font-weight: 400;
        color: white;
    }

.fad.fa-swap-opacity:before,
.fad:after {
    opacity: 1 !important;
}

.ImagePanel-Dark .btnLearnMore { /*#chartParts*/
    background: #3fa8de;
    text-decoration: none;
    border: 0;
    margin-top: 10px;
    padding: 0px 50px 0 50px;
    border-radius: 2px;
    color: white;
    height: 3em;
}
/* #END OF Chart Parts */
/* Chart city  #chartCity */
.ImagePanel-Light {
    /* background-image: url("../assets/chartCitycompress.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
    display: flex;
    min-width: 100%;
    align-items: center;
}

    .ImagePanel-Light i {
        font-size: 50px;
        color: #12457C;
    }

    .ImagePanel-Light .container {
        padding: 0 8px;
    }

    .ImagePanel-Light .firstColumn {
        background-color: rgba(239, 239, 239, 0.85);
        padding: 53px 78px 100px 98px;
        /* margin-left: 3em; */
        line-height: 30px;
    }

    .ImagePanel-Light .sectionTitle {
        font-weight: bold;
        color: #12457c;
        font-size: 3.125rem;
        font-family: sans-serif;
    }

    .ImagePanel-Light .fad,
    .fa {
        font-size: 50px;
        color: #12457c;
    }

    .ImagePanel-Light .textDescription {
        font-weight: 400;
        color: #555555;
    }

    .ImagePanel-Light .btnLearnMore {
        background: #3fa8de;
        text-decoration: none;
        border: 0;
        margin-top: 10px;
        padding: 0px 50px 0 50px;
        border-radius: 2px;
        color: white;
        height: 3em;
    }

/* #END OF Chart city */
hr.green-line {
    background-color: #9DC335;
    height: 3px;
    width: 70%;
    margin-left: 15px;
    opacity: 1;
}
/* Bussiness and Brands */
.bussines_container {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #004785;
    /* background-image: url("../assets/IMB_Breech_Lock.png"); */
    /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}

    .bussines_container .grid_container > .row {
        padding: 70px 11px 55px;
    }

.grid_container {
    /* margin-left: 50px; */
}

/*.brands_container {
    padding-top: 50px;
    padding-bottom: 50px;
}*/

.brand_container {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bussines_container .grid_container {
    display: flex;
    align-items: center;
    min-height: 560px;
}

.brand {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bussines_container h1 {
    font-size: 50px;
    line-height: 45px;
    font-weight: bold;
}

.bussines_container p {
    color: #d9d9d9;
}

.bussines_container button {
    background-color: #3fa8de;
    font-size: 18px;
    border-radius: 2px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
}

    .bussines_container button:hover {
        background-color: #44b7f2;
        color: #e3e3e3;
    }
/* #END OF Bussiness and brands */

/* Counter */
.bg-counter {
    padding: 60px 0px;
    background-color: #e8e8e8;
}

    .bg-counter .container-counter .row {
        /* padding: 0 11px; */
        margin: auto;
    }

    .bg-counter-2 .container-counter .item,
    .bg-counter .container-counter .item {
        padding: 0 11px;
        width: 100%;
    }

.bg-counter-2 {
    padding: 90px 0px;
    background-color: #e8e8e8;
    margin-top: -50px;
}

    .bg-counter .textDescription,
    .bg-counter-2 .textDescription {
        padding-right: 5px;
        color: #555555;
    }

.container-counter {
    position: relative;
}

.col {
    padding-left: 0px;
    padding-right: 0px;
}

.bg-counter button.btnLearnMore,
.bg-counter-2 button.btnLearnMore {
    background: #3fa8de;
    text-decoration: none;
    border: 0;
    /* margin-top: 15px; */
    padding: 11.5px 46px 11.5px 46px;
    border-radius: 2px;
    color: white;
}

.bg-counter-2 .container .item > .row,
.bg-counter .container .item > .row {
    box-shadow: 0px 0px 10px rgba(90, 90, 90, 0.73);
}
/* Second Column */
.secondColumn {
    height: 35vw;
    min-height: 560px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    line-height: 30px;
    /* box-shadow: 0px 0px 10px rgba(90, 90, 90, 0.73); */
}

.bg-counter .secondColumn div {
    padding: 0px 70px 0px;
}

.bg-counter-2 .secondColumn div {
    padding: 0px 70px 0px;
}

.bg-counter-2 .secondColumn h2 {
    font-size: 30px;
}

.bg-counter-2 .secondColumn p {
    font-size: 17px !important;
}

.bg-counter-2 .secondColumn .textDescription,
.bg-counter .secondColumn .textDescription {
    padding-top: 0.538rem;
    padding-bottom: 0.538rem;
}

.sectionTitleColumn2 {
    font-weight: 700;
    color: #12457c;
    font-size: 25px;
    line-height: 36px !important;
}

#counter-1,
#counter-2 {
    display: flex;
    align-items: center;
}

.counterContainer,
.counterContainer2 {
    position: relative;
}

    .counterContainer .counterContent,
    .counterContainer2 .counterContent {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: auto;
    }

.counterContainer,
.counterContainer2 {
    height: 35vw;
    min-height: 560px;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .counterContainer {
  background-image: url("../assets/whaleCompress.png");
} */
/*.counterContainer2 {
  background-image: url("../assets/bg-counter2.png");
}*/
.counterContent {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.counterSubtitle {
    font-size: 20px;
    font-weight: 300;
    color: white;
    margin-top: -20px !important;
}

.number {
    font-size: 80px;
    font-weight: 900;
    color: #f9a63f;
}
/* .bg-counter .secondColumn div {
  padding: 0px 45px 0px 85px !important;
} */
/* #END OF Counter */
/*About section*/
.about_container {
    position: relative;
    /* max-height: 100vh; */
    /* max-width: 100vw; */
    height: 730px;
    background-position: left;
    background: linear-gradient(0deg, rgba(6,52,93,.7), rgba(0,0,0,0));
}

    .about_container .bg-html.image,
    .field_container .bg-html.image {
        display: none;
    }

        .about_container .bg-html.image.active,
        .field_container .bg-html.image.active {
            display: block;
        }

.spacer {
    margin-top: 35px;
}

.about_container {
    /* background-image: url("../assets/Welder.png"); */
    background-size: cover;
}

.about_container__buttons {
    margin-top: -32px;
    /* padding-left: 108px;
  padding-right: 108px; */
}

.about_container__title {
    /* left: 5%; */
    width: 60%;
    bottom: 60px;
}

#about_title {
    font-weight: bold !important;
}

.about_container__title button {
    border-radius: 1px;
    padding: 10px 40px;
    font-size: 1.125rem;
    color: #fff;
    background-color: #3fa8de;
}

.about_container__buttons .btn {
    border: none;
    border-radius: 1px;
    font-size: 1.563rem;
}

.about_description {
    font-size: 1.125rem;
}

.btn-about {
    border-right: 1px white solid !important;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #f9a63f !important;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: 0;
}
/*#END OF About section*/

/*Footer*/

footer.text-lg-start {
    display: flex;
    background-color: #dddddd;
    /* border: 1px solid black; */
    text-align: center;
}

footer .sectionTitle span {
    display: inline-block;
}

#footer-container {
    padding-top: 65px !important;
    padding-bottom: 22px !important;
}
    /* #footer-container .main-row {
  height: 30vh;
  max-height: 148px;
  margin: auto;
} */
    #footer-container .year-row {
        /* max-height: 20px;
  margin-top: 10px; */
    }
/* 1 columna Seccion Social Media */

/* #footer-container .seccionCentral div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */
.seccionCentral {
    padding: 0px 40px 0px 40px !important;
}

    .seccionCentral div {
        padding: 0px 60px 0px 60px;
        height: 100%;
        border-left: 1px solid #aeaeae;
        border-right: 1px solid #aeaeae;
    }

#footer-container .socialMediaFooter {
    display: flex;
    align-items: center;
    /*border-right:1px solid #AEAEAE;*/
    font-size: 14px;
}

    #footer-container .socialMediaFooter ul li a {
        color: #9a9a9a;
        padding-right: 3px;
    }

    #footer-container .socialMediaFooter ul li {
        margin-bottom: 8px;
        display: flex;
    }

        #footer-container .socialMediaFooter ul li:last-child {
            margin-bottom: 15px;
        }

#footer-container .year {
    font-size: 12px;
    color: #9a9a9a;
}

#footer-container .fab {
    font-size: 19px;
    text-align: center;
    color: #004785;
    padding-right: 3px;
}

/* 3 columna Seccion Legal */

#footer-container h5.sectionTitle {
    font-weight: 700;
    color: #004785;
    font-size: 30px;
    font-family: sans-serif;
}

#footer-container button.btnLearnMore {
    background: #3fa8de;
    text-decoration: none;
    border: 0;
    margin-top: 15px;
    padding: 0.719rem 2.875rem 0.719rem 2.875rem;
    border-radius: 2px;
    color: white;
}

/* 3 columna Seccion Legal */

.seccionLegal {
    display: flex;
    align-items: center;
    /*border-left:1px solid #AEAEAE;*/
    justify-content: flex-end;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

    .seccionLegal ul li a {
        text-decoration: none;
        color: #9a9a9a;
    }

    .seccionLegal ul li {
        margin-bottom: 7px;
    }

/*#END OF Footer*/
/*# Chartnews*/

#ChartNews {
    /* background-image: url("../assets/chartNewsMain.png"); */
    /* background-size: cover; */
    /* padding: 95px 0px 6px 0px; */
    padding: 95px 10px 6px 107px;
}

    #ChartNews .slick-track {
        max-height: 600px;
    }

    #ChartNews .bg-html {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }

    #ChartNews .col-4 {
        padding-left: 70px;
    }
    /*Columna chartNews-all*/
    #ChartNews .chartNews-all {
        padding-bottom: 50px;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: relative;
    }

        #ChartNews .chartNews-all .chartNew-all-wrap {
            margin: auto;
        }

        #ChartNews .chartNews-all .title {
            color: #ffffff;
            font-weight: bold;
            font-size: 50px;
            font-family: sans-serif;
            line-height: 1;
        }

        #ChartNews .chartNews-all .text {
            font-size: 16px;
            color: #d9d9d9;
        }

        #ChartNews .chartNews-all .button {
            background-color: #3fa8de;
            margin-top: 20px;
            padding: 10px 35px 10px 35px;
            border-radius: 2px;
            color: #fff;
            font-size: 18px;
        }
    /*Columna chartNews-slider*/

    #ChartNews .chartNews-slider .card img {
        width: 100%;
    }

    #ChartNews #chart-slider {
        padding-bottom: 60px;
    }

    #ChartNews .chartNews-slider .card {
        margin-right: 15px;
        height: auto;
        background-color: transparent;
    }

        #ChartNews .chartNews-slider .card .card-content {
            padding: 13px 10px 5px 10px !important;
            background-color: #fff;
            border-radius: 0px 0px 0.25rem 0.25rem;
            max-height: 243px;
            min-height: 243px;
        }

.slick-slide {
    border: none !important;
}

.slick-track {
    /* height: 50vh; */
    /* min-height: 400px; */
}

.arrows {
    /* position: relative;
  min-height: 50px;
  margin-top: 7px; */
    position: absolute;
    bottom: 0;
    right: -65px;
}

.arrow-prev,
.arrow-next {
    position: absolute;
    bottom: 10px;
    background-color: transparent;
    border: 1px white solid;
    width: 30px;
    height: 30px;
}

    .arrow-prev:active,
    .arrow-next:active,
    .arrow-prev:focus,
    .arrow-next:focus {
        outline: none !important;
    }

    .arrow-prev:hover,
    .arrow-next:hover {
        border: 2px white solid !important;
        outline: none !important;
    }

.arrow-next {
    right: 90px;
}

.arrow-prev {
    right: 140px;
}

    .arrow-next i,
    .arrow-prev i {
        font-size: 12px;
        color: white;
        font-weight: 600;
    }

#ChartNews .chartNews-slider .category {
    color: #3fa8de;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#ChartNews .chartNews-slider .title {
    color: #004785;
    font-weight: bold;
    line-height: 20px;
    min-height: 68px;
    display: block;
    margin-top: 7px;
}

#ChartNews .chartNews-slider .text {
    font-size: 16px;
    color: #555555;
    line-height: 20px;
    margin-bottom: 3rem;
}

#ChartNews .chartNews-slider .date {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    color: #6e6e6e;
    font-weight: bold;
    text-transform: capitalize !important;
}

#ChartNews .col-md-4 {
    padding-left: 24px;
}

/*#END OF Chart News*/
/*//--PRODUCT PAGE--//*/

/*delivering 2-cards column*/

#DeliveringSection {
    padding: 0 !important;
}

    #DeliveringSection #deliveringContainer {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        background-color: #efefef;
    }

#deliveringContainer .row #firstColumn,
#deliveringContainer .row #imageContainer {
    height: 475px;
}

#deliveringContainer .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

#deliveringContainer .firstColumn {
    padding-left: 108px;
}

#DeliveringSection #orangeLine {
    width: 14%;
    background: #3fa8de;
    border: 0.2em solid#3FA8DE;
    margin-bottom: 1em;
}

/* Delivering Section Text Column */

#DeliveringSection #firstColumn {
    /* background-color:rgba(255,255,255, 0.7); */
    padding: 50px 100px 50px 100px !important;
    margin: auto;
}

#DeliveringSection #sectionTitleColumn {
    font-weight: 700;
    color: #004785;
    font-size: 3rem;
}

#DeliveringSection #textDescription {
    font-weight: 400;
    color: #555555;
    font-size: 1.125rem;
    padding-right: 10px;
}

#DeliveringSection #btnBlue {
    font-size: 1rem;
    background: #54a4e2;
    text-decoration: none;
    border: 0;
    margin-top: 10px;
    padding: 0px 50px 0 50px;
    border-radius: 2px;
    color: white;
    height: 3em;
}

#DeliveringSection #btnOrange {
    font-size: 1rem;
    background: orange;
    text-decoration: none;
    border: 0;
    margin-top: 10px;
    padding: 0px 50px 0 50px;
    border-radius: 2px;
    color: white;
    height: 3em;
}
/* Delivering Section Image Container */
#DeliveringSection #imageContainer {
    line-height: 30px;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-image: url("../assets/ACHX_install_on_site.jpg"); */
}
/*#END OF delivering 2-cards column*/
/*Technical library burger buttons*/
#TechnicalLibrary {
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 0 20px;
}

.technicalLibrary__container {
    max-width: 769px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 90deg, rgb(6, 52, 93), rgba(0, 0, 0, 0));
}

}

.technicalLibrary__container__header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

    .technicalLibrary__container__header h2 {
        color: #004785;
        font-weight: bold;
        font-size: 2.77rem;
        line-height: 1.1;
    }

    .technicalLibrary__container__header p {
        font-size: 1rem;
        line-height: 1.39;
    }

.technicalLibrary__buttons-container button {
    width: 100%;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    background-color: #004785 !important;
    border-radius: 0% !important;
}

    .technicalLibrary__buttons-container button span {
        display: inline-block;
        width: 16px;
        height: 10px;
        margin-right: 15px;
        background-image: url("../assets/arrow_down_orange.svg");
    }

.technicalLibrary__button-card {
    text-align: left;
}

.technicalLibrary__button-card__container {
    margin-left: 82px;
}

    .technicalLibrary__button-card__container h4 {
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.94;
        color: #004785;
    }

    .technicalLibrary__button-card__container p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.67;
        color: #555555;
    }

#TechnicalLibrary .card {
    margin-top: -14px;
    background-color: #efefef !important;
}

.technicalLibrary__button-card button {
    max-width: 181px;
    margin-top: 16px;
    margin-bottom: 28px;
    font-weight: normal;
    background-color: #b9b9b9 !important;
    border: none !important;
}

.technicalLibrary__button-card__container .technicalLibrary__button-blue {
    display: block !important;
    margin-top: 45px;
    margin-bottom: 34px;
    background-color: #3fa8de !important;
}

/*#END OF Technical library burger buttons*/
/*counter*/

/*#END OF counter*/
/*BenefitHeadline*/

#BenefitHeadline .container-fluid {
    /* background-image: url("../assets/bg-benefit.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px !important;
}

    #BenefitHeadline .container-fluid .row {
        padding: 0;
    }

        #BenefitHeadline .container-fluid .row .iecp-uNaN .item {
            padding: 0 10px;
        }
        /* #BenefitHeadline .container-fluid .row .item {
  padding: 15px;
} */
        #BenefitHeadline .container-fluid .row .card {
            border-radius: 3px;
            border: none;
            margin: 5px;
        }

            #BenefitHeadline .container-fluid .row .card .card-body {
                padding: 25px 10px 30px 10px;
            }

    #BenefitHeadline .container-fluid .card-text {
        font-size: 16px;
        color: #555555;
    }

    #BenefitHeadline .container-fluid .card-title {
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: bold;
        color: #004785;
    }
/* #BenefitHeadline .row {
    width: 98%;
} */
#BenefitHeadline .container-fluid {
    padding-right: 108px;
}

/*#END OF BenefitHeadline*/

/* Connect with charts Sections */
#connectWithCharts {
    /* background-image: url("../assets/nightindustrial.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 653px;
    align-items: center;
    position: relative;
}

    #connectWithCharts .container-fluid {
        position: absolute;
        height: 100%;
        margin: auto;
        display: flex;
        align-content: center;
        top: 0;
    }

    #connectWithCharts .row {
        width: 90%; /*revisar Ema */
        align-items: center;
    }

    #connectWithCharts .firstColumn {
        background-color: rgba(18, 69, 124, 0.9);
        padding: 70px 90px !important;
        /* min-height: 505px; */
    }

    #connectWithCharts .sectionTitle {
        font-weight: 700;
        color: white;
        font-size: 50px;
    }

    #connectWithCharts .fad,
    .fa {
        font-size: 50px;
        color: #54a4e2;
    }

    #connectWithCharts .textDescription {
        font-weight: 400;
        color: white;
        font-size: 1.125rem;
    }

    #connectWithCharts .btnLearnMore {
        background: #3fa8de;
        text-decoration: none;
        border: 0;
        font-size: 1.125rem;
        margin-top: 10px;
        padding: 0px 10px 0px 10px;
        border-radius: 2px;
        color: white;
        height: 3em;
    }

    #connectWithCharts .textDescription a:link, #connectWithCharts .textDescription a:visited, #connectWithCharts .textDescription a:active {
        color: #f9A63f;
        text-decoration: underline !important;
    }

    #connectWithCharts .textDescription a:hover {
        color: #f9A63f;
        text-decoration: none !important;
    }
/* END Connect with charts Sections */

/* Related Chart Produucts */
#RelatedChartProducts {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 550px;
    background-color: rgba(0,71,133,0.7);
    /* background-image: url("../assets/IMB_Breech_Lock.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #RelatedChartProducts .relatedChartProducts__container {
        /*margin-left: 95px;*/
    }

@media (min-width: 1024px) {
    #RelatedChartProducts .row {
        padding: 69px 0;
    }
}

.relatedChartProducts__container {
    margin: auto;
}

.relatedChartProducts__header {
    color: white;
    align-items: center;
}

    .relatedChartProducts__header h2 {
        font-size: 3.125rem;
        font-weight: bold;
        line-height: 1;
    }

    .relatedChartProducts__header p {
        margin-top: 15px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.88;
    }

#RelatedChartProducts .card {
    margin: 0;
    width: 380px;
    height: 415px;
    border: none;
    border-radius: 2px;
}

    #RelatedChartProducts .card img {
        max-height: 193px;
        max-width: 417px;
    }

    #RelatedChartProducts .card h4 {
        margin: 25px 8.5px 20px 8.5px;
        font-size: 1.563rem !important;
        font-weight: bold;
        line-height: 1;
        color: #004785;
    }

    #RelatedChartProducts .card p {
        margin: 10px 6.5px 0 6.5px;
        margin-bottom: 21px;
        font-size: 1rem;
        line-height: 1.25;
        color: #555555;
    }

/* #END OF Related Chart Produucts */

/* Comparison Chart */
#ComparisonCharts {
    margin-top: 50px;
    margin-bottom: 80px;
}

.comparisonCharts__text {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .comparisonCharts__text h2 {
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.1;
        color: #004785;
    }

    .comparisonCharts__text p {
        font-size: 1rem;
        line-height: 1.39;
        color: #555555;
    }

.comparisonCharts__table {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

    .comparisonCharts__table thead tr th {
        height: 83px;
        font-size: 0.88rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

.comparisonCharts__table__circle {
    max-width: 150px;
    max-height: 150px;
    /* border-radius: 50%; */
}

.circle {
    display: flex;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #004785;
}

.comparisoncharts__row th {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.17;
    text-align: left;
    color: #4b4b4b;
}

.comparisoncharts__row td {
    font-size: 1.38rem;
    font-weight: bold;
    line-height: 1.16;
    text-align: center;
    color: #004785;
}

.comparisoncharts__row--gray {
    background-color: #efefef;
}

/* #END OF Comparison Chart */

/*Field section*/
.field_container {
    position: relative;
    /* max-height: 100vh; */
    /* max-width: 100vw; */
    height: 730px;
    background-position: center;
    background-size: cover;
}
/* .field_container {
  background-image: url("../assets/fieldA.png");
} */
/* #field .field_container__title {
  margin-top: 12% !important;
} */
#field button {
    background-color: #0f5da6;
    display: none;
    border-radius: 1px;
}

.btn-group label {
    background-color: #0f5da6;
}

.field_container__buttons {
    margin-top: -40px;
    margin-bottom: 45px;
    /* padding-left: 95px;
  padding-right: 108px; */
    /* max-width: 1170px !important; */
}

.field_container__title h1 {
    font-weight: bold;
}

.field_container__buttons .btn-group,
.about_container__buttons .btn-group {
    height: 80px;
}

    .field_container__buttons .btn-group label,
    .about_container__buttons .btn-group label {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.field_container__title {
    left: 5%;
    width: 60%;
    bottom: 60px;
}

.field_container__buttons .btn-group label {
    border-radius: 1px !important;
    font-weight: bold;
}

.btm-left-border {
    border-left: 2px solid white !important;
}

.about_container__buttons {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #f9a63f !important;
    /* border: none !important; */
}

.bg-html img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    z-index: -1;
}

#CoolerByDesign {
    margin-top: 40px;
    margin-bottom: 90px;
}

.coolerByDesign__container {
    max-width: 769px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.coolerByDesign__container__header {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

    .coolerByDesign__container__header h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
    }

        .coolerByDesign__container__header h2 span {
            font-size: 15px;
        }

    .coolerByDesign__container__header p {
        font-size: 18px;
        line-height: 1.39;
        color: #555555;
    }

.coolerByDesign__buttons-container button {
    width: 100%;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    background-color: #004785 !important;
    border-radius: 0% !important;
    text-align: left;
}

.coolerByDesign__buttons-container__mobile img {
    margin-bottom: 2px;
    width: 100%;
}

.coolerByDesign__buttons-container__mobile button {
    text-align: center;
}

.coolerByDesign__buttons-container button img {
    display: inline-block;
    width: 245px;
    height: 80px;
    margin-right: 35px;
    margin-left: -13px;
    margin-top: -6px;
    margin-bottom: -6px;
}

.coolerByDesign__buttons-container button span {
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-right: 15px;
}

    .coolerByDesign__buttons-container button span i {
        color: #f9a63f;
    }

.coolerByDesign__button-card {
    text-align: left;
}

.coolerByDesign__button-card__container {
    margin-left: 82px;
}

    .coolerByDesign__button-card__container h4 {
        margin: 0;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.94;
        color: #004785;
    }

    .coolerByDesign__button-card__container p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.67;
        color: #555555;
    }

#CoolerByDesign .card {
    margin-top: -14px;
    background-color: #efefef !important;
}

.coolerByDesign__button-card button {
    max-width: 181px;
    margin-top: 16px;
    margin-bottom: 28px;
    font-weight: normal;
    background-color: #b9b9b9 !important;
    border: none !important;
}

.coolerByDesign__button-card__container .coolerByDesign__button-blue {
    display: block !important;
    margin-top: 45px;
    margin-bottom: 34px;
    background-color: #3fa8de !important;
}

/* <<SHELL E>> */
/* headline */
#headline .headline__title_container {
    width: 44%;
    margin: 40px auto 40px auto;
    text-align: center;
}

    #headline .headline__title_container h2 {
        color: #004785;
        font-size: 50px;
        line-height: 1.1;
        font-weight: bold;
    }

    #headline .headline__title_container p {
        color: #555555;
        font-size: 18px;
        line-height: 1.39;
    }

#headline .headline__card_container__image_container {
    margin-top: auto;
    margin-bottom: auto;
}

#headline .headline__card_container img {
    width: 100%;
    object-fit: cover;
}

#headline .headline__card_container {
    text-align: left;
    margin-left: 100px;
    margin-right: 115px;
}

    #headline .headline__card_container h3 {
        margin-bottom: 10px;
        color: #004785;
        font-size: 30px;
        line-height: 1.13;
        font-weight: bold;
    }

#headline .headline__card_container__card_description {
    margin-bottom: 18px;
    color: #555555;
    font-size: 18px;
    line-height: 1.39;
}

#headline .headline__card_container__card {
    margin-bottom: 45px;
}

#headline .headline__card_container__contact {
    color: #004785;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
}

#headline .headline__card_container .btn {
    margin-bottom: 18px;
    background-color: #3fa8de;
    font-size: 1.125rem;
    line-height: 1.17;
    border: none;
    border-radius: 0px;
    width: 180px;
    height: 40px;
}

#headline .headline__card_container ul {
    padding-left: 15px;
}

#headline .headline__card_container li {
    color: #555555;
    font-size: 18px;
    line-height: 1.39;
}

#headline .headline__card_container__text_container {
    margin-top: auto;
    margin-bottom: auto;
}

/* <<SHELL D>> */
/* aboutBusiness */

/* Featured products */

/* <<SHELL F>> */
#aboutBusiness {
    margin: 16px 118px 50px 100px;
}

.aboutBusiness__image_container {
    margin-bottom: 40px;
}

.aboutBusiness__image_container__col {
    padding: 0px 7px !important;
}

.aboutBusiness__image_container img {
    width: 100%;
}

.aboutBusiness__text_container h2 {
    margin-bottom: 30px;
    color: #004785;
    font-size: 50px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
}

.aboutBusiness__text_container p {
    color: #555555;
    font-size: 18px;
    line-height: 1.39;
    text-align: left;
}

.aboutBusiness__text_container__col {
    padding: 0px 7px;
}
/* Featured Products */
#featuredProducts .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}

    #featuredProducts .container-fluid .row #title {
        margin-bottom: 10px;
    }

        #featuredProducts .container-fluid .row #title h1 {
            font-size: 3.125rem;
            color: #004785;
            font-weight: bold;
            text-align: center;
            font-family: sans-serif;
        }

    #featuredProducts .container-fluid .row .featured {
        position: relative;
        height: 417px;
        margin-bottom: 25px;
    }

        #featuredProducts .container-fluid .row .featured div {
            position: relative;
            /* padding: 0px 15px; */
            height: 100%;
        }
            /* #featuredProducts .container-fluid .row .featured img {
  width: 100%;
  height: 100%;
  right: 0px;
  position: absolute;
} */
            #featuredProducts .container-fluid .row .featured div .featured_body {
                display: flex;
                text-align: center;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: 5px;
                background: rgba(0, 0, 0, 15%);
                background-image: linear-gradient( 0deg, rgba(0, 15, 67, 0.8), rgba(0, 0, 0, 0));
            }

                #featuredProducts .container-fluid .row .featured div .featured_body h1 {
                    font-weight: bold;
                    font-size: 1.563rem;
                    color: #ffffff;
                }

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    border-bottom: solid 4px rgba(0,0,0,0);
}

    .grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
        border-bottom: solid 4px #f9a63f;
    }

.grayscale-bkg img {
    filter: grayscale(1);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

#featuredProducts .container-fluid .row .featured div .featured_body p {
    font-size: 1.125rem;
    padding-right: 50px;
    padding-left: 50px;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 100;
}

#connectBusiness {
    /* background-image: url("../assets/shellF/background_ferox.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
    /* padding: 5px 80px 20px 80px; */
}

    #connectBusiness .firstColumn {
        background-color: rgba(0, 71, 133, 0.9);
        padding: 50px 50px 50px 100px;
        /* height: 505px; */
        margin-bottom: 60px;
        margin-top: 30px;
    }

    #connectBusiness .sectionTitle {
        font-weight: bold;
        color: white;
        font-size: 50px;
        font-family: sans-serif;
    }

    #connectBusiness .fad,
    .fa {
        font-size: 50px;
        color: #54a4e2;
    }

    #connectBusiness .row {
        margin-right: 20px;
    }

    #connectBusiness .textDescription {
        font-family: sans-serif;
        font-weight: 100;
        color: white;
    }

.fad.fa-swap-opacity:before,
.fad:after {
    opacity: 1 !important;
}

#connectBusiness .btnLearnMore {
    background: #3fa8de;
    text-decoration: none;
    border: 0;
    margin-top: 10px;
    padding: 0px 50px 0 50px;
    border-radius: 2px;
    color: white;
    height: 3em;
}
/* CSS VERSION 2.0 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .carousel .carousel-control-prev span,
    .carousel .carousel-control-next span,
    .carousel .carousel-indicators {
        display: none;
    }
}

#connectEmail a:link {
    color: #fff !important;
    text-decoration: underline !important;
}

#connectEmail a:visited a:active a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
/* SHELL H Styles */
#index .team .title h2 {
    color: #004785;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    font-family: sans-serif;
}

#index .team .title p {
    font-size: 18px;
}

#index .team .list-executives .item {
    min-height: 720px;
    max-height: 720px;
    overflow: hidden;
    background-color: #ccc;
    cursor: pointer;
}

    #index .team .list-executives .item.active .body-text {
        top: 0 !important;
        transition: top 0.5s ease-in-out;
    }

        #index .team .list-executives .item.active .body-text p {
            opacity: 1;
            transition: all 0.6s ease-in-out;
        }

        #index .team .list-executives .item.active .body-text .button-close {
            opacity: 1;
            transition: all 0.7s ease-in-out;
        }

    #index .team .list-executives .item.active .overlay-hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        transition: all 0.5s ease-in-out;
    }

    #index .team .list-executives .item .body-text {
        position: absolute;
        z-index: 2;
        padding: 36px 34px 36px 36px;
        height: 100%;
        top: 78%;
        transition: top 0.5s ease-in-out;
    }

        #index .team .list-executives .item .body-text .button-close {
            position: absolute;
            font-size: 18px;
            top: -8px;
            right: 0;
            opacity: 0;
            transition: all 0.5s ease-in-out;
            outline: none;
        }

            #index .team .list-executives .item .body-text .button-close.fa {
                font-weight: 500;
            }

        #index .team .list-executives .item .body-text h2 {
            color: #fff;
            font-family: sans-serif;
            font-weight: bold;
        }

        #index .team .list-executives .item .body-text h4 {
            color: #fff;
            margin-bottom: 24px;
            font-style: italic;
            font-family: sans-serif;
            font-weight: bold;
            font-size: 18px;
        }

        #index .team .list-executives .item .body-text p {
            color: #fff;
            opacity: 0;
            transition: all 0.6s ease-in-out;
        }

    #index .team .list-executives .item .overlay-hover {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 1;
        bottom: 0;
        overflow: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: all 0.5s ease-in-out;
    }

        #index .team .list-executives .item .overlay-hover img {
            position: absolute;
            left: -10000%;
            right: -10000%;
            top: -10000%;
            bottom: -10000%;
            margin: auto auto;
            min-width: 1000%;
            min-height: 1000%;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
            z-index: -1;
        }

    #index .team .list-executives .item .overlay {
        position: absolute;
        height: 228px;
        width: 100%;
        z-index: 1;
        bottom: 0;
        overflow: hidden;
        display: flex;
        background-image: linear-gradient( 0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

    #index .team .list-executives .item .bg-html img {
        z-index: 0;
    }

div.more p a:link, div.more p a:visited, div.more p a:active {
    color: #fff;
    text-decoration: underline !important;
}

div.more p a:hover {
    color: #fff;
    text-decoration: none !important;
}

#newsContent .container h2 {
    color: #004785;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 21px;
}

#newsContent {
    padding-top: 71px;
}

    #newsContent .container h3 {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 27px;
    }

    #newsContent .container p {
        font-size: 18px;
        line-height: 30px;
    }

#aboutUs .post {
    margin-bottom: 37px;
    margin-top: 37px;
}

    #aboutUs .post .container {
        padding: 0;
    }

        #aboutUs .post .container .row .item figure {
            margin: 0;
            position: relative;
            overflow: hidden;
            min-height: 324px;
            margin-bottom: 9px;
            background-color: #ccc;
        }

            #aboutUs .post .container .row .item figure img {
                position: absolute;
                left: -10000%;
                right: -10000%;
                top: -10000%;
                bottom: -10000%;
                margin: auto auto;
                min-width: 1000%;
                min-height: 1000%;
                -webkit-transform: scale(0.1);
                transform: scale(0.1);
                z-index: 0;
            }

                #aboutUs .post .container .row .item figure img.moretop {
                    /*top: -9970%;*/
                }

        #aboutUs .post .container .row .item h2 {
            color: #004785;
            font-weight: bold;
            font-size: 2.77 rem;
            line-height: 1.1;
            font-family: sans-serif;
            margin-bottom: 9px;
            text-align: center;
        }

@media (max-width: 650px) {
    #aboutUs .post .container .row .item h2 {
        font-size: 8.2vw;
        margin-top: 20px;
    }
}

#aboutUs .post .container .row .item p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

#aboutUs .post .container .row .item a {
    background-color: #3fa8de;
    border-radius: 0;
}

@media (min-width: 1200px) {
    #aboutUs .post .container .row .item a {
        padding: 0.5rem 2.875rem 0.5rem 2.875rem;
    }
}

#aboutUs #videomedia {
    margin-bottom: 35px;
}

    #aboutUs #videomedia .container {
        padding: 0;
    }

        #aboutUs #videomedia .container .item figure {
            min-height: 653px;
            max-height: 653px;
            background-color: #ccc;
            position: relative;
            overflow: hidden;
        }

            #aboutUs #videomedia .container .item figure i {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0px;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 2;
            }

            #aboutUs #videomedia .container .item figure img.image {
                position: absolute;
                left: -10000%;
                right: -10000%;
                top: -10000%;
                bottom: -10000%;
                margin: auto auto;
                min-width: 1000%;
                min-height: 1000%;
                -webkit-transform: scale(0.1);
                transform: scale(0.1);
                z-index: 0;
            }

#aboutUs .full-article {
    min-height: 714px;
    max-height: 714px;
    position: relative;
    overflow: hidden;
}

    #aboutUs .full-article .container {
        position: relative;
        z-index: 3;
    }

        #aboutUs .full-article .container .row {
            min-height: 714px;
            max-height: 714px;
        }

            #aboutUs .full-article .container .row .item {
                padding-bottom: 45px;
            }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #aboutUs .full-article .container .row .item {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
}

#aboutUs .full-article .container .row .item h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

@media (max-width: 650px) {
    #aboutUs .full-article .container .row .item h3 {
        font-size: 8.2vw;
        text-align: center;
    }
}

#aboutUs .full-article .container .row .item p {
    color: #fff;
    font-size: 16.8px;
    font-weight: 300;
    line-height: 1.8;
}

@media (max-width: 650px) {
    #aboutUs .full-article .container .row .item p {
        text-align: center;
    }
}

#aboutUs .full-article .container .row .item a {
    background-color: #3fa8de;
    border-radius: 0;
    padding: 0.719rem 2.875rem 0.719rem 2.875rem;
}

#aboutUs .full-article figure {
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #aboutUs .full-article figure .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #004785;
        background: -moz-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        background: -webkit-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        background: linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004785",endColorstr="#020024",GradientType=1);
        mix-blend-mode: multiply;
    }

    #aboutUs .full-article figure img.image {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        z-index: 0;
    }

@media (max-width: 650px) {
    #aboutUs .full-article figure img.image {
        left: -10090%;
    }
}

.black-gradient-bottom {
    background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.orange-hilight {
    border-bottom: solid 4px rgba(0,0,0,0);
}

    .orange-hilight:hover {
        border-bottom: solid 4px #f9a63f;
    }

.chart-orange {
    color: #f9a63f;
}

.chart-green {
    color: #9DC335;
}

.chart-lightBlue {
    color: #33a3dc;
}

.chart-darkBlue {
    color: #004785;
}

.chart-tonalBlue {
    color: #0B5DA5;
}
/*END ESTILOS.css*/
/* CSS VERSION 2.0 */
#lower-level-1 #c-1 {
    padding: 60px 0px 143px;
}

@media screen and (min-width: 1366px) {
    #lower-level-1 #c-1 .container {
        max-width: 100%;
        padding: 0 110px !important;
    }
}

@media screen and (max-width: 1200px) {
    #lower-level-1 #c-1 .container {
        max-width: 100%;
        padding: 0 30px !important;
    }
}

@media screen and (max-width: 650px) {
    #lower-level-1 #c-1 .container {
        max-width: 100%;
        padding: 0 10px !important;
    }
}

#lower-level-1 #c-1 .container .title {
    margin-bottom: 30px;
}

    #lower-level-1 #c-1 .container .title h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
    }

@media (max-width: 650px) {
    #lower-level-1 #c-1 .container .title h2 {
        font-size: 8vw;
    }
}

#lower-level-1 #c-1 .container .title h2 sup {
    font-size: 50%;
}

#lower-level-1 #c-1 .container .title p {
    font-size: 18px;
    line-height: 1.39;
    color: #555555;
}

#lower-level-1 #c-1 .container .filter {
    margin-bottom: 40px;
}

    #lower-level-1 #c-1 .container .filter button {
        font-size: 17px;
        border-radius: 0;
        padding: 0;
        background-color: #004785;
        border: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

@media (max-width: 783px) {
    #lower-level-1 #c-1 .container .filter button {
        flex-flow: column;
    }
}

#lower-level-1 #c-1 .container .filter button:focus {
    box-shadow: none;
}

#lower-level-1 #c-1 .container .filter button .image {
    max-width: 245px;
}

@media (max-width: 783px) {
    #lower-level-1 #c-1 .container .filter button .image {
        max-width: 100%;
        flex: 1 0 auto;
        width: 100%;
    }
}

#lower-level-1 #c-1 .container .filter button .image img {
    width: 100%;
}

#lower-level-1 #c-1 .container .filter button .text-icon {
    flex: 1 0 auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 783px) {
    #lower-level-1 #c-1 .container .filter button .text-icon {
        max-width: 100%;
        flex-flow: column;
        align-items: center;
        width: 100%;
        padding: 15px 20px 8px;
    }
}

/*MODAL CLASSING*/
.modal-header{
    background: #004785;
}
.modal-header h5{
    font-family: "Open Sans", sans-serif;
    font-weight:700;
    color: #FFF;
    font-size: 25px;
}
.closeButton {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #FFF;
    border: 0;
    border-radius: .25rem;
    background-color:transparent;
}
.closeButton:hover{
    color: #CCC;
}
/* 404 Classing */
.fourohfour a, .fourohfour a:visited, .fourohfour a:active{
    color: #f9a63f;
    text-decoration: underline !important;
    background: none !important;
    padding: 0px !important;
}
.fourohfour a:hover {
    color: #f9833f;
    text-decoration: none !important;
    background: none !important;
    padding: 0px !important;
}
#lower-level-1 #c-1 .container .filter button .text-icon .icon {
    padding: 0 30px;
}

#lower-level-1 #c-1 .container .filter button .text-icon .text {
    font-weight: bold;
    padding: 0px 30px;
    text-align: left;
}

@media (max-width: 783px) {
    #lower-level-1 #c-1 .container .filter button .text-icon .text {
        text-align: center;
        padding: 0px;
        line-height: 1;
    }
}

#lower-level-1 #c-1 .container .filter .collapse-item {
    background-color: #e6e6e6;
    border: none;
    border-radius: 0;
    position: relative !important;
    transform: none !important;
    padding: 0;
}

    #lower-level-1 #c-1 .container .filter .collapse-item .item h3 {
        color: #004785;
        font-weight: bold;
        font-size: 30px;
        line-height: 1.1;
        font-family: sans-serif;
        padding: 30px 0;
        margin: 0;
    }

    #lower-level-1 #c-1 .container .filter .collapse-item .item ul {
        list-style: none;
        padding: 30px 0;
    }

        #lower-level-1 #c-1 .container .filter .collapse-item .item ul li h4 {
            color: #004785;
            font-weight: bold;
            font-size: 16px;
            line-height: 1.1;
            font-family: sans-serif;
        }

        #lower-level-1 #c-1 .container .filter .collapse-item .item ul li p {
            color: #555555;
        }

        #lower-level-1 #c-1 .container .filter .collapse-item .item ul li a {
            font-size: 1rem;
            font-weight: bold;
            line-height: 1.94;
            color: #004785;
        }

@media (max-width: 783px) {
    #lower-level-1 #c-1 .container .filter .collapse-item .item ul li a {
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 34px;
    }

        #lower-level-1 #c-1 .container .filter .collapse-item .item ul li a:last-child {
            margin-bottom: 0px;
        }
}

#lower-level-1 #c-1 .container .filter .collapse-item .item ul li a:hover {
    color: #3fa8de;
    text-decoration: underline !important;
}

#lower-level-1 #c-1 .container .filter .collapse-item .item .divider span {
    height: 1px;
    width: 100%;
    background-color: #707070;
    display: block;
}

#tab-section {
    position: relative;
    background: #e8e8e8;
}

    #tab-section .navigation-tab {
        padding: 0 11px;
    }

@media screen and (min-width: 1366px) {
    #tab-section .navigation-tab .container {
        max-width: 100%;
        padding: 0 110px !important;
    }
}

#tab-section .navigation-tab .container .nav-tabs {
    border-bottom: none;
    margin: -35px -1px 0px;
    z-index: 3;
    position: relative;
}

@media screen and (max-width: 998px) {
    #tab-section .navigation-tab .container .nav-tabs {
        flex-flow: column;
    }
}

#tab-section .navigation-tab .container .nav-tabs .nav-link {
    text-decoration: none;
    border: 0;
    flex: auto;
    padding: 19px 8px;
    border-radius: 0px;
    font-size: 25px;
    font-weight: 600;
    color: white;
    background-color: #004785;
    outline: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 998px) {
    #tab-section .navigation-tab .container .nav-tabs .nav-link {
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: 20px;
    }
}

#tab-section .navigation-tab .container .nav-tabs .nav-link.active {
    background-color: #f9a63f;
}

#tab-section .tab-pane {
    position: relative;
    overflow: hidden;
    min-height: 730px;
    max-height: 730px;
}

@media screen and (max-width: 650px) {
    #tab-section .tab-pane {
        min-height: 530px;
        max-height: 530px;
    }
}

#tab-section .tab-pane .body-text {
    padding: 0 11px;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 90px;
}

@media screen and (min-width: 1366px) {
    #tab-section .tab-pane .body-text .container {
        max-width: 100%;
        padding: 0 110px !important;
    }
}

#tab-section .tab-pane .body-text .container h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

#tab-section .tab-pane .body-text .container p {
    color: #fff;
    font-size: 18px;
}

#tab-section .tab-pane .body-text .container a {
    background-color: #3fa8de;
    text-decoration: none;
    border: 0;
    padding: 11.5px 46px 11.5px 46px;
    border-radius: 0px;
    color: white;
}

#tab-section .tab-pane figure img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 0;
}

#tab-section .tab-pane figure .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #004785;
    background: -moz-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
    background: -webkit-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
    background: linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004785",endColorstr="#020024",GradientType=1);
    mix-blend-mode: multiply;
}

#lower-level-2 .team .title h2 {
    color: #004785;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    font-family: sans-serif;
}

#lower-level-2 .team .title p {
    font-size: 18px;
}

#lower-level-2 .team .list-executives .item {
    min-height: 720px;
    max-height: 720px;
    overflow: hidden;
    background-color: #ccc;
    cursor: pointer;
}

    #lower-level-2 .team .list-executives .item.active .body-text {
        top: 0 !important;
        transition: top 0.5s ease-in-out;
    }

        #lower-level-2 .team .list-executives .item.active .body-text p {
            opacity: 1;
            transition: all 0.6s ease-in-out;
        }

        #lower-level-2 .team .list-executives .item.active .body-text .button-close {
            opacity: 1;
            transition: all 0.7s ease-in-out;
        }

    #lower-level-2 .team .list-executives .item.active .overlay-hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        transition: all 0.5s ease-in-out;
    }

    #lower-level-2 .team .list-executives .item .body-text {
        position: absolute;
        z-index: 2;
        padding: 36px 34px 36px 36px;
        height: 100%;
        top: 78%;
        transition: top 0.5s ease-in-out;
    }

        #lower-level-2 .team .list-executives .item .body-text .button-close {
            position: absolute;
            font-size: 18px;
            top: -8px;
            right: 0;
            opacity: 0;
            transition: all 0.5s ease-in-out;
            outline: none;
        }

            #lower-level-2 .team .list-executives .item .body-text .button-close.fa {
                font-weight: 500;
            }

        #lower-level-2 .team .list-executives .item .body-text h2 {
            color: #fff;
            font-family: sans-serif;
            font-weight: bold;
        }

        #lower-level-2 .team .list-executives .item .body-text h4 {
            color: #fff;
            margin-bottom: 24px;
            font-style: italic;
            font-family: sans-serif;
            font-weight: bold;
            font-size: 18px;
        }

        #lower-level-2 .team .list-executives .item .body-text p {
            color: #fff;
            opacity: 0;
            transition: all 0.6s ease-in-out;
        }

    #lower-level-2 .team .list-executives .item .overlay-hover {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 1;
        bottom: 0;
        overflow: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: all 0.5s ease-in-out;
    }

        #lower-level-2 .team .list-executives .item .overlay-hover img {
            position: absolute;
            left: -10000%;
            right: -10000%;
            top: -10000%;
            bottom: -10000%;
            margin: auto auto;
            min-width: 1000%;
            min-height: 1000%;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
            z-index: -1;
        }

    #lower-level-2 .team .list-executives .item .overlay {
        position: absolute;
        height: 228px;
        width: 100%;
        z-index: 1;
        bottom: 0;
        overflow: hidden;
        display: flex;
    }

    #lower-level-2 .team .list-executives .item .bg-html img {
        z-index: 0;
    }

#lower-level-3 #news {
    padding-top: 50px;
    padding-bottom: 48px;
}

    #lower-level-3 #news .container .list-news .item.post-top figure {
        position: relative;
        overflow: hidden;
        margin: 0;
        min-height: 555px;
    }

@media (max-width: 1025px) {
    #lower-level-3 #news .container .list-news .item.post-top figure {
        min-height: 400px;
    }
}

#lower-level-3 #news .container .list-news .item.post-top figure img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

    #lower-level-3 #news .container .list-news .item.post-top figure img.image {
        z-index: 0;
    }

    #lower-level-3 #news .container .list-news .item.post-top figure img.overlay {
        z-index: 1;
    }

#lower-level-3 #news .container .list-news .item.post-top figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 99px;
    width: 100%;
    z-index: 2;
}

@media (max-width: 650px) {
    #lower-level-3 #news .container .list-news .item.post-top figure figcaption {
        position: relative;
        padding: 20px 20px;
    }
}

#lower-level-3 #news .container .list-news .item.post-top figure figcaption h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
}

@media (max-width: 650px) {
    #lower-level-3 #news .container .list-news .item.post-top figure figcaption h3 {
        font-size: 32px;
    }
}

#lower-level-3 #news .container .list-news .item.post-top figure figcaption h4 {
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    color: #fff;
}

@media (max-width: 650px) {
    #lower-level-3 #news .container .list-news .item.post-top figure figcaption h4 {
        font-size: 20px;
    }
}

#lower-level-3 #news .container .list-news .item.post-top figure figcaption p {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.5px;
}

#lower-level-3 #news .container .list-news .item.post-top figure figcaption a {
    background-color: #3fa8de;
    border-radius: 0;
    padding: 0.719rem 2.875rem 0.719rem 2.875rem;
}

@media (max-width: 650px) {
    #lower-level-3 #news .container .list-news .item.post-top figure figcaption .overlay-xs {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #000;
        opacity: 0.4;
    }
}

#lower-level-3 #news .container .list-news .item.post figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    min-height: 260px;
    margin-bottom: 14px;
    /*background-color: #ccc;*/
}

    #lower-level-3 #news .container .list-news .item.post figure img {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        z-index: 0;
    }

#lower-level-3 #news .container .list-news .item.post h3 {
    color: #004785;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
    font-family: sans-serif;
    margin-bottom: 14px;
}

@media (max-width: 650px) {
    #lower-level-3 #news .container .list-news .item.post h3 {
        font-size: 6.2vw;
    }
}

#lower-level-3 #news .container .list-news .item.post h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

#lower-level-3 #news .container .list-news .item.post p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    color: #555555;
}

#lower-level-3 #events {
    padding-bottom: 48px;
}

    #lower-level-3 #events .container .title {
        margin-bottom: 20px;
    }

        #lower-level-3 #events .container .title h2 {
            color: #004785;
            font-weight: bold;
            font-size: 50px;
            line-height: 1.1;
            font-family: sans-serif;
            margin-bottom: 23px;
        }

@media (max-width: 650px) {
    #lower-level-3 #events .container .title h2 {
        font-size: 7vw;
    }
}

#lower-level-3 #events .container .title p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    color: #555555;
}

#lower-level-3 #events .container .filter {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    #lower-level-3 #events .container .filter .dropdown {
        flex-flow: column;
    }
}

#lower-level-3 #events .container .filter .dropdown button {
    font-size: 17px;
    border-radius: 0;
    padding: 19px 30px;
    background-color: #004785;
    border: none;
    text-align: left;
    width: 100%;
}

    #lower-level-3 #events .container .filter .dropdown button:focus {
        box-shadow: none;
    }

    #lower-level-3 #events .container .filter .dropdown button .icon {
        float: right;
    }

#lower-level-3 #events .container .filter .dropdown .dropdown-menu {
    color: #ffffff;
    background-color: #024785;
    border: none;
    border-radius: 0;
    border-top: 1px solid #235b8e;
}

@media (max-width: 1023px) {
    #lower-level-3 #events .container .filter .dropdown .dropdown-menu {
        position: relative !important;
        transform: none !important;
    }
}

#lower-level-3 #events .container .filter .dropdown .dropdown-menu .dropdown-item {
    padding: 0.8rem 1rem;
}

#lower-level-3 #events .container .event-post .item figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

    #lower-level-3 #events .container .event-post .item figure img {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

        #lower-level-3 #events .container .event-post .item figure img.image {
            z-index: 0;
        }

    #lower-level-3 #events .container .event-post .item figure .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #000;
        opacity: 0.65;
    }

    #lower-level-3 #events .container .event-post .item figure figcaption {
        position: relative;
        z-index: 2;
    }

        #lower-level-3 #events .container .event-post .item figure figcaption .date {
            width: 83px;
            height: 83px;
            border-radius: 100px;
            background-color: #004785;
            text-align: center;
            position: absolute;
            left: 21px;
            top: 26px;
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
        }

@media (max-width: 650px) {
    #lower-level-3 #events .container .event-post .item figure figcaption .date {
        position: relative;
        margin-bottom: 16px;
    }
}

#lower-level-3 #events .container .event-post .item figure figcaption .date .month {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

#lower-level-3 #events .container .event-post .item figure figcaption .date .number-day {
    font-size: 25px;
    color: #f9a63f;
    font-weight: bold;
    line-height: 1;
}

#lower-level-3 #events .container .event-post .item figure figcaption .text {
    padding: 26px 28px 34px 126px;
}

@media (max-width: 650px) {
    #lower-level-3 #events .container .event-post .item figure figcaption .text {
        padding: 26px 28px 34px 28px;
    }
}

#lower-level-3 #events .container .event-post .item figure figcaption .text h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

@media (max-width: 650px) {
    #lower-level-3 #events .container .event-post .item figure figcaption .text h3 {
        font-size: 6.2vw;
    }
}

#lower-level-3 #events .container .event-post .item figure figcaption .text p {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.5px;
}

#lower-level-3 #events .container .event-post .item figure figcaption .text a {
    background-color: #3fa8de;
    border-radius: 0;
    padding: 0.719rem 2.875rem 0.719rem 2.875rem;
}

#lower-level-4 #lc-1 {
    padding: 60px 0px 143px;
}

@media screen and (min-width: 1366px) {
    #lower-level-4 #lc-1 .container {
        max-width: 100%;
        padding: 0 110px !important;
    }
}

@media screen and (max-width: 1200px) {
    #lower-level-4 #lc-1 .container {
        max-width: 100%;
        padding: 0 30px !important;
    }
}

@media screen and (max-width: 650px) {
    #lower-level-4 #lc-1 .container {
        max-width: 100%;
        padding: 0 10px !important;
    }
}

#lower-level-4 #lc-1 .container .title {
    padding: 0px 0px 50px;
}

    #lower-level-4 #lc-1 .container .title h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
    }

@media (max-width: 650px) {
    #lower-level-4 #lc-1 .container .title h2 {
        font-size: 8vw;
    }
}

#lower-level-4 #lc-1 .container .title p {
    font-size: 18px;
    line-height: 1.39;
    color: #555555;
}

#lower-level-4 #lc-1 .container .items-list {
    margin-bottom: 25px;
}

    #lower-level-4 #lc-1 .container .items-list .item {
        padding: 0 10px;
    }

        #lower-level-4 #lc-1 .container .items-list .item .icon {
            margin-right: 10px;
        }

        #lower-level-4 #lc-1 .container .items-list .item .text {
            line-height: 1;
        }

#lower-level-4 #lc-1 .container .filter {
    margin-bottom: 40px;
}

    #lower-level-4 #lc-1 .container .filter button {
        font-size: 17px;
        border-radius: 0;
        padding: 29px 31px;
        background-color: #004785;
        border: none;
        text-align: left;
        width: 100%;
    }

        #lower-level-4 #lc-1 .container .filter button:focus {
            box-shadow: none;
        }

        #lower-level-4 #lc-1 .container .filter button .icon {
            float: right;
        }

        #lower-level-4 #lc-1 .container .filter button .text {
            font-weight: bold;
        }

    #lower-level-4 #lc-1 .container .filter .collapse-item {
        background-color: #e6e6e6;
        border: none;
        border-radius: 0;
        position: relative !important;
        transform: none !important;
        padding: 0;
    }

        #lower-level-4 #lc-1 .container .filter .collapse-item .item h3 {
            color: #004785;
            font-weight: bold;
            font-size: 30px;
            line-height: 1.1;
            font-family: sans-serif;
            padding: 30px 0;
            margin: 0;
        }

        #lower-level-4 #lc-1 .container .filter .collapse-item .item ul {
            list-style: none;
        }

            #lower-level-4 #lc-1 .container .filter .collapse-item .item ul li h4 {
                color: #004785;
                font-weight: bold;
                font-size: 16px;
                line-height: 1.1;
                font-family: sans-serif;
            }

            #lower-level-4 #lc-1 .container .filter .collapse-item .item ul li p {
                color: #555555;
            }

        #lower-level-4 #lc-1 .container .filter .collapse-item .item .divider span {
            height: 1px;
            width: 100%;
            background-color: #707070;
            display: block;
        }

#lower-level-5 .post {
    margin-bottom: 37px;
    margin-top: 37px;
}

    #lower-level-5 .post .container {
        padding: 0;
    }

        #lower-level-5 .post .container .row .item figure {
            margin: 0;
            position: relative;
            overflow: hidden;
            min-height: 324px;
            margin-bottom: 9px;
            background-color: #ccc;
        }

            #lower-level-5 .post .container .row .item figure img {
                position: absolute;
                left: -10000%;
                right: -10000%;
                top: -10000%;
                bottom: -10000%;
                margin: auto auto;
                min-width: 1000%;
                min-height: 1000%;
                -webkit-transform: scale(0.1);
                transform: scale(0.1);
                z-index: 0;
            }

                #lower-level-5 .post .container .row .item figure img.moretop {
                    top: -9970%;
                }

        #lower-level-5 .post .container .row .item h2 {
            color: #004785;
            font-weight: bold;
            font-size: 2.77 rem;
            line-height: 1.1;
            font-family: sans-serif;
            margin-bottom: 9px;
            text-align: center;
        }

@media (max-width: 650px) {
    #lower-level-5 .post .container .row .item h2 {
        font-size: 8.2vw;
        margin-top: 20px;
    }
}

#lower-level-5 .post .container .row .item p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

#lower-level-5 .post .container .row .item a {
    background-color: #3fa8de;
    border-radius: 0;
}

@media (min-width: 1200px) {
    #lower-level-5 .post .container .row .item a {
        padding: 0.5rem 2.875rem 0.5rem 2.875rem;
    }
}

#lower-level-5 #videomedia {
    margin-bottom: 35px;
}

    #lower-level-5 #videomedia .container {
        padding: 0;
    }

        #lower-level-5 #videomedia .container .item figure {
            min-height: 653px;
            max-height: 653px;
            background-color: #ccc;
            position: relative;
            overflow: hidden;
        }

            #lower-level-5 #videomedia .container .item figure i {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0px;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 2;
            }

            #lower-level-5 #videomedia .container .item figure img.image {
                position: absolute;
                left: -10000%;
                right: -10000%;
                top: -10000%;
                bottom: -10000%;
                margin: auto auto;
                min-width: 1000%;
                min-height: 1000%;
                -webkit-transform: scale(0.1);
                transform: scale(0.1);
                z-index: 0;
            }

#lower-level-5 .full-article {
    min-height: 714px;
    max-height: 714px;
    position: relative;
    overflow: hidden;
}

    #lower-level-5 .full-article .container {
        position: relative;
        z-index: 3;
    }

        #lower-level-5 .full-article .container .row {
            min-height: 714px;
            max-height: 714px;
        }

            #lower-level-5 .full-article .container .row .item {
                padding-bottom: 45px;
            }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-5 .full-article .container .row .item {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
}

#lower-level-5 .full-article .container .row .item h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

@media (max-width: 650px) {
    #lower-level-5 .full-article .container .row .item h3 {
        font-size: 8.2vw;
        text-align: center;
    }
}

#lower-level-5 .full-article .container .row .item p {
    color: #fff;
    font-size: 16.8px;
    font-weight: 300;
    line-height: 1.8;
}

@media (max-width: 650px) {
    #lower-level-5 .full-article .container .row .item p {
        text-align: center;
    }
}

#lower-level-5 .full-article .container .row .item a {
    background-color: #3fa8de;
    border-radius: 0;
    padding: 0.719rem 2.875rem 0.719rem 2.875rem;
}

#lower-level-5 .full-article figure {
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #lower-level-5 .full-article figure .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #004785;
        background: -moz-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        background: -webkit-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        background: linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004785",endColorstr="#020024",GradientType=1);
        mix-blend-mode: multiply;
    }

    #lower-level-5 .full-article figure img.image {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        z-index: 0;
    }

@media (max-width: 650px) {
    #lower-level-5 .full-article figure img.image {
        left: -10090%;
    }
}

@media (min-width: 1400px) {
    #lower-level-8 #section-1 .row .col-xxl-8 {
        align-items: center;
        display: flex;
    }

        #lower-level-8 #section-1 .row .col-xxl-8 .body-text {
            padding-top: 0px;
        }
}

#lower-level-8 #section-1 .body-text {
    padding-right: 5.6em;
    padding-top: 64px;
    padding-left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-8 #section-1 .body-text {
        padding-right: 5.6em !important;
        padding-top: 64px !important;
    }
}

@media (min-width: 1199px) {
    #lower-level-8 #section-1 .body-text {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    #lower-level-8 #section-1 .body-text {
        padding: 64px 0px 30px;
    }
}

@media (max-width: 789px) {
    #lower-level-8 #section-1 .body-text {
        padding: 44px 30px 30px;
    }
}

#lower-level-8 #section-1 .body-text h2 {
    color: #004785;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    font-family: sans-serif;
}

    #lower-level-8 #section-1 .body-text h2 span.divider {
        width: 87px;
        height: 6px;
        display: block;
        background-color: #3fa8de;
        margin: 21px 0;
    }

@media (max-width: 650px) {
    #lower-level-8 #section-1 .body-text h2 {
        font-size: 9vw;
    }
}

#lower-level-8 #section-1 .body-text p {
    font-size: 18px;
    line-height: 1.39;
    color: #555555;
}

#lower-level-8 #section-1 .body-text ul {
    padding-left: 0px;
    font-size: 18px;
    list-style: none;
    color: #555555;
}

#lower-level-8 #section-1 .image {
    position: relative;
    overflow: hidden;
    min-height: 825px;
    max-height: 825px;
}

@media (max-width: 1300px) {
    #lower-level-8 #section-1 .image {
        min-height: 925px;
        max-height: 925px;
    }
}

@media (max-width: 1199px) {
    #lower-level-8 #section-1 .image {
        min-height: 525px;
        max-height: 525px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-8 #section-1 .image {
        margin-right: -12px;
    }
}

#lower-level-8 #section-1 .image figure {
    margin: 0;
}

    #lower-level-8 #section-1 .image figure img {
        border: none;
        position: absolute;
        left: -10065%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

@media (max-width: 1300px) {
    #lower-level-8 #section-1 .image figure img {
        left: -10084%;
    }
}

@media (max-width: 1199px) {
    #lower-level-8 #section-1 .image figure img {
        left: -10000%;
    }
}

#lower-level-8 .full-article {
    min-height: 714px;
    max-height: 714px;
    position: relative;
    overflow: hidden;
}

    #lower-level-8 .full-article .container {
        position: relative;
        z-index: 3;
    }

        #lower-level-8 .full-article .container .row {
            min-height: 714px;
            max-height: 714px;
        }

            #lower-level-8 .full-article .container .row .item {
                padding-bottom: 45px;
            }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-8 .full-article .container .row .item {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
}

#lower-level-8 .full-article .container .row .item h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

@media (max-width: 650px) {
    #lower-level-8 .full-article .container .row .item h3 {
        font-size: 8.2vw;
        text-align: center;
    }
}

#lower-level-8 .full-article .container .row .item p {
    color: #fff;
    font-size: 16.8px;
    font-weight: 300;
    line-height: 1.8;
}

@media (max-width: 650px) {
    #lower-level-8 .full-article .container .row .item p {
        text-align: center;
    }
}

#lower-level-8 .full-article .container .row .item a {
    background-color: #3fa8de;
    border-radius: 0;
    padding: 0.719rem 2.875rem 0.719rem 2.875rem;
}

#lower-level-8 .full-article figure {
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #lower-level-8 .full-article figure .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #004785;
        background: -moz-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        background: -webkit-linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        background: linear-gradient(0deg, #004785 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004785",endColorstr="#020024",GradientType=1);
        mix-blend-mode: multiply;
    }

    #lower-level-8 .full-article figure img.image {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        z-index: 0;
    }

#lower-level-8 #section-2 {
    position: relative;
    overflow: hidden;
    padding: 68px 0px;
}

    #lower-level-8 #section-2 .item.post {
        background-color: #fff;
    }

        #lower-level-8 #section-2 .item.post figure {
            margin: 0;
            position: relative;
            overflow: hidden;
            min-height: 193px;
            background-color: #ccc;
        }

            #lower-level-8 #section-2 .item.post figure img {
                position: absolute;
                left: -10000%;
                right: -10000%;
                top: -10000%;
                bottom: -10000%;
                margin: auto auto;
                min-width: 1000%;
                min-height: 1000%;
                -webkit-transform: scale(0.1);
                transform: scale(0.1);
                z-index: 0;
            }

        #lower-level-8 #section-2 .item.post .body-text {
            padding: 30px 27px 21px;
        }

            #lower-level-8 #section-2 .item.post .body-text h3 {
                color: #004785;
                font-weight: bold;
                font-size: 25px;
                line-height: 1.1;
                font-family: sans-serif;
                margin-bottom: 14px;
            }

@media (max-width: 650px) {
    #lower-level-8 #section-2 .item.post .body-text h3 {
        font-size: 6.2vw;
    }
}

#lower-level-8 #section-2 .item.post .body-text p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    color: #555555;
}

#lower-level-8 #slider-card {
    position: relative;
    overflow: hidden;
    padding: 67px 0;
}

    #lower-level-8 #slider-card .slick-arrows .slick-arrow {
        width: 68px;
        height: 68px;
        background: #004785;
        background-color: rgba(0, 71, 133, 0.91);
        border: 0;
        position: absolute;
        z-index: 2;
        outline: none;
        top: 42%;
    }

        #lower-level-8 #slider-card .slick-arrows .slick-arrow i {
            font-size: 35px;
            color: #fff;
        }

        #lower-level-8 #slider-card .slick-arrows .slick-arrow.slick-prev {
            left: 0;
        }

            #lower-level-8 #slider-card .slick-arrows .slick-arrow.slick-prev i {
                margin-left: -5px;
            }

        #lower-level-8 #slider-card .slick-arrows .slick-arrow.slick-next {
            right: 0;
        }

            #lower-level-8 #slider-card .slick-arrows .slick-arrow.slick-next i {
                margin-right: -5px;
            }

@media (max-width: 650px) {
    #lower-level-8 #slider-card .slick-arrows .slick-arrow {
        width: 48px;
        height: 48px;
    }

        #lower-level-8 #slider-card .slick-arrows .slick-arrow i {
            font-size: 25px;
            margin-top: 2px;
        }
}

#lower-level-8 #slider-card .slider-card {
    z-index: 1;
}

    #lower-level-8 #slider-card .slider-card .item {
        padding: 0 7px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-8 #slider-card .slider-card .item {
        max-width: none !important;
    }
}

#lower-level-8 #slider-card .slider-card .item:focus {
    outline: none;
}

#lower-level-8 #slider-card .slider-card .item .wrap {
    background-color: #fff;
}

    #lower-level-8 #slider-card .slider-card .item .wrap figure {
        margin: 0;
        position: relative;
        overflow: hidden;
        min-height: 225px;
        background-color: #ccc;
    }

        #lower-level-8 #slider-card .slider-card .item .wrap figure img {
            position: absolute;
            left: -10000%;
            right: -10000%;
            top: -10000%;
            bottom: -10000%;
            margin: auto auto;
            min-width: 1000%;
            min-height: 1000%;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
            z-index: 0;
        }

    #lower-level-8 #slider-card .slider-card .item .wrap .body-text {
        padding: 38px 15px 21px;
    }

        #lower-level-8 #slider-card .slider-card .item .wrap .body-text h3 {
            color: #004785;
            font-weight: bold;
            font-size: 20px;
            line-height: 1.1;
            font-family: sans-serif;
            margin-bottom: 14px;
        }

@media (max-width: 650px) {
    #lower-level-8 #slider-card .slider-card .item .wrap .body-text h3 {
        font-size: 6.2vw;
    }
}

#lower-level-8 #slider-card .slider-card .item .wrap .body-text p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    color: #555555;
}

#lower-level-8 #slider-card .slider-card .item .wrap .body-text .more-box {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

    #lower-level-8 #slider-card .slider-card .item .wrap .body-text .more-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        box-shadow: inset 0px -50px 38px 0px #fff;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-8 #slider-card .slider-card .item .wrap .body-text .more-box .read-more {
        box-shadow: inset 0px -43px 38px 0px #fff;
    }
}

#lower-level-8 #slider-card .slider-card .item .wrap .body-text .more-box .read-more .button {
    font-size: 40px;
    line-height: 0;
    color: #0b508e;
    display: none;
}

@media (max-width: 1024px) {
    #lower-level-8 #slider-card .slider-card .item .wrap .body-text .more-box .read-more .button {
        display: block;
    }
}

#lower-level-8 #section-3 {
    padding: 51px 0px 58px;
}

    #lower-level-8 #section-3 .container .item h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
        margin-bottom: 14px;
        text-align: center;
    }

@media (max-width: 650px) {
    #lower-level-8 #section-3 .container .item h2 {
        font-size: 8.2vw;
        margin-top: 20px;
    }
}

#lower-level-8 #section-3 .container .item p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
}

#lower-level-8 #section-3 .container figure {
    text-align: center;
    margin: 0 auto;
}

    #lower-level-8 #section-3 .container figure img {
        width: 100%;
    }

#lower-level-9 #content {
    padding-top: 71px;
}

@media (max-width: 650px) {
    #lower-level-9 #content {
        padding-top: 45px;
    }
}

@media (max-width: 650px) {
    #lower-level-9 #content .container {
        padding: 0 30px;
    }
}

#lower-level-9 #content .container h2 {
    color: #004785;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    font-family: sans-serif;
    margin-bottom: 21px;
}

@media (max-width: 650px) {
    #lower-level-9 #content .container h2 {
        font-size: 7vw;
    }
}

#lower-level-9 #content .container h3 {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 27px;
}

@media (max-width: 650px) {
    #lower-level-9 #content .container h3 {
        font-size: 5.2vw;
    }
}

#lower-level-9 #content .container p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 37px;
}

#lower-level-9 #content .container figure {
    margin: 0 auto 39px;
}

    #lower-level-9 #content .container figure img {
        width: 100%;
    }

@media (max-width: 650px) {
    #lower-level-9 #related-news {
        padding-top: 45px;
    }
}

#lower-level-9 #related-news .container {
    margin-bottom: 40px;
}

    #lower-level-9 #related-news .container h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
        margin-bottom: 23px;
    }

@media (max-width: 650px) {
    #lower-level-9 #related-news .container h2 {
        font-size: 7vw;
    }
}

#lower-level-9 #related-news .container .item figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    min-height: 260px;
    margin-bottom: 9px;
    background-color: #ccc;
}

    #lower-level-9 #related-news .container .item figure img {
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10000%;
        bottom: -10000%;
        margin: auto auto;
        min-width: 1000%;
        min-height: 1000%;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        z-index: 0;
    }

#lower-level-9 #related-news .container .item h3 {
    color: #004785;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.1;
    font-family: sans-serif;
    margin-bottom: 9px;
}

@media (max-width: 650px) {
    #lower-level-9 #related-news .container .item h3 {
        font-size: 6.2vw;
    }
}

#lower-level-9 #related-news .container .item p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

#freeFormContent.container {
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgb(239,239,239);
}

#freeFormContent h2 {
    color: rgb(0,71,133);
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 600;
}
#freeFormContent h1{
    color: rgb(0,71,133);
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight:700;
    margin-top: 5px;
    border-bottom: 2px solid #9DC335;
    margin-top: 75px;
}
#freeFormContent h3{
    color: rgb(51,163,220);
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 500;
}
#freeFormContent ul{
    list-style-type:square;
}
#freeFormContent li{
    margin: 10px;
}
#freeFormContent a:link, #freeFormContent a:visited{
    color:#004785;
    text-decoration: underline !important;
}
#freeFormContent a:active, #freeFormContent a:hover{
    color:#0B5DA5;
    text-decoration: none !important;
}
#freeFormContent .linkList ul, #freeFormContent .linkList li{
    padding: 10px;
    margin-left: 10px;
    list-style-type: square;
    color: #F9A63F;
}
#freeFormContent .linkList a:link, #freeFormContent .linkList a:visited{
    color: #004785;
    text-decoration: underline !important;
}
#freeFormContent .linkList a:active, #freeFormContent .linkList a:hover{
    color: #0B5DA5;
    text-decoration: none !important;
}
#freeFormContent table{
    margin-left:5%;
    margin-right:5%;
    font-size: 10pt;
    margin-top: 50px;
    margin-bottom: 50px;
}
#freeFormContent tr{
    border-bottom: 1px dashed #888;
}
#freeFormContent td{
    padding: 20px;
}
#freeFormContent table tbody tr td em{
    font-weight: normal !important;
    font-family: sans-serif;
    font-style: italic;
}
/*Search Results*/
#searchResults h2 {
    color: rgb(0,71,133);
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: 600;
}

#searchResults h1 {
    color: rgb(0,71,133);
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 5px;
    border-bottom: 2px solid #9DC335;
    margin-top: 75px;
}

#searchResults h3 {
    color: rgb(51,163,220);
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 500;
}

#searchResults .results ul{
    list-style-type: none;
}
#searchResults .results li {
    padding: 20px 0px 20px 0px;
}
#searchResults .searchDivider{
    border-top: 1px dotted gray;
}
#searchResults input {

}
.results-summary{
    margin-top: 10px;
    color: #999999;
}
div.pagination ul.pages {
    display: inline-flex;
    white-space: nowrap;
    list-style: none;
    padding: 0px 5px 0px 5px;
}
div.pagination > a.next {
    margin-left: 19px;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}
div.pagination > a:hover.next {
    color: #000;
    text-decoration: underline !important;
}
div.pagination > a.previous {
    margin-right: 19px;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}
div.pagination > a:hover.previous {
    color: #000;
    text-decoration: underline !important;
}
div .pagination ul.pages a:link, div .pagination ul.pages a:visited, div .pagination ul.pages a:active {
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #a8aeb2;
    color: #999;
}
    div .pagination ul.pages a:hover{
        background: #f6d5ad;
        color: #fff;
    }
    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none;
    }
div.pagination ul.pages a.current {
    color: #fff;
    background: #f9a63f;
    border-color: #f9a63f;
}
#searchResults .results a:link, #searchResults .results a:visited {
    font-size: 20px;
    color: #004785;
    text-decoration: none !important;
}

#searchResults .results a:active, #searchResults .results a:hover {
    font-size: 20px;
    color: #0B5DA5;
    text-decoration: underline !important;
}

.searchDivider :link, .searchDivider a:visited {
    font-size: 10pt !important;
    color: #444 !important;
}

.searchDivider a:active, .searchDivider a:hover {
    font-size: 10pt !important;
    color: #999 !important;
}
/*END SEARCH RESULTS STYLES */
.gdprLeft {
    float: left;
    margin: 10px;
}
.gdprRight {
    float: left;
    margin: 10px;
}
.cc-allow {
    color: #fff !important;
    border: 2px solid rgb(240, 147, 32);
    text-transform: uppercase;
    margin-left: 7% !important;
}
.cc-window{
    font-family: "Open Sans", sans-serif !important;
    border: 1px solid #fff;
}
    /*# sourceMappingURL=style.css.map */
    #lower-level-12 #t-l {
    padding-top: 40px;
}

    #lower-level-12 #t-l .item h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
        margin-bottom: 15px;
        text-align: center;
    }

@media (max-width: 650px) {
    #lower-level-12 #t-l .item h2 {
        font-size: 8.2vw;
        margin-top: 20px;
    }
}

#lower-level-12 #t-l .item p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.5px;
}

#lower-level-12 #secion-1 {
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    #lower-level-12 #secion-1 .container {
        max-width: 100%;
    }
}

#lower-level-12 #secion-1 .container .flex-grid {
    flex-wrap: wrap;
}

    #lower-level-12 #secion-1 .container .flex-grid .flex-item {
        flex: 1 0 100%;
        padding: 10px;
    }

@media (min-width: 768px) {
    #lower-level-12 #secion-1 .container .flex-grid .flex-item {
        flex: 1 0 30%;
    }

        #lower-level-12 #secion-1 .container .flex-grid .flex-item:nth-of-type(10n+4) {
            flex: 1 0 46%;
        }

        #lower-level-12 #secion-1 .container .flex-grid .flex-item:nth-of-type(10n+5) {
            flex: 1 0 46%;
        }

        #lower-level-12 #secion-1 .container .flex-grid .flex-item:nth-of-type(10n+9) {
            flex: 1 0 46%;
        }

        #lower-level-12 #secion-1 .container .flex-grid .flex-item:nth-of-type(10n+10) {
            flex: 1 0 46%;
        }
}

@media (min-width: 550px) and (max-width: 768px) {
    #lower-level-12 #secion-1 .container .flex-grid .flex-item {
        max-width: 50%;
    }
}

#lower-level-12 #secion-1 .container .flex-grid .flex-item .item {
    position: relative;
    min-height: 377px;
    max-height: 377px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

    #lower-level-12 #secion-1 .container .flex-grid .flex-item .item figure {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: #CCC;
    }

        #lower-level-12 #secion-1 .container .flex-grid .flex-item .item figure img {
            position: absolute;
            left: -10000%;
            right: -10000%;
            top: -10000%;
            bottom: -10000%;
            margin: auto auto;
            min-width: 1000%;
            min-height: 1000%;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
            z-index: 0;
        }

        #lower-level-12 #secion-1 .container .flex-grid .flex-item .item figure .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background: black;
            background: -moz-linear-gradient(0deg, black 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
            background: -webkit-linear-gradient(0deg, black 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
            background: linear-gradient(0deg, black 0%, rgba(1, 36, 85, 0) 80%, rgba(2, 0, 36, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004785",endColorstr="#020024",GradientType=1);
            mix-blend-mode: multiply;
        }

    #lower-level-12 #secion-1 .container .flex-grid .flex-item .item .body-text {
        position: relative;
        z-index: 1;
        padding: 12px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lower-level-12 #secion-1 .container .flex-grid .flex-item .item .body-text {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
}

#lower-level-12 #secion-1 .container .flex-grid .flex-item .item .body-text h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

#lower-level-12 #secion-1 .container .flex-grid .flex-item .item .body-text p {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
}
/*History Page = lower-level-11*/
#lower-level-11 #t-l {
    padding-top: 40px;
}

    #lower-level-11 #t-l .item h2 {
        color: #004785;
        font-weight: bold;
        font-size: 50px;
        line-height: 1.1;
        font-family: sans-serif;
        margin-bottom: 15px;
        text-align: center;
    }

@media (max-width: 650px) {
    #lower-level-11 #t-l .item h2 {
        font-size: 8.2vw;
        margin-top: 20px;
    }
}

#lower-level-11 #t-l .item p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.5px;
}

#lower-level-11 #t-m {
    padding: 30px 0px 70px;
}

    #lower-level-11 #t-m .container {
        position: relative;
    }

@media (max-width: 575px) {
    #lower-level-11 #t-m .container {
        padding: 0 41px;
    }
}

#lower-level-11 #t-m .container .line-vertical {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    margin-left: -1px;
    left: 50%;
    background: #024785;
    display: flex;
    justify-items: center;
    justify-content: center;
    z-index: -1;
}

@media (max-width: 768px) {
    #lower-level-11 #t-m .container .line-vertical {
        left: 1px;
        height: 98%;
    }
}

@media (max-width: 575px) {
    #lower-level-11 #t-m .container .line-vertical {
        left: 31px;
    }
}

#lower-level-11 #t-m .container .page-load-status {
    background: #fff;
    padding: 30px 0;
}

#lower-level-11 #t-m .container .item {
    border-bottom: 2px solid #004785;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    position: relative;
    padding: 25px 0;
}

    #lower-level-11 #t-m .container .item.b-r {
        border-right-color: #004785;
        left: 1px;
    }

    #lower-level-11 #t-m .container .item.b-l {
        border-left-color: #004785;
        right: 1px;
    }

    #lower-level-11 #t-m .container .item figure {
        min-height: 120px;
        margin: 0px 0 0;
    }

        #lower-level-11 #t-m .container .item figure.min-h-50px {
            min-height: 50px;
        }

        #lower-level-11 #t-m .container .item figure.min-h-80px {
            min-height: 80px;
        }

        #lower-level-11 #t-m .container .item figure.min-h-100px {
            min-height: 100px;
        }

        #lower-level-11 #t-m .container .item figure img {
            width: 100%;
        }

    #lower-level-11 #t-m .container .item .body-text {
        padding-top: 20px;
    }

        #lower-level-11 #t-m .container .item .body-text h3 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.1;
            font-family: sans-serif;
            color: #004785;
        }

        #lower-level-11 #t-m .container .item .body-text p {
            font-size: 15px;
            color: #555555;
            margin: 0;
        }

    #lower-level-11 #t-m .container .item .circle {
        position: absolute;
        bottom: -16px;
        width: 31px;
        height: 31px;
        border-radius: 50px;
        background-color: #3fa8de;
        z-index: 1;
    }

        #lower-level-11 #t-m .container .item .circle.end-0 {
            right: -17px !important;
        }

@media (max-width: 768px) {
    #lower-level-11 #t-m .container .item .circle.end-0 {
        right: inherit !important;
        left: 0 !important;
        margin-left: -16px;
    }
}

#lower-level-11 #t-m .container .item .circle.start-0 {
    left: -17px !important;
}

@media (max-width: 768px) {
    #lower-level-11 #t-m .container .item .circle.start-0 {
        right: inherit !important;
        left: 0 !important;
        margin-left: -16px;
    }
}

#lower-level-11 #t-m .container .item .bg-white {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 5px;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}

@media (max-width: 729px) {
    #lower-level-11 #t-m .container .item .bg-white {
        left: -5px;
        right: inherit;
    }
}

#lower-level-11 .loader-ellips {
    font-size: 20px;
    position: relative;
    width: 2.66em;
    height: 1em;
    margin: 0px auto;
    cursor: pointer;
}

#lower-level-11 .loader-ellips__dot {
    display: block;
    width: 13.66px;
    height: 13.66px;
    border-radius: 0.5em;
    background: #bababa;
    /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

    #lower-level-11 .loader-ellips__dot:nth-child(1),
    #lower-level-11 .loader-ellips__dot:nth-child(2) {
        left: 0;
    }

    #lower-level-11 .loader-ellips__dot:nth-child(3) {
        left: 1em;
    }

    #lower-level-11 .loader-ellips__dot:nth-child(4) {
        left: 2em;
    }

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1em);
    }
}

#lower-level-11 .loader-ellips__dot.animate:nth-child(1) {
    animation-name: reveal;
}

#lower-level-11 .loader-ellips__dot.animate:nth-child(2),
#lower-level-11 .loader-ellips__dot.animate:nth-child(3) {
    animation-name: slide;
}

#lower-level-11 .loader-ellips__dot.animate:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}
/* TIMELINE CLASSES */
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #004785;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.tl-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .tl-container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: white;
        border: 4px solid #F9A63F;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.tl-left {
    left: 0;
}

/* Place the container to the right */
.tl-right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tl-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #efefef;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #efefef;
}

/* Add arrows to the right container (pointing left) */
.tl-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #efefef;
    border-width: 10px 10px 10px 0;
    border-color: transparent #efefef transparent transparent;
}

/* Fix the circle for containers on the right side */
.tl-right::after {
    left: -13px;
}

/* The actual content */
.tl-content {
    padding: 20px 30px;
    background-color: #efefef;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .tl-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .tl-container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .tl-left::after, .tl-right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .tl-right {
        left: 0%;
    }
}
#tl h2 {
    color: rgb(0,71,133);
    font-family: "Open Sans", sans-serif;
    font-size: 44.32px;
    font-weight: 700;
}
.tl-content h2{
    font-weight: bolder;
    color: #a9a9a9;
    font-size: 35px;
}
.tl-content hr{
    border-bottom: 2px solid #33A3DC;
}
.tl-content img{
    max-width: 100%;
}
/*END TIMELINE STYLES*/
#about_container div.container ul {
    color: #fff;
    font-size: 24px;
}
#about_container div.container li {
    color: #fff;
    font-size: 24px;
}
#about_description.text-white, #about_description p{
    font-size: 24px;
}
#featuretteText {
    font-size: 24px;
    color: #fff;
}
a:link.sign-in, .sign-in a:visited.sign-in {
    background-color: #9DC335;
    color: #FFFFFF;
    font-weight: bolder;
    padding: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 #789529, 1px 1px 0 #789529, 1px -1px 0 #789529, -1px -1px 0 #789529;
}
a:hover.sign-in {
    background-color: #789529;
    color: #FFFFFF;
    font-weight: bolder;
    padding: 5px;
    border-radius: 5px;
}
div.container.px-md-0 a:link, div.container.px-md-0 a:visited {
    /*font-size: 20px;*/
}
div.container.px-md-0 a:hover, div.container.px-md-0 a:active {
    color: #9DC335;
    /*font-size: 20px;*/
}

/*this is a fix for the IsValid state on un-required fields in the contact form*/

.form-control.is-valid:focus, .was-validated :valid.form-control {
    border-color: #ced4da !important;
    background-image: inherit !important;
    box-shadow: inherit !important;
}


/* Large Carousel items*/
.eq-caro-text{
    float: left; 
    padding-left: 5%; 
    padding-right: 5%;
}

.carousel-inner {
    min-height: 500px;
}

.carousel-control.left {
    background: transparent;
    color: #F9A63F;
    width: 2%;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}