@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,600&display=swap');

.container {
    width: 100%;
    padding: 0 80px;
    max-width: 1632px;
}

strong {
    color: #006c7d;
}

#logo {
    max-width: 150px;
}

.navbar {
    padding: 15px 0;
}

p {
    font-family: 'Work Sans', sans-serif;
}
.slick-slide .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115px;
    margin: 0 60px;
}
#banner {
    background-image: url(/images/banner.webp);
    background-position: 50% 0;
    background-size: cover;
    color: #ffffff;
    padding: 100px 0px;
}

    #banner h1 {
        padding: 0 0 10px;
        font-size: 46px;
        font-weight: 100;
        text-align: left;
        letter-spacing: 1px;
    }

    #banner p {
        font-size: 18px;
        font-weight: 100;
        text-align: left;
        font-family: 'Work Sans', sans-serif;
        letter-spacing: 0.5px;
        line-height: 29px;
        margin-bottom: 0;
    }

/** Cookie consent */
.wrapper {
    position: fixed;
    bottom: 15px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .wrapper.show {
        right: 20px;
    }

    .wrapper header {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }

header i {
    color: #044046;
    font-size: 32px;
}

header h4 {
    color: #044046;
    font-weight: 500;
}

.wrapper .data {
    margin-top: 10px;
}

    .wrapper .data p {
        color: #333;
        font-size: 16px;
    }

.data p a {
    color: #044046;
    text-decoration: underline;
}

    .data p a:hover {
        text-decoration: underline;
    }

.wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appetiteGuide {
    background: #006c7d;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    padding: 30px 0;
}

    .appetiteGuide h3 {
        color: #006c7d;
        font-family: 'Work Sans', sans-serif;
    }

.appetiteGuideContent {
    background: #ffffff;
    padding: 30px;
    color: #006c7d;
}

.appetiteGuide table {
    border-color: #006c7d;
}

.appetiteGuide tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    padding: 10px;
    border-width: 1px;
    font-weight: 500;
}

    tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.buttons .button {
    border: none;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 16px;
    background: #395f62;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
    background-color: #395f62;
}

#declineBtn {
    border: 2px solid #4070f4;
    background-color: #fff;
    color: #4070f4;
}

    #declineBtn:hover {
        background-color: #4070f4;
        color: #fff;
    }

h2.latestNews {
    font-weight: bold;
    font-size: 24px;
    color: #044046;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.bannerbuttonContainer {
    clear: both;
    width: 100%;
    display: inline-block;
}

.bannerbuttonContainer2btns {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#banner .bannerBtn, #banner .bannerBtn:active, #banner .bannerBtn:focus, #banner .bannerBtn:active:focus {
    font-size: 15px;
    float: left;
    max-width: 300px;
    margin: 0;
    width: 100%;
    border: none !important;
    display: inline-block;
    background-color: #adcb36;
    background-image: none;
    transition: background-color 0.5s ease;
    color: #066f7a;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 13px 20px;
}

    #banner .bannerBtn:hover, #banner .bannerBtn:hover > .buttonArrow {
        background-color: rgb(173 203 54 / 64%) !important;
        color: #066f7a !important;
        border: none !important;
    }

.registerBtn, .loginBtn {
    font-size: 14px !important;
    line-height: 28px !important;
    margin: 0;
    width: 100%;
    border: none !important;
    display: inline-block;
    background-color: #adcb36 !important;
    background-image: none;
    transition: background-color 0.5s ease;
    color: #066f7a;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 20px;
}

    .registerBtn:hover, .loginBtn:hover {
        background-color: rgb(173 203 54 / 64%) !important;
        border: none !important;
        color: #066f7a !important;
    }

.quote-button:hover {
    background-color: rgb(173 203 54 / 64%) !important;
    border: 1px solid rgb(173 203 54 / 64%) !important;
    color: #066f7a !important;
}

.inlineb {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

.pr-1 {
    padding-right: 7px;
}

#threeColumns p strong {
    color: #adcb36;
}
/*#threeColumns p a {
    color: #adcb36;
}*/
#banner button:hover {
    background-color: rgb(255 255 255 / 90%);
}

.dropdown-menu {
    padding: 0;
    border-radius: 0px;
    border: none !important;
    background: #f8f9fa;
    -webkit-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.38);
}

