/*!
Theme Name: NEEE
Template:   Divi
*/

h1,
h2 {
    color: #193e52;
    font-weight: 600;
}

h4,
h5 {
    color: #2b2e2e;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
}

p {
    line-height: 24px;
    color: #2b2e2e;
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 18px;
}

.orange_divider {
    width: 135px;
    margin: 0 0 20px;
    height: 3px;
    display: inline-block;
    background: #ff3f19 !important;
}

.cta_button {
    vertical-align: middle;
}

.btn_orange {
    color: #fff !important;
    background: #ff3f19 !important;
    text-transform: uppercase;
    padding: 17px 30px !important;
    font-size: 18px;
    line-height: 22px;
    border: 2px solid #ff3f19 !important;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    display: inline-block;
    cursor: pointer;
}

.btn_orange:hover {
    background: #ff6040 !important;
    border: 2px solid #ff6040 !important;
}

.et_button_no_icon .et_pb_button {
    padding: 17px 30px !important;
}

.et_button_no_icon .et_pb_button:hover {
    padding: 17px 30px !important;
}

.home-hero-right {
    float: right;
    max-width: 410px;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(8, 55, 81, .57);
    padding: 100px 70px;
}

#how_we_help_cards {
    .et_pb_column {
        background-color: #f9f9f9;
        border-radius: 10px;
        padding: 20px;
    }

    .et_pb_column:hover {
        background-color: #1b92b2;
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, .36);
    }

    .et_pb_column:hover .how_we_help_card_inner {
        background-color: #1b92b2;
        border: none;
    }

    .how_we_help_card {
        width: 100%;
        display: flex;
    }

    .how_we_help_card_inner {
        background-color: #fff;
        border: 1px solid #b9d1d7;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .how_we_help_icon {
        margin: 0 0 18px;
    }

    .blue_icon {
        display: block;
    }

    .white_icon {
        display: none;
    }

    .et_pb_column:hover .blue_icon {
        display: none;
    }

    .et_pb_column:hover .white_icon {
        display: block;
    }

    .how_we_help_card_inner h4 {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
        color: #193e52;
        font-weight: 600;
        font-family: Roboto Slab, sans-serif;
        text-transform: none;
    }

    .how_we_help_card_inner i {
        margin: 0 0 0 8px;
        color: #ff3f19;
        display: inline;
    }

    .et_pb_column:hover .how_we_help_card_inner h4,
    .et_pb_column:hover .how_we_help_card_inner i {
        color: white;
    }
}

#main-footer {
    background: linear-gradient(29deg, #193e52, #0a5d73);
}

#footer-bottom {
    background-color: #132e3d;
}

.footer-copyright {
    float: left;
    max-width: 520px;
    width: 100%;
    margin: 0 40px 0 0;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 22px;
}

