@font-face {
	font-family: SweetSansBold;
    src: url("fonts/Sweet - SweetSans-Bold.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansBoldItalic;
    src: url("fonts/Sweet - SweetSans-BoldItalic.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansHeavy;
    src: url("fonts/Sweet - SweetSans-Heavy.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansItalic;
    src: url("fonts/Sweet - SweetSans-Italic.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansLight;
    src: url("fonts/Sweet - SweetSans-Light.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansLightItalic;
    src: url("fonts/Sweet - SweetSans-LightItalic.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansMedium;
    src: url("fonts/Sweet - SweetSans-Medium.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansMediumItalic;
    src: url("fonts/Sweet - SweetSans-MediumItalic.otf");
    font-display: swap;
}
@font-face {
	font-family: SweetSansRegular;
    src: url("fonts/Sweet - SweetSans-Regular.otf");
    font-display: swap;
}
@font-face {
    font-family: NocturneSerifLight;
    src: url("fonts/NocturneSerif-Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: NocturneSerifLightItalic;
    src: url("fonts/NocturneSerif-Lightitalic.ttf");
    font-display: swap;
}
*{
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
}
html{
    overflow-x: hidden;
}
body{
    margin: 0; 
    background-color: white;
    font-family: SweetSansMedium, sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: inherit;
}
p a, li a{
    color: #D34E33;
}
a:hover{
    color: #D34E33;
}
strong{
    font-family: SweetSansMedium;
}
.latest-post-details a:hover{
    color: white;
}
.wp-block-columns{
    margin-bottom: 0;
}
input[type="submit"]{
    -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6{
    color: #1E2022;
    font-weight: normal !important;
}
b{
    font-family: SweetSansBold, sans-serif;
    font-weight: normal;
}
em{
    font-family: SweetSansItalic, sans-serif;
    font-weight: normal;
}
p{
    font-family: NocturneSerifLight, sans-serif;
}
#page-content p {
    color: #2F2E2E;

}
/*
Menu
*/
ul.menu{
    padding-left: 0;
    list-style-type: none;

}
ul.menu a{
    color: inherit;
}
.wp-block-column{
    position: relative;
}
@media(max-width: 599px){
    .wp-block-column{
        max-width: none !important;
    }
}

/*
Nav
*/
#page-background{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -140px;
}
.single-home #page-background, .page-template-default #page-background, .page-template-page-template-virtual-gala #page-background, .page-template-page-template-b #page-background,
.page-template-page-template-membership #page-background{
    width: 100%;
    height: 600px;
}
.single-home .page-background-mask, .page-template-default .page-background-mask, .page-template-page-template-virtual-gala .page-background-mask, .page-template-page-template-b .page-background-mask,
.page-template-page-template-membership .page-background-mask{
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.1);
}
@media(max-width: 599px){
    /*
    .single-home #page-background, .page-template-default #page-background, .page-template-page-template-b #page-background,
    .page-template-page-template-membership #page-background,
    .single-home .page-background-mask, .page-template-default .page-background-mask, .page-template-page-template-b .page-background-mask,
    .page-template-page-template-membership .page-background-mask{
        height: 100vh;
    }*/
	
.page-template-page-template-membership .page-background-mask { 
	height: 475px;}
}
.home #page-background{
    height: 100vh;
}
.home .page-background-mask{
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.35);
}
#masthead, #masthead-clone {
    background-color: #D34E33;
    color: white;
    height: 60px;
    top: 50px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 100;
    display: flex;
    width: 1120px; 
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between; 
    border-radius: 5px;
    -webkit-box-shadow: inset 0px -30px 30px -0px rgba(0,0,0,0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px -30px 30px -30px rgba(0,0,0,0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -30px 30px -30px rgba(0,0,0,0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.menu-hlavne-menu-container{
    float: left;
}
#header-menu ul, #header-menu-clone ul{
    list-style: none;
    padding-left: 0 !important;
}
#header-menu ul li, #header-menu-clone ul li{
    display: inline;
}
#header-menu ul a, #header-menu-clone ul a{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
}
#header-menu, #header-menu-clone {
    position: relative;
    top: -145px;
    margin-left: 143px;
    margin-top: 5px;
}
.menu-header-menu-container{
    display: inline;
}
#menu-header-menu {
    margin-top: 0;
    position: relative;
    bottom: 1px;
}
.header_socials{
    margin-top: 22px;
    margin-right: 20px;
    display: inline-block;
}
#support-link{
    height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-transform: uppercase; 
    color: white;
    border: 2px rgba(255, 255, 255, 0.7) solid;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.25;
    margin-right: 15px;
    position: relative;
    top: -3px;
    line-height: 0.9;
    display: inline-block;
}
#support-link.version2{
    line-height: normal  !important;
    padding-bottom: 4.5px;
}
    #support-link.version3{
        display: inline-block;
        top: -2px;
        line-height: 1.25 !important;

    }
     
.header_socials a:first-child{
    margin-left: 0;
}
.header_socials a{
    margin-left: 5px;
}

.page-background-wrapper{
    position: relative;
    background:rgb(0, 0, 0, 0.8);
}
.homeblock{
    text-align: center;
    color: white;
    top: 35vh;
    position: absolute;
    width: 100%;
    margin-bottom: 20px;
}
.homeblock h1{
    color: white;
    font-size: 75px;
    text-transform: uppercase;
    font-family: SweetSansBold, "Arial", sans-serif;
    line-height: 1;
    padding-bottom: 10px !important;
    margin-bottom: 40px;
}
.homeblock h1 span{
    font-size: 150px;
    line-height: 75px;
    line-height: 0.8;
}
#home-support-link, #home-homes-link, #home-donate-link{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    border: 2px rgba(255, 255, 255, 1) solid;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 11px;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    top: -3px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
}
#header-menu .menu-item, #header-menu-clone .menu-item{
    height: auto;
    width: auto;
    position: relative;
    top: 12px;
    margin-left: 21px !important;
    margin-right: 21px !important;
}
#header-menu #menu-hlavne-menu > .menu-item:hover > a{
    border-bottom: 1px solid #CA262C;
    cursor: pointer;
}
#header-menu #menu-hlavne-menu > .menu-item:active > a{
    border-bottom: 1px solid #CA262C;
    cursor: pointer;
}
#header-menu #menu-hlavne-menu > .current-menu-item > a{
    border-bottom: 1px solid #CA262C;
}

.mobile-menu{
    display: none;
}
#header-logo h1{
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 0.8;
    width: 0;
    display: inline-block;
}
#search-field{
    width: 328px;
    height: 45px;
    line-height: 45px;
    top: 14px;
    position: relative;
    border: 1px solid #E7EAF3;
    padding-left: 11px;
    border-radius: 5px;
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
    font-family: Roboto, sans-serifRegular, sans-serif;
    font-size: 12px;
    color: #1E2022;
    background-image: url("images/Search.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-left: 29px;
}
#search-field::placeholder{
    font-family: Roboto, sans-serifRegular, sans-serif;
    font-size: 12px;
    color: #1E2022;
}


/*
    Mobile menu
*/
.mobile-menu {
    font-size: 17px;
    display: none;
    text-align: center;
    color: white;
    z-index: 10000;
    background-color: #D34E33;
}
.mobile-menu .menu{
    margin: 0;
}
.mobile-menu .sub-menu {
    padding-left: 0 !important;
    display: none;
    border-top: 2px solid #b7b7b7;
    margin-top: 10px;
}
.mobile-menu .sub-menu .menu-item{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #D3D3D3;
}

.mobile-menu .menu{
    padding-left: 0px;
}
.mobile-menu .sub-menu .menu-item{
    border-bottom: 1px solid #e7e7e7;
}
.mobile-menu .sub-menu li{
    margin-bottom: 0px; 
}
.mobile-menu .search_icon {
    padding-left: 0 !important;
}
.mobile-menu ul{
    list-style: none;
}
.mobile-menu #menu-hlavne-menu-1 > li{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-right: 60px;
    border-bottom: 2px solid #b7b7b7;
}
.mobile-menu #menu-hlavne-menu-1 > li:last-child{
    border-bottom: none !important;
}
.mobile-menu ul a{
    text-decoration: none;
    text-transform: uppercase;
}
#nav_icon{
    display: none;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    margin-left: 50%;
    margin-top: 15px;
}
#close_icon{
    display: none;
    margin-left: 5px;
    width: 23px;
    height: 23px;
    position: relative;
    top: 15px;
    font-size: 32px;
    margin-left: 75%;
    margin-top: 30px;
}
#header-logo{
    display: inline; 
    margin-right: 0;
    position: relative;
    top: -45px;
    left: 18px;
}
.navtoggle { display: none; margin-right: auto; cursor: pointer; height: 40px; width: 40px; margin-top: 10px;}
.navtoggle-inner {  overflow: hidden; position: relative; height: 20px; width: 26px; }
.navtoggle span {background-color: white; display: block; width: 32px; height: 3px; transition: transform 0.3s linear, top 0.2s linear, left 0.2s linear, background-color 0.2s linear; transition-delay: 0s; position: absolute; }
.navtoggle span:nth-child(2n+0) { transition-delay: 0.3s; top: 50%; left: 0; transform: translateY(-50%); }
.navtoggle span:first-child { left: 0; top: 0; }
.navtoggle span:last-child { left: 0; top: 16px; }
.navtoggle.open span:first-child { transform: translate(-50%, -50%) rotate( 45deg ); left: 50%; top: 50%; transition-delay: 0.2s; background-color: white }
.navtoggle.open span:nth-child(2n+0) { transform: translate(-100%, -50%); transition-delay: 0s;}
.navtoggle.open span:last-child { transform: translate(-50%, -50%) rotate( -45deg ); left: 50%; top: 50%; transition-delay: 0.2s; background-color: white}

