/* Gotham-Bold */
@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Gotham-Book */
@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Gotham-Light */
@font-face {
    font-family: 'Gotham';
    src: url('/assets/fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    /* 300 is used for light */
    font-style: normal;
}


body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Gotham, sans-serif;
}

h1 {
    font-weight: 700;
}

a {
    color: #ffffff;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

nav ul li::before {
    content: "";
    color: #007bb6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul li::before {
    content: "\2022";
    color: #007bb6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.lang__switch {
    color: white;
    text-decoration: none;
}

.lead {
    color: #212529;
}

.header__lead {
    line-height: 55px;
}

.text__primary {
    font-family: Gotham, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #007bb6;
    font-size: 18px;
}

.text__primary_home {
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00b3de;
    font-size: 24px;
}

.text__primary__blue {
    color: #326C9C;
    font-family: 'Open Sans', sans-serif;

}

.text_orange {
    color: #ffffff !important;
}

.text_green {
    color: #00555A !important;
}

.text__secondary {
    font-family: Gotham, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00555A;
    font-size: 10px;
}

.text__secondary__orange {
    font-family: Gotham, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #00b3de;
    font-size: 22px;
}

.text__secondary__green {
    color: #89C762;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.title__orange {
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #007bb6;
    font-size: 30px;
}

.overlay__text {
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00555A;
    font-size: 20px;
}

.link__primary {
    font-family: Gotham, sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
}

.p_active {
    color: #EF8B2F;
}

.link__primary:hover {
    font-family: Gotham, sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #cccccc;
    line-height: 1;
}

.links__secondary {
    font-family: Gotham, sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #00555A;
    font-size: 22px;
    line-height: 1;
}

.links__secondary:hover {
    font-family: Gotham, sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #EF8B2F;
    font-size: 22px;
    line-height: 1;
}

.link__text {
    /*font-family: Gotham, sans-serif;*/
    /*text-decoration: none;*/
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #00555A;

}

.btn__primary {
    font-family: Gotham, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    background-color: #00555A;

    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;

    padding: 5px 65px;

}

.btn__secondary {
    font-family: Gotham, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background-color: #326C9C;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    padding: 5px 45px;
}

.btn__secondary__orange {
    font-family: Gotham, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    padding: 5px 45px;
    background-color: #EF8B22;
    border-color: #979797;
    color: #ffffff;
}

.btn_video {
    border-radius: 48px;
    background-color: #007bb6;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16), 0 4px 10px rgba(0, 0, 0, 0.23);
}

.btn_video_card {
    font-size: 16px;
}

.text__emphasis {
    font-weight: 500;
}

.pl-0 {
    padding-left: 0;
}

.bt-orange {
    border-top: 3px solid #007bb6;

}

.bg-orange {
    background-image: url("../assets/orange.png");
    background-position: right top;
    background-repeat: repeat-y;

}

.grey_bg {
    background-color: #ECEDEF;
}

.input-form {
    display: block;
    width: 100%;
    height: 68px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #00555A;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 48px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-form:focus {
    /*border-color: #89C762;*/
    border-color: #EF8B22;
    box-shadow: 0 0 0 0.25rem rgba(0, 85, 90, 0.25);
}

.small {
    font-size: 12px;
}

.cover {
    margin-bottom: -6px;
    /*background-color: #FF983F;*/

}

.cover_orange {
    background: #050f23;
    background: linear-gradient(180deg, #041431 35%, #07101e 100%);
}

.active {
    color: #ffffff;
    background-color: #007bb6;
}

.active:hover {
    color: #ffffff;
    background-color: #007bb6;
}

.borderline {
    text-align: center;
    margin-left: 45%;
    width: 5px;
    margin-top: 103px;
}

.containerBox {
    /*position: relative;*/
    display: inline-block;
}

.top {
    height: 70px;

}

.text-box {
    position: absolute;
    text-align: right;
    background-color: rgba(239, 139, 34);
    /*margin-top: 10%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;*/
    padding: 10px 0 0 20px;
}

.text-box:before {
    content: '';
    height: 30%;
    vertical-align: middle;
}

.text-box-lang {
    position: absolute;
    text-align: right;
    background-color: rgb(0, 179, 222);
    color: white;
    margin: 0px;
    padding: 10px 20px 0 20px;
}

.text-box-lang:before {
    content: '';
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-dark .navbar-nav .nav-link {
    text-align: center;
    color: #FFFFFF;
    padding: 10px 35px;
    border-right: 1px solid;
}

.img_logo {
    width: 230px;
}

.img_footer {
    /*height: 106px;*/
    width: 280px;
}

.img_logo_itp {
    width: 200px;
}

.navbar-green {
    background-color: #00b3de;
    color: #ffffff;
    /*padding-top: 0 rem !important;
    padding-bottom: 0 rem !important; */
}

.nav__last {
    border-right: none !important;
}

.navbar-nav>.active>a {
    background-color: #007bb6;
    color: #ffffff;
}

.modal-title {
    font-weight: 700;
}

.img__thumbnails {
    width: 100%;
}

.download__p {
    margin: 10px 0;
}

.card__custom {
    width: 78.5%;
    margin-top: 20px;
    border-color: #89C762;
    -webkit-box-shadow: 3px 3px 10px 2px #ccc;
    -moz-box-shadow: 3px 3px 10px 2px #ccc;
    box-shadow: 3px 3px 10px 3px #ccc;
}

.card__custom p {
    margin: 10px;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-35 {
    margin-top: 35rem !important;
}

.px-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}


.overlay-title {
    z-index: 1;
    right: 0px;
    background-color: #00b3de;
    /* opacity: 0.7; */
    margin-top: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.25rem !important;
    padding-left: 0.5rem !important;
}

.overlay-text {
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.7;
    align-items: center !important;
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.moa_body {
    /*margin-right: 1rem !important;
    margin-left: 1rem !important;*/
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    /*padding-right: 1rem !important;
    padding-left: 1rem !important;*/
    /*background-image: url("../assets/orange.png")*/
}

.footer_tav {
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    height: 170px;
}

.table-dark-green {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #EF8B22;
    --bs-table-striped-color: #247B7D;
    --bs-table-active-bg: #00555A;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #247B7D;
    color: #247B7D;
    border-color: #097376;
}

.table-medium-green {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #247B7D;
    --bs-table-active-bg: #448B8D;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #247B7D;
    color: #247B7D;
    border-color: #097376;
}

.table-cell-orange {
    color: #ffffff;
    --bs-table-bg: #EF8B22;
}

.table-cell-gray {
    color: #2B2E34;
    --bs-table-bg: #E2E2E3;
}

.table-cell-dark-gray {
    color: #ffffff;
    --bs-table-bg: #7E8084;
}

.table-cell-medium-green {
    color: #ffffff;
    --bs-table-bg: #247B7D;
}

.table-cell-light-cyan {
    color: #247B7D;
    --bs-table-bg: #BED2D4;
}

.table-cell-white-cyan {
    color: #247B7D;
    --bs-table-bg: #DEE8E9;
}

.table-cell-white-orange {
    color: #247B7D;
    --bs-table-bg: #FFF4E9;
}


.table_75 {
    width: 75%;
}

.table_50 {
    width: 50%;
}

.align-center {
    text-align: center;
}

.index-text {
    font-weight: 300;
}


.um-content {
    width: 700px;
    height: 120px;
    font-family: Gotham, sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #007bb6;
    margin: 20px auto;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.moa_img {
    margin: 20px;
    display: inline;
    width: 500px;
    height: auto;
}

.moa_Highlight {
    width: 80%;
    height: auto;
    font-family: Gotham, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background-color: #007bb6;
    margin: 20px 0px;
    padding: 10px;
}


.Efficacy_red_text {
    font-family: Gotham, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #D04265;
}


.Efficacy_Highlight {
    width: 80%;
    height: auto;
    font-family: Gotham, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    background-color: #007bb6;
    margin: 20px 0px;
    padding: 10px;
    line-height: 26px;
}

.DOM_Highlight {
    width: 100%;
    height: auto;
    font-family: Gotham, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background-color: #007bb6;
    margin: 20px 0px;
    padding: 10px;
    text-align: center;
}


.DOM_Bordertext {
    width: 75%;
    height: auto;
    font-family: Gotham, sans-serif;
    font-style: normal;
    font-size: 20px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    border: 3px solid #00b3de;
    border-radius: 5px;
}


.DOM_Bordertext_black {
    width: 100%;
    height: auto;
    font-family: Gotham, sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 20px auto;
    padding: 10px;
    text-align: left;
    border: 2px solid black;
}


.Table_Header_Dark {
    background-color: #007bb6;
    color: #fff;
}

.Table_Header_Light {
    text-align: center;
    background-color: #00b3de;
    color: #fff;
    padding: 5px;
}

.Table_Bottom_boarder {
    border-bottom: 3px solid #007bb6;
}

.Right_border {
    border-right: 10px solid #fff;
}

.DOM_Table th,
.DOM_Table td {
    width: 50%;
}

.DOM_First_col {

    width: 25%;
}

.DOM_Second_col {
    width: 50%;
}

.table-responsive {
    width: 90%;
}

.table-responsive td:not(:first-child) {
    text-align: center;
}

.table-colors tbody tr:nth-of-type(even) {
    background-color: #DEEBF7;
    /* Light blue */
}

.table-colors tbody tr:nth-of-type(odd) {
    background-color: white;
    /* White */
}

.TOL_First_Col {

    color: #1e5d8a;
    width: 40%;
    background-color: #DEEBF7 !important;
    /* Light blue */
}

.TOL_Second_Col {
    color: #1e5d8a;
    text-align: center;
    width: 15%;
    background-color: #DEEBF7 !important;
    /* Light blue */
}

.TOL_Main_Table {
    color: #1e5d8a;

}

.table_top_header {
    border-top: 2px solid #5489af;
}

.tables_TOL {
    color: #1e5d8a;
    text-align: center;
    width: 90%;
    display: table;
    table-layout: fixed;
    /* optional, for equal spacing */
    border-collapse: collapse;
}

.tables_TOL th {
    background-color: #ffffff;
    /* Light blue */
}

.tables_TOL tr {
    background-color: #DEEBF7;
    /* White */
    border-top: 2px solid #5489af;
    border-bottom: 2px solid #5489af;
}

.purple_text {
    color: #6C2068;
}


.PR_border{
    height: auto;
    border-left: 4px solid #1e5d8a;
}

/** Media Queries **/
@media only screen and (device-width: 768px) {
    .img__thumbnails {
        width: 100%;
    }

    .card__custom {
        width: 100%;
    }
}



@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0 0.5em;
    }

    /*.navbar .navbar-nav .nav-item:not(:last-child)  {
      border-right: 2px solid #ffffff;
    }*/
    .nav-border-dark .navbar-nav .nav-item:not(:last-child) {
        border-right: 1px solid #00555A;
    }

    .nav-border-light .navbar-nav .nav-item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }

    .text__primary {
        font-family: Gotham, sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #007bb6;
        font-size: 24px;
    }

    .text__primary_home {
        font-family: Gotham, sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #00b3de;
        font-size: 24px;
    }

    .text__secondary {
        font-family: Gotham, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #00555A;
        font-size: 26px;
    }

    .text__secondary__orange {
        font-family: Gotham, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #00b3de;
        font-size: 22px;
    }

    .title__orange {
        font-family: Gotham, sans-serif;
        font-weight: bold;
        font-style: normal;
        /* color: #007bb6; */
        color: #fff;
        font-size: 82px;
        /* text-shadow: 0px 0px 20px #00336daf; */
    }

    .overlay__text {
        font-family: Gotham, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #007bb6;
        font-size: 22px;
    }

    .overlay-title {
        position: absolute !important;
        z-index: 1;
        right: 0px;
        background-color: #00b3de;
        margin-top: 6rem !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .overlay-text {
        z-index: 1;
        background-color: rgba(255, 255, 255, 1);
        opacity: 0.8;
        margin-top: 33rem !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }

    .moa_body {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .link__primary {
        font-family: Gotham, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        color: #ffffff;
        line-height: 1;
    }

    .link__primary:hover {
        font-family: Gotham, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        color: #cccccc;
        line-height: 1;
    }

    .links__secondary {
        font-family: Gotham, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-style: normal;
        color: #00555A;
        font-size: 18px;
        line-height: 1;
    }

    .links__secondary:hover {
        font-family: Gotham, sans-serif;
        text-decoration: none;
        font-weight: 500;
        font-style: normal;
        color: #007bb6;
        font-size: 18px;
        line-height: 1;
    }
}

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