.footer_bottom_wrapper {
    float: none;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.footer-social-icons {
    float: right;
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 0;
    line-height: 16px;
}

.footer-social-icons i {
    font-size: 22px !important;
    text-align: center !important;
    text-decoration: none !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    color: #8b8b8b !important;
    padding: 0 25px 0 0 !important;
}

.footer-social-icons a:hover i {
    color: #ff3f19 !important;
}

#quick_facts_container {
    background: linear-gradient(29deg, #193e52, #0a5d73);
}

.neee-slider {
    .et_pb_slide_content {
        display: flex !important;
        justify-content: center;
    }

    p {
        margin: 0;
        padding: 0;
    }

    .fact_icon {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    .fact_icon img {
        width: 60px;
        margin: 0;
    }

    .fact_icon p {
        margin: 0;
    }

    .et_pb_slide_description {
        padding: 8% 8% !important;
    }

    .facts {
        margin: 0 20px;
        border: 2px solid #167690;
        border-radius: 10px;
        text-align: center;
        padding: 40px 25px 35px;
    }

    .fact_text h3 {
        color: white;
        font-size: 34px;
        margin-top: 15px;
    }

    .fact_text p {
        color: white;
        font-size: 18px;
    }

    .et-pb-controllers {
        margin-left: 25px;
    }

    .et-pb-controllers a:not(.et-pb-active-control) {
        background-color: white !important;
        opacity: 1;
    }

    .et-pb-controllers a {
        width: 10px;
        height: 10px;
        margin-right: 20px;
    }
}

.r-tabs-nav.container-fluid {
    width: 100% !important;
    margin: 0 !important;
    max-width: unset !important;
}

.r-tabs-nav {
    margin: 0 auto;
    padding: 0 20px;
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 1140px;
}

.r-tabs-nav .r-tabs-tab {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    text-shadow: none;
    background-color: #ff3f19;
}

.r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 25px 20px;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #193e52;
    text-transform: none;
    width: 100%;
    border: none;
}

.container-fluid .et_pb_code_inner {
    background-color: #f4f4f4;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
    padding: 0;
}

.our_market_lists {
    padding: 20px 0 0;
    display: inline-block;
    width: 100%;
}

.our_market_list:nth-child(odd) {
    margin: 0 20px 0 0;
}

.our_market_list:nth-child(even) {
    margin: 0 0 0 20px;
}

.our_market_list {
    float: left;
    width: calc(50% - 20px);
}

.our_market_list ul {
    list-style-type: none;
    padding: 0;
}

.our_market_list li {
    font-size: 18px;
    line-height: 24px;
    color: #2b2e2e;
    margin: 0;
    font-weight: 400;
    padding: 0 0 6px;
}

.quote_form {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
    display: flex;
}

#gform_wrapper_1 {
    background-color: #fff;
    border: 1px solid #b9d1d7;
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;



    .gform_description {
        display: none;
    }

    .gform_required_legend {
        display: none;
    }

    .gform_title {
        padding-bottom: 25px;
    }

    .gform-footer {
        justify-content: center;

        input {
            cursor: pointer;
            -webkit-appearance: none;
            text-decoration: none !important;
            font-size: 18px;
            display: inline-block;
            padding: 12px 30px;
            text-align: center;
            outline: none;
            border: 2px solid #ff3f19;
            color: #fff;
            background-color: #ff3f19;
            font-weight: 500;
            font-style: normal;
            text-transform: none;
            border-radius: 10px;
            line-height: 22px;
            white-space: normal;
            margin: 0;
        }

        input:hover {
            background-color: #ff6040;
        }
    }
}

.blue-neee-gradient {
    background: linear-gradient(29deg, #193e52, #0a5d73);
}

.blue-neee-gradient .et_pb_code_4 {
    text-align: center;
}

.our-benefits-row {
    padding: 5px 0 !important;

    display: flex;

    .et_pb_column {
        display: flex;
    }

    .et_pb_text {
        width: calc(100% - 65px);
    }

    .et_pb_module {
        margin: 0;
    }

    img {
        float: left;
        margin: 0 15px 0 0;
        width: 50px;
    }

    p {
        color: white;
    }
}

.directory_filter_container {
    padding: 0 20px;
    margin: -70px 0 0;
    z-index: 1;
    position: relative;
}

.directory_filter_wrapper {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #f4f4f4;
}

.directory_filter_area {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.directory_filter_title {
    float: none;
    width: 100%;
    padding: 0 10px 15px;
}

.directory_filter {
    width: calc(25% - 20px);
    margin: 0 10px;
    float: left;
}

.directory_filter select {
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #193e52 !important;
    font-weight: 400;
    background-color: #fff !important;
    padding: 15px;
    text-align: left;
    border-radius: 10px 0 0 10px;
    width: calc(100% - 40px);
    border: none;
    appearance: none;
}

.directory_filter button {
    border: none;
    background-color: #ff3f19;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px 10px;
    margin-left: -2px;
}

.directory_filter:hover button {
    background-color: #ff6040;
}

.directory_filter button i {
    color: white;
    font-size: 22px;
}

.directory_filter .btn_orange {
    width: 100%;
    padding: 12px 25px !important;
}


.contacts_wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px 100px;
}

.contacts_area,
.directory_list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.mix {
    width: 25%;
    float: left;
    display: flex;
}

.contact_block {
    width: 100%;
    margin: 0 10px 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
    display: flex;
}

.contact_block_inner {
    background-color: #fff;
    border: 1px solid #b9d1d7;
    border-radius: 10px;
    padding: 30px 20px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact_photo {
    margin: 0 auto 10px;
    max-width: 105px;
    width: 100%;
}

.contact_photo img {
    border-radius: 50%;
}

.contact_info p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px;
    width: 100%;
    padding: 0;
}

.contact_info a {
    color: #1b92b2;
    text-decoration: none;
}

.contact_info a:hover {
    color: #2b2e2e;
    text-decoration: none;
}

.tabs_container {
    background-color: #f4f4f4;
    margin: 60px 0 0;
    padding: 0 !important;

    .et_pb_row {
        padding: 0 !important;
    }

    .et_pb_menu__wrap {
        background-color: #f4f4f4;

    }
}

.tabs_desktop ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

.tabs_desktop ul li {
    float: left;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #193e52;
    font-weight: 600;
    font-family: Roboto Slab, serif;
    margin-top: 0 !important;
    padding: 0 !important;
}

.tabs_desktop a {
    padding: 25px 20px !important;
    color: #193e52;
    float: left;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: Roboto Slab, serif;
}

.tabs_desktop a:hover {
    color: #fff;
    background-color: #ff3f19;
}

.content_contact_wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 75px 20px 50px;
}

