.staffMessage
{ display: none !important; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM CONTENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.form #MainContent {
	padding: 2.25em 2% 1em 2%;
	background: #FFF;
	margin-top: -1.5em;
}
@media screen and (min-width: 1024px) {
	.form #MainContent {	
		margin-left: auto;
		margin-right: auto;
		max-width: 1024px;
	}
}
	
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.FormHeader h2, .form h2 {
	color: #333;
	font-weight: bold;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.375em;
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1.2em;
}
.formWrap .FormHeader p, .formWrap .FormHeader ul li {
	font-weight: bold;
	color: #606060;	
	max-width: 700px;
	margin-bottom: .75em;
}
.formWrap .FormHeader ul {
	margin-left: 1.5em;
	margin-top: .25em;
	margin-bottom: 1em;
}
.formWrap .FormHeader ul li {
	list-style-type: square;
	margin-bottom: .25em;
}
.formWrap .FormHeader p .blue {
	color: #4c657f;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BASIC FORM ELEMENTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.formWrap p, .formWrap label, .formWrap ul li {
	font: .95em/1.35em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.formWrap p.form_detail {
	clear: both;
	margin-bottom: 1em;
	color: #333;
	font: 1.08em/1.35em Cambria, Georgia, Serif;
	margin-top: 0;
}
.formWrap p.form_detail .note {
	clear: both;
	display: block;
	color: #303030;
	font: .95em/1.35em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.formWrap p.form_detail .note.red, .note.red {
	color: #802641;
}
.formWrap p.form_detail .note.green, .note.green {
	color: #527900;
}

/* Fields */
.formWrap .field:not(.emailList) {
	clear: both;
	width: 100%;
	margin-bottom: .65em;	
	position: relative;	
	box-sizing: border-box;
	padding-right: .15em;
}
.formWrap .MessageWrap { padding-bottom: .15em; }
@media screen and (min-width: 425px) {
	.formWrap .field:not(.emailList) { padding-right: 1em; }
}
@media screen and (min-width: 725px) {
	.formWrap .field:not(.emailList) { padding-right: 1.25em; }
}
@media screen and (min-width: 1080px) {
	.formWrap .field {	margin-bottom: .6em; }
	.formWrap .field:not(.emailList) { padding-right: .65em; }
	.formWrap .MessageWrap { max-width: 600px; }
}


/* Toggle More */
#toggleAddress2 {
	font-weight: 600;
	margin-bottom: .65em;
	display: inline-block;
	border: 1px solid transparent;
}
#toggleAddress2:hover { border-bottom: 1px solid; } 

/* Field Notes */
.formWrap .field .note {
	color: #555;
	font: .95em/1.35em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-align: left;
	display: block;
	margin-bottom: .5em;
	margin-top: .25em;
}
.formWrap .field.HiddenQuestion .note {
	display: block;
	margin-top: .85em;
}
.formWrap .field.literature .note {
	font-weight: bold;
}

/* Labels */
.formWrap label {
	-moz-transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}
.formWrap label.question, .formWrap label.answer {
	font-weight: bold;
	color: #444;	
}
.formWrap .QuestionNumber label.answer { font-weight:  normal; color: #333; font-size: 1.02rem; }
.formWrap label.question {
	clear: both;
	display: block;
	font-size: .98em;
	text-shadow: -1px 1px 0 #FFF;
}

/* Optional Fields */
.formWrap .field:not(.required) label.question::after { content: '(optional)'; margin-left: 5px; font-style: italic; font-size: .92rem; font-weight: normal; } /* de is same as en (via Google translate)*/
.sr .formWrap .field:not(.required) label.question::after { content: '(opcionalno)'; }
.es .formWrap .field:not(.required) label.question::after { content: '(opcional)'; }
.af .formWrap .field:not(.required) label.question::after { content: '(opsioneel)'; }
.fr .formWrap .field:not(.required) label.question::after { content: '(optionnel)'; }
.nl .formWrap .field:not(.required) label.question::after { content: '(optioneel)'; }
.fi .formWrap .field:not(.required) label.question::after { content: '(vaihtoehtoinen)'; }
.sw .formWrap .field:not(.required) label.question::after { content: '(kwa hiari)'; }
.ty .formWrap .field:not(.required) label.question::after { content: '(te mau mana’o tauturu no te)'; }
.it .formWrap .field:not(.required) label.question::after { content: '(opzionale)'; } /* used Google translate - no translator currently */
/*.pl .formWrap .field:not(.required) label.question::after { content: '()'; }  waiting for translation */

.formWrap#quickLoginForm .field:not(.required) label.question::after 
	{ display: none !important; }
#quickLoginForm.formWrap .col1.nocol2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 650px;
}
#quickLoginForm.formWrap .col1.nocol2 .passWrap {
	max-width: 100% !important;
}
.formWrap label a {
	color: #38449d;
	border-bottom: 1px dotted;
}
.formWrap label a:hover {
	border-bottom: 1px solid;
}