.donate-link { padding-top: 20px; }
.donate-link a{
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: #3D5B72;
    border: 2px #3D5B72 solid;
    border-radius: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1;
}

@media(max-width: 1120px){
    .page-background-wrapper{
        margin-top: 60px;
    }
    .page-background-slider, .page-background-mask{
        padding-top: 60px;
    }
    .mobile-menu{
        padding-top: 20px;
        display: none;
        position: fixed;
        top: 60px;
        width: 100%;
        padding-bottom: 20px;
    }
    .mobile-menu li{
        margin-bottom: 20px;
    }
    #header-left, #header-left-clone{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #header-menu, #header-menu-clone{
        top: 5px;
    }
    #masthead, #masthead-clone{
        top: 0;
        position: fixed;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #header-logo{
        top: 0;
        left: 0;
    }
    #header-logo h1{
        margin: 0;
    }
    #header-logo img{
        width: 60px !important;
        height: 60px !important;
    }
    .navtoggle { display: block;}
    #page-background .menu-header-menu-container{
        display: none;
    }
    #header-right, #header-right-clone{
        display: none;
    }
    #header-menu .menu-hlavne-menu-container{
        display: none;
    }
    #nav_icon{
        display: inline;
    }
    #search-field{
        margin-left: 0;
        background-position: 90% 50%;
        padding-left: 40px;
        top: 0;
        width: calc(100% - 40px);
    }
    #header-menu, #header-menu-clone{
        display: block;
        width: 35px;
        height: 35px;
    }
    #masthead, #masthead-clone{
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
        display: flex;
        justify-content: space-between;
    }
    #logo_header{
        margin-left: 5%;
    }
    #header-logo{
        margin-right: 0;
    }
    .blog-link-container{
        margin-top: 58px !important;
        margin-bottom: 95px !important;
    }
    .mc4wp-form-fields{
        padding-top: 40px !important;
        padding-bottom: 45px !important;
    }
}

@media(max-width: 578px){
    
    .homeblock h1{
        font-size: 40px;
    }
    .homeblock h1 span {
        font-size: 75px;
        line-height: 125px;
    }
    .homeblock{
        top: 5% !important;
    }
    .home-menu{
        text-align: center;
    }
    .home-menu a{
        margin: 0 !important;
        margin-bottom: 25px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 70% !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

}
.menu-arrow {
    display: inline-block;
    width: 8px;
    height: 11px;
    margin-left: 15px;
    background: url(images/triangle_select_light.png) no-repeat;
}
.mobile-menu a{
    font-family: SweetSansMedium, "Arial", sans-serif;
    color: white !important;
}
.mobile-menu .menu-hlavne-menu-container{
    background-color: white;
    width: 100%;
}
/*
Scroll to top arrow
*/
#scroll-to-top:hover{
    cursor: pointer;
}
#scroll-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px; 
    width: 50px;
    background-color: blue;
    z-index: 1000000000;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scroll-to-top i { 
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scroll-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#scroll-to-top:hover i {
    color: #fff;
    top: 5px;
}
.homes-preview-container{
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 50% 50%;
}
.main-content-container{
    width: 1120px;
    margin-top: 15px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.home .main-content-container{
    margin-top: 28px;
}
.home .socials{
    margin-top: 15px;
} 
@media(max-width: 1120px){
    .main-content-container{
        width: 90%;
        margin-top: 40px !important;
    }
    .homes-preview-container{
        width: 90%;
        grid-template-columns: auto;
    }
    .container{
        width: 90%;
    }
}
.single .main-content-container{
    margin-top: 117px;
}


/*
Footer
*/

.bottom_footer{
    color: #2F2E2E;
    font-size: 16px;
}
.bottom_footer_inner{
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#menu-footer-menu > li:first-child{
    margin-top: 0;
}
@media(max-width: 1120px){
    .bottom_footer_inner{
        width: 90%;
    }
}
.bottom_footer_main{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 32px;
    border-top: 2px solid #7C7C7C;
    border-bottom: 2px solid #7C7C7C;
}
.footer_first{
    padding-bottom: 40px;
    border-bottom: 2px solid #7C7C7C;
}
@media(min-width: 1121px){
    .footer_first{ 
        display: flex;
        justify-content: space-between;
    }
}
.bottom_footer_main h1{
    margin: 0;
    display: inline-block;
}
.footer_menu{
    text-transform: uppercase;
    display: inherit;
    margin-left: 0px;
}
.footer_menu ul{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.footer_menu li{
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
}
.footer_menu .sub-menu{
    color: #7C7C7C;
}
.copyright{
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 14px;
    color: #7C7C7C;
}
.footer_second{
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    color: #655B5B;
}
#menu-footer-menu{
    -webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
    margin: 0;
    position: relative;
    top: -25px;
}
.footer_contacts{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 1120px){
    .footer_second{
        flex-flow: column;
        text-align: center;
    }
    .footer_contacts{
        margin-bottom: 40px;
    }
    .bottom_footer_inner{
        margin-bottom: 50px;
    }
    .footer_first{
        text-align: center;
    }
    #menu-footer-menu{
        -webkit-column-count: 2; 
        -moz-column-count: 2; 
        column-count: 2;
        margin: 0;
        position: relative;
        top: 0px;
    }
    .footer_menu{
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .footer_menu li {
        margin-left: 5px;
        margin-right: 5px;
    }
}
.footer_socials a{
    margin-left: 24px;
}
.footer_socials a:first-child{
    margin-left: 0;
}
.mobile-only{
    display: none !important;
}
@media(max-width: 578px){
    .footer_contacts{
        display: none;
        margin-top: 25px;
    }
    .mobile-only, .mobile-only .footer_contacts{
        display: block !important;
    }
    #menu-footer-menu{
        -webkit-column-count: 1; 
        -moz-column-count: 1; 
        column-count: 1;
    }
    .footer_first h1{
        display: none;
    }
    .footer_menu{
        margin-top: 30px;
    }
    .bottom_footer_main{
        padding-top: 0;
    }
    .bottom_footer_main{
        margin-top: 75px;
    }
    .footer_first{
        padding-bottom: 45px;
    }
    .footer_second{
        padding-top: 25px;
    }
    .bottom_footer_main{
        border-bottom: none;
    }
    .bottom_footer_bottom{
        display: none;
    }
    .copyright{
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .footer_contacts{
        margin-bottom: 0;
    }
    .bottom_footer_inner{
        margin-bottom: 30px;
    }
}

.support-block-outer{
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 103%;
}
/*
Newsletter
*/
.mailchimp{
    background-image: url('images/Footer email.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.mc4wp-form-fields{
    width: 1120px;
    padding-top: 85px;
    padding-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media(max-width: 1120px){
    .mc4wp-form-fields{
        width: 90%;
    }
}
.mc4wp-form-fields label{
    font-size: 28px;
    color: white;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.mc4wp-form-fields p:first-child{
    margin-top: 0;
    margin-bottom: 40px;
}
.mc4wp-form-fields p:last-child{
    margin-bottom: 0;
    margin-top: 25px;
}
.mc4wp-form-fields input[type="submit"]{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    border: 2px rgba(255, 255, 255, 1) solid;
    border-radius: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1;
    position: relative;
    top: -3px;
    background-color: transparent;
}
.mc4wp-form-fields input[type="email"]{
    width: calc(82% - 13px);
    height: 32px;
    line-height: 32px;
    padding-left: 13px;
    border-radius: 4px;
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
    font-family: NocturneSerifLight, sans-serif;
    font-size: 20px;
    color: white;
    border: none;
    border-bottom: 2px solid #F7F4ED;
    text-align: center;
    background: transparent !important; 
}
input:focus{
    outline: none;
    background: none !important;
}
.mc4wp-form-fields input[type="email"]::placeholder{
    font-family: NocturneSerifLight, sans-serif;
    font-size: 20px;
    color: white;
}

/*
Latest News
*/
.latest-news h2{
    color: #D34E33;
    font-size: 40px;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 0;
}
.latest-posts{
    display: grid;
    grid-template-columns: 360px 360px 360px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
}
.blog-link-container{
    text-align: center;
    margin-top: 45px;
    margin-bottom: 80px;
}
#blog-link{
    text-decoration: none;
    font-size: 15px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: #D34E33;
    border: 2px #D34E33 solid;
    border-radius: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1;
    position: relative;
    top: -3px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}
.post-date{
    font-size: 12px;
    color: white;
}
.latest-post-wrap h3{
    font-size: 20px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home .latest-post-wrap .readmore-wrapper{
    line-height: 0.6;
    position: absolute;
}
.latest-post-wrap img{
    width: 100%;
    height: auto !important;
}
.readmore{
    font-size: 12px;
    color: white;
}
.latest-post-wrap{
    background-color: #D34E33;
    width: 100%;
}
.latest-post-details{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top:10px;
}
@media (max-width: 1120px) {
    .latest-posts{
        grid-template-columns: 100%;
        grid-row-gap: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

.homes-preview{
    background-color: #2F2E2E;
    background-image: url('images/NY homes.svg');
    background-repeat: no-repeat;
    color: white;
    background-size: 100%;
    background-position-y: bottom;
    background-position-x: -100px;
}
.homes-preview-left{
    padding-top: 60px;
    padding-bottom: 100px;
}
.homes-preview-text{
    padding-bottom: 34px;
}
#homes-preview-link{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    border: 2px white solid;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 11px;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    top: -3px;
    width: 170px;
    display: inline-block;
}
.homes-preview-text{
    font-size: 24px;
    font-family: SweetSansLight, "Arial", sans-serif;
}

/*
Single
*/
.single .breadcrumb{
    font-size: 14px;
    line-height: 19px;
    color: #2F2E2E;
}
.single main .post-header{
    font-size: 60px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    color: #D34E33;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 70px;
}
.single #page-content > .wp-block-columns{
    margin-top: 40px;
    margin-bottom: 104px;
    display: flex;
    justify-content: space-between;
}
.promo-spot{
    margin-top: 25px;
    margin-bottom: 40px;
    width: 100%;
}
.single #page-content > .wp-block-columns p, .privacy-policy #page-content p{
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 18px;
    line-height: 32px;
}
.privacy-policy #page-content h2, .main-content-container h2,
.ongoing-recurring h2, .scheduled-events h2{
    color: #3D5B72;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 42px;
}
.single #page-content > .wp-block-columns h2{
    color: #3D5B72;
    font-size: 36px;
    line-height: 48px; 
    margin-bottom: -15px;
    margin-top: 42px;
}
.privacy-policy #page-content h3, .main-content-container h3{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.single #page-content > .wp-block-columns h3{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: -5px;
    margin-top: 40px;
}
.single .latest-post-wrap{
    margin-top: 25px;
}
.wp-block-pullquote{
    margin: 0;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.wp-block-pullquote p{
    font-family: NocturneSerifLightItalic, "Arial", sans-serif !important;
    font-size: 35px !important;
    line-height: 50px !important;
    color: #2F2E2E !important;
}
.wp-block-pullquote blockquote{
    margin-left: 0;
    text-align: left;
    margin-top: 26px;
    margin-bottom: 26px;
}
.single #page-content > .wp-block-columns ul, .main-content-container > .wp-block-columns ul{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
}
#page-content > .wp-block-columns li, .main-content-container > .wp-block-columns li{
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 32px;
} 
#page-content > .wp-block-columns li:before, .main-content-container > .wp-block-columns li:before{
    content: '•';
    margin-right: 5px;
    font-weight: bold;
}
.share-links{
    margin-top: 36px;
    padding-top: 18px;
    border-top: 2px solid #F7F4ED;
    margin-bottom: 16px;
}
.share-links-heading{
    font-family: SweetSansBold, "Arial", sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3D5B72;
    margin-bottom: 10px;
}
.share-links-links img{
    border: 2px solid #3D5B72;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
}
.page-template-default #page, .page-template-page-template-b #page, .page-template-page-template-virtual-gala #page{
    background-image: none;
}
.single #page,  .privacy-policy #page, .page-template-default #primary, .page-template-page-template-b #primary,
.page-template-page-template-virtual-gala #primary{
    background-image: url('images/Blog_background.jpg');
    background-repeat: no-repeat; 
    background-position: center -210px;
}
.page-template-default #primary, .page-template-page-template-b #primary, .page-template-page-template-membership #primary
, .page-template-page-template-virtual-gala #primary{
    padding-top: 15px;
}
.home.page-template-default #primary{
    padding-top: 0px;
}
.single-home #page{
    background-image: url('images/mp.jpg');
    background-position: 50% 625px;    
    background-repeat: no-repeat;
}
.single #page-content > img{
    width: 100%;
    height: auto;
}
.privacy-policy #page-content h1, .page-template-default .main-content-container h1 
, .page-template-page-template-virtual-gala .main-content-container h1, .page-template-page-template-b .main-content-container h1,
.page-template-page-template-membership .main-content-container h1{
    font-family: SweetSansBold, "Arial", sans-serif;
    font-size: 75px;
    color: #D34E33;
    margin-bottom: 0;
}
.privacy-policy  .main-content-container, .error404 .main-content-container{
    margin-bottom: 120px;
    margin-top: 120px;
}
@media(max-width: 1120px){
    .privacy-policy  .main-content-container{
        margin-top: 40px;
    }

}
@media(max-width: 578px){
    .single main .post-header{
        font-size: 30px;
    }
    .share-links{
        text-align:center;
    }
}

