/*
Theme Name: AACR 2025 (Understrap Child)
Theme URI: https://understrap.com
Author: AACR
Author URI: https://aacr.org
Description: AACR 2025 (Child of Understrap Theme)
Template: understrap
Version: 1.0.0
Text Domain: aacr2025
*/


/* body + misc
	 ========================================================================== */

body, body.page, body.post {
    background-color: #ffffff;
    /*
    background-image: url('../images/body_bg.png');
    background-repeat: repeat-y;
    background-position: center;
    width: 1244px;
    /**/
    margin: 0px auto;
    padding: 0px 0px;
}
body,
.ui-widget,
.ui-state-default,
pre {
    color: #262626;
    font-family: "Gotham A", "Gotham B", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important; /* Gotham Medium */
    font-size: 14px;
}
b, strong {
    font-weight: 700; /* Gotham Bold */
}
.gothamBook {
    font-family: "Gotham A", "Gotham B", "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400; /* Gotham Book */
}
.gothamMedium {
    font-family: "Gotham A", "Gotham B", "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 500; /* Gotham Medium */
}
.gothamBold {
    font-family: "Gotham A", "Gotham B", "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700; /* Gotham Bold */
}
.gothamUltra {
    font-family: "Gotham A", "Gotham B", "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: 900; /* Gotham Ultra */
}
.gothamNarrowMedium {
    font-family: "Gotham Narrow A", "Gotham Narrow B", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 500; /* Gotham Narrow Medium */
}
h1, h2, h3 {
    line-height: 1.0em;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 500; /* Gotham Medium */
}
h1 {
    font-family: "Gotham A", "Gotham B", "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-weight: 900 !important; /* Gotham Ultra */
    font-size: 3.0em;
    text-transform: uppercase;
}
h2 {
    font-weight: 700 !important;; /* Gotham Bold */
    font-size: 2.2em !important;;
}
h3 {
    font-size: 1.6em;
}
a, a:visited,
div#page a, div#page a:visited{
    color: #52b74e;
}
a:hover, a:active, a:focus,
div#page a:hover, div#page a:active, div#page a:focus {
    color: #076746;
}

div.wp-block-button {
    
}
div#page a.wp-block-button__link,
div#page a.wp-element-button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;
    background-image: linear-gradient(140deg, #4aad48 0%, #348f43 70%);
    border-radius: 5px;
    padding: 22px 60px;
    box-shadow: 3px 1px 7px rgba(0,0,0,0.85);
    transition: all 350ms ease-in-out;
}
div#page a.wp-block-button__link:hover,
div#page a.wp-element-button:hover {
    background-image: none;
    background-image: linear-gradient(140deg, #0a6d08 0%, #147f33 70%);
}
div#page a.wp-block-button__link:hover,
div#page
a.wp-element-button:hover {
    color: #ffffff;
}

div.centercolumn,
header div#headersearch,
body.home div.entry-content div.wp-block-group__inner-container,
body.page-template-page-hometemplate div.entry-content div.wp-block-group__inner-container,
body.page-template-page-hometemplate2 div.entry-content div.wp-block-group__inner-container {
    width: 1280px;
    margin: 0px auto;
}

@media screen and (max-width: 782px) {
    body,
    .ui-widget,
    .ui-state-default,
    pre {
        font-size: 4vw;
    }
    div.centercolumn,
    header div#headersearch,
    body.home div.entry-content div.wp-block-group__inner-container,
    body.page-template-page-hometemplate div.entry-content div.wp-block-group__inner-container,
    body.page-template-page-hometemplate2 div.entry-content div.wp-block-group__inner-container {
        width: 95vw;
        margin: 0vw auto;
    }
    div.container-fluid {
        padding: 0vw 0vw;
    }
    a.wp-block-button__link,
    a.wp-element-button {
        padding: 5vw 14vw;
    }
}

/* header + nav
	 ========================================================================== */
	 
header#wrapper-navbar {
    position: absolute;
    width: 100%;
    padding-top: 20px;
    background-image: url(images/headerimage_globe.jpg);
}
body.home header#wrapper-navbar,
body.page-template-page-hometemplate header#wrapper-navbar,
body.page-template-page-hometemplate2 header#wrapper-navbar {
    background-image: none;
}
header a.navbar-brand {
    width: 300px;
    z-index: 999;
}
header a.custom-logo-mobile {
    display: none;
}