/* Text Inputs & Selects & Textareas */
.formWrap .Text input, .formWrap .autocomplete input, .formWrap .Dropdown select, .formWrap textarea, .formWrap .CheckRange input {
	position: relative; 
	border-radius: 3px 3px 3px 3px; 
	border: 1px solid #AAA; 
	padding: .6em .5em; 
	background-color: #FFF; 
	width: 90%;
	display: block;
	font: 1em/1.35em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #0F0F0F;
	background: #EFEFEF;
	-moz-transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	-webkit-transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	-o-transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.formWrap .Text input:focus, .formWrap .autocomplete input:focus, .formWrap .Dropdown select:focus, .formWrap textarea:focus, .formWrap .CheckRange input:focus  {
	border-color: #888 !important;
	background-color: #FFF !important;
	color: #111 !important;
	box-shadow: 1px 2px 2px #CCC;
	-moz-transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	-webkit-transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	-o-transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.formWrap .Text input:not([type="number"]):focus, .formWrap .autocomplete input:focus, .formWrap textarea:focus, .formWrap .CheckRange input:focus  {
	-webkit-animation: pulse 2s infinite ease-in-out;
	-moz-animation: pulse 2s infinite ease-in-out;
	-o-animation: pulse 2s infinite ease-in-out;
	animation: pulse 2s infinite ease-in-out;	
}
.passWrap { 
	display: inline-block;
	width: 100%;
	position: relative;
}
.showPass { 
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 9px;
	text-transform: uppercase;
	font-size: .87rem;
}

/* Text Inputs */
.formWrap .Text input, .formWrap .autocomplete input, .passWrap {
	max-width: none;	
	width: calc(100% - 17px); /* adjust for select's at 100%, make them match */
	width: 100%;
	box-sizing: border-box;
}
.formWrap .MessageWrap .Text input { max-width: none; width: calc(100% - 17px); }
input[type="email"].verifying, input[type="email"].verifying:focus { 
	background: #EFEFEF url(http://images.azureedge.net/images/interface/icn_load_crescent-grey.png) no-repeat 92% center !important;
	background-size: 26px auto !important;
	color: #666 !important;
 }

.passWrap { max-width: 359px; /* 325px + 34px */ }
.Text.password { display: block; min-width: calc(100% - 33px); }
@media screen and (min-width: 900px) {
	.account .Text.password { min-width: 320px; }
}
@media screen and (min-width: 1080px) {
	.formWrap .col1.nocol2 #quickLogin .answers.Text { width: auto; min-width: 288px; }
}
#quickLogin { display: block; }
.formWrap #div_S110_Q171-wrap { margin-top: 1.5em; }
.rcg.form .field.HiddenQuestion#txt_T_21_Q_164 { /* Confirm password */
	margin-bottom: 1em;
}
.formWrap .ShortInput .Text input {
	max-width: 160px
}
.autocomplete .button.clear.icon, .autocomplete .button.clear.icon:hover {
	display: inline-block;
	background: url(https://images.azureedge.net/rcg/images/interface/icn_clear_windows10.svg) no-repeat center center;
	background-size: 36px auto !important;
	filter: invert(12%) sepia(28%) saturate(6562%) hue-rotate(324deg) brightness(102%) contrast(92%);
	width: 32px !important;
	height: 32px;
	border: 0 none;
	position: absolute;
	right: 29px;
	top: 25px;
	box-sizing: border-box;
	padding: 0;
}
.autocomplete .button.clear.icon:hover {
	filter: invert(37%) sepia(99%) saturate(298%) hue-rotate(157deg) brightness(91%) contrast(88%);
}
/* .autocomplete a.button.clear[tooltip]:not(.wToolTip)::before {
	left: 3px;
	bottom: -13px;
	filter: none;
}
.autocomplete a.button.clear[tooltip]:not(.wToolTip)::after {
	right: -10px;
	top: 40px;
	filter: none;
} */
#file_upload, #file_upload:focus {
	border: 0 none !important;
	background: 0 none !important;
	color: #7e1a38;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 8px;
}


/* UI-DATE Picker */
.formWrap .Text .ui-datepicker-trigger {
	display: none;
	opacity: 0;
}
@media screen and (min-width: 480px) {
	.formWrap .Text .ui-datepicker-trigger {
		display: inline-block;
		clear: none;
		float: left;
		margin-left: 0.25em;
		position: relative;
		top: 3px;
		width: 25px;
		height: auto;
		opacity: .65;
		-webkit-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
	.formWrap .Text .ui-datepicker-trigger:hover {
		opacity: .85;
		cursor: pointer;
		-webkit-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
}
@media screen and (min-width: 1023px) {
	.formWrap .Text .ui-datepicker-trigger {
		top: 0;
	}
}
.hasDatepicker {
	float: left;
	margin-bottom: .72em;
}
@media screen and (min-width: 800px) {
	.rcg.form .field.HiddenQuestion {
		width: calc(90% - 2.5em);
		margin-bottom: 1.35em;
	}
	.rcg.form .field.HiddenQuestion:not(#txt_T_5_Q_164):not(#txt_T_7_Q_165) { margin-left: 2.5em; } /* don't add on Update Password & Verify fields on Account Info */
}

/* Selects */
.formWrap .Dropdown select {
	max-width: none;
	width: 100%;
	cursor: pointer;
}
@media screen and (max-width: 599px) {
	.donate .formWrap .Dropdown select, .formWrap .donationAmount .Dropdown {
		width: 100% !important;
	}
}
.formWrap .Dropdown select[disabled] {
	cursor: default;
}


/* Phone field */
.phone.field .answers {
	position: relative;
	display: block;
}
.formWrap .phone .Dropdown {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
}
.formWrap .phone .Text.Dropdown input {
	width: calc(100% + 35px);
	text-indent: 116px;
	padding-top: 0.65em !important;
	padding-bottom: 0.65em !important;
	letter-spacing: .5px;
}
.phoneInput {
	position: relative;
	width: calc(100% - 35px);
	z-index: 1;
}
.formWrap .phone .switch {
	color: #333;
	font-size: .82rem;
	padding-left: 3.2em;
	opacity: 1;
	padding-left: 2.65em;
	text-transform: uppercase;
	overflow: hidden;
}
.formWrap .phone .icon {
	display: inline-block;
	width: 111px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #999;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	cursor: pointer;
	background: #EFEFEF;
}
.formWrap .phone .icon::before {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_form_icns.png) no-repeat 9px 8px;
	background-size: 20px auto;
	content: '';
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}
.formWrap .phone .icon::after {
	opacity: .5;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black_hires.png") no-repeat scroll 9px -545px;	
	background-size: 54px auto;
	width: 30px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}
.formWrap .phone .icon:hover {
	background-color: #FFF;
}
.formWrap .phone .icon.mobile {
	background-position-y: -30px;
}
.formWrap .phone .switch .option {
	display: block;
	-moz-transition: margin-top .6s ease;
	-webkit-transition: margin-top .6s ease;
	-o-transition: margin-top .6s ease;
	transition: margin-top .6s ease;
}
.formWrap .phone .switch .option { 	padding-left: 3px;  }
.formWrap .phone .switch.default .option { 	margin-top: 8px; }
.formWrap .phone .switch:not(.default) .home {
	margin-top: -17px !important;
}
#txt_T_14_Q_254 {
    display: none;
}

/* Textareas */
.formWrap textarea {
	min-width: 135px;
	min-height: 130px;
	width: calc(100% - 17px);
}


/* Checkboxes */
.formWrap .CheckRange input {
	display: inline-block;
	clear: none;	
}
.formWrap .CheckRange input:focus, .formWrap .CheckRange input:active {
	outline: 0;
    outline-style:none;
    outline-width:0;
}
.formWrap input.checkbox, .formWrap .Checkbox input, .formWrap input.checkbox:focus, .formWrap .Checkbox input:focus {
	border: 0 none;
	float: none;
	clear: left;
	display: inline-block;
	box-shadow: 0 0 0 transparent !important;
	width: auto;
	margin-right: 5px;
	position: relative;
	top: 0;
	background: transparent;
}
.formWrap .checkBoxOption label.checkbox.answer, .formWrap .checkBoxOption .checkbox,
.formWrap .checkBoxOption label.checkbox.answer:checked, .formWrap .checkBoxOption .checkbox:checked {
	float: none !important;
	line-height: 1.25em !important;
	font-size: 1.02rem;
}
.formWrap .Checkbox .Text input {
	border: 1px solid #AAA;
	background: #EFEFEF;
}
.formWrap .Checkbox .Text input:focus {
	border-color: #888 !important;
	background: #FFF !important;
	color: #111 !important;
	box-shadow: 1px 2px 2px #CCC !important;
}

/* Rounded Checkboxes */
.roundCheckbox { overflow: hidden; padding-right: 10px; margin-right: -10px; min-height: 26px; position: relative; }
.field:not(.emailList) .roundCheckbox { margin-right: 5px; float: left; }
.field.yesCheck:not(.emailList) { margin-top: 20px; margin-bottom: 20px; }
.field.yesCheck:not(.emailList) label.question {  margin-bottom: 5px; }
.field.yesCheck:not(.emailList) input[type="checkbox"]:not(:checked) + label[for="checkbox"] { box-shadow: inset 3px 3px 4px #EEE; }
.roundCheckbox label, .roundedRadio .rdoIcon { background-color: #fff; border: 1px solid #ccc; border-radius: 50%; cursor: pointer; height: 24px; left: 0; position: absolute; top: 0; width: 24px; }
/*.roundCheckbox + label.answer, .roundCheckbox + label.question { margin-left: 12px; }*/
.formWrap .roundCheckbox label, .roundedRadio input:not(:checked) + .rdoIcon { border-color: #AAA; }
.roundCheckbox:hover input:not(:checked) + label, .roundedRadio:hover input:not(:checked) + .rdoIcon { border-color: #3493f2; }
.roundCheckbox.hover input:not(:checked) + label, .field-error .roundCheckbox.hover input:not(:checked) + label { border-color: #3493f2 !important; }
.roundCheckbox label::after, .roundedRadio .rdoIcon::after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 4px; left: 6px; opacity: 0; position: absolute; top: 7.25px; transform: rotate(-45deg); width: 10px; }
.roundCheckbox input, .roundedRadio input { visibility: hidden; }
.roundCheckbox input:checked + label, .roundedRadio input:checked + .rdoIcon { transition: all .5s ease; -webkit-transition: all .5s ease; background-color: #5cb100; border-color: #5cb100; }
.roundCheckbox input:checked + label::after, .roundedRadio input:checked + .rdoIcon::after { opacity: 1; }
.register .roundCheckbox, #shippingForm .roundCheckbox  { display: inline-block; float: left; }
.register .roundCheckbox + label, #shippingForm .roundCheckbox + label { cursor: pointer; display: inline-block; clear: right; margin-left: 2px; }
.mailingList .roundCheckbox label { overflow: hidden; text-indent: -5000%; }


/* Rounded Little Checkboxes */
.chkLittle { display: inline-block; clear: both; position: relative; margin-top: 8px; cursor: pointer; }
.chkLittle input[type='checkbox'] { 
	opacity: 0; z-index: 10; top: 0; left: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100%;
	position: absolute !important;
}
.chkBox { 
	display: inline-block;
	position: relative;
	border-radius: 100%;
	border: 1.5px solid #AAA;
	width: 14px;
	height: 14px;
	margin-top: -4px;
	top: 7px;
	margin-right: 3px;
}
.chkLittle input[type='checkbox']:checked + .chkBox, .chkLittle:hover input[type='checkbox'] + .chkBox { border-color: #2980b9; /* blue */  }
.chkLittle input[type='checkbox']:checked + .chkBox { top: 6px;  }
.chkLittle:not(.showNegative):not(:hover) input[type='checkbox']:not(:checked) + .chkBox { box-shadow: inset 3px 3px 4px #EEE; }
.chkLittle input[type='checkbox']:checked:hover + .chkBox { border-color: #3493f2; }
.chkLittle input[type='checkbox']:checked + .chkBox { border-color: #2980b9; /* blue */  }
.showNegative input[type='checkbox']:not(:checked) + .chkBox { border-color: #d9534f; /* red */  }
.chkLittle input[type='checkbox']:checked + .chkBox + .chkBoxLabel .firstLetter { text-transform: uppercase; }
.chkLittle input[type='checkbox']:not(:checked) + .chkBox + .chkBoxLabel .negative { display: inline !important; }
.chkLittle .chkBox::before { font-size: 18px; font-weight: 600; position: relative; top: -6px; z-index: 9; left: 1px; }
.chkLittle input[type='checkbox']:not(:checked) + .chkBox::before { opacity: 0; content: '\2717'; /* ✗ */ color: #d9534f; /* red */  top: -6px; left: -1px; font-size: 20px !important; }
.showNegative input[type="checkbox"]:not(:checked) + .chkBox::before { opacity: 1; }
.chkLittle .showNegative input[type='checkbox']:not(:checked) + .chkBox::before { opacity: 1; }
.chkLittle input[type='checkbox']:checked + .chkBox::before { content: '\2713'; /*✓*/ color: #2980b9; /* blue */  }
.chkLittle input[type='checkbox']:checked + .chkBox + .chkBoxLabel, .chkLittle:hover input[type='checkbox']:checked + .chkBox + .chkBoxLabel { color: #2980b9; /* blue */ }
.chkLittle input[type='checkbox']:not(:checked) + .chkBox + .chkBoxLabel { color: #333; /* black-default */ }
.chkLittle:hover input[type='checkbox'] + .chkBox + .chkBoxLabel { color: #2980b9; /* blue */ }
.showNegative input[type='checkbox']:not(:checked) + .chkBox + .chkBoxLabel { color: #d9534f; /* red */ }
.chkLittle:hover input[type='checkbox']:checked + .chkBox + .chkBoxLabel, input[type='checkbox']:checked:hover + .chkBox::before { color: #3493f2; }
.chkLittle input[type='checkbox']:hover { cursor: pointer; }


/* Radios */
.formWrap input.radio, .formWrap .Radio input {
	border: 0 none;
	display: inline-block;
	width: auto;
	margin-left: 2px;
	margin-right: 15%;
	position: relative;
	top: 0;
	background: transparent;
}
@media screen and (min-width: 768px) {
	.formWrap input.radio, .formWrap .Radio input {		
		margin-right: 7%;	
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COLUMNNS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#SPAMFilters, #contactInfo, #SEPFree { padding-bottom: 0 !important; }
.formWrap .col1.nocol2 { margin-top: 2em; margin-bottom: 1.5em; clear: both; float: none; }
.formWrap .horizontalRule + .col1.nocol2 { margin-top: 1.5em !important; }
.formWrap .col1 { padding-bottom: 1.5em; }
@media screen and (min-width: 1080px) {
	.formWrap .columnsWrap.flex { display: flex; }
	.formWrap .col1, .formWrap .col2 {
		float: left;
	}
	.formWrap .col1 {
		width: 40%;
		padding-bottom: 15px;
	}
	.formWrap .col2 {
		background: url(https://images.azureedge.net/rt/images/dotsBorder.gif) repeat-y scroll left top transparent;
		padding-left: 30px;
		box-sizing: border-box;
		width: calc(60% - 15px);
		margin-left: 15px;
		padding-bottom: 23px;
		margin-bottom: 7px;
	}
	.formWrap .columnsWrap.flex .col1 { flex: 2; }
	.formWrap .columnsWrap.flex .col2 { flex: 3; }
	.formWrap .col1.nocol2 { margin-top: 1em; margin-bottom: 1em; padding-bottom: 1px; }
	.formWrap .col1.nocol2.Additional { width:auto; }
	.formWrap .col1.nocol2.Additional p { max-width: 625px; }
}	
/* Labels & Errors Column 1 with no Column 2 */
@media screen and (min-width: 1080px) {
	.formWrap .col1:not(.nocol2).nocol2 {
		width: 85%;
	}
	/*.formWrap .col1:not(.nocol2) .field {
		min-height: 34px;
	}
	.formWrap .col1:not(.nocol2) label.question {
		clear: left;
		float: left; 
		width: 109px;	
		text-align: right;
		margin-right: 7px;
		position: relative;
		top: 5px;
	}	
	.formWrap .col1:not(.nocol2) .answers {
		display: block;
		float: left;
		width: 41%;
	}
	.formWrap .col1:not(.nocol2) .field .ErrorText, .formWrap .col1.nocol2 span.ErrorText {
		margin-left: 112px;
		margin-top: .3em;
	}*/
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SUBMIT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.divSubmit {
	clear: both;
	display: block;	
	margin-top: 1.25em;
}
.frmSEPRequest .divSubmit { margin-top: 1.5em; }
.divSubmit .button {
	float: none;
	margin-bottom: 15px;
}
.simplemodal-container .divSubmit .button {
	float: right;
}
.formWrap .button, .formWrap a.button {
	border: 1px solid #999;
	box-shadow: none;
	color: #404040;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.0625em;
	width: auto;
	padding: .4em 1em;
	background-color: #E7E7E7;
	cursor: pointer;
}
.formWrap input.button {
	padding-bottom: .6em;
}
#LiteratureRequestQueue .divSubmit { text-align: center; }
#LiteratureRequestQueue .divSubmit #cmdSend { float: none; }

/* End form builder edits */

/* Confirmation styles
------------------------------------------------------------------------------------------------------------------  */
/* Subscribe Confirmation */
.formWrap p.subscriptionConfirm {
	margin-left: 20px !important;
}


/* Taken from base.css
------------------------------------------------------------------------------------------------------------------  */

/* Form */
.simplemodal-container #lit_text p {
	width: 96%;
	padding-right: 7px;
}
.simplemodal-container #lit_text #about-rcg p {
	width: 80%;
}
.simplemodal-container ol.brethrenletter-list li {
	padding-bottom: 2.25em !important;
	margin-left: 38px;
	padding-right: 7px;
}

.simplemodal-container fieldset, .rcg-form #form-wrap fieldset {
	border: none;
	width: 98%;
}
.formWrap .button:hover, .formWrap a.button:hover {
	background: url(https://images.azureedge.net/images/interface/bg_grey_gradient_ie.png) repeat-x #f0f0f0;
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #e2e2e2 50%, #dadada 51%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(50%,#e2e2e2), color-stop(51%,#dadada), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#e2e2e2 50%,#dadada 51%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #e7e7e7 0%,#e2e2e2 50%,#dadada 51%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #e7e7e7 0%,#e2e2e2 50%,#dadada 51%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #e7e7e7 0%,#e2e2e2 50%,#dadada 51%,#f0f0f0 100%);
	box-shadow: none;
	border: 1px solid #777;
	color: #404040;
}
.formWrap .button.disabled, .formWrap .button:focus, .formWrap a.button:active {
	background: #E7E7E7;
    border-color: #CCC;
    box-shadow: 0 0 0 transparent;
    color: #CCC;
}
.wtc .formWrap .button, .wtc .formWrap a.button {
	background: #3B4370; /* Old browsers */
	background: -moz-linear-gradient(top,  #b9bddc 0%, #565e9e 4%, #3b4370 68%, #3b4370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bddc), color-stop(4%,#565e9e), color-stop(68%,#3b4370), color-stop(100%,#3b4370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b9bddc 0%,#565e9e 4%,#3b4370 68%,#3b4370 100%); /* W3C */
	border-color: #3B4370;	
	color: #FFF;
}
.wtc .formWrap .button:hover, .wtc .formWrap a.button:hover {
	background: #565E9E; /* Old browsers */
	background: -moz-linear-gradient(top, #b9bddc 0%, #565e9e 4%, #565e9e 50%, #3b4370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9bddc), color-stop( 4%,#565e9e), color-stop(50%,#565e9e), color-stop(100%,#3b4370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b9bddc 0%,#565e9e 4%,#565e9e 50%,#3b4370 100%); /* W3C */
}
.simplemodal-container .col2, .rcg-form #form-wrap .col2 {
	width: 385px;
	float: left;
	clear: none;
	margin: 0 0 5px 0 !important;
}
.simplemodal-container #divMessageWrap {
	clear: left;
	margin-left: 6px;
}
.rcg .formWrap .button {
	background: url(https://images.azureedge.net/rcg/images/interface/bg_burgundy_gradient_ie.jpg) repeat-x 0 top #620c0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d67982 0%, #790d1d 4%, #6c0b28 68%, #430b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d67982), color-stop(4%,#790d1d), color-stop(68%,#6c0b28), color-stop(100%,#430b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d67982 0%,#790d1d 4%,#6c0b28 68%,#430b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d67982 0%,#790d1d 4%,#6c0b28 68%,#430b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d67982 0%,#790d1d 4%,#6c0b28 68%,#430b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d67982 0%,#790d1d 4%,#6c0b28 68%,#430b1b 100%); /* W3C */
	border: 0 none;
	border-top: 1px solid #620C0C;
	border-left: 1px solid #620C0C;
	border-right: 1px solid #620C0C;
	color: #FFF;
}
.rcg .formWrap .button:hover {
	background: url(https://images.azureedge.net/rcg/images/interface/bg_burgundy_gradient_ie_hover.jpg) repeat-x 0 top #620c0b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d67982 0%, #821d2c 4%, #821d2c 68%, #6c0b28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d67982), color-stop(4%,#821d2c), color-stop(68%,#821d2c), color-stop(100%,#6c0b28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d67982 0%,#821d2c 4%,#821d2c 68%,#6c0b28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d67982 0%,#821d2c 4%,#821d2c 68%,#6c0b28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d67982 0%,#821d2c 4%,#821d2c 68%,#6c0b28 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d67982 0%,#821d2c 4%,#821d2c 68%,#6c0b28 100%); /* W3C */
	border: 0 none;
	border-top: 1px solid #620C0C;
	border-left: 1px solid #620C0C;
	border-right: 1px solid #620C0C;
}
.formWrap .button[onclick^='Send()'][disabled] {
	cursor: default;
	background: #7e1a38 url(https://images.azureedge.net/images/interface/icn_load_crescent_white.png) no-repeat center center !important;
	background-size: auto 78% !important;
	border-color: transparent !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}
@media screen and (min-width: 768px) {
	.simplemodal-container .divSubmit .button {
		float: none;
	}
}	

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SPECIFIC ELEMENTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

/* Mailing Lists */
.formWrap .MailingList .rtMonthly {
	margin-top: -.75em;
}
.formWrap .MailingList label strong {
	font-weight: 600;
	color: #666 !important;
}
.formWrap .MailingList .rtMonthly label.question {
	margin-top: 2em;
}
.formWrap .MailingList .rtMonthly label.answer {
	font-weight: normal;
}
.answer[for='form_44_Q_194']::before { content: 'Bi-monthly '; }
.answer[for='form_44_Q_58']::before { content: 'Weekly '; }
.answer[for='form_44_Q_38'] strong::after { content: 'Fridays, emailed video broadcasts by David C. Pack'; font-weight: normal; }
.answer[for='form_44_Q_38'] .MailListTitle, .answer[for='form_44_Q_38'] .mailingListHeading, .answer[for='form_44_Q_38'] .detail { display: none; }
input#form_44_Q_38 { margin-left: 1.3em; }

.formWrap .MailingList label.answer .mailingListHeading, .formWrap .MailingList.field-error label.answer .mailingListHeading {
	color: #666 !important;	
}
.formWrap .MailingList label .MailListTitle, .formWrap .MailingList.field-error label .MailListTitle {
	color: #1e234c !important;	
}
.formWrap .MailingList label.answer .detail {
	font-weight: normal;	
}
.formWrap .MailingList .rtMonthly .answers {
	margin-bottom: 0;
	margin-left: 1.2em;	
}
.formWrap .MailingList .wtcWeekly .answers { margin-left: 1.2em; }


/* Labels */
.formWrap .QuestionNumber label.question {
	color: #555;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.35em;
}

/* Disclaimers */
.formWrap .divSubmit .disclaimer {
	clear: both;
	max-width: 600px;
	text-align: center;
	color: #666;
	margin: .75em auto 1em auto;
}
.formWrap .divSubmit .disclaimer a {
	font-weight: bold;
}
.formWrap .divSubmit .disclaimer a:hover {
	border-bottom: 1px solid;
}

/* BR's */
.formWrap .field br.blockElement {
	display: none;
}
.formWrap .field.literature br {
	display: none;
}

/* Check Range (year input) */
.CheckRange {
	clear: both;
	margin-top: .3em;
	padding-bottom: .2em;
}
.formWrap .CheckRange input {
	width: 60px;
	margin-right: .15em;
	margin-left: .25em;
}
.formWrap .CheckRange input.question {
	margin-top: .5em;
	top: 8px;
	width: auto;
	margin-right: 5px;
	margin-right: 0\0/;
}
.CheckRange .checkbox.answer {
 	position: relative;
 	top: .5em;
 }

/* Auto-complete */
.ui-widget {
	font-size: 78%;
}
.ui-menu .ui-menu-item div {
	color: #555;
	padding: .6em 1em;
}
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: 0 none !important;	
	font-weight: bold;
	border: 0 none !important;
	color: #4f5792 !important;
}*/

.general.rcg.form .ui-autocomplete {
	background: #FFF;
	border: 1px solid #aaa;
    margin-left: -3px;
    margin-top: -2px;
	padding-top: 5px;
	box-shadow: 1px 2px 2px #ccc;
	z-index: 200;
	max-width: calc(100% - 30px);
}
.general.rcg.form .ui-helper-hidden-accessible {
	display: none;
	opacity: 0;
}
.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item:hover,
	.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div:hover, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div.ui-state-focus, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div.ui-state-focus:hover {
	all: unset;
	display: inline-block;
}
.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div.ui-state-focus, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div.ui-state-focus:hover, 
	.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div:hover,
	.form.rcg .ui-autocomplete .ui-menu-item-wrapper, .form.rcg .ui-autocomplete li:hover .ui-menu-item-wrapper, .form.rcg .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	font-size: 1.04rem !important;
	cursor: pointer;
	padding: .2em 1em .65em 1.85em !important;
	display: inline-block;
	font-weight: bold;
	margin: 0 !important;
	line-height: 1.2em !important;
	border: 0 none !important;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
}
.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div::after, .form.rcg .ui-autocomplete .ui-menu-item-wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div:hover::after, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item div.ui-state-focus::after,
	.general.rcg.form .ui-autocomplete .ui-menu-item-wrapper.ui-state-active::after {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_icons_autocomplete.png) no-repeat -2px 3px;
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
	animation: fadeIn .25s 1 ease-in;
	-moz-animation: fadeIn .25s 1 ease-in;
	-webkit-animation: fadeIn .25s 1 ease-in;
	-o-animation: fadeIn .25s 1 ease-in;
}
.general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item, .general.rcg.form #ui-id-1.ui-autocomplete li.ui-menu-item:hover {
	clear: both;
	display: block;
	line-height: 1.2em;
}
.general.rcg.form .ui-autocomplete .ui-menu-item-wrapper.ui-state-active { color: #377698 !important; }

/* Address */
#autofillAddresses { position: absolute;  width: calc(100% - 22px); }
.general.rcg.form #autofillAddresses .ui-autocomplete { max-width: none; }
@media screen and (min-width: 1080px) {
	#autofillAddresses {  width: calc(100% - 13px); }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ QUESTIONNAIRE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.formWrap .field.QuestionNumber {
    background: url(https://images.azureedge.net/images/interface/question_mark.gif) no-repeat scroll -2px 0 transparent;
    padding-left: 24px;
    width: 90%;
    margin-bottom: 1.4em;
}
    .formWrap .field.QuestionNumber.field-error {
        background: url(https://images.azureedge.net/images/interface/question_mark_error.gif) no-repeat scroll -2px 0 transparent;
    }
.formWrap .QuestionNumber.one {
	background: url(https://images.azureedge.net/images/landing/icon-number_one.gif) no-repeat top left;
}
.formWrap .QuestionNumber.one.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_one_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.two {
	background: url(https://images.azureedge.net/images/landing/icon-number_two.gif) no-repeat top left;
}
.formWrap .QuestionNumber.two.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_two_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.three {
	background: url(https://images.azureedge.net/images/landing/icon-number_three.gif) no-repeat top left;
}
.formWrap .QuestionNumber.three.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_three_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.four {
	background: url(https://images.azureedge.net/images/landing/icon-number_four.gif) no-repeat top left;
}
.formWrap .QuestionNumber.four.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_four_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.five {
	background: url(https://images.azureedge.net/images/landing/icon-number_five.gif) no-repeat top left;
}
.formWrap .QuestionNumber.five.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_five_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.six {
	background: url(https://images.azureedge.net/images/landing/icon-number_six.gif) no-repeat top left;
}
.formWrap .QuestionNumber.six.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_six_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.seven {
	background: url(https://images.azureedge.net/images/landing/icon-number_seven.gif) no-repeat top left;
}
.formWrap .QuestionNumber.seven.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_seven_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.eight {
	background: url(https://images.azureedge.net/images/landing/icon-number_eight.gif) no-repeat top left;
}
.formWrap .QuestionNumber.eight.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_eight_error.gif) no-repeat top left;
}
.formWrap .QuestionNumber.nine {
	background: url(https://images.azureedge.net/images/landing/icon-number_nine.gif) no-repeat top left;
}
.formWrap .QuestionNumber.nine.field-error {
	background: url(https://images.azureedge.net/images/landing/icon-number_nine_error.gif) no-repeat top left;
}
                                           
@media screen and (min-width: 370px) {
	.formWrap .QuestionNumber {
		width: 95%;
	}
}
@media screen and (min-width: 768px) {
	.formWrap .field.QuestionNumber.HiddenQuestion {
		left: 1.75em;
		position: relative;
        padding-left: 18px;
	}	
}

/* Labels for Questions */

/* Answers to Questions */
.formWrap .field.QuestionNumber .answers {
	position: relative;
	width: 90%;
	display: block;
	margin-top: .25em;
}
.formWrap .field.QuestionNumber .answers.Checkbox {
	padding-top: .6em;
}
.formWrap .answer.checkBoxOption {
	display: block;
	clear: both;
	margin-bottom: .5em;
}
.formWrap .field.QuestionNumber .note { font-size: 1rem; }
@media screen and (min-width: 768px) {
	.formWrap .answer.checkBoxOption { 	margin-bottom: .75em; }
}
@media screen and (min-width: 1024px) {
	.formWrap .answer.checkBoxOption { 	margin-bottom: .5em; }
}
.formWrap .answer.checkBoxOption .Text {
	float: left;
	margin-top: -10px;
	margin-left: .45em;
}
@media screen and (min-width: 370px) {
	.formWrap .field.QuestionNumber .answers, .formWrap .field.QuestionNumber .note {	
		margin-left: 5px;
	}
}


/* Inputs to Questions */
.formWrap .field.QuestionNumber .Text input {
	max-width: 302px;	
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SPECIFIC FORMS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/* COG Form */
.rcg.form .ui-datepicker .ui-datepicker-prev-hover {
	left: 1px !important;
}
.rcg.form .ui-datepicker .ui-datepicker-next-hover {
	right: 1px !important;
}
.rcg.form .ui-datepicker:hover {
	cursor: pointer;
}
.rcg.form .ui-datepicker td a {
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
	padding: 0.2em .35em .2em .5em !important;
}
.rcg.form .ui-datepicker td a, .rcg.form .ui-dialog-buttonpane button {
	background-color: #efefef !important;
}
.rcg.form .ui-menu-item:hover, .rcg.form .ui-menu-item.ui-state-hover {
	background: 0 none !important;
}
.rcg.form.general .field .ui-autocomplete[role="listbox"] {
	max-height: 240px;
	overflow-y: scroll;
	top: 2em !important;
}
.rcg.form.general .ui-autocomplete li div, .rcg.form.general .ui-autocomplete li div:hover, .rcg.form.general .ui-autocomplete li div, .rcg.form.general .ui-autocomplete li div.ui-state-hover {
	color: #666 !important;
	font-family: Calibri,Arial,sans-serif !important;
	font-size: 0.875rem !important;
    font-weight: bold !important;
	padding: 0 !important;
	margin: 0.25em 0 .25em 1em !important;
}
.rcg.form.general .ui-autocomplete li .ui-menu-item-wrapper { color: #444 !important; }
/*.rcg.form.general .ui-menu-item .ui-state-focus, .rcg.form.general .ui-menu-item .ui-state-hover, .rcg.form.general .ui-menu-item a.ui-corner-all:hover,
	.rcg.form.general .ui-menu-item .ui-state-active, .rcg.form.general .ui-menu-item:hover > a.ui-corner-all {
	background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    font-family: Calibri,Arial,sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto !important;
	padding: 0 !important;
	line-height: 1.5em !important;
	margin: 0.25em 0 .25em 1em !important;
	text-indent: !important;
}*/
.rcg.form.general .ui-autocomplete li div.ui-state-focus, .rcg.form.general .ui-autocomplete li div.ui-state-hover {
	color: #377698 !important;
}
.rcg.form .ui-menu-item 
.rcg.form .ui-datepicker:hover td a.ui-state-highlight, .rcg.form .ui-datepicker-today a, .rcg.form .ui-datepicker:hover td a {
	width: auto !important;
}
.rcg.form .ui-datepicker td a:hover {
	border-color: #666 !important;
	color: #000 !important;
}
.rcg.form .ui-datepicker .ui-datepicker-prev span, .rcg.form .ui-datepicker .ui-datepicker-next span {
	color: transparent !important;
	text-indent: -1000%;
	overflow: hidden;
	display: inline-block !important;
	font-size: 0 !important;
}
.rcg.form .ui-widget-header .ui-button, .rcg.form .ui-widget-header .ui-button:hover, .rcg.form .ui-dialog .ui-dialog-titlebar-close:hover, .rcg.form .ui-widget-header .ui-state-hover, .rcg.form .ui-widget-header .ui-state-focus {
	background: 0 none !important;
	border: 0 none !important;
	top: 18px !important;
	width: 34px !important;
	padding: 0 !important;
}
.rcg.form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
	border-radius: 2px 0 0 2px;
}
.rcg.form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	border-radius: 0 2px 2px 0;
	margin-left: -1px;
}
.rcg.form .ui-widget .ui-datepicker-calendar {
	font-family: Calibri, Arial, sans-serif !important;
	color: #333 !important;
}
.rcg.form .ui-datepicker th span[title] {
	font-size: 1.1em;
	color: #555 !important;
}
.rcg.form .ui-datepicker .ui-datepicker-title select {
	font-weight: bold;
	font-size: 1.05em;
	color: #555 !important;
	border: 1px solid #888 !important;
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: .3em;
	height: 1.5em;
	padding-left: .2em;
}
.rcg.form .ui-datepicker .ui-datepicker-title select option {
	font-weight: normal;
}
.rcg.form .ui-datepicker th, .rcg.form .ui-datepicker th:hover { cursor: default; }

/* Tooltips */
.formWrap .wToolTip[tooltip]::after {
	top: -3.2em;
}
.formWrap .wToolTip[tooltip]::before {
	bottom: auto;
	top: -2em;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DONATION ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.donate.form #MainContent { 
	margin-top: 0; 
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.donate.general #PageContent #mainText {
	max-width: none !important;
	position: relative;
	min-height: 30vh;
	margin-left: 0 !important;
}
.donate.general #mainText p { font-size: 1em; }
.donate.general #mainText.donateVerfication {
	max-width: 600px;
}
@media screen and (min-width: 1024px) {
	.donate #donateLeftCol {
		width: 50%;
		float: left;
	}
}
.donate.rcg.form.general .ui-autocomplete { padding-top: .5em !important; padding-bottom: .5em !important; }
.donate.rcg.form.general .ui-autocomplete li .ui-menu-item-wrapper { font-size: 1.05rem !important; }
.donate .col1 { position: relative; }
.section::before {  content: ''; display: block; opacity: 0; }
.section.disabled { opacity: .95; position: relative; }
.section.disabled, .section, .section.disabled::before, .section::before { -webkit-transition: all .4s ease; transition: all .4s ease;  }
.section.disabled::before { content: ''; opacity: 1; width: 100%; height: 100%; position: absolute; z-index: 100; top: 0; left: 0; background: hsla(0, 100%, 100%, .5); }
.section.disabled#payMethod { display: none; }
.firstLoadHidden { display: none !important; }
.donate.general #mainText #frmDonation.formWrap p#cantDonateMessage, .donate #frmDonation.formWrap #finalStep p, 
	.donate.general #mainText #frmDonation.formWrap p:not(.formSectionLabel) { 
	font-size: 1.07em; 
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
	margin-bottom: 1.5em;
}
.donate.general #mainText #frmDonation.formWrap p.disclaimer { font-size: 1rem; }
.donate.general #mainText p#cantDonateMessage { margin-top: -1em; }
.donate #whyCantDonate { display: block; margin-top: .85em;  }
.donate .formWrap .col1 { padding-bottom: 0 !important; }
.donate.general h1#pageTitle { margin-left: 0; }
.donate.general #mainText .formWrap p { line-height: 1.5em; }
.donate.general #mainText .formWrap .ErrorText { font-weight: normal; display: inline-block; line-height: 1.5em; }
.donate.general #mainText .formWrap p#errSubmit { font-size: 1.1em; }
.donate.general #mainText .formWrap p.ErrorText { font-size: 1em !important; }
.donate.general #mainText .formWrap p.disclaimer { text-align: left; }
.donate.general #mainText .formWrap #fieldsRequiredReminder { margin-bottom: 1.25em; 	color: #333; }

/* Intro Text */
.donate.general #mainText p#allDonationsWelcome {
	line-height: 1.25em;
	color: #222;
	margin-top: .25em;
	margin-bottom: .85em;
	font-size: 1.1em;
	display: block;
}
.donate .toggleSwitch {
	font-weight: bold;
	color: #1b6291;
	cursor: pointer;
	margin-bottom: 1.5em;
	display: inline-block;
	font-size: 90%;
}
.donate .toggleSwitch {  position: relative }
.donate .collapsed .toggleText::before {  content: attr(collapsed); }
.donate .expanded .toggleText::before {  content: attr(expanded); }
.donate .toggleSwitch .icon {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_toggle_blue.png) no-repeat -2px -3px;
	background-size: 22px auto;
	display: inline-block;
	width: 22px;
	height: 30px;
	position: relative;
	top: 3px;
}
.donate .toggleSwitch.collapsed .icon {  background-position: -2px -38px; }
#donationInfo {
	margin-top: -1.85em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	color: #222;
	-moz-transition: opacity .35s ease;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}
#donationInfo.expanded { opacity: 1; display: block; }
#donationInfo.collapsed { opacity: 0; display: none; }
.donate .formWrap .Text input, .donate .formWrap .autocomplete input, .donate .formWrap .Dropdown select, 
.donate .formWrap textarea, .donate .formWrap .CheckRange input { padding-top: 0.81em !important; padding-bottom: 0.81em !important; }
@media screen and (min-width: 1024px) {
	.donate form { clear: both; }
	.donate .formWrap .field { margin-bottom: 0.75em; }
	.donate #donationInfoContainer { display: block; float: left; }
	.donate #frmDonation.formWrap .col1 {
		width: 60%;
		min-width: 530px;
	}
}
/* Member Payment form fields */
.donate.general #mainText .formWrap #fieldsRequiredReminder { margin-bottom: .5em !important; }
.donate .formWrap .field {
	clear: both;
	width: 100%;
	margin-bottom: 1.85em;
	position: relative;
}
@media screen and (max-width: 1023px) {
	.donate #mainText p.nonProfitReminder, .donate #mailWrap, .donate #donate-form {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.donate #mailWrap { margin-top: 1.5em; }
}
.donate #mailWrap { position: relative; }

/* Paragraphs & Notes */
.donate .formWrap .field .note, .donate #fieldsRequiredReminder, .donate .formSectionLabel {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important; 
}
.donate.general #mainText .formWrap .actionContainer p.formSectionLabel { margin-bottom: 0; }
.donate #frmDonation.formWrap .field .note, .donate #fieldsRequiredReminder  { 
	font-size: .9em !important; 
	color: #333; 
	padding-bottom: .5em; 
}
.donate.general #mainText .formWrap p.formSectionLabel {   
	font-size: 1.1em;
	color: #444;
	margin-bottom: 1.25em;
	margin-top: .25em;
	font-family: Cambria, Georgia, serif !important;
	font-size: 1.1em;
}

.donate.general #mainText .formWrap #noteCAD.show {
	display: block !important;
	color: #802641;
	font-weight: 600;
	margin-bottom: 22px;
	margin-top: -8px;
}

/* Modals */
.modal p, .modalContent p { margin-bottom: .75em; }
.modal .button { background: #DFDFDF !important; cursor: pointer !important; }
.modal .button:hover { background: #EBEBEB !important; cursor: pointer !important; }
.modal .buttonContainer { text-align: center; padding: 1em; margin: .5em auto; box-sizing: border-box; }

/* Tips */
.donate .lblTip {
	display: inline-block !important;
	border: 0 none !important;
	opacity: 1;
	color: #FFF;
	background: #333;
	transition: 1s opacity ease;
	-webkit-transition: 1s opacity ease;
	line-height: 1.1em;
	text-align: center;
	font-weight: 600;
	text-shadow: 0 0 0 transparent;
	margin-left: 3px;
	top: 0 !important;
	position: relative !important;
	padding: 2px 8px;
	border-radius: 100%;
	font-size: 1.08em !important;
  }
.donate .lblTip[tooltip]::before {  transform: scaleY(-1); left: -6px !important; bottom: auto !important; top: -15px; } 
.donate .lblTip[tooltip]::after { left: -53px; right: auto; top: -44px; }

/* Amount */
.donate .donationAmount .Dropdown { position: relative !important; width: unset !important;  }
.donate .formWrap .donationAmount { margin-bottom: 0; }
.donate .answers.moneyAmount {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.donate .moneyAmount::before {
    content: attr(sign);
    color: #666;
    z-index: 12;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 13.5px;
    font-size: 1.35rem;
    font-weight: 600;
}
.donate .moneyAmount.moneyAmount:not([sign="$"]):not([sign="€"]):not([sign="£"]):not([sign="₱"])::before {
	top: 13px;
	font-size: 1.1rem !important;
}
.donate .moneyAmount:not([sign="$"]):not([sign="€"]):not([sign="£"]):not([sign="₱"]) .txtDollars {
	text-indent: 2em;
}
.donate .moneyAmount.empty::before {
	color: #888;
  }
.donate .formWrap .Text input.txtDollars {
	text-indent: 1.25em;
	font-size: 1.3em !important;
	font-weight: 600;
	padding-top: .5em !important;
	padding-bottom: .42em !important;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #333 !important;
	letter-spacing: .75px;
}
.donate .inFocus.field label, .donate .inFocus .moneyAmount::before, .creditCardInfo label.inFocus {
	color: hsl(214, 89%, 52%) !important;
}

/* Labels */
.donate #frmDonation .field label:not(.chkBoxLabel) { 
	color: #444; 
	font-size: 1rem;
	z-index: 10; 
	position: absolute; 
	left: 10px; 
	top: -12px; 
	padding: 0 3px 0 !important;  
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70&1+80,0+81 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/* Answers */
.donate form .answers { width: 97%; display: block; }
.formWrap .donationAmount .answers.Text {
	display: inline-block;
    margin-left: 1.6em;
    position: relative;
    width: calc(100% - 1.61em);
	margin-top: .25em;
}
.donationAmount .Dropdown { display: block; }

/* Inputs */
.formWrap .donationAmount .Text input {
	margin-left: 0;
	max-width: none;
	width: 100%;
}

/* Selects */
.donate .formWrap .Dropdown select { height: auto !important; }
.donate form select:not([disabled]), .donate .expirationField {
	background: url(https://images.azureedge.net/images/interface/sprite_scroller_arrows_hallow.png) no-repeat 100% -233px !important;
	cursor: pointer;
}
.donate form select { -webkit-appearance: none; }
.donationAmount .selCurrency { width: 100% !important; }

/* Inputs & Selects */
.donate #frmDonation.formWrap select, .donate #frmDonation.formWrap input[type="text"], 
	.donate #frmDonation.formWrap input[type="email"], .donate form#frmDonation .txtDollars, .donate .hosted-field {
	font-size: 1em;
	border-radius: 2px !important;
	padding: .85em .75em .8em;
	background-color: transparent !important;
	width: 100%;
	max-width: 100% !important;
	border: 1px solid #AAA;
	box-sizing: border-box;	
}
.donate form select:focus, .donate form .err select:focus, .donate form input[type="text"]:focus, .donate .inFocus select, 
.donate .inFocus input[type="text"], .donate .formWrap .inFocus .Text input, .donate .formWrap .inFocus .autocomplete input, 
.donate .formWrap .inFocus .Dropdown select, .donate .formWrap .inFocus textarea:focus, .donate .formPage .field.inFocus .Text input, .braintree-hosted-fields-focused {
	border-color: #2297f3 !important;
	color: #333 !important;
}
.donate .hosted-field {
	box-sizing: border-box;
	height: 3em;
	padding: 0 .75em !important;
}
@media screen and (min-width: 600px) {
	.formWrap .donationAmount {
		margin-bottom: 0;
	}
	.formWrap .donationAmount .answers.Text {
		margin-left: 14.12em;
		width: 100%;
		margin-top: 0;
	}
	.formWrap .donationAmount .Text input {
		max-width: 190px;
	}
	.donationAmount .Dropdown {
		position: absolute;
		top: 0;
		left: 0;
		width: 195px !important;
	}
}

/* Payment Methods */
/* body:not(.admin) #optApplePay { display: none !important; }
body.donate:not(.admin) #payMethodOptions { min-width: 0 !important; max-width: none !important; } */

.donate .actionContainer { 
	clear: both;
	margin-top: 1em;
	margin-bottom: 2.75em;
	position: relative;
}
.donate .actionContainer.hidden { display: block !important; visibility: hidden; }
.donate .flex {  
	max-width: 580px;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.donate .flex.methodCC { display: flex; }
.donate #payMethodOptions.flex { margin-top: 0; }
.donate #payMethodOptions .optPay {
	width: 100%;
	height: 46px; 
	clear: both;
	margin: 1em auto;
}
.donate #payMethodOptions.methodCC .optPay a { 
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.donate #payMethodOptions.methodCC .optPay a {
	border-color: transparent;
	border-radius: 0;
	padding-bottom: .65em;
}
.donate #payMethodOptions.methodCC .optPay a#payCC, .donate #payMethodOptions.methodCC .optPay a#payCC:hover { 
	border-bottom: 2px solid #1C6291;
	color: #1C6291;
	cursor: default !important;
}
.donate #payMethodOptions .optPay a:hover, .donate #editMethod .tab:not(.selected):hover { color: #3493f2; }
#payMethodOptions .optPay a, #btnSubmitPay { 
	width: 100%; 
	justify-content: center; 
	box-sizing: border-box; 
	text-transform: uppercase; 
	font-weight: 600;
	font-size: 1.32em;
	padding: .7em 1em 0.78em 1em;
	text-align: center; 
	box-sizing: border-box; 
	border: 1px solid; 
	border-radius: 3px; 
	height: 100%; 
	vertical-align: middle; 
	display: inline-flex; 
	text-align: center; 
}
#payMethodOptions .optPay a {
	font-size: 1.12em;
	padding: .62em 1em .65em 1em;
	box-sizing: border-box;
	max-height: 46px;
}
#payMethodOptions .gpay-button-fill {
	width: 100%;
}
.donate .paypal-button {
	visibility: hidden;
	height: 0;
	opacity: 0;
	position: absolute;
}
.donate .btnPaypal img {
	display: inline-block;
	margin: -5px -12px !important;
	position: relative;
	left: -20px;
	width: 32px;
	height: 32px;
}

/* Pay Method Icons */
.btnPaypal, #google-pay-button, #payCC { position: relative; }
.btnPaypal::before, #google-pay-button::before, #payCC::before {
	content: '';
	background: url(/images/interface/icn_paypal.svg) no-repeat center center;
	background-size: auto;
	background-size: 100% auto;
	display: inline-block;
	margin-bottom: -13px;
	position: relative;
	top: -5px;
	margin-right: 6px;
	width: 32px;
	height: 32px;
}
.btnPaypal::before { 
	content: '';
	margin-right: -3px;
	margin-left: -3px;
}
#payCC::before {
	background-image: url(/images/interface/icn_creditcard.svg);
	margin-right: 7px;
	margin-left: -3px;
	top: -4px;
}
#google-pay-button::before {
	background-image: url(/images/interface/icn_google.svg);
	margin-right: 9px;
	margin-left: -4px;
}
#payMethodOptions:not(.methodCC) .optPay a#google-pay-button {
	background-color: #000;
	color: #FFF;
	border-radius: 4px;
	border: 0 none;
}
#payMethodOptions .optPay:hover { cursor: pointer !important; }
#payMethodOptions .optPay#optGooglePay .gpay-button-fill button.gpay-button:hover {
	background-color: #000 !important;
}
#payMethodOptions .optPay#optGooglePay { height: 46px; }

@media screen and (max-width: 767.5px) {
	#payMethodOptions.flex { display: flex; flex-direction: column; }
	.donate #payMethodOptions .optPay { margin-top: .75em; margin-bottom: .25em; }
	#payMethodOptions #optPaypal { order: 3; }
	#payMethodOptions #optCC { order: 4; }
}

@media screen and (min-width: 768px) {
	.donate .flex:not(.wGooglePay.wApplePay) { display: flex; align-items: center; width: 100%; justify-content: space-between; }
	.donate #payMethodOptions.wGooglePay.wApplePay { display: flex; max-width: 514px; margin-top: 1em; flex-wrap: wrap; }
	.donate #payMethodOptions.wGooglePay.wApplePay .optPay { margin: .45em auto; width: calc(50% - .7em); }
	.donate #payMethodOptions.wGooglePay.wApplePay #optApplePay { order: 1; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optGooglePay { order: 2; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optPaypal { order: 4; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optCC { order: 3; }
	.donate #payMethodOptions.wGooglePay:not(.wApplePay), .donate #payMethodOptions.wApplePay:not(.wGooglePay) { min-width: 570px; }
	.donate #payMethodOptions:not(.wGooglePay.wApplePay) .optPay { width: 50%; }
	.donate #payMethodOptions.wGooglePay:not(.wApplePay) .optPay, 
		.donate #payMethodOptions.wApplePay:not(.wGooglePay) .optPay 
		{ width: calc((100% - 195px) - 33%); margin-left: 0; margin-right: 0; }
	.donate #payMethodOptions:not(.wGooglePay):not(.wApplePay) .optPay#optPaypal { margin-left: 2%; }
	.donate #payMethodOptions.wGooglePay:not(.wApplePay) .optPay#optPaypal, 
		.donate #payMethodOptions.wApplePay:not(.wGooglePay) .optPay#optPaypal 
		{ width: 170px; }
	#payMethodOptions .apple-pay-btn-wrapper button { width: 96%; } 
	.donate #payMethodOptions .optPay a { align-items: center; padding: .88em 1em; }
	.btnPaypal::before, #google-pay-button::before, #payCC::before { top: -7px; }
}
@media screen and (min-width: 1024px) {
	.donate #payMethodOptions.wGooglePay { min-width: 570px; }
	.donate .actionContainer { max-width: 510px; }
	#donationAmount, #donationCurrency {  clear: none; float:left; }
	.donate form #donationCurrency { width: calc(58% - 20px); margin-right: 12px; }
	.donate form #donationCurrency .answers { width: 100%; }
	#donationAmount { width: 42%; }

	/* Google & Apple Pay showing */
	.donate #payMethodOptions.wGooglePay.wApplePay { 
		flex-direction: row; 
		max-width: 800px; 
		min-width: 720px; 
		flex-wrap: nowrap; 
		justify-content: space-between; 
	}
	.donate #mainText:not(.donateConfirmation) .nonProfitReminder { max-width: 800px; min-width: 780px; }
	.donate #payMethodOptions.wGooglePay.wApplePay .optPay 
		{ width: calc((100% - 195px - 175px) - 25%) !important; margin-left: 0; margin-right: 0; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optApplePay { order: 3; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optGooglePay { order: 4; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optPaypal { order: 2; width: 160px !important; }
	.donate #payMethodOptions.wGooglePay.wApplePay #optCC { order: 1; min-width: 190px; }
}

/* CC Payment */
.donate .creditCardInfo { margin-top: -1.5em; }
#enterCardNo {  position: relative; }
#txtExp { padding-top: 1.85em; margin-top: 1.1em; margin-bottom: 1em; }
.field #expWrap { display: flex !important; justify-content: space-between; align-content: center; max-width:  240px; }
form #expWrap .answers#expMonth { width: calc(50% - 20px);  }
form #expWrap .answers#expMonth::after {
    content: '';
    border-left: 4px solid #404040;
    transform: rotate(22deg);
    position: absolute;
    font-size: 47px;
    top: 2px;
    right: -30px;
    width: 6px;
    height: 100%;
    opacity: .3;
}
form #expWrap .answers#expYear { width: calc(50% - 25px); }
#txtSecurityCode, #txtCardNumber { letter-spacing: 2px; font-weight: bold; font-size: 1rem !important; }
#txtCardNumber:not(.empty) { letter-spacing: .5px !important;  }
#cardType {
	border: 1px transparent;
	background: #FFF url(https://images.azureedge.net/rcg/images/interface/sprite_credit_card_icons.png) no-repeat center -28px;
	background-size: 100% auto;
	width: 0;
	height: 0;
	opacity: 0;
	display: inline-block;
	position: absolute;		
	top: 10px;
	right: calc(5% + 10px);
	-webkit-transition: width .8s ease, height .8s ease, opacity 2s ease;
	transition: width .8s ease, height .8s ease, opacity 2s ease;
}
#cardType:not([cctype='']) {
	width: 45px;
	height: 28px;
	border: 1px solid #AAA !important;
	opacity: 1;
	-webkit-transition: width .8s ease, height .8s ease, opacity 1.2s ease;
	transition: width .8s ease, height .8s ease, opacity 1.2s ease;
}
#cardType[cctype='visa'] { background-position-y: 1px; }
#cardType[cctype='discover'] { background-position-y: -57px; }
#cardType[cctype='american-express'] { background-position-y: -85px; }
#cardType[cctype=''], #cardType[cctype='diners-club'], #cardType[cctype='jcb'] { background-image: none !important; }
@media screen and (min-width: 425px) {
	#cardType {
		right: calc(5% + 18px); /* Adjust based on screen width and add a fixed offset */
	}
}

/* Donate Submit */
.error-message { 
	color: red; 
	font-size: 0.9rem; 
	display: none; 
	margin-top: 0.25em; 
}
.donate .err label, .donate #errSubmit, .donate .ErrorText, .donate .errText, 
	.donate .field.err label:not(.chkBoxLabel) { color: #d63031 !important;  }
.donate #errSubmit {
	max-width: 580px;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: -1em;
	margin-top: 3.5em;
}
.donate #ccExp .errText { margin-top: -1.2em; padding-bottom: 1.85em; }
.donate .field:not(.err) .ErrorText { display: none !important; }
.err input, .err input:focus, .err select, .err select:focus, .hosted-field.err, .err .hosted-field { border-color: #e74c3c !important; }
.donate .payTotalAmt { position: relative; font-weight: bold; font-size: 1.6em; position: relative; top: 3px; padding-left: .2em; }
.donate .payTotalAmt::before { content: attr(sign); display: inline-block; padding-right: 7px; position: relative; top: -4px; font-size: .68em; }
.donate #btnSubmitPay .payTotalAmt { opacity: .85;  }
.donate #btnSubmitPay .payTotalAmt:empty { display: none; }
.donate #btnSubmitPay { height: auto; margin: 1.5em auto 1em; font-size: 1.3rem; display: inline-block; width: 98%; text-align: center; color: #FFF; background: #2980b9; text-transform: uppercase; }
.donate #btnSubmitPay:hover { background: #3493f2; }
.donate #finalStep p.disclaimer { color: #555; font-size: .8em; }
.donate .err .expirationField { margin-bottom: 0; }

/* Send */
.donate .loading .btnPaypal img, .donate .loading.btnPaypal img, .donate .loading img { 
	visibility: visible !important;
	animation: fadeIn 1.5s 1 ease; 
	-webkit-animation: fadeIn 1.5s 1 ease; 
}
.donate .loading .btnPaypal::before { opacity: .4; }
#btnSubmitPay.loading .text { display: none; }
#btnSubmitPay.loading::after { content: 'Sending'; display: inline-block; margin-left: 12px; }
#btnSubmitPay:not(.loading) img { width: 0; height: 0; }
#btnSubmitPay.loading img { float: none; margin-bottom: -21px; top: -11px; position: relative; }

/* Other Contact Info */
.donate .module {
	padding: .25em 1.35em 1.2em 1.35em;
	width: 97%;
	box-sizing: border-box;
	margin-left: 0;
	margin-top: 0;
}
.donate #mainText .module .moduleHeader {
	font-size: 1.0625rem;
	padding-bottom: .45em;
	border-bottom: 1px solid #BBB;
	margin-bottom: .65em;
	text-indent: .5em;
	text-align: left;
	margin-top: 1.25em;
  }
.donate #mainText .module #postalInfoHeader.moduleHeader {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_contact_icons.png) no-repeat 2px -2px;
	padding-left: 2.1em;
}
.donate #mainText .module #phoneInfoHeader.moduleHeader {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_contact_icons.png) no-repeat 5px -81px;
	padding-left: 2em;
}
.donate #mainText .module #nonCashHeader.moduleHeader {
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_contact_icons.png) no-repeat 5px -153px;
	padding-left: 2em;
}
.donate .mailInfo p, .donate .mailInfo .note {
	color: #444444;
	line-height: 1.35em;
}
.donate .mailInfo .note {
	display: block;
	margin-bottom: 1em;
	margin-left: .5em;
}
.donate .mailInfo .note br { line-height: 0; }
@media screen and (min-width: 600px) {
	.donate #mainText .module .moduleHeader { font-size: 1.22em; }
	.donate #mainText .module #postalInfoHeader.moduleHeader {
		background-position: 5px -2px;
	}
	.donate #mainText .module #phoneInfoHeader.moduleHeader {
		background-position: 5px -79px;
	}
}
@media screen and (min-width: 1024px) {
	.donate .moduleContainer {
		float: right;
		margin-right: -5%;
		position: relative;
	}
	.donate .moduleContainer  {
		width: calc(50% - 5em);
		margin-left: 2em;
		min-width: 330px;
		margin-top: 1.25em;
	}
}

/* Successful Donation */
.donate .donateConfirmation h2 {
	font-family: Cambria, Georgia, serif;
	font-size: 1.68em;
	color: #222;
	text-align: center;
	padding-bottom: .25em;
}
#thankYouDonation::before { margin-right: 7px; position: relative; top: 4px; margin-bottom: -9px; content: ''; 
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_donate.png) no-repeat center -68px; 
	display: inline-block; 
	background-size: 100% auto; 
	width: 50px; height: 50px; 
}
.donateConfirmation #transactionInfo { 
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 1.1em;
	margin-bottom: 0;
	padding: 1.2em 5% 1em;
	margin-left: auto; 
	margin-right: auto;
	display: flex; 
	justify-content: space-between;
  	flex-direction: row;
}
.donateConfirmation #transactionInfo .row { display: flex; flex-direction: column; justify-content: center; text-align: center; color: #404040; }
.donateConfirmation #transactionInfo .transactionLabel { display: block; text-align: center; font-size: .92em; }
.donateConfirmation #paymentMethod { color: #333; font-weight: 600; font-size: 1.05em; }
.donate .donateConfirmation #totalAmount { 
	color: #4C7800; 
	font-weight: bold;
	font-size: 1.5em;
}
.donate .donateConfirmation #totalCurrency { color: #666; position: relative; top: -2px; font-size: .9em; margin-right: 7px; }
.donate .donateConfirmation #totalAmountInfo { display: block; }
.donate.general #mainText p#emailReceiptReminder {
	text-align: center;
	max-width: none;
	margin-bottom: 1em;
}
.donate #mainText p.nonProfitReminder { margin-top: 2em; }
#emailReceiptReminder::before { 
	content: ''; 
	display: inline-block; 
	background: url(https://images.azureedge.net/rcg/images/interface/sprite_members_nav.png) no-repeat 0 -464px;
	width: 26px;
	height: 26px;
	background-size: 100% auto;
	opacity: .75;
	position: relative;
	top: 6px;
	margin-right: 6px;
}
.donate #mainText p.nonProfitReminder {
	font-size: .98em;
	color: #555;
	margin-left: auto;
	max-width: none;
	padding: 0 5%;
	max-width: 550px;
}
.donate.general #mainText p.email-notice { margin-left: auto; margin-right: auto; }
.donateConfirmation #frm { border-top: 1px solid #CCC; margin-top: 2em; padding-bottom: 2em; }
.donateConfirmation #frm .col1 { width: 100%; }
.donateConfirmation #frm .Column2 .form_detail { margin-top: 1.25em; margin-bottom: 1.25em; }
.donateConfirmation #frm p.disclaimer { font-size: .8em !important;  }

