h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important;
	font-weight: bold !important;
    text-transform: uppercase;
}

a, a:link, a:visited, a:active {
	color: #DA291C;
}

a:hover,a:link:hover,a:visited:hover,a:active:hover {
	color: #DA291C;
	text-decoration: underline;
}

header#top-header {
	padding-top: 30px;
	min-height: 126px;
}

header#top-header .header {
    padding-top: 30px;
    padding-bottom: 6px;
    position: relative;
    width: 111%;
    left: -6%;
	min-width: 111%;
}

header#top-header nav {
    margin-top: 6px;
    margin-bottom: 30px;
}

header#top-header nav div ~ ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    border: 0;
}

header#top-header nav li {
    display: inline-block;
    padding: 10px 20px;
    width: auto;
}

header#top-header nav ul.pureCssMenu ul li {
	display: block;
	width: 100%;
}

header#top-header nav li a {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

header#top-header nav#top-nav li a {
    color: #4a4a4a;
}

header#top-header nav#top-nav li a:hover {
    text-decoration: none;
    color: #ee0000;
}

header#top-header nav#top-nav-2 li a,
#main-grid-1,
#main-grid-2,
#main-halfspan-1 .wen-cta-button:hover {
    color: #fff;
}

header#top-header nav#top-nav-2 li a:hover {
    text-decoration: none;
    color: #fff;
}

header#top-header nav#top-nav-2 li ul li a,
.footer .copyright a {
    color: #333;
}

header#top-header nav#top-nav-2 li ul li a:hover {
    text-decoration: none;
    color: #333;
}

header#top-header nav#top-nav-2 li ul li a:after {
    background-color: #333;
}

header#top-header nav li a:after {
    content: "";
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
    height: 7px;
    width: 0;
    display: block;
    margin: 6px auto 0;
    opacity: 0;
}

header#top-header nav#top-nav li a:after {
     background-color: #ee0000;
}

header#top-header nav#top-nav-2 li a:after {
     background-color: #fff;
}

header#top-header nav li a:focus:after,
header#top-header nav li a:hover:after {
     opacity: 1;
     width: 50%;
}

header#top-header nav#top-nav li.donate {
     top: -4px;
     margin-left: 20px;
     margin-right: 30px;
}

header#top-header nav#top-nav li.donate a {
     display: block;
     border: solid 3px #ee0000;
     color: #ee0000;
     padding: 12px 30px;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
}

header#top-header nav#top-nav li.donate a:hover {
    background-color: #ee0000;
    color: #fff;
}

header#top-header nav#top-nav li.donate a:after,
#mobile-header.container,
.Portlet-Separator,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"],
div#PledgePaymentInfo .form-check input[type="radio"],
span.radioSpace,
div#PledgePaymentInfo .row.row.Row-PledgeAmount span[id*="AmountRadios-addon"],
.IPledgeTable .row div>input[type="radio"] {
    display: none !important;
}

header#top-header .primary-bottom-row {
    position: absolute;
    top: auto;
    z-index: 20;
    width: 100%;
    text-align: center;
}

header#top-header .primary-bottom-row nav#top-nav-2 {
    background: rgba(0, 0, 0, 0.30);
    padding-top: 10px;
}

nav.PledgeProgress li.DefaultButtons {
    font-family: 'Nunito', sans-serif;
    font-size: 15px !important;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 35px !important;
    display: inline-block !important;
    border: solid 3px #ffffff !important;
    -webkit-border-radius: 54px !important;
    -moz-border-radius: 54px;
    border-radius: 54px;
    color: #333 !important;
    outline: 0 !important;
    border: 0 !important;
}

nav.PledgeProgress li.ProgressStepCurrent.DefaultButtons {
    color: #fff !important;
    background: #ee0000 !important;
}

nav.PledgeProgress li.ProgressStep {
    background: #d6d3ce !important;
}

li.ProgressArrow.pledge_arrow.DefaultButtons {
    background: none !important;
    padding: 10px 15px !important;
}

.IPledgeTable .RadioTable.stepUpPgm input[type="radio"],
#PledgePaymentInfo .RadioTable.stepUpPgm input[type="radio"]  {
    display: inline-block !important;
	position: absolute;
}

#MainContent {
    padding: 1em 0;
    margin-top: 3em;
    position: relative;
    z-index: 30;
}
body.modal-open #MainContent {
    z-index: unset !important;
}

section#main-banner .main-banner,
#main-grid-1 .grid,
#main-grid-2 .grid,
#main-fullspan-2 > div,
#main-body-nav .body-nav {
	width: 111%;
	left: -6%;
	min-width: 111%;
	position: relative !important;
}

