/* all custom styling here */
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700,900&display=swap');
html { height: 100%; }
body,html {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
    color: #000000;
    overflow-x: hidden;
}
p {font-size: 18px; margin: 0 0 35px 0;}
h1,h2,h3,h4,h5 { text-transform: uppercase; font-weight: 700;}
h1 {font-size: 35px;}
h2 {font-size: 26px;}
h3 {font-size: 21px;}
h4 {font-size: 18px;}

#wrapper-navbar { z-index: 9; position: relative; background: rgba(255,255,255,0.5);}

.navbar-brand {
  max-height: 114px;
}

.navbar-brand img{
  max-height: 102px;
  width: auto;
}

#content a:hover { color: #1270a4;}

.social-icons {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
    width: 90%;
    display: inline-block;
}
.social-icons li {
	list-style-type: none;
	display: inline-block;
}

.social-icons li a {
	text-decoration: none;
	max-width: 30px;
	max-height: 30px;
}

.social-icons li a img {
	max-width: 100%;
	height: auto;
}

/*.social-icons li:last-child a { margin-right: 0;}*/

.social-icons a {
    margin: auto 12px;
    display: block;
}


.header_button { display: inline-block; text-align: right; width: auto;}
@media screen and (min-width: 768px) {
    .header_button { width: 48%;}
    .social-icons { width: 37%;}
}
@media screen and (min-width: 992px) {
    .header_button { width: 55%;}
    .social-icons { width: 35%;}
}
@media screen and (min-width: 1200px) {
    .header_button { width: 65%;}
    .social-icons { width: 25%;}
}

.header_button .btn-yellow {
    background-color: #ea9d36;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}

.header_button .btn-yellow:hover,
.header_button .btn-yellow:active,
.header_button .btn-yellow:focus { outline: none; box-shadow: none; }

.whitetxt { color: #FFFFFF;}
.section {
	padding-top: 65px;
	padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
    .header_button .btn-yellow { margin-top: -3px;}
    .header_button { width: 80%;}
}

.tp-bullet-title { display: none;}
/* home page signup (top) section */

.section.signup-top {
	background-color: #ea9d36;
}
.section.facts-section {
	background-color: #1270A4;
}

.section-title {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2rem;
	margin-bottom: 2rem;
}

/*** Hidden for launch 9/9 */
.partners-section { display: none;}
/*** Hidden for launch 9/9 */

.section.signup-bottom .section-desc { display: block;}

.heading { margin-bottom: 1.2em;}

.section-title:after,
h1.page-title:after,
.heading:after {
	content: "";
	width: 100px;
	height: 4px;
	background: #FFFFFF;
	display: block;
	margin-top: 0.875rem;
}
.video-section .section-title:after,
.partners-section .section-title:after,
h1.page-title:after,
.heading:after {
	background: #333333;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }

  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.section.signup-top .formside .sli-content-pane,
.section.signup-bottom .theform .sli-content-pane,
.kids .form .sli-content-pane {
    background-color: transparent!important;
}

.signup-bottom .sli-content-pane .sli-columns:first-child {
    padding-right: 2px;
}

.kids .form .sli-button { width: 100%;}

.section.signup-bottom .theform { width: 100%;}
/*@media screen and (min-width: 768px) {
    .section.signup-bottom .theform .sli-row {
        display: inline-block;
        width: 25%;
    }
}*/

.section.video-section .read-more-link {
    display: block;
    cursor: pointer;
    font-weight: 700;
    margin-top: 10px;
}

.section.video-section .read-more-link:after {
    background: url(../images/icon-read-more.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 7px;
    content: "";
    vertical-align: -3px;
}

/* form general */
.sli-form input:not([type]),
.sli-form input[type="text"].sli-input,
.sli-form input[type="password"],
.sli-form input[type="date"],
.sli-form input[type="datetime"],
.sli-form input[type="datetime-local"],
.sli-form input[type="month"],
.sli-form input[type="week"], .sli-form input[type="email"].sli-input, .sli-form input[type="number"], .sli-form input[type="search"], .sli-form input[type="tel"], .sli-form input[type="time"], .sli-form input[type="url"], .sli-form input[type="color"], .sli-form textarea, .sli-form input[type="file"], .sli-form select,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 50px!important;
    border-radius: 3px!important;
    border: none!important;
    box-shadow: none!important;
    text-shadow: none;
}

#gform_wrapper_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 50px!important;
    border-radius: 3px!important;
    border: solid 1px #AFAFAF !important;
    box-shadow: none!important;
    text-shadow: none;
    /*background-color: #F0F0F0;*/
}

.gform_wrapper textarea { 
    border-radius: 3px!important;
    border: none!important;
    box-shadow: none!important;
    text-shadow: none;
}

#gform_wrapper_3 textarea {
    border: solid 1px #AFAFAF !important;
}

#gform_wrapper_3 .pipeRecordRTC {
    width: 100%;
}

#gform_wrapper_3 ul li.field_description_below div.ginput_container_radio {
    margin-bottom: 8px;
}

.sli-form .sli-button,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button,
#gform_wrapper_3 .gform_button {
    border: none !important;
    background-color: #000000 !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    /*height: 50px;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 3px !important;
}

#gform_wrapper_3 .ginput_container_consent {
    white-space: nowrap;
}

#gform_wrapper_3 label.gfield_consent_label {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    margin-left: 10px;
}

.sli-form .sli-button:hover,
.sli-form .sli-button:focus,
.sli-form .sli-button:active,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button:hover,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button:focus,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button:active,
#gform_wrapper_3 .gform_button:hover,
#gform_wrapper_3 .gform_button:focus,
#gform_wrapper_3 .gform_button:active {
    background-color: #ea9d36 !important;
}

.signup-top .sli-form .sli-button:hover,
.signup-top .sli-form .sli-button:focus,
.signup-top .sli-form .sli-button:active {
    background-color: #1270A4 !important;
}

.signup-bottom .sli-button {
    line-height: 1.15;
    vertical-align: middle;
    padding-left: 0.875em !important;
    padding-right: 0.875em !important;
    white-space: nowrap;
    margin-bottom: 2px;
    max-height: 50px;
    width: 100%;
}

.signup-bottom .sli-button-element {
    padding: 0 0.5em;
}

.signup-bottom .sli-form>.sli-row>.sli-columns:first-child {
    padding: 0;
}

.signup-bottom .sli-form .sli-columns .sli-row {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}
.signup-bottom .sli-form .sli-columns .sli-row:first-child {
    width: 82%;
}

