﻿body {
    position: relative;
    height: 100%;
}

html {
    height: 100%;
}

body .header {
    background: url("/portals/0/skins/impactsleeves_2013/img/interior-header-bg.jpg");
    height: 125px;
}

.lt-ie9 body .header {
    padding-bottom: 8px;
}

#dnn_RightPane img {
    padding-top: 40px;
}

.DNNEmptyPane {
    display: none !important;
    margin: 0;
    padding: 0;
    width: 0;
}

#dnn_ContentPane p,
#dnn_RightPane p {
    font-size: 14.5px;
    line-height: 24px;
    padding-bottom: 7px;
}

#dnn_dnnBreadcrumb_lblBreadCrumb a {
    font-size: 12px;
    color: #8bb44a;
    padding: 0 5px;
}

#dnn_dnnBreadcrumb_lblBreadCrumb span.SkinObject {
    font-size: 12px;
    color: #999;
    padding-right: 5px;
}

.margTop {
    margin-top: 24px;
}

.pageTitle {
    color: #678d38;
    font-size: 33px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

#dnn_ContentPane h3 {
    font-family: source_sans_prosemibold;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1px;
    line-height: 38px;
    margin: 10px 0 0;
}

.contTable td:last-child {
    padding-left: 35px;
}

.green {
    color: #678d38;
}

.sBold {
    font-family: source_sans_prosemibold;
}

html body #dnnMenu .topLevel>li.selected {
    border-radius: 8px 8px 0 0;
}

#dnn_RightPane {
    float: right;
    margin-left: 3%;
    width: 27%;
}

#dnn_ContentPane {
    margin-left: 0;
    width: 70%;
}

.mainContent {
    min-height: 100px;
}

@media screen and (max-width: 680px) {
    #dnn_RightPane {
        clear: both;
        text-align: center;
        width: 100%;
    }

    #dnn_RightPane img {
        float: none !important;
        margin: 0 auto;
    }

    #dnn_ContentPane iframe {
        width: 420px;
        height: 275px;
    }

    #dnn_ContentPane {
        width: 100%;
    }

    .margTop.intTable {
        margin: 36px auto;
        width: 96%;
    }
}

@media screen and (max-width: 550px) {
    .eSleeveImg {
        width: 100%;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 450px) {
    #dnn_ContentPane iframe {
        display: none;
    }
}

.faq-accordion {
    max-width: 100%;
}

.faq-accordion .accordion-item,
.faq-accordion .panel {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

.faq-accordion .accordion-header,
.faq-accordion .panel-heading {
    margin: 0;
}

.faq-accordion .accordion-trigger {
    width: 100%;
    text-align: left;
    padding: 14px 48px 14px 16px;
    border: 0;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.faq-accordion .accordion-trigger:hover {
    background: #f1f1f1;
}

.faq-accordion .accordion-trigger:active {
    background: #ececec;
}

.faq-accordion .accordion-trigger::before {
    content: none;
}

.faq-accordion .accordion-trigger::after {
    content: "+";
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    line-height: 1;
}

.faq-accordion .accordion-trigger[aria-expanded="true"]::after {
    content: "–";
}

.faq-accordion .accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    will-change: max-height;
}

.faq-accordion .accordion-panel.is-open {
    /* max-height set inline */
}

.faq-accordion .panel-body {
    padding: 14px 16px;
}

.faq-accordion h2 {
    margin: 0;
}

.faq-accordion h2 button {
    font-weight: 600;
}

.faq-accordion .bold {
    font-weight: 600;
}

.faq-accordion .panel-body p {
    margin: 0 0 10px;
}

.faq-accordion .accordion-item:has(.is-open) button {
	background-color: #505050;
    color: #fff;
}

.faq-accordion .accordion-item:has(.is-open) button::after {
    color: #fff;
}

.faq-accordion .accordion-trigger:focus {
	outline: none;
}

@media (prefers-reduced-motion: reduce) {
    .faq-accordion .accordion-panel {
        transition: none;
    }
}

[dir="rtl"] .faq-accordion .accordion-trigger {
    text-align: right;
    padding: 14px 16px 14px 48px;
}

[dir="rtl"] .faq-accordion .accordion-trigger::after {
    right: auto;
    left: 12px;
}