/*
 Theme Name:     IDCSA Theme
 Theme URI:      https://www.boxcreative.ie/
 Description:    Divi Child Theme
 Author:         B[]X
 Author URI:     https://www.boxcreative.ie
 Template:       Divi
 Version:        4.27.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


@import url("https://use.typekit.net/jpq4oka.css");



/* ************************************************************* */
/* setup */
/* ************************************************************* */
:root {
    /* Colors: */
    --default-color-white: #FFFFFF;
    --default-color-navy: #11100f;
    --default-color-green: #13817c;
    --default-color-green-light: #f0f5fa;
    /*--default-color-blue: #0875b8;*/
    --default-color-red: #b61e28;
    --default-color-grey: #666666;
    --default-color-grey-dark: #11100f;
    --default-color-grey-dark2: #231f20;

    --default-color-grey-light: #f9f9f9;
    --default-color-grey-light2: #f0f0f0;
    --default-color-grey-light3: #cccccc;
    /* lis */
    --default-color-grey-light5: #003146;

    /* Font/text values */
    --default-font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    --default-font-family-futura: "futura-pt", sans-serif; /* 100, 300, 500, 700, 900 */

    --default-font-style-normal: normal;
    --default-font-weight-normal: normal;
    --default-font-weight-bold: 700;
    --default-font-size: 18px;
    --default-line-height: 1.33em;
    --default-text-transform-uppercase: uppercase;

    /* Shape sizes */
    --size-container-width: 88%;
    --size-container-maxwidth: 1280px;
    --size-container-wider-maxwidth: 1360px;
    --size-radius-buttons: 3px;
    --border-radius: 25px;
    --size-pin-size-mobile: 84px;
}

/* ************************************************************* */
/* header */

html, body {
	/*background-color: #F5F5F3;*/
}
body {
    /* fix for popups */
    padding-right: 0 !important;
    /* Body Copy */
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: var(--default-font-weight-normal);
    font-size: var(--default-font-size);
    line-height: var(--default-line-height);
}


a {
    color: var(--default-color-navy);
}
.et_pb_bg_layout_dark a { color: var(--default-color-white); }
:root :where(a:where(:not(.wp-element-button))) { text-decoration: none; }

.hideme,
#main-header .hideme,
#main-content .hideme,
#main-footer .hideme { display: none; }

/*#page-container { overflow-x:hidden; }*/


.et_pb_section .color-white, .color-white { color: #ffffff; }
.et_pb_section .color-black, .color-black   { color: #000000; }
.et_pb_section .color-red, .color-red { color: var(--default-color-red); }
.et_pb_section .color-green, .color-green { color: var(--default-color-green); }
.et_pb_section .color-navy, .color-navy   { color: #28374d; }

.et_pb_section .color-grey1, .color-grey1 { color: #999999; }
.et_pb_section .color-grey2, .color-grey2 { color: #f7f7f7; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--default-font-family-futura);
    font-style: normal;
}

h1 {
    font-weight: 400;
    font-size: 34px;
    line-height: 1.1em;
}
h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1em;
}
h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2em;
}
h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2em;
}
h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3em;
}
h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 32px; }
.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 28px; }
.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 26px; }
.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 22px; }
.et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 20px; }

.et_pb_text_inner h2,
.et_pb_text_inner h3,
.et_pb_text_inner h4,
.et_pb_text_inner h5,
.et_pb_text_inner h6
{ padding-bottom: 0.7em; }

h1.entry-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1em;
    color: var(--default-color-green);
}

@media only screen and ( min-width: 981px ) and ( max-width: 1199px ) {
    .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 32px; }
    .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 28px; }
    .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 26px; }
    .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 22px; }
    .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 20px; }
}


@media only screen and ( max-width: 980px ) {
    h1 { font-size: 34px; }
    h2 { font-size: 30px; }
    h3 { font-size: 26px; }
    h4 { font-size: 24px; }
    h5 { font-size: 20px; }
    h6 { font-size: 20px; }

    .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 { font-size: 34px; }
    .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 { font-size: 30px; }
    .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 26px; }
    .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 24px; }
    .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 { font-size: 20px; }
    .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 { font-size: 20px; }

    h1.entry-title { font-size: 32px; }

}

/* ------------------------------------------------------------------------ */
/* --------   Header and Navigation   ------------------------------------- */
/* ------------------------------------------------------------------------ */

.et_pb_row { width: var(--size-container-width); }
.et_pb_row.row-wider { max-width: var(--size-container-wider-maxwidth); }
body .container { width: var(--size-container-width); }
body .et_pb_fullscreen .et_pb_fullwidth_header_container { width: var(--size-container-width); }



#main-header {
    background-image: url(images/nav-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and ( min-width: 981px ) {
    #main-header > .container { width: var(--size-container-width); max-width: var(--size-container-wider-maxwidth); }
}

/* menu Desktop */

#top-menu > li {
    display: inline-block;
    padding: 0;
    margin-right: 0;
}
#top-menu > li:last-child {
    margin-right: 0;
}
#main-header #top-menu a {
    transition: all 0.2s ease-in-out;
    opacity: 1;
    color: var(--default-color-white);
}
#top-menu > li > a {
    padding: 16px 10px;
    transition: all 0.2s ease-in-out;
}
#top-menu > li.menu-button > a {
    background-color: var(--default-color-green);
    color: var(--default-color-white);
    padding-right: 2.4em;
    position: relative;
    border-radius: var(--size-radius-buttons);
}
#top-menu > li.menu-button > a:hover {
    background-color: var(--default-color-white);
    color: var(--default-color-green) !important;
}
#top-menu > li.menu-button > a::after {
    content: '';
    position: absolute;
    background-image: url('images/logo-shape-white-button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: inherit;
    top: 50%;
    right: 0.5em;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    text-decoration: none;
}
#top-menu > li.menu-button > a:hover::after {
    background-image: url('images/logo-shape-green-button.png');
}

#top-menu .menu-item-has-children > a:first-child {
    padding-left: 30px;
    padding-right: 10px;
}
#top-menu .menu-item-has-children > a:first-child::after {
    font-family: 'ETmodules';
    position: absolute;
    left: 5px;
    top: 16px;
    width: 20px;
    height: 20px;
    display: block;
    /*object-fit: contain;*/
    /*content: url('images/Closed-Chevron.svg');*/
    content: '3';
    font-size: 22px;
}