.Portlet {
	margin: 0 !important;
	padding: 0 !important;
}

section#main-banner .main-banner .banner {
    background-size: cover !important;
}

.banner {
	background-color: #4a4a4a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    height: 693px;
    position: relative;
}

.banner .banner-container {
    width: 600px;
    position: absolute;
    z-index: 2;
    top: 60%;
    margin-top: -157px;
    margin-left: 60px;
}

.banner .banner-container .title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 1.3;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #333;
}

.banner .banner-container .summary {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: 1.33;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 39px;
    text-shadow: 2px 2px 1px #333;
}

#main-body-nav .body-nav nav,
#main-body-nav .body-nav ul.pureCssMenu.pureCssMenum {
    background: #ee0000;
}

#main-body-nav .body-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    font-size: 0;
}

#main-body-nav .body-nav li {
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    display: inline-block;
    font-size: 16px;
    width: auto;
}

#main-body-nav .body-nav li:hover {
    background: #fff;
}

#main-body-nav .body-nav li a {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 35px;
    display: block;
}

#main-body-nav .body-nav li:hover a {
    color: #ee0000;
    text-decoration: none;
}

ul.pureCssMenu li:hover>ul {
    background-color: #fff;
	border: 1px solid #eee;
}

#main-grid-1 .grid-container,
#main-grid-1 .grid-left-container,
#main-grid-1 .grid-right-container {
    background-size: cover;
    text-align: center;
    min-height: 634px;
    padding: 85px 100px 100px;
}

.LFArea::after, .Portlet::after {
    content: '';
    display: block;
    clear: both;
}

#main-grid-2 .grid-container {
    background-size: cover;
    text-align: left;
    max-height: 415px;
    padding: 75px 100px 100px !important;
}

#main-grid-2 .wen-cta-title {
    font-size: 25px;
}

#main-grid-2 .wen-cta-content {
    font-size: 19px;
    padding-bottom: 0;
}

#main-grid-2 .wen-cta-content:before {
    width: 46px;
    height: 7px;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
}

#main-grid-2 .wen-cta-button {
    width: auto;
    border: 0;
    padding: 0;
}

#main-grid-2 .wen-cta-button:hover {
    background-color: transparent;
    text-decoration: underline;
}

#main-fullspan-1 .wen-cta-inner{
    padding: 3em 100px 30px 100px;
    text-align: center;
}

#main-fullspan-1 .wen-cta-content:before {
    margin: 20px auto 20px auto;
    background-color: #ee0000;
}

#main-fullspan-2 .background {
    background-size: cover !important;
}

#main-fullspan-2 .wen-cta-inner {
    padding: 5.688em 1.250em 5.500em 1.250em;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    text-align: center;
}

#main-halfspan-1 {
    color: #636466;
    text-align: center;
}

#main-halfspan-1 .wen-cta-inner {
    padding: 85px 100px 100px;
}

#main-halfspan-1 .wen-cta-title {
    font-size: 39px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#main-halfspan-1 .wen-cta-content {
    font-size: 20px;
}

#main-halfspan-1 .wen-cta-content:before {
    margin: 20px auto 20px auto;
    background-color: #ee0000;
}

#main-halfspan-1 .wen-cta-button {
    color: #636466;
    border-color: #636466;
}

.wen-cta-icon {
    margin-top: 60px;
    margin-bottom: 20px;
}

.wen-cta-icon-title {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -187px;
    width: 375px;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
    background: transparent;
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    padding: 32px 0 30px;
}

.wen-cta-inner .wen-cta-title {
    font-family: 'Lato', sans-serif;
    font-size: 45px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase
}

.wen-cta-inner .wen-cta-content {
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: normal;
    padding-bottom: 40px;
}

.wen-cta-inner .wen-cta-content:before {
    width: 88px;
    height: 12px;
    content: "";
    margin: 17px auto 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
}

.wen-cta-inner .wen-cta-button {
    font-family: 'Nunito', sans-serif;
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 35px;
    display: inline-block;
    border: solid 3px #ffffff;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
    color: #fff;
    text-transform: uppercase;
}

.wen-cta-inner .wen-cta-button:hover {
    background: #636466;
    border-color: #636466;
    color: #fff;
    text-decoration: none;
}

footer#footer {
    position: relative;
    margin-top: 3em;
    margin-bottom: 1em;
    border-top: 1px solid #e6e6e6;
}

footer#footer .footer {
    float: none;
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
}

footer#footer nav#foot-nav {
   margin: 20px 0;
   padding: 20px 0;
   text-align: center;
}

footer#footer nav#foot-nav ul {
   float: none;
    margin-top: 20px;
    padding: 0;
}

