/* notifyme.css */
@font-face {
    font-family: "Maison Neue Medium";
    src: url('/assets/fonts/MaisonNeue-Medium.otf') format('opentype'),
         url('/assets/fonts/MaisonNeue-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Maison Neue Bold"; 
    src: url('/assets/fonts/MaisonNeue-Bold.otf') format('opentype'),
         url('/assets/fonts/MaisonNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Maison Neue Book";
    src: url('/assets/fonts/MaisonNeue-Book.otf') format('opentype'),
         url('/assets/fonts/MaisonNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.uni_navbar {
	margin-bottom: 4px;
}
.banner {
	background: url('/home/equipment-return-label-request/assets/images/SupportUSPSFormImage.jpg') no-repeat;
	width: 100%;
	height: 160px;
	background-size: 100% 100%;
}
.bannerContent {
	max-width: 990px;
	margin: 0 auto;
	position: relative;
	left: 0;
	right: 0;
}
.bannerContent h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 40px;
}
.bannerContent h2 {
	font-size: 38px;
	color: #000000;
	margin-top: 10px;
}
.pageContent {
    background-color: rgba(238, 238, 238, 0.7);
    margin: 0 auto;
	padding-top: 50px;
}
.formHeader {
	text-align: center;
}
.formWrapper {
	width: 687px;
	margin: 0 auto 50px;
    border-radius: 14px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
    background-color: #FFFFFF;
}
.responseMsgWrapper {
	width: 687px;
	margin: 0 auto 50px;
    border-radius: 14px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
    background-color: #FFFFFF;
	min-height : 200px;
}
.eqSprite {
	background: url('/home/equipment-return-label-request/assets/images/USPS-Form-Sprite.png') no-repeat;
}
.infoHeader {
	width: 100%;
}
.infoHeader span {
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
	font-size: 30px;
	float: left;
    line-height: 40px;
    padding-right: 15px;
    padding-top: 5px;
}
.infoHeader span.tickIcon, .tickIcon.tick-successMsg {
    background-image: url(/notifyme/assets/images/checkmark_icon.svg);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
	display : inline-block;
    padding: 0px;
    background-size: contain;
}
.tick-successMsg {
	float : left;
}
.inFoHeadWrap {
	margin: 40px auto 20px;
    width: 290px;
}
.horizontalLine {
    border-top: 2px solid #48D597;
    width: 600px;
    width: 535px;
    margin: 0 auto 15px;
}
.formSubhead {
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
    width: 475px;
    margin: 0 auto;
}
.infoForm {
    width: 475px;
    margin: 0px auto;
}
.selectContainer {
    display: inline-block;
    height: 45px;
    width: 100%;
    background-color: #EEEEEE;
    border-bottom: 1px solid #000000;
}
.infoForm select {
    border: 0;
	outline: 0;
	background-color: #EEE;
    padding: 0px 15px;
	width: 100%;
	height: 45px;
	font-size: 16px;
	box-shadow: none;
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
	color: #000000;
	line-height: 44px;
    position: relative;
    z-index: 1;
	border-bottom: 1px solid #000000;
}
.infoForm input {
	border: 0;
	outline: 0;
	background-color: #EEEEEE;
	border-bottom: 1px solid #000000;
    padding: 0px 15px;
	width: 100%;
	height: 45px;
	font-size: 16px;
	box-shadow: none;
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
	color: #000000;
	line-height: 44px;
}
input[type="radio"], input[type="checkbox"]{
	width: 5%;
    float: left;
    margin-right: 3%;
	height: 17px;
	border-radius: 100%;
}
.radioText{
	width: 92%;
    float: left;
    height: auto;
    position: relative;
    line-height: inherit;
}
.single-line-radioText{
	top: 6px;
}
@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 
	input[type="date"]{
		min-width: calc(100% - 16px);
	}
	input[type="radio"]{
		max-width: 5%;
		min-width: 5%;
		width: 5%;
	}
	.radioText{
		width: 85%;
		top: 0px;
		margin-top: 7px;
	}
}
.child-dependent-form{
	display: none;
}

.infoForm input.validation-error, .infoForm select#m_state.validation-error {
	border-bottom: 2px solid #E44325;
}
.infoForm input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 1;
}
.infoForm input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 1;
}
.infoForm input:-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
    opacity: 1;
}
.infoForm label {
	font-size: 14px;
	color: #999999;
	margin-bottom: 0;
	margin-top: 20px;
	visibility: hidden;
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-weight: normal;
}
.infoForm label[for="dob"],
.infoForm label[for="dobChild"] {
	visibility: visible;
}
.twoCol .leftCol, .twoCol .rightCol {
	width: 50%;
	float: left;
}
.twoCol .leftCol {
	padding-right: 25px;
	position: relative;
}
.infoForm input.ctlOrageBtn {
	background-color: #FF8B19;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	width: auto;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 50px;
	border: none;
}
.infoForm input.ctlOrageBtn:focus, .infoForm input.ctlOrageBtn:hover {
	background-color: #E57302;
}
.bottomBorder {
	border-top: 1px solid #666666;
}
.searchForm {
	width: 400px;
	position: absolute;
	right: 0;
	top: 60px;
}
.ctaLinkOrangeContainer {
	float: right;
	background-color: #ff6319;
}
.ctaLinkOrangeContainer a, .ctaLinkOrangeContainer a:active, .ctaLinkOrangeContainer a:hover, .ctaLinkOrangeContainer a:focus, .ctaLinkOrangeContainer a:visited {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}
input.form-control {
	border-radius: 0;
	height: 35px;
}
#m_state::-ms-expand {
	display: none;
}
select#m_state {
	color: #999999;
    font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select#m_state.textClass {
	color: #000000;
    font-size: 16px;
}
.formWrapper input.focusClass:focus, .formWrapper select#m_state.focusClass:focus {
    border-bottom: 2px solid #000000;
	outline: 0;
}
.formWrapper input.focusClass.validation-error:focus, .formWrapper select#m_state.focusClass.validation-error:focus {
	border-bottom: 2px solid #E44325;
	outline: 0;
}
.formWrapper input:focus::-webkit-input-placeholder {
	color: transparent;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.formWrapper input:focus:-moz-placeholder {
	/* Firefox 18- */
	color: transparent;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.formWrapper input:focus::-moz-placeholder {
	/* Firefox 19+ */
	color: transparent;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.formWrapper input:focus:-ms-input-placeholder {
	color: transparent;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.infoForm input.validation-error::-webkit-input-placeholder {
	color: transparent;
}
.infoForm input.validation-error:-moz-placeholder {
	/* Firefox 18- */
	color: transparent;
}
.infoForm input.validation-error::-moz-placeholder {
	/* Firefox 19+ */
	color: transparent;
}
.infoForm input.validation-error:-ms-input-placeholder {
	color: transparent;
}
.infoForm label.showLabel {
	visibility: visible;
}
.infoForm .showLabel.helperText, .infoForm .showLabel.requiredFieldMessage {
	display: block;
}
.infoForm .errorLabel {
	color: #E44325;
	display: block;
}
#optionalAIPMessage {
	margin-top: 15px;
}
.helperText {
	display: none;
	color: #666666;
	font-size: 10px;
	margin: 8px 0 0;
    font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
}
.requiredFieldMessage {
	color: #E44325;
	font-size: 10px;
	display: none;
	margin: 8px 0 0;
	font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
}
.notifymeform-control {
	height: auto;
}
.confirmationPage .infoHeader {
	background-color: #FFFFFF;
	font-size: 32px;
}
.confirmationPage .inFoHeadWrap {
	width: 450px;
}
p.uspsEmail {
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 28px;
	font-size: 28px;
	color: #000000;
	line-height: normal;
}
p.popularTools {
	text-align: center;
	padding-bottom: 45px;
	font-size: 32px;
	color: #000000;
	margin-top: 80px;
}
.internetIcon {
	background-position: 8px -125px;
	width: 73px;
	height: 69px;
}
.troubleshooterIcon {
	background-position: -102px -114px;
	width: 73px;
	height: 69px;
}
.techIcon {
	background-position: -200px -121px;
	width: 73px;
	height: 69px;
}
.modemIcon {
	background-position: -290px -125px;
	width: 73px;
	height: 69px;
}
.sericeIcon {
	background-position: -392px -117px;
	width: 73px;
	height: 69px;
}
.productIcon {
	background-position: -491px -123px;
	width: 73px;
	height: 69px;
}
.toolsWrapper .eqSprite {
	display: inline-block;
	margin: 0 20px;
	width: 12.25%;
	box-sizing: border-box;
	height: 120px;
	position: relative;
}
.toolsWrapper .iconTxt {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.pageContent.confirmationPage {
	margin-bottom: 80px;
}
.confirmationPage .infoHeader span {
	font-size: 32px;
}
.formWrapper .glyphicon-chevron-down {
    position: absolute;
    right: 39px;
    top: 48px;
    color: #0047BB;
    font-size: 17px;
    z-index: 0;
}
.sorryContentWrap {
	width: 600px;
	border: 4px solid #EFEFEF;
	margin: 30px auto 80px;
	border-radius: 12px;
}
.content-box-body-heading {
	height: 85px;
	background-color: #EFEFEF;
	font-size: 28px;
	padding: 25px 20px;
}
.errorPage .copy-heading {
	font-size: 16px;
	padding: 20px;
}
.errorPage .copy-normal {
	font-size: 20px;
	padding: 20px;
}
.errorPage .copy-normal a.sorry-link, .errorPage .copy-normal a.sorry-link:active, .errorPage .copy-normal a.sorry-link:visited {
	font-size: 20px;
	color: #00835f;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}
.errorPage .copy-normal a.sorry-link:focus, .errorPage .copy-normal a.sorry-link:hover{
	text-decoration: underline;
}
.errorHeader {
	text-align: center;
	margin-bottom: 50px;
	display: none;
}
.radioErrorHeader {
	text-align: center;
	margin: 20px 0px 0px;
	display: none;
}
.inFoHeadWrapError {
	width: 751px;
	margin: 0 auto;
}
.errorHead {
	font-size: 30px;
	color: #E44325;
	display: inline-block;
	height: 46px;
	position: relative;
	top: -6px;
	margin-left : 10px;
    font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
}
.radioErrorHeader .errorHead{
	height: auto;
	font-size: 18px;
	top: 0px;
}
.radioErrorHeader .inFoHeadWrapError {
	width: auto;
	margin: 0 auto;
}
h1.formHeader-main-heading {
    font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
    font-size: 30px;
    color: #0047BB;
    line-height: 1.4em;
    max-width: 945px;
    margin: 20px auto 20px;
}
div.formHeader-sub-heading {
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
    color: #53565A;
    margin-bottom: 20px;
    text-align: left;
    line-height: 20px;
}
.formHeader-sub-heading a{
	text-decoration: underline;
}
ul li, ol li{
    font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
    color: #53565A;
    line-height: 20px;
}
ol li{
	margin-bottom: 7px;
	list-style: decimal;
	line-height: 20px;
}
ol{
	margin-top: 10px;
}
.horizontalStripe {
    height: 5px;
    width: 100%;
}
.navyStripe, .vibrantStripe, .mintStripe {
    height: 5px;
    float: left;
}
.navyStripe {
    width: 15%;
    background-color: #001e60;
}
.vibrantStripe {
    width: 35%;
    background-color: #0047bb;
}
.mintStripe {
    width: 50%;
    background-color: #48d597;
}
#m_unitType::-ms-expand {
	display: none;
}
select#m_unitType {
	color: #999999;
    font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select#m_unitType.textClass {
	color: #000000;
    font-size: 16px;
}
.formWrapper input.focusClass:focus, .formWrapper select#m_unitType.focusClass:focus {
    border-bottom: 2px solid #000000;
	outline: 0;
}
.ecRadio-wrapper {
	margin: 20px 0px 20px 0px;
}
.ecRadio-message {
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
	color : #000000;
	font-size : 16px;
}
.ecRadio-description {
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
	color : #000000;
	font-size : 16px;
	margin-top : 4px;
}
.infoForm .yesNoRadio {
	height : 15px;
	width : 15px;
    margin-right: 7.5px
}
.ecRadio-buttonBlock {
	margin-top : 7px;
}
.ecRadio-buttonBlock .button-container.radioYes,
.ecRadio-buttonBlock .button-container.radioNo,
.ecRadio-buttonBlock .ecRadio-description.radioYes {
	float : left;
}
.ecRadio-buttonBlock .ecRadio-description.radioYes {
	margin-right : 22.5px;
}
div#ec-radio-wrapper .radio-wrap-yes {
	float : left;
}
.privacyLink-block {
	margin: 0px 0px 40px 0px;
}
.privacy-linkWrapper {
    margin: 0px 0px 0px 23px;
    font-family: "Maison Neue Book", arial, helvetica, sans-serif;
    color: #000000;
    font-size: 11.5px;
    padding-top: 5px;
}
a.privacy-link {
	font-family: "Maison Neue Book", arial, helvetica, sans-serif;
    color: #0047BB;
    font-size: 11.5px;
    text-decoration: underline;
}
#submit-block-wrapper {
	text-align: center;
	margin-bottom: 25px;
}
.consentMsg, .qfBold, .ctlBold, .ctlPlanDetailsBold {
	font-family: "Maison Neue Book", arial, helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	text-align: left;
	margin-top : 20px;
}
.qfBold, .ctlBold, .ctlPlanDetailsBold, .answerHeader {
	color: #503296;
	font-family: "Maison Neue Bold", arial, helvetica, sans-serif;
	font-size: 16px;
}
.col-lg-12 .answerHeader {
	margin-left: -12px;
}
.acpPricing {
	margin-top: 12px;
}
.ctlBold {
	color: #0047BB;
}
.ctlPlanDetailsBold {
	color: #000000
}
.infoForm input.ctlHoverButton,
.infoForm input.ctlHoverButton:focus,
.infoForm input.ctlHoverButton:visited,
.infoForm input.ctlHoverButton:active {
	background-color: #48D597;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    font-family: "Maison Neue Bold", arial,helvetica,sans-serif;
	width: 200px;
    height: 50px;
	margin-top: 20px;
    border: 2px solid #48D597;
}
.infoForm input.ctlHoverButton:hover {
    background-color: #FFFFFF;
    color: #53565A;
}
.warningIcon {
    background-image: url('/notifyme/assets/images/ErrorIcon.png');
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
	display : inline-block;
}
.radioErrorHeader .warningIcon {
	width: 20px;
    height: 20px;
	background-size: 100%;
	position: relative;
	top: 4px;
}
.lockIcon {
    background-image: url(/notifyme/assets/images/lock_icon.svg);
    width: 12px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    background-size: contain;
}
.relief-form-control .inputInstrMsg {
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 12px;
	color : #999999;
	margin-top : 3px;
}
.topMessage{
	margin-top : 5px;
	margin-bottom : 10px;
}
h1 .h1-success-wrapper {
	width: 475px;
	margin: 150px auto 10px;
}
h1.formHeader-main-heading .h1-successMsg {
    padding-top: 4px;
    font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
    font-size: 30px;
    color: #0047BB;
    line-height: 1.4em;
    display: inline-block;
}
.response-copy {
	font-family: "Maison Neue Medium", arial,helvetica,sans-serif;
    font-size: 30px;
    color: #0047BB;
	padding-top : 10px;
	line-height : 1.2em;
	text-align : center;
}
.response-page.submit-fail .response-copy {
    color: #e34225;
}
.response-page .infoHeader span.tickIcon,
.response-page .infoHeader span.warningIcon {
	margin-left : 40%;
}
.recaptcha-wrapper {
	width : 305px; 
	margin-left : auto; 
	margin-right : auto; 
	margin-top : 10px;
}
#sendMyRequest {
	margin-left : auto;
	margin-right : auto;
}
.more-content p{
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 14px;
    color: #53565A;
    margin-bottom: 15px;
    text-align: left;
    line-height: 20px;
}
.more-content p:nth-child(2){
	margin-bottom:40px;
}
.questionWrap {
	margin-top: 20px;
	padding: 0px 12px;
}
.questionWrap.active {
    box-shadow: 0px 5px 10px #00000026;
    outline: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.questionWrap .chevron-icon {
    width: 18px;
    height: 11px;
    background: url(/assets/images/page-components/tv/downchevron_icon.svg) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
	left: 90%;
}
.questionWrap .chevron-icon.active {
    background-image: url(/assets/images/page-components/tv/up_chevron_icon.svg)
}

.questionWrap .question {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #000000;
    padding: 12px 0px 9px 36px;
	border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    position: relative;
}
.questionWrap .question:hover {
    cursor: pointer;
}
.questionWrap .active .question {
    border-color: transparent;
}
.questionWrap .next-active .question {
    border-bottom-color: transparent;
}
.questionWrap .answerHeader {
	margin-top: 12px;
	color: #000;
	text-decoration: underline;
}
.answerHeader.col-lg-6 {
	font-size: 14px;
	padding: 0px;
}
.questionWrap .consentMsg.label, .priceQuote {
	font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
}
.consentMsg.col-lg-6, .consentMsg.col-lg-3 {
	margin-top: 10px;
}
.consentMsg.col-lg-9 {
	margin-top: 12px;
}
.planOptions {
	font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
}
.smallPrint {
	font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rightAlign {
	margin: 12px 0px 0px 60px;
}
.consentCheckContainer {
	margin: 12px auto;
}
.questionWrap .answer, .questionWrap .answer li {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0px 12px 36px;
}
.questionWrap .answer li {
    padding: 0px;
	font-size: 10px;
	line-height: 1em;
}
.questionWrap .active .answer span.oneTimeFee{
	font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #000000;
	display:block;
	padding-right:50px;
	padding-left:25px;
}
.questionWrap ol li {
    padding-left: 5px;
}
.questionWrap ol,
.questionWrap ul {
    margin-bottom: 0px;
    margin-left: 23px;
}
.questionWrap ol {
    list-style-type: decimal;
}
.questionWrap ul {
    list-style-type: disc;
}
.questionWrap .answer a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #0047BB !important;
    text-decoration: underline;
    font-weight: inherit;
}
.questionWrap .active .answer {
    display: block;
}
.sfChatButtonToggle button {
	background-color : #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.internetIcon {
		background-position: -3px -98px;
	}
	.troubleshooterIcon {
		background-position: -87px -95px;
	}
	.techIcon {
		background-position: -180px -101px;
	}
	.modemIcon {
		background-position: -250px -104px;
	}
	.sericeIcon {
		background-position: -338px -98px;
	}
	.productIcon {
		background-position: -422px -102px;
	}
	.toolsWrapper .eqSprite {
		background-size: 574%;
		height: 100px;
		margin: 0 14px;
	}
	.toolsWrapper .iconTxt {
		font-size: 14px;
        font-size: 25px;
	}
    h1.formHeader-main-heading {
        width: auto;
        font-size: 25px;
	}
	p.formHeader-sub-heading {
		width : 721px;
		margin : 0px auto 30px;
        font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {
	.searchForm {
		width: 300px;
		right: 15px;
	}
	.bannerContent {
		width: 100%;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	::marker{
		height: auto;
	}	
	ul li, ol li{
		list-style-position: outside;
		margin-bottom: 10px;
	}
	.formHeader {
		font-size: 26px;
		padding-bottom: 15px;
	}
	.searchForm {
		width: 100%;
		top: auto;
		bottom: 10px;
		padding: 0 15px;
		right: 0;
	}
	.bannerContent {
		height: 160px;
		padding: 0 15px;
	}
	.bannerContent h1 {
		margin-top: 30px;
	}
	div#responsive-footer .footer-new {
		padding-left: 0;
	}
	.pageContent {
		width: 100%;
		padding: 30px 15px 0px;
	}
	.formWrapper {
		width: 100%;
	}
	.infoForm {
		width: calc(100% - 30px);
	}
	.twoCol .leftCol, .twoCol .rightCol {
		width: 100%;
		float: none;
	}
	.twoCol .leftCol {
		padding-right: 0;
	}
	.confirmationPage .inFoHeadWrap {
		width: 76%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.confirmationPage .infoHeader span {
		font-size: 26px;
	}
	.confirmationPage .infoHeader {
		height: auto;
		margin-bottom: 10px;
	}
	.confirmationPage .infoHeader span.thanks {
		width: 80%;
		padding-left: 0;
	}
	p.uspsEmail {
		font-size: 22px;
	}
	p.popularTools {
		margin-top: 25px;
		font-size: 28px;
	}
	.toolsWrapper .eqSprite {
		width: 124px;
		margin: 0px 9px 30px;
	}
	.toolsWrapper {
		margin: 0 auto;
		max-width: 290px;
	}
	.pageContent.confirmationPage {
		margin-bottom: 40px;
	}
	.infoHeader span.warningIcon {
		background-size: 1300%;
		background-position: -24px -13px;
		width: 30px;
		height: 30px;
		padding: 0;
		display: inline-block;
		float: none;
		margin-bottom: -6px;
		margin-right: -5px;
	}
	.infoHeader span {
		font-size: 24px;
        padding-top: 3px;
	}
    .infoHeader span.tickIcon {
        width: 40px;
        height: 40px;
    }
	.inFoHeadWrap {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-top : 20px;
	}
    .formSubhead, .horizontalLine {
        width: calc(100% - 30px);
    }
	.sorryContentWrap {
		width: 100%;
		margin-bottom: 50px;
	}
	.content-box-body-heading {
		font-size: 24px;
		padding: 16px 20px;
		height: 60px;
	}
	.errorHeader {
		margin-bottom: 20px;
	}
	.inFoHeadWrapError {
		width: 100%;
		font-size: 26px;
		color: #E44325;
        font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
	}
	.errorHead {
		font-size: 26px;
	}
	.twoCol.relief-form-control {
		height: auto;
	}
	.formWrapper .glyphicon-chevron-down{
		right: 15px;
	}
	h1.formHeader-main-heading {
		font-size: 20px;
		line-height : 1.1em;
        margin: 20px auto;
        width: 295px;
	}
	p.formHeader-sub-heading {
		font-size: 12px;
		line-height : 1.2em;
		width: 290px;
		margin: 0px auto;
		margin-bottom : 20px;
	}
    .privacyLink-block {
		margin-bottom: 20px;
	}
    .privacy-linkWrapper {
        font-size: 10.5px;
        padding-top: 0px;
    }
    a.privacy-link {
        font-size: 10.5px;
    }
    .lockIcon {
        margin-top: 1px;
    }
    h1.formHeader-main-heading .h1-successMsg {
        font-size: 20px;
        padding-top: 0px;
    }
    .h1-successMsg .tickIcon {
        width: 24px;
        height: 24px;
    }
    h1 .h1-success-wrapper {
		width: 290px;
	}
    .warningIcon {
        width: 25px;
        height: 25px;
        background-size: contain;
        position: relative;
        top: 2px;
    }
	.response-copy {
		text-align : center;
		font-size : 20px;
	}
	.response-page .infoHeader span.tickIcon {
		margin-left : 35%;
	}
	.response-page .infoHeader span.warningIcon {
		margin-left : 40%;
	}
	.response-page .responseMsgWrapper .warningIcon {
		background-size: contain;
		background-position: center;
		width: 36px;
		height: 36px;
		padding: 0;
		display: inline-block;
		float: none;
		margin-bottom: 0px;
		margin-right: 0px;
	}
	.infoForm input#ebbp::-webkit-input-placeholder {
		font-size: 12.5px;
	}
	.infoForm input#ebbp::-moz-placeholder {
		font-size: 12.5px;
	}
	.infoForm input#ebbp:-ms-input-placeholder {
		font-size: 12.5px;
	}
	input#ebbp::placeholder{
		font-size:10px !important;
	}
	.answer .consentMsg.col-sm-12 {
		margin-left: -16px;
	}
}

@media only screen and (max-width: 350px) {
	div.formHeader-sub-heading{
		font-size: 12px;
		margin-bottom: 10px;

	}
	ul li, ol li{
		font-size: 12px;
	}
}