/*----------------------------------------------Fonts------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
 @font-face {
     font-family: 'league_gothicregular';
     src: url('../fonts/leaguegothic-regular-webfont.woff2') format('woff2'), url('../fonts/leaguegothic-regular-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/*--------------------------------------------CSS Variables---------------------------------------------*/
:root {
	--primary-color: #005191; /*Blue*/
	--secondary-color: #f57814; /*Orange*/
	--alt-grey-1: #f2f2f2; /*Grey 1*/
}

/*----------------------------------------------Top Level CSS--------------------------------------------*/
 body {
     background: #ffffff;
     color: #111;
     padding: 0;
     margin: 0;
     font-family: Roboto,Arial,sans-serif;
     font-weight: 400;
     font-style: normal;
     line-height: 1.5;
     position: relative;
}

body a {
     text-decoration: none;
     line-height: inherit;
     transition: color .1s;
     color: #005191;
}

img {
    max-width: 100%;
}

.bold {
     font-weight: bold;
}

select {
    padding: 6px 8px !important;
}

#header-menu .LFArea {
	display: inline-block;
}

nav.header-top-cta .LFArea {
    display: block;
    width: 100%;
}

.Portlet {
    margin: 0 !important;
    padding: 0 !important;
}

h1 {
    background: #000000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-family: league_gothicregular,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 3em !important;
    padding: 0.4rem 1rem 0.14rem 1rem;
    border-top: 30px solid white;
    border-bottom: 10px solid white;
}

h1 p, h2 p, h3 p {
    margin: 0;
}

h1:empty {
    padding: 0;
}

.page-header h1 p {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-family: league_gothicregular,Arial,sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
}

.Area-Article h1 {
    display: inline-block;
    line-height: 1.19;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin: 0 7px;
    letter-spacing: 0;
    font-family: league_gothicregular,Arial,sans-serif;
    font-size: 4.5rem;
    text-align: center;
}

.Page-IPledgeConfirmDisplay h2 {
    background: #000000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-family: league_gothicregular,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 3em !important;
    border-top: 30px solid white;
    border-bottom: 10px solid white;
}

.Area-Article p {
    font-family: Roboto,Arial,sans-serif !important;
    font-size: 16px !important;
    line-height: 2.5rem;
	margin-bottom: 2.5rem !important;
}

#MainContent {
	padding-top: 3em;
    padding-bottom: 5em;
}

.DefaultButtons .button, #wcOptnListForm .btn-primary {
    background: #005191 !important;
	background: var(--primary-color, #005191) !important;
    border-radius: 0;
    border: 2px solid var(--primary-color, #005191) !important;
    min-width: 11em !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em !important;
    font-family: "Roboto Condensed",Arial,sans-serif;
    color: #fff !important;
    outline: none !important;
    margin: 0 10px 10px 0;
}

.DefaultButtons .button:hover, #wcOptnListForm .btn-primary:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
    outline: none !important;
    border: 2px solid #204d74 !important;;
    box-shadow: none !important;
}

.btn-outline-primary {
  background: #ffffff !important;
  border-radius: 0 !important;
  border: 2px solid var(--primary-color, #005191) !important;
  min-width: 11em !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 1em !important;
  font-family: "Roboto Condensed",Arial,sans-serif !important;
  color: var(--primary-color, #005191) !important;
}

.btn-outline-primary:hover {
    border-color: #204d74 !important;
    background: #eff3f7 !important;
}

nav.PledgeProgress li.DefaultButtons {
    border: 0 !important;
    border-radius: 0 !important;
    color: #000;
    margin: 0.5em 0.5em 0.5em 0;
    background: #d6d3ce !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.75em !important;
    font-family: "Roboto Condensed",Arial,sans-serif;
}

nav.PledgeProgress li.ProgressStepCurrent.DefaultButtons {
    color: #fff;
    background: #005191 !important;
    background: var(--primary-color, #005191);
}

nav.PledgeProgress li.ProgressArrow.pledge_arrow.DefaultButtons {
    background: transparent !important;
    padding: 0 !important;
}

#SelectDateTable img {
    width: 18px;
}

#MainContent {
  clear: both !important;
}

#container-area-3, #container-area-6 {
    overflow: hidden;
}

/*---------------------------------------------Header---------------------------------------------*/
#header-utility {
     background: linear-gradient(to right,#fff 0,#fefefe 20%,#f2f2f2 100%);
     border-bottom: 1px solid #cccccc;
}

nav.utility-menu div {
    width: 100%;
}

nav.utility-menu ul {
     list-style: none;
     padding-left: 0;
     margin-bottom: 0;
     text-align: right;
}

nav.utility-menu ul li,
nav.header-top-menu ul li {
     display: inline-block;
}

nav.utility-menu ul li a {
     color: #545454;
     display: block;
     font-size: 11px;
     line-height: 1.2;
     margin: 0 9px 0 8px;
     margin: 0 .5625rem 0 .5rem;
     padding: 11px 5px 8px;
     -webkit-font-smoothing: antialiased;
}

nav.utility-menu ul li a:hover,
.header-top-menu ul li a:hover {
     color: #f57814 !important;
     color: var(--secondary-color, #f57814) !important;
     text-decoration: none;
}

#header-menu .PortletLogo {
    margin: 0.75em 0;
}

#header-menu .logo {
     width: 126px;
     margin: 0.5rem 0;
}

#mobile-menu-btn {
	display: none;
	float:right;
	margin: 1.25em 0;
    outline: 0;
    padding: 12px;
    text-align: center;
    min-width: 85px;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    text-transform: uppercase;
    font: 700 17px/1 "Roboto Condensed",Arial,sans-serif;
}

#mobile-menu-btn:hover {
	text-decoration:  none;
}