.content_contact_area {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.content_section {
    float: left;
    max-width: 720px;
    width: calc(100% - 340px);
    margin: 0 60px 40px 0;
}

.product_content_section {
    position: relative;
}

.product_content_section span.anchor {
    position: absolute;
}

.anchor {
    display: block;
    height: 160px;
    margin-top: -160px;
    visibility: hidden;
}

.content_section h2 {
    border-bottom: 2px solid #ff3f19;
    padding: 0 0 10px;
    margin: 0 0 15px;
    color: #193e52;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
}

.content_section p {
    line-height: 24px;
    color: #2b2e2e;
    margin: 0 0 25px;
    font-weight: 400;
}

.content_section ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    margin: 0 0 30px;
    list-style-type: disc;
    padding-left: 40px;
}

.content_section li {
    width: 100%;
    break-inside: avoid-column;
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    color: #2b2e2e;
    margin: 0;
    font-weight: 400;
    padding: 0 0 6px;
}

.content_section ul ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    margin: 0 0 30px;
    list-style-type: circle;
    padding-left: 30px;
}

.content_section ul li ul li {
    padding: 10px 0 0;
}

.contact_section {
    float: right;
    max-width: 280px;
    width: 100%;
}

.contact_section h2 {
    border-bottom: 2px solid #58afc7;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-size: 34px;
    line-height: 40px;
}

.region_section {
    border-bottom: 2px solid #58afc7;
    margin: 0 0 30px;
    padding: 0 0 10px;
}

.region_section h4 {
    color: #2b2e2e;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 0;
}

.region_section p {
    margin: 0;
    padding: 0;
}

.region_section a {
    color: #ff3f19;
    text-decoration: none;
    margin: 0 0 10px;

}

.contact_info h5 {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 26px;
    color: #2b2e2e;
    font-weight: 600;
}

.contact_section .contacts_wrapper {
    padding: 0;
}

.contact_section {
    .contact_block {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        -webkit-transition: transform .5s ease-in-out;
        -moz-transition: transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
        display: flex;

        .contact_info p:nth-child(3) {
            margin: 0;
        }
    }

    .contacts_wrapper {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 10px;

        color: #2b2e2e;
        font-weight: 400;
    }

}

.product_content_section h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
    color: #193e52;
    font-weight: 400;
}

.product_content_section p {
    margin: 0 0 25px;
    padding: 0;
}

#gform_wrapper_2 {
    a {
        text-decoration: none;
        color: #ff3f19;
    }

    a:hover {
        color: #2b2e2e;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 20px;
        color: #193e52;
        font-weight: 600;
    }

    .gform_heading {
        display: none;
    }

    #gform_submit_button_2 {
        cursor: pointer;
        -webkit-appearance: none;
        text-decoration: none !important;
        font-size: 18px;
        display: inline-block;
        padding: 12px 30px;
        text-align: center;
        outline: none;
        border: 2px solid #ff3f19;
        color: #fff;
        background-color: #ff3f19;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        border-radius: 10px;
        line-height: 22px;
        white-space: normal;
        margin: 0;
    }

    #gform_submit_button_2:hover {
        border: 2px solid #ff6040;
        background-color: #ff6040;
    }
}

