@font-face { font-family: 'Gotham-Bold'; src: url('/templates/wgaesfj4/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('/templates/wgaesfj4/fonts/Gotham-Bold.woff') format('woff'), url('/templates/wgaesfj4/fonts/Gotham-Bold.ttf') format('truetype'), url('/templates/wgaesfj4/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Gotham-Book'; src: url('/templates/wgaesfj4/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('/templates/wgaesfj4/fonts/Gotham-Book.woff') format('woff'), url('/templates/wgaesfj4/fonts/Gotham-Book.ttf') format('truetype'), url('/templates/wgaesfj4/fonts/Gotham-Book.svg#Gotham-Bold') format('svg'); font-weight: normal; font-style: normal; }


body #article.style1 h4, body #article.style1 .h4 {
    font-family: "Gotham-Bold";
    font-style: normal;
    font-display: swap;
}

body #article.style1 {
    color: #000;
    font-family: "Gotham-Book";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    position: relative;
}

body #article.style1 h2, body #article.style1 .h2 {
 font-family: "Gotham-Bold";
}



body #article.style1 a.icon-download {
    font-family: "Gotham-Bold";
    font-weight:bold;
    line-height:20px;
}

#maps {
    float: none !important;
}


.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	box-sizing: border-box !important;
    min-height: 42px !important;
}


.tox-tinymce {
  width: 100% !important;
}

/*********** donation form ***********/

.donation-forms {
    margin-top: -50px;
    padding: 0 0 60px;
    z-index: 1;
    position: relative;
}

.donation-forms-inner .beefup__body .mod-login {
    max-width: 700px;
    margin: auto;
    padding: 30px 0;
}

.donation-forms-inner .mod-login .input-group label,
.donation-forms-inner .mod-login .input-group .input-group-text{
    display: none;
}

.donation-forms-inner .custom + .donation-form-container {
  margin: 50px 0 0;
    
}

.donation-forms-inner .donation-form-container h2 { 
    margin: 0 0 30px 0;
    text-align: center;
}

.donation-forms-inner .donation-form-container .rsform-type-submitbutton .formControlLabel {
    display: none;
}

.donation-forms-inner .donation-form-container .rsform-type-submitbutton .formControls {
    margin-left: 0;
    text-align: center;
}

.donation-forms-inner .donation-form-container .rsform-type-total .formControls {
    margin-top: 4.5px;
}

/******** accordion **********/


/* map pin style */


.mox-pinmap {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mox-pinmap-fullpage {
    width: 100vw;        
    margin-left: calc(-50vw + 50%);
}
.mox-pinmap-fullpage-inner {
    max-width: 1360px; 
    margin: 0 auto;      
    padding: 20px; 
}
.mox-pinmap-wrap {
    display: flex;
    flex-wrap: wrap;
}
.mox-pinmap-panel {
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}
.mox-pinmap-card {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, .15);
    padding: 30px 25px;
    margin: 0 auto;
    border-radius: 20px;
    /* border-top-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}
.mox-pinmap-card .mox-pinmap-desc p {
    margin: 0 !important;
}
.mox-pinmap-card .mox-pinmap-desc p + p {
    margin-top: 10px !important;
}
.mox-pinmap-map {
    position:relative; 
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-top: 65px;
}
.mox-pinmap-canvas {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.mox-pinmap-zoom-btn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 8;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-size: 12px;
    line-height: 1;
    max-width: 100%;
}
.mox-pinmap-zoom-btn:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/pinch_zoom.png') no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
}
.mox-pinmap-dot {
    position:absolute; 
    transform:translate(-50%, -50%);
    width:8px; 
    height:8px; 
    border-radius:50%;
    background:#106242;
    box-shadow:0 2px 8px rgba(0,0,0,.25);
    cursor: pointer;
    transition: all 0.3s ease;
}
.mox-pinmap-dot.is-active {
    background-color:#d25f15 !important;
    width: 20px;
    height: 20px;
}

@media (min-width: 992px) {
    
    .mox-pinmap-panel {
        flex: 0 0 450px;
        max-width: 450px;
        order: 1;
        margin-top: 45px;
        padding-right: 40px;
    }
    .mox-pinmap-map {
        position:relative; 
        flex: 0 0 calc(100% - 450px);
        max-width: calc(100% - 450px);
        order: 2;
        padding-top: 0;
    }
    .mox-pinmap-dot {
        width:12px; 
        height:12px; 
    }
    .mox-pinmap-dot.is-active {
        width: 24px;
        height: 24px;
    }
    .mox-pinmap-zoom-btn {
        display: none !important;
    }
}