.featured-heading{
    position: relative;
    height: 100%;
    
    pointer-events: none;
}
.featured-heading-inner{ 
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.featured-heading .post-header{
    color: white;
    font-size: 75px;
    font-family: SweetSansBold, "Arial", sans-serif;
}
.featured-heading-content{
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width: 599px){
    .featured-heading .post-header{
        font-size: 50px;
        line-height: 50px;
    }
}
.featured-heading .breadcrumb{
    display: inline;
    background-color: #D34E33;
    color: white;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
}
.safari .featured-heading .breadcrumb{
    
    padding-top: 6px;
    
}
.mac-chrome .featured-heading .breadcrumb{
    padding-top: 7px;
}
.featured-heading .breadcrumb a:hover{
    color: white; 
}
@media(max-width: 1120px){
    .featured-heading-content{
        width: 90%;
    }
    .featured-heading-inner{ 
        bottom: 60px;
    }
}
.single .wp-block-image{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.single .wp-block-image img{
    width: 100%;
    height: auto;
}
.single-home .main-content-container {
    margin-top: 60px;
}
.house-info{ 
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    background-color: #2F2E2E;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);

}
.house-info-inner{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    border-top: 2px solid #F7F4ED;
}
.house-info-header{
    font-size: 13px;
    line-height: 19px;
    color: #D34E33;
	padding-top: 15px;
}
.house-info-content{
    color: white;
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px; 
}

.house-info-content p{
    margin-top: 0;
	margin-bottom: 0em;
    line-height: 24px !important;
    color: white !important; 
}
.house-urls{
    padding-top: 20px;
    border-top: 2px solid #7C7C7C;
	margin-top: 15px;
}
.house-info-inner a{
    font-family: SweetSansBold, "Arial", sans-serif;
    color: white;
    font-size: 14px;
} 
.website-link{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px; 
    padding-bottom: 7px;
    line-height: 0.7;
    background-color: transparent;
    margin-right: 20px;
}
    .website-link.version2{
        line-height: normal  !important;
    }
    .website-link.version3{
        display: inline-block;
        line-height: 1.8 !important;
        height: 20px;
        position: relative;
        top: 0px; 
    }
    

.house-urls img{
    width: 24px;
    margin-right: 12px;
    top: 7px;
    position: relative;
}
.first-paragraph p{
    font-size: 24px !important;
    line-height: 48px !important;
    color: #2F2E2E;
}
@media(max-width: 599px){
    .single-home #page-content > .wp-block-columns > .wp-block-column:first-child{
        order: 2;
    }
    .house-info{
        margin-top: 0;
    }
}

.homes-pagination{
    border-top: 2px solid #7C7C7C;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.homes-pagination a{
    font-family: SweetSansBold, "Arial", sans-serif;
    color: #3D5B72;
    font-size: 16px;
}
@media(max-width: 599px){
    .homes-pagination{
        text-align: center;
        display: block;
    }
    .homes-pagination-right{
        margin-top: 15px;
    }
}

.mapp-layout{
    margin: 0;
    border: 0;
}
.digital-content{
    margin-bottom: 80px;
}
.digital-content-header{
    text-align: center;
    font-size: 36px;
    color: #3D5B72;
    line-height: 48px;
    margin-bottom: 18px !important;
    padding-top: 60px;
    border-top: 2px solid #F7F4ED;
    font-family: SweetSansMedium, "Arial", sans-serif;
}
.digital_content_tile.latest-post-wrap .post-title{
    min-height: 0;
}
@media(max-width: 599px){
    .digital_content_tile.latest-post-wrap .post-title{
        min-height: 0;
    }
    .digital-content-header{
        text-align: center; 
        font-size: 30px; 
        line-height: 35px;
        margin-bottom: 25px !important;
        padding-top: 40px;

    }
    .single-home #page {
        background-position: 100% 581px;
    }
    .latest-posts{
        grid-row-gap: 20px;
    }
    .digital-content{
        margin-bottom: 60px;
    }
    .single-home #page-content > .wp-block-columns h2{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px; 
    }
}
@media(max-width: 599px){
    .single-home #page-content > .wp-block-columns h2{
        font-size: 26px; 
        line-height: 31px;
    }
    .home-tile{
        grid-template-columns: 70px auto !important;
        margin-bottom: 10px !important;
    }
    .home-right{
        padding: 10px !important;
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    .home-right h3{
        font-size: 16px;
        line-height: 21px;
    }
    .home-left img{
        min-height: 75px !important;
        width: 75px !important;
    }
    .short-desc{
        display: none;
    }
    .mc4wp-form-fields label{
        font-size: 24px; 
    }
    .mailchimp{
        background-image: url('images/Footer email mobile.png');
    }
    .homeblock{
        width: calc(100% - 100px);
        padding-left: 50px;
        padding-right: 50px;
    }
    .homeblock h1 span {
        font-size: 100px;
        line-height: 90px;
    }
    .homeblock h1{
        font-size: 28px;
        padding-bottom: 10px !important;
        margin-bottom: 25px;
    }
    #home-homes-link{
        margin-bottom: 25px !important;
    }
    .preview-inner.container{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .preview-left {
        width: calc(100vw - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .first-part{
        position: relative;
        left: -55px;
    }
}
@media(max-width: 400px){ 
    .homeblock h1 {
        font-size: 18px;
    }
    .homeblock h1 span {
        font-size: 50px;
        line-height: 60px;
    }
    #home-support-link, #home-homes-link, #home-donate-link{
        font-size: 14px;
    }
}
.single-home #page-content > .wp-block-columns{
    margin-bottom: 80px;
}