.payment_section {

    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    .payment_block {
        float: left;
        width: calc(33.3336% - 40px);
        margin: 0 20px 20px;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        -webkit-transition: transform .5s ease-in-out;
        -moz-transition: transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
        display: flex;
    }

    .payment_icon img {
        height: 60px !important;
        width: 60px !important;
    }

    .payment_icon {
        display: flex;
        margin-right: 0;
        justify-content: center;
        margin-bottom: 10px;
    }

    .et_pb_code_inner {
        background-color: #fff;
        border: 1px solid #b9d1d7;
        border-radius: 10px;
        padding: 30px 30px 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        min-height: 100%;
    }

    .payment_block_inner {
        height: 100%;
        display: flex;
        flex-direction: column;

    }

    .payment_info h4 {
        margin: 0 0 10px;
        color: #2b2e2e;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
    }

    .payment_info p {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 15px;
    }

    .payment_cta a.btn_orange {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 30px;

        color: #fff !important;
        background: #ff3f19;
        text-transform: uppercase;
        border: 2px solid #ff3f19 !important;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box !important;
        border-radius: 10px;
        display: inline-block;
        cursor: pointer;
    }

    .payment_cta {
        padding: 15px 0 10px;
        align-self: flex-start;
        margin: auto auto 0;
    }
}

#gform_wrapper_3 {
    .gform_heading {
        display: none;
    }

    #field_3_9 span {
        font-size: 18px;
    }

    #gform_submit_button_3 {
        cursor: pointer;
        -webkit-appearance: none;
        text-decoration: none !important;
        font-size: 18px;
        display: inline-block;
        padding: 12px 30px;
        text-align: center;
        outline: none;
        border: 2px solid #ff3f19;
        color: #fff;
        background-color: #ff3f19;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        border-radius: 10px;
        line-height: 22px;
        white-space: normal;
        margin: 0;
    }

    #gform_submit_button_3:hover {
        border: 2px solid #ff6040;
        background-color: #ff6040;
    }
}

#tablepress-1_wrapper,
#tablepress-3_wrapper {

    .dt-layout-start,
    .dt-layout-end {
        display: none;
    }

    table th {
        background: #1b92b2;
        color: #fff;
    }

    td {
        color: #2b2e2e;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }


    td a {
        color: #ff3f19;

    }

    td a:hover {
        color: #2b2e2e;

    }
}

#gform_wrapper_4,
#gform_wrapper_5 {

    .gform_heading .gform_description,
    .gform_heading .gform_required_legend {
        display: none;
    }

    .gform_title {
        font-weight: 600 !important;
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 20px;
        color: #193e52;
        font-weight: 400;
    }

    #gform_submit_button_4,
    #gform_submit_button_5 {
        cursor: pointer;
        -webkit-appearance: none;
        text-decoration: none !important;
        font-size: 18px;
        display: inline-block;
        padding: 12px 30px;
        text-align: center;
        outline: none;
        border: 2px solid #ff3f19;
        color: #fff;
        background-color: #ff3f19;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        border-radius: 10px;
        line-height: 22px;
        white-space: normal;
        margin: 0;

    }

    #gform_submit_button_4:hover,
    #gform_submit_button_5:hover {
        border: 2px solid #ff6040;
        background-color: #ff6040;
    }

    .gform-footer {
        justify-content: center;
    }

    .gfield_fileupload_progressbar_progress {
        left: 0;
    }
}

.quote_logo_wrapper {
    padding: 20px 0 0;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.quote_logo:nth-child(odd) {
    margin: 0 20px 25px 0;
}

.quote_logo {
    width: calc(50% - 20px);
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.quote_logo:nth-child(2n) {
    margin: 0 0 25px 20px;
}

.quote_logo img {
    max-height: 100px;
    margin: 0 auto;
}

.quote_form_inner {
    background-color: #fff;
    border: 1px solid #b9d1d7;
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#home_hero_left .btn-info {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #193e52;
    font-weight: 400;
    background-color: #fff;
    padding: 16px 25px;
    text-align: left;
    border-radius: 10px 0 0 10px;
    width: 300px;
    border: none;
}

.et_pb_column {
    z-index: 1;
}


#home_hero_left .dropdown-menu {
    padding: 20px 0 10px;
    width: 100%;
    border-radius: 10px;
    list-style: none;
    z-index: 9999;

    li {
        font-size: 18px;
        line-height: 24px;
        color: #2b2e2e;
        margin: 0;
        font-weight: 400;
        padding: 0 0 6px;
    }

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#home_hero_left .dropdown-menu>li>a {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: 400;
    color: #2b2e2e;
    white-space: nowrap;
}

#home_hero_left .dropdown-menu>li>a:hover {
    color: #ff3f19;
}

.product_card {
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    min-height: 300px;
}

.product_card:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.product_card_text {
    padding: 25px 20px;
    width: 100%;
    text-align: center;
}

.product_card_text h4 {
    margin: 0;
    font-weight: 600;
    font-family: Roboto Slab, serif;
    font-size: 20px;
    line-height: 26px;
    color: #2b2e2e
}