footer#footer nav#foot-nav ul ul {
    margin-top: 0 !important;
}

footer#footer nav#foot-nav li {
    padding: 0 3.5%;
    display: inline-block;
    float: none;
    line-height: 1.2;
    padding-bottom: .3em;
}

footer#footer nav#foot-nav li a {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    font-stretch: normal;
    text-align: center;
    color: #636466;
    text-transform: uppercase;
    padding: 10px 0;
}

footer#footer nav#foot-nav li a:hover {
    text-decoration: none;
    color: #ee0000;
}
.AgencySectionHeader h2 a {
    color: var(--bs-body-color);
}

.footer .socialmedia {
    padding-bottom: 1em;
    text-align: center;
}

.row.socialmedia .col-sm-1 {
    width: auto;
}

.footer .socialmedia a {
    display: inline-block;
    margin: 32px 16px;
    width: 42px;
    color: #ee0000;
    font-size: 1.1em;
}

.footer .cta-left .cta-side {
    background: url('../images/change-a-life-en.png') #ee0000 no-repeat center;
    background-color: #ee0000;
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 98px;
    height: 319px;
    z-index: 20;
}

.footer .cta-left .cta-side:hover,
.footer .cta-left .cta-side:focus {
    background-color: #ca231a;
    text-decoration: none;
}

.footer .copyright {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #636466;
}

.backtotop {
    position: fixed;
    bottom: 15%;
    right: 3em;
    display: none;
    background-color: #636466;
    border-radius: 3em;
    color: #fff;
    width: 3em;
    height: 3em;
    text-align: center;
    font-size: 1.2em;
}
.backtotop i {
    margin-top: 1em;
}

.backtotop:hover {
    background-color: #ee0000;
    color: #fff;
}

.DefaultButtons .button {
    font-family: 'Nunito', sans-serif;
    font-size: 19px !important;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 35px !important;
    display: inline-block !important;
    border: solid 3px #ffffff !important;
    -webkit-border-radius: 54px !important;
    -moz-border-radius: 54px;
    border-radius: 54px;
    color: #333 !important;
    outline: 0 !important;
    border: 0 !important;
    margin: 0 10px 10px 0;
}

.DefaultButtons .button:hover {
    background: #636466;
    border-color: #636466;
    color: #fff !important;
    text-decoration: none;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0 !important;
}

.DIV-EventRegTop img {
    max-width: 100% !important;
    height: auto !important;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel {
    color: #666666;
}

.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span + label.RadioLabel,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel {
    background-color: #ee0000 !important;
    color: #fff;
}

.Page-CampaignRegistration .col-sm-9.Col-Text.Col-OrgNames .row.Row-Label {
    padding: 0 15px;
}

div#chkDate .col-sm {
    padding-left: 5px !important;
}

#AgencySearchSection .SearchNavigation ol a {
	line-height: 0.8 !important;
}

.Page-IPledgeAddInfo #PledgeNavigationB {
    padding: 0 !important;
    margin: 0 !important;
}

.RadioTable.stepUpPgm input[type="radio"] {
    position: absolute !important;
    top: 2px !important;
    width: auto !important;
}

.CommunityCare h2 i {
    vertical-align: top;
    margin-top: 9px;
}

body div#PledgePaymentInfo .IPledgeTable .Col-SingleBillingType.form-check-label,
body div#PledgePaymentInfo .IPledgeTable .Col-SingleBillingFreq .form-check-label {
    background-color: #ffffff !important;
    padding: 0 !important;
    border: 0 !important;
    color: #212529 !important;
    font-size: 1rem !important;
    min-width: 0 !important;
    text-align: left !important;
}

body div#PledgePaymentInfo .IPledgeTable .Col-SingleBillingType.form-check-label:hover,
body div#PledgePaymentInfo .IPledgeTable .Col-SingleBillingFreq .form-check-label:hover {
    background-color: #ffffff !important;
    color: #212529 !important;
    cursor: default !important;
}

.PledgeTypeSelection .TypeSelection-Items .FlagTable label.RadioLabel,
div#PledgePaymentInfo .FlagTable label.form-check-label {
    color: #212529;
    font-size: 16px;
    line-height: 1.5 !important;
}

body .PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span +  label.RadioLabel,
body .PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel {
    background-color: #ee0000 !important;
    color: #ffffff;
}

.PledgeTypeSelection .TypeSelection-Items,
.PledgeTypeSelection .TypeSelection-Items fieldset,
div#PledgePaymentInfo>.Block>.BlockDetails fieldset {
    display: flex;
    flex-wrap: wrap;
}

.PledgeTypeSelection .TypeSelection-Items > div,
.PledgeTypeSelection .TypeSelection-Items fieldset > div,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check {
    flex-grow: 1;
    width: 25%;
    max-width: 25%;
    margin-bottom: 0;
}