#top-menu > li:hover > a,
#top-menu > li.menu-item-has-children.et-show-dropdown > a {
    /*background-color: var(--default-color-navy);*/
    /*box-shadow: 0 0 4px 0 #AFAFAF;*/
}
#top-menu .menu-item-has-children.et-show-dropdown > a:first-child::after {
    /*content: url('images/Open-Chevron.svg');*/
    content: '2';
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
    /*text-transform: uppercase;*/
    font-weight: normal;
}
.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a,
.et_header_style_left #et-top-navigation nav > ul > li.current-menu-ancestor > a,
#top-menu li.current-menu-ancestor > a {
    /*color: #e21b79;*/
    /*font-weight: bold;*/
}

#box_mobile_menu {
    border-top: 2px solid #F1F0ED;
}
#box_mobile_menu > li {
    display: block;
    padding: 0;
    border-bottom: 2px solid var(--default-color-grey);
    position: relative;
}
#box_mobile_menu > li > a {
    position: relative;
    display: block;
    padding: 16px 30px;
    font-size: 21px;
    line-height: 31px;
    color: var(--default-color-white);
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
#box_mobile_menu > li > a:hover {
    background-color: var(--default-color-green);
    color: #ffffff;
}
#box_mobile_menu > li.menu-item-has-children > .submenu-activation {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 60px;*/
    height: 63px;
    padding: 16px 30px;
    cursor: pointer;
}
#box_mobile_menu > li.menu-item-has-children > .submenu-activation:hover {
    background-color: rgba(125,125,125,0.2);
}
#box_mobile_menu > li.menu-item-has-children > .submenu-activation::before {
    content: '';
    display: block;
    width: 19px;
    height: 31px;
    object-fit: fill;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/Chevron-closed.svg');
}
#box_mobile_menu > li.menu-item-has-children > .submenu-activation:hover::before {
    background-image: url('images/Chevron-closed.svg');
}
#box_mobile_menu > li.menu-item-has-children.active > .submenu-activation::before {
    background-image: url('images/Chevron-open.svg');
}
#box_mobile_menu > li.menu-item-has-children.active > a {
    background-color: var(--default-color-navy);
    color: #ffffff;
}
#box_mobile_menu > li.menu-item-has-children.active > a:hover {
    /*text-decoration: underline;*/
}
#box_mobile_menu > li > ul {
    display: none;
    /*display: block;*/
    /*height: 0;*/
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
#box_mobile_menu > li.active > ul {
    display: block;
    /*height: auto;*/
}
#box_mobile_menu > li.active > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid var(--default-color-grey-light);
}
#box_mobile_menu > li.active > ul > li > a {
    position: relative;
    display: block;
    padding: 11px 30px;
    font-size: 18px;
    line-height: 26px;
    color: var(--default-color-white);
    background-color: var(--default-color-grey-dark);
    transition: all 0.2s ease-in-out;
}
#box_mobile_menu > li.active > ul > li > a:hover {
    background-color: var(--default-color-green);
    color: #ffffff;
}

#mobile-menu-trg {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
}
#mobile-menu-trg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/Hamburger-Icon-White.svg');
    cursor: pointer;
}
.transparent-header .et-fixed-header #mobile-menu-trg::before,
.home .et-fixed-header #mobile-menu-trg::before {
    background-image: url('images/Hamburger-Icon-White.svg');
}
#mobile-menu-trg.active::before {
    background-image: url('images/Hamburger-x.svg');
}
#box-mobile-menu .mobile-menu-wrap {
    display: block;
    height: calc(100% - 240px);
    overflow-y: scroll;
    overscroll-behavior: contain;
    /*background-color: rgba(255,255,100,0.3);*/
    /*position: relative;*/
    /*z-index: 8;*/
}

#et-top-navigation .et-cart-info { display: none; }