.donateConfirmation .divSubmit { text-align: center; } 
.donate .donateConfirmation #cmdSend { width: 50%; max-width: 200px; line-height: 1.2em; padding-top: .7em; padding-bottom:.7em; font-size: 1.18em !important; float: none; margin-left: auto; margin-right: auto;  }

@media screen and (min-width: 425px) {
	.donateConfirmation #transactionInfo {  justify-content: space-evenly; }
}
@media screen and (min-width: 1024px) {
	.donate #mainText p.nonProfitReminder { margin-left: 0; margin-right: 0; padding-left: 0; }
}
@media screen and (max-width: 1149px) {
	.donate.general #mainText.donateConfirmation .formWrap p.pageDetail {text-align: center; margin-left: auto; margin-right: auto;  }
	.donateConfirmation #frm .Column2, .donateConfirmation #frm .col1, .donateConfirmation .formWrap p.disclaimer { 
		max-width: 580px; 
		margin-left: auto !important; 
		margin-right: auto !important; 
		float: none !important; 
	}
}
@media screen and (min-width: 1150px) {
	.donate #responseTextContainer { width: calc(52% - 2em); padding-left: 2em; border-left: 1px solid #CCC; }
	.donateConfirmation { display: flex; justify-content: space-evenly; }
	.donateConfirmation #donationReceiptInfo { width: 48%; padding-right: 2em; box-sizing: border-box; }
	.donateConfirmation #frm { width: calc(52% - 2em); border-top: 0 none; padding-left: 2em; border-left: 1px solid #CCC; padding-top: 0; margin-top: 1.12em; }
	.donate .donateConfirmation #frm h2 { margin-top: 1.35em; font-size: 1.35em; }
	.donate #mainText p.nonProfitReminder {  padding: 0; }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ REGISTRY / LOGIN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#Registration_LoginForm {
	margin-left: .55em;
}
.simplemodal-container #Registration_LoginForm {
	margin-left: 0;
}
#Registration_LoginForm .col1 .form_detail {
	margin-top: 1em;
	font-size: 1em;
}
#Registration_LoginForm .col1 .form_detail.sectionExplanation {
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
}
#Registration_LoginForm p.form_detail strong {
    font-family: Cambria,Georgia,Serif;
    font-size: 1.375em;
    margin-top: 1em;
	color: #444444;
}
#Registration_LoginForm .Column1.col1 .horizontalRule.oneDot {
	height: 0;
	background: 0 none;
}
#Registration_LoginForm .Column2 .form_detail {
	position: relative;
	top: -.35em;
	margin-bottom: 0;
}
#Registration_LoginForm .Column2 .form_detail .note a {
	font-weight: bold;
}
#Registration_LoginForm .Column2 .form_detail .note a:hover {
	text-decoration: underline;
}
#Registration_LoginForm .divSubmit .button {
	float: none !important;
}
.accountForm .formWrap .field.mailingList .note, #shippingForm .formWrap .field.mailingList .note { color: #666; text-align: left; float: none; margin-left: 35px; margin-top: .35em; margin-bottom: 3em; }
.accountForm .formWrap .field.mailingList a:hover, #shippingForm .formWrap .field.mailingList a:hover { border-bottom: 1px solid; }