header div#headersearch {
    position: absolute;
    z-index: 999;
    text-align: right;
    padding-right: 12px;
}
header div#headersearchtrigger {
    cursor: pointer;
    width: 23px;
    float: right;
}
header form.search-form {
    display: none;
    float: right;
    border-radius: 4px;
    border: 2px solid #50b848;
    background-color: #ffffff;
}
header input.search-field {
    font-size: 0.8em;
    width: 633px;
    border-width: 0px;
    padding: 0px 0px 4px 6px;
}
header div#headersearch div#searchbutton {
    cursor: pointer;
    margin-top: 9px;
}
input.search-submit {
    background-image: url('images/place_searchicon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: center;
    color: transparent;
    border-width: 0px;
    padding: 0px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

nav#main-nav {
    background-color: transparent !important;
}
nav#main-nav a.nav-link {
    color: #ffffff;
    font-family: "Gotham Narrow A", "Gotham Narrow B", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 500; /* Gotham Narrow Medium */
    text-transform: uppercase;
    font-size: 0.9em;
}
ul#main-menu li:last-child a {
    padding-right: 0px;
}


@media screen and (max-width: 782px) {
    header a.custom-logo-link {
        display: none;
    }
    header a.custom-logo-mobile {
        display: inline;
        width: 65vw;
    }
    button.navbar-toggler {
        border-width: 0px;
        width: 14vw;
        height: 10.5vw;
        background-image: url('images/mobilemenuHamWhite.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 2vw;
    }
    button.navbar-toggler span {
        display: none;
    }
    header div#headersearchtrigger {
       display: none;
    }
    div#navbarNavDropdown {
        margin-left: -2.5vw;
        margin-right: -2.5vw;
        background-color: #292c2f;
        
    }
    div#navbarNavDropdown ul.ms-auto {
    }
    div#navbarNavDropdown li {
        border-bottom: 1px solid #7e8081;
    }
    div#navbarNavDropdown a {
        padding: 3vw 5vw;
    }
}

/* page
	 ========================================================================== */

div#page-wrapper {
    padding: 0px;
}
div#page-wrapper div#content > div.row:nth-child(1),
div#search-wrapper div#content > div.row:nth-child(1) {
    padding: 120px 0px;
}
div#page-wrapper div#content {
    padding: 0px 0px;
}


/* home
	 ========================================================================== */
	 
body.home div#page-wrapper div#content div#frontpageRowTop,
body.page-template-page-hometemplate div#page-wrapper div#content div#frontpageRowTop,
body.page-template-page-hometemplate2 div#page-wrapper div#content div#frontpageRowTop {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #000000;
    padding-top: 220px;
    padding-bottom: 0px;
}
@media screen and (max-width: 1778px) {
    body.home div#page-wrapper div#content div#frontpageRowTop,
    body.page-template-page-hometemplate div#page-wrapper div#content div#frontpageRowTop,
    body.page-template-page-hometemplate2 div#page-wrapper div#content div#frontpageRowTop {
        background-size: auto 800px;
    }
}

body.home div.homerow,
body.page-template-page-hometemplate div.homerow,
body.page-template-page-hometemplate2 div.homerow {
    clear: both;
    overflow: auto;
}
body.home main#main,
body.page-template-page-hometemplate main#main,
body.page-template-page-hometemplate2 main#main {
    padding-left: 0px;
    padding-right: 0px;
}

