@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

:root {
--primary-color: #005191;
--secondary-color: #ff443b;
--alt-grey-1: #f2f2f2;
}

body {
color: #111;
font-family: Roboto,Arial,sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.5;
font-size: 16px;
}

a {
color: #005191;
color: var(--primary-color, #005191);
}

a:hover {
color: #005191;
text-decoration: underline;
}

p {
font-family: Roboto,Arial,sans-serif;
font-weight: 400;
font-size: 16px;
}

b, strong, label {
font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
font-family:Oswald,Arial,sans-serif;
color: #005191;
font-weight: 700;
}

.GenericResponsiveTop1 .PortletNote {
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}

.GenericResponsiveTop1 .donate {
	padding: .75em;
	margin-left:auto;
}

.GenericResponsiveTop1 .donate a {
	color: #f57814;
	font-family: Oswald,Arial,sans-serif;
	font-size:2em;
	border: 3px solid #f57814;
	padding: 0 .5em;
}

.GenericResponsiveTop1 .donate a:hover {
	background-color: #f57814;
	color:#ffffff;
	text-decoration:none;
	font-family: Oswald,Arial,sans-serif;
	font-size:2em;
	border: 3px solid #f57814;
	padding: 0 .5em;
}

.GenericResponsiveTop2 {
	text-align: right;
}

.GenericResponsiveTop2,
.GenericResponsiveTop2 ul.pureCssMenu ul {
	background-color: #005191;
}

.GenericResponsiveTop2 ul.pureCssMenu a {
	color: #ffffff;
	font-weight: 800;
}

.GenericResponsiveTop2 ul.pureCssMenu a:hover {
	background-color: #539ed0;
	color: #ffffff;
	font-weight: 800;
}

.GenericResponsiveTop2 ul.pureCssMenu li:hover > a {
	background-color: #539ed0;
	color: #ffffff;
	font-weight: 800;
}

.GenericResponsiveTop3 {
	text-align: right;
}

.GenericResponsiveTop3 ul.pureCssMenu a {
	color: #000;
}

.GenericResponsiveBottom {
	background-color: #005191;
	color: #ffffff;
	padding: 1em;
}

.GenericResponsiveBottom .footer-container {
	max-width: 100%;
	background-color: #005191;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content: space-around;
}

.GenericResponsiveBottom .footer-item {
	max-width: 25%;
	background-color: #005191;
	color: #ffffff;
	margin-left: auto;
}

@media screen and (max-width:769px) {
	.GenericResponsiveBottom .footer-item {
		max-width:100%;
	}
}

.GenericResponsiveBottom li {
	list-style: none;
	margin-left: -2.5em;
}

.GenericResponsiveBottom a {
	background-color: #005191;
	color: #ffffff;
	text-decoration: underline;
}

.GenericResponsiveBottom ul.s li {
	display: inline;
	padding-right: 2.5em;
}

.Page-IPledge .radio label.RadioLabel {
padding-left: 20px;
}

.DefaultButtons .button {
background-color:#005191 !important;
color: #fff;
outline-style: none;
}

.DefaultButtons .button:hover {
background-color:#539ED0 !important;
}

.KeywordSearch .SearchNavigation li .button {
	background-color: transparent !important;
}

nav.PledgeProgress li.DefaultButtons {
border: 2px solid #ffb351 !important;
border-radius: 0 !important;
font-size: 14px !important;
font: 700 14px "Roboto Condensed",Arial,sans-serif !important;
padding: 12px 20px !important;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
white-space: nowrap;
letter-spacing: .02em !important;
color: #ffb351 !important;
}

nav.PledgeProgress li.ProgressStep.DefaultButtons {
background: #ffffff !important;
}

nav.PledgeProgress li.ProgressStepCurrent.DefaultButtons {
background: #ffb351 !important;
border: 2px solid #ffb351 !important;
}

.ProgressArrow.pledge_arrow.DefaultButtons {
border: 0 !important;
padding: 0 !important;
}

.PledgeNavigation li {
float: left;
}

.PledgeNavigation::after {
clear: both;
display: block;
content: " ";
}

nav.PledgeProgress li.ProgressStepCurrent.DefaultButtons {
color: #fff !important;
}

.MenuHeader:before {
	content:none;
	background:none;
}
div.Logo.WebLogoL {
	text-align:center;
}
.PortletLogo .Logo img {
	max-height: 100px;
}
.BlockError, .BlockError h2 {
	color: #ffffff;
	font-size: 1.05em;
	font-weight: bold;
}
.alert-warning {
	color: #ffffff;
	background-color: #f57814;
	border-color: #f57814;
}
/* Format FreeWill giving buttons */
#Row112, #Row121, #Row140 {display: none}
.Stock, .QCD, .Bequest {
text-align: center;
font-weight: 700;
}
.Stock1, .QCD1, .Bequest1 {
text-align: center;
}
div#PledgePaymentInfo>.Block>.BlockDetails>.SPRPPlgTop {
    display: flex;
    flex-wrap: wrap;
}
div#PledgePaymentInfo>.Block>.BlockDetails>.SPRPPlgTop>.form-check {
    flex-grow: 1;
    width: 25%;
    max-width: 25%;
    margin-bottom: 0;
}

.PledgeTypeSelection .TypeSelection-Items > div
{
	color:#0168B3;
}

.RecurPledgeCC{
	margin-left:5em;
	border:1px dotted gray;
	padding:1em;
}
/* Hide pledge verification survey extention field */
.Page-IPledgeAddInfo .Section-Survey .Col-PhoneExt {
display: none;
}