@media screen and (min-width: 768px) {
	#Registration_LoginForm .divSubmit .button {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1080px) {
	#Registration_LoginForm {
		max-width: 850px;
	}
	#Registration_LoginForm .Column2 .form_detail {
		top: -.75em;
	}
}

/* Account Info */
#UpdateAccountInformation {
	margin-left: 8px;
}
#UpdateAccountInformation .showPass, #shippingForm .showPass {	
	font-weight: 600;
	font-size: .85rem;
}
#UpdateAccountInformation .Text.password { 
	min-width: 343px;
}
@media screen and (min-width: 1080px) {
	/*#UpdateAccountInformation.formWrap {
		max-width: 988px;
	}*/	
	/*#UpdateAccountInformation.formWrap .Dropdown select {
		max-width: 323px;
	}*/
	#UpdateAccountInformation.formWrap .Dropdown select#form_43_Q_1330 { max-width: 100px; margin-top: 3px; } /* yes/no */
}

/* Literature Requests - RCG */
#shippingForm .formWrap { max-width: 650px; margin-left: auto; margin-right: auto; }
#shippingForm .formWrap#Afterrequestsurvey { max-width: 1024px;  margin-left: auto; margin-right: auto;  }
#shippingForm #afterRequestSurvey #responseTextContainer { text-align: center; }
#shippingForm #afterRequestSurvey #responseTextContainer .email-notice { text-align: left; margin-left: auto; margin-right: auto; }