.dropdown-item {
    font-size: 16px !important;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    padding: 10px 20px;
}

.partners {
    padding-top: 30px;
}

    .partners img {
        height: 48px;
        margin: 5px 10px;
    }

.insurer-line {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    white-space: nowrap;
}

.validation-summary-errors ul {
    margin: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #054046;
}

.insurer-line > span {
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.btn-primary {
    background-color: #006c7d;
    border-color: #006c7d;
}

    .btn-primary:hover {
        background-color: #006c7d;
        border-color: #006c7d;
        color: #aac930;
    }

.insurer-line > span:before {
    right: 100%;
    margin-right: 15px;
}

.insurer-line > span:before, .insurer-line > span:after {
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    content: '';
    background: #ddd;
}

.insurer-line > span:after {
    left: 100%;
    margin-left: 15px;
}

h3 {
    font-weight: 600;
    color: #006c7d;
    font-size: 27px;
    margin-bottom: 20px;
}

.accordion {
    background: #ffffff;
}

#BodyContent {
    background: #f7f7f7;
    padding: 60px 0 40px;
}

    #BodyContent a {
        font-weight: bold;
        color: #777;
    }

        #BodyContent a:hover, #BodyContent a:focus {
            font-weight: bold;
            text-decoration: none;
            color: #3a7fad;
        }

    #BodyContent h4 {
        font-size: 18px;
        margin: 9px 0;
    }

    #BodyContent li {
        list-style: none;
        text-align: left;
        padding: 8px 5px;
        font-family: 'Work Sans', sans-serif;
    }

        #BodyContent li:before {
            font-family: 'Font Awesome 6 Pro';
            margin: 0 10px 0 -15px;
            content: '\f178';
            color: #006c7d;
            font-weight: 900;
        }

nav a {
    font-size: 15px !important;
}

nav {
    min-height: 57px;
    border-top: 1px solid #eee;
}

#document-list h3:focus {
    outline: 0 !important;
}

#document-list span.logo-box .logo {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: 0;
    left: 130px;
    min-width: 40px;
    max-width: 100px;
    min-height: 30px;
    max-height: 60px;
    margin: auto;
}

.accordion ul {
    font-weight: bold;
    list-style: none;
    margin-bottom: 30px;
}

.sub-accordion div {
    padding-left: 220px;
}

/*.accordion span.logo-box {
 display:none;
}*/

.sub-accordion div a {
    font-weight: 400 !important;
    color: #006c7d !important;
}

.main-accordion h3.ui-state-active {
    border-bottom: none;
}

.sub-accordion h3.ui-state-active, .sub-accordion h3:hover {
    color: #9dba32;
}

.main-accordion > h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 311px;
    transition: border;
    transition-delay: .4s;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.sub-accordion {
    padding: 10px 110px 50px;
    border: 1px solid #e4e4e4;
    border-top: none;
}


    .sub-accordion h3 {
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        margin-top: 5px;
        margin-left: 200px;
        padding: 0;
        border: none;
        cursor: pointer;
    }

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc !important;
}

.navbar-nav {
    gap: 15px;
}

.nav-link {
    font-size: 16px !important;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.5px;
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Work Sans', sans-serif;
}

font-size {
    font-size: 17px;
}

footer {
    width: 100% !important;
    color: white;
    background-color: #222;
    padding: 50px 0;
}

    footer a {
        color: #9dba32;
    }

        footer a:hover {
            color: #c5e842;
        }