.page-template-default p, .page-template-page-template-virtual-gala p, .page-template-page-template-b p{ 
    font-size: 24px;
    font-family: NocturneSerifLight, "Arial", sans-serif;
    line-height: 48px;
    color: #2F2E2E;
}
.page-template-page-template-membership p{
    font-family: NocturneSerifLight, "Arial", sans-serif;
    line-height: 32px;
    color: #2F2E2E;
}
.page-template-page-template-membership p.has-medium-font-size{
    font-size: 24px;
    line-height: 48px;
}
.page-template-page-template-membership  #page{
    background-position-y: 517px;
}

/*
    Contact Form
*/
.wpcf7 {
    margin-top: 70px;
}
.wpcf7 label {
    font-family: SweetSansBold, "Arial", sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    color: #3D5B72;
    margin: 0;
    text-transform: uppercase;
}
.wpcf7 input {
    height: 16px;
    width: calc(100% - 30px);
    border: 1px solid #9F9F9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 22px 15px;
	line-height: 16px;
	margin-bottom: 0px;
	font-size: 15px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
}
.wpcf7 textarea, .wpcf7 select {
	border: 1px solid #9F9F9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 22px 15px;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 0px;
	font-size: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    color: #655B5B;
}
.wpcf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7 .your-subject:after {
	content:"";
	background-image: url('/wp-content/themes/HHT/images/select_arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 15px;
	position:absolute;
	pointer-events:none;
    top: 30%;
    width: 13px;
    height: 10px;
}
.wpcf7 select:hover {
	cursor: pointer;
}
.wpcf7 textarea {
    box-sizing: border-box;
	height: 150px;
	min-height: 150px;
	resize: none;
	margin-bottom: 5px;
}
.wpcf7 input[type="submit"]{
    box-sizing: border-box;
    height: 45px;
    border-radius: 25px;
    background-color: white;
    font-size: 15px;
    line-height: 0.5;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-top: 15px;
    margin-bottom: 50px;
    color: #3D5B72;
    width: 25%;
    border: none;
    border: 2px solid #3D5B72;
    text-transform: uppercase;
    margin-top: 5px;
}
.wpcf7 input[type="submit"]:hover{
    cursor: pointer;
}
.wpcf7 input[type="submit"]:active{
    cursor: pointer;
}

/*
    Donation form
*/

.main-content-container .donation-form label {
    font-family: SweetSansBold, "Arial", sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    color: #3D5B72;
    margin: 0;
    text-transform: uppercase;
}

.main-content-container .donation-form .field.text input, 
.main-content-container .donation-form .field.email input, 
.main-content-container .donation-form .field.tel input, 
.main-content-container .donation-form .field.zip-code input {
    max-width: 552px !important;
    border: 1px solid #9F9F9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 22px 15px !important;
	line-height: 16px;
	margin-bottom: 0px;
	font-size: 15px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
}

.donation-form .field.text input, .donation-form .field select, .donation-form .field textarea, .donation-form .field.text #card-element {
    padding: 22px 15px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
     border-radius: 5px;
     width: 100% !important; 
     max-width: 522px !important;
     box-sizing: border-box !important;
}

.donation-form .field.text input, 
.donation-form .field.email input, 
.donation-form .field.zip-code input, 
.donation-form .field.tel input, 
.donation-form .field select, 
.donation-form .field textarea { width: 100% !important; box-sizing: border-box !important; }

.donation-form .field label { margin-bottom: 10px; }


.main-content-container .donation-form textarea, .main-content-container .donation-form select {
	border: 1px solid #9F9F9F !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 22px 15px !important;
    width: 100% !important;
    max-width: 552px !important;
	line-height: 1.2;
	margin-bottom: 0px;
	font-size: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    color: #655B5B;
}
.main-content-container .donation-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 552px !important;
    box-sizing: border-box;
}

.field.state, .field.country {
    max-width: 552px;
    position: relative;
}