@media only screen and ( min-width: 981px ) {

    /*#main-header { top: 30px !important; }*/
    /*.admin-bar #main-header { top: 60px !important;}*/
    #main-header.et-fixed-header { top: 0 !important; padding: 10px 0;}
    /*.admin-bar #main-header.et-fixed-header { top: 30px !important;}*/

    .et_header_style_left .et-fixed-header #logo {
        max-height: 100%;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation {
        /*padding-top: 5px;*/
    }
    /*.et_header_style_left #main-header #et-top-navigation,*/
    /*.et_header_style_left #et-top-navigation {*/
    /*    padding: 85px 0 0 0;*/
    /*}*/

    /*#main-header #top-menu {*/
    /*    padding-bottom: 64px;*/
    /*}*/
    #main-header.et-fixed-header #top-menu {
        padding-bottom: 0;
    }

    #main-header #top-menu.nav li ul {
        background-color: var(--default-color-navy);
        padding: 10px 0;
        width: 100%;
        min-width: 240px;
        box-shadow: 0 2px 4px 0 #AFAFAF;
        border-top: 2px solid var(--default-color-green);
        /*top: 55px;*/
        margin-top: -1px;
    }
    #main-header.et-fixed-header #top-menu.nav li ul {
        top: unset;
    }

    #top-menu li li {
        padding: 0;
        margin: 0;
        font-size: 21px;
        line-height: 1.28em;
        width: 100%;
    }
    #top-menu li li a {
        padding: 5px 16px;
        font-size: 21px;
        line-height: 1.28em;
        font-weight: normal;
        color: #ffffff;
        width: 100%;
    }

    .et_header_style_left #main-header #et-top-navigation nav > ul > li > a {
        padding-bottom: 16px;
    }
    .transparent-header.et_header_style_left #et-top-navigation nav > ul > li > a,
    .et_header_style_left.home #et-top-navigation nav > ul > li > a {
        color: #ffffff;
        font-weight: 500;
    }

    #top-menu .menu-item-has-children.et-show-dropdown > a,
    .transparent-header.et_header_style_left #et-top-navigation nav > ul > li.et-hover > a,
    .et_header_style_left.home #et-top-navigation nav > ul > li.et-hover > a,
    #top-menu-nav > ul > li.et-hover > a {
        /*text-decoration: underline;*/
        color: var(--default-color-grey-light);
    }
    .transparent-header.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a,
    #top-menu-nav > ul > li.current-menu-item > a,
    .et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a,
    .et_header_style_left #et-top-navigation nav > ul > li.current-menu-ancestor > a,
    #top-menu li.current-menu-ancestor > a {
        color: var(--default-color-grey-light);
        font-weight: 500;
    }
    .et_header_style_left #et-top-navigation nav > ul > li.current-menu-item > a:hover,
    .et_header_style_left #et-top-navigation nav > ul > li.current-menu-ancestor > a:hover,
    .et_header_style_left #et-top-navigation nav > ul > li > a:hover,
    #top-menu-nav > ul > li > a:hover {
        opacity: 1;
        color: var(--default-color-grey-light);
    }
    .et-fixed-header #top-menu li.current-menu-ancestor > a, .et-fixed-header #top-menu li.current-menu-item > a, .et-fixed-header #top-menu li.current_page_item > a {
        color: var(--default-color-grey-light); !important;
    }
    .et-fixed-header #top-menu li.current-menu-ancestor.et-hover > a, .et-fixed-header #top-menu li.current-menu-item.et-hover > a, .et-fixed-header #top-menu li.current_page_item.et-hover > a {
        color: var(--default-color-grey-light); !important;
    }
    .et-fixed-header #top-menu li.current-menu-ancestor.et-hover > a:hover, .et-fixed-header #top-menu li.current-menu-item.et-hover > a:hover, .et-fixed-header #top-menu li.current_page_item.et-hover > a:hover {
        color: var(--default-color-grey-light); !important;
    }
    .et-fixed-header #top-menu li li.current-menu-ancestor.et-hover > a, .et-fixed-header #top-menu li li.current-menu-item.et-hover > a, .et-fixed-header #top-menu li li.current_page_item.et-hover > a {
        color: var(--default-color-grey-light); !important;
    }
    #top-menu li.menu-item-has-children.et-hover { position: relative; z-index: 1; }
    #top-menu li.menu-item-has-children.et-hover::before {
        /*min-width: 240px;*/
        /*content: '';*/
        /*display: block;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*background-color: var(--default-color-navy);*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 1;*/
        /*box-shadow: 0 0 4px 0 #AFAFAF;*/
    }
    #top-menu li.menu-item-has-children.et-hover a { z-index: 1; box-shadow: none; }

    /*.et-fixed-header #top-menu li li.current-menu-ancestor > a, .et-fixed-header #top-menu  li li.current-menu-item > a, .et-fixed-header #top-menu  li li.current_page_item > a,*/
    .et-fixed-header #top-menu li li.current-menu-ancestor.et-hover > a:hover, .et-fixed-header #top-menu li li.current-menu-item.et-hover > a:hover, .et-fixed-header #top-menu li li.current_page_item.et-hover > a:hover,
    #top-menu li li a:hover {
        color: #ffffff !important;
        background-color: var(--default-color-green);
    }

    #box-mobile-menu { display: none; }
    #mobile-menu-toggle { display: none; }


}

@media only screen and ( min-width: 1500px ) {
    .et_header_style_left #main-header #et-top-navigation,
    .et_header_style_left #et-top-navigation { padding: 50px 0 0 0; }
    .et_header_style_left #main-header.et-fixed-header #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation { padding: 0; }
    #main-header #top-menu { padding-bottom: 50px; }
}
@media only screen and ( min-width: 1300px ) and ( max-width: 1499px ) {
    #main-header #logo { max-width: 380px; }
    .et_header_style_left #main-header #et-top-navigation,
    .et_header_style_left #et-top-navigation { padding: 40px 0 0 420px !important; }
    .et_header_style_left #main-header.et-fixed-header #et-top-navigation { padding: 0 0 0 420px !important; }
    #main-header #top-menu { padding-bottom: 35px; }
    #main-header #top-menu > li > a { padding-left: 8px; padding-right: 8px; font-size: 17px; }
    #main-header #top-menu > li.menu-button > a { padding-right: 2.4em; }
    #main-header #top-menu .menu-item-has-children > a:first-child { padding-left: 30px; }
    #main-header #top-menu .menu-item-has-children > a:first-child::after { right: unset; left: 0; }
    /*#main-header #top-menu .icon-right-shop { margin-right: 15px; }*/
    /*#main-header #top-menu .icon-right-shop > a:first-child { padding-right: 35px; }*/
    /*#main-header #top-menu .icon-right-shop > a:first-child::after { right: 10px; }*/
    #main-header #top-menu li.button-pink > a { padding: .1em 0.6em !important; }
    #top-menu li li a { padding: 5px 10px; font-size: 18px; }
    #main-header #top-menu.nav li ul { min-width: 160px; }
    #top-menu li.menu-item-has-children.et-hover::before { min-width: 160px; }

}
@media only screen and ( min-width: 981px ) and ( max-width: 1299px ) {
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation { padding-left: 150px !important; }
    #main-header #logo { max-width: 190px; }
    .et_header_style_left #main-header #et-top-navigation,
    .et_header_style_left #et-top-navigation { padding: 30px 0 0 0; }
    .et_header_style_left #main-header.et-fixed-header #et-top-navigation { padding: 0; }
    #main-header #top-menu { padding-bottom: 25px; }
    #main-header #top-menu > li > a { padding-left: 5px; padding-right: 5px; font-size: 17px; }
    #main-header #top-menu > li.menu-button > a { padding-right: 2.4em; }
    #main-header #top-menu .menu-item-has-children > a:first-child { padding-left: 20px; }
    #main-header #top-menu .menu-item-has-children > a:first-child::after { left: 0; }
    /*#main-header #top-menu .icon-right-shop { margin-right: 15px; }*/
    /*#main-header #top-menu .icon-right-shop > a:first-child { padding-right: 30px; }*/
    /*#main-header #top-menu .icon-right-shop > a:first-child::after { right: 5px; }*/
    #main-header #top-menu li.button-pink > a { padding: .1em 0.6em !important; }
    #top-menu li li a { padding: 5px 8px; font-size: 16px; }
    #main-header #top-menu.nav li ul { min-width: 160px; }
    #top-menu li.menu-item-has-children.et-hover::before { min-width: 160px; }

}