body.home article.HomeTop,
body.page-template-page-hometemplate article.HomeTop,
body.page-template-page-hometemplate2 article.HomeTop {
    padding-bottom: 200px;
    color: #ffffff;
}
body.home article.HomeTop h1,
body.page-template-page-hometemplate article.HomeTop h1,
body.page-template-page-hometemplate2 article.HomeTop h1 {
    color: #ffffff;
}
body.home article.HomeTop h1,
body.page-template-page-hometemplate article.HomeTop h1,
body.page-template-page-hometemplate2 article.HomeTop h1 {
    text-transform: none;
    font-size: 3.0em;
    line-height: 1.0em;
    margin-bottom: 40px;
    text-shadow: 3px 1px 7px rgba(0,0,0,0.85);
    
    font-family: "Gotham A", "Gotham B", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important; /* Gotham Medium */
}
body.home article.HomeTop p,
body.page-template-page-hometemplate article.HomeTop p,
body.page-template-page-hometemplate2 article.HomeTop p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 40px;
    text-shadow: 3px 1px 7px rgba(0,0,0,0.85);
}
body.home article.HomeMission,
body.page-template-page-hometemplate article.HomeMission,
body.page-template-page-hometemplate2 article.HomeMission {
    padding: 110px 0px;
}
body.home article.HomeMission h2,
body.home article.HomeMission p,
body.page-template-page-hometemplate article.HomeMission h2,
body.page-template-page-hometemplate article.HomeMission p,
body.page-template-page-hometemplate2 article.HomeMission h2,
body.page-template-page-hometemplate2 article.HomeMission p {
    margin-bottom: 20px;
    padding: 0px 115px;
}
body.home article.HomeMission h2,
body.page-template-page-hometemplate article.HomeMission h2,
body.page-template-page-hometemplate2 article.HomeMission h2 {
}
body.home article.HomeMission p,
body.page-template-page-hometemplate article.HomeMission p,
body.page-template-page-hometemplate2 article.HomeMission p {
    color: #565777;
    font-size: 1.05em;
    line-height: 1.5em;
}
body.home div#HomeBythenumbers,
body.page-template-page-hometemplate div#HomeBythenumbers,
body.page-template-page-hometemplate2 div#HomeBythenumbers {
    padding: 110px 0px 110px 0px;
}
body.home div#HomeBythenumbers h2,
body.home div#HomeBythenumbers p,
body.page-template-page-hometemplate div#HomeBythenumbers h2,
body.page-template-page-hometemplate div#HomeBythenumbers p,
body.page-template-page-hometemplate2 div#HomeBythenumbers h2,
body.page-template-page-hometemplate2 div#HomeBythenumbers p {
    text-align: center;
}
body.home div#HomeBythenumbers h2,
body.page-template-page-hometemplate div#HomeBythenumbers h2,
body.page-template-page-hometemplate2 div#HomeBythenumbers h2 {
}
body.home div#HomeBythenumbers p,
body.page-template-page-hometemplate div#HomeBythenumbers p,
body.page-template-page-hometemplate2 div#HomeBythenumbers p {
    color: #565777;
    font-style: italic;
}
div#bythenumberscontainer {
    margin: 40px auto;
    width: 1130px;
}
div.bythenumbersblock {
    width: 265px;
    height: 225px;
    float: left;
    border-radius: 13px;
    background-size: 100% auto;
    background-position: center 20px;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-bottom: 20px;
}
div.bythenumbersblock:nth-child(4n){
    margin-right: 0px;
}
div.bythenumbersblock div {
    padding: 0px 0px 0px 34px;
}
div.bythenumbersgrey {
    background-color: #cbced1;
}
div.bythenumbersgreen1 {
    background-color: #c3e6c1;
}
div.bythenumbersgreen2 {
    background-color: #e9f1bd;
}
div.bythenumbersblue1 {
    background-color: #a6e0f5;
}
div.bythenumbersblue2 {
    background-color: #a6c7e1;
}
div.bythenumbersred {
    background-color: #f8b1bf;
}
div.bythenumbersyellow{
    background-color: #feeabb;
}
div.bythenumbersblock div.bythenumbersNumber {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 0.9em;
    padding-top: 110px;
}
div.bythenumbersblock div.bythenumbersTitle,
div.bythenumbersblock div.bythenumbersSubTitle {
    font-size: 1.0em;
    line-height: 0.9em;
}
div.bythenumbersblock div.bythenumbersTitle {
    padding-top: 14px;
}
div.bythenumbersblock div.bythenumbersSubTitle {
    font-style: italic;
    padding-top: 8px;
}


div#HomeSliderAndForm {
    background-image: url('images/carouselbackground.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 120px;
}
@media screen and (max-width: 1778px) {
    div#HomeSliderAndForm {
        background-size: auto 780px;
    }
}