.sli-field-error { color: #FFFFFF !important; font-weight: bold !important;}

.sli-confirmation-pane .sli-columns { padding-left: 0 !important; padding-right: 0 !important;}

/* home page carousel */
.slide-item {
    border: 5px solid #FFFFFF;
}

.slide-item, .slide-item .slide-image { position: relative;}
.slide-item .black-box {
    background-color: #000000;
    color: #FFFFFF;
    width: 60%;
    min-height: 60%;
    margin: auto;
    position: absolute;
    top: 20%;
    left: 20%;
    text-align: center;
    padding: 20px;
}

.slide-item .slide-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.slide-item .imgoverlay {
    opacity: 0.75;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slide-item .title {
    font-size: 2.75rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}

.slide-item .title span {
    font-size: 18px;
}

.slide-item .title span i {
    color: #ea9d36;
    font-style: normal;
}

.slide-item .sub-text { font-size: 22px; line-height: normal;}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

@media screen and (min-width: 768px) {
    .slick-prev,.slick-next { width: 35px !important; height: 56px !important; z-index: 99;}
    .slick-prev:before,.slick-next:before {
        content: "" !important;
        width: 35px;
        height: 56px;
        display: block;

        background-size: 100% !important;
    }
    .slick-prev:before {
        background: url(../images/icon-left-arrow.png) no-repeat center center;
    }
    .slick-next:before {
        background: url(../images/icon-right-arrow.png) no-repeat center center;
    }
    .slick-prev { left: -35px !important;}
    .slick-next { right: -35px !important;}

    /* for slider to go behind logo / nav */
    .homepage-hero .rs-forceoverflow {
        /*margin-top: -138px !important;*/
        /*margin-bottom: 40px !important;*/
    }
}

@media screen and (min-width: 992px) {
    .slick-prev,.slick-next { width: 56px !important; height: 90px !important;}
    .slick-prev:before,.slick-next:before {
        content: "" !important;
        width: 56px;
        height: 90px;
        display: block;
    }
    .slick-prev:before {
        background: url(../images/icon-left-arrow.png) no-repeat center center;
    }
    .slick-next:before {
        background: url(../images/icon-right-arrow.png) no-repeat center center;
    }
    .slick-prev { left: -70px !important;}
    .slick-next { right: -70px !important;}
}




/* partner logos, hover effect */
.partnerlogo img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;
    }

    .partnerlogo img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }


.postbox.acf-postbox h2 {
   background-color: #ea9d36;
}
.postbox.acf-postbox.closed h2 {
   background-color: #d28d30;
}

/* home page - partners section */
.partners-section .btn-black {
    background-color: #000000;
    border: none;
    text-transform: uppercase;
}
.partners-section .btn-black:hover,
.partners-section .btn-black:active,
.partners-section .btn-black:focus {
    background-color: #ea9d36;
    outline: none;
}

/* footer */
.darkfooter { background-color: #000; color: #fff; text-align: center; padding: 40px 0 0 0; text-transform: uppercase; font-size: 18px; font-weight: 700; letter-spacing: 1.25px;}
.darkfooter img { margin-left: 10px;}

#menu-footer-menu.menu {
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
}

#menu-footer-menu.menu li {
    margin: auto 5px;
    display: inline-block;
    width: auto;
}

#menu-footer-menu.menu li a { color: #848484; text-decoration: none; font-size: 16px; text-transform: uppercase;}
#menu-footer-menu.menu li a:hover,
#menu-footer-menu.menu li a:focus,
#menu-footer-menu.menu li a:active { color: #000000; text-decoration: none;}



#wrapper-footer { padding-bottom: 0;}

#wrapper-footer ul.social-icons {
    display: table;
     height: 85%;
    vertical-align: text-bottom;
    width: auto;
    margin-left: auto;
}

#wrapper-footer ul.social-icons li {
    list-style-type: none;
    display: table-cell;
    vertical-align: bottom;
}

.subhead {
    background-color: #ea9d36;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    padding: 60px 0;
}

h1.page-title-in-subhead {
    font-size: 2.75rem;
    margin: 0;
    text-transform: none;
}

h1.page-title-in-subhead:after {
    content: none;
}

/* header background on all pages other than home */
#innerpage-hero {
    position: relative;
    /*margin-top: -131px;*/
}

 #innerpage-hero .herobackgroundimg {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 463px;
    background-color: #FFFFFF;
    background-position: center center;
}

#innerpage-hero .hero__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #000000;
    line-height: 1;
    text-align: center;
}

#innerpage-hero .hero__inner .row .container {
    display: table;
}

#innerpage-hero .hero__inner .row .container header {
    display: table-cell;
    vertical-align: middle;
}

body:not(.home) .hero__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.45);
}

#innerpage-hero h1.hero-title {
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: normal;
}
#innerpage-hero h1.hero-title:before {
    width: 90px;
    height: 90px;
    content: "";
    border-left: solid 4px #000000;
    border-top: solid 4px #000000;
    display: inline-block;
    margin-right: -50px;
    /*margin-bottom: 45px;
    vertical-align: middle;*/
}

#innerpage-hero h1.hero-title:after {
    width: 90px;
    height: 90px;
    content: "";
    border-right: solid 4px #000000;
    border-bottom: solid 4px #000000;
    display: inline-block;
    margin-left: -50px;
    margin-bottom: 0px;
    vertical-align: middle;
}

blockquote {
    margin: 30px auto;
    font-size: 4rem;
    padding: 0 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.quote-block p {
    display: inline-block;
    font-size: 4rem;
    margin: 0;
}

blockquote cite {
    font-size: 1rem;
    display: block;
    text-align: right;
}

blockquote:before,blockquote:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
}
blockquote:before {
    top: 0;
    left: 0;

    border-left: solid 4px #000000;
    border-top: solid 4px #000000;
    display: inline-block;
    margin-right: -70px;
    /*margin-bottom: 45px;
    vertical-align: middle;*/
}