#mobile-menu-btn .opened,
#mobile-menu-btn.expanded .closed {
	display: none;
}

#mobile-menu-btn.expanded .opened {
	display: block;
}

.header-mobile-menu {
    height: 0;
    transition: 0.5s height ease;
    overflow: hidden;
}

.header-mobile-menu.expanded {
    margin-top: -1px;
	height: 100%;
    overflow: unset;
}

.header-mobile-menu ul {
    padding-left: 0;
    list-style: none;
	margin-bottom: 0;
}

.header-mobile-menu ul li {
    border-bottom: 1px solid #cccccc;
}

.header-mobile-menu ul li a {
    padding: 18px 16px 17px;
	text-transform: uppercase;
    letter-spacing: .05em;
    color: #111;
    display: block;
    line-height: 1;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-weight: 700;
}

.header-top-menu ul {
     list-style: none;
     margin: 0;
     padding: 20px 0 !important;
     padding: 1.25rem 0;
     font-family: Roboto,Arial,sans-serif;
     font-weight: 700;
     font-size: 13px;
     text-transform: uppercase;
     letter-spacing: .04em;
     text-align: right;
}

.header-top-menu ul li {
     margin-left: 2rem;
}

.header-top-menu ul li a {
     color: #000;
     display: block;
     padding: 13px 10px;
     position: relative;
     -webkit-font-smoothing: antialiased;
}

.header-top-menu ul.pureCssMenu li:hover>ul {
    list-style: none;
    background: #fff;
    padding: 0 !important;
    border-bottom: 0;
}

.header-top-menu ul.pureCssMenu li>ul li {
    border-bottom: 1px solid #cccccc;
    margin-left: 0;
}

.header-top-menu ul.pureCssMenu li>ul li:last-child {
    border-bottom: 0 !important;
}

nav.header-top-menu, nav.header-top-cta {
     float: right;
}

nav.header-top-menu {
    max-width: 75%;
}

.Portlet>.ShoppingCart {
    border: 0 !important;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 2em;
    padding: 10px 0;
}

nav.header-top-cta ul {
     list-style: none;
     padding-left: 0;
     margin-bottom: 0;
     margin-left: 2em;
     padding: 20px 0;
     overflow: auto;
}

nav.header-top-cta ul li {
     float: left;
}

nav.header-top-cta ul li a {
     color: #000000 !important;
     display: block;
     float: left;
     font: 700 14px "Roboto Condensed",Arial,sans-serif;
     line-height: 1;
     padding: 15px 25px;
     text-align: center;
     text-transform: uppercase;
     -webkit-font-smoothing: antialiased;
     white-space: nowrap;
     letter-spacing: .02em;
     min-width: 115px;
     min-width: 7.1875rem;
}

nav.header-top-cta ul li:first-child a {
     background: #f57814;
     background: var(--secondary-color, #f57814);
}

nav.header-top-cta ul li:first-child a:hover {
     background: #f57814;
     background: var(--secondary-color, #f57814);
     text-decoration: none;
}

nav.header-top-cta ul li:last-child a {
     background: #f2f2f2;
     background: var(--alt-grey-1, #f2f2f2);
}

nav.header-top-cta ul li:last-child a:hover {
     background: #dddddd;
     text-decoration: none;
}

/*---------------------------------------------Main Banner---------------------------------------------*/
#main-banner {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    min-height:
}

#main-banner img {
    width: 100%;
    max-width: 100%;
}

#main-banner .Article {
	position:relative;
}

#main-banner h2 {
     background-color: #000000;
     color: #ffffff;
     display: inline;
     margin: 0;
     box-shadow: 0.625rem 0 #000000, -0.625rem 0 #000000;
     line-height: 1;
     text-transform: uppercase;
     font-family: league_gothicregular,Arial,sans-serif;
     font-weight: 400;
     letter-spacing: .02em;
     font-size: 3em;
}

#main-banner p {
	margin-bottom: 0;
}

.main-banner_heading {
    margin: 0 .625rem 1.25rem;
    position: absolute !important;
    width: 50% !important;
    bottom: 10px;
}

.main-banner_heading p {
    margin-left: -0.625rem;
    margin-top: 10px;
}

#main-banner .button {
     margin: .375rem 0;
     vertical-align: middle;
     min-width: 188px;
     background: #f57814;
     background: var(--secondary-color, #f57814);
     color: #000000;
     display: inline-block;
     font-family: "Roboto Condensed",Arial,sans-serif;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: .02em;
     line-height: 1;
     padding: 1.0625em 2.1875em;
     position: relative;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     transition: background .2s;
     z-index: 1;
}

#main-banner .button:hover {
     background: #f57814;
     background: var(--secondary-color, #f57814);
}

/*---------------------------------------------Secondary Menu---------------------------------------------*/
nav#secondary-menu {
     left: 0;
     top: 100%;
     min-width:100%;
}

nav#secondary-menu ul {
     list-style: none;
     padding: 0;
     background-color: #e1e1e1;
     margin: 0;
     font-family: Roboto,Arial,sans-serif;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: .04em;
     text-align: center;
}

nav#secondary-menu ul::-webkit-scrollbar {
    width: 5px;
}

nav#secondary-menu ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

nav#secondary-menu ul::-webkit-scrollbar-thumb {
    background: #888888;
}

nav#secondary-menu ul::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

nav#secondary-menu li {
    display: inline-block !important;
    width: auto;
}

nav#secondary-menu ul li a {
    cursor: pointer;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    border: 0;
    white-space: nowrap;
    transition: all 0.5s;
    color: #000000;
    padding: 18px 28px 14px 28px;
    position: relative;
    font-size: 14px;
}

nav#secondary-menu ul li a:hover {
     text-decoration: none;
     color: #f57814;
     color: var(--secondary-color, #f57814);
     background: #ffc985;
}

