/*---------- ER Icons ----------*/

.off[data-target] {
    pointer-events: none !important;
}

.off[data-target] h3 {
    pointer-events: none !important;
}

.service-icons {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 20px auto;
}

.service-icons > * {
    padding: 5px;
    flex: 0 1 210px;
    margin: 10px auto;
    display: block;
}

.sv-icon {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-icons a {
    text-decoration: none;
}

.service-icons h3 {
    color: #2f3437;
    margin: 5px auto;
    font-size: 22px;
    line-height: 1.1;
}

.service-icons a:hover h3 {
    color: #e3c178;
}

.service-icons path {
    stroke: #e3c178;
    fill: #351a13;
}

.simple-modal-content .btn {
    margin: 0 auto 12px;
    display: block;
    max-width: fit-content;
}

/*---------- Simple Modal ----------*/

html.disable-scroll,
body.disable-scroll {
    overflow: hidden;
}

html.disable-scroll {
    padding: 0 17px 0 0; /* adjust for 17px scrollbar width */
}

.simple-modal-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 10000000000;
}

.simple-modal-popup .simple-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 850px;
    width: 90%;
    max-height: 90%;
    overflow: auto;
    margin: auto;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

.simple-modal-popup .simple-modal-content h2,
.simple-modal-popup .simple-modal-content h3 {
    font-size: 28px;
    text-align: center;
}

.simple-modal-popup .simple-modal-content h3 {
    font-weight: 600;
    margin: 0 auto 25px;
    max-width: 90%;
    text-align: center;
}

.close-simple-modal {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    color: #2f3437;
}

.close-simple-modal:hover {
    color: #e3c178;
}

.section-toggle > div {display:none;}
.section-toggle > div {margin-top: 30px;}
.section-toggle h3 {font-size: 24px; margin: 20px 0 10px;}