.PledgeTypeSelection .TypeSelection-Items > div .form-check,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check {
    padding-left: 0;
}

.PledgeTypeSelection .TypeSelection-Items .EntrySection {
    width: 100%;
    min-width: 100%;
    padding: 0 1em;
}

#PledgeNavigationB {
    padding: 0;
}

.PledgeTypeSelection .TypeSelection-Items .EntrySection input[type="radio"] {
    display: inline-block;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel,
div#PledgePaymentInfo .BlockDetails>fieldset>div.form-check>label.form-check-label {
    display: block !important;
    background: #fff; /*Add !important if it needs to be white*/
    text-align: center;
    margin: 0.5em;
    padding: 1em 2%;
    padding-top: 4.5em;
    cursor: pointer;
    color:#666666;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel,
div#PledgePaymentInfo label.form-check-label {
    position: relative;
    background-image: none !important;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel::before,
.PledgeTypeSelection .TypeSelection-Items label.RadioLabel::after,
div#PledgePaymentInfo label.form-check-label::before,
div#PledgePaymentInfo label.form-check-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    font-size: 2.5em;
    position: absolute;
    top: 0.35em;
    width: 96%;
    box-sizing: content-box;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel::after,
div#PledgePaymentInfo label.form-check-label::after {
    font-size: 2em !important;
    font-size: 32px !important; /*IE Fallback*/
    top: 1em !important;
    left: -1em !important;
}

.PledgeTypeSelection .DnrAdvTrust label.RadioLabel::before,
div#PledgePaymentInfo .DnrAdvTrust label.form-check-label::before {
    content: "\f4ff";
}

.PledgeTypeSelection .ACHSection label.RadioLabel::before,
.PledgeTypeSelection .ACH label.RadioLabel::before,
div#PledgePaymentInfo .ACH label.form-check-label::before,
.PledgeTypeSelection .ACHPPSection label.RadioLabel::before,
.PledgeTypeSelection .ACHPP label.RadioLabel::before,
div#PledgePaymentInfo .ACHPP label.form-check-label::before {
    content: "\f53c";
}

.PledgeTypeSelection .ACHPPSection label.RadioLabel::after,
.PledgeTypeSelection .ACHPP label.RadioLabel::after,
div#PledgePaymentInfo .ACHPP label.form-check-label::after,
.PledgeTypeSelection .CCPPSection label.RadioLabel::after,
.PledgeTypeSelection .CreditPP label.RadioLabel::after,
div#PledgePaymentInfo .CreditPP label.form-check-label::after {
    content: "\f058";
}

.PledgeTypeSelection .BMSection label.RadioLabel::before,
.PledgeTypeSelection .Bill label.RadioLabel::before,
div#PledgePaymentInfo .Bill label.form-check-label::before {
    content: "\f53a";
}

.PledgeTypeSelection .BMSection label.RadioLabel::after,
.PledgeTypeSelection .Bill label.RadioLabel::after,
div#PledgePaymentInfo .Bill label.form-check-label::after,
.PledgeTypeSelection .Gen1Section label.RadioLabel::after,
.PledgeTypeSelection .Gen2Section label.RadioLabel::after,
.PledgeTypeSelection .Gen3Section label.RadioLabel::after,
.PledgeTypeSelection .GenericBillMe01 label.RadioLabel::after,
.PledgeTypeSelection .GenericBillMe02 label.RadioLabel::after,
.PledgeTypeSelection .GenericBillMe03 label.RadioLabel::after,
div#PledgePaymentInfo .GenericBillMe01 label.form-check-label::after,
div#PledgePaymentInfo .GenericBillMe02 label.form-check-label::after,
div#PledgePaymentInfo .GenericBillMe03 label.form-check-label::after {
    content: "\f2bd";
}

.PledgeTypeSelection .CashSection label.RadioLabel::before,
.PledgeTypeSelection .Cash label.RadioLabel::before,
div#PledgePaymentInfo .Cash label.form-check-label::before {
    content: "\f3d1";
}