nav#secondary-menu li.pureCssMenui ul {
    border: 0;
    padding: 0;
    position: absolute;
    left: -70px;
    top: 40px;
    border: 1px solid #cccccc;
    min-width: 240px;
}

nav#secondary-menu li.pureCssMenui ul ul {
	left: 100%;
	top:0;
}

nav#secondary-menu li.pureCssMenui ul li {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

nav#secondary-menu li.pureCssMenui ul li.CSSCloseButton {
    display: none !important;
}

nav#secondary-menu ul.pureCssMenu li:hover>ul {
    list-style: none;
    background: #ffffff;
    padding: 0 !important;
    border-bottom: 0;
}

nav#secondary-menu ul.pureCssMenu li>ul li {
    border-bottom: 1px solid #cccccc;
    margin-left: 0;
}

nav#secondary-menu ul.pureCssMenu li>ul li:last-child {
    border-bottom: 0 !important;
}


html .KeywordSearch .SearchNavigation li .button {
    line-height: 0.6em !important;
    color: #000000 !important;
    background-color: #eeeeee !important;
}

/*---------------------------------------------Container Area 1---------------------------------------------*/
.PledgeTypeSelection {
    padding: 0 !important;
}

span.form-checkSpace {
    display: none;
}

.stat-fact {
     padding: 9em;
}

.stat-fact h3 {
     color: #111111;
     font: 100 68px Roboto,Arial,sans-serif;
     margin: 0 0 17px;
     line-height: 1;
}

.stat-fact h3 + p {
     color: #11111;
     font: 700 15px "Roboto Condensed",Arial,sans-serif;
     line-height: 1.4;
     -webkit-font-smoothing: antialiased;
}

/*---------------------------------------------Container Area 2---------------------------------------------*/
#container-area-2 {
    background: #f2f2f2;
    background: var(--alt-grey-1, #f2f2f2);
	font-size: 16px;
}

#container-area-2 .LFArea {
    padding-bottom: 30px;
}

#container-area-2 .container {
    min-width: 80%;
}

.section-title {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 1rem;
	text-align: center;
}

.section-title h2 {
    display: inline;
    line-height: 1.19;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin: 0 7px;
    letter-spacing: 0;
	font-family: league_gothicregular,Arial,sans-serif;
	font-size: 3rem;
}

#container-area-2 a {
	color: #f57814;
	color: var(--secondary-color, #f57814);
	font-weight: bold;
}

.img-third {
    background-color: #000000;
	margin: 3.375rem 0 3.5625rem;
}

.img-third a,
.img-third a:hover {
	display: block;
	text-decoration: none;
	color: #333333 !important;
}

.img-third img {
	transition: opacity .3s ease-in-out;
	opacity: 1;
}

.img-third:hover img {
	opacity: 0.7;
}

.img-third p {
    line-height: 1.4;
    min-height: 70px;
    padding: 1.5rem;
    font-weight: 700;
    margin: 0;
	background: #ffffff;
	font-size: 14px;
}

/*---------------------------------------------Container Area 3---------------------------------------------*/
#container-area-3 .LFArea {
    padding: 8em 0;
}

.LFArea.Area-UnitedWeFight-P-content-area-3,
.LFArea.Area-UnitedWeFight-P-content-area-3 .Portlet {
    display: block;
    width: 100%;
}

#container-area-3 .container-fluid .row {
	margin-left: -15px;
    margin-right: -15px;
	max-width: inherit;
}

.home-featured-content {
    padding: 4em !important;
    min-height: 530px;
    background: #f2f2f2;
    background: var(--alt-grey-1, #f2f2f2);
    height: 530px;
}

#container-area-3 h3 {
    display: inline;
    line-height: 1.19;
    background: #005191;
	background: var(--primary-color, #005191);
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin: 0 7px;
    letter-spacing: 0;
    box-shadow: 7px 0 #005191, -7px 0 #005191;
	box-shadow: 7px 0 var(--primary-color, #005191), -7px 0 var(--primary-color, #005191);
	font-family: league_gothicregular,Arial,sans-serif;
	font-size: 3rem;
}

div#container-area-3 h4 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}

.home-featured-content .btn,
.btn.btn-primary {
    background: #005191;
	background: var(--primary-color, #005191);
    border-radius: 0;
    border: 2px solid var(--primary-color, #005191);
    min-width: 11em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em;
    font-family: "Roboto Condensed",Arial,sans-serif;
}

.btn.btn-secondary {
    border-radius: 0;
    border: 0;
    min-width: 11em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em;
    font-family: "Roboto Condensed",Arial,sans-serif;
}

#MFADialog .modal-header {
	background-color: #005191;
	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:#000000;
    font-size:14px;
    background-color: #f2f2f2;
    border:0;
    outline-width:0;
    font-weight: 600 !important;
    border-radius: 0;
    min-width:0;
    text-transform: none;
}

#MFADialog .btn-secondary:hover {
    background: #dddddd;
    border:0;
    font-size:14px;background:
}

#MFADialog .btn-primary {
	margin: 0.5em 0.9em 0.5em 0;
    padding: 0.8em 1.0em;
    font-size:14px;
    outline-width:0;
    font-weight: 600 !important;
    color:#ffffff;
    background-color:#005191;
    border:0;
    border-radius: 0;
    min-width:0;
    text-transform: none;
}

#MFADialog .btn-primary:hover {
	background-color: #286090 !important;
    border:0;
    font-size:14px;
}

/*---------------------------------------------Container Area 5---------------------------------------------*/
#container-area-5 {
    background-color: #f2f2f2;
    background-color: var(--alt-grey-1, #f2f2f2);
}

#container-area-5 .LFArea {
    padding-bottom: 8em;
}