@media only screen and ( max-width: 980px ) {

    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container { padding-top: 79px !important; }
    .transparent-header.et_fixed_nav.et_show_nav #page-container, .home.et_fixed_nav.et_show_nav #page-container { padding-top: 0 !important; }

    .et_fixed_nav #main-header { position: fixed !important; top: 0; }
    .mobile-book-container {
        display: flex;
    }

    .et_fixed_nav #main-header.menu-open {
        position: fixed;
        /*position: static;*/
    }

    #main-header .et_menu_container {
        width: 100%;
        padding: 0 30px;
        height: 80px;
        background-color: var(--default-color-grey-dark);
    }
    #main-header #et_mobile_nav_menu, #et_mobile_nav_menu { display: none; }
    #main-header .logo_container {
        left: 0;
        padding-left: 30px;
    }
    #main-header #logo {
        max-height: 80%;
    }
    .transparent-header #main-header.menu-open,
    .home #main-header.menu-open,
    #main-header.menu-open {
        /*height: calc(100vh - 0px);*/
        height: 100vh;
        background-color: var(--default-color-green);
        background-image: none !important;
    }
    #main-header.menu-open .logo-negative { display: none; }
    #main-header.menu-open .logo-positive { display: inline-block; }

    #main-header #box-mobile-menu {
        display: none;
    }
    #main-header.menu-open #box-mobile-menu {
        display: block;
    }
    #box-mobile-menu { background-color: var(--default-color-grey-dark);height: calc(100% - 80px);position: relative; }

    #box-mobile-menu #box_mobile_menu {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #mobile-menu-toggle { display: block; }



}
@media only screen and ( max-width: 600px ) {
    .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header.et-fixed-header {
        top: 0 !important;
    }
}





/* ------------------------------------------------------------------------ */
/* --------   buttons   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */

#main-content button.button.alt,
#page-container .gform_wrapper .gform_button,
#page-container .contact-form .gform_button,
#page-container .et_pb_button,
.et_pb_button {
    font-family: var(--default-font-family-futura);
    font-size: 24px;
    line-height: 1.5em !important;
    font-weight: 500;
    padding: 0.2em 2.4em 0.2em 0.8em !important;
    border: 0 none;
    border-radius: var(--size-radius-buttons);
    background-color: var(--default-color-green);
    color: var(--default-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
#page-container .gform_wrapper .gform_button,
#page-container .contact-form .gform_button {
    padding: 0.2em 1.4em 0.2em 1.4em !important;
}

p .et_pb_button { display: inline-block; }
#main-content button.button.alt::after,
#page-container .et_pb_button::after,
.et_pb_button::after {
    content: '';
    position: absolute;
    background-image: url('images/logo-shape-white-button.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* right: 3px; */
    /* top: 2px; */
    font-size: inherit;
    top: 50%;
    right: 0.6em;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    text-decoration: none;
}
#main-content button.button.alt:hover,
#page-container .gform_wrapper .gform_button:hover,
#page-container .contact-form .gform_button:hover,
#page-container .et_pb_button:hover,
.et_pb_button:hover {
    padding: 0.2em 2.4em 0.2em 0.8em !important;
    background-color: var(--default-color-grey-dark2);
    color: var(--default-color-white);
    border: 0 none;
    text-decoration: none;
}
#page-container .et_pb_button.dark-bg:hover,
.et_pb_button.dark-bg:hover {
    background-color: var(--default-color-white);
    color: var(--default-color-green);
}
#page-container .gform_wrapper .gform_button:hover,
#page-container .contact-form .gform_button:hover {
    padding: 0.2em 1.4em 0.2em 1.4em !important;
}

#main-content button.button.dark-bg.alt:hover::after,
#page-container .et_pb_button.dark-bg:hover::after,
.et_pb_button.dark-bg:hover::after {
    background-image: url('images/logo-shape-green-button.png');
}
#main-content .contact-form-wrap-dark .gform_button {
    background-color: var(--default-color-white);
    color: var(--default-color-green);
}
#main-content .contact-form-wrap-dark .gform_button:hover {
    background-color: var(--default-color-grey-dark2);
    color: var(--default-color-white);
}

@media only screen and ( max-width: 767px ) {
    #main-content button.button.alt,
    #page-container .gform_wrapper .gform_button,
    #page-container .contact-form .gform_button,
    #page-container .et_pb_button,
    .et_pb_button {
        font-size: 20px;
    }
}

/* ------------------------------------------------------------------------ */
/* --------   forms   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */

.gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 24px;
}

#main-footer input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#main-footer .gform_body textarea, #main-footer .gform_wrapper .gform_body select,
.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gform_body textarea, .gform_wrapper .gform_body select {
    font-size: 16px;
    font-family: inherit;
    letter-spacing: normal;
    padding: 10px 12px;
    line-height: 1em !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--default-color-navy);
    background-color: #ffffff;
    /*border: 1px solid #eee;*/
    border: 0 none;
    height: auto;
}
.gform_wrapper .gform_body select { padding: 0 12px; }

.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gform_body textarea, .gform_wrapper .gform_body select {
    /*line-height: 1.5em !important;*/
    /*font-weight: 500;*/
    /*width: 100%;*/
    /*padding: 0.1em 1em !important;*/
    border: 1px solid #f0f0f0;
    background-color: var(--default-color-grey-light2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#main-content .contact-form select { width: 100%; }
#main-content .gform_body textarea.small {
    height: 5em;
}
.gform_wrapper .gfield_consent_description,
.gform_wrapper .report-request .gfield_consent_description {
    border: 1px solid #f0f0f0;
    background-color: var(--default-color-grey-light2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#main-footer input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#main-footer .gform_body textarea, #main-footer .gform_wrapper .gform_body select {
    margin-bottom: 10px;
    width: 100%;
}

#main-footer .gform_wrapper .gform_validation_errors,
#main-content .gform_wrapper .gform_validation_errors {
    border: 1.5px solid var(--default-color-red);
    padding: 10px 10px 10px 48px;
    /*background: #fff9f9;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);*/
    /*margin-bottom: 8px;*/
    /*margin-top: 8px;*/
    /*padding: 16px 16px 16px 48px;*/
    /*position: relative;*/
    /*width: 100%;*/
}
#main-footer .gform_wrapper .gform_validation_errors > h2,
#main-content .gform_wrapper .gform_validation_errors > h2 {
    color: var(--default-color-red);
    padding-bottom: 0;
    /*font-size: 13.2px;*/
    /*font-weight: 500;*/
    /*line-height: 17.6px;*/
    /*margin: 0 0 12px 0;*/
}

