﻿/***** IREC Issuer *****/


.irec-page section#container {
    border-top: 0;
}

.irec-page .page-content {
    background-color: transparent;
    border-top: 0;
    padding: 43px 94px;
}

.irec-page #contact-container {
    min-height: 665px;
}

.irec-page #contact-content {
    padding: 20px 0;
    max-width: 500px;
}

.irec-page #contact-content .white {
    margin-top: 50px;
    padding: 29px 20px 48px;
}


.irec-page .accordion {
    background-color: #dbb400;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    color: #000;
}

.irec-page .accordion:hover {
    background-color: #065764;
    color: #fff;
}

.irec-page .accordion:hover:after {
    color: #fff;
}

.irec-page .accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.irec-page .active:after {
    content: "\2212";
}

.irec-page .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    .irec-page .page-content {
        padding: 20px 15px;
    }
}

.yellow-bg {
    background-color: #dbb400;
    padding: 18px;
    border: none;
    font-size: 18px !important;
    color: #000;
    font-family: Metropolis !important;
    font-weight: bold !important;
}

html {
    scroll-behavior:smooth
}