#container-area-5 .LFArea,
#container-area-5 .Portlet {
    display: block;
}

.home-grid {
    display: flex;
    flex-wrap: wrap;
}

.home-grid-box {
    flex-grow: 1;
    width: 31%;
    margin: 1%;
    background-color: #ffffff;
    padding: 2em;
	font-size: 1.4em;
}

.home-grid-box h3 {
    font-family: Roboto,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.home-grid-box .btn {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*----------------------------------------Container Area 6-----------------------------------------*/
#container-area-6 .LFArea {
	padding: 4em 0;
}

#container-area-6 h3 {
	font: 700 20px "Roboto Condensed",Arial,sans-serif;
}

/*---------------------------------------------Footer---------------------------------------------*/
#footer {
     padding: 3.875em .625em 0;
     background: #e1e1e1;
     clear: both;
     overflow: hidden;
}

#footer .logo {
     width: 140px;
}

#foot-nav ul {
     padding-left: 0;
     list-style: none;
}

#foot-nav h5, #foot-nav ul li {
     margin: 0 0 7px;
     font-size: 14px;
     line-height: 1.5;
     list-style: none;
     padding: 0;
}

#foot-nav h5, #foot-nav ul li a {
     color: #005191;
	 color: var(--primary-color, #005191);
     -webkit-font-smoothing: antialiased;
}

#foot-nav ul li a:hover {
     color: #f57814;
     color: var(--secondary-color, #f57814);
     text-decoration: none;
}

#foot-nav h5 {
     font-weight: bold;
}

.foot-img {
     display: block;
     margin: 5px 20px 20px 0;
}

footer#footer .mainAg {
    text-align: center;
    font-size: 14px;
    padding-bottom: 2.6875em;
    padding-top: 2.6875em;
}

.Footer {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 1em;
    font-size: 14px;
    color: #666666;
}

#SelectedAgencies {
    margin: 0 15px;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel:before,
.PledgeTypeSelection .TypeSelection-Items label.RadioLabel:after,
div#PledgePaymentInfo .BlockDetails>div.form-check>label.form-check-label:before,
div#PledgePaymentInfo .BlockDetails>div.form-check>label.form-check-label:after {
    color: #005191;
}

.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span + label.RadioLabel:before,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel:before,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span + label.RadioLabel:after,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel:after,
div#PledgePaymentInfo .BlockDetails>div.form-check>input[type="radio"]:checked + label.form-check-label:before,
div#PledgePaymentInfo .BlockDetails>div.form-check>input[type="radio"]:checked + label.form-check-label:after {
    color: #ffffff;
}

.Spouse .input-group-text {
    border: 0;
    background-color: transparent;
    padding: 0;
}

#profilePicRow .col-sm-1 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: calc(15px + 25%);
    padding-top: 10px;
}

.Page-IPledgeDes1 h2,
.Page-IPledgeDes2 h2,
.Page-IPledgeCombined h2,
.AgencySectionHeader h2 {
    border-bottom: 0;
    background: #000;
    color: #ffffff;
    display: inline-block;
    margin: 38px 0 10px 0;
    line-height: 1;
    text-transform: uppercase;
    font-family: league_gothicregular,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: 42px !important;
    padding: 6px 14px 3px 14px;
}

.Page-IPledgeCombined h2 p,
.AgencySectionHeader h2 p,
.Page-IPledgeDes1 h2 a,
.Page-IPledgeDes2 h2 a,
.Page-IPledgeCombined h2 a,
.AgencySectionHeader h2 a  {
	padding: 0;
	border-bottom: 0;
    background: #000;
    color: #ffffff;
    display: inline-block;
    margin: 0 !important;
    line-height: 1;
    text-transform: uppercase;
    font-family: league_gothicregular,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    font-size: inherit;
}

.Page-IPledgeDes1 h2 a:hover,
.Page-IPledgeDes2 h2 a:hover,
.Page-IPledgeCombined h2 a:hover,
.AgencySectionHeader h2 a:hover {
	text-decoration: none;
}

div#DesignationSection div#DsgnCollapseBlock h2 {
    font-size: 42px !important;
    margin-top: 30px;
}

div#DesignationSection div#DsgnCollapseBlock h2 .note.DsgnSubSectionHdr p {
    margin: 7px 0 3px 0 !important;
}

.DesFedSearchList .col-sm-3.Col-Data.Col-Input input[type="text"] {
    margin-top: 12px;
}

.DesFedSearchList .col-sm-6.Col-Text.Col-Name label {
    margin-top: 18px;
}

.NothingButton.DefaultButtons a.button {
    min-width: 8em !important;
}

.DesFedSearchList th div {
    line-height: 1em;
    padding: 6px;
}

.Section-PledgeAddInfo h1,
.Section-PledgeConfirm .page-header h1,
h2 .note.WebPledgeSelect p {
    background: transparent;
    color: #000000;
    font-size: 24px !important;
    text-transform: none;
    font-family: Roboto,Arial,sans-serif;
    padding: 0 !important;
}

.Page-IPledgeCombined .CommunityCare h2,
.Page-IPledgeCombined .ServiceCategories h2,
.Page-IPledgeCombined .TargetedAgencies h2,
.Page-IPledgeCombined .TargetedAgencies h2 p,
.Page-IPledgeCombined .AgencySectionHeader h2,
.Page-IPledgeCombined .WriteIns h2,
.Page-IPledgeCombined .AgencySectionHeader h2 a {
	background: transparent !important;
    color: #000000 !important;
    padding: 0 !important;
}

.Page-IPledgeCombined .CommunityCare h2 a.icon {
    background: transparent !important;
    color: #000000 !important;
}