#main-content .gform_wrapper .gfield_validation_message,
#main-content .gform_wrapper .validation_message {
    border: 1px solid var(--default-color-red);
    padding: 10px 24px;
    /*background: #fff9f9;*/
    /*font-size: 14.992px;*/
    /*margin-top: 8px;*/
}
#main-footer .gform_wrapper .gfield_validation_message,
#main-footer .gform_wrapper .validation_message {
    border: 1px solid var(--default-color-red);
    padding: 5px 10px;
    margin-top: 0;
    margin-bottom: 5px;
}

#main-content .gform_wrapper .gfield_validation_message, #main-content .gform_wrapper .validation_message {
    border: 1px solid var(--default-color-red);
    /*font-size: 14.992px;*/
    /*margin-top: 8px;*/
    /*padding: 12.992px 24px;*/
}
#main-footer .gform_wrapper .gfield_validation_message, #main-footer .gform_wrapper .validation_message {
    border: 1px solid var(--default-color-red);
    padding: 5px 10px;
}
#main-content .gform_wrapper .gfield_error .gfield_repeater_cell label,
#main-content .gform_wrapper .gfield_error label,
#main-content .gform_wrapper .gfield_error legend,
#main-content .gform_wrapper .gfield_validation_message,
#main-content .gform_wrapper .validation_message,
#main-content .gform_wrapper [aria-invalid="true"] + label,
#main-content .gform_wrapper label + [aria-invalid="true"] {
    color: var(--default-color-red);
}
.contact-form .gform_confirmation_message {
    margin-top: 20px;
    padding: 15px 20px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    color: #ffffff;
}
.gform_required_legend { display: none; }

/*#main-content .gform_wrapper .gfield,*/
/*#main-content .gform_wrapper .gfield--type-text,*/
/*#main-content .gform_wrapper .gfield--type-textarea,*/
/*#main-content .gform_wrapper .gfield--type-email {*/
/*    position: relative;*/
/*}*/
/*#main-content .gform_wrapper .gfield .gfield_label,*/
/*#main-content .gform_wrapper .gfield--type-text .gfield_label,*/
/*#main-content .gform_wrapper .gfield--type-textarea .gfield_label,*/
/*#main-content .gform_wrapper .gfield--type-email .gfield_label {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 12px;*/
/*    margin: 0;*/
/*}*/
/*#main-content .gform_wrapper .gfield:focus-within label {*/
/*    top: 0;*/
/*    font-size: 10px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    transform: translateY(-50%);*/
/*    left: 6px;*/
/*    display: block;*/
/*    background-color: #eeeeee;*/
/*    padding: 1px 5px;*/
/*    line-height: 1.2em;*/
/*    border-radius: 5px;*/
/*    outline: 1px solid var(--default-color-green);*/
/*}*/


.gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--default-color-grey-dark2);
    font-size: 16px;
    opacity: 1;
}
.gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
    color: var(--default-color-grey-dark2);
    font-size: 16px;
    opacity: 1;
}
.gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
    color: var(--default-color-grey-dark2);
    font-size: 16px;
    opacity: 1;
}
.gform_wrapper input:-moz-placeholder { /* Firefox 18- */
    color: var(--default-color-grey-dark2);
    font-size: 16px;
    opacity: 1;
}



/* ------------------------------------------------------------------------ */
/* --------   Custom Sections   ------------------------------------- */
/* ------------------------------------------------------------------------ */

.page-header h1 {
    padding-bottom: 0;
}

/* removing sidebar border */
#main-content .container::before { display: none; }
.inline-block-text { display: inline-block; }

#main-content .holding-section {
    min-height: calc(100vh - 38px);
    min-height: calc(100dvh - 38px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#main-content .holding-section .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.holding-section .et_pb_text_inner a {
    color: var(--default-color-white);
    text-decoration: underline;
}
.holding-section .et_pb_text_inner a:hover {
    color: var(--default-color-green);
    text-decoration: underline;
}

/* Column with content vertically centered - in a row with equal columns */
@media only screen and ( min-width: 981px ) {
    #main-content .holding-section {
        min-height: calc(100vh - 38px);
        min-height: calc(100dvh - 38px);
    }
}

@media only screen and ( max-width: 980px ) {
    #main-content .holding-section {
        min-height: calc(100vh - 60px);
        min-height: calc(100dvh - 60px);
    }
}


/* ********** home-hero *********** */
#main-content .home-hero {
    min-height: calc(80vh - 38px);
    min-height: calc(80dvh - 38px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#main-content .home-hero .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-hero .et_pb_text_inner a {
    color: var(--default-color-white);
    text-decoration: underline;
}
.home-hero .et_pb_text_inner a:hover {
    color: var(--default-color-green);
    text-decoration: underline;
}

/* Column with content vertically centered - in a row with equal columns */
@media only screen and ( min-width: 981px ) {
    #main-content .home-hero {
        min-height: calc(80vh - 38px);
        min-height: calc(80dvh - 38px);
    }
}

@media only screen and ( max-width: 980px ) {
    #main-content .home-hero {
        min-height: calc(80vh - 60px);
        min-height: calc(80dvh - 60px);
    }
}


/* ********************************************************************* */
/* ****** Side By Side sections  *************************************** */
/* ********************************************************************* */


/*#main-content .section-sidebyside { padding: 0; }*/
/*#main-content .row-sidebyside {*/
/*    width: 88%;*/
/*    max-width: var(--size-container-wider-maxwidth);*/
/*    padding: 0;*/
/*}*/
/*.row-sidebyside .column-text {*/
/*}*/
/*.row-sidebyside .column-image {*/
/*}*/

/*@media only screen and (min-width: 1500px) {*/
/*    #main-content .section-sidebyside { padding: 0; }*/
/*    #main-content .row-sidebyside { padding: 0; }*/
/*}*/
/*@media only screen and (min-width: 981px) {*/
/*    #main-content .row-sidebyside {*/
/*        display: flex;*/
/*        width: 94%;*/
/*    }*/
/*    .row-sidebyside .column-text {*/
/*        width: 50%;*/
/*        margin: 0;*/
/*        padding: 30px 4% 30px 3%;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*    }*/
/*    .row-sidebyside .column-image {*/
/*        width: 50%;*/
/*        margin: 0;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*    }*/

/*}*/