.field.state:after, .field.country:after {
	content:"";
	background-image: url('/wp-content/themes/HHT/images/select_arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 15px;
	position:absolute;
	pointer-events:none;
    top: 64px;
    width: 13px;
    height: 10px;
}
.main-content-container .donation-form select:hover {
	cursor: pointer;
}
.main-content-container .donation-form textarea {
    max-width: 552px !important;
    box-sizing: border-box;
	height: 150px;
	min-height: 150px;
	resize: none;
	margin-bottom: 5px;
}
.main-content-container .donation-form input[type="submit"]{
    box-sizing: border-box;
    height: 45px;
    border-radius: 25px;
    background-color: white;
    font-size: 15px;
    line-height: 0.5;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #ffffff; 
    border: 2px solid #D34E33;
    background-color: #D34E33;
    text-transform: uppercase;
    margin-top: 10px;
}
.main-content-container .donation-form{
    margin-bottom: 50px;
}

.main-content-container .donation-form input[type="submit"]:hover{
    cursor: pointer;
}
.main-content-container .donation-form input[type="submit"]:active{
    cursor: pointer;
}

@media(max-width: 1120px){
    .wpcf7 input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #E5E5E5;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased;
}
.wpcf7 p{
    margin: 0;
}

/*Support block*/
.support-block{
    vertical-align: middle;
    text-align: center;
    height: 400px;
    padding-top: 50px;
    background-color: rgba(0,0,0,0.5);
}
@media(min-width: 600px){
    .home .support-block{ 
        background-color: transparent;
    }
}
.page-id-853 .support-block{
    background-color: transparent;
}
@media(max-width: 599px){
    .support-block{
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 1px;
        padding-bottom: 60px;
    }
    .support-block h2{
        font-size: 30px !important;
        line-height: 32px !important;
    }
    .support-block p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px !important;
        margin-top: 12px;
    }
    .support-block .support-url{
        font-size: 15px;
        line-height: 20px;
        padding-top: 8px !important;
        padding-bottom: 6px !important;
    }
    .home .support-block-outer {
        background-size: 112%;
    }
}
.support-block h2{
    font-size: 40px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    line-height: 53px;
    color: white;
    margin-bottom: 0;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.support-block p{
    font-size: 18px;
    font-family: NocturneSerifLight, "Arial", sans-serif;
    line-height: 36px;
    color: white !important;
    margin-bottom: 70px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.support-block .support-url{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    border: 2px rgba(255, 255, 255, 1) solid;
    border-radius: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1;
    position: relative;
    background-color: transparent;
}
.house-urls.borders-no{
    border: none;
    padding: 0;
}
.house-info.contact-info{
    margin-top: 80px;
}
.main-content-container > .mapp-layout{
    display: none;
}
.support-block-outer{
    height: 450px;
    background-position: center center;
}
.support-block-outer{
    margin-top: 60px;
    height: auto;
}
.support-block-outer{
    border-radius: 20px;
}
.support-block{
    border-radius: 20px;
    margin-bottom: 50px;
}
@media(max-width: 1120px){
    .support-block-outer{
        margin-top: 110px;
        height: auto;
    }
    .support-block{
        height: auto;
        padding-bottom: 50px;
    }
}

.digital-content-stripe{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 35px;
    padding-bottom: 10px;
    position: relative;
}
.digital-content-stripe a{
    margin-right: 35px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 20px;
    color: #7C7C7C;
}
.main-dc{
    margin-bottom: 120px;
}


.digital-content-stripe div {
    display: inline-block !important;
    margin-right: 8px;
    z-index: 10;
}
.digital-content-stripe img:hover {
    cursor: pointer;
}
.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.digital-content-stripe .categories{
    position: absolute;
    top: 25px;
    left: 0px;
    display: none !important;
    background-color: white;
    grid-template-columns: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.digital-content-stripe .categories.grid-display{
    display: grid !important;
}
.digital-content-stripe .categories.none-display{
    display: none !important;
}
.digital-content-stripe .categories .category-option{
    margin-bottom: 10px;
}
@media(min-width: 651px){
    .digital-content-stripe .categories a:hover{
        cursor: pointer;
    }
    .digital-content-stripe .science-blog-categories:hover .categories{
        display: grid;
    }
}
.categories-trigger{
    margin: 0 !important;
}
.chosen{
    color: #2F2E2E !important;
}
@media(max-width: 914px){
    .digital-content-stripe{
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}
@media(min-width: 915px){
.categories{
    text-align: left;
    padding-left: 10px;
    left: unset !important;
    right: 10px;
    padding-top: 50px;
}
}
.current-sort, .current-category{
    font-size: 20px;
}
.current-sort:hover, .current-category:hover{
    cursor: pointer;
}
.science-blog-sort{
    margin-left: 50px !important;
}
.digital-content-stripe-right{
    text-align: right;
}

/*
Board
*/
.board-heading{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 36px;
    color: #3D5B72;   
}
.staff{
    display: grid;
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
    grid-row-gap: 25px;
    grid-column-gap: 15px;
}
.staff-person{
    display: grid;
    grid-template-columns: auto auto;
}
.staff-person-info h3{
    margin: 0;
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 20px;
    color: #2F2E2E;
}
.staff-person-info{
    padding-left: 20px;
}
.job-title{
    color: #D34E33;
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 13px;
}
.staff-person-info p{
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #2F2E2E;
}
.board-members{
    margin-top: 60px;
}
.staff-person img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 170px;
    width: 100%;
}
@media(max-width: 700px){
    .staff-person img{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        height: auto;
    }
}
@media(max-width: 914px){
    .staff{
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 40px;
    }
}
.council{
    columns: 3;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.board-with-titles{
    columns: 3;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.board-without-titles{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
.board{
    display: grid;
    grid-template-columns: auto;
    margin-bottom: 80px;
    margin-top: 60px;
}
@media(max-width: 914px){
    .board{
        grid-template-columns: auto;
        grid-row-gap: 40px;
    }
    .board-without-titles{
        text-align: center;
    }
}
@media(max-width: 800px){
    .council{
        columns: 2;
    }
    .board-with-titles{
        columns: 2;
    }
}
@media(max-width: 416px){
    .council{
        columns: 1;
    }
    .board-with-titles{
        columns: 1;
    }
}
.board-with-titles, .council{
    margin-top: -20px;
}
.council li, .board li{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 18px;
    line-height: 36px;
    color: #2F2E2E;
    line-height: 1;
    padding-top: 20px;
}
@media(max-width: 700px){
    .staff-person{
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 40px;
    }
    .staff{
        grid-template-columns: 100%;
    }
}

/*
Section
*/
.section{
    display: grid;
    grid-template-columns: auto 455px;
    grid-column-gap: 125px;
    padding-top: 60px;
    border-top: 2px solid #F7F4ED;
    margin-top: 0px;
    padding-bottom: 40px;

}
.home .section{
    grid-template-columns: 50% 50%;
}
@media(max-width: 988px){
    .section{
        display: grid;
        grid-template-columns: auto;
    
    }
    .section-left{
        margin-bottom: 120px;
        text-align: center;
    }
}
.section h2{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 36px;
    line-height: 48px;
    color: #3D5B72;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
}
.section p{
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 32px;
}
.section .support-url{
    text-decoration: none;
    font-size: 15px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: #3D5B72;
    border: 2px #3D5B72 solid;
    border-radius: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1; 
    position: relative;
    background-color: transparent;
    position: relative;
    top: 26px;
}
.section .section-right img{
    width: 100%;
    height: auto;
}
.section:last-of-type{
    margin-bottom: 110px;
}

.no-background{
    height: auto !important;
    background: transparent !important;
}
.no-background .featured-heading{
    display: none;
}
.blog{
    margin-top: 150px;
}
.blog-title{
    font-family: SweetSansBold, "Arial", sans-serif;
    font-size: 75px !important;
    line-height: 70px !important;
    color: #D34E33;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}
.blog .post-wrap{
    display: grid;
    grid-template-columns: 58% 42%;
    grid-column-gap: 15px;
    margin-bottom: 60px;
}
.blog .post-date{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 13px;
    color: #D34E33;
}
.blog .post-title{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #3D5B72;
    margin-top: 5px;
    margin-bottom: 0;
}
.blog .readmore{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 13px;
    color: #D34E33; 
}
.blog .post-description p{
    margin: 0;
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 32px;
}
.blog .post-description{
    padding-bottom: 10px;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 5px;
}
@media(max-width: 1120px){
    .blog .post-wrap{
        grid-template-columns: auto;
    }
    .blog .post-wrap img{
        width: 100%;
        height: auto;
    }
}
.pagination{
    padding-top: 20px;
    border-top: 2px solid #7C7C7C;
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
}
.pagination a{
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: #3D5B72;
}
@media(max-width: 1120px){
    .pagination{
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 40px;
        width: 100% !important;
    }
    .pagination div{
        width: 100% !important;
        text-align: center;
    }
}

.district-name{
    color: #3D5B72;
    font-size: 36px;
    line-height: 48px;
}
.home-tile{
    display: grid;
    grid-template-columns: 150px auto;
    margin-bottom: 25px;
    min-height: 150px;
    pointer-events: none;
}
.home-left{
    pointer-events:all;
}
.home-right{
    background-color: #F4F3F2;
    padding: 20px;
    pointer-events:all;
}
.home-right h3{
    font-size: 24px;
    color: #3D5B72;
    margin: 0;
}
.home-address{
    font-size: 13px;
    text-transform: uppercase;
    color: #655B5B;
    margin-top: 5px;
}
.district-home-tiles .home-address{
    display: inherit;
    margin-top: 10px;
    display: inline-block;
}


.homes{
    margin-top: 40px !important;
}
.page-id-6 .mapp-layout{
    margin-top: 40px;
}
@media(max-width: 599px){
    .home-tile{
        
        min-height: 70px;
    }
    .page-id-6 .homes{
        margin-bottom: 40px;
    }
    .page-id-6 .wp-block-column:first-child{ 
        order: 2;
    }
    .page-id-6 .wp-block-column:nth-child(2){
        order: 1;
    }
    .page-id-6 .mapp-layout{
        margin-top: 0px;
        display: none;
    }
    .blog .post-title{
        font-size: 16px;
        line-height: 21px;
        color: #3D5B72;
    }
    .home-address{
        font-size: 9px;
        line-height: 12px;
    }
    .district-home-tiles{
        margin-bottom: 50px;
    }
}

p.has-small-font-size{
    font-size: 18px !important;
    line-height: 32px;
}
.donation-form p.has-small-font-size{
    font-size: 13px;
    line-height: 26px;
}
.wp-block-column figure{
    margin: 0;
}
/*
.wp-block-columns .wp-block-column:nth-child(2){
    margin-left: 0;
}*/

.callout-header{
    background-color: #E5E5E5;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    color: #3D5B72;
}
.callout-header img{
    margin-right: 15px;
}
.callout-text{
    background-color: #F4F3F2;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 32px;
}

.callout-text{
    margin-top: 0;
}
.callout-text p{
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
}
.houselist-header{
    font-size: 36px;
    line-height: 48px;
    color: #3D5B72;
    text-align: center;
}
.house-tiles{
    display: grid;
    grid-template-columns: 265px 265px 265px 265px;
    grid-column-gap: 20px;
}
.house-tile{
    background-color: #F4F3F2;
}
.house-tile-info{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.house-tile-info h3{
    font-size: 20px;
    color: #3D5B72;
    margin: 0;
}
.house-tile-info h4{
    text-transform: uppercase;
    font-size: 12px;
    color: #655B5B;
    margin: 0;
}
.thumbnail-image img{
    width: 100%;
    height: auto;
}
@media(max-width: 1120px){
    .house-tiles{
        grid-template-columns: 265px 265px;
        grid-row-gap: 40px;
    }
    .house-tiles-container{
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 599px){
    .house-tiles{
        grid-template-columns: auto !important;
    }
    .house-tiles-container{
        width: 90% !important; 
    }
}

.preview-outer{
    background-color: #2F2E2E;
    background-image: url(images/ny.svg);
    background-repeat: no-repeat;
    background-position: 34% bottom;
}
.preview-inner{
    display: grid;
    grid-template-columns: 50% 40%;
    grid-column-gap: 10%;
    overflow: hidden;
}
.preview-left p{
    margin-top: 0;
    font-size: 24px;
    line-height: 48px;
    color: white !important;
    padding-top: 80px;
}
.preview-left .support-url{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-transform: uppercase;
    color: white;
    border: 2px rgba(255, 255, 255, 0.7) solid;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 150px;
    margin-top: 20px;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
@media(max-width: 599px){
    .preview-inner{
        grid-template-columns: auto;
    }
    .preview-right{
        margin-bottom: 60px;
    }
}
@media(min-width: 600px){

    .preview-right .slider{
        position: relative;
        top: -100px;
        transition: top 6s linear;
    }
}
@media(max-width: 599px){
    .preview-right .slider{
        position: relative;
        /*left: -100px;*/
        transition: left 6s linear;
    }
}

.preview-right{
    height: 550px;
}

.home .section h2{
    font-size: 30px;
    color: #D34E33;
    line-height: 35px; 
    margin-top: 50px;
    margin-bottom: 25px;
} 
.home .section{
    margin-top: 30px;
    padding-top: 0;
    border: none;
    background-color: white;
    padding-bottom: 0;
    overflow: hidden;
}

.home .section .section-left{
    text-align: left;
    padding-left: 50px;
    padding-right: 75px;
    margin-right: -25px;
    margin-bottom: -15px;
}
@media(max-width: 599px){
    .page-id-6 .custom-map-container{
        display: none;
    }
.home .section .section-left{
    padding-left: 30px;
    padding-right: 30px;
} 
.home .section .section-left{
    margin-bottom: 80px !important;
}
}

.home-background{
    background: linear-gradient(to bottom, #3d5b73 0%, #3d5b73 88%, #c4cdd4 88%, #c4cdd4 90%, white 90%, white 100%);
    padding-top: 45px;
} 
@media(min-width: 600px){

    .home-background{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        background-image: url('images/desktophomebg.jpg'); 
    }
}
.event h4{
    font-size: 13px; 
    color: #D34E33;
    line-height: 17px; 
    margin-bottom: 0;
}
.event p{
    margin-top: 14px;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 13px; 
    font-size: 16px;
    line-height: 32px;
}

.event.hidden-event { display: none; }
.event-feed { border-top: 2px solid #E5E5E5; padding-top: 25px; }
.event-feed .event p { border: none; margin: 0; }
.event-feed .load-more-events-container { padding-top: 65px; }
#page-content .event-feed .event p:first-of-type {    
    font-size: 13px;
    color: #D34E33;
    line-height: 17px;
    margin-bottom: 0; 
    font-family: SweetSansMedium, sans-serif;
}
#page-content .event-feed .event strong {
    font-size: 13;
}

.event-feed .event-description { border-bottom: 2px solid #E5E5E5; margin-bottom: 14px; }

.event h3{
    font-size: 25px;
    line-height: 29px;
    color: #2F2E2E;
    margin-bottom: 5px;
}
.event .learn-more{
    padding-top: 15px;
    font-size: 13px;
    color: #D34E33;
    line-height: 19px;
}
.event{
    margin-bottom: 65px;
}
.ongoing-recurring, .events{
    border-top: 2px solid #E5E5E5;
}
.scheduled-events{
    margin-top: 70px;
}
.load-more-events-container{
    width: 100%;
    text-align: center;
}
.load-more-feed-events, .load-more-events{
    text-decoration: none;
    font-size: 15px;
    font-family: SweetSansMedium, "Arial", sans-serif;
    text-transform: uppercase;
    color: #3D5B72;
    border: 2px #3D5B72 solid;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 11px;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    width: 170px;
    background-color: transparent;
    display: inline-block;   
    margin-top: 0;
    margin-bottom: 65px;
}
.hidden-events{
    display: none;
}

#calendar{
    background-color: #3D5B72;
    color: white;
    margin-top: 45px;
    max-width: 360px;
    text-align: center;
    border-radius: 10px;
}
.calendar-wrapper{
    position: sticky;
    position: -webkit-sticky;
    top: 200px;
}
.ui-widget{
    border-radius: 10px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.ui-datepicker-calendar td{
    background-color:  #3D5B72;
}
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}
.ui-datepicker {
	display: none;
    width: 100%;
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-right: 0px;
	cursor: default;
    background-color: #3D5B72;
	font-weight: 600;
}
.ui-datepicker-header {
	position: relative;
	padding-bottom: 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ui-datepicker-title {
	text-align: center;
	color: white;
    font-size: 24px;
    line-height: 32px;
	order: 2;
}
.ui-datepicker-month {
	position: relative;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	padding: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	padding-left: 0;
	order: 1;
}
.ui-datepicker-next {
	order: 3;
	padding-right: 0;
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 10px;
	height: 12px;
	text-indent: -9999px;
}
.ui-datepicker-prev span {
    background-image: url('/wp-content/themes/HHT/images/arrow-left.svg');
    background-repeat: no-repeat;
}
.ui-datepicker-next span {
    background-image: url('/wp-content/themes/HHT/images/arrow-right.svg');
    background-repeat: no-repeat;
}
.ui-datepicker-calendar {
	width: 100%;
}
.ui-datepicker-calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 600;
	color: white;
    font-size: 10px;
    line-height: 14px;
}
.ui-datepicker-calendar td {
	text-align: center;
	line-height: 1.2em;
	margin-right: 5px;
}
.ui-datepicker-calendar .ui-state-default {
	display: block;
	width: auto;
	outline: none;
	text-decoration: none;
	color: white;
    padding-top: 9px;
    padding-bottom: 5px;
	background-color: #5a7387;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.ui-datepicker-calendar .ui-state-active {
	color: #2F2E2E;
	background-color: #c4cdd4;
}
.ui-datepicker-calendar thead, .ui-datepicker-calendar thead th{
    padding-right: 10px;
}

.ui-datepicker-calendar thead th{
    padding-bottom: 3px;
}
.ui-datepicker-header{
    padding-left: 18px;
    padding-right: 22px;
}
.events.wp-block-columns .wp-block-column:first-child{
    margin-right: 100px;
}
@media(max-width: 1120px){
    .events.wp-block-columns .wp-block-column:first-child{
        margin-right: 0px;
    }
    .events.wp-block-columns .wp-block-column:last-child{
        margin-bottom: 50px;
    }
}

.page-id-970 .latest-post-wrap{
    background-color: #7C7C7C !important;
}

.page-id-970 .latest-post-wrap:hover{
    background-color: #D34E33 !important;
    cursor: pointer;
}

.latest-post-wrap{
    background-color: #3D5B72 !important;
}

.latest-post-wrap:hover{
    background-color: #7C7C7C !important;
    cursor: pointer;
}

.board-photo{
    width: 100%;
    height: auto;
}

.event > img{
    width: 100%;
    height: auto;
}

.home-tile h3{
    margin: 0 !important;
}

.short-desc p{
    margin:0;
    margin-top: 5px;
    font-size: 12px;
    line-height: normal;
    line-height: 1.4;
}
.leaflet-popup-content, .leaflet-popup-tip-container, .leaflet-popup-close-button{
    display: none;
}

.post-header{
    margin-top: 10px;
    margin-bottom: 40px;
}

.wp-block-image{
    margin-top: 60px !important;
}
.wp-block-image img{
    width: 100%;
    height: auto;
}
@media (min-width: 782px){
.wp-block-column:not(:first-child){
    margin-left: 20px;
}
.page-id-6 .wp-block-column:not(:first-child) {
    margin-left: 32px;
}
.page-id-853 .wp-block-column:not(:first-child) {
    margin-left: auto;
}
}
.callout{
    margin-top: 30px;
    margin-bottom: 40px;
}
.house-tiles{
    margin-bottom: 40px;
}

.staff{
    margin-bottom: 80px;
}
.council{
    margin-bottom: 30px;
}
.digital-content-stripe{
    margin-top: 90px;
}
.single-post .featured-heading{
    display: none;
}
.single-post #page-background{
    background-image: none !important;
    margin-top: 0;
}
.home .section .section-right img{
    margin-bottom: -6px;
}
.section .section-left{
    background-position: bottom right;
    background-repeat: no-repeat;
}
.home .section{
    grid-column-gap: 0px;
}


.leaflet-bottom.leaflet-right{
    display: none;
}
.mapp-menu-toggle{
    display: none;
}

.single-home .digital_content_tile{
    margin-top: 0;
}
.digital_content_tile{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.digital_content_tile .post-title{
    line-height: 25px;
    margin-bottom: 3px;
}
.digital_content_tile .latest-post-details{
    padding-bottom: 15px;
}

.house-map{
    min-height: 160px;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-compass{
    display: none !important;
}
.mapboxgl-ctrl-zoom-in, .mapboxgl-ctrl-zoom-out{
    display: none !important;
}
.custom-map .mapboxgl-ctrl-zoom-in, .custom-map .mapboxgl-ctrl-zoom-out{
    display: block !important;
}
@media(max-width: 1120px){

    .house-map{
        min-height: 120px;
    }
}

.marker{
    background-image: url("images/marker.svg");
    background-size: cover;
    cursor: pointer;
    width: 33.7px;
    height: 48.84px;
}
.marker_small{
    background-image: url("images/marker_grey_small.svg");
    background-size: cover;
    cursor: pointer;
    width: 16.59px;
    height: 24.04px;
}
.marker_small.marker_small_red{
    background-image: url("images/marker_red_small.svg");
    width: 33.18px;
    height: 48.08px;
}

@media(min-width: 1121px){
    .custom-map{
        margin-top: 65px;
    }
}
.custom-map{
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    min-height: 544px;
    
}
.custom-map-stickness{
    position: relative;
}
.custom-map-container{
    border-radius: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    position: relative; 
    top: 35px;
}

.house-info-wrapper{
    border-radius: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    top: 50px;
}
.home-left img{ 
    height: 100%;
    min-height: 150px;
    display: block;
}

.house-info-content.tel a{
    font-family: NocturneSerifLight, "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.section-right img{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.latest-post-wrap{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.page-id-1221 #primary{
    background-image: none;
}
.page-id-1221{
    background-image: url('images/Blog_background.jpg');
    background-repeat: no-repeat;
    background-position-x: 45%;
    background-position-y: 0;
}

.page-id-1396 #primary{
    background-image: none;
}
.page-id-1396 #page{
    background-image: url('images/Blog_background.jpg');
    background-repeat: no-repeat;
    background-position-x: 49%;
    background-position-y: 510px;
}
.page-id-1352 #primary{
    background-image: none;
}
#page{
    background-image: url('images/states.jpg');
    background-repeat: no-repeat;
    background-position-x: 49%;
    background-position-y: 585px;
} 
.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-week-end{
    font-weight: normal;
}
.ui-datepicker-calendar td a{
    width: 26px;
    height: 26px;
}
.ui-datepicker-prev, .ui-datepicker-next{
    position: relative;
    top: -3px;
}
.ui-datepicker-other-month a{
    color: #3D5B72 !important;
}
.page-id-1396 .main-content-container{
    margin-top: 55px;
}
.categories.grid-display{
    width: 250px;
}
.blue-triangle{
    position: relative;
    top: -10px;
}

.houselist .house-tile-info{
    padding-top: 15px; 
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.houselist  .house-tile-info h3 {
    line-height: 24px;
}
.houselist  .house-tile-info h4 {
    line-height: 18px;
    margin-top: 5px;
}

.calloutbox{
    line-height: 21px;
}
.calloutbox span{
    position: relative;
    top: -7px;
}

.home .section:nth-child(3) .section-left{
    padding-right: 72px;
    margin-right: -18px;
    margin-bottom: -3px;
}
.mc4wp-form-fields p{
    font-family: SweetSansMedium;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 1109px){

    .preview-right .slider img{
        margin-bottom: 20px !important;
    }
    .preview-right .slider img:nth-child(odd) {
        margin-right: 20px  !important;
        position: relative  !important;
        top: 110px  !important;
    }
}
@media(min-width: 600px){

    .preview-right .slider img{ 
        margin-bottom: 0px;
    }
    .preview-right .slider img:nth-child(odd) {
        margin-right: 0px;
    }
}
  @media(max-width: 599px){
    #masthead, #masthead-clone{
        border-radius: 0; 
    }
      .slider{
          max-height: 260px;
          overflow: hidden;
      }
      .slider img{
          width: 124px;
          height: 124px;
      }
      .preview-right{
          height: auto;
      }
    .preview-right .slider{
        display: grid;
        grid-template-columns: 124px 124px 124px 124px 124px; 
        grid-row-gap: 10px;
        grid-column-gap: 10px;

    }
    .preview-right .slider img:nth-child(odd) {
        position: relative;
        /*left: 110px;*/
      }
      .home .section {
        grid-template-columns: 100% !important;
    }
    .support-block-outer{
        background-size: cover;
    }
    .preview-left .support-url{
        margin-top: 0;
    }
    .preview-left p{
        padding-top: 30px !important;
    }
    .preview-outer{
        background-position: 24% 109%; 
    }
    .preview-left .support-url{
        margin-bottom: 60px;
    }
}
  
.latest-post-details .post-title{
    margin-top: 5px !important;
}
.transparent-bottom{
    display: block;
    padding-top: 20%;
    padding-right: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.6) 90%);
}

.single-home .post-header{
    margin-top: 10px; 
}
.mobile-socials{
    margin-bottom: 20px;
}
.mobile-socials a{
    margin-left: 5px;
    margin-right: 5px;
}
@media(max-width: 599px){
    .website-link{
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .house-urls img {
        margin-right: 5px;
    }
    .house-info-inner a.extra-link{
        font-size: 10px;
        margin-right: 30px !important;
    }
}
@media(max-width: 348px){
    .website-link{
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .house-urls img {
        margin-right: 1px;
    }
}
@media(max-width: 384px){
    .house-info-inner a.extra-link{
        margin-right: 4px !important;
    }
} 
.wp-block-image img, .house-tile{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.related-post .latest-post-details{
    padding-bottom: 12px;
}
.related-post .readmore-wrapper{
    margin-top: 5px;
}

/*
    Header menu - dropdown
*/

#header-menu .menu > li, #header-menu-clone .menu > li{
    padding-bottom: 30px; 
}
#header-menu .sub-menu, #header-menu-clone .sub-menu{
    display: none;
    margin-left: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 10000000000;
}
#header-menu .sub-menu .menu-item a, #header-menu-clone .sub-menu .menu-item a{
    font-size: 16px;
}
#header-menu #menu-header-menu > .menu-item:hover{
    padding-bottom: 20px; 
}

@media(min-width: 1121px){
    #header-menu .menu-item:hover .sub-menu{
        display: inline-grid;
        
    }
    #header-menu .menu-item .sub-menu{
        grid-template-columns: 100%;
        position: absolute;
        margin-top: 39px;
        background-color: #F7F4ED;
        padding-top: 10px;
        padding-bottom: 25px;
        left: -26px;
        top: 0;
        -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2),
        -6px 0 6px -6px rgba(0, 0, 0, 0.2), 
        6px 0 6px -6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2),
        -6px 0 6px -6px rgba(0, 0, 0, 0.2), 
        6px 0 6px -6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2),
              -6px 0 6px -6px rgba(0, 0, 0, 0.2), 
              6px 0 6px -6px rgba(0, 0, 0, 0.2);
    }
    #header-menu .menu-item:first-child .sub-menu:nth-child(3){
        -webkit-box-shadow: -6px 6px 6px -6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -6px 6px 6px -6px rgba(0, 0, 0, 0.2);
        box-shadow: -6px 6px 6px -6px rgba(0, 0, 0, 0.2); 
        border-bottom-left-radius: 5px;
    }
    #header-menu .menu-item:first-child .sub-menu.houses-menu-ul{
        -webkit-box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.2);
        box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.2);
        border-bottom-right-radius: 5px;
    }
    #header-menu .menu-item .sub-menu > li{
        margin-right: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
}
#header-menu .sub-menu .menu-item{
    text-align: left;
    display: block;
    color: #655B5B !important;
    padding-top: 5px;
    min-width: 300px;
    padding-bottom: 15px;
    margin-left: 0 !important;
}
#header-menu .sub-menu .menu-item a{
    color: #655B5B !important;
}
#header-menu .sub-menu .menu-item:hover a{
    color: #D34E33 !important;
}