.img-circle {
    max-width: 175px;
    max-height: 175px;
    border-radius: 50%;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.know-more {
    margin-top: 20px;
    margin-bottom: 0;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 18px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.panel-primary {
    border-color: #006c7d;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

button.primaryAction {
    color: #ffffff;
    background-color: #006c7d;
    background-repeat: no-repeat;
    border: 1px solid #3a7fad;
    border-radius: 0;
    background-image: -webkit-linear-gradient(#2bb8ce, #1199af 6%, #006c7d);
    background-image: -o-linear-gradient(#2bb8ce, #1199af 6%, #006c7d);
    background-image: linear-gradient(#2bb8ce, #1199af 6%, #006c7d);
    padding: 8px 12px;
}

    button.primaryAction:hover {
        color: #aac930;
    }

.resources-row {
    font-weight: bold;
    font-size: 13px;
}

    .resources-row i {
        font-size: 16px;
    }

.news a, .contact a {
    color: #006c7d;
}

.modal-title {
    margin: 0 auto;
    font-size: 30px;
}

.quote-disclosure {
    font-weight: bold;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .resource-title {
        line-height: 1;
        padding: 15px 0;
        text-align: center;
    }
}

.resource-icon {
    font-size: 25px;
}

button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857143;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #006c7d;
    border-color: #006c7d;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.quote-button {
    font-size: 15px;
    margin: 0;
    width: 100%;
    border-color: #adcb36;
    display: inline-block;
    background-color: #adcb36;
    background-image: none;
    transition: background-color 0.5s ease;
    color: #044046;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 20px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-panel {
    color: white;
    background-color: #e6f3ff;
    background-image: url(/images/header_background_6.jpg);
    background-attachment: fixed;
    /* background-position: -40% 50%; */
}

.panel-body {
    padding: 15px;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red;
}

.panel-primary {
    border: 1px solid #3A7FAD;
}

#CommercialProductsSection strong {
    font-size: 30px;
    color: #006c7d;
    text-transform: capitalize !important;
}

.modal-header {
    background-color: #245C5C;
    text-align: center;
    border-radius: 0px;
}

    .modal-header .modal-title {
        color: #FFF;
    }

.btn-login {
    background-color: #245C5C;
    font-family: 'Work Sans', sans-serif;
    border-color: #006c7d;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

    .btn-login:hover {
        background-color: #006c7d;
        border-color: #006c7d;
        color: #ffffff;
    }

span#password-text {
    cursor: pointer;
    font-size: small;
    padding-top: 10px;
    display: block;
    color: #245c5c;
    font-weight: 500;
    text-decoration: underline;
}

.modal-content {
    border-radius: 0px;
    font-family: 'Work Sans', sans-serif;
}

.modal-body {
    padding-bottom: 0px;
}

#CommercialProductsSection a img {
    /*box-shadow: 0 0 0 5px #3a7fad;*/
    height: 150px;
    width: 150px;
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    opacity: .5;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    #CommercialProductsSection a img:hover, #CommercialProductsSection a.active-tab img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

#CommercialProductsSection a:hover {
    text-decoration: none;
}

body, html {
    height: 100%;
}

.parallax {
    /* The image used */
    background-image: url("/images/parallax_image_1.jpg");
    /* Full height */
    height: 400px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Three columns */
#threeColumns {
    padding: 80px 0;
    border-bottom: 2px solid #e0e0e0;
}

    #threeColumns h1 {
        font-weight: bold;
        font-size: 20px;
        color: #044046;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }

    #threeColumns p {
        color: #666666;
        font-family: 'Work Sans', sans-serif;
        margin-bottom: 0;
    }

#homeProducts {
    background: #f7f7f7;
    padding: 80px 0 40px;
    border-bottom: 1px solid #e1e1e1;
}

    #homeProducts .row .col-4 {
        margin-bottom: 60px;
    }

    #homeProducts h3 {
        font-weight: 500;
        font-size: 20px;
        color: #044046;
        margin: 20px 0 10px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    #homeProducts p {
        color: #666666;
        font-family: 'Work Sans', sans-serif;
        margin-bottom: 0;
    }

.footerLogos {
    padding: 50px 80px;
}


#testimonials {
    background: #ffffff;
    padding: 80px 0 40px;
}

    #testimonials h2 {
        font-weight: bold;
        font-size: 24px;
        color: #044046;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
    }

    #testimonials p {
        color: #666666;
        font-family: 'Work Sans', sans-serif;
        margin-bottom: 0;
    }

    #testimonials .testimonialContent {
        padding: 50px 0;
        display: inline-block;
    }

    #testimonials .left {
        float: left;
        display: inline-block;
        width: 20%;
    }

    #testimonials .right {
        float: right;
        display: inline-block;
        width: 80%;
    }

    #testimonials span.author {
        font-weight: bold;
        color: #044046;
        margin-top: 15px;
        display: block;
    }
    /*#testimonials img.testimonialLogo {
    border-radius: 100px;
    max-width: 100px;
    max-height: 100px;
    height: 100px;
    width: 100px;
}*/

    #testimonials img.testimonialLogo {
        max-width: 80%;
    }