.PledgeTypeSelection .CheckSection label.RadioLabel::before,
.PledgeTypeSelection .Check label.RadioLabel::before,
div#PledgePaymentInfo .Check label.form-check-label::before,
.PledgeTypeSelection .Gen1Section label.RadioLabel::before,
.PledgeTypeSelection .Gen2Section label.RadioLabel::before,
.PledgeTypeSelection .Gen3Section label.RadioLabel::before,
.PledgeTypeSelection .GenericBillMe01 label.RadioLabel::before,
.PledgeTypeSelection .GenericBillMe02 label.RadioLabel::before,
.PledgeTypeSelection .GenericBillMe03 label.RadioLabel::before,
div#PledgePaymentInfo .GenericBillMe01 label.form-check-label::before,
div#PledgePaymentInfo .GenericBillMe02 label.form-check-label::before,
div#PledgePaymentInfo .GenericBillMe03 label.form-check-label::before,
.PledgeTypeSelection .PWSection label.RadioLabel::before,
.PledgeTypeSelection .PartnerWithdwl label.RadioLabel::before,
div#PledgePaymentInfo .PartnerWithdwl label.form-check-label::before {
    content: "\f53d";
}

.PledgeTypeSelection .Corporate label.RadioLabel::before,
div#PledgePaymentInfo .Corporate label.form-check-label::before {
    content: "\f64a";
}

.PledgeTypeSelection .CCSection label.RadioLabel::before,
.PledgeTypeSelection .Credit label.RadioLabel::before,
div#PledgePaymentInfo .Credit label.form-check-label::before,
.PledgeTypeSelection .CCPPSection label.RadioLabel::before,
.PledgeTypeSelection .CreditPP label.RadioLabel::before,
div#PledgePaymentInfo .CreditPP label.form-check-label::before {
    content: "\f09d";
}

.PledgeTypeSelection .ICSection label.RadioLabel::before,
.PledgeTypeSelection .IncentiveComp label.RadioLabel::before,
div#PledgePaymentInfo .IncentiveComp label.form-check-label::before {
    content: "\f201";
}

.PledgeTypeSelection .IntendedGift label.RadioLabel::before,
div#PledgePaymentInfo .IntendedGift label.form-check-label::before,
.PledgeTypeSelection .NoGift label.RadioLabel::after,
div#PledgePaymentInfo .NoGift label.form-check-label::after {
    content: "\f06b";
}

.PledgeTypeSelection .NoGift label.RadioLabel::before,
div#PledgePaymentInfo .NoGift label.form-check-label::before {
    content: "\f05e";
}

.PledgeTypeSelection .PWSection label.RadioLabel::after,
.PledgeTypeSelection .PartnerWithdwl label.RadioLabel::after,
div#PledgePaymentInfo .PartnerWithdwl label.form-check-label::after {
    content: "\f337";
    transform: rotate(45deg);
}

.PledgeTypeSelection .PayrollSection label.RadioLabel::before,
.PledgeTypeSelection .Payroll label.RadioLabel::before,
div#PledgePaymentInfo .Payroll label.form-check-label::before {
    content: "\f571";
}

.PledgeTypeSelection .PPExpSection label.RadioLabel::before,
.PledgeTypeSelection .PPExprChkout label.RadioLabel::before,
div#PledgePaymentInfo .PPExprChkout label.form-check-label::before,
div#PledgePaymentInfo .PPXChkout label.form-check-label::before {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    content: "\f1f4";
}

.PledgeTypeSelection .PTOSection label.RadioLabel::before,
.PledgeTypeSelection .PTO label.RadioLabel::before,
div#PledgePaymentInfo .PTO label.form-check-label::before {
    content: "\f017";
}

.PledgeTypeSelection .PTOSection label.RadioLabel::after,
.PledgeTypeSelection .PTO label.RadioLabel::after,
div#PledgePaymentInfo .PTO label.form-check-label::after {
    content: "\f4c0";
}

.PledgeTypeSelection .StockSection label.RadioLabel::before,
.PledgeTypeSelection .Securities label.RadioLabel::before,
div#PledgePaymentInfo .Securities label.form-check-label::before {
    content: "\f080";
}

.PledgeTypeSelection .StockSection label.RadioLabel::after,
.PledgeTypeSelection .Securities label.RadioLabel::after,
div#PledgePaymentInfo .Securities label.form-check-label::after {
    content: "\f3ed";
}

.GenericFullPd01 label.form-check-label::before,
.GenericFullPd02 label.form-check-label::before,
.GenericFullPd03 label.form-check-label::before,
.GenFP1Section label.RadioLabel::before,
.GenFP2Section label.RadioLabel::before,
.GenFP3Section label.RadioLabel::before {
    content: "\f651";
}

.PledgeTypeSelection .SpecEvnt label.RadioLabel::before,
div#PledgePaymentInfo .SpecEvnt label.form-check-label::before {
    content: "\f274";
}

.PledgeTypeSelection .WorkplaceSE label.RadioLabel::after,
div#PledgePaymentInfo .WorkplaceSE label.form-check-label::after {
    content: "\f274";
}

.PledgeTypeSelection .WorkplaceSE label.RadioLabel::before,
#PledgePaymentInfo .WorkplaceSE label.form-check-label::before {
    content: "\f1ad";
}

