/* 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(/robocallmitigation/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 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;
}
.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;
	visibility: hidden;
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-weight: normal;
}

.half-width{
	width: 48%;
	float: left;
	height: 100px;
}
.full-width{
	width: 100%;
	float: left;
	height: 100px;
}
.robocall-form-control{
	float: left;
}
.left-half{
	margin-right: 2%;
}
.right-half{
	margin-left: 2%;
}

.twoCol .leftCol, .twoCol .rightCol {
	width: 50%;
	float: left;
}
.twoCol .leftCol {
	padding-right: 25px;
	position: relative;
}
.bottomBorder {
	border-top: 1px solid #666666;
}
.searchForm {
	width: 400px;
	position: absolute;
	right: 0;
	top: 60px;
}
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;
}
.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;
}
.confirmationPage .infoHeader {
	background-color: #FFFFFF;
	font-size: 32px;
}
.confirmationPage .inFoHeadWrap {
	width: 450px;
}
.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;
}
.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;
}
h1.formHeader-main-heading {
    font-family: "Maison Neue Bold", 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;
}
.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;
}
.privacyLink-block {
	margin: 0px 0px 40px 0px;
	float: left;
}
.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;
	width: 100%;
}
.consentMsg {
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
	color : #000000;
	font-size : 14px;
	line-height: 18px;
	text-align: left;
	margin : 20px 0px;
}
.consentMsg a{
	color: #0047BB !important;
	text-decoration: underline;
}
.consentMsg b{
	margin-bottom: 5px;
}
.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: 30px;
    border: 2px solid #48D597;
}
.infoForm input.ctlHoverButton:hover {
    background-color: #FFFFFF;
    color: #53565A;
}
.warningIcon {
    background-image: url('/robocallmitigation/assets/images/ErrorIcon.png');
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
	display : inline-block;
}
.lockIcon {
    background-image: url(/robocallmitigation/assets/images/lock_icon.svg);
    width: 12px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    float: left;
    background-size: contain;
}
.robocall-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-copy-black{
	font-family: "Maison Neue Book", arial,helvetica,sans-serif;
    font-size: 24px;
    color: #000;
	margin: 20px 0px;
	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-div {
    margin: 0 auto;
    width: 302px;
}
#sendMyRequest {
	margin-left : auto;
	margin-right : auto;
}


@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;
	}
	.half-width{
		width: 100%;
	}
	.left-half{
		margin-right: 0%;
}
	.right-half{
		margin-left: 0%;
	}
	.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;
	}
	.infoForm {
		width: calc(100% - 30px);
	}
	.twoCol .leftCol, .twoCol .rightCol {
		width: 100%;
		float: none;
	}
	.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;
	}
	.formWrapper {
		width: 100%;
	}
	.twoCol .leftCol {
		padding-right: 0;
	}
	.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.robocall-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%;
	}
}
.sfChatButtonToggle button {
	background-color : #ffffff;
}

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

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