div#homeslidercontainer {
}
div.homeslide,
a.homeslidelink,
div.homeslideinner {
    width: 925px;
}
div.homeslide {
}
a.homeslidelink,
div.homeslideinner {
    display: block;
    margin: 0px auto;
    height: 475px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
a.homeslide1 { background-image: url('images/carouselslide1.jpg'); }
a.homeslide2 { background-image: url('images/carouselslide2.jpg'); }
a.homeslide3 { background-image: url('images/carouselslide3.jpg'); }
a.homeslide4 { background-image: url('images/carouselslide4.jpg'); }
a.homeslide5 { background-image: url('images/carouselslide5.jpg'); }
div.homeslide1 { background-image: url('images/carouselslideBG1.jpg'); }
div.homeslide2 { background-image: url('images/carouselslideBG2.jpg'); }
div.homeslide3 { background-image: url('images/carouselslideBG3.jpg'); }
div.homeslide4 { background-image: url('images/carouselslideBG4.jpg'); }
div.homeslide5 { background-image: url('images/carouselslideBG5.jpg'); }


div.homeslideinner h2 {
    text-align: center;
    padding-top: 35px;
}
div.homeslideinner div.homeslidebutton {
    margin-top: 282px;
    text-align: center;
}
div#page div.homeslideinner a.wp-block-button__link {
    padding: 28px 90px;
}
div#homeslidercontainer div.tns-slide-active:not(.currentHomeSlide) a.homeslidelink,
div#homeslidercontainer div.tns-slide-active:not(.currentHomeSlide) div.homeslideinner {
    height: 365px;
    width: 711px;
    margin-top: 55px;
    /*transition: all 350ms ease-in-out;/**/
}
div#homeslidercontainer div.tns-slide-active:not(.currentHomeSlide) div.homeslideinner h2 {
    padding-top: 28px;
    font-size: 1.65em !important;
}
div#homeslidercontainer div.tns-slide-active:not(.currentHomeSlide) div.homeslideinner div.homeslidebutton {
    margin-top: 218px;
}
div#page div#homeslidercontainer div.tns-slide-active:not(.currentHomeSlide) div.homeslideinner a.wp-block-button__link {
    padding: 18px 58px;
}

div#homeslidernav {
}
a.homesliderarrow {
    display: block;
    width: 24px;
    height: 36px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
a#homesliderprev {
    background-image: url('images/carouselarrow_left.png');
}
a#homeslidernext {
    background-image: url('images/carouselarrow_right.png');
}

div.tns-nav {
    display: none;
}
div#homeslidercontainer-mw {
    padding: 20px 0px;
}
div#homeslidercontrolscontainer,
div#homeslidercontrols {
    width: 990px;
    padding: 0px;
}
div#homeslidercontrolscontainer {
    margin: -270px auto 270px auto;
}
div#homeslidercontrols {
    overflow: auto;
    position: absolute;
    z-index: 99;
    /*
    margin-top: 210px;
    width: 52.5%;
    width: 1020px;
    margin-left: 25%;
    /**/
}
div.tns-controls button {
    font-size: 0px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-width: 0px;
    
    width: 24px;
    height: 36px;
    margin: 0px auto;
}
div.tns-controls button:nth-child(1){
    background-image: url('images/carouselarrow_left.png');
    background-position: left center;
    float: left;
}
div.tns-controls button:nth-child(2){
    background-image: url('images/carouselarrow_right.png');
    background-position: right center;
    float: right;
}
div#howtoparticipatecontainer {
    width: 749px;
    padding: 160px 0px 0px 0px;
    margin: 0px auto;
}
div#howtoparticipate {
    text-align: center;
    background-color: #bedcbd;
    border-radius: 10px;
    padding: 55px 0px 20px 0px;
}
div#howtoparticipate h2 {
}
div#howtoparticipate p {
    color: #565777;
}
div#howtoparticipate p#howtoparticipatetext {
    margin: 28px auto;
    padding: 0px 44px;
    font-size: 1.35em;
    line-height: 1.5em;
}

p#howtoparticipatefootnote {
    font-size: 1.0em;
    line-height: 1.6em;
    padding: 0px;
}