.product_card_image {
    width: 100%;
    margin: 0 !important;
    min-height: 200px;
}

.product_card_image img {
    width: 100%;
    object-fit: cover;
}

#et-top-navigation #top-menu,
.et-fixed-header #et-top-navigation #top-menu {

    li {
        float: left;
        position: relative;
        padding-right: 20px;
        padding-left: 20px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        color: #2b2e2e;
    }

    a {
        color: #2b2e2e;
        text-decoration: none;
        border-bottom: none;
        padding-top: 57px;
    }

    a:hover {
        color: #ff3f19;
    }

    .menu-item-has-children>a:first-child:after {
        font-family: 'ETmodules';
        content: "3";
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 40%;
        font-weight: 800;
    }

    .menu-item-1139 {
        background-color: #ff3f19;

        a {
            color: white;
        }

        a:hover {
            color: #2b2e2e !important;
        }
    }

    .sub-menu {
        box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
        list-style-type: none;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: -20px;

        li {
            min-width: 230px;
            width: 100%;
            font-size: 14px;
            border-bottom: 1px solid #ccc;
            text-transform: uppercase;
            font-weight: 400;
            padding: 0;

            a {
                display: block;
                padding-right: 25px;
                padding-left: 25px;
                padding-top: 15px;
                padding-bottom: 15px;
                color: #2b2e2e;
                text-decoration: none;
                font-size: 14px;
            }

            a:hover {
                color: #ff3f19;
            }
        }

        li:last-child {

            border-bottom: none;
        }
    }
}

#et-top-navigation {
    padding-top: 0 !important;
}

#main-header {
    min-height: 138px;
}

.et-fixed-header ul.nav li a {
    font-size: 18px !important;
}

.et-fixed-header ul.sub-menu li a {
    font-size: 14px !important;
}

.et-fixed-header #top-menu .sub-menu li a {
    padding-bottom: 15px !important;
}

.et-fixed-header ul.nav li a {

    padding-bottom: 57px !important;
}

#menu-brown-brown-copyright-menu {
    display: flex;
    flex-direction: row;

    color: rgb(139, 139, 139);
    font-size: 14px;
    gap: 5px;

    li::after {
        content: " | ";
        color: rgb(139, 139, 139) !important;
    }


    li.menu-item-1147::after {
        content: "";

    }

    a {
        color: rgb(139, 139, 139);
    }

    a:hover {
        color: #ff3f19;
    }

    .ot-sdk-show-settings {
        color: rgb(139, 139, 139);
        cursor: pointer;
    }

    .ot-sdk-show-settings:hover {
        color: #ff3f19
    }
}

#menu-first-footer-menu,
#menu-second-footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;

    li {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        padding: 0 0 10px;
        color: #fff;
    }

    li:before {
        border-radius: 0 !important;
        border-style: solid;
        border-width: 0 !important;
        content: "";
        left: 0;
        position: absolute;
        top: 9px;
    }

    a {
        color: #fff;
        text-decoration: none;
        border-bottom: none;
    }

    a:hover {
        color: #ff3f19 !important;
    }
}

#block-8,
#block-9,
#block-10 {
    margin-bottom: 0;

    p {
        color: white
    }

    a:hover {
        color: #ff3f19 !important;
    }
}

.blog-news-heading {
    margin: 0;
    color: #193e52;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
}

.filter-by {}

.filter-by p {
    line-height: 40px;
    margin: 0;
    color: #2b2e2e;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.filter-button {
    float: left;
    margin: 0 0 0 10px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}

.filter-button a,
.filter-button button {
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    border-bottom: none;
    border-radius: 10px;
    background-color: #ff3f19;
    padding: 10px 25px;
}

.filter-button .dropdown-menu {
    min-width: 250px;
    padding: 30px 10px;
}

.filter-button .dropdown-menu li a {
    background-color: white;
    color: #2b2e2e !important;
    font-size: 16px;
    font-weight: 400;
}

.filter-button .dropdown-menu li a:hover {
    color: #ff3f19 !important;
}

.blog-news-heading-wrap {
    padding: 0px 0 20px;
    border-bottom: 1px solid #b9d1d7;
}