/*
Popup
*/
.popup-container {
	display: none;
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 100000000000000000000;
	background-color: rgba(48.6, 48.6, 48.6, 0.3);
}
.popup {
	background-color: white;
	border-radius: 6px;
	position: absolute;
	z-index: 100000000000000000000;
	top: 0; 
	left: 0;
	margin-left: calc(50% - 275px);
	width: 550px;
	height: 400px;
	text-align: center;
}
.popup .popup-icon {
	margin-top: 35px;
}
.popup .popup-title {
	color: #D34E33;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 21px;
}
.popup .popup-links {
	width: 360px;
	margin-left: 95px;
	display: flex;
	justify-content: space-between;
}
.popup .popup-link {
	cursor: pointer;
	padding-top: 2px;
	background-color: white;
    color: #3D5B72 !important;
    line-height: 40px;
	width: 170px;
	height: 45px;
	border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #3D5B72;
}
.popup #close-popup{
	background-color: #acacac;
}
.popup .popup-text{
	font-size: 17px;
	margin-left: 47px;
	margin-right: 47px;
	margin-bottom: 29px;
	width: 449px;
	line-height: 2.2;
}
.popup_body_active{
	background-color: #7c7c7c;
	opacity: 0.6;
}
.body_popup .popup {
	background-color: white;
	opacity: 1;
}