/* Create account option: */
.formWrap #div_S110_Q171-wrap, .formWrap .field.password.verify { margin-bottom: 2em !important; }
.formWrap #div_S110_Q171-wrap + p.ErrorText:not(:empty) { margin-top: -2em; margin-bottom: 2em; }

.formWrap .field.password { margin-top: -1.25em; }
.formWrap .field.password .note { margin-bottom: 2.5em; margin-top: .25em !important; }
.formWrap #div_S110_Q171-wrap label.answer { position: relative; cursor: pointer; }
.formWrap #div_S110_Q171-wrap label.question {
	display: inline;
	width: auto;
	padding-left: 5px;
	top: 4px;
	line-height: 1.25em;
}
.formWrap #div_S110_Q171-wrap .answers.Checkbox {
	display: inline-flex;
	float: none;
}
.formWrap #div_S110_Q171-wrap input.question.checkbox, .formWrap #div_S110_Q171-wrap .Checkbox input {
	display: block;	
	float: left;
	margin-left: 3px;
	top: 5px;
}

/* Already have account, login: */
#LiteratureRequestQueue .Column1.col1 .horizontalRule.oneDot {
	height: 0;
	background: 0 none;
}
#div_S126_Q182-wrap .answers { position: relative;  }
#div_S126_Q182-wrap .question { margin-bottom: 1em; }

