/************TABS************/
.tab-container {
    padding: 7% 7%;
}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.tabset>input:nth-child(13):checked~.tab-panels>.tab-panel:nth-child(7),
.tabset>input:nth-child(15):checked~.tab-panels>.tab-panel:nth-child(8),
.tabset>input:nth-child(17):checked~.tab-panels>.tab-panel:nth-child(9),
.tabset>input:nth-child(19):checked~.tab-panels>.tab-panel:nth-child(10),
.tabset>input:nth-child(21):checked~.tab-panels>.tab-panel:nth-child(11),
.tabset>input:nth-child(23):checked~.tab-panels>.tab-panel:nth-child(12) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
    background-color: #868686;
    border-radius: 0px 10px 0px 0px;
    min-width: 130px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFF;
    padding: 10px 15px 0px 15px !important;
    margin-left: -4px;
    margin-top: 2px !important;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
    color: #FFF;
    background-color: #DA291C;
    border-radius: 0px 10px 0px 0px;
    min-width: 130px;
    height: 30px;
    text-align: center;
}

.tabset>input:checked+label {
    border-color: #DA291C;
    margin-bottom: -1px;
}

.tabset>input::before+label {
    border-color: #868686;
    border-bottom: 1px solid #868686;
    margin-bottom: -1px;
    margin-left: 0px;
}

.tab-panel {
    border-top: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    padding-top: 3%;
}



/*SEARCH INPUT*/
.searchInput {
    width: 20rem;
    height: 2rem;
    padding: 0 1rem;
    border-bottom: 1.5px solid #DA291C;
    border-top: none;
    border-right: none;
    border-left: none;
    transition: transform 0.1s ease-in-out;
    background: none;
    font-family: 'Montserrat', sans-serif;
}

.searchInput::placeholder {
    color: #BDBDBD;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.searchInput:focus {
    outline: none;
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
}

.searchInputIcon {
    color: #DA291C;
}

/*SEARCH INPUT*/






/*SUBPAGES BANNER AND BREADCRUMBS*/
.subpage-banner-container {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
}

.subpageImageBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.subpage-banner-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(218, 41, 28, 1) 12%, rgba(218, 41, 28, 0) 78%);
    pointer-events: none;
    z-index: 2;
}

.subpageBannerTitle {
    position: relative;
    z-index: 3;
    /* Highest layer, safely above the gradient */
    color: #ffffff;
    /* White text pops against the dark gradient overlay */
    padding: 220px 100px 100px 100px;
    max-width: 600px;
}

.breadcrumbs {
    height: 50px;
    background-color: #EEEEEE;
    padding-right: 7%;
}

p.crumbText {
    margin: 0;
    padding: 10px;
}

.chevronIcon {
    padding: 8px;
}

/*SUBPAGE BANNER AND BREADCRUMBS*/



/*********MOBILE MENU CONTAINER*********/

@media (max-width: 1260px) {

    .--button-header,
    .navbar {
        display: none !important;
    }

    .logo {
        width: 100px !important;
        min-width: 120px;
    }
}


/*********MOBILE MENU CONTAINER*********/




/********MENU DROPDOWN********/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    visibility: hidden;
    /*display: none;*/
    position: fixed;
    background-color: #f1f1f1;
    z-index: 1;
    top: 160px;
    padding-top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.active {
    visibility: visible;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.column,
.column2 {
    float: left;
    width: 30%;
    height: 380px;
    display: block;
    padding: 10px 18px;
}

.column a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px 16px;
}

.column2 a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    padding: 6px 18px;
}

.column2 p {
    padding: 0px 16px;
    margin-top: 10px;
}

.column .column2 a:hover {
    color: #DA291C;
    display: block;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #DA291C;
}

.btn-red-dropdown {
    margin-top: 12px;
}

/********MENU DROPDOWN********/






/* Footer */
.footer-container {
    height: 340px;
    width: 100% !important;
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.footer-content-container {
    background-color: #ECECEC;
    height: 260px;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 5% 7%;
}

.footer-section {
    flex-direction: column;
}

.footer-center-wrapper {
    align-items: center;
    justify-items: center;
    display: flex;
}

.footer-bottom {
    background-color: #DA291C;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 7%;
    padding-right: 7%;
}

.footer-links:hover {
    color: #DA291C !important;
}

.footer-bottom-links:hover {
    color: #FFB81C !important;
}

/* Footer */



/****WHITE: Main Menu Header*********/
.header-container {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    position: fixed;
    height: 160px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.main-menu-container {
    background-color: #FEFEFE;
    height: 75px;
    padding-left: 7%;
    padding-right: 7%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.secondary-menu-container {
    background-color: #F4F4F4;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding-left: 7%;
    padding-right: 7%;
}

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

.header-announcement {
    background-color: #DA291C;
    padding: 2px 0px 2px 0px;
}

/****WHITE: Main Menu Header*********/