hr {
	clear:both;
}

.askDesignateRadios input#DesignateAsk {
  opacity: 0;
  position: fixed;
  width: 0;
}

.IPledgeTable label.RadioLabel,
.IPledgeTable .row.row .col-md-9 label.form-check-label,
.IPledgeTable .row.row.Row-PledgeAmount label.form-check-label,
.IPledgeTable label.RadioLabel.LabelY,
.IPledgeTable label.RadioLabel.LabelM,
.IPledgeTable label.RadioLabel.LabelW,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentFreq label.form-check-label,
.IPledgeTable .col-sm-9.Col-Table.Col-BillingFreq label.Col-Radio,
.row.row.Row-ReminderFreqency .col-sm-9.Col-Table.Col-ReminderFreq>.form-check label.form-check-label,
.askDesignateRadios label.form-check-label,
#CCardType label.CC_RadioLabel,
.Col-Table.Col-CardType label,
.IPledgeTable .form-check.PaymentMethod label,
.IPledgeTable .percentPledge label,
.IPledgeTable .dollarPledge label {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 26px;
    font-size: 18px;
    border: 2px solid #666666;
    transition: all 0.3s;
    color:#666666;
    min-width: 110px;
    text-align: center;
    width: 100%;
}

.IPledgeTable .percentPledge label,
.IPledgeTable .dollarPledge label {
    display: block !important;
    max-width: 100%;
    flex: 0 0 100%;
}

.IPledgeTable .percentPledge,
.IPledgeTable .dollarPledge {
    margin: 30px 0 0 15px;
}

.IPledgeTable .form-check.PaymentMethod {
	padding-left:0;
	padding-right: 12px;
	padding-bottom: 12px;
}

.Col-Table.Col-CardType tr {
    display: inline-block;
    padding-right: 12px;
}

.Col-Table.Col-CardType input[type="radio"] {
	display: none !important;
}

.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel,
.IPledgeTable .row.row .col-md-9 input[type="radio"]:checked + label.form-check-label,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelY,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelM,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelW,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelQ,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelS,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelB,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelH,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelN,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelT,
div#PledgePaymentInfo div.form-check>input[type="radio"]:checked + label.form-check-label,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentFreq div.form-check>input[type="radio"]:checked + label.form-check-label,
.IPledgeTable .col-sm-9.Col-Table.Col-BillingFreq div.form-check>input[type="radio"]:checked + label.Col-Radio,
.row.row.Row-ReminderFreqency .col-sm-9.Col-Table.Col-ReminderFreq>.form-check>input[type="radio"]:checked + label.form-check-label,
.askDesignateRadios input[type="radio"]:checked + label.form-check-label,
#CCardType input[type="radio"]:checked + label.CC_RadioLabel,
.Col-Table.Col-CardType input[type="radio"]:checked + label,
.IPledgeTable input[type="radio"]:checked + label.DollarTypeL,
.IPledgeTable input[type="radio"]:checked + label.PercentTypeL {
	background-color:#ee0000 !important;
    color: #ffffff !important;
    border: 2px solid #ee0000 !important;
}

.IPledgeTable input[type="radio"]:focus + span + label.RadioLabel,
.IPledgeTable .row.row .col-md-9 input[type="radio"]:focus + label.form-check-label,
div#PledgePaymentInfo div.form-check>input[type="radio"]:focus + label.form-check-label,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentFreq div.form-check>input[type="radio"]:focus + label.form-check-label,
.IPledgeTable .col-sm-9.Col-Table.Col-BillingFreq div.form-check>input[type="radio"]:focus + label.Col-Radio,
.row.row.Row-ReminderFreqency .col-sm-9.Col-Table.Col-ReminderFreq>.form-check>input[type="radio"]:focus + label.form-check-label,
.askDesignateRadios input[type="radio"]:focus + label.form-check-label {
    background-color:#ee0000 !important;
    color: #ffffff !important;
}

.PledgeTypeSelection label.RadioLabel:hover:before,
.PledgeTypeSelection .TypeSelection-Items label.RadioLabel:hover,
.IPledgeTable label.RadioLabel:hover,
.IPledgeTable .row.row .col-md-9 label.form-check-label:hover,
div#PledgePaymentInfo .form-check>label.form-check-label:hover,
div#PledgePaymentInfo .form-check>label.form-check-label:hover:before,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentFreq label.form-check-label:hover,
.IPledgeTable .col-sm-9.Col-Table.Col-BillingFreq label.Col-Radio:hover,
.row.row.Row-ReminderFreqency .col-sm-9.Col-Table.Col-ReminderFreq>.form-check label.form-check-label:hover,
.askDesignateRadios label.form-check-label:hover,
.Col-Table.Col-CardType label:hover,
#CCardType label.CC_RadioLabel:hover {
    cursor: pointer;
	background-color:#666666 !important;
    color: #ffffff !important;
}