#WriteInDesignationSection h2, #WriteInDesignationSection h2 p {
	background-color: transparent !important;
	color: #000000 !important;
}

.Page-IPledgeCombined .CommunityCare h2 i {
    font-size: 1em;
    vertical-align: top;
    margin-top: 0;
}

.Page-IPledgeCombined  .Agencies i.fa.fa-caret-right {
    margin-right: 0 !important;
    margin-top: 10px !important;
}

.Page-CybsSACheckout .Section-ePayment .Section-PaymentDtl {
    margin-top: 40px;
}

.PledgeSummary th {
    font-weight: normal;
}

.Page-IPledgeAddInfo nav.PledgeNavigation {
    padding-left: 15px;
}

.PledgeTypeSelection label.RadioLabel {
    background-image: none !important;
}

.Page-SinglePageRegPledge .BlockDetails .col-sm-9 .Col-Heading,
.Page-CampaignRegistration .BlockDetails .col-sm-9 .Col-Heading {
    margin: 8px 0 0 0;
}

.col-form-label {
    font-weight: normal;
}

input#UserId, input#Password {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.Page-TimeSlots .Title,
.Page-TimeSlotUpdate .Title {
    border-bottom: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.col-sm-1.text-center.Col-MoreInfo,
.col-sm-1.Col-SelectAccount {
    display: inline-block !important;
    width: auto !important;
}

div#chkDate .col-sm {
    padding-left: 5px !important;
}

.PledgeTypeSelection .BlockHeader {
    margin: 0 !important;
    padding: 0 !important;
}

.PledgeTypeSelection .page-header h2 {
    margin-bottom: 0;
}

.page-header h2 p {
    margin-bottom: 0 !important;
}

.RadioTable.stepUpPgm input[type="radio"] {
    position: absolute !important;
    top: 2px !important;
    width: auto !important;
}

.Page-IPledgeDesFedList .BottomPagingBlock .fa {
    display: inline-block !important;
}

.BottomPagingBlock a.button:hover {
    border: 2px solid #005191!important;
    background-color: #005191!important;
    color: #ffffff !important;
}

.BottomPagingBlock a.button {
    min-width: 60px !important;
    background-color: #ffffff !important;
    color: #005191!important;
    border: 2px solid #005191!important;
}

.BottomPagingBlock span.buttonText {
	display: none;
}

.CommunityCare h2 i {
    font-size: 0.7em;
    vertical-align: top;
    margin-top: 6px;
}

.Page-IPledgeCreditCardPP .IPledgeTable div#PaymentSD {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.Page-SinglePageRegPledge .IPledgeTable .col-sm-9 {
    padding-top: calc(.375rem + 1px);
}

.Page-SinglePageRegPledge div[class*="StartDate"] .col-sm-9 .form-row {
    margin-left: 0;
    margin-right: 0;
}

.Page-SinglePageRegPledge div[class*="StartDate"] .col-sm-9 .row.col-sm {
	padding-left:0;
	padding-right:0;
}

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;
}

/*----------------------------------------- CSS Pledge Icon Font -----------------------------------------*/
body .PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span + label.RadioLabel,
body .PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel {
    background-color: #005191 !important;
    color: #ffffff;
}

.PledgeTypeSelection .TypeSelection-Items,
div#PledgePaymentInfo>.Block>.BlockDetails {
    display: flex;
    flex-wrap: wrap;
}

.PledgeTypeSelection .TypeSelection-Items > div,
div#PledgePaymentInfo>.Block>.BlockDetails>.form-check {
    flex-grow: 1;
    width: 25%;
    max-width: 25%;
    margin-bottom: 0;
}

.PledgeTypeSelection .TypeSelection-Items > div .form-check,
div#PledgePaymentInfo>.Block>.BlockDetails>.form-check {
    padding-left: 0;
}

.PledgeTypeSelection .TypeSelection-Items .EntrySection {
    width: 100%;
    min-width: 100%;
    padding: 0 1em;
}

#PledgeNavigationB {
    padding: 0 !important;
}

.PledgeTypeSelection .TypeSelection-Items input[type="radio"],
div#PledgePaymentInfo .form-check input[type="radio"],
span.radioSpace,
.IPledgeTable .row div>input[type="radio"] {
    display: none !important;
}

.PledgeTypeSelection .TypeSelection-Items .EntrySection input[type="radio"] {
    display: inline-block;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel,
div#PledgePaymentInfo .BlockDetails>div.form-check>label.form-check-label {
    display: block !important;
    background: #ffffff; /*Add !important if it needs to be white*/
    text-align: center;
    margin: 0.5em;
    padding: 1em 2%;
    padding-top: 4.5em;
    cursor: pointer;
}

.PledgeTypeSelection .TypeSelection-Items label.RadioLabel,
div#PledgePaymentInfo label.form-check-label {
    position: relative;
}

.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 .BMSection label.RadioLabel::before,
.PledgeTypeSelection .Bill label.RadioLabel::before,
div#PledgePaymentInfo .Bill label.form-check-label::before {
    content: "\f53a";
}

.PledgeTypeSelection .CashSection label.RadioLabel::before,
.PledgeTypeSelection .Cash label.RadioLabel::before,
div#PledgePaymentInfo .Cash label.form-check-label::before {
    content: "\f3d1";
}

.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 .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 .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";
}

.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 .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 .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";
}

.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;
}

/*----------------------------------------- Pledge CSS Buttons -----------------------------------------*/
.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,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentMethod 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 .percentPledge label,
.IPledgeTable .dollarPledge label {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 26px;
    font-size: 18px;
    border: 2px solid #005191;
    transition: all 0.3s;
    color:#005191 !important;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
}

.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;
}

.Col-Table.Col-CardType tr {
    display: inline-block;
    padding-right: 12px;
}