.featured-image {
    a {
        min-width: 100%;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: normal;
    overflow: hidden !important;
}

.post-card {
    display: flex;
    flex-direction: column;
    width: calc(33.3336% - 30px);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
    margin: 0 15px 25px;
    padding: 0;
}

.post-card.first-post-card {
    width: 100%;
    flex-direction: row;
    max-height: 360px;

    .featured-image {
        min-width: 60%;

        a {
            min-width: 100%;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .post-card-content {
        padding: 5% 7% 0 5%;
    }
}

.post-card-content p {
    font-size: 16px;
    line-height: 24px;
    color: #2b2e2e;
    margin: 0 0 20px !important;
}

.post-card-content .post-date {
    font-size: 14px;
    line-height: 22px;
    margin: 0 !important;
    color: #8b8b8b;
}

.post-card-content h5 a {
    color: #595858;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.post-card-content h5 a:hover {
    color: #ff3f19;
}

.post-card-content h3 a:hover {
    color: #ff3f19;
}

.post-card-content h5 :not(:first-child) {
    display: none;
}

.post-card .post-card-content {
    padding: 5% 7% 0 5%;
    width: 100%;
}

.post-card:not(.first-post-card) img {
    height: 100%;
}

.post-card:not(.first-post-card) .featured-image {
    height: 60%;
}

.post-card:not(.first-post-card) .post-date {
    padding: 0px 20px 20px;
}

.post-card:hover {
    transform: translateY(-10px);
}

.h-40 {
    height: 40%;
}

.modal {
    z-index: 99999;

    .btn-close-neee {
        font-size: 24px;
        line-height: .5;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        text-decoration: none;
        color: #ff3f19;
        --bs-btn-close-color: #ff3f19;
    }

    .btn-close-neee:hover {
        color: #2b2e2e
    }
}

#gform_wrapper_6 {

    .gform_description,
    .gform_required_legend {
        display: none;
    }

    .gform_title {
        margin: 0 10px 30px;
        font-size: 34px;
        line-height: 40px;
        color: #193e52 !important;
        font-weight: 600;
    }

    #gform_submit_button_6 {
        cursor: pointer;
        -webkit-appearance: none;
        text-decoration: none !important;
        font-size: 18px;
        display: inline-block;
        padding: 12px 30px;
        text-align: center;
        outline: none;
        border: 2px solid #ff3f19;
        color: #fff;
        background-color: #ff3f19;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        border-radius: 10px;
        line-height: 22px;
        white-space: normal;
        margin: 0;
    }

    #gform_submit_button_6:hover {
        background-color: #ff6040;

        border: 2px solid #ff6040;
    }
}

.modal-content {
    background-color: #f4f4f4;
    padding: 60px 50px;
}

.modal-dialog {
    min-width: 650px;
}