.PledgeTypeSelection label.RadioLabel:hover:after,
div#PledgePaymentInfo .form-check>label.form-check-label:hover:after {
    color: #ffffff !important;
}

.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span + label.RadioLabel:before,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel:before,
div#PledgePaymentInfo div.form-check>input[type="radio"]:checked + label.form-check-label:before {
    background-color: #ee0000 !important;
}

.IPledgeTable .col-md-9 .radio,
.IPledgeTable .col-md-9.BillingFrequencyOptions>div,
.IPledgeTable .col-md-9 .form-check,
div#PledgePaymentInfo .BlockDetails>.form-check,
div#PledgePaymentInfo .row.row.Row-PledgeAmount .form-check,
.col-sm-9.Col-Table.Col-PaymentFreq>.form-check,
.row.row.Row-BillingFrequency .form-check.BillingType,
.row.row.Row-ReminderFreqency .col-sm-9.Col-Table.Col-ReminderFreq>.form-check,
.askDesignateRadios .form-check,
#CCardType .CCRadioOptions,
.IPledgeTable .form-check.PaymentMethod {
    display: inline-block !important;
}

.IPledgeTable .col-md-9 .radio .form-check,
.IPledgeTable .col-md-9.BillingFrequencyOptions .form-check,
.IPledgeTable .col-md-9 .form-check,
div#PledgePaymentInfo .row.row.Row-PledgeAmount .form-check,
div#PledgePaymentInfo .col-sm-9.Col-Table.Col-PaymentFreq .form-check,
.row.row.Row-ReminderFreqency .col-sm-9.Col-Table.Col-ReminderFreq>.form-check,
.row.row.Row-BillingFrequency .form-check.BillingType,
div#AskDesignateID,
#CCardType .CCRadioOptions  {
    padding-left: 0;
    padding-right: 12px;
    padding-bottom: 12px;
    margin:0 !important;
}

.PledgeTypeSelection .IPledgeTable .radio .RadioLabel {
    color: inherit !important;
}

.col-md-9.BillingFrequencyOptions {
    padding-top: 6px !important;
}

.col-md-9.BillingFrequencyOptions .radio {
    margin-right: 0;
}

.IPledgeTable .row.row .col-md-9 div[class*="RadioOther"] input,
div#PledgePaymentInfo div[id*="AmountDisplay"] input {
    max-width: 200px !important;
    display: inline-block;
    vertical-align: top;
}

.IPledgeTable input[id*="AmountDisplay"],
div#PledgePaymentInfo  input[id*="AmountDisplay"] {
    margin: 0;
    height: auto;
    clear: both !important;
    max-width: 200px;
    background-color:#ffffff;
    font-size: 18px;
    display: block !important;
}

.EntrySection .IPledgeTable .row {
    margin-bottom: 30px;
}

div#BillDateComp {
    line-height: 1;
}

.Page-IPledgeCombined .EntrySection .IPledgeTable .row.row.Row-BillingStartDate .col-md-9 {
    padding-top: 0 !important;
}

.askDesignateRadios .form-check {
    display: inline-block !important;
    float: left;
    padding-left: 8px;
    padding-right: 4px;
}

.askDesignateRadios:before {
    content: "Designations:";
    font-weight: bold;
    max-width: 25%;
    flex: 0 0 25%;
    width: 25%;
    float:left;
}

input#DesignateAsk[type="checkbox"] + label {
    font-size: 18px;
}

input#DesignateAsk[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: 0px;
    position: static;
    margin-top: 4px;
    vertical-align: bottom;
}

.Page-IPledgeCreditCardPP .askDesignateQuestion .askDesignateRadios.col-12 {
    padding-left: 0;
}

.RecurAsk.RecurAskePledge {
    padding: 24px 0 !important;
}

.IPledgeTable .RadioTable input[type="radio"],
.IPledgeTable .PercentAmount input[type="radio"],
.IPledgeTable .DollarAmount input[type="radio"] {
    opacity: 100 !important;
    width: 42px;
    position: static;
}

.Page-SinglePageRegPledge .FlagTable {
    margin: 20px 0 40px 0;
}

.IPledgeTable .row.CardNumberInfo,
.IPledgeTable .row.CardNameInfo {
    margin-right: -15px;
    margin-left: -15px;
}

.IPledgeTable .col-sm-9.CardNumberData,
.IPledgeTable .col-sm-9.CardNameData {
    display: inline-block;
}