.Col-Table.Col-CardType td input[type="radio"] {
    display: none;
}

.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,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelBillMe,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelCreditCard,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelACH,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelPPExprChkout,
.IPledgeTable input[type="radio"]:checked + span + label.RadioLabel.LabelOrgRcvPayment,
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,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentMethod div.form-check>input[type="radio"]:checked + label.form-check-label,
.askDesignateRadios input[type="radio"]:checked + label.form-check-label,
.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,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentMethod div.form-check>input[type="radio"]:focus + label.form-check-label,
.askDesignateRadios input[type="radio"]:focus + label.form-check-label,
.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,
.IPledgeTable .col-sm-9.Col-Table.Col-PaymentMethod label.form-check-label:hover,
.askDesignateRadios label.form-check-label:hover,
#CCardType label.CC_RadioLabel:hover,
#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:#005191 !important;
    color: #ffffff !important;
}

.PledgeTypeSelection label.RadioLabel:hover:after,
div#PledgePaymentInfo .form-check>label.form-check-label:hover:after {
    color: #ffffff !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,
.col-sm-9.Col-Table.Col-PaymentMethod>.form-check,
.askDesignateRadios .form-check,
#CCardType .CCRadioOptions {
    display: inline-block !important;
    float: left;
}

.IPledgeTable .col-md-9 .radio .form-check,
.IPledgeTable .col-md-9.BillingFrequencyOptions .form-check,
.IPledgeTable .col-md-9.PaymentMethodOptions .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,
div#PledgePaymentInfo .col-sm-9.Col-Table.Col-PaymentMethod .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;
}

.Col-Table.Col-CardType input[type="radio"] {
	display: none !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;
    float: left;
    font-size: 18px;
}

div#PledgePaymentInfo .row.row.Row-PledgeAmount span[id*="AmountRadios-addon"] {
    display: none;
}

.EntrySection .IPledgeTable .row {
    margin-bottom: 30px;
}

div#BillDateComp,
iv#BillDateComp p {
    padding-top: 0;
    padding-bottom: 0;
}

.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: 18px;
    position: static;
}

.Page-SinglePageRegPledge .FlagTable {
    margin: 20px 0 40px 0;
}

div#DesignationSection i.fa.fa-caret-right,
.Agencies i.fa.fa-caret-right,
div#DesignationSection i.fa.fa-caret-down,
.Agencies i.fa.fa-caret-down {
    margin-top: 7px;
}

.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: #005191 !important;
}

.IPledgeTable .RadioTable.stepUpPgm input[type="radio"],
#PledgePaymentInfo .RadioTable.stepUpPgm input[type="radio"]  {
    display: inline-block !important;
	position: absolute;
}

#EventItemForm a .page-header,
#SpecialEventForm .GroupHead th {
    background-color: #000000 !important;
}


#SpecialEventForm thead th {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    line-height: 1.6em;
}

#SpecialEventForm thead th a {
    color: #ffffff !important;
}

.Area-SpecialEvent input.form-check-input[type="checkbox"],
.Area-SpecialEvent input.form-check-input[type="radio"] {
    margin-top: calc(.375rem + 6px);
}

.EventSelectionListHeader, .SelectedEventsHeader {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.EventSelectionListItem .UnitsLeft {
    color: #005191 !important;
    font-weight: bold;
}

#EventItemForm .col-sm-9.GroupNameData,
#EventItemForm .col-sm-9.GROUPYEARData,
#EventItemForm .col-sm-9.GROUPACCOUNTData,
#GroupForm .col-sm-9.OrgAccount,
.col-sm-9.PLANNAMEData,
.col-sm-9.planYearData {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

html body #SpecialEventForm #sortable thead.thead-light th {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
}

.Attachment .FileNameLabel {
    margin: 0.5em 0.9em 0.5em 0 !important;
    padding: 0.8em 1.6em !important;
    color: #005191 !important;
    font-size: 14px !important;
    background-color: transparent;
    border: 1px solid #005191 !important;
    outline-width: 0 !important;
    min-width: 0 !important;
    max-height: none !important;
    font-weight: 600 !important;
    border-radius: 0  !important;
}

.Attachment .FileNameLabel:hover {
	background-color: #005191 !important;
	color: #ffffff !important;
}

#EventItemForm .col-sm-9.GroupNameData,
#EventItemForm .col-sm-9.GROUPYEARData,
#EventItemForm .col-sm-9.GROUPACCOUNTData,
#GroupForm .col-sm-9.OrgAccount,
.col-sm-9.PLANNAMEData,
.col-sm-9.planYearData,
.Page-CybsSACheckout form .Col-Display {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

.Page-SpcEvtRegPledge .Block a,
.EventSelectionList a {
	color: #000000 !important;
}

.isEmployeeSEOptions label,
#SpecialEventForm  .SortOrder .SortOrderByGroup label,
#SpecialEventForm  .SortOrder .SortOrderBySortField label {
	display: block;
    background-color: #ffffff;
    padding: 10px 18px;
    font-size: 18px;
    border: 1px solid #000000;
    transition: all 0.3s;
    color: #000000;
    min-width: 120px;
    text-align: center !important;
    cursor: pointer;
}

.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:#000000 !important;
    color: #ffffff !important;
}

.isEmployeeSEOptions input,
#SpecialEventForm  .SortOrder .SortOrderByGroup input,
#SpecialEventForm  .SortOrder .SortOrderBySortField input {
    display: none !important;
}

html .SortOrder .SortOrderByGroup {
    padding-left: 15px !important;
}

.Page-SpcEvtRegPledge .Block .DefaultButtons a {
    color: #ffffff !important;
}

.isEmployeeSEOptions.row-readOnly label:hover {
    background: #ffffff !important;
    color: #005191 !important;
    cursor: auto !important;
}