#quotePortal {
    background: #f7f7f7;
    padding: 80px 0 70px;
    border-bottom: 1px solid #e1e1e1;
}

.quotePortalBox {
    background: #044046;
    padding: 25px;
    margin-bottom: 15px;
}

    .quotePortalBox .qpb-header {
        color: #ffffff;
        font-family: 'Work Sans', sans-serif;
        text-align: center;
        font-size: 17px;
        margin-bottom: 15px;
    }
/* Pagination */
.pagination .container {
    padding: 0 12px;
}

ul.xbrokerPaging {
    padding-left: 0;
    margin: 0;
}

    ul.xbrokerPaging li {
        display: inline-block;
        background: #e3e3e3;
        padding: 8px 17px !important;
    }

        ul.xbrokerPaging li.active {
            display: inline-block;
            background: #006c7d;
        }

            ul.xbrokerPaging li.active a {
                color: #ffffff !important;
            }

        ul.xbrokerPaging li:before {
            display: none;
        }

a.contactBanner {
    color: #054046;
    font-weight: bold;
}

.card {
    font-family: 'Work Sans', sans-serif;
}

.cardHeaderRegister {
    border-radius: 0px !important;
    background: #006c7d !important;
    color: #ffffff !important;
}

span.percentageForm {
    font-size: 19px;
    line-height: 35px;
    margin-left: 5px !important;
}

.footer-header-text {
    color: #75736d;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}

.footer-body-text {
    color: #c4c1b7;
    font-size: 17px;
    font-family: 'Work Sans', sans-serif;
}

.footer-small-text {
    color: #c4c1b7;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    line-height: 26px;
}

.footer-small-link {
    color: #9dba32;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    line-height: 26px;
}

.buttonArrow {
    float: left;
    font-size: 49px;
    line-height: 20px;
    margin-left: 10px;
    color: #adcb36;
}

.newsItem {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.newsItemBody {
    display: inline-block;
    min-height: 270px;
    padding-top: 10px;
}

    .newsItemBody a {
        font-weight: 600 !important;
        color: #006c7d !important;
        font-size: 19px;
        margin-bottom: 20px;
    }

.resourcesTop {
    font-family: 'Work Sans', sans-serif;
}

.resource-download {
    text-align: right;
    font-family: 'Work Sans', sans-serif;
}

@media only screen and (max-width: 600px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .news .row .col-md-4 {
        padding: 0;
        margin: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .sub-accordion {
        padding: 0px 0px 50px;
    }
        #banner {
        padding: 50px 0;
    }
        #banner .col {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }
        #banner h1 {
            font-size: 29px;
        }
        #banner p br {
            display: none;
        }
        #banner .bannerBtn, #banner .bannerBtn:active, #banner .bannerBtn:focus, #banner .bannerBtn:active:focus {max-width:75%;}
    #testimonials, #homeProducts, #BodyContent, #quotePortal {
        padding: 50px 0 50px 0 !important;
    }
    #threeColumns {
        padding: 50px 0 0 0 !important;
    }
    form {
        padding: 0 !important;
    }
    section#homeProducts .row .col-md-6, section#homeProducts .row .col-md-12, section#homeProducts .row .col-md-4, section#homeProducts .row .col-md-3, section#homeProducts .row .col-12 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
        ol, ul {
        padding-left: 1rem;
    }
    .main-accordion > h3 {
        display: inline-block;
        padding: 20px 25px;
    }
    .accordion span.logo-box {
        display:none;
    }
    .resource-download {
        display: block;
        text-align: center;
        padding: 20px 0 10px;
    }
        .empty {display:none;}
    .image-box {text-align:center;}
    footer a img {
        max-width: 150px !important;
        float: none !important;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .dropdown-menu {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-item {
        padding: 10px 0px;
    }
    #BodyContent .col {
        width: 100%;
        flex: unset;
        margin-bottom: 30px;
        padding: 0;
    }
    #BodyContent .row {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }
    .teamDescription h3 {
        margin-bottom: 5px;
        font-size: 22px;
    }
        #testimonials h2 {
            font-weight: bold;
            font-size: 19px;
            margin-bottom: 44px;
        }
        #threeColumns p br {
            display: none;
        }
        .col-4, .col-6 {
            width: 100%;
            margin-bottom: 50px;
            padding-left: 0 !important;
            padding-right: 0 !important;
            border: none !important;
        }
    .appetiteGuideContent {
        overflow-x: auto;
    }
    .row {
        border-bottom: none !important;
    }
    .newsItemBody {
        min-height: inherit;
        padding: 15px 0 0;
    }
    #testimonials .left {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    #quotePortal .col-sm-4 {
        margin: 0 !important;
        padding: 0 !important;
    }
    #testimonials .right {
        width: 100%;
        text-align: center;
    }
    .newsArticle img {
        float: none !important;
        margin-left: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
    }
    #testimonials .testimonialContent {
        padding: 0;
    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: #054046;
        padding: 10px;
    }
    .sub-accordion h3 {
        margin-left: 0;
        padding: 0 0 0 25px;
    }
    }