#main-content .section-sidebyside { padding: 0; }
#main-content .row-sidebyside {
    width: 88%;
    max-width: var(--size-container-wider-maxwidth);
    padding: 0;
}
.row-sidebyside.row-text-left {  }
.row-sidebyside.row-text-right {  }
.row-sidebyside .column-text {  }
.row-sidebyside .column-image {  }
.row-sidebyside .column-center {  }
/*.row-sidebyside .text-block + .et_pb_button_module_wrapper { margin-top: 1em; }*/

#main-content .row-sidebyside .column-image {
    position: relative;
    padding-top: 50%;
}
#main-content .row-sidebyside .column-image::after {
    content: "";
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 25%;
    height: 20%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('images/logo-white.png');
}
#main-content .row-sidebyside .column-image.logo-green::after {
    background-image: url('images/logo-green-map.png');
}

@media only screen and ( min-width: 981px ) {
    #main-content .row-sidebyside {
        display: flex;
        width: 94%;
    }
    .row-sidebyside .et_pb_column {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .row-sidebyside .column-center { justify-content: center; }
    .row-sidebyside.row-text-left .column-text { padding: 6% 4% 6% 8%; }
    .row-sidebyside.row-text-right .column-text { padding: 6% 8% 6% 4%; }
}
@media only screen and ( min-width: 1500px ) {
    .row-sidebyside.row-text-left .column-text {
        max-width: calc(var(--size-container-maxwidth)/2);
        margin-left: auto;
        padding: 6% 4% 6% 0;
    }
    .row-sidebyside.row-text-right .column-text {
        max-width: calc(var(--size-container-maxwidth)/2);
        margin-right: auto;
        padding: 6% 0 6% 4%;
    }
}
@media only screen and ( min-width: 981px ) and (max-width: 1499px ) {
    .row-sidebyside.row-text-left .column-text {
        max-width: 50%;
        margin-left: 0;
        padding: 6% 4% 6% 4%;
    }
}
@media only screen and ( max-width: 980px ) {
    #main-content .row-sidebyside { display: flex; flex-direction: column; }
    #main-content .row-sidebyside .column-image { order: 1; margin-bottom: 0; display: block; padding: 80% 0 0 0; }
    #main-content .row-sidebyside .column-text { order: 2; margin-bottom: 0; padding: 8%; }
    /*#page-container .row-sidebyside  .et_pb_button { font-size: 22px; }*/
}
@media only screen and ( max-width: 499px ) {
    /*#page-container .row-halfimage .et_pb_button { font-size: 18px; }*/
}




/* ********************************************************************* */
/* ****** News Category ************************************************ */
/* ********************************************************************* */

.blog #main-content { background-color: #F6F6F4; }

#main-content .news-page-header-section {
    padding: 80px 0;
    /*background-image: url('images/navy-area-home-bg.jpg') !important;*/
}
#main-content .news-page-header-section .header-content {
    max-width: var(--size-container-maxwidth);
    margin: 0 auto;
}
.news-page-header-section .page-hero h1 {
    padding-left: 2.7em;
    position: relative;
}
.news-page-header-section .page-hero h1::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    /*background-image: url('images/h1-home-pink-icon.png');*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
}

#main-content .et_pb_section_related,
#main-content .blog-list-container {
    /*padding-top: 0 !important;*/
    width: 100%;
    max-width: 100%;
    /*background-image: url('images/audit-library-bg.jpg');*/
    /*background-repeat: repeat;*/
    /*background-position: center;*/
    background-size: auto 80%;
}
#main-content .blog-list-container .blog-template {
    width: 90%;
    max-width: var(--size-container-maxwidth);
    margin: 0 auto;
}
@media only screen and ( min-width: 1550px ) {
    #main-content .blog-listing-section { padding: 60px 0; }
    .news-page-header-section .page-hero .header-content { width: 90%; margin: 0 auto; }
}
@media only screen and ( min-width: 981px ) {
    #main-content .blog-listing-section { padding: 60px 0; }
    .news-page-header-section .page-hero .header-content { width: 90%; margin: 0 auto; }
    #main-content .et_pb_section_related { padding: 60px 0; }
}
@media only screen and ( max-width: 980px ) {
    #main-content .blog-listing-section { padding: 40px 0; }
    #main-content .et_pb_section_related { padding: 40px 0; }
}


#main-content .blog-listing-section { background-color: transparent; }


.news-page-header-section .page-hero .et_pb_header_content_wrapper {
    /*background-image: linear-gradient(180deg,rgba(196,196,196,0.1) 0%,rgba(196,196,196,0.1) 100%),url('/wp-content/uploads/2023/04/LATEST-NEWS-header.jpg');*/
    /*background-color: #c4c4c4;*/
}

/* news category page */
.post-listing-module {
    width: 100%;
}
.post-listing-module .et_pb_code_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px;
}
.post-listing-module .et_pb_post {}

@media only screen and ( min-width: 981px ) {
    #main-content .news-page-header-section { padding: 80px 0; }
    .post-listing-module .et_pb_code_inner { }
    .post-listing-module .et_pb_post { width: 33.33%; margin-right: 0; }
}
@media only screen and ( max-width: 980px ) {
    #main-content .news-page-header-section { padding: 50px 0; }
    .news-page-header-section .page-hero .header-content { width: 90%; margin: 0 auto; }
    .news-page-header-section .page-hero h1 { font-size: 36px; }
}

/* posts listed */
.post-listing-module .listed-post {
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}
.blog-listing .et_pb_post,
.listed-post .listed-post-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    /*border-radius: 5px;*/
    overflow: hidden;
    /*border: 1px solid var(--default-color-grey-light3);*/
    position: relative;
    border: 0 none;
    border-bottom: 4px solid var(--default-color-green);
}
.listed-post .listed-post-wrap::after {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*right: 10px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*background-image: url('images/icon-listitem-pink.png');*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*transition: all 0.2s ease-in-out;*/
}
.blog-listing .et_pb_post {
    /*border: 0 none;*/
    /*background-color: var(--default-color-grey-light);*/
}


/* post item image */
.blog-listing .et_pb_post .et_pb_image_container {
    margin: 0;
}