.Page-ReleaseInfo .PhoneData > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#chkDate {
  padding-left: 22px;
}



/*-----------------------------------------Media Queries-----------------------------------------*/
 @media (min-width: 1350px) {
.container {
	width: 1320px !important;
}

.container-fluid .row {
	margin: 0 auto;
	max-width: 95%;
}
}

@media screen and (max-width:1024px) {
section#profileBar {
    top: 99px !important;
}

#MainContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

nav.header-top-menu {
    display: none;
}

#header-menu .col-lg-3 {
    width: 160px;
    background: transparent !important;
    background-color: transparent !important;
    z-index: 5;
    padding-top:19px !important;
    top: 0 !important;
    margin-top:0 !important;
    position: fixed;
    top:0 !important;
}

#header-menu .col-lg-9 {
    padding-top: 94px;
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
    position: fixed;
    z-index: 3;
    flex: 0 0 100%;
    max-width: 100%;
    top: 0 !important;
}

#mobile-menu-btn {
    display: inline-block;
	cursor: pointer;
}

nav.header-mobile-menu .AreaHeader:before {
    content: "Menu";
	margin: -58px 20px 10px 0;
    outline: 0;
    padding: 12px;
    text-align: center;
    min-width: 85px;
    border: 2px solid #1a1a1a !important;
    color: #1a1a1a !important;
    text-transform: uppercase;
    font: 700 17px/1 "Roboto Condensed",Arial,sans-serif;
    position: fixed;
    right: 0;
    z-index: 30000;
    cursor: pointer;
    display: block;
}

nav.header-mobile-menu {
    width: 100%;
    background:#ffffff;
    z-index: 30000;
    overflow-y: scroll !important;
}

nav.header-mobile-menu ul {
	padding: 0 0 100px 0;
}

nav.header-mobile-menu .LFArea,
nav.header-mobile-menu .Portlet,
nav.header-mobile-menu li.pureCssMenui {
    display: block;
    width: 100%;
}

nav.header-mobile-menu ul.pureCssMenu li:hover>ul {
    width: 100%;
    display: block;
    background: #fff;
    border: 0;
    z-index: 3 !important;
    left: 0px !important;
    padding: 0 !important;
}

nav.header-mobile-menu ul.pureCssMenu li:hover>ul li {
    padding-left: 2em;
}

li.pureCssMenui.CSSCloseButton {
    padding: 18px 16px 17px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #111;
    display: block;
    line-height: 1;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

nav.header-top-cta {
    width: 100%;
	float: none;
}

nav.header-top-cta .LFArea,
nav.header-top-cta .Portlet {
    display: block;
}

nav.header-top-cta ul {
    margin-left: 0;
    display: flex;
	background-color: #ffffff;
	padding: 0;
}

nav.header-top-cta ul li {
    float: unset;
    flex-grow: 1;
}

nav.header-top-cta ul li a {
    width: 100%;
}

nav.utility-menu ul li a {
    line-height: 1;
    margin: 0;
    padding: 2px 2px;
}

#header-utility {
    position: fixed;
    z-index: 99999;
    top: 0;
}

.home-featured {
    position: relative;
}

.home-featured-bgimg {
	width: 100% !important;
}

.home-featured-content {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 50% !important;
    opacity: 0.93;
    padding: 2.5em !important;
    color: #000000;
}

.home-grid {
    overflow-x: scroll;
    flex-wrap: unset;
}

.home-grid-box {
    min-width: 70%;
}

.Portlet>.ShoppingCart {
    margin-left: 0;
}

.PledgeTypeSelection .TypeSelection-Items > div,
div#PledgePaymentInfo>.Block>.BlockDetails>.form-check {
    width: 33%;
    max-width: 33%;
}

#main-banner {
	margin-top: 138px;
	min-height: 30px;
}

#header-menu .LFArea {
    display: block !important;
}

nav#secondary-menu {
	position: absolute;
	top: 14px;
}

nav#secondary-menu .PortletHeader {
    background-image: url("../images/menu-icon.jpg");
    background-repeat:no-repeat;
    width: 52px;
    height: 43px;
    cursor: pointer;
    margin: 0px 12px;
}

nav#secondary-menu ul {
    position:relative;
    top: 6px;
    width: 100%;
    clear: both;
    z-index: 40000;
}

nav#secondary-menu li {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

nav#secondary-menu li.pureCssMenui a {
    text-align: left !important;
    font-size: 16px;
}

nav#secondary-menu .Menu-Left>ul,
.main-banner_heading {
    display: none;
}

nav#secondary-menu li.pureCssMenui ul {
    right: auto;
    left: 6%;
    top: 48px;
    background-color: #ffa733 !important;
}

nav#secondary-menu li.pureCssMenui ul ul {
    background-color:#ff9100 !important;
    left: 6%;
    top: 48px;
}

nav#secondary-menu li.pureCssMenui ul li {
    padding-left: 0;
}
}

@media screen and (max-width: 800px) {
.IPledgeTable .col-md-9 .radio .form-check,
.IPledgeTable .col-md-9.BillingFrequencyOptions .form-check {
    padding-right: 4px;
    padding-bottom: 6px;
}

.askDesignateRadios:before {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
}

.askDesignateRadios .form-check {
    padding-left: 0;
    margin-bottom: 6px;
}
}

@media screen and (max-width: 768px) {
li.ProgressArrow.pledge_arrow {
    display: none !important;
}

nav.PledgeProgress ol li {
    width: 100%;
    text-align: center;
}

.home-featured-content {
    width: 75% !important;
}

#main-banner .heading-column {
    left: 0 !important;
}

.CampStatus,
.CampHistory,
.QuickSumTable,
.RecentTranTable,
.AHistTranTable {
	border:1px solid #cccccc;
	width: 100%;
}