@media only screen and (min-width: 600px) and (max-width: 991px) {
    #document-list span.logo-box .logo {left:35px;}
    .main-accordion > h3 {
        padding: 30px 180px;
    }
    .sub-accordion h3 {
        margin-left: 69px;
        padding: 0;
    }
        .container {
        width: 100%;
        padding: 0 20px;
    }

    .news .row .col-md-4 {
        padding: 0;
        margin: 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    #banner {
        padding: 50px 0;
    }

        #banner .col {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

        #banner h1 {
            font-size: 29px;
        }

        #banner p br {
            display: none;
        }

        #banner .bannerBtn, #banner .bannerBtn:active, #banner .bannerBtn:focus, #banner .bannerBtn:active:focus {
            max-width: 75%;
        }

    #testimonials, #homeProducts, #BodyContent, #quotePortal {
        padding: 50px 0 50px 0 !important;
    }

    #threeColumns {
        padding: 50px 0 0 0 !important;
    }

    form {
        padding: 0 !important;
    }

    section#homeProducts .row .col-md-6, section#homeProducts .row .col-md-12, section#homeProducts .row .col-md-4, section#homeProducts .row .col-md-3, section#homeProducts .row .col-12 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    ol, ul {
        padding-left: 1rem;
    }

   /* .main-accordion > h3 {
        display: inline-block;
        padding: 20px 25px;
    }*/

  /*  .accordion span.logo-box {
        right: 0 !important;
        left: inherit;
    }*/

    .resource-download {
        display: block;
        text-align: center;
        padding: 20px 0 10px;
    }

    .empty {
        display: none;
    }

    .image-box {
        text-align: center;
    }

    footer a img {
        max-width: 150px !important;
        float: none !important;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .dropdown-menu {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-item {
        padding: 10px 0px;
    }


    #BodyContent .row {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .teamDescription h3 {
        margin-bottom: 5px;
        font-size: 22px;
    }

    #testimonials h2 {
        font-weight: bold;
        font-size: 19px;
        margin-bottom: 44px;
    }

    #threeColumns p br {
        display: none;
    }

    .appetiteGuideContent {
        overflow-x: auto;
    }

    .row {
        border-bottom: none !important;
    }

    .newsItemBody {
        min-height: inherit;
        padding: 15px 0 0;
    }

    #testimonials .left {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    #quotePortal .col-sm-4 {
        margin: 0 !important;
        padding: 0 !important;
    }

    #testimonials .right {
        width: 100%;
        text-align: center;
    }

    .newsArticle img {
        float: none !important;
        margin-left: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    #testimonials .testimonialContent {
        padding: 0;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #054046;
        padding: 10px;
    }
}


    @media only screen and (min-width: 992px) and (max-width: 1253px) {
        .container {
            width: 100%;
            padding: 0 20px;
            max-width: 1632px;
        }

        #logo {
            max-width: 98px;
        }

        .nav-link {
            font-size: 15px !important;
            font-family: 'Work Sans', sans-serif;
            letter-spacing: 0;
            padding: 8px 5px !important;
        }
    }

    .custom-form-group {
        margin-bottom: 15px; /* Add padding between custom form groups */
    }