blockquote:after {
    right: 0;
    bottom: -20px;
    border-right: solid 4px #000000;
    border-bottom: solid 4px #000000;
    display: inline-block;
    margin-left: -70px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.is-style-yellow-button,
.is-style-blue-button,
.is-style-black-button {
    border-radius: 0;
    border: solid 3px;
    box-shadow: none;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.35rem 1.25rem;
    margin-bottom: 0.5rem;
}

.is-style-yellow-button { background-color: #ea9d36; border-color: #ea9d36;}

.is-style-blue-button { background-color: #1270a4; border-color: #1270A4;}

.is-style-black-button { background-color: #000000; border-color: #000000;}

.is-style-yellow-button:hover,
.is-style-yellow-button:active,
.is-style-yellow-button:focus { box-shadow: none; background-color: transparent; color: #ea9d36 !important;}

.is-style-blue-button:hover,
.is-style-blue-button:active,
.is-style-blue-button:focus { box-shadow: none; background-color: transparent; color: #1270A4 !important;}

.is-style-black-button:hover,
.is-style-black-button:active,
.is-style-black-button:focus { box-shadow: none; background-color: transparent; color: #000000 !important;}

.btn:hover, .btn:active, .btn:focus { outline: none;}

.list-block-wrapper ul { padding: 20px;}
.list-block-wrapper ul li { margin-bottom: 10px; font-size: 1.35rem;}

/* stories single */
.story-location {
    margin-top: 20px;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 30px;
    display: inline-block;
}

.story-image:before {
    content: "";
    width: 50%;
    height: 140%;
    top: -20%;
    position: absolute;
    z-index: -1;
    left: -10%;
    opacity: 0.65;
}

.story-image { border: solid 5px; margin-top: 20%; position: relative; margin-bottom: 20%; overflow: visible;}

.green .story-image { border-color: #42d1a8;}
.green .story-image:before { background-color: #a5e5d1;}

.blue .story-image { border-color: #1270a4;}
.blue .story-image:before { background-color: #2bd4fc;}

.pink .story-image { border-color: #cc1f76;}
.pink .story-image:before { background-color: #ead0e0;}

.backicon { color: #000000; font-weight: 700; line-height: normal;}
.backicon:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 23px;
    margin-right: 10px;
    background: url(../images/icon-back.png) no-repeat center center;
    vertical-align: middle;
}

.backicon:hover { color: #42d1a8 !important; text-decoration: none;}

.pink .backicon:after { background: url(../images/icon-back-pink.png) no-repeat center center;}
.pink .backicon:hover { color: #cc1f76 !important;}

.blue .backicon:after { background: url(../images/icon-back-blue.png) no-repeat center center;}
.blue .backicon:hover { color: #2bd4fc !important;}

.single-stories .heading:after { width: 60px;}
.single-stories #single-wrapper { padding-bottom: 70px; padding-top: 70px;}


/* splash page footer */
.kids #menu-footer-menu { margin-top: 0;}
.kids #menu-footer-menu li a { color: #ffffff; text-transform: none; font-weight: 700; font-size: 18px; margin-left: 0; margin-right: 25px;}
.kids .menu-footer-menu-container { display: inline-block;}
.kids .copyrighttext { font-weight: 700;}
.kids .copyrighttext p{ margin-bottom: 0; display: inline-block;}
.kids .copy-rights { padding-bottom: 50px;}
.kids .copyrighttext:before {
    color: #ea9d36;
    display: inline-block;
    margin-right: 5px;
    content: "\00a9";
    margin-left: 15px;

}

.single-splash .mediawrap { border: solid 30px #FFFFFF; background-color: #000000; padding: 50px;}
.single-splash.splash-template-splashpage .mediawrap{ border: none; padding: 35px;}
.single-splash.splash-template-splashpage #wrapper-navbar { background: #000000;}
@media screen and (min-width: 768px) {
    .single-splash.splash-template-splashpage .navbar-brand img { max-height: none;}
}
.mediawrap img { margin: auto;}
.mediawrap .embed-container { margin: auto;}

.bg-black { background: #000000;}


.single-splash.splash-template-splashpage .form .sli-content-pane {
    background: transparent !important;
}
.single-splash.splash-template-splashpage .sli-confirmation-pane,
.single-splash.splash-template-splashpage .sli-confirmation-pane .sli-row,
.single-splash.splash-template-splashpage .sli-confirmation-pane .sli-element.sli-text {
    background-color: transparent !important;
    background: transparent !important;
}

.single-splash.splash-template-splashpage .splashheading {
    padding-top: 100px;
}

.gform_wrapper ::-webkit-input-placeholder {
    color: #cccccc; }

.gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc; }

.gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc; }

.gform_wrapper :-ms-input-placeholder {
    color: #cccccc; }

.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 label {
    color: #FFFFFF;
    max-width: 100%;
    white-space: normal;
    vertical-align: top;
}

.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .pipeRecordRTC {
    max-width: 100%;
}

.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 ul.gform_fields li:last-child,
#gform_wrapper_3 ul.gform_fields li:last-child {
    margin-top: 16px;
}


@media screen and (max-width: 767px) {
    .single-splash.splash-template-splashpage .splashheading {
        padding-top: 60px;
    }
}

.single-splash.splash-template-splashpage .sli-form .sli-button,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button,
#gform_wrapper_3 .gform_button {
    background-color: #ea9d36 !important;
    color: #000000 !important;
    display: block !important;
}

.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_footer { padding-right: 16px;}
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button {
    width: 100%;
    cursor: pointer;
}
.single-splash.splash-template-splashpage .sli-form .sli-button:hover,
.single-splash.splash-template-splashpage .sli-form .sli-button:focus,
.single-splash.splash-template-splashpage .sli-form .sli-button:active,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button:hover,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button:focus,
.single-splash.splash-template-splashpage .mediawrap #gform_wrapper_3 .gform_button:active {
    background-color: #ffffff !important;
}
.single-splash.splash-template-splashpage .sli-form .sli-field-person-firstname.sli-element { margin-bottom: 0.5em !important;}
.single-splash.splash-template-splashpage .sli-form .sli-field-person-firstname .sli-input-person-firstname {
    margin-bottom: 3px !important;
}

.single-splash.splash-template-splashpage .gform_wrapper .address_zip,
#gform_wrapper_3 .address_zip {
    width: 100%;
    padding-right: 0!important;
    margin-right: 0!important;
}

.single-splash.splash-template-splashpage .mediawrap .gform_wrapper .validation_message,
.single-splash.splash-template-splashpage .mediawrap .gform_wrapper div.validation_error,
#gform_wrapper_3 .validation_message,
#gform_wrapper_3 div.validation_error {
    color: #ea9d36;
}

.single-splash.splash-template-splashpage .mediawrap .gform_wrapper div.validation_error {
    border-color: #ea9d36;
}

/* donate page 22/10/2019 onwards */
.sli-recurringDonationAmounts .sli-recurringAmountLabel.sli-amount-label,
.sli-oneTimeDonationAmounts .sli-oneTimeAmountLabel.sli-amount-label {
    background-color: #1270A4 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    padding: 0.25rem !important;
    width: 75px;
    height: 75px;
    min-width: unset !important;
    font-size: 24px !important;
    line-height: 65px !important;
}

.sli-recurringDonationAmounts.sli-style-button li,
.sli-oneTimeDonationAmounts.sli-style-button li { margin-right: 10px !important; margin-left: 10px !important;}

.sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'],
.sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom']  {
    flex-basis: 100%;
    margin-right: 0!important;
}

.sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'] span.sli-customAmount,
.sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] span.sli-oneTimeAmountLabel {
   /* display: none; */
}

.sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'] .sli-input.sli-input-group-field,
.sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] .sli-input.sli-input-group-field  {
    width: auto;
    border: solid 1px #ebebeb!important;
    border-radius: 4px!important;
    /*margin-top: 30px;*/
    text-align: center;
    /* */
    font-size:30px;
    padding: 0 !important;
    height: 100px !important;
}

.page-template-donatepage .sli-step-navigation-steps .sli-step-navigation-step {
    min-width: 33%;
    background-color: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-template-donatepage ul.sli-style-button input.sli-recurringAmountRadio[type="radio"]:checked + .sli-amount-label,
.page-template-donatepage ul.sli-style-button input.sli-oneTimeAmountRadio[type="radio"]:checked + .sli-amount-label {
    background-color: #cc1f76 !important;
}

.page-template-donatepage label#recurring,
.page-template-donatepage label#one_time {
    width: auto !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    cursor: pointer;
    /*font-size: 30px;
    padding: 1rem 3rem 1rem 3rem!important;
    line-height: 30px !important;*/

    padding: 1rem!important;
    line-height: 0.75!important;
}

.page-template-donatepage label#recurring { margin-right: 5px !important;}
.page-template-donatepage label#one_time { margin-left: 5px !important;}
.page-template-donatepage input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring {
    background-color: #cc1f76;
}

.page-template-donatepage input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring {
    background-color: #1270a4;
    color: #FFFFFF;
}

.page-template-donatepage input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time {
    background-color: #1270a4;
    color: #FFFFFF;
}

.page-template-donatepage input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time {
    background-color: #cc1f76;
}

.page-template-donatepage .sli-widget h3 {
    color: #1270a4;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: none;
    line-height: 1.15;
}

.page-template-donatepage .sli-content-pane.sli-widget {
    background-color: #f8f8f8 !important;
    border-top: solid 20px #f3f3f3;
    font-family: 'Lato', sans-serif;
}

.page-template-donatepage .sli-step-navigation-step .sli-step-label {
    /*display: inline-block;
    font-size: 28px;*/
    color: #1270A4 !important;
    /*margin-left: 20px;*/
    margin-top: 0;
    margin-bottom: 0;
}

.page-template-donatepage .sli-step-navigation-steps .sli-progress-line {
    border: none;
}

.page-template-donatepage .sli-step-navigation-steps .sli-step-navigation-step .sli-step-marker {
    background-color: #1270a4 !important;
    color: #FFFFFF !important;
    /*font-size: 30px;
    width: 48px;
    height: 48px;
    line-height: 36px;*/
    box-shadow: none;
}

.page-template-donatepage .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-marker {
    background-color: #cc1f76 !important;
    /*font-size: 30px;*/
}

.page-template-donatepage p.sli-recurringFrequency {
    text-align: center;
    margin-bottom: 20px!important;
    color: #cc1f76;
}

.page-template-donatepage .sli-form .sli-button {
    background-color: transparent !important;
    color: #1270A4 !important;
    box-shadow: none;
    vertical-align: middle;
}

.page-template-donatepage .sli-form .sli-button:after {
    content: '';
    width: 44px;
    height: 37px;
    background: url(../images/next-step-arrows.png) no-repeat;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
}

.page-template-donatepage .sli-button:active:before,
.page-template-donatepage .sli-button-style label:active:before {
    visibility: hidden;
    background: transparent;
}

.page-template-donatepage .sli-button[data-ignite-skip-validation="true"]:after {
    content: none;
}

/*.page-template-donatepage .sli-button[data-ignite-button-step="1"]:before {
    content: '';
    width: 44px;
    height: 37px;
    background: url(../images/next-step-arrows-left.png) no-repeat;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
}*/

.page-template-donatepage .sli-form .sli-input.sli-select-address-state,
.page-template-donatepage .sli-form .sli-input.sli-ccInput {
    height: 50px !important;
    border: none !important;
}

.page-template-donatepage .sli-field-error {
    color: #FF0000 !important;
}

@media screen and (min-width: 768px) {
    .page-template-donatepage form.fv-form-salsa {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-donatepage .sli-step-navigation-steps .sli-step-navigation-step .sli-step-marker {
        font-size: 30px;
        width: 48px;
        height: 48px;
        line-height: 36px;
    }

    .page-template-donatepage .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-marker {
        font-size: 30px;
    }

    .page-template-donatepage .sli-step-navigation-step .sli-step-label {
        display: inline-block;
        font-size: 28px;
        margin-left: 20px;
    }

    .page-template-donatepage .sli-widget h3 { font-size: 48px;}



    .page-template-donatepage label#recurring,
    .page-template-donatepage label#one_time {
        font-size: 30px;
        padding: 1rem 3rem 1rem 3rem!important;
        line-height: 30px !important;
    }
    .page-template-donatepage label#recurring { margin-right: 15px !important;}
    .page-template-donatepage label#one_time { margin-left: 15px !important;}

    .sli-recurringDonationAmounts.sli-style-button li,
    .sli-oneTimeDonationAmounts.sli-style-button li { margin-right: 15px !important; margin-left: 15px!important;}

    .sli-recurringDonationAmounts .sli-recurringAmountLabel.sli-amount-label,
    .sli-oneTimeDonationAmounts .sli-oneTimeAmountLabel.sli-amount-label {
        width: 100px;
        height: 100px;
        min-width: unset !important;
        font-size: 30px !important;
        line-height: 90px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-template-donatepage label#recurring, .page-template-donatepage label#one_time {
        font-size: 24px;
        padding: 1rem 2.5rem 1rem 2.5rem!important;
    }

    .page-template-donatepage .sli-step-navigation-step .sli-step-label {
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .page-template-donatepage .sli-widget h3 { font-size: 40px;}

    .sli-recurringDonationAmounts .sli-recurringAmountLabel.sli-amount-label,
    .sli-oneTimeDonationAmounts .sli-oneTimeAmountLabel.sli-amount-label {
        width: 85px;
        height: 85px;
        font-size: 28px !important;
        line-height: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .page-template-donatepage .sli-content-pane .sli-columns {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .page-template-donatepage .sli-button.sli-small,
    .page-template-donatepage .sli-button.sli-small {
        padding: 0.875em 0.75em 0.9375em 0.75em;
    }
}



/* New Donate Page Template with BG */
.page-template-donatepage-with-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 100%;*/
    position: relative;
}

.page-template-signuppage-with-bg #main > .row > .col-md-6 { 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-template-signuppage-with-bg { background-color: #000000;}
.page-template-signuppage-with-bg #full-width-page-wrapper.wrapper { padding-top: 0;}


.page-template-donatepage-with-bg #full-width-page-wrapper {
    padding-top: 20px; padding-bottom: 20px;
}

.page-template-donatepage-with-bg .navbar-brand img {
    max-height: 103px;
}

.page-template-signuppage-with-bg .navbar-brand {
    margin: auto;
    display: inline-block;
    width: auto;
    white-space: normal;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-template-signuppage-with-bg .navbar-brand img {
    max-height: 140px;
}

.page-template-donatepage-with-bg .darkfooter img,
.page-template-signuppage-with-bg .darkfooter img {
    max-height: 90px;
    width: auto;
}

.page-template-donatepage-with-bg .darkfooter #menu-footer-menu.menu li a:hover, 
.page-template-donatepage-with-bg .darkfooter #menu-footer-menu.menu li a:focus, 
.page-template-donatepage-with-bg .darkfooter #menu-footer-menu.menu li a:active,
.page-template-signuppage-with-bg  .darkfooter #menu-footer-menu.menu li a:hover, 
.page-template-signuppage-with-bg .darkfooter #menu-footer-menu.menu li a:focus, 
.page-template-signuppage-with-bg .darkfooter #menu-footer-menu.menu li a:active{ color: #FFFFFF;}

.backgroundimage-overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: block;
}

.page-template-donatepage-with-bg #wrapper-navbar {
    background: transparent; 
}

.page-template-donatepage-with-bg .leftwrap,
.page-template-donatepage-with-bg .rightwrap {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 4px;
}
@media screen and (min-width: 768px){
    .page-template-signuppage-with-bg #main { height: 100vh;}
}
.page-template-signuppage-with-bg .leftwrap {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 4px;
    margin: 50px;
    position: relative;
}

.page-template-signuppage-with-bg .rightwrap {
    background: #000000;
    padding: 30px;
    border-radius: 4px;
    color: #000000;
    margin: 50px;
}

.page-template-donatepage-with-bg .rightwrap { background: #F7F7F7; padding: 0; overflow: hidden;}

.page-template-signuppage-with-bg .rightwrap .above-form {
    margin: 0 -2.056em;
    background-color: #222222;
    color: #FFFFFF;
    padding: 25px 40px;
    font-weight: 700;
    text-align: center;
    line-height: inherit;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.page-template-signuppage-with-bg .rightwrap .below-form {
    background: #fff;
    margin: 0 -2.056em;
    padding: 15px 30px;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-template-signuppage-with-bg .rightwrap .below-form a {
    color: #979797;
    text-decoration: none;
    border-bottom: solid 1px #ECA554;
}

.page-template-signuppage-with-bg .rightwrap .below-form a:after {
    display: inline-block;
    content: ">";
    color: #ECA554;
    margin-left: 8px;
}

@media screen and (min-width: 1200px) {
    .page-template-signuppage-with-bg .leftwrap { margin-left: auto; max-width: 75%;}
    .page-template-signuppage-with-bg .rightwrap { margin-right: auto; max-width: 75%;}
}

.page-template-donatepage-with-bg .leftwrap h1,
.page-template-signuppage-with-bg .leftwrap h1 {
    font-weight: 900;
    margin-bottom: 20px;
}
.page-template-donatepage-with-bg .leftwrap h1:after,
.page-template-signuppage-with-bg .leftwrap h1:after {
   /* content: "";
    background: #eca554;
    height: 4px;
    width: 100%;
    display: block;
    margin-top: -10px;*/
}

.page-template-donatepage-with-bg .leftwrap h1 span,
.page-template-signuppage-with-bg .leftwrap h1 span {
    border-bottom: solid 4px #eca554;
}

.page-template-donatepage-with-bg .leftwrap .description,
.page-template-signuppage-with-bg .leftwrap .description {
    font-size: 23px;
    line-height: 29px;
}

.page-template-donatepage-with-bg .leftwrap .disclaimer-text,
.page-template-signuppage-with-bg .leftwrap .disclaimer-text {
    font-size: 12px;
    padding-top: 15px;
    border-top: solid 1px #8e8e8e;
    color: #8d8d8d;
    font-style: italic;
    font-weight: 500;
}
.page-template-donatepage-with-bg .leftwrap .disclaimer-text p,
.page-template-signuppage-with-bg .leftwrap .disclaimer-text p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.page-template-donatepage-with-bg .leftwrap .description a,
.page-template-signuppage-with-bg .leftwrap .description a {
    color: #eca554;
    text-decoration: none;
}

.page-template-donatepage-with-bg .leftwrap .description a:hover,
.page-template-donatepage-with-bg .leftwrap .description a:focus,
.page-template-donatepage-with-bg .leftwrap .description a:active,
.page-template-signuppage-with-bg .leftwrap .description a:hover,
.page-template-signuppage-with-bg .leftwrap .description a:focus,
.page-template-signuppage-with-bg .leftwrap .description a:active {
    color: #eca554;
    text-decoration: underline;
}

/* new donate page template (with bg) Form Styling */
.page-template-donatepage-with-bg .sli-form { margin-top: 0; }
.page-template-donatepage-with-bg .sli-form-wrapper {
    padding: 0!important;
    margin: 0;
}

.page-template-donatepage-with-bg .sli-recurringDonationAmounts .sli-recurringAmountLabel.sli-amount-label, 
.page-template-donatepage-with-bg .sli-oneTimeDonationAmounts .sli-oneTimeAmountLabel.sli-amount-label {
    background-color: #a3a3a3 !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    padding: 0.25rem !important;
    width: 124px;
    height: 45px;
    min-width: 124 !important;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 40px !important;
}

.page-template-donatepage-with-bg .sli-recurringDonationAmounts.sli-style-button li, 
.page-template-donatepage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li {
    margin-right: 4px !important;
    margin-left: 4px!important;
}


.page-template-donatepage-with-bg .sli-step-navigation-wrapper {
    background-color: #222222 !important;
    margin: -25px 0px 0px 0px;
    /*padding: 10px 15px;*/
}

.page-template-donatepage-with-bg .sli-step-navigation-wrapper .sli-step-navigation-steps {
    padding-bottom: 10px;
    margin-bottom: -10px !important;
}

.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step {
    width: 33%;
    border-right: solid 2px #090909;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step:nth-child(3) {
    border-right: none; }

.page-template-donatepage-with-bg .sli-step-navigation-wrapper + .sli-row, .page-template-donatepage-with-bg .sli-step-navigation-wrapper + .sli-row .sli-row { margin-left: 0; margin-right: 0; }

.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-marker {
    background-color: #a3a3a3 !important;
    color: #474747 !important;
    line-height: 22px;
}
.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-marker {
    background-color: #7ecdaf !important;
    color: #ffffff !important;
}

.page-template-donatepage-with-bg ul.sli-style-button input.sli-recurringAmountRadio[type="radio"]:checked + .sli-amount-label, 
.page-template-donatepage-with-bg ul.sli-style-button input.sli-oneTimeAmountRadio[type="radio"]:checked + .sli-amount-label, span.sli-custom-amount-label-selected {
    background-color: #eca554 !important;
}

.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-label {
    color: #a3a3a3 !important;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-label {
    color: #FFFFFF !important;
}

.page-template-donatepage-with-bg .sli-step-navigation-steps .sli-progress-line { display: none;}

.page-template-donatepage-with-bg .sli-content-pane .sli-columns {
        padding-left: 0rem;
        padding-right: 0rem;
    }


.page-template-donatepage-with-bg .sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'] .sli-input.sli-input-group-field, .page-template-donatepage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] .sli-input.sli-input-group-field {
    font-size: 20px;
}

.page-template-donatepage-with-bg .sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'] .sli-input.sli-input-group-field,
.page-template-donatepage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] .sli-input.sli-input-group-field {
    height: 45px !important;
}

.page-template-donatepage-with-bg .sli-donation-amountblock { 
    background-color: #F7F7F7;
    margin-left: -7px;
    margin-right: -7px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.page-template-donatepage-with-bg .sli-content-pane {
    min-height: auto;
}

@media screen and (min-width: 1599px) {
    /*.page-template-donatepage-with-bg #full-width-page-wrapper { min-height: 1000px;}*/
}

.page-template-donatepage-with-bg .sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'],
.page-template-donatepage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] {
    flex-basis: auto;
}

.page-template-donatepage-with-bg .sli-columns[data-ignite-step-id="1"] .sli-columns[data-ignite-container-type="DEFAULT"], .page-template-donatepage-with-bg .sli-selectRecurring {
    background-color: #090909;
}

.page-template-donatepage-with-bg .sli-columns[data-ignite-step-id="1"] .sli-columns[data-ignite-container-type="DEFAULT"] h3 {
    max-width: 40%;
    margin: 30px auto 0px auto;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .page-template-donatepage-with-bg .sli-columns[data-ignite-step-id="1"] .sli-columns[data-ignite-container-type="DEFAULT"] h3 {
        max-width: 100%;
    }
}

.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring, .page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time { 
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring { color: #FFFFFF;}
.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time { color: #a3a3a3; cursor: pointer;}
/*.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time,
.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring,
.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time */

.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring:after {
    content: "";
    background: #eca554;
    height: 8px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    margin-top: 8px;
}
/*.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time,*/
.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring {
    color: #a3a3a3;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    cursor: pointer;
}
.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring:after {
    content: none;
}

.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time {
    color: #FFFFFF;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time:after {
    content: "";
    background: #eca554;
    height: 8px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    margin-top: 8px;
}

.page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time:after {
    content: none;
}

.page-template-donatepage-with-bg .sli-selectRecurring {
    margin: 0;
}

.page-template-donatepage-with-bg .sli-element.sli-button-element {
    background-color: #F7F7F7;
    margin: 0 -7px;
    padding-bottom: 2em;
}

.page-template-donatepage-with-bg .sli-element.sli-button-element a.sli-button {
    background-color: #7ecdaf !important;
    box-shadow: none;
    padding: 15px 40px;
    font-size: 24px !important;
    font-family: Lato, sans-serif!important;
}

.page-template-donatepage-with-bg .sli-recurringDonation, 
.page-template-donatepage-with-bg .sli-oneTimeDonation {
    max-width: 70%;
    margin: auto;
}

.page-template-donatepage-with-bg .sli-recurringFrequency {
    font-weight: 500;
    color: #a3a3a3;
    padding-top: 0;
}

.page-template-donatepage-with-bg .sli-form-wrapper div[data-ignite-step-id="2"],
.page-template-donatepage-with-bg .sli-form-wrapper div[data-ignite-step-id="3"] {
    padding: 25px !important;
}

.page-template-donatepage-with-bg .sli-form input:not([type]), .page-template-donatepage-with-bg .sli-form input[type="text"].sli-input, .page-template-donatepage-with-bg .sli-form input[type="password"], .page-template-donatepage-with-bg .sli-form input[type="date"], .page-template-donatepage-with-bg .sli-form input[type="datetime"], .page-template-donatepage-with-bg .sli-form input[type="datetime-local"], .page-template-donatepage-with-bg .sli-form input[type="month"], .page-template-donatepage-with-bg .sli-form input[type="week"], .page-template-donatepage-with-bg .sli-form input[type="email"].sli-input, .page-template-donatepage-with-bg .sli-form input[type="number"], .page-template-donatepage-with-bg .sli-form input[type="search"], .page-template-donatepage-with-bg .sli-form input[type="tel"], .page-template-donatepage-with-bg .sli-form input[type="time"], .page-template-donatepage-with-bg .sli-form input[type="url"], .page-template-donatepage-with-bg .sli-form input[type="color"], .page-template-donatepage-with-bg .sli-form textarea, .sli-form input[type="file"], .page-template-donatepage-with-bg .sli-form select {
    border: solid 1px #ebebeb !important;
}

.page-template-donatepage-with-bg .sli-form select.sli-input { height: 50px !important; color: #a3a3a3 !important; }

.page-template-donatepage-with-bg .sli-form-field .sli-label {
    color: #a3a3a3 !important;
    font-size: 16px!important;
    margin-bottom: 5px;
}

.page-template-donatepage-with-bg .sli-element.sli-donorPaysFees {
    color: #a3a3a3 !important;
}

.page-template-donatepage-with-bg .sli-select-radio li,
.page-template-donatepage-with-bg .sli-select-radio .sli-label { color: #a3a3a3 !important; }
.page-template-donatepage-with-bg .sli-field-error { color: #FF0000 !important; }


.page-template-donatepage-with-bg .darkfooter {
    color: #a3a3a3;
    text-transform: unset;
}
.page-template-donatepage-with-bg .darkfooter .col:last-child {
    text-align: left;
}
.page-template-donatepage-with-bg .darkfooter .col:last-child {
    text-align: right;
}

.page-template-donatepage-with-bg .darkfooter .socialwrapper, 
.page-template-donatepage-with-bg .darkfooter .menu-footer-menu-container {
    display: inline-block;
    vertical-align: middle;
}

/* new signup page template */
.page-template-signuppage-with-bg .sli-form { margin-top: 0; margin-bottom: 0; }
.page-template-signuppage-with-bg .sli-form-wrapper {
    padding: 0!important;
    margin: 0;
}

.page-template-signuppage-with-bg .sli-recurringDonationAmounts .sli-recurringAmountLabel.sli-amount-label, 
.page-template-signuppage-with-bg .sli-oneTimeDonationAmounts .sli-oneTimeAmountLabel.sli-amount-label {
    background-color: #a3a3a3 !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    padding: 0.25rem !important;
    width: 124px;
    height: 45px;
    min-width: 124 !important;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 40px !important;
}

.page-template-signuppage-with-bg .sli-recurringDonationAmounts.sli-style-button li, 
.page-template-signuppage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li {
    margin-right: 4px !important;
    margin-left: 4px!important;
}


.page-template-signuppage-with-bg .sli-step-navigation-wrapper {
    background-color: #222222 !important;
    margin: -25px 0px 0px 0px;
    /*padding: 10px 15px;*/
}

.page-template-signuppage-with-bg .sli-step-navigation-wrapper .sli-step-navigation-steps {
    padding-bottom: 10px;
    margin-bottom: -10px !important;
}

.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-step-navigation-step {
    width: 33%;
    border-right: solid 2px #090909;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-step-navigation-step:nth-child(3) {
    border-right: none; }

.page-template-signuppage-with-bg .sli-step-navigation-wrapper + .sli-row, .page-template-signuppage-with-bg .sli-step-navigation-wrapper + .sli-row .sli-row { margin-left: 0; margin-right: 0; }

.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-marker {
    background-color: #a3a3a3 !important;
    color: #474747 !important;
    line-height: 22px;
}
.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-marker {
    background-color: #7ecdaf !important;
    color: #ffffff !important;
}

.page-template-signuppage-with-bg ul.sli-style-button input.sli-recurringAmountRadio[type="radio"]:checked + .sli-amount-label, 
.page-template-signuppage-with-bg ul.sli-style-button input.sli-oneTimeAmountRadio[type="radio"]:checked + .sli-amount-label, span.sli-custom-amount-label-selected {
    background-color: #eca554 !important;
}

.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-label {
    color: #a3a3a3 !important;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-step-navigation-step.sli-selected .sli-step-label {
    color: #FFFFFF !important;
}

.page-template-signuppage-with-bg .sli-step-navigation-steps .sli-progress-line { display: none;}

.page-template-signuppage-with-bg .sli-content-pane .sli-columns {
        padding-left: 0rem;
        padding-right: 0rem;
    }


.page-template-signuppage-with-bg .sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'] .sli-input.sli-input-group-field, .page-template-signuppage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] .sli-input.sli-input-group-field {
    font-size: 20px;
}

.page-template-signuppage-with-bg .sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'] .sli-input.sli-input-group-field,
.page-template-signuppage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] .sli-input.sli-input-group-field {
    height: 45px !important;
}

.page-template-signuppage-with-bg .sli-donation-amountblock { 
    background-color: #F7F7F7;
    margin-left: -7px;
    margin-right: -7px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.page-template-signuppage-with-bg .rightwrap .sli-content-pane {
    /*min-height: auto;*/
    background-color: transparent !important;
}

@media screen and (min-width: 1599px) {
    /*.page-template-signuppage-with-bg #full-width-page-wrapper { min-height: 1000px;}*/
}

.page-template-signuppage-with-bg .sli-recurringDonationAmounts.sli-style-button li[id*='recurringAmt_custom'],
.page-template-signuppage-with-bg .sli-oneTimeDonationAmounts.sli-style-button li[id*='onetime_custom'] {
    flex-basis: auto;
}

.page-template-signuppage-with-bg .sli-columns[data-ignite-step-id="1"] .sli-columns[data-ignite-container-type="DEFAULT"], .page-template-signuppage-with-bg .sli-selectRecurring {
    background-color: #FFFFFF;
}

.page-template-signuppage-with-bg .sli-columns[data-ignite-step-id="1"] .sli-columns[data-ignite-container-type="DEFAULT"] h3 {
    max-width: 40%;
    margin: 30px auto 0px auto;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .page-template-signuppage-with-bg .sli-columns[data-ignite-step-id="1"] .sli-columns[data-ignite-container-type="DEFAULT"] h3 {
        max-width: 100%;
    }
}

.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring, .page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time { 
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring { color: #FFFFFF;}
.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time { color: #a3a3a3; cursor: pointer;}
/*.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time,
.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring,
.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time */

.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring:after {
    content: "";
    background: #eca554;
    height: 8px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    margin-top: 8px;
}
/*.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time,*/
.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring {
    color: #a3a3a3;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    cursor: pointer;
}
.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring:after {
    content: none;
}

.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time {
    color: #FFFFFF;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time:after {
    content: "";
    background: #eca554;
    height: 8px;
    width: 100%;
    display: block;
    color: #FFFFFF;
    margin-top: 8px;
}

.page-template-signuppage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time:after {
    content: none;
}

.page-template-signuppage-with-bg .sli-selectRecurring {
    margin: 0;
}

.page-template-signuppage-with-bg .sli-element.sli-button-element {
    /*background-color: #F7F7F7;*/
    margin: 0 -7px;
    padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
    .page-template-signuppage-with-bg .sli-element.sli-button-element {
        margin: 0 auto;
    }
}

.page-template-signuppage-with-bg .sli-element.sli-button-element a.sli-button {
    background-color: #e01370 !important;
    box-shadow: none;
    padding: 15px 40px;
    font-size: 24px !important;
    font-family: Lato, sans-serif!important;
}

.page-template-signuppage-with-bg .sli-recurringDonation, 
.page-template-signuppage-with-bg .sli-oneTimeDonation {
    max-width: 70%;
    margin: auto;
}

.page-template-signuppage-with-bg .sli-recurringFrequency {
    font-weight: 500;
    color: #a3a3a3;
    padding-top: 0;
}

.page-template-signuppage-with-bg .sli-form-wrapper div[data-ignite-step-id="2"],
.page-template-signuppage-with-bg .sli-form-wrapper div[data-ignite-step-id="3"] {
    padding: 25px !important;
}

.page-template-signuppage-with-bg .sli-form input:not([type]), .page-template-signuppage-with-bg .sli-form input[type="text"].sli-input, .page-template-signuppage-with-bg .sli-form input[type="password"], .page-template-signuppage-with-bg .sli-form input[type="date"], .page-template-signuppage-with-bg .sli-form input[type="datetime"], .page-template-signuppage-with-bg .sli-form input[type="datetime-local"], .page-template-signuppage-with-bg .sli-form input[type="month"], .page-template-signuppage-with-bg .sli-form input[type="week"], .page-template-signuppage-with-bg .sli-form input[type="email"].sli-input, .page-template-signuppage-with-bg .sli-form input[type="number"], .page-template-signuppage-with-bg .sli-form input[type="search"], .page-template-signuppage-with-bg .sli-form input[type="tel"], .page-template-signuppage-with-bg .sli-form input[type="time"], .page-template-signuppage-with-bg .sli-form input[type="url"], .page-template-signuppage-with-bg .sli-form input[type="color"], .page-template-signuppage-with-bg .sli-form textarea, .sli-form input[type="file"], .page-template-signuppage-with-bg .sli-form select {
    border: solid 1px #787878 !important;
}

.page-template-signuppage-with-bg .sli-form select.sli-input { height: 50px !important; color: #a3a3a3 !important; }

.page-template-signuppage-with-bg .sli-form-field .sli-label {
    color: #a3a3a3 !important;
    font-size: 16px!important;
    margin-bottom: 5px;
}

.page-template-signuppage-with-bg .sli-element.sli-donorPaysFees {
    color: #a3a3a3 !important;
}

.page-template-signuppage-with-bg .sli-select-radio li,
.page-template-signuppage-with-bg .sli-select-radio .sli-label { color: #a3a3a3 !important; }
.page-template-signuppage-with-bg .sli-field-error { color: #FF0000 !important; }


.page-template-signuppage-with-bg .darkfooter {
    color: #a3a3a3;
    text-transform: unset;
}
.page-template-signuppage-with-bg .darkfooter .col:last-child {
    text-align: left;
}
.page-template-signuppage-with-bg .darkfooter .col:last-child {
    text-align: right;
}

.page-template-signuppage-with-bg .darkfooter .socialwrapper, 
.page-template-signuppage-with-bg .darkfooter .menu-footer-menu-container {
    display: inline-block;
    vertical-align: middle;
}


/* New NAV */
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

.nav-opener {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 999
}

@media (min-width:768px) {
    .nav-opener {
        right: 25px;
        top: 0;

    }
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
    background: #ea9d36;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 4px;
    transition: all .2s linear;
    border-radius: 0px
}

.nav-opener:after,
.nav-opener:before {
    content: "";
    top: 5px
}

.nav-opener:after {
    top: 23px
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    transform: rotate(45deg);
    top: 50%;
    left: 5px;
    right: 5px
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg)
}

.nav-active .nav-opener span {
    opacity: 0
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before,
.nav-active .nav-opener span {
    background-color: #fff
}

.nav-active,
.nav-drop {
    overflow: hidden
}

.nav-drop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    color: #fff;
    background-color: #252323;
    transition: all .3s
}

.nav-active .nav-drop {
    opacity: 1;
    visibility: visible
}

.resize-active .nav-drop {
    transition: none!important
}

#nav {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1150px;
    margin: 0 auto;
    padding: 15px;
    list-style: none
}

#nav li {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    left: -100%;
    /*text-align: center*/
}

@media (min-width:768px) {
    #nav li {
        max-width: 370px;
        text-align: left;
        margin: 0 0 18px;
        font-size: 20px
    }
}

#nav li.active a {
    color: #ea9d36;
}

#nav a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none
}

#nav a:hover {
    color: #ea9d36;
}

.nav-active #nav li.show-link {
    animation-name: slow-appearance;
    animation-duration: .8s;
    animation-fill-mode: forwards
}

@keyframes slow-appearance {
    0% {
        left: -100%;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

.single-splash.splash-template-splashpage .nav-opener:after,
.single-splash.splash-template-splashpage .nav-opener:before,
.single-splash.splash-template-splashpage .nav-opener span {
    background: #FFFFFF;
}

@media only screen and (min-width: 768px) {
    /*.isvideo.mediawrap { padding-top: 50%; padding-bottom: 0;}*/
    .isvideo.mediawrap .embed-container {
        transform: translateY(-50%);
        top: 50%;
    }

    .signup-bottom .sli-button-element { text-align: left !important;}

    .video-section .videoside .image-container,
    .parents-section .videoside .image-container {
        transform: translateY(-50%);
        top: 50%;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .hide-in-mobile { display: none;}
    .homepage-hero rs-sbg {
        background-position: left center!important;
    }
    .navbar { padding-left: 0; padding-right: 0;}
    .navbar-brand { max-height: 50px;padding-top: 0;padding-bottom: 0;}
    .navbar-brand img { max-height: 50px;}
    .page-template-signuppage-with-bg .navbar-brand { max-height: unset; margin-top: 25px; margin-bottom: 25px;}
    .page-template-signuppage-with-bg .navbar-brand img { max-height: unset;}
    .navbar .social-icons { display: none;}
    .navbar .main-nav { height: 30px; display: inline-block;}
    .section, .video-section .section-fullcontent, .parents-section .section-fullcontent { padding-left: 15px; padding-right: 15px;}
    .video-section .videoside, .parents-section .videoside { margin-bottom: 30px;}

    .signup-bottom .sli-form .sli-columns .sli-row:first-child,
    .signup-bottom .sli-form .sli-columns .sli-row { width: 100%; }

    #wrapper-footer ul.social-icons { margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 30px; display: block; width: 100%;}
    #wrapper-footer ul.social-icons li { display: inline-block;}
    .slick-prev, .slick-next { z-index: 99;}
    .slick-prev { left: -15px !important;}
    .slick-next { right: -15px !important;}

    .slide-item .sub-text { font-size: 18px;}
    .slide-item .title { font-size: 2.25rem;}

    .signup-bottom .row .container .row { margin-left: 0; margin-right: 0;}

    #innerpage-hero h1.hero-title,
    h1.page-title-in-subhead,
    .quote-block p { font-size: 2rem;}
    #innerpage-hero h1.hero-title:before,
    #innerpage-hero h1.hero-title:after,
    blockquote:before, blockquote:after { width: 50px; height: 50px;}
    #innerpage-hero h1.hero-title:before { margin-right: -25px;}
    #innerpage-hero h1.hero-title:after { margin-left: -25px;}

    #innerpage-hero .hero__inner .row .container header {
        vertical-align: bottom;
        padding-bottom: 30px;
    }

    /*.page-template-donatepage #innerpage-hero .hero__inner .row .container header {
        vertical-align: middle;
        padding-bottom: 0;
    }*/

    #innerpage-hero h1.hero-title { max-width: 95%;}

    #innerpage-hero .herobackgroundimg { min-height: 275px;}

    .subhead { font-size: 18px; padding-top: 40px; padding-bottom: 40px;}

    blockquote:before { margin-right: -25px;}
    blockquote:after { margin-left: -25px;}

    .single-splash .kids-rgt,
    .single-splash .kids-lft {
        flex: 0 0 100% !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
    }

    .single-splash .col-12.kids-rgt.col-md-7,
    .single-splash .col-12.kids-lft.col-md-5 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .nav-active #nav li.show-link a { font-size: 15px;}
    .nav-active #nav li.list-social-links { margin-top: 20px;}
    .nav-active #nav li.list-social-links a { margin-left: 7px; margin-right: 7px; font-size: 24px;}

    .signup-bottom .sli-button-element { padding: 0;}

    .sli-form .sli-button { width: 100%;}



    /* donate page with bg (new template) */

    .page-template-donatepage-with-bg .navbar-brand img {
        max-height: 83px;
    }

    .page-template-donatepage-with-bg .leftwrap, .page-template-donatepage-with-bg .rightwrap {
        margin-top: 30px;
    }
    .page-template-donatepage-with-bg .leftwrap {padding: 20px;}
    .page-template-donatepage-with-bg .leftwrap h1 { font-size: 30px;}
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-label {
        font-size: 14px;
    }
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step:nth-child(3) {
        border: none;
    }

    .page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#recurring, 
    .page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox]:checked ~ label#one_time,
    .page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#recurring,
    .page-template-donatepage-with-bg input#id_4cdbb7ef-5adf-4aab-986c-886b02960b0a_makeRecurring_input[type=checkbox] ~ label#one_time {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step {
        text-align: left;
        margin-left: 10px !important;
    }
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-marker {
        text-align: center;
    }

    .page-template-donatepage-with-bg .sli-step-navigation-wrapper + .sli-row, .page-template-donatepage-with-bg .sli-step-navigation-wrapper + .sli-row .sli-row {
        margin: 0 -0.5em;
    }

    .page-template-donatepage-with-bg .sli-element.sli-button-element { margin: 0 auto;}
    .page-template-donatepage-with-bg .sli-element.sli-button-element a.sli-button { margin: 0 auto; max-width: 260px;}

    .page-template-donatepage-with-bg .sli-donation-amountblock { padding-top: 30px; padding-bottom: 0;}
    .page-template-donatepage-with-bg .darkfooter img {
        max-height: 60px;
        width: auto;
    }

    .page-template-donatepage-with-bg .darkfooter p { font-size: 16px;}
    .page-template-donatepage-with-bg #wrapper-footer ul.social-icons { margin-bottom: 0;}
    .page-template-donatepage-with-bg .darkfooter { padding-bottom: 30px; padding-top: 30px;}
    .page-template-donatepage-with-bg .darkfooter ul.social-icons li a { max-width: 25px; max-height: 25px; margin: 0 5px;}
    .page-template-donatepage-with-bg .darkfooter ul.social-icons li a img { margin: 0;}
    .page-template-donatepage-with-bg .darkfooter #menu-footer-menu.menu { margin-top: 0;}
}

@media screen and (max-width: 424px) {
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step { text-align: center; }
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step .sli-step-label { margin-left: 0;display: block;}
    .page-template-donatepage-with-bg .sli-step-navigation-steps .sli-step-navigation-step { margin-left: 0!important; }
}

.gfield_radio li input[type=radio] {
    margin-top: initial!important;
}