@media screen and (max-width: 782px) {
    body.home div#page-wrapper div#content div#frontpageRowTop,
    body.page-template-page-hometemplate div#page-wrapper div#content div#frontpageRowTop,
    body.page-template-page-hometemplate2 div#page-wrapper div#content div#frontpageRowTop {
        padding-top: 40vw;
        background-size: 230vw auto;
        background-position: -110vw 74vw;
    }
    body.home article.HomeTop,
    body.page-template-page-hometemplate article.HomeTop,
    body.page-template-page-hometemplate2 article.HomeTop {
        padding-bottom: 25vw;
    }
    body.home article.HomeTop h1,
    body.page-template-page-hometemplate article.HomeTop h1,
    body.page-template-page-hometemplate2 article.HomeTop h1 {
        font-size: 2em;
        line-height: 1.1em;
    }
    body.home article.HomeTop p,
    body.page-template-page-hometemplate article.HomeTop p,
    body.page-template-page-hometemplate2 article.HomeTop p {
      font-size: 1em;
      line-height: 1.4em;
    }
    body.home article.HomeTop p br,
    body.page-template-page-hometemplate article.HomeTop p br,
    body.page-template-page-hometemplate2 article.HomeTop p br {
      display: none;
    }
    body.home article.HomeMission,
    body.home div#HomeBythenumbers,
    body.home div#HomeSliderAndForm,
    body.home div#howtoparticipatecontainer,
    body.page-template-page-hometemplate article.HomeMission,
    body.page-template-page-hometemplate div#HomeBythenumbers,
    body.page-template-page-hometemplate div#HomeSliderAndForm,
    body.page-template-page-hometemplate div#howtoparticipatecontainer,
    body.page-template-page-hometemplate2 article.HomeMission,
    body.page-template-page-hometemplate2 div#HomeBythenumbers,
    body.page-template-page-hometemplate2 div#HomeSliderAndForm,
    body.page-template-page-hometemplate2 div#howtoparticipatecontainer {
        padding: 15vw 0vw;
    }
    body.home article.HomeMission h2, 
    body.home article.HomeMission p,
    body.page-template-page-hometemplate article.HomeMission h2, 
    body.page-template-page-hometemplate article.HomeMission p,
    body.page-template-page-hometemplate2 article.HomeMission h2, 
    body.page-template-page-hometemplate2 article.HomeMission p {
        padding: 0vw 2vw;
    }
    div#HomeSliderAndForm {
        background-size: 230% auto;
    }
    div#bythenumberscontainer {
        width: 100%;
        height: 45vw;
        margin: 4vw auto;
    }
    div.bythenumbersblock {
        width: 100%;
        height: 45vw;
        margin-right: 0vw;
        margin-bottom: 4vw;
        background-size: 60% auto;
        background-position: 0vw 5vw;
    }
    div.bythenumbersblock div.bythenumbersNumber {
        padding-top: 24vw;
    }
    div.bythenumbersblock div {
        padding-left: 7vw;
    }
    
    div.homeslide,
    a.homeslidelink,
    div.homeslideinner {
        width: 100%;
    }
    a.homeslidelink,
    div.homeslideinner {
        height: 52vw;
    }
    div#homeslidercontrolscontainer,
    div#homeslidercontrols {
        width: 90%;
    }
    div#homeslidercontrolscontainer {
        margin: -35vw auto 35vw;
    }
    div.homeslideinner h2 {
        padding-top: 2vw;
        font-size: 6vw !important;
    }
    div.homeslideinner div.homeslidebutton {
        margin-top: 28vw;
    }
    div#page div.homeslideinner a.wp-block-button__link {
        padding: 3vw 16vw;
    }
    
    
    
    div#howtoparticipatecontainer {
        width: 90%;
        padding-top: 0px;
    }
    div#howtoparticipate {
        padding: 11vw 0vw 6vw 0vw;
    }
    div#howtoparticipate p#howtoparticipatetext {
        margin: 3vw auto;
        padding: 0vw 4vw;
    }
}



/* page not-home
	 ========================================================================== */

main#main {
    padding-top: 130px;
}
body.home main#main,
body.page-template-page-hometemplate main#main,
body.page-template-page-hometemplate2 main#main {
    padding-top: 0px;
}

@media screen and (max-width: 782px) {
   main#main {
        padding-top: 40vw;
    } 
}


/* subscribe form
	 ========================================================================== */