#header-logo-img {
	height: 61.362px;
	width: 384px;
}
.custom-logo-link img{
	height: 60px;
}
#footer-logo {
	height: 208px;
	width: 165px;
} 

/*
Ouibounce popup
*/
#ouibounce-popup, #calendars-popup {
	min-height: 370px;
}

#ouibounce-popup-title, #calendars-popup-title {
	margin-top: 21px;
	margin-bottom: 10px;
}
#ouibounce-popup-text, #calendars-popup-text {
	margin-bottom: 14px;
}
#ouibounce-popup-links {
	margin-left: 190px;
}
#ouibounce-email-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #555555;
	width: 360px;
	text-align: center;
	margin-bottom: 19px;
}
  #ouibounce-email-input ::-webkit-input-placeholder { 
	color: #959595;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
}
  
  #ouibounce-email-input :-ms-input-placeholder { 
	color: #959595;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
  }
  
  #ouibounce-email-input ::placeholder {
	color: #959595;
	font-family: "IBM Plex Sans";
	font-size: 18px;
	font-weight: 400;
  }

  #ouibounce-popup-close-icon img {
  	position: absolute;
    top: 20px;
	right: 19px;
  }
  #ouibounce-popup-close-icon:hover img{ 
	opacity: 0.8;
  }
  #ouibounce-popup-close-icon:hover {
	cursor: pointer; 
  }
  #ouibounce-submit-button, .calendars-submit {
	  padding-top: 2.5px;
	  padding-bottom: 2.5px;
	  margin-bottom: 8px;
  }
  @media(max-width: 550px){
	  #ouibounce-popup {
		  margin-left: 10% !important;
		  margin-right: 10% !important;
		  width: 80%;
		  height: auto;
	  }
	  #ouibounce-email-input {
		width: 80%;		
	}
	#ouibounce-popup-text {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
		height: auto;
	}
  }

/*
Marketing popup
*/
#marketing-modal {
	height: 100vh;
}
#marketing-popup {
	min-height: 320px;
	height: auto;
	max-height: none !important;
	width: 645px;
	margin-left: calc(50% - 322.5px);
	max-height: 440px;
    overflow-y: auto;
    background-size: cover;
    background-position: center center;
}

#marketing-popup-title {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 39px;
}
#marketing-popup-text {
	margin-left: 40px;
	margin-right: 39px;
	margin-bottom: 0px !important;
	width: 566px;
	text-align: left;
	height: auto;
	overflow-y: auto;
	padding-bottom: 120px !important;
}
#marketing-popup-links {
	width: 100%;
    margin-left: 0 !important;
	bottom: 45px;
	position: absolute;
	display: flex;
   	flex-direction: row;
   	align-items: center;
   	justify-content: center;
}
#marketing-popup-links a{
	box-shadow: 0 0 10px #D3D3D3;
	width: auto !important;
	padding-left: 20px;
	padding-right: 20px;
}
  #marketing-popup-close-icon img {
  	position: absolute;
    top: 20px;
	right: 19px;
  }
  
  #marketing-popup-close-icon:hover img{
	opacity: 0.8;
  }
  #marketing-popup-close-icon:hover {
	cursor: pointer; 
  }
  #marketing-popup-bottom {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0px;
	border-radius: 0 0 6px 6px;
	background-color: #cdd7e6;
  }
 
  @media(max-width: 645px){
	  #marketing-popup { 
		  top: 2%;
		  margin-left: 10% !important;
		  margin-right: 10% !important;
		  width: 80%;

	  }
	#marketing-popup-title {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
	}
	#marketing-popup-text {
		max-width: 80%;
		margin-left: 10% !important;
		margin-right: 10% !important;
		height: auto;
		text-align: center;

	}


  }
  div.popup-image-linked{
	  cursor: pointer;
  }
  @media(max-width: 645px){
	div.popup-image-linked{
		background-position: center center;
		background-size: cover;
	}
  }
  @media(min-width: 1121px){
  .no-background{
      margin-bottom: 100px; 
  }
}

.footer_first > a h1{
    display: flex;
    justify-content: center;
    height: 100%;
}
.footer_first > a h1 img{
    display: block; 
}

.font-8 li{ 
    font-size: 8px !important;
    line-height: 16px !important;
}
.font-15 li{ 
    font-size: 15px !important;
    line-height: 30px !important;
}
.font-16 li{ 
    font-size: 16px !important;
    line-height: 32px !important;
}
.font-9 li{ 
    font-size: 9px !important;
    line-height: 18px !important;
}
.font-10 li{ 
    font-size: 10px !important;
    line-height: 20px !important;
}
.font-11 li{ 
    font-size: 11px !important;
    line-height: 22px !important;
}
.font-12 li{ 
    font-size: 12px !important;
    line-height: 24px !important;
}
.font-13 li{ 
    font-size: 13px !important;
    line-height: 26px !important;
}
.font-14 li{ 
    font-size: 14px !important;
    line-height: 28px !important;
}

.single-home .wp-block-image{
    margin-top: 45px !important;
    margin-bottom: 45px;
}
.single-home .wp-block-image figure{
    width: 100%;
}