/* Literature Request Form (modal) -- used on WTC */
.formWrap #HLCInfo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #e8e8e8;	
	border: 1px solid #999;
	box-shadow: 0 4px 8px #999;
	padding: 8% 10% 8% 10%;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.formWrap #HLCInfo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #444;
}
.formWrap #HLCInfo p {
	color: #444;	
	line-height: 1.6em;
}
.formWrap #HLCInfo p.HLCTitle {
	color: #333;
	font-family: Cambria,Georgia,Serif;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}
@media screen and (max-width: 899px) {
	.formWrap #HLCInfo p.showMore {
		display: block !important;
		text-align: center;
		cursor: pointer;		
		color: #7F7F7F;
		font-weight: bold;
		margin-top: 0;
	}	
	.formWrap #HLCInfo p.showMore:hover {
		color: #333;
	}
	.formWrap #HLCInfo p.showMore .icnArrow {
		display: inline-block;
		width: 21px;
		height: 28px;
	}
	.formWrap #HLCInfo p.showMore .icnArrow.right {
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey.png) no-repeat scroll -11px -16px transparent;
	}
	.formWrap #HLCInfo p.showMore:hover .icnArrow.right {
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png) no-repeat scroll -11px -56px transparent;
	}
	.formWrap #HLCInfo p.showMore .icnArrow.down {
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey.png) no-repeat scroll 2px -109px transparent;
	}
	.formWrap #HLCInfo p.showMore:hover .icnArrow.down {
		background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png) no-repeat scroll 2px -229px transparent;
	}
	.formWrap #HLCInfo p.HLCPromo {
		display: none;
	}
}
@media screen and (min-width: 900px) {
	.formWrap #HLCInfo {
		padding: 1.5em;
		margin-left: 0;
	}
	.formWrap #HLCInfo p.showMore {
		display: none !important;
	}
	.formWrap #HLCInfo p.HLCPromo {
		display: block !important;
	}
}
@media screen and (min-width: 1090px) {
	.formWrap #HLCInfo {
		min-height: 228px;
		max-width: 650px;
		overflow: hidden;
	}
	.formWrap #HLCInfo img {
		float: left;
		margin-right: 1.25em;
	}
	.formWrap #HLCInfo p.HLCTitle {
		margin-top: 0;
	}
	.formWrap #HLCInfo p.HLCTitle, .formWrap #HLCInfo p.HLCPromo {	
		text-align: left;
		clear: right;
		float: left;
		width: 70%;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM SUCCESS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.form .email-notice {
	border: 1px solid #999;
    clear: both;
    font-size: 92%;
    margin: 1.5em 0 3em;
    max-width: 600px;
    padding: 1em;
    background: #E7E7E7;
}

