/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM CONTENT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.form #PageContent {
	min-height: 350px;
	min-width: 100%;
}
.form #MainContent {
	padding: 2.25em 3% 1em 4%;
	background: #FFF;
	top: -1em;
	position: relative;
	min-height: 350px;
}
.form #PageFooter {
	margin-top: -1.2em;
} 
@media screen and (min-width: 1024px) {
	.form #MainContent {	
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #AAA;		
		max-width: 1024px;
	}
}
	
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM HEADER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.FormHeader h2, .form h2 {
	color: #1F244E;
	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 {
	font-weight: bold;
	color: #606060;	
	max-width: 700px;
}
.formWrap .FormHeader p .blue {
	color: #4c657f;	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BASIC FORM ELEMENTS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.formWrap p, .formWrap label {
	font: 0.82em/1.5em Arial,sans-serif;
}
.formWrap p.form_detail {
	clear: both;
	margin-bottom: 1em;
	color: #1e234c;
	margin-top: 0;
}
.formWrap p.form_detail .note {
	clear: both;
	display: block;
	color: #344A87;
}

/* Fields */
.formWrap .field {
	clear: both;
	width: 100%;
	margin-bottom: .85em;	
	position: relative;	
}
.formWrap .col1.nocol2 .field { position: relative; max-width: 600px; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 1080px) {
	.formWrap .field {	
		margin-bottom: .6em;	
	}
	.formWrap .col1.nocol2 .field { max-width: 400px; }
}
#div_S8_Q172-wrap.field {
	display: none;
}

/* Field Notes */
.formWrap .field .note {
	color: #344A87;
	font: 0.98em/1.5em Calibri, Arial,sans-serif;
	text-align: left;
	display: inline-block;
	margin-top: 1px;
}
.formWrap .field.HiddenQuestion .note {
	display: block;
	margin-top: .85em;
}
.formWrap .field.literature .note {
	font-weight: bold;
}
@media screen and (min-width: 1080px) {
	.formWrap .field.literature .note {
		margin-left: 114px;
		position: relative;
		top: 0.5em;
		display: block;
		clear: both;
	}
}

/* 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: #606060;	
}
.formWrap label.question {
	clear: both;
	display: block;
	text-shadow: -1px 1px 0 #FFF;
	font-size: .82rem;
}
/* .formWrap .field.required label.question::after { content: '*'; } */
.formWrap .field:not(.required) label.question::after { content: '(optional)'; margin-left: 5px; font-style: italic; font-size: .92rem; font-weight: normal; }
.formWrap label a {
	color: #38449d;
	border-bottom: 1px dotted;
}
.formWrap label a:hover {
	border-bottom: 1px solid;
}


/* Text Inputs & Selects & Textareas */
.formWrap .MessageWrap, .formWrap .col1:not(.nocol2) { max-width: 550px; }
.formWrap .col2:not(.col1) { margin-top: 3em; }
.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: .55em .5em; 
	background: #FFF; 
	width: 90%;
	display: block;
	font: .9em/1.35em Arial,sans-serif;
	color: #555;
	background: #EFEFEF;
	-moz-transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
	-webkit-transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
	-o-transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
	transition: background .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: #FFF !important;
	color: #111 !important;
	box-shadow: 1px 2px 2px #CCC;
	-moz-transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
	-webkit-transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
	-o-transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
	transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.formWrap .Text input: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;	
}
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;
	-webkit-transition: background-image 0s ease !important;
	transition: background-image 0s ease !important;
 }
/* .Text.password { display: block; min-width: calc(100% - 33px); } */
.passWrap { 
	display: block;
	position: relative;
}
.showPass {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    text-transform: uppercase;
    font-size: .87rem;
}
/*@media screen and (min-width: 900px) {
	.account .Text.password { min-width: 376px; }
}*/
/*@media screen and (min-width: 1024px) {
	.formWrap .Text input, .formWrap .autocomplete input, .formWrap .Dropdown select, .formWrap textarea, .formWrap .CheckRange input {	
		font-size: 0.8125em;
		padding: .4em .5em;
	}
}*/
/*.formWrap .MessageWrapF input {
    max-width: 325px;
}*/