.blog-listing .et_pb_post .et_pb_image_container a,
.blog-listing .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.listed-post .entry-featured-image-url {
    margin-bottom: 0;
}
.listed-post .entry-featured-image-url a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.listed-post .entry-featured-image-url a::after {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -20%;*/
    /*right: 2%;*/
    /*width: 15%;*/
    /*height: 15%;*/
    /*background-image: url('images/icon-listitem-pink.png');*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*transition: all 0.2s ease-in-out;*/
}
.listed-post .entry-featured-image-url a:hover::after {
    /*bottom: 2%;*/
}


.listed-post .entry-featured-image-url img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

/* post item details */
.listed-post .post-details {
    flex-grow: 1;
    padding: 20px 20px 60px 20px;
    position: relative;
    background-color: var(--default-color-grey-light);
}

.blog-listing .et_pb_post .entry-title,
.listed-post h4.entry-title {
    font-family: var(--default-font-family-futura);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25em;
    color: var(--default-color-grey-dark2);
}
.blog-listing .et_pb_post .entry-title {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 4em;
}
.blog-listing .et_pb_post .post-meta {
    font-size: 0.8em;
    font-weight: 600;
    color: var(--default-color-green);
    padding-left: 20px;
    padding-right: 20px;
}

#main-content .blog-listing .et_pb_post .post-content,
.listed-post .excerpt,
.listed-post .entry-excerpt {
    font-family: var(--default-font-family-futura);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.33em;
    color: var(--default-color-grey-dark2);
}
.listed-post .excerpt {
    display: none;
}
.blog-listing .et_pb_post .post-content {
    flex-grow: 1;
    padding: 0 20px 60px 20px;
    position: relative;
}

.blog-listing .et_pb_post .more-link,
.listed-post .button-learn-more {
    position: absolute;
    bottom: 20px;
    right: 25px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    color: var(--default-color-green);
    font-family: var(--default-font-family-futura);
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: capitalize;
}

@media only screen and ( min-width: 981px ) {
    #main-content .blog-template .listed-post { margin-bottom: 60px; }
}
@media only screen and ( max-width: 980px ) {
    #main-content .blog-template .listed-post { margin-bottom: 40px; }
    .listed-post h4.entry-title { font-size: 22px; line-height: 1.25em; }
}
@media only screen and ( max-width: 767px ) {
    .listed-post h4.entry-title { font-size: 20px; }
    .listed-post .button-learn-more { font-size: 20px; }
}

#main-content .pagination {
    width: 100%;
    display: block;
    padding: 20px;
}
#main-content .pagination .next-page { float: left; }
#main-content .pagination .previous-page { float: right; }
#main-content .back-button,
#main-content .pagination .next-page a,
#main-content .pagination .previous-page a {
    display: block;
    font-family: var(--default-font-family-futura);
    font-size: 28px;
    line-height: 1.5em !important;
    font-weight: 500;
    padding: 0.1em 1em !important;
    border: 0 none;
    border-radius: var(--size-radius-buttons);
    background-color: var(--default-color-green);
    color: var(--default-color-white);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
#main-content .back-button:hover,
#main-content .pagination .next-page a:hover,
#main-content .pagination .previous-page a:hover {
    padding: 0.1em 1em !important;
    background-color: var(--default-color-grey-dark2);
    color: var(--default-color-white);
    border: 0 none;
    text-decoration: none;
}

/* News page - Blog module */
.et_pb_blog_grid {}

.et_pb_blog_grid .et_pb_post {}
.et_pb_blog_grid .et_pb_post {
    background-color: var(--default-color-grey-light);
}
.et_pb_blog_grid .et_pb_post .post-content-inner { display: none; }





/* ------------------------------------------------------------------------ */
/* --------   Resources boxes slider   ---------------------------------------------------- */
/* ------------------------------------------------------------------------ */
/* extension of solutions slider styling */

#main-content .et_pb_section_related {
    /* set above */
}
#main-content .et_pb_section_related .et_pb_row {
    margin: 0 auto;
    padding: 10px 0;
}

#main-content .slider-posts2 { max-width: var(--size-container-wider-maxwidth); margin: 0 auto;  }
#main-content .slider-posts { max-width: var(--size-container-maxwidth); }

.slider-posts2 .slick-list,
.slider-posts .slick-list {
    /*overflow: visible;*/
    margin-left: 55px;
    margin-right: 55px;
}
#main-content .slider-posts2 .slick-track,
#main-content .slider-posts .slick-track {
    display: flex !important;
    margin: 0 auto;
    justify-content: center;
}

.slider-posts2 .slick-slide img,
.slider-posts .slick-slide img { width: 100%; }

/*#main-content .slider-posts2 .listed-post,*/
#main-content .resources-slider .listed-post {
    margin-bottom: 0;
    height: inherit !important;
    padding: 0 20px;
    max-width: 480px;
}

#main-content .resources-slider .slick-prev, #main-content .resources-slider .slick-next,
#main-content .slider-posts2 .slick-prev, #main-content .slider-posts2 .slick-next {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: 53px;
    height: 53px;
    border: none;
    outline: none;
    background: transparent;
    color: var(--default-color-green);
}
#main-content .resources-slider .slick-prev:hover,
#main-content .slider-posts2 .slick-prev:hover { background-color: transparent; }
#main-content .resources-slider .slick-next:hover,
#main-content .slider-posts2 .slick-next:hover { background-color: transparent; }

#main-content .resources-slider .slick-prev::before,
#main-content .resources-slider .slick-next::before,
#main-content .slider-posts2 .slick-prev::before,
#main-content .slider-posts2 .slick-next::before {
    /*content: '';*/
    opacity: 1;
    color: var(--default-color-green);
    font-size: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

#main-content .resources-slider .slick-prev,
#main-content .slider-posts2 .slick-prev { left: 0; right: unset; z-index: 2; }
#main-content .resources-slider .slick-next,
#main-content .slider-posts2 .slick-next { left: unset; right: 0; z-index: 2; }

/*#main-content .slider-posts2 .slick-prev::before { background-image: url('images/scroll-left-red-arrow.png'); }*/
#main-content .resources-slider .slick-prev:hover::before,
#main-content .slider-posts2 .slick-prev:hover::before { opacity: 0.8; }
/*#main-content .slider-posts2 .slick-next::before { background-image: url('images/scroll-right-red-arrow.png'); }*/
#main-content .resources-slider .slick-next:hover::before,
#main-content .slider-posts2 .slick-next:hover::before { opacity: 0.8; }