div#howtoparticipateform,
div#footerform {
    width: 529px;
    /*
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('images/place_participateformv5.png');
    background-position: center center;
    /**/
}
div#howtoparticipateform{
    margin: 30px auto;
}
div#howtoparticipateform div.gform_fields,
div#footerform div.gform_fields {
    column-gap: 0px !important;
    row-gap: 0px !important;
    border-radius: 5px;
}
div#howtoparticipateform input#input_1_1,
div#footerform input#input_1_1,
div#footerform input#input_2_1 {
    text-align: center;
    padding: 29px 0px;
    border-width: 0px;
    box-shadow: none;
    color: #565777;
}
div#howtoparticipateform div.gform_heading,
div#howtoparticipateform label.gfield_label,
div#footerform div.gform_heading,
div#footerform label.gfield_label {
    display: none;
}
div#howtoparticipateform div.gform-footer,
div#footerform div.gform-footer {
    margin-top: 0px;
}
div#howtoparticipateform div#field_submit,
div#footerform div#field_submit {
}
div#howtoparticipateform div.gfield--type-submit,
div#footerform div.gfield--type-submit {
}
div#howtoparticipateform input.gform-button,
div#footerform input.gform-button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;
    background-image: linear-gradient(140deg, #4aad48 0%, #348f43 70%);
    border-radius: 0px 5px 5px 0px;
    padding: 22px 60px;
}
div#howtoparticipateform input.gform-button:hover,
div#footerform input.gform-button:hover {
    background-image: none;
    background-image: linear-gradient(140deg, #0a6d08 0%, #147f33 70%);
}
div#howtoparticipateform div#input_1_5 > div {
    margin: 0px auto;
}
div#howtoparticipateform div#gform_1_validation_container h2,
div#footerform div#gform_2_validation_container h2 {
    font-size: 1.0em !important;
}
div#howtoparticipateform div#validation_message_1_1,
div#footerform div#validation_message_2_1 {
    position: absolute;
}
@media screen and (max-width: 782px) {

    div#howtoparticipateform,
    div#footerform {
        width: 94%;
    }
    div#howtoparticipateform {
        margin: 5vw auto;
    }
    div#footerform {
        margin: 5vw 0vw;
    }
    div#howtoparticipateform input.gform-button, 
    div#footerform input.gform-button {
        border-radius: 0px 0px 5px 5px;
    }
    div#howtoparticipateform span.gform-icon--circle-error,
    div#footerform span.gform-icon--circle-error {
        margin: 0px auto;
    } 
    div#footerform div#validation_message_2_1 {
        margin-top: 13vw;
    }   
}
	 

/* footer
	 ========================================================================== */
	 
div#wrapper-footer {
    background-color: #000000;
    font-size: 0.9em;
    font-weight: 400; /* Gotham Book */
    padding: 120px 0px;
    margin-top: 120px;
}
div#wrapper-footer,
div#wrapper-footer a {
    color: #ffffff;
}
div#wrapper-footer a:hover {
    color: #50B848;
}
div#wrapper-footer a {
    text-decoration: none;
}
div#wrapper-footer a:hover {
    text-decoration: underline;
}
div#wrapper-footer p,
div#wrapper-footer figure,
div#wrapper-footer figure.wp-block-image img {
    margin-bottom: 0px;
}
div#wrapper-footer div.centercolumn {
    width: 1150px;
}


div.footerrow {
    overflow: auto;
}
div#FooterRowLogo {
    width: 311px;
}
div#FooterRow1,
div#FooterRow2 {
    margin-top: 12px;
    line-height: 1.6em;
}
div.footerrowcolumn {
}
div.footerrowcolumn p {
    padding: 0px;
}

div#FooterRow1Left,
div#FooterRow2Left {
    float: left;
    width: 66%;
}
div#FooterRow1Right,
div#FooterRow2Right {
    float: right;
    width: 33%;
    text-align: right;
}
div#FooterRow1Right img {
    height: 30px;
    width: auto !important;
}
div#FooterRow1Right img:hover {
    background-color: #50b848;
}
div#FooterRow2Left {
    letter-spacing: 0.07em;
}

@media screen and (max-width: 782px) {
 
    div#wrapper-footer {
        font-size: 0.9em;
        padding: 10vw 0vw;
        margin-top: 0vw;
    }
    div#wrapper-footer div.centercolumn {
        width: 86%;
    }
    div#FooterRow1Left,
    div#FooterRow1Middle,
    div#FooterRow2Left,
    div#FooterRow1Right,
    div#FooterRow2Right {
        float: none;
        text-align: left;
        width: 100%;
        margin: 8vw 0vw;
    }

    div#FooterRow1Left {
        margin-right: 0vw;
    }
    div#FooterRow1Left img {
        width: 80%;
    }
    div#FooterRow1Middle p {
        margin-bottom: 4vw;
        line-height: 8vw;
    }
    div#FooterRow1Middle {
        width: 100%;
    }
    div#FooterRow1Right p br {
    }
    div#FooterRow1Right img {
        height: 11vw;
        display: block;
        float: left;
        margin: 6vw 6vw 0vw 0vw;
    }
    div#FooterRow2 {
        margin-top: 0vw;
    }
    
}