.pagination-wrapper {
    padding: 20px 0 80px;
    border-top: 1px solid #b9d1d7;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

div.pagination,
.pagination-area {
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important;
}

div.pagination {
    display: block;
    border-radius: 4px;
    height: 37px;
}

.pagination .page_prev {
    float: left;
    font-size: 18px;
    color: #ff3f19;
    line-height: 1.42857143;

}

.pagination .page_next {
    float: right;
    font-size: 18px;
    color: #ff3f19;
    line-height: 1.42857143;

}

.pagination .page_next a,
.pagination .page_prev a {
    line-height: 2.428571;

}

.pagination .page_next span,
.pagination .page_prev span {
    color: #193e52;
    font-weight: 700;
}

.pagination .page_next:hover span,
.pagination .page_prev:hover span {
    color: #ff3f19;
}

.disabled {
    cursor: not-allowed !important;
    opacity: 0.25;

    a {
        cursor: not-allowed;
    }
}


.nav-links {
    display: flex;
    justify-content: space-around;

    a,
    span {
        position: relative;
        float: left;
        padding: 10px;
        margin: 0;
        line-height: 1.42857143;
        color: #193e52;
        text-decoration: none;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    span.current {
        color: #ff3f19;
    }

    a:hover {
        color: #ff3f19;
        text-decoration: underline;
    }
}

.post-cards-row {
    padding-bottom: 80px;
}

#main-content .container:before {
    display: none;
}

.single-top-cat a {
    color: #2b2e2e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.single-top-cat a:hover {
    color: #ff3f19;
}

.single-top-cat-row {
    padding: 0px 45px 0
}

.single-top-row {
    padding: 50px 20px 30px
}

.single-top-row__first-col {
    padding: 0 25px;
}

.single-title {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 30px;
    font-weight: 500;
    padding: 0;
    color: #193e52;
}

.single-tags__link {
    color: #2b2e2e;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.single-tags__link:hover {
    color: #ff3f19;
}

.single-date-read {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8b8b8b;
}

.single-time-to-read {
    padding: 0 0 0 40px;

    i {
        color: #1b92b2;
        padding: 0 3px 0 0;
    }
}

.single-author-info {
    padding: 30px 20px;
}

.single-author-image {
    float: left;
    max-width: 70px;
    width: 100%;
    margin: 0;

    img {
        border-radius: 50%;
    }
}

.single-author {
    width: unset;
    color: #2b2e2e;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    margin: 0;
}

.single-content-wrap {
    padding: 50px 20px 80px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;

    p {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 25px;
        color: #2b2e2e;
        font-weight: 400;

    }

    a {
        color: #ff3f19;

    }

    a:hover {
        color: #2b2e2e;
    }
}

.subscribe-card {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.subscribe-card__inner {
    max-width: 850px;
    width: 100%;
    padding: 80px 50px;
    margin: 0 auto !important;
    display: block !important;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.subscribe-card__header {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    color: #193e52;
}

.subscribe-card__content {
    line-height: 24px;
    color: #2b2e2e;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
}

.liked-post {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 50px;
}

.liked-post__wrapper {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid #b9d1d7;
    border-bottom: 1px solid #b9d1d7;
    display: flex;
}

.liked-post__header {
    margin: 0;
    color: #2b2e2e;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    padding-left: 100px;
    padding-bottom: 0;
}

.related-articles__header {
    font-size: 34px;
    line-height: 40px;
    padding: 0 0 40px;
}

.directory_search {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: right;
    position: relative;
    border-radius: 10px;
}

.input-search {
    border-radius: 10px;
}

.directory_search .input-search {
    padding: 15px 35px 15px 15px;
    border: none;
    width: 100%;
}

.directory_search .fa-magnifying-glass {
    position: absolute;
    font-size: 16px !important;
    color: #595858;
    right: 15px;
    top: 20px;
}

.application-table-header-row {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}

.application-header {
    color: #1b92b2;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 600;
}

.application-row {
    margin: 4px 0;
    border-bottom: 1px solid #ccc;


    a {
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        color: #2b2e2e;
        padding: 15px 10px;
    }

    p {
        margin: 0;
    }

    i {
        color: #1b92b2;
        line-height: 50px;
        font-size: 18px;
    }
}

.application-row:hover {
    background-color: #1b92b2;
    border-radius: 2px;
    margin-left: 20px;

    a {
        color: white
    }

    .download_left_bar {
        display: none;
    }

    i {
        color: white;
    }

}

.download_left_bar {
    float: left;
    width: 9px;
    border-left: 9px solid #1b92b2;
    border-radius: 2px;
    margin: 0 2px 0 0;
    padding: 25px 2px;
}

.application-pagination {
    .pagination {
        justify-content: center;


        a {
            color: #193e52;
            font-size: 15px;
            font-weight: 700;
        }

        .dots {
            color: #193e52;
            font-size: 15px;
            font-weight: 700;
        }
    }

    .col-md-1 i {
        color: #193e52;
        font-size: 14px;
        line-height: 46px;
    }

    .disabled-link {
        opacity: .25;
    }
}

.menu-item-has-children>a:first-child:after {
    display: none;
}

.home-sub-dropdown {
    left: -300px !important;
}

#mobile-accordion {
    display: none;
}

@media (max-width: 768px) {

    .home-sub-dropdown {
        left: 0 !important
    }

    #menu-brown-brown-copyright-menu {
        display: block;


        li::after {
            display: none;
        }
    }

    .content_section {
        float: none;
        max-width: 1000px;
        width: 100%;
    }

    .contact_section {
        float: none;
        max-width: 1000px;
        width: 100%;
    }

    .mobile_menu_bar:before {
        font-size: 70px;
    }

    .blue_icon {
        text-align: center;
    }

    .how_we_help_title h4 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .directory_filter_wrapper {
        padding: 25px 15px 5px;

    }

    .directory_filter_title {
        padding: 0 0 15px;

        h4 {
            font-size: 18px;
            line-height: 24px;
        }
    }

    .directory_filter_area {
        display: flex;
        flex-direction: column;
    }

    .directory_filter_inner {
        display: flex;
        flex-direction: column;
    }

    .directory_filter {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .contacts_wrapper {
        padding: 50px 20px 60px;
    }

    .mix {
        margin: 0 auto 20px;
        float: none;
        width: 100%;
    }

    .tabs_container .et_pb_menu__menu {
        display: block;
    }

    .tabs_container .et_mobile_nav_menu {
        display: none;
    }

    .directory_filter_container {
        margin: -40px 0 0;
    }

    .directory_filter_wrapper {
        padding: 25px 15px;
    }

    .directory_search {
        width: 95%;
    }

    .application-table-header-row {
        display: none;
    }

    .application-row .text-center {
        display: none;
    }

    .application-row a {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }

    .our-benefits-row {
        flex-direction: column;

        .et_pb_image {
            max-width: 40px;
            margin-right: 15px;
        }
    }

    .neee-slider .facts {
        margin-left: 0;
    }

    .neee-slider .et-pb-controllers {
        margin-left: 10px;
        bottom: 0%;
    }

    .application-pagination .col-md-1 {
        display: none;
    }

    #mission-history-tabs {
        display: none;
    }

    #mobile-accordion {

        display: block;

        .et_pb_module_heading {
            font-size: 30px;
            line-height: 38px;
        }

        .et_pb_toggle_open .et_pb_toggle_title {

            background-color: #ff3f19;
            color: white;
        }

        .et_pb_toggle_title {
            text-align: center;
            text-shadow: none;
            color: #193e52;
            font-size: 18px;
            line-height: 24px;
            padding: 13px 20px;
            font-weight: 600;
        }

        .et_pb_accordion .et_pb_toggle {
            padding: 0;
            margin: 0;
        }

        .et_pb_row_9 {
            margin: 0;
            width: 100%;
        }

        .et_pb_toggle_content {
            padding: 35px 30px 45px;
        }

        .et_pb_toggle .et_pb_toggle_title:before {
            display: none;
        }

        h2 {
            font-size: 26px;
            line-height: 32px;
        }

        p {
            font-size: 16px;
            line-height: 24px;
        }

        img {
            margin: 0 auto;
            display: block;
            border-radius: 10px;
        }
    }

    #tablepress-1_wrapper .dt-layout-cell,
    #tablepress-3_wrapper .dt-layout-cell {
        overflow: scroll;
    }

    .blog-news-heading-container {
        .blog-news-heading {
            text-align: center;
            font-size: 30px;
            line-height: 35px;
        }

        .filter-by p {
            line-height: 38px;
            font-size: 16px;
            margin: 0;
        }

        .filter-by a {
            padding: 10px 15px;
            font-size: 14px;
        }
    }

    .blog-news-post-container {
        margin: 0;
        width: 100%;
    }

    .post-card {
        margin: 0;
        width: 100%;
        padding-top: 20px;
    }

    .first-post-card {
        padding-bottom: 50px;
    }


    .post-card.first-post-card {
        flex-direction: column;
        max-height: unset;
        padding-top: 0;
    }

    .page_prev,
    .page_next {
        display: none;
    }

    .pagination.justify-content-between {
        justify-content: center !important;
    }

    #post-174 {
        .home-hero-right {
            z-index: 1;
        }

        .et_pb_row_0 h1 {
            font-size: 30px;
            line-height: 38px;
        }

        .et_pb_heading_1 h1 {
            font-size: 20px;
            line-height: 28px;
        }

        .home-hero-right {
            padding: 30px 20px;

            h1 {
                font-size: 30px;
                line-height: 38px;
            }

            .et_pb_heading_3 h1 {
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
            }
        }
    }
}

#post-174 {
    .home-hero-right {
        z-index: 0;
    }
}

.single-top-row__second-col img {
    width: 100%;
}

@media (max-width: 1350px) {
    .et_menu_container {
        margin: 0;
        max-width: unset;
        width: 100%;
    }

    #menu-brown-brown-copyright-menu {
        display: block;


        li::after {
            display: none;
        }
    }
}

#home-hero-right-btn {
    background-color: #1b92b2;
    border-color: #1b92b2;
}

@media (max-width: 980px) {
    #logo {
        max-width: unset;
        max-height: unset;
    }

    .mobile_menu_bar:before {
        font-size: 70px;
    }

    #post-174 {
        .et_pb_row {
            display: flex;
            flex-direction: column;
        }

        .et_pb_column {
            max-width: unset;
            width: 100%;
        }

        .et_pb_heading_2,
        .et_pb_heading_3,
        .et_pb_code_2 {
            text-align: center;
        }


    }
}

@media (max-width: 1200px) {
    #how_we_help_cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;

        .et_pb_column {
            width: 100%;

        }
    }
}