/* Add any OVERARCHING css info in here, maybe it could be placed elsewhere to be neater? */
@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/sg-child/src/fonts/calibri-italic.woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/sg-child/src/fonts/calibri-regular.woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/sg-child/src/fonts/calibri-bold.woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/sg-child/src/fonts/calibri-bold-italic.woff');
    font-weight: 700;
    font-style: italic;
}
#main-content .container {
    max-width: 1200px;
}
.sg-slider-arrows i {
    transition: 0.2s;
    color: white;
}
.sg-slider-arrows i:hover {
    transform: scale(1.15);
    background: white;
    color: #036;
    border-radius: 100%;
}
/* Gravity Form Styles */
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #693 !important;
    color: #fff;
    height: 30px;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: #d2d6dc;
    height: 30px;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    display: block;
    float: right;
    font-size: 16px !important;
    line-height: 21px;
    margin-left: 8px;
    margin-right: 8px;
    min-width: 2em;
    width: auto;
    height: 30px;
    display: flex !important;
    align-items: center !important;
}
.gchoice label {
    font-size: 18px !important;
}
input[type=submit].gform_button {
    margin-top: 30px !important;
    background: #036;
    color: white;
    border: 2px solid #036;
    padding: 8px 15px;
}
input[type=submit].gform_button:hover {
    margin-top: 30px !important;
    background: #fff;
    color: #036;
    border: 2px solid #036;
    padding: 8px 15px;
}
.gform-theme-button {
    background: #036;
    color: white;
    border: 2px solid #036;
    padding: 8px 15px;
    margin-top: 30px !important;
}
label#label_3_3_1 a {
    color: #222 !important;
}
#main-content ul:not(".nav-pills") {
    list-style-type: square !important;
}
#main-content ul ::marker {
    color: #693;
    font-size: 28px;
    margin-top: 6px !important;
}
#main-content li {
    line-height: 23px;
    margin-bottom: 10px;
}
.nav-links a, .nav-links span {
    width: 40px;
    height: 40px;
}
/* End of CSS for 1506 */
.responsive-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.table-header, .table-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-bottom: 1px solid #b8b8b8;
}
.table-header {
    background: #f7f7f7;
    font-weight: bold;
}
.table-cell {
    flex: 1 1 20%;
    padding: 0.5rem;
    box-sizing: border-box;
}
/* Responsive stacking for mobile */
@media (max-width: 768px) {
    .table-header {
        display: none;
    }
    .table-row {
        flex-direction: column;
        border-bottom: 1px solid #ccc;
    }
    .table-cell {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0.5rem 0;
        border-bottom: 1px solid #f1f1f1;
    }
    .table-cell::before {
        content: attr(data-label);
        flex: 0 0 50%;
        font-weight: bold;
        text-align: left;
    }
    .table-cell .cell-value {
        flex: 0 0 50%;
        text-align: right;
    }
}
.header-arrow-not-h1:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    content: '\f054';
    color: #6cf;
    padding-right: 13px;
    font-size: 30px;
}
.topcol-right {
    border: 4px solid white;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    /* width: 100%;
     */
    float: none;
    clear: both;
    margin-left: 0%;
    overflow: hidden;
    height: fit-content;
    padding-right: 91px !important;
}
.sg-faq-panel.collapsed .fa-angle-up {
    transform: rotate(180deg);
}
.sg-faq-panel .fa-angle-up {
    transition: transform 0.2s;
}
.sg-faq-panel .fa-angle-up:before {
    display: inline-block;
    text-decoration: none;
}
.asw-menu-header {
    background-color: #036 !important;
}
.asw-menu-header .asw-menu-reset {
    background: none;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff !important;
}
.asw-menu-header .asw-menu-close {
    background: none;
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff !important;
}
.asw-menu-header .asw-menu-close svg {
    fill: #fff !important;
}
.asw-menu-header .asw-menu-reset svg {
    fill: #fff !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}
button.asw-menu-reset.asw-menu-reset-footer-btn {
    padding: 20px;
}
/* Reset problematic inline styles */
/* Base table styles */
/* Mobile responsive stacking without data-labels */
.this-is-the-content table {
    width: 100% !important;
    height: auto !important;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #b8b8b8;
    margin-bottom: 1.5em;
    font-size: 14px;
}
.this-is-the-content td {
    height: auto !important;
    table-layout: auto;
    border-collapse: collapse;
    padding: 10px;
    border: 1px solid #b8b8b8;
    font-size: 20px;
}
.this-is-the-content th {
    width: auto !important;
    height: auto !important;
    table-layout: auto;
    border-collapse: collapse;
    background-color: #f7f7f7;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #b8b8b8;
    text-align: left;
}
.this-is-the-content tr:nth-child(even) {
    background-color: #f7f7f7;
}
.this-is-the-content tr:hover {
    background-color: #eaeaea;
}
.this-is-the-content p {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .this-is-the-content table {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content thead {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content tbody {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content th {
        display: block;
        width: 100% !important;
    }
    .this-is-the-content td {
        display: block;
        width: 100% !important;
        padding: 10px;
        border: 1px solid #b8b8b8;
        box-sizing: border-box;
        text-align: left;
    }
    .this-is-the-content tr {
        display: block;
        width: 100% !important;
        height: auto !important;
        background: #fff;
    }
}
.int-para h2, .int-para h3, .int-para h4, .int-para h5 {
    color: white !important;
}
.content_builder_menu_button_cont {
    flex: 1;
}
@media (max-width: 768px) {
    .content_builder_menu_button_cont {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }
}
.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    bottom: 0px;
    position: absolute;
    color: #fff !important;
    right: 0px;
    border-left: 2px solid #693;
    border-top: 2px solid #693;
    border-radius: 5px 0px;
}
@media (max-width: 768px) {
    h1 {
        font-size: 34px;
        line-height: 38px !important;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: 30px;
        line-height: 36px !important;
    }
}
@media (max-width: 768px) {
    h3 {
        font-size: 28px;
        line-height: 32px !important;
    }
}