.Text.password
/* Text Inputs */
/*.formWrap .Text input, .formWrap .autocomplete input {
	max-width: 325px;	
}*/
.formWrap .ShortInput .Text input {
	max-width: 85px;	
}

/* Selects */
.formWrap .Dropdown select {
	/*max-width: 338px;*/
	width: calc(100% - 17px);
}
@media screen and (min-width: 370px) {
	.formWrap .Dropdown select {
		width: calc(94% - 5px);
	}
}
@media screen and (min-width: 1080px) {
	.formWrap .Dropdown select {
		width: calc(100% - 22px);
	}
}


/* Phone field */
.formWrap .col1.nocol2 .field.phone {
	min-height: 35px;
}
.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: 100%;
	text-indent: 116px;
	padding-top: 0.62em !important;
	padding-bottom: 0.62em !important;
	letter-spacing: .5px;
	box-sizing: border-box;
}
.phoneInput {
	position: relative;
	width: calc(100% - 36px);
	z-index: 1;
	display: block;
}
.formWrap .phone .switch {
	color: #555;
	font-size: 15px;
	line-height: 1.85em;
	opacity: 1;
	padding-left: 2.45em;
	text-transform: uppercase;
	overflow: hidden;
}
.formWrap .phone .icon {
	display: inline-block;
	width: 114px;
	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 9px;
	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.png") no-repeat scroll 9px -545px;
	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;
	/*margin-top: 5px;*/
	-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.default .option {
	margin-top: 6px;
}
.formWrap .phone .switch:not(.default) .home {
	margin-top: -22px;
}
@media screen and (min-width: 1024px) {
	.formWrap .phone .switch {
		font-size: 13.35px;
		line-height: 1.8em;
		padding-left: 2.65em;
	}
	.formWrap .phone .switch .option { margin-top: 5px; }
	.formWrap .phone .icon {
		width: 111px;
	}
	.formWrap .phone .icon::before {
		background-position-y: 9px;
	}
	.formWrap .phone .icon::after {
		background-position-y: -544px;
	}
	.formWrap .phone .switch.default .option {
		margin-top: 7px;
	}
	.formWrap .phone .switch:not(.default) .home {
		margin-top: -21px;
	}
	.formWrap .phone .Text.Dropdown input {
		text-indent: 116px;
		width: 100%;
	}
}
@media screen and (min-width: 1080px) {
	.formWrap .phone .Text.Dropdown input { width: calc(100% + 19px); }
}

/* Textareas */
 .formWrap textarea {
 	max-width: 90%;
	min-width: 135px;
	min-height: 130px;
 }
@media screen and (min-width: 768px) {
	.formWrap textarea {	
		max-width: 550px;
	}
} 

/* 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: 2px;
	top: 0\0/;
	background: transparent;
}
.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;
}
/* .formWrap .checkBoxOption label.checkbox.answer, .formWrap .checkBoxOption .checkbox {
	float: left !important;
} */
.formWrap .checkBoxOption label.checkbox.answer {
	display: contents;
}
/* Radios */
.formWrap input.radio, .formWrap .Radio input {
	border: 0 none;
	display: inline-block;
	width: auto;
	margin-left: 2px;
	margin-right: 15%;
	position: relative;
	top: 2px;
	background: transparent;
}
@media screen and (min-width: 768px) {
	.formWrap input.radio, .formWrap .Radio input {		
		margin-right: 7%;	
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COLUMNNS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (min-width: 1080px) {
	.formWrap .col1, .formWrap .col2 {
		float: left;
	}
	.formWrap .col1 {
		width: 35%;
		padding-bottom: 15px;
	}
	.formWrap .col2 {
		background: url(http://images.azureedge.net/rt/images/interface/dotsBorder.gif) repeat-y scroll left top transparent;
		padding-left: 30px;
		width: 58%;
		margin-left: 15px;
		padding-bottom: 23px;
		margin-bottom: 7px;
	}
}	
/* Labels & Errors Column 1 with no Column 2 */
@media screen and (min-width: 1080px) {
	.formWrap .col1.nocol2 {
		width: 100%;
		float: none;
		
	}
	.formWrap .col1.nocol2 .field {
		margin-left: 0;
	}
	/*.formWrap .col1.nocol2 label.question {
		clear: left;
		float: left; 
		width: 107px;	
		text-align: right;
		margin-right: 7px;
		position: relative;
		top: 5px;
	}	
	.formWrap .col1.nocol2 .answers {
		display: block;
		float: left;
		width: 41%;
		position: relative;
	}
	.formWrap .col1.nocol2 .field .ErrorText, .formWrap .col1.nocol2 span.ErrorText {
		margin-left: 112px;
		margin-top: .3em;
	}*/
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SUBMIT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.divSubmit {
	clear: both;
	display: block;	
	margin-top: .75em;
}
.divSubmit .button {
	float: none;
	margin-bottom: 15px;
}
.simplemodal-container .divSubmit .button {
	float: right;
}
.formWrap .button, .formWrap a.button {
	border: 1px solid #999;
	color: #404040;
	font-family: Cambria, Georgia, Serif;
	font-size: 1.0625em;
	width: auto;
	padding: .4em 1em .48em 1em;
	/* background-color: #E7E7E7; */
	cursor: pointer;
	display: inline-block;	
	font-weight: bold;			
	border-radius: 2px 2px 2px 2px;	
	text-decoration: none;	
	line-height: 1.22em;
}
.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%);
	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, .wtc .formWrap .button.disabled:hover, .wtc .formWrap a.button.disabled:hover {
	background: #424e94;
	border-color: #424e94;
	color: #FFF;
}
.wtc .formWrap .button.disabled, .wtc .formWrap a.button.disabled {
	color: #a2a6c5 !important;
	opacity: .5;
	cursor: default;
}
.wtc .formWrap .button:hover, .wtc .formWrap a.button:hover {
	background: #3B4370;
	border-color: #3B4370;
}
.rcg .formWrap .button {
	background: url("https://images.azureedge.net/images/interface/bg_burgundy_gradient_ie.png") repeat-x 0 0 #650F28; /* Old browsers */
	background: -moz-linear-gradient(top,  #9e5c6b 0%, #6c0d29 50%, #5c0a22 51%, #610a24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e5c6b), color-stop(50%,#6c0d29), color-stop(51%,#5c0a22), color-stop(100%,#610a24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9e5c6b 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9e5c6b 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9e5c6b 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9e5c6b 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* W3C */
	color: #FFF;
	border-color: #430b1b;	
}
.rcg .formWrap .button:hover {
	background: url("https://images.azureedge.net/images/interface/bg_burgundy_gradient_hover_ie.png") repeat-x 0 0 #5c0a22; /* Old browsers */
	background: -moz-linear-gradient(top,  #7f2c43 0%, #6c0d29 50%, #5c0a22 51%, #610a24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f2c43), color-stop(50%,#6c0d29), color-stop(51%,#5c0a22), color-stop(100%,#610a24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7f2c43 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7f2c43 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7f2c43 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7f2c43 0%,#6c0d29 50%,#5c0a22 51%,#610a24 100%); /* W3C */
}
.button.wToolTip.clear {
	border: 0 none !important;
	border-radius: 2px;
	box-shadow: 0 0 0 transparent;
	display: inline-block;
	height: 23px !important;
	position: absolute;
	left: calc(100% - 65px);
	top: 19px;
	vertical-align: middle;
	width: 12px;
	border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 468px) {
	.button.wToolTip.clear { 
		left: 85%;
	}
}
@media screen and (min-width: 1080px) {
	.button.wToolTip.clear {
		left: 96%;
		border-radius: 3px;
	}
}
.button.wToolTip.clear:hover {
	box-shadow: 0 0 0 transparent;
}
.button.wToolTip.clear::after {
	background: url("https://images.azureedge.net/images/interface/sprite_contact_search.png") no-repeat scroll center -705px;
	background-size: 26px auto;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.button.wToolTip.clear .toolTip { display: none; }
}
.button.wToolTip.clear .toolTip {
	left: 1%;
    min-width: 70px;
    position: absolute;
    right: auto;
    top: -3.3em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	background: #525a97;
}
.button.wToolTip.clear .toolTip::before {
	content: '';
	position: absolute;
	background: transparent url("https://images.azureedge.net/wtc/images/interface/sprite_comment_bubble_top.png") no-repeat scroll 0px -195px;
    display: block;
    height: 25px;
    left: 1px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
	bottom: -21px;
    width: 30px;
}
@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;
}
.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;	
    font-size: .85rem;
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.formWrap .MailingList .rtMonthly .answers {
	margin-bottom: 0;
	margin-left: 1.2em;	
}

/* Labels */
.formWrap .QuestionNumber label.question {
	color: #444;
}

/* 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;
}
.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: 1rem;
}
.ui-menu {
	padding: 2px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0;
}
.general.form .ui-autocomplete.ui-menu {
	max-height: 400px;
	overflow-y: scroll;
	position: relative;
	top: -2px;
	box-sizing: border-box;
}
@media screen and (max-width: 424px) {
	.general.form .ui-autocomplete.ui-menu {
		max-width: 95%;
	}
}
.general.wtc.form .ui-autocomplete {
	box-shadow: 1px 2px 2px #ccc;
}
.general.wtc.form .ui-helper-hidden-accessible {
	display: none;
	opacity: 0;
}
.ui-menu .ui-menu-item div {
	color: #6e6e6e;
	padding: .2em .2em .2em 1.85em !important;
	position: relative;
}
/* #ui-id-1 is address complete
   #ui-id-2 is literature title complete
*/
.general.wtc.form .ui-autocomplete li.ui-menu-item div::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.wtc.form .ui-autocomplete li.ui-menu-item div:hover::after, .general.wtc.form .ui-autocomplete li.ui-menu-item div.ui-state-active::after {
	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.wtc.form #ui-id-1.ui-autocomplete li.ui-menu-item div:hover::after, .general.wtc.form #ui-id-1.ui-autocomplete li.ui-menu-item div.ui-state-active::after {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_icons_autocomplete.png) no-repeat -2px 4px;
}
.general.wtc.form #ui-id-2.ui-autocomplete li.ui-menu-item div:hover::after, .general.wtc.form #ui-id-2.ui-autocomplete li.ui-menu-item div.ui-state-active::after {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_icons_autocomplete.png) no-repeat -2px -139px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: 0 none !important;	
	font-weight: bold;
	border: 0 none !important;
	color: #5e66a3 !important;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ QUESTIONNAIRE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.formWrap .field.QuestionNumber {
	background: url("https://images.azureedge.net/images/interface/icon_question.gif") no-repeat scroll -6px 0 transparent;
	padding-left: 14px;
	width: 90%;
	margin-bottom: 1.4em;
}
.formWrap .field.QuestionNumber.field-error {
	background: url("https://images.azureedge.net/images/interface/icon_question_error.gif") no-repeat scroll -6px 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;
	}	
}

/* Labels for Questions */
.formWrap .field.QuestionNumber label.question {
}

/* Answers to Questions */
.formWrap .field.QuestionNumber .answers {
	position: relative;
	width: 90%;
	display: block;
	margin-top: .25em;
}
.formWrap .field.QuestionNumber .answers.Checkbox {
	padding-top: 0.4em;
}
.formWrap .answer.checkBoxOption {
	display: block;
	clear: both;
	min-height: 32px;
}
.formWrap .answer.checkBoxOption .Text {
	float: left;
	margin-top: -10px;
	margin-left: 0.45em;
}
@media screen and (min-width: 370px) {
	.formWrap .field.QuestionNumber .answers {	
		margin-left: 5px;
	}
}

/* Inputs to Questions */
.formWrap .field.QuestionNumber .Text input {
	max-width: 500px;	
	box-sizing: border-box;
}

/* Auto-complete -- used on WTC Lit Request */
.ui-autocomplete li, .ui-autocomplete div, .ui-autocomplete li:hover, .ui-autocomplete li div:hover {
	font-weight: bold !important;
}
.ui-autocomplete li div {
	padding-left: .75em !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;	
}
.ui-autocomplete li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#toggleAddress2 {
	font-weight: 600;
	margin-bottom: .65em;
	display: block;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SPECIFIC FORMS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.login #PageContent, .account #PageContent { background: #FFF; }
/* Registration Form & Login - RCG */
#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;
}
#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 .divSubmit .button {
	float: none !important;
}
@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;
}
@media screen and (min-width: 1080px) {
	#UpdateAccountInformation.formWrap {
		max-width: 988px;
	}	
	#UpdateAccountInformation.formWrap .Dropdown select {
		max-width: 323px;
	}	
}