div#CCExpiry select {
    width: 48%;
    display: inline-block;
    max-width: 240px;
}

div.scSummaryTotalQuantity, div.scSummaryTotalAmount, tr.ShoppingCartTableFooter td {
    color: ee0000 !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin:0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#EventItemForm a .page-header {
    background-color: #da291c !important;
}

#SpecialEventForm .GroupHead th  {
    background-color: #da291c !important;
}

#SpecialEventForm thead th {
    background-color: #da291c !important;
    color: #FFFFFF !important;
    line-height: 1.6em;
}

.Area-SpecialEvent input.form-check-input[type="checkbox"],
.Area-SpecialEvent input.form-check-input[type="radio"] {
    margin-top: calc(.375rem + 6px) !important;
}

.EventSelectionListItem .UnitsLeft {
    color: #DA291C !important;
}

html body #SpecialEventForm #sortable thead.thead-light th {
    background-color: #eeeeee !important;
    color: #000000 !important;
}

#MFADialog .modal-header {
	background-color: #DA291C;
	color: #ffffff;
}

#MFADialog h5 {
	font-size: 24px;
	font-weight: 600;
}

#MFADialog .btn-secondary {
    margin: 0.5em 0.8em 0.5em 0;
    padding: 0.8em 1.0em;
    color:#333333;
    font-size:15px;
    background-color: #d6d3ce;
    border:0;
    outline-width:0;
    font-weight: 600 !important;
}

#MFADialog .btn-secondary:hover {
    border:0;
    font-size:15px;
}

#MFADialog .btn-primary {
	margin: 0.5em 0.9em 0.5em 0;
    padding: 0.8em 1.0em;
    font-size:15px;
    outline-width:0;
    font-weight: 600 !important;
    color:#ffffff;
    background-color:#DA291C;
    border:0;
}

#MFADialog .btn-primary:hover {
	color:#ffffff;
    font-size:15px;
    background-color: #DA291C;
    border:0;
}

#SpecialEventForm thead th a, #SpecialEventForm thead th .fa-times {
    color: #ffffff !important;
}

.Page-SpcEvtRegPledge .Block a,
.EventSelectionList a {
	color: #636466 !important;
}

.isEmployeeSEOptions label,
#SpecialEventForm  .SortOrder .SortOrderByGroup label,
#SpecialEventForm  .SortOrder .SortOrderBySortField label {
	display: block;
    background-color: #ffffff;
    padding: 10px 18px;
    font-size: 19px;
    border: 3px solid #636466;
    transition: all 0.3s;
    color: #636466;
    min-width: 120px;
    text-align: center !important;
    cursor: pointer;
    border-radius:50px;
    text-transform: uppercase;
    font-weight: bold;

}

.isEmployeeSEOptions label:hover,
.isEmployeeSEOptions input[type="radio"]:checked + span + label,
#SpecialEventForm  .SortOrder .SortOrderByGroup label:hover,
#SpecialEventForm  .SortOrder .SortOrderByGroup input[type="radio"]:checked + label,
#SpecialEventForm  .SortOrder .SortOrderBySortField label:hover,
#SpecialEventForm  .SortOrder .SortOrderBySortField input[type="radio"]:checked + label {
	background-color:#636466 !important;
    color: #ffffff !important;
}

.isEmployeeSEOptions input,
#SpecialEventForm  .SortOrder .SortOrderByGroup input,
#SpecialEventForm  .SortOrder .SortOrderBySortField input {
    display: none !important;
}

.SortOrder .SortOrderByGroup {
    padding-left: 15px !important;
}

.isEmployeeSEOptions.row-readOnly label:hover {
    background: #ffffff !important;
    color: #636466 !important;
    cursor: auto !important;
}

.Page-ReleaseInfo .PhoneData > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.Page-ReleaseInfo form#select {
    margin: 0 5px !important;
}

#chkDate {
  padding-left: 22px;
}

.Logo img {
  max-width: 100% !important;
  height: auto;
}

.VolHistSelfRepHourTitle, .VolHistSelfRepHourTitle p {
    font-family: 'Lato', sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 1.75rem;
    margin-top: 30px;
}

.form-check-input[type="radio"] {
  margin-top: 6px;
}

@media print {
@page {
    margin: 1cm 1cm;
    font-size: 16px;
}

* {
    margin-right: 0;
    margin-left: 0;
}

.PledgeProgress,
#top-header,
#mobile-header,
#main-banner,
#main-body-nav,
#main-fullspan-1,
#main-grid-1,
#main-fullspan-2,
#main-halfspan-1,
#main-grid-2,
#footer {
    display: none;
}

.container {
    width: 100%;
}
}