#masthead-clone{
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

@media(min-width: 1121px){
    #header-logo h1{
        height: 120px;
    }
    #header-logo h1 img{
        position: relative;
        bottom: 0px;
        left: 0px;
        height: 120px;
    }
    #header-logo h1 img.sticked{
        height: 75px;
        position: relative;
        bottom: -22.5px;
        left: 22.5px;
        -moz-transition: height 2s ease;
        -webkit-transition: height 2s ease;
        -o-transition: height 2s ease;
        transition: height 2s ease;
    } 
    #masthead.sticked{
        top: 20px;
    }
}
@media(max-width: 1120px){
    #header-menu > .menu-header-menu-container {
        display: none
    }
    .footer_first > a h1 img{
        display: none;
    }
}

#menu-header-menu > li.menu-item-has-children:hover > a{
    color:#2F2E2E !important;
}

@media(min-width: 1121px){

#menu-header-menu > li:hover .menu-circle{
    background-color:#2F2E2E !important;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}

#menu-header-menu{
    margin-bottom:0;
}
#menu-header-menu > li{
    float: left;
}
#menu-header-menu > li:first-child .sub-menu{
    background-image: url('images/menubg_icon.svg');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: left;
}
#menu-header-menu > li:nth-child(2) .sub-menu{
    background-image: url('images/what_we_do.jpg');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position-y: bottom;
    background-position-x: left;
    padding-left: 120px !important; 
}
#menu-header-menu > li:nth-child(3) .sub-menu{
    background-image: url('images/who_we_are.jpg');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position-y: bottom;
    background-position-x: left;
    padding-left: 150px !important; 
}
#menu-header-menu{
    position: relative;
    top: -3.25px;
}
.safari #menu-header-menu{
    position: relative;
    top: 3px;
}
.mac-chrome #menu-header-menu{
    position: relative;
    top: -2px;
}
#header-menu .menu-item ul.sub-menu.houses-menu-ul{
    columns: 2;
    grid-template-columns: auto auto;
    background-image: none;
    left: 234px;
    padding-top: 25px !important;
}
#header-menu .menu-item ul.sub-menu.houses-menu-ul li{
    min-width: 266px;
}
#header-menu .menu-item ul.sub-menu.houses-menu-ul a{
    font-size: 14px;
    line-height: 25px;
    color: #655B5B;
    text-transform: none;
}
#header-menu .menu-item ul.sub-menu.houses-menu-ul a:hover{
    color: #D34E33;
}
}

@media(min-width: 782px) {
    .main-content-container>.wp-block-columns .wp-block-column:nth-child(2):nth-last-child(2) {
        flex-basis: 70% !important;
    }

    .main-content-container>.wp-block-columns .wp-block-column:nth-child(1):nth-last-child(3) {
        flex-basis: 15% !important;
    }

    .main-content-container>.wp-block-columns .wp-block-column:nth-child(3):nth-last-child(1) {
        flex-basis: 15% !important;
    }
}

#corporate-membership{
    padding-top: 120px;
    margin-top: -120px;
}

.wp-block-gallery .blocks-gallery-grid{
    width: 100% !important;
}

.section{
    position: relative;
}
.district-home-tiles .home-address{
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
}

.home-tile{
    padding-top: 200px;
    margin-top: -200px;
    cursor: pointer;
}

.wp-block-button__link{
    text-decoration: none;
    font-size: 16px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: #3D5B72 !important;
    border: 2px #3D5B72 solid;
    border-radius: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 13px;
    line-height: 1;
    position: relative;
    background-color: transparent;
}

figure ul li:before{
    display: none !important;
}

.single-home .house-map{
    pointer-events: none;
}
.no-scheduled-events{
    display: none;
}
.bluebox{
    margin-bottom: 30px;
}
.bluebox .callout-header{
    background-color: #3D5B72;
    padding-left: 25px;
    padding-right: 25px;
}
.bluebox .callout-header span{
    font-family: SweetSansMedium, "Arial", sans-serif;
    top: 0;
    color: white;
    font-size: 24px;
    line-height: 32px;
}
.bluebox .callout-text{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.bluebox .callout-text p {
    font-family: NocturneSerifLight, "Arial", sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}
.safari #menu-header-menu > li:hover .menu-circle{
    margin-top: 2px;
}
.house-info-inner .house-info-content a{
    font-size: 16px;
    font-family: NocturneSerifLight, "Arial", sans-serif;
}
.section-left .support-url{
    display: inline-block;
    margin-bottom: 25px;
}

#donation-form{
    margin-top: -80px;
    padding-top: 80px;
}
.bluebox .callout-header a:hover{
    color: white;
}
.mc4wp-form-fields input[type="submit"]{
    cursor: pointer;
}
#masthead{
    pointer-events: none;
    transition: top 1s ease 0s;
}
#header-menu, #masthead a{
    pointer-events: all;
}

/*
    Houses Slideshow
*/
.houses-slideshow{
    margin-top: 56px;
    margin-bottom: 160px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 475px 645px;
}
.houses-slideshow-left{
    background-color: #F7F4ED;
    padding: 25px;
    padding-bottom: 30px;
}
.houses-slideshow-right .slideshow-map{
    margin: 0;
    border-radius: 0;
    min-height: 700px;
    width: 100%; 
}
.houses-slideshow-left h2{
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1;
}
.house-thumbnail img{
    width: 100%;
    height: auto;
}
.house-slide-address{
    font-family: SweetSansMedium, "Arial", sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #655B5B;
    text-transform: uppercase;
}
.house-slide-desc{
    font-family: NocturneSerifLight, "Arial", sans-serif;
}
.house-slide-desc p{
    font-size: 16px;
    line-height: 32px;
}
@media(max-width: 1120px){
    .houses-slideshow{
        grid-template-columns: 100%;
    }
    .houses-slideshow-right .slideshow-map{
        height: 350px;
    }
}
@media(max-width: 600px){
    .houses-slideshow-right .slideshow-map{
        height: 300px;
    }
}
.house-slide-link{
    position: relative;
    bottom: 5px;
    left: 8px;
}
.house-thumbnail{
    position: relative;
}
.lightbox-icon{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 50%;
    bottom: 15px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.houses-slideshow-right{
    position: relative;
}
.slideshow-map-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.6);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
    width: calc(100% - 30px);
}
.safari .slideshow-map-nav-back, .mac-chrome .slideshow-map-nav-back, .safari .slideshow-map-nav-next, .mac-chrome .slideshow-map-nav-next{
    padding-bottom: 8px;
}

.slideshow-map-nav-back{
    border-radius: 20px;
    background-color: #7C7C7C;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    cursor: pointer;
}
.slideshow-map-nav-back img{
    margin-right: 7px;
}
.slideshow-map-nav-next{
    border-radius: 20px;
    background-color: #3D5B72;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
}
.slideshow-map-nav-next img{
    margin-left: 7px;
}
.house-info-content a:hover, .house-info-content a:active{
    color: #D34E33;
}

#roof-raisers-curatorial{
    margin-top: -38px;
    padding-top: 80px;
}
.page-background-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.2s;
}

.lb-data .lb-close{
    position: absolute;
    top: 15px;
    right: 30px;
    opacity: 1;
    z-index: 100;
}
.house-image-small {
    display: inline-block;
}
.house-image-small a{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slideshow-more{
    display: none;
}
.house-slide-desc img{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
}
.house-slide-desc img.aligncenter{
	margin-left: auto;
	margin-right: auto;
}
.house-slide-desc img.alignright{
	float: right;
	margin-left: 20px;
}
.house-slide-desc img.alignleft{
	float: left;
	margin-right: 20px;
}
.slideshow-read-more{
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-family: SweetSansBold, "Arial", sans-serif;
    text-transform: uppercase;
    color: #3D5B72;
    border: 2px #3D5B72 solid;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}
.slideshow-read-more:hover{
    color: #3D5B72;
}
.nyc-parks-logo{
    height: 75px;
}

.ctct-form-field, .ctct-disclosure{
    display: none;
}
.ctct-form-wrapper .ctct-message{
    text-align: center;
}
.grecaptcha-badge{
    visibility: hidden;
}
.slideshow-map-nav-back{
	visibility: hidden;
}
.house-slide-image-switcher{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    display: flex; 
    justify-content: center;
    justify-items: center;
}
.house-slide-image-switcher-point.active{
    background-color: white;
}
.house-slide-image-switcher-point{
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid white;
    width: 10px;
    height: 10px;
}
.house-slide-image-switcher-point:last-child{
    margin-right: 0;
}
.slide-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(min-width: 1121px){
    .house-slide-image-slider .slick-list, .house-slide-image-slider .slick-track{
        height: 300px !important;
    }
    .house-slide-image-slider .slide-img{
        width: 425px !important;
        height: 100% !important;
        z-index: 0 !important;
        position: absolute !important;
        left: 0 !important;
    }
}
@media(max-width: 1120px){
    .house-slide-image-slider .slick-list, .house-slide-image-slider .slick-track{
        height: 300px !important;
    }
    .house-slide-image-slider .slide-img{
        height: 100% !important;
        width: 100% !important;
        z-index: 0 !important;
        position: absolute !important;
        left: 0 !important;
    }
}
.house-images-small{
    display: none;
}

.wp-block-embed__wrapper > div{
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
}
.virtual-gala-embedded .wp-block-embed__wrapper > div{
    height: 700px !important;
}

.page-template-page-template-virtual-gala .wp-block-button__link{
    border: 2px #D34E33 solid;
    color: #D34E33 !important;
} 
.donation-form .section.recurring {
    padding-left: 0px !important;
}
input[type="checkbox"] { 
    margin-top: 0px !important;
}