.CampStatus tr,
.CampStatus th,
.CampStatus td,
.CampHistory tr,
.CampHistory th,
.CampHistory td,
.QuickSumTable tr,
.QuickSumTable th,
.QuickSumTable td,
.RecentTranTable tr,
.RecentTranTable th,
.RecentTranTable td,
.AHistTranTable tr,
.AHistTranTable th,
.AHistTranTable td {
	display: block;
}

.CampStatus th,
.CampHistory th,
.QuickSumTable th,
.RecentTranTable th,
.AHistTranTable th {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index:10000;
}

.CampStatus tr,
.CampHistory tr,
.QuickSumTable tr,
.RecentTranTable tr,
.AHistTranTable tr {
	border-bottom:1px solid #444444;
}

.CampStatus td,
.CampHistory td,
.QuickSumTable td,
.RecentTranTable td,
.AHistTranTable td {
	border: none;
	border-top: 1px solid #eee;
	position: relative;
	padding-left: 50% !important;
	font-size:14px;
	min-height:30px;
	vertical-align:middle;
	padding-top:6px;
	padding-right:6px;
	box-sizing:border-box;
	white-space: normal !important;
}

.CampStatus td:before,
.CampHistory td:before,
.QuickSumTable td:before,
.RecentTranTable td:before,
.AHistTranTable td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	content: attr(data-title);
}

.CampStatus .Col-Dollar,
.CampStatus .Col-Integer,
.CampStatus .Col-Percentage,
.CampStatus .Col-Decimal,
.CampStatus .Col-Number,
.CampStatus .Col-Percentage input,
.CampStatus .Col-Dollar input,
.CampStatus .Col-Integer input,
.CampStatus .Col-Decimal input,
.CampStatus .Col-Number Input,
.CampStatus .Col-Image,
.CampHistory .Col-Dollar,
.CampHistory .Col-Integer,
.CampHistory .Col-Percentage,
.CampHistory .Col-Decimal,
.CampHistory .Col-Number,
.CampHistory .Col-Percentage input,
.CampHistory .Col-Dollar input,
.CampHistory .Col-Integer input,
.CampHistory .Col-Decimal input,
.CampHistory .Col-Number Input,
.CampHistory .Col-Image,
.QuickSumTable .Col-Dollar,
.QuickSumTable .Col-Integer,
.QuickSumTable .Col-Percentage,
.QuickSumTable .Col-Decimal,
.QuickSumTable .Col-Number,
.QuickSumTable .Col-Percentage input,
.QuickSumTable .Col-Dollar input,
.QuickSumTable .Col-Integer input,
.QuickSumTable .Col-Decimal input,
.QuickSumTable .Col-Number Input,
.QuickSumTable .Col-Image,
.RecentTranTable .Col-Dollar,
.RecentTranTable .Col-Integer,
.RecentTranTable .Col-Percentage,
.RecentTranTable .Col-Decimal,
.RecentTranTable .Col-Number,
.RecentTranTable .Col-Percentage input,
.RecentTranTable .Col-Dollar input,
.RecentTranTable .Col-Integer input,
.RecentTranTable .Col-Decimal input,
.RecentTranTable .Col-Number Input,
.RecentTranTable .Col-Image,
.AHistTranTable .Col-Dollar,
.AHistTranTable .Col-Integer,
.AHistTranTable .Col-Percentage,
.AHistTranTable .Col-Decimal,
.AHistTranTable .Col-Number,
.AHistTranTable .Col-Percentage input,
.AHistTranTable .Col-Dollar input,
.AHistTranTable .Col-Integer input,
.AHistTranTable .Col-Decimal input,
.AHistTranTable .Col-Number Input,
.AHistTranTable .Col-Image {
    text-align: left;
}

.Page-SinglePageRegPledge section.BlockDetails .col-sm-3,
.Page-SinglePageRegPledge section.BlockDetails .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
}

.PledgeTypeSelection .TypeSelection-Items > div,
div#PledgePaymentInfo>.Block>.BlockDetails>.form-check {
    width: 50%;
    max-width: 50%;
}

.IPledgeTable .row.CardNumberInfo label,
.IPledgeTable .row.CardNameInfo label {
    max-width: 100%;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 420px) {
.home-featured-content {
    position: static!important;
	width: 100% !important;
	height: auto;
}

nav#secondary-menu .LFArea,
nav#secondary-menu .Portlet {
    display: block;
}

nav#secondary-menu {
    margin-bottom: 1em;
}

nav#secondary-menu li.pureCssMenui ul {
    left: 0;
    right: unset;
    width: 100%;
	top: 98%;
}

nav#secondary-menu li.pureCssMenui ul li {
    padding-left: 2em;
}

nav#secondary-menu li.pureCssMenui ul li.CSSCloseButton {
    display: block !important;
    padding: 13px 20px 14px 19px;
}

.stat-fact {
    padding: 2em;
}

.PledgeTypeSelection .TypeSelection-Items > div,
div#PledgePaymentInfo>.Block>.BlockDetails>.form-check {
    width: 100%;
    max-width: 100%;
}

.PledgeTypeSelection .IPledgeTable label.RadioLabel {
    width: 100%;
}
}

@media print {
@page {
    margin: 0.75cm;
}

nav,
a#mobile-menu-btn,
nav.header-top-cta,
#main-banner,
nav.PledgeProgress,
footer#footer,
.PledgeNavigation,
.PortletSubscr,
.HeaderCompTable,
.PortletLanguage,
iframe,
.ShoppingCart,
.PortletLanguage,
.Navigation,
#PledgeNavigationB,
.PledgeConfirmationButtons {
    display: none !important;
}

a[href]:after,
img[src]:after {
    content: none !important;
}
}