.FormSuccess #HLCInfo {
	clear: both;	
	margin-top: 1em;
}
.FormSuccess #HLCInfo img {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	max-width: 250px;
	border: 1px solid #444;
}
.FormSuccess .HLCTitle {
	clear: both;
	margin-top: .75em;
	font-family: Cambria, Georgia, Serif;
	font-size: 1em;
	margin-bottom: .75em;
	font-size: 1.125em;
	line-height: 1.2em;
	text-align: center;
}
.FormSuccess #HLCInfo .button {
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .75em;
	text-align: center;
}
.FormSuccess .HLCPromo {
	display: none;
}
.FormSuccess #rtSubscribeNotice {
	display: none;	
}
@media screen and (min-width: 700px) {
	#rtSubscribeNotice {
		display: block;
		position: relative;
	}	
}
@media screen and (min-width: 768px) {
	.FormSuccess #HLCInfo {
		min-height: 300px;
	}
	.FormSuccess #HLCInfo img {
		float: left;
		width: 180px;
		margin-right: 1.5em;
	}
	.FormSuccess .HLCPromo {
		display: block;
		visibility: hidden;
	}
	.FormSuccess .HLCTitle, .FormSuccess #HLCInfo .button {
		clear: none;
		display: inline-block;		
		margin-left: 0;
		width: auto;
	}
	.FormSuccess .HLCTitle {
		margin-top: 0;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM ERRORS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.floatingError {
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #AAA;
	opacity: .95;
	padding: .6em 2.5em .6em .75em;
	box-shadow: 0 3px 6px #CCC;
	position: absolute;
	top: -72px;
	z-index: 100;
}
.floatingError .icnClose {
	background: url(https://images.azureedge.net/rcg/images/interface/icn_close_x.svg) no-repeat center center;
	width: 19px;
	height: 19px;
	border: 1px solid #367CAB;
	border-radius: 100%;
	padding: 0;
	background-size: 15px auto;
	filter: invert(41%) sepia(40%) saturate(754%) hue-rotate(161deg) brightness(96%) contrast(87%);
	position: absolute;
	right: 10px;
    top: 8px;
	cursor: pointer;
}
.floatingError .icnClose:hover {
	border-color: #1C6291;
	filter: invert(27%) sepia(91%) saturate(644%) hue-rotate(167deg) brightness(95%) contrast(87%);
}
.formError {
	clear: both;
	display: block;
}
.formError p, .formWrap .ErrorText, .simplemodal-data .formError p, .simplemodal-data .formError p, .formWrap #errors p {
	color: #d60000;	
	display: block;
	clear: both;
	font-size: 0.98rem;
	line-height: 1.35em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
}
.formWrap .field .ErrorText  {
	color: #d60000;
    margin-top: 0.25em;
}
.ErrorText a:hover {
	border-bottom: 1px solid;
}
.formWrap .field .ErrorText, .formWrap span.ErrorText, .formWrap .field .formError p {
    padding-bottom: 0.35em;
}
.formWrap .field-error input:not(.valid), .formWrap .field-error textarea, .formWrap .field-error select, .required input.field-error {
	border-color: #d60000;	
	background: #eee5e6;
	color: #c21313;
	-moz-transition: color 1s ease .2s, border-color 1s ease .2s, background 1s ease .2s;
	-webkit-transition: color 1s ease .2s, border-color 1s ease .2s, background 1s ease .2s;
	-o-transition: color 1s ease .2s, border-color 1s ease .2s, background 1s ease .2s;
	transition: color 1s ease .2s, border-color 1s ease .2s, background 1s ease .2s;
}
.formWrap .field-error input.checkbox, .formWrap .field-error .Checkbox input,
	.formWrap .field-error input.radio, .formWrap .field-error .Radio input {
	background: transparent;
}
.formWrap .field-error label.question, .formWrap label.field-error.question, .formWrap .field-error .QuestionNumber label.question  {
	color: #d60000;
	-moz-transition: color 1s ease .2s;
	-webkit-transition: color 1s ease .2s;
	-o-transition: color 1s ease .2s;
	transition: color 1s ease .2s;
}
.formWrap #sectionErrors, .formWrap #sectionErrorText p {
	color: #d60000;
	font-weight: bold;
}
/*@media screen and (min-width: 800px) {
	.formWrap .col1.nocol2 .field .ErrorText, .formWrap .col1.nocol2 span.ErrorText {
		position: relative;
		float: left;
		margin-left: 350px;
		top: -27px;
		display: block;	
	}
	.formWrap .col1.nocol2 .field.zipQuestion .ErrorText, .formWrap .col1.nocol2 .zipQuestion span.ErrorText {
		margin-left: 110px;
	}
	.formWrap .col1.nocol2 .field.literature .ErrorText, .formWrap .col1.nocol2 .literature span.ErrorText {
		margin-top: -3px;
		position: absolute;
		top: 22px;
	}
}*/
@media screen and (min-width: 1080px) {
	/*.formWrap .col1.nocol2 .field .ErrorText, .formWrap .col1.nocol2 span.ErrorText {
		position: absolute;
		top: 2px;
		margin-left: 445px;
		left: 0;
		width: auto;
	}
	.formWrap .col1.nocol2 .field.zipQuestion .ErrorText, .formWrap .col1.nocol2 .zipQuestion span.ErrorText {
		margin-left: 222px;
	}*/
	/*.formWrap .col1.nocol2 .field.literature .ErrorText, .formWrap .col1.nocol2 .literature span.ErrorText {
		top: 0;
		margin-top: 0;
	}*/
}
/*@media screen and (min-width: 1170px) {
	.formWrap .col1.nocol2 .field .ErrorText, .formWrap .col1.nocol2 span.ErrorText {
		margin-left: 460px;
	}
}*/


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SPECIFIC FORM ERRORS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
/*@media screen and (min-width: 1080px) {
	#UpdateAccountInformation.formWrap .col1.nocol2 .field .ErrorText, #UpdateAccountInformation.formWrap .col1.nocol2 span.ErrorText {
		margin-left: 450px;
	}
}*/

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SUBMISSION RESPONSE TEXT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.formResponse {
	margin: 0 auto;
    padding-top: 1em;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
}
.responseText.primary {
    font-family: Cambria,Georgia,Serif;
    font-size: 1.5625em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0.35em;
}
.responseText.secondary {
    font-family: Cambria,Georgia,Serif;
    font-size: 1em;
    line-height: 1.5em;
}
.responseText.message.primary {
	font-size: 1.375em;
	max-width: 680px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.mailingRequest .responseText.message.primary {
    margin-bottom: 0;
}
.responseText.successfulText {
	background: 0 none;
	padding-left: 0;
}
.responseText.successfulText::before {
	background: transparent url("https://images.azureedge.net/images/interface/sprite_icon_bookshelf.png") no-repeat scroll -15px -663px;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    position: relative;
    top: 5px;
    width: 35px;
}

/* Response Text Container */
#responseTextContainer { margin-top: 1.5em; }
#responseTextContainer h2 {
	font-family: Cambria,Georgia,Serif;
    font-size: 1.5625em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0.35em;
}
.simplemodal-container #responseTextContainer p.email-notice {
	margin-top: .5em;
	max-width: 650px;
	background: #EAEAEA;
	border: 1px solid #AAA;
	padding: 1.25em 1.25em 1em 1.75em;
}
#responseTextContainer p a { font-weight: bold; }
#responseTextContainer p a:hover { text-decoration: underline; border-bottom: 0 none; }
#responseTextContainer br { display: none; }
#responseTextContainer p.email-notice br { 	display: block; }
#responseTextContainer .groupHeader {
	clear: both;
	margin-top: 1.25em;	
	font-family: Cambria,Georgia,Serif;
	font-size: 1.0625em;
	margin-bottom: 1em;
}
#responseTextContainer #bookGroup { clear: both; }
#responseTextContainer #bookGroup .booklet {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#responseTextContainer #bookGroup .booklet a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#responseTextContainer #bookGroup .booklet a p {
	text-align: center;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: 1.5em;	
}
#responseTextContainer #bookGroup .bookLink:hover { text-decoration: underline;  border-bottom: 0; }
@media screen and (min-width: 768px) {
	#responseTextContainer #bookGroup .booklet {
		float: left;
		margin-right: 15px;
		clear: none;
		width: 170px;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SPECIFIC FORM RESPONSE TEXT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.formResponse.mailingRequest {
	background: url(https://images.azureedge.net/images/interface/bg_shipping_box.png) no-repeat scroll center 0 transparent;	
	margin-bottom: -1em;
    min-height: 10em;
    position: relative;
    top: -1em;
    z-index: 1;
}
#shippingForm .formResponse.mailingRequest {
	margin-bottom: -1.5em;
    width: 87%;
}
#Afterrequestsurvey.formWrap .FormHeader {
	margin-bottom: 1.25em;
	text-align: center;
}
#Afterrequestsurvey.formWrap .FormHeader p.pageDetail { margin-left: auto; margin-right: auto; text-align: center; }
#Afterrequestsurvey.formWrap .divSubmit { padding-top: 1.25em; text-align: center; }
.rcg #Afterrequestsurvey.formWrap .divSubmit input.button { padding: .55em 2em .7em 2em; font-size: 1.1rem; }
#Afterrequestsurvey.formWrap textarea {
	max-width: 95% !important;
	max-height: 300px;
}
@media screen and (min-width: 1080px) {
	#Afterrequestsurvey.formWrap .col1 {
		width: 36%;
	}
	#Afterrequestsurvey.formWrap .col2, #Afterrequestsurvey.formWrap .col1 {
		float: right;
		padding-bottom: 0;
	}
	#Afterrequestsurvey.formWrap textarea {
		min-height: 280px;
		min-width: 36%;
		width: 91%;
		max-height: 420px;
	}
	#shippingForm .formResponse.mailingRequest {
	    margin-bottom: -1em;
        max-width: 685px;
    }
}
#Afterrequestsurvey.formWrap .field.QuestionNumber .Text input {
	max-width: 267px;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ STAFF MESSAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.staffMessage {
	background: #FFF;
	border: 1px solid #999;
	bottom: 0;
	box-shadow: -4px 9px 35px #000;
	color: hsl(0, 0%, 20%);
	font-size: 14px;
	left: 0 !important;
	max-width: 295px;
	padding: 2em 0 1.5em 0;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 999;
	animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-moz-animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-webkit-animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-o-animation: messageSlideUp 3.65s 1 ease-in, fadeIn 2.75s 1 ease-in 1s;
	-moz-transition: top 1.5s ease 1.65s;
	-webkit-transition: top 1.5s ease 1.65s;
	-o-transition: top 1.5s ease 1.65s;
	transition: top 1.5s ease 1.65s;	
}
.staffMessage .messageTitle {
	text-transform: uppercase;
	color: #b11616;
	font-size: 1.5625em;
	font-family: Cambria,Georgia,Serif;
	display: block;
	clear: both;
	margin-top: .25em;
	font-weight: bold;
}
.staffMessage .messageTitle .icon.staff {
	background: url(https://images.azureedge.net/wtc/images/interface/icn_staff.png) no-repeat 0 0;
	background-size: 26px auto;	
	width: 32px;
	height: 32px;
	position: relative;
	top: -3px;
	display: inline-block;
}
.staffMessage .liveDate {
	font-weight: bold;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEP SLIDER (REQUEST FORM) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#slidesWrapper { position: relative; width: auto; height: 300px; overflow: hidden; display: block; }
#slides { margin-top: .25em; position: absolute; margin-left: 4%; }
.slides_container {
    width: 400px;
    height: 265px;
    box-shadow: 0 4px 8px #999;
    border: 1px solid #999;
    background: #EEE;
    overflow: hidden; position: relative; display: block;
}
.slides_container div.slide {
	width: 650px;
	height:auto;
	display:block;
}
#slides .prev, #slides .next {
	border-bottom: 0 none;
	background: url("https://images.azureedge.net/images/interface/sprite_arrows.png") no-repeat scroll 2px 0 transparent;
	width: 25px;
	height: 60px;
	display: block;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
	position: absolute;
	top: 5em;
	z-index: 200;
}
#slides .prev { left: 8%; }
#slides .next { right: 38.6%; background-position: -70px 0 !important; }
#slides .pagination { 
	position: absolute;
	left: 66%; 
	top: 0; 
	display: block; 
	width: 32%; 
	margin-left: auto !important; 
	margin-right: auto; 
	margin-top: .75em; 
	z-index: 200;
}
#slides .pagination li { 
	cursor: pointer;
	list-style-type: none; 
	display: inline-block; 
	width: 12px;
	margin: 0 0 0 8px !important;
	background: url(/images/interface/css_sprites.gif) no-repeat 0 -411px;
}
#slides .pagination li.current { background-position: 0 -1061px; }
#slides .pagination li a { border-bottom: 0 none !important; padding-top: 10px; overflow: hidden; display: block; height: 0; color: transparent; }
.slides_container .slides_control { height: 381px !important; }
.slides_container div.slide img { 
	width: auto; 
	height: auto !important;
	margin-left: 10%;
	margin-top: .55em;
	padding-bottom: 1.55em;
	margin-bottom: -4.25em;
}
.slides_container div.slide p { 
	font-family: Calibri, Arial, Sans-serif !important; 
	font-size: 0.828125em !important; 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); 
	position: relative; 
	top: 42px;
	margin: 0 !important; 
	padding: .25em 0 .5em 1em !important;
	color: #EFEFEF !important;
	width: inherit !important;
	font-weight: bold !important;
}
.slides_container div.slide a.button { 
	width: auto !important; 
	top: -5.5em; 
	left: 35%;
	position: relative; 
	display: block;
	float: left;
	font-size: 1.108695652173913em;
	color: #404040 !important;
	border-color: #AAAAAA;
    box-shadow: 0 0 3px #999;
    background-color: #F9F9F9;
    border: 1px solid #AAA !important;
    border-radius: 2px 2px 2px 2px;
    text-decoration: none;
    padding: 0.3em 1em;
    z-index: 500;
}
.slides_container div.slide a.button:hover
	{ box-shadow: 0 0 5px #999 !important; color: #000 !important; border-color: #888 !important; }

.slides_container div.slide a.button span { 
	background: url(/images/interface/css_sprites.gif) no-repeat 4px -1024px; 
	width: 10px;
	height: 14px;
	display: inline-block;
}
@media screen and (max-width: 550px) {
	.slides_container { width: 320px; }
	#slides .pagination { display: none; }
	#slidesWrapper { height: 187px; width: 20em; margin-bottom: 1.5em; border-bottom: 1px solid #999; margin-left: 4%; border-right: 1px solid #999; } 
	#slides { margin-top: 0; margin-left: 0; }
	.slides_container div.slide img { width: 18%; margin-left: 5.6%; margin-top: .55em; }
	.slides_container div.slide p { background: transparent !important; color: transparent !important; }
	.slides_container div.slide a.button { top: -4.5em; left: -2.5%; font-size: 1.021739130434783em; }
	#slides .prev, #slides .next { top: 3em; }
	#slides .prev { left: .5em; }
	#slides .next { left: 9.75em; }
}
@media screen and (max-width: 445px) {
	#slidesWrapper { width: 86%; }
}
@media screen and (max-width: 321px) {
	#slidesWrapper { width: 94%; }
}
@media screen and (max-width: 241px) {
	#slides .prev, #slides .next { display: none; }
	.slides_container div.slide img { margin-left: 1%; }
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ANIMATIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@-webkit-keyframes pulse {
	0%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 1); }
	50%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 0); }
  100%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 1); }
}
@-o-keyframes pulse {
	0%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 1); }
	50%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 0); }
  100%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 1); }
}
@keyframes pulse {
	0%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 1); }
	50%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 0); }
  100%   { box-shadow: 1px 2px 2px hsla(0, 0%, 80%, 1); }
}