/* Literature Requests - RCG */
#shippingForm {
	margin: 0 4%;
	max-width: 850px;
}
/* Create account option: */
.formWrap #div_S110_Q171-wrap {
	background: url("https://images.azureedge.net/images/interface/sprite_icon_stamp.png") no-repeat scroll -9px -1592px transparent;
	padding-left: 1.25em;
}
.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-block;
	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;
}
.formWrap #div_S110_Q171-wrap label.answer {
	display: none;
}
/* Already have account, login: */
.formWrap #div_S126_Q182-wrap input.checkbox, .formWrap #div_S126_Q182-wrap .Checkbox input {
	top: 6px;
}
#LiteratureRequestQueue .Column1.col1 .horizontalRule.oneDot {
	height: 0;
	background: 0 none;
}

@media screen and (min-width: 1024px) {
	#shippingForm {
		margin: 0 1.5%;
	}
}
@media screen and (min-width: 1080px) {
	.formWrap .col1.nocol2 #div_S126_Q182-wrap .answers {
		float: none;
		clear: left;
		margin-left: 7px;
		padding-top: 6px;
	}	
}


/* 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 #rtSubscribeAd {
	display: none;	
}
@media screen and (min-width: 700px) {
	#rtSubscribeAd {
		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{
	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;
}
.formWrap .field .ErrorText, .formWrap span.ErrorText, .formWrap .field .formError p {
    padding-bottom: .5em;
	/*background: url(https://images.azureedge.net/images/interface/sprite_comment.png) no-repeat scroll -9px -8px transparent;	
    padding-left: 2.4em;	
    min-height: 1em;*/
}
.formWrap .field-error input, .formWrap .field-error textarea, .formWrap .field-error select {
	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: -22px;
		display: block;	
		left: 0;
	}
	.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: 53.5%;
		width: auto;
	}	
	.formWrap .col1.nocol2 .field.literature .ErrorText, .formWrap .col1.nocol2 .literature span.ErrorText {
		top: 0;
		margin-top: 0;
	}
}*/


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SUBMISSION RESPONSE TEXT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.formResponse {
	margin: 0 auto;
    padding-top: 1em;
	padding-bottom: 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;
}

/* 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: 0;
	max-width: 650px;
	background: #EAEAEA;
	border: 1px solid #AAA;
	padding: 1.25em 1.25em 1em 1.75em;
}
#responseTextContainer p a {
	font-weight: bold;
}
#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;	
}

@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;
}
#Afterrequestsurvey.formWrap .col2 {
	float: none;
	background: 0 none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	margin-top: 1em;
}
#Afterrequestsurvey.formWrap .field.QuestionNumber .Text input {
	max-width: 267px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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); }
}