@media only screen and ( min-width: 981px ) {
    .et_pb_gutters3.et-db #et-boc .et-l .slider-posts2 .listed-post,
    .et_pb_gutters3.et-db #et-boc .et-l .slider-posts .et_pb_column_4_4 .listed-post,
    #main-content .slider-posts .listed-post {
        margin-bottom: 0;
        height: inherit !important;
        padding-bottom: 0;
    }
}
@media only screen and ( max-width: 980px ) {
    .slider-section {
        overflow: hidden;
    }
    .slider-posts .slick-track { }
    .slider-posts2 .slick-slide,
    .slider-posts .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
        /*padding-bottom: 50px;*/
    }
    .slider-posts2 .et_pb_column .et_pb_module,
    .slider-posts .et_pb_column .et_pb_module {
        margin-bottom: 0;
    }
    .listed-post {
        /*padding-left: 10px;*/
        /*padding-right: 10px;*/
        /*padding-bottom: 10px;*/
    }
}
@media only screen and ( max-width: 640px ) {
    .slider-posts2 .slick-list, .slider-posts .slick-list {
        /* overflow: visible; */
        margin-left: 15px;
        margin-right: 15px;
    }
    #main-content .resources-slider .slick-prev,
    #main-content .slider-posts2 .slick-prev { left: -5px; }
    #main-content .resources-slider .slick-next,
    #main-content .slider-posts2 .slick-next { right: -5px; }
}










/* ********************************************************************* */
/* ****** Single Post ************************************************** */
/* ********************************************************************* */

.single-post {}
.single-news {}
.single-casestudy {}

.single-post {}
#main-content.single-post {
    position: relative;
}
body:not(.et-tb) #main-content.single-news .container,
body:not(.et-tb-has-header) #main-content.single-news .container {
    padding-top: 50px;
}

#main-content.single-post .et_pb_post { margin-bottom: 0; padding-bottom: 70px; }
.no-builder-post .entry-content { padding-bottom: 30px; }

.single-news .entry-title {
    margin-top: 20px;
}

.single-news .et_post_meta_wrapper {}
.single-news .et_post_meta_wrapper .category-link {
    font-family: var(--default-font-family-futura);
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--default-color-green);
    padding: 0 0 1px;
    /*text-transform: uppercase;*/
    display: block;
}
.single-news .et_post_meta_wrapper .entry-title {
    font-family: var(--default-font-family-futura);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: var(--default-color-grey-dark2);
    padding-bottom: 0.5em;

}
.single-news .et_post_meta_wrapper .post-meta {
    display: none;
    font-family: var(--default-font-family-futura);
    font-style: normal;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: right;
    color: var(--default-color-green);
    padding-bottom: 10px;
}
.single-news .et_post_meta_wrapper img {
    /*border-radius: 100px 0 0 0;*/
    display: block;
}

#main-content .post-image,
#main-content.single-post .entry-content .size-full,
#main-content.single-post .entry-content .size-large {
    display: block;
    padding: 0;
    margin: 50px auto;
    overflow: hidden;
}
#main-content .wp-caption,
#main-content.single-post .entry-content .wp-caption {
    margin-top: 20px;
    margin-bottom: 20px;
}
#main-content .wp-caption .post-image,
#main-content.single-post .entry-content .wp-caption .size-full,
#main-content.single-post .entry-content .wp-caption .size-large {
    margin: 0;
}
#main-content.single-post .wp-caption-text {
    font-size: 16px;
}

.back-button-wrap {
    width: 100%;
    display: flex;
    padding: 20px 45px;
}

.single-post .et_pb_section_related {
    background-color: var(--default-color-grey-light2);
}



@media only screen and ( min-width: 981px ) {
    #main-content.single-news .container {
        max-width: 923px;
    }
    #main-content.single-news .container .entry-content {
        padding: 30px 0 30px 0;
        background-color: #ffffff;
    }

}
@media only screen and ( max-width: 980px ) {

    #main-content.single-post.with-meta-header::before { padding-top: min(120%, 560px); }

    .single-news .et_post_meta_wrapper .entry-title { font-size: 54px; }

    #main-content .post-quote .et_pb_blurb_content {
        flex-direction: column;
    }
    #main-content .post-quote .et_pb_main_blurb_image {
        width: 100%;
    }
    #main-content .post-quote .et_pb_blurb_container {
        padding-left: 0;
        width: 100%;
    }
}
@media only screen and ( max-width: 640px ) {
    #main-content.single-post.with-meta-header::before { padding-top: min(160%, 560px); }
}











/* ********************************************************************* */
/* ****** Footer  ****************************************************** */
/* ********************************************************************* */

#main-footer {
    font-size: 17px;
    font-weight: 400;
    background-color: var(--default-color-grey-dark2);
    background-image: url('images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#main-footer .container { width: var(--size-container-width); }

#footer-widgets {
    line-height: 1.3em;
}
#footer-widgets .et_pb_widget {
    float: none;
}
#footer-widgets .et_pb_widget .title {
    padding-bottom: 0.45em;
}
.footer-widget a { display: inline-block; }

#footer-widgets .et_pb_widget ul {
    line-height: 1.3em;
}
#footer-widgets .et_pb_widget ul li { padding: 0; margin-bottom: 0; line-height: 1.3em; }
#footer-widgets .et_pb_widget ul li::before { display: none; }

#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget a,
#footer-widgets a { text-decoration: none; }
#footer-widgets .link-underlined { text-decoration: underline; }

#footer-widgets .footer-widget li.green-link a {
    color: var(--default-color-green);
    font-weight: 600;
}


#footer-widgets .footer-widget li a:hover,
#footer-widgets .footer-widget a:hover,
#footer-widgets a:hover { color: rgba(255,255,255,0.7); }

@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
        margin-bottom: 30px;
    }
}

#footer-bottom { padding-top: 10px; padding-bottom: 10px; position: relative; z-index: 1; }
#footer-bottom #footer-info {
    font-size: 12px;
    font-family: var(--default-font-family-futura);
    width: 100%;
    float: none;
    padding: 0;
}

#footer-bottom a { font-weight: normal; }

#footer-info .terms {  }
#footer-info .author { float: right; }


@media only screen and ( max-width: 980px ) {
    #footer-info .terms { display: block; margin-bottom: 1em; }
    #footer-info .author { float: none; display: block; }
}