@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1;}
}
@-webkit-keyframes fadeIn /* Safari and Chrome */ {
	0%   { opacity: 0; }
	100% { opacity: 1;}
}
@-o-keyframes fadeIn /* Opera */ {
	0%   { opacity: 0; }
	100% { opacity: 1;}
}


@keyframes fadeOut {
	0%   { opacity: 1; }
	100% { opacity: 0;}
}
@-webkit-keyframes fadeOut /* Safari and Chrome */ {
	0%   { opacity: 1; }
	100% { opacity: 0;}
}
@-o-keyframes fadeOut /* Opera */ {
	0%   { opacity: 1; }
	100% { opacity: 0;}
}


@keyframes zoomIn {
	0%   { transform: scale(2);  }
	100% { transform: scale(1); }
}
@-webkit-keyframes zoomIn /* Safari and Chrome */ {
	0%   { -webkit-transform: scale(2);  }
	100% { -webkit-transform: scale(1); }
}
@-o-keyframes zoomIn /* Opera */ {
	0%   { -o-transform: scale(2);  }
	100% { -o-transform: scale(1); }
}


@keyframes messageSlideUp {
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}
@-webkit-keyframes messageSlideUp /* Safari and Chrome */ {
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}
@-o-keyframes messageSlideUp /* Opera */ {
	0%   { bottom: -500px; }
	100% { bottom: 0;}
}

