/* Web Fonts */
@font-face {
    font-family: 'latolight';
    src: url('./lato-light-webfont.eot');
    src: url('./lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-light-webfont.woff2') format('woff2'), url('./lato-light-webfont.woff') format('woff'), url('./lato-light-webfont.ttf') format('truetype'), url('./lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('./lato-lightitalic-webfont.eot');
    src: url('./lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-lightitalic-webfont.woff2') format('woff2'), url('./lato-lightitalic-webfont.woff') format('woff'), url('./lato-lightitalic-webfont.ttf') format('truetype'), url('./lato-lightitalic-webfont.svg#latolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('./lato-regular-webfont.eot');
    src: url('./lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-regular-webfont.woff2') format('woff2'), url('./lato-regular-webfont.woff') format('woff'), url('./lato-regular-webfont.ttf') format('truetype'), url('./lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('./lato-italic-webfont.eot');
    src: url('./lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-italic-webfont.woff2') format('woff2'), url('./lato-italic-webfont.woff') format('woff'), url('./lato-italic-webfont.ttf') format('truetype'), url('./lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('./lato-black-webfont.eot');
    src: url('./lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-black-webfont.woff2') format('woff2'), url('./lato-black-webfont.woff') format('woff'), url('./lato-black-webfont.ttf') format('truetype'), url('./lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('./lato-blackitalic-webfont.eot');
    src: url('./lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-blackitalic-webfont.woff2') format('woff2'), url('./lato-blackitalic-webfont.woff') format('woff'), url('./lato-blackitalic-webfont.ttf') format('truetype'), url('./lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('./lato-bold-webfont.eot');
    src: url('./lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-bold-webfont.woff2') format('woff2'), url('./lato-bold-webfont.woff') format('woff'), url('./lato-bold-webfont.ttf') format('truetype'), url('./lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('./lato-bolditalic-webfont.eot');
    src: url('./lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('./lato-bolditalic-webfont.woff2') format('woff2'), url('./lato-bolditalic-webfont.woff') format('woff'), url('./lato-bolditalic-webfont.ttf') format('truetype'), url('./lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */

#eDelivery-logo-container-create-account-step3 {
    width: 100px;
}

#eDelivery-logo-container-create-account-step3 img{ 
    width: inherit;
}

#eDelivery-logo-container-forgot-password {
    width: 70px;
}

#eDelivery-logo-container-forgot-password img{ 
    width: inherit;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: "latoregular", sans-serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #414042;
    background: #eef0ef;
}

a:link, a:visited, a {
    color: #003C71;
    text-decoration: none;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    font-family: "latobold", sans-serif;
}

    a:hover {
        color: #00AEEf;
        text-decoration: none;
    }

    a:active {
        color: #006fba;
        text-decoration: none;
    }

hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #003C71;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "latoregular", sans-serif;
}

h1 {
    font-size: 30px;
    color: #003C71;
    text-align: center;
    font-family: "latobold", sans-serif;
}

.pageTitle {
    margin-bottom: 20px;
}

    .pageTitle h1 {
        border-bottom: 1px solid #003C71;
        line-height: 1;
        margin: 25px 0 0;
        padding: 0 0 25px;
    }

.sectionTitle h2 {
    font-size: 24px;
    border-bottom: 1px solid #003C71;
    color: #003C71;
    line-height: 1;
    margin: 50px 0 25px;
    padding: 0 0 25px;
    font-family: "latobold", sans-serif;
}

h2 {
    font-size: 28px;
}

    /* Make site titles the same size if it's an H1 (home) or H2 (internal) */
    h2.sectionTitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Make it a bit smaller for block headers */
    h2.block-title {
        font-size: 18px;
        margin: 0;
    }

    h2.node-title {
        font-size: 28px;
    }

h3 {
    font-size: 24px;
}

.error {
    color: #ba0000;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

strong {
    font-family: "latobold", sans-serif;
}

p {
    margin-bottom: 20px;
}

.text-right {
    text-align: right;
}

.green {
    color: #2C6854; 
}

.no-bullets
{
    list-style-type: none;
}
button,
a.button {
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );
    -webkit-transition: box-shadow 150ms ease-out;
    -moz-transition: box-shadow 150ms ease-out;
    -o-transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    color: #003C71;
    font-size: 18px;
    font-family: "latoregular", sans-serif;
    padding: 10px 40px;
    border: 1px solid #c4b8d6;
    box-shadow: none;
    margin: 40px 10px;
    text-align: center;
}
    /*button.red,
a.button.red {
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-transition: box-shadow 150ms ease-out;
  	-moz-transition: box-shadow 150ms ease-out;
  	-o-transition: box-shadow 150ms ease-out;
  	transition: box-shadow 150ms ease-out;
  	color: #D90000;
  	font-size: 18px;
  	font-family:"latoregular", sans-serif;
  	padding: 10px 40px;
  	border: 1px solid #D90000;
	box-shadow:none;
	margin:40px 10px;
	text-align:center;
}*/
    button.purple,
    a.button.purple {
        background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }
    
    icon-navient-big-arrow-left,
    a.icon-navient-big-arrow-left {
        color: #2C6854;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }
    
	button.continueSession,
    a.button.continueSession {
        background: rgb(255,70,41);
        background: -moz-linear-gradient(top, rgba(255,70,41,1) 26%, rgba(255,70,41,1) 81%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(255,70,41,1)), color-stop(81%,rgba(255,70,41,1)));
        background: -webkit-linear-gradient(top, rgba(255,70,41,1) 26%,rgba(255,70,41,1) 81%);
        background: -o-linear-gradient(top, rgba(255,70,41,1) 26%,rgba(255,70,41,1) 81%);
        background: -ms-linear-gradient(top, rgba(255,70,41,1) 26%,rgba(255,70,41,1) 81%);
        background: linear-gradient(to bottom, rgba(255,70,41,1) 26%,rgba(255,70,41,1) 81%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a39b3', endColorstr='#4c2785',GradientType=0 );
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }
    button.externalContactUsBtnColor,
    a.button.externalContactUsBtnColor {
        background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }
    
    button.sendEmailAgainBtn,
    a.button.externalContactUsBtnColor{
		background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
	}
    
     button.forgotIDOrPwdBtnColor,
    a.button.forgotIDOrPwdBtnColor {
        background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }    
    button.registerNowBtn,
    a.button.registerNowBtn {
        background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
        margin-top: 20px !important;
    }
    button.green,
    a.button.green {
        background: #2C6854;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
        letter-spacing: 1px;
        margin-top: 10px !important;
    }

    button.red,
    a.button.red {
        background: rgb(170, 0, 3);
        /*background: -moz-linear-gradient(top,  rgba(30,158,72,1) 0%, rgba(20,108,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,158,72,1)), color-stop(100%,rgba(20,108,49,1)));
	background: -webkit-linear-gradient(top,  rgba(30,158,72,1) 0%,rgba(20,108,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(30,158,72,1) 0%,rgba(20,108,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(30,158,72,1) 0%,rgba(20,108,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,158,72,1) 0%,rgba(20,108,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9e48', endColorstr='#146c31',GradientType=0 );*/
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
        letter-spacing: 1px;
    }

    button.blue,
    a.button.blue {
        background: #003C71;
       
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
        margin-top: 20px !important;
    }
    
    button.submit,
    a.button.submit {
        background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }
    button:hover,
    a.button:hover {
        -webkit-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.35);
        box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.35);
    }
    buttonControl{
		background: #003C71;
        border: 0;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
	}

     .red-border-button {
        border: 1px solid #D90000;
        margin: 10px 10px !important;
        color: #D90000;
    }
.l-header {
    background-color: #fff;
    padding: 6px 0;
    border-bottom: 7px solid #003C71;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    border: 2px solid #8a8a8a;
    border-radius: 2px;
    height: 50px;
    padding: 0 10px;
    font-family: "latoregular", sans-serif;
}

input[type="radio"] {
    margin-left: 30px;
}

    input[type="radio"]:first-of-type {
        margin-left: 0;
    }

.radio-label {
    /*display: block;*/
}

fieldset {
    width: 100%;
}

input[type="password"] {
    letter-spacing: 1px;
}

.form-item {
    margin-bottom: 30px;
}

.form-item-fu {
    margin-bottom: 10px;
}
.form-error-text {
    font-size: 14px;
    color: #ba0000;
    font-family: "latobold", sans-serif;
}

.social-date input {
    letter-spacing: 10px;
    text-align: center;
}

.social-date .dash {
    display: none;
    max-height: 50px;
}

.confirm-group-div {
    margin-bottom: 70px;
}

.page-template3 .alternate-option label {
        line-height: 20px; /*40px;*/
    }

.scrollable-box {
    border: 2px solid #003C71;
    width: 100%;
    height: 350px;
    overflow-x: auto;
    padding: 15px 40px;
}

.confirmation-box {
    background-color: #333;
    position: relative;
    color: white;
    vertical-align: middle;
    margin-bottom: 10px;
}

.confirmation-box1 {
    background-color: #333;
    position: relative;
    color: white;
    vertical-align: middle;
    margin-bottom: 10px;
}

    .confirmation-box:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
        border-top-color: #333;
        top: 100%;
        left: 40%;
    }
    
    .confirmation-box1:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
        border-top-color: #333;
        top: 100%;
        left: 40%;
    }

.confirm-content {
    padding-top: 10px;
    padding-left: 50px;
}
.confirm-content1 {
    padding-top: 10px;
    padding-left: 50px;
}

label,
legend {
    font-family: "latoregular", sans-serif;
    border: 0;
    font-size: 18px;
}

.icon-file-pdf {
    color: #bc0000;
    font-size: 25px;
}

/* Main Content Styles */
.l-main {
    min-height: 600px;
    background-color: #fff;
}
.l-main1 {
    min-height: 600px;
    background-color: #fff;
}
.purple-banner h1 {
    background-color: #003C71;
    color: #fff;
    text-align: center;
    font-family: "latobold", sans-serif;
    font-size: 48px;
    padding: 28px 0 50px;
    line-height: 1;
}

.icon-navient-lock.green {
    font-size: 54px;
    top: 8px;
    position: relative;
    display: block;
}

/* Login Pages */
.page-login button {
    margin: 0 10px 20px;
}

.forgot-buttons {
    margin-bottom: 30px;
}

.border-right {
    border-bottom: 1px solid #003C71;
}

.page-login .inner-block {
    margin-bottom: 30px;
    padding: 30px 0 0;
}
.finger-print {
	margin-left: 22%;
    margin-right: 15%;
}
.circle-or {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #003C71;
    color: #fff;
    font-family: "latoregular", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 47.95%;
    top: -27px;
    line-height: 1;
}

.page-login-invalid .pageTitle {
    margin-bottom: 0;
}

/* Register Block on Login Pages */
.register-ad {
    border-top: 1px solid #003C71;
    border-bottom: 1px solid #003C71;
    text-align: center;
    margin-bottom: 40px;
    padding: 25px 0;
}

    .register-ad h2 {
        line-height: 1;
    }
	
/* Register Block on Login Pages */
.difficulty-ad {
    
    border-bottom: 1px solid #003C71;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -40px;
    padding: 25px 0;
}

    .difficulty-ad h2 {
        line-height: 1;
    }
	
/* Info Panel */
div.topic {
    display: none;
}

[class*="info-panel"] {
    height: auto;
    padding-bottom: 20px;
}

.info-panel {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #005893;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-family: "latoregular", sans-serif;
    margin-bottom: 10px;
}

    .info-panel:before {
        font-family: "navient-icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e801';
        color: #005893;
        top: -26px;
        position: absolute;
        font-size: 40px;
        right: -2px;
    }

[class*="info-panel1"] {
	height: auto;
	padding-bottom: 20px;
}

.info-panel1 {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #005893;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-family: "latoregular", sans-serif;
	margin-bottom: 10px;
}


.icon-navient-close1:after {
	font-family: "navient-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 0.5em;
	margin-right: .1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e801';
	color: #005893;
	top: 11px;
	position: absolute;
	font-size: 40px;
	right: -2px;
	/* display: none; */
}

.l-content .icon-navient-info-circle1:before,.l-content .icon-navient-close1:before
	{
	color: #003C71;
	font-size: 30px;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}

div[class*="info-btn"],div[class*="info-panel1-close"] {
		width: 30px;
		height: 30px;
	}

.l-content div[class*="info-btn"]:hover .icon-navient-info-circle1:before
	{
	color: #00AEEf;
}

[class*="info-panel1"] .icon-down-dir {
	color: #005893;
	font-size: 40px;
	position: absolute;
	right: -16px;
	bottom: -34px;
}

[class*="info-panel1"] p {
	margin-bottom: 0;
}

[class*="info-btn"],[class*="info-panel1-x"] {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

[class*="info-panel1-x"] {
	display: none;
}

[class*="info-btn"] {
	display: none;
}/*end*/

[class*="info-panel"] .icon-down-dir {
    color: #005893;
    font-size: 40px;
    position: absolute;
    right: -16px;
    bottom: -34px;
}

[class*="info-panel"] p {
    margin-bottom: 0;
}

[class*="info-btn"], [class*="info-panel-x"] {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

[class*="info-panel-x"] {
    display: none;
}

[class*="info-btn"] {
    display: none;
}

.more-info {
    position: absolute;
    right: 15px;
    top: -50px;
    text-align: center;
}

.more-info-forgotEmail2 {
    display: inline !important;
}

.more-info-forgotEmail1 {
    top: 6px !important;
    left: 0px !important;
}

.forgot-textFormat1 {
    padding-left: 50px;
    padding-right: 50px;
    white-space: nowrap;
}

.more-info button {
    border: 0;
    background: none;
    color: transparent;
    height: 30px;
    width: 33px;
    min-width: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
    overflow: hidden;
}

    .more-info button:hover {
        box-shadow: none;
    }

    .clearclass {
        clear: both;
    }

.content-left-float {
    float:left;	
}

.more-info-1 {
     border: 0; 
     background: none; 
     color: transparent;
     height: 30px; 
     width: 33px; 
     min-width: 0;
     padding: 0; 
     margin: 0; 
}

 .remove-arrow:before{
     content : '' !important;
}

button[class="more-info-1"]:hover {
        box-shadow: none;
    }

.hidden-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.l-content .icon-navient-info-circle:before,
.l-content .icon-navient-close:before {
    color: #003C71;
    font-size: 30px;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}
.more-info-1 .icon-navient-close:after {
				font-family: "navient-icons";
			font-style: normal;
			font-weight: normal;
			speak: none;
			display: block;
			text-decoration: inherit;
			width: 1em;
			margin-right: 0;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			line-height: 1em;
			margin-left: 0;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: '\e801';
			color: #003C71;
			top: 25px;
			font-size: 38px;
		}

.l-content div[class*="info-btn"]:hover .icon-navient-info-circle:before {
    color: #003C71;
}

/* Progress Bar */
.progress-indicator {
    right: 190%;
    position: relative;
    height: 64px;
}

.progress-indicator1 {
    right: 5%;
    position: relative;
    height: 64px;
}

.progress-indicator2 {
    right: 95%;
    position: relative;
    height: 64px;
}

.progress-indicator4 {
    right: 285%;
    position: relative;
    height: 64px;
}

.progress-indicator5 {
    right: 380%;
    position: relative;
    height: 64px;
}
    .progress-indicator li {
        position: relative;
        background: #edecef;
        border: 1px solid #bfbfbf;
        height: 64px;
    }

        .progress-indicator li.step1 {
            z-index: 5;
        }

        .progress-indicator li.step2 {
            z-index: 4;
        }

        .progress-indicator li.step3 {
            z-index: 3;
        }

        .progress-indicator li.step4 {
            z-index: 2;
        }

        .progress-indicator li.step5 {
            z-index: 1;
        }

            .progress-indicator li.step5:after,
            .progress-indicator li.step5:before {
                display: none;
            }

        .progress-indicator li:after,
        .progress-indicator li:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .progress-indicator li:after {
            border-color: rgba(237, 236, 239, 0);
            border-left-color: #edecef;
            border-width: 31px;
            margin-top: -31px;
        }

        .progress-indicator li:before {
            border-color: rgba(191, 191, 191, 0);
            border-left-color: #bfbfbf;
            border-width: 32px;
            margin-top: -32px;
        }

.progress-indicator {
    margin: 0;
    padding: 0;
    font-size: 80%;
    margin-bottom: 1em;
    line-height: 1.25;
    width: 500%;
    display: block;
    overflow: visible;
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        float: left;
        width: 19%;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
        align-items: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
        justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;

        padding-left: 22px;
    }

        .progress-indicator > li p {
            margin-bottom: 0;
        }

        .progress-indicator > li.active {
            color: #fff;
            background-color: #003C71;
        }

        .progress-indicator > li.active5 {
            color: #fff;
            background-color: #17833A;
        }

        .progress-indicator > li.active {
            -webkit-box-shadow: inset 10px 0px 7px 5px rgba(0,0,0,0.2);
            -moz-box-shadow: inset 10px 0px 7px 5px rgba(0,0,0,0.2);
            box-shadow: inset 10px 0px 7px 5px rgba(0,0,0,0.2);
        }

    .progress-indicator li.active:after {
        border-color: rgba(237, 236, 239, 0);
        border-left-color: #003C71;
        border-width: 31px;
        margin-top: -31px;
    }
/* Template 3 Pages */
.step {
    border-top: 1px solid #003C71;
    position: relative;
    padding: 45px 0 20px;
}


.circle-number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #003C71;
    color: #fff;
    font-family: "latoregular", sans-serif;
    position: absolute;
    top: -12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    left: 47%;
}

.alternate-option {
    background-color: #edecef;
    border-top: 1px solid #003C71;
    margin: 0;
    padding: 30px 0 10px 0;
    position: relative;
}

input[name="tSSN1"], input[name="tmonth"], input[name="ctSSN1"] {
    width: 25%;
}

input[name="tSSN2"], input[name="tday"], input[name="ctSSN2"] {
    width: 20%;
}


input[name="zip-code"] {
    width: 25%;
}

input[name="phone-number"] {
    width: 30%;
}
.Safari .circle-number {
	text-indent: 1px;
}
.Safari .circle-or-2 {
	line-height: 2.9;
	text-indent: 1px;
}
.Safari .page-login-invalid .circle-or{
	line-height: 2.9;
	text-indent: 1px;
}
.Safari .page-login-invalid .for-mobile{
	text-indent: 1px;
}
.Firefox input[name="tSSN3"], .Firefox input[name="tyear"], .Firefox input[name="ctSSN3"] {
    width: 190px;
}

.circle-or-2 {
    background: rgb(255, 255, 255);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    border-image: none;
    top: -25px;
    color: #003C71;
    font-family: "latobold", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 45px;
    width: 45px;
    line-height: 1;
    font-size: 13px;
    left: 46%;
}

    .circle-or-2:before {
        content: " ";
        position: absolute;
        z-index: 1;
        border: 3px solid #003C71;
        width: 100%;
        height: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 0;
    }

span.optional {
    font-family: 'latoregular';
    font-size: 16px;
}




/* Footer Styles*/
footer {
    background: #eef0ef;
    padding: 45px 0;
    color: #000000;
    font-size: 13px;
    text-align: center;
}

    footer ul.footer-menu {
        list-style: none;
        margin: 0 0 30px;
        padding: 0;
    }

        footer ul.footer-menu li {
            display: block;
            border-right: 0;
            padding: 0 6px 0 7px;
            line-height: 1;
            margin: 0 0 16px;
        }

            footer ul.footer-menu li:first-of-type {
                padding-left: 0;
            }

            footer ul.footer-menu li:last-of-type {
                padding-right: 0;
                border-right: 0;
            }

            footer ul.footer-menu li a {
                color: #000000;
                text-transform: uppercase;
                -webkit-transition: opacity 300ms ease-out;
                -moz-transition: opacity 300ms ease-out;
                -o-transition: opacity 300ms ease-out;
                transition: opacity 300ms ease-out;
            }

    footer a:hover {
        opacity: 0.8;
    }

    .pd-0 {
        padding : 0px !important;
    }

    .format-border-2{
        border-bottom: 1px solid #003C71;
    }

    .format-4{
        line-height: 1;
        margin: 30px 0 0;
        padding: 0 0 25px;
        float:right;
    }

    .format-3{
        line-height: 1;
        margin: 80px 0 0;
        padding: 0 0 25px;
        float:right;
    }

    .format-2{
        line-height: 1;
        margin: 50px 0 0;
        padding: 0 0 25px;
    }

.format-5 {
    background: #003C71;
    font-family: "latoregular";
    color: #FFFFFF;
    padding: 10px 6em 5em 6em;
}
    
    .format-border{
    	border-bottom: 1px solid #003C71; 
    	padding-bottom: 320px;
    }
    .format-border1{
    	border-bottom: 1px solid #003C71; 
    	padding-bottom: 360px;
    }
    .pageTitle1 {
    margin-bottom: 25px;
	}
	 .pageTitle1 h1 {
        border-bottom: 1px solid #003C71;
        line-height: 1;
        margin: 25px 0 0;
        padding: 0 0 25px;
    }
	.l-main1 {
    min-height: 480px;
    background-color: #fff;
}
	.l-main2 {
    min-height: 480px;
    background-color: #fff;
}
/* Mobile Devices Only */
@media (max-width:767px) {
	
	.finger-print-mobile {
   	margin-left: 5%;
    margin-right: 1%;
}
	
	.l-main2 {
    min-height: 440px;
    background-color: #fff;
}
	
	.l-main1 {
    min-height: 440px;
    background-color: #fff;
}

    .format-5 {
        background: #003C71;
        font-family: "latoregular";
        color: #FFFFFF;
        padding: 10px 3em;
    }
	.format-border{
    	border-bottom: 1px solid #003C71; 
    	padding-bottom: 7%;
    }

	.format-border1{
    	border-bottom: 1px solid #003C71; 
    	padding-bottom: 7.5%;
    }
footer {
    background: #eef0ef;
    padding: 45px 10px;
    color: #000;
    font-size: 13px;
    text-align: center;
}
    input.col-xs-12 {
        width: 94%;
        margin: 0 3%;
    }
	.icon-navient-close1:after {
		font-family: "navient-icons";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 0.5em;
		margin-right: .1em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		margin-left: .2em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e801';
		color: #005893;
		top: 13px;
		position: absolute;
		font-size: 40px;
		right: -2px;
		/* display: none; */
	}
	.Safari	.progress-indicator>li {
		padding-left: 3%;
	}
	.Safari .progress-indicator>li p {
		margin-top: 15px;
	}
	
	.forgot-textFormat1 { 
	padding-left: 0px;       
    white-space: nowrap;
}
.mobileOutage { 
	font-size: 24px;
}
}


/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
    h1 {
        font-size: 48px;
        text-align: left;
    }

    .pageTitle {
        margin-bottom: 40px;
    }

        .pageTitle h1 {
            border-bottom: 1px solid #eef0ef;
            line-height: 1;
            margin: 50px 0 0;
            padding: 0 0 25px;
        }

    .sectionTitle h2 {
        font-size: 30px;
    }

    h2.sectionTitle {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .icon-navient-lock.green {
        display: inline;
    }

    .circle-number {
        left: 0;
    }

    .circle-or-2 {
        left: 100px;
    }

    input[name="tSSN1"], input[name="tmonth"], input[name="ctSSN1"] {
        width: 120px;
    }

    input[name="tSSN2"], input[name="tday"], input[name="ctSSN2"] {
        width: 83px;
    }
    
    input[name="tSSN3"], input[name="tyear"], input[name="ctSSN3"] {
        width: 190px;
    }


    span.optional {
        position: absolute;
        top: 20px;
        right: 12px;
    }

    input[type="radio"]:first-of-type {
        margin-left: 30px;
    }

    .radio-label {
        display: inline;
        float: left;
        max-width: 30%; /*280px;*/
    }

    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"] {
    }

    .form-item {
       display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
        margin-bottom: 30px;
        position: relative;

    }
    
    .form-item-fu {
       display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
        margin-bottom: 10px;
        position: relative;

    }

        .form-item.with-i-btn {
            padding-bottom: 10px;
        }

    .more-information {
        position: relative;
        top: -27px;
    }

    .page-template-1 .more-information,
    .alternate-option .more-information {
        top: -19px;
    }

    label {
        text-align: right;
        line-height: 1;
        margin: 0;
    }

    div[class*="info-btn"], div[class*="info-panel-close"] {
        width: 30px;
        height: 30px;
    }

    footer ul.footer-menu li {
        display: inline-block;
        border-right: 2px solid #fff;
    }

    .progress-indicator {
        width: 100%;
        overflow: hidden;
        right: auto;
        padding: 0 15px;
    }

        .progress-indicator > li p {
            padding: 10px;
        }

    .progress-indicator {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .progress-indicator > li {
            -ms-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            flex: 1;
            width: auto;
            float: none;
        }

    .form-item.checkbox-remember fieldset {
        padding: 0;
    }

    .form-item.checkbox-remember label {
        text-align: left;
        padding: 0;
    }

    .form-item.checkbox-remember {
        margin-bottom: 5px;
        top: -20px;
    }

    .social-date .dash {
        padding: 0 2px;
        display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;

        color: #8a8a8a;
        font-size: 50px;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-items: center;

        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        /*line-height: 1;*/
        line-height: 20px;
    }

    .confirm-button {
        min-width: 125px;
        margin: 10px 10px !important;
    }

    .confirm-button2 {
        margin: 10px 10px !important;
    }

    .confirm-button3 {
        border: 1px solid #D90000;
        margin: 10px 10px !important;
        color: #D90000;
    }

    .confirmation-box {
          height: 130px !important;
    }
    .confirmation-box1 {
          height: 100px !important;
    }
    .confirm-content1 {
    	padding-top: 20px
    }
    .forgot-textFormat1 {
    padding-left: 50px;
    padding-right: 50px;
    white-space: nowrap;
}
    .cookie-content {
    	position: initial;
    	font-size: 1.31em;
    }
    .col-sm-offsetb-3{
    margin-left : 28%;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.desktopOutage { 
	font-size: 29px;
}
    .social-date .dash {
        padding: 0 28px;
        font-size: 70px;
    }

    .circle-or.for-mobile {
        display: none;
    }

    .page-login .inner-block {
        margin-bottom: 0;
        padding: 0 30px;
    }

    .border-right {
        border-right: 1px solid #003C71;
        border-bottom: 0;
    }

    .form-error-text {
        padding: 0;
    }

    button,
    a.button {
        min-width: 220px;
    }



    .l-header {
        height: 125px;
    }

    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"] {
    }
    .confirm-content {
    padding-top: 20px;
    }
     .confirm-content1 {
    padding-top: 20px;
    }
    .modal{
    overflow : hidden;
    }
     .fieldset-dc{
	margin-left: 320px !important
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
    input[name="tSSN2"], input[name="tday"], input[name="ctSSN2"] {
        width: 90px;
    }

    .progress-indicator {
        font-size: 100%;
    }
    .confirm-content {
    padding-top: 20px;
    }
    .confirm-content1 {
    padding-top: 20px;
    }
     .modal{
    overflow : hidden;
    }
    .fieldset-dc{
	margin-left: 320px !important
}
   
}

.page-template3 #SSN {
    line-height: 20px;
}

.more-info {
    z-index: 10;
}

@media (max-width:1199px) {
    .page-login-invalid .circle-or {
        left: 0;
        right: 0;
        margin: auto;
    }
     
}

@media (max-width:991px) {
    .page-template3 .social-date input {
        letter-spacing: 9px;
    }

    .page-template3 .alternate-option label {
        line-height: 20px; /*40px;*/
    }

    .page-template3 #dob {
        line-height: 20px;
    }

    .page-template3 .more-information {
        position: relative;
        top: 0;
    }

    .page-template3 .more-information .more-info {
        right: 34px;
        top: -72px; /*-35px;*/ /*-85px;*/
    }

    .page-template3 .info-panel {
        top: -3px; /*-25px;*/ 
    }

        .page-template3 .info-panel:before {
            margin-right: 0.7em;
        }

    .page-template3 input[name="tSSN1"],
    .page-template3 input[name="ctSSN1"],
    .page-template3 input[name="tmonth"] {
        /*margin-left: 3%;*/
    }

    .page-template3 input[name="tSSN3"],
    .page-template3 input[name="ctSSN3"],
    .page-template3 input[name="tyear"] {
       width: 170px; /*48%;*/
    }

}

@media (max-width:767px) {
    .page-template-1 .row,
    .page-template-2 .row,
    .page-template3 .row-formatted1 {
        overflow: hidden;
    }

    .page-template-1 .more-information {
        position: relative;
    }

    .page-template-1 .more-information .more-info {
        right: 14px;
        top: -25px;
    }

    .page-template-1 .info-panel {
        top: 20px;
        margin-bottom: 40px;
    }

    .page-template-2 .more-information .more-info {
        right: 28px;
        top: 92px;
    }

    .page-template-2 .info-panel {
        top: -20px;
    }

    .page-template3 .circle-number,
    .page-template3 .circle-or-2 {
        left: 0;
        right: 0;
        margin: auto;
    }

    .page-template3 .more-information .more-info {
        right: 17px;
        top: -40px;  /* -30px; -71px;*/
    }

    .page-template3 .info-panel:before {
        margin-right: 0.3em;
    }

    .form-item-3 {
           margin-bottom: 45px !important;
    }


    .confirmation-box {
        background-color: #333;
       /*  height: 170px; */
        position: relative;
        width: 100%;
        color: white;
        vertical-align: middle;
        line-height: 35px;
        margin-bottom: 10px;
    }
.margin-reduce-xs {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .confirmation-box1 {
        background-color: #333;
        /* height: 170px; */
        position: relative;
        width: 100%;
        color: white;
        vertical-align: middle;
        line-height: 35px;
        margin-bottom: 10px;
    }

        .confirmation-box:after {
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            border: 10px solid transparent;
            border-top-color: #333;
            top: 100%;
            left: 25%;
        }
        
        .confirmation-box1:after {
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            border: 10px solid transparent;
            border-top-color: #333;
            top: 100%;
            left: 25%;
        }

    .confirm-button {
        min-width: 90px;
        margin: 10px 10px !important;
        padding: 10px 0px;
    }

    .confirm-button2 {
        min-width: 90px;
        width: 35%;
        padding: 10px 0px;
        margin: 10px 10px !important;
    }

    .confirm-button3 {
        min-width: 90px;
        width: 35%;
        padding: 10px 0px;
        border: 1px solid #D90000;
        margin: 10px 10px !important;
        color: #D90000;
    }

    .confirm-content {
        padding-top: 10px;
        padding-left: 25px;
    }
    .confirm-content1 {
        padding-top: 10px;
        padding-left: 25px;
    }

    input[name="zip-code"] {
        width: 40%;
        min-width: 100px;
    }

    input[name="phone-number"] {
        width: 60%;
        min-width: 200px;
    }

    .radio-label {
        display: inline;
        float: left;
    }

    .newline{
        display:block;
        padding-left: 2px;
    }
    .page-template3 input[name="tSSN1"],
    .page-template3 input[name="ctSSN1"],
    .page-template3 input[name="tmonth"] {
         margin-left: 3%; 
    }

    .page-template3 input[name="tSSN3"],
    .page-template3 input[name="ctSSN3"],
    .page-template3 input[name="tyear"] {
       width: 48%;
    }
    .scrollable-box{
        padding: 15px 4px;
    }

     .progress-indicator {
        font-size: 100%;
    }

     .format-3{
        margin: 0px;
        float:none;
    }

    .format-4 {
        margin: 0px;
        float: none;
    }
    .cookie-title{
    	font-size: 24px;
    }
    .cookie-content{
    	font-size: 1.1em;
    }
}

@media (min-width:440px) {
    .radio-label {
        display: inline;
        float: left;
        max-width: 30%; /*280px;*/
    }
}
@media (max-width:310px) {
    
    .confirmation-box1 {
          height: 270px !important;
    }
}

@media (min-width:220px) and max-width(399px){
	.confirmation-box {
          height: 325px;
    }
}
@media (min-width:450px) {
    /* .confirmation-box {
          height: 225px ;
    } */
    .confirmation-box1 {
          height: 125px ;
    }
}

@media (min-width:301px) and (max-width:465px) {
    
    .confirmation-box1 {
          height: 170px !important;
    }
}

@media (min-width:400px) and (max-width:465px){
	.confirmation-box {
          height: 220px !important;
    }
}
@media (min-width:650px) and (max-width:800px){
	.finger-print-tab {
        margin-left: 13%;
    }
}
@media (min-width:400px) and (max-width:650px){
	.finger-print-tab-inter {
        margin-left: 9%;
        margin-right: 7%;
    }
}

.f-right{
    float:right !important;
}
.pd-10p {
    padding: 10px;
}
.margin-0p {
    margin: 0px !important;
}
.text-sessionTimeout{
    color:#003C71;
}
.min-width-150px{
    min-width:150px !important;
}
.min-width-180px{
	 min-width:180px !important;
}
.popup-button{
	padding : 10px 20px
}
.margin-top-25p{
        margin-top:25px;
    }
.sessionpop{
        max-width: 450px;
        max-height: 400px;
    text-align: center;
    top: 5%;
    left: 30%;
    background-color: white;
    border: 7px solid #696969;
    border-radius: 10px;
}

@media (max-width: 767px) {
    
    .left-xs-0p{
        left: 0 !important;
    }
}
@media (max-width: 767px) {
    
    .overflow-xs{
        overflow: hidden !important;
    }
}
@media (max-width: 470px) {
    .max-height-550px-xs {
        max-height: 550px !important;
    }
    .max-height-530px-xs {
        max-height: 530px !important;
    }
}

/* Email Prompt 2016 */
.emailPermissionpop{
    max-width: 574px; 
	max-height: 759px;	
    bottom:auto !important;
    text-align: center;    
    right: 5%;
    overflow:initial !important;
    position: absolute;
    left: 50%;   
    top: 150px;
    margin-left: -300px;	
}
@media (max-width: 766px) {
    .emailPermissionpop-xs{
    max-width: 600px;    
    bottom:auto !important;
    text-align: center;    
    right: 5%;
    overflow:initial !important;
    position: absolute;
    left: 0;   
    top: 0;
    margin-left: 8%;  
    -ms-overflow-style: none;
    max-height: none	
}
}
.emailPermissionpopup-border{
    background-color: white;
    border: 2px solid #555555;
    border-color:#555555; 
    border-radius: 10px;
    border-width:10px;
    min-height: 420px;
    /*z-index:99999*/
       }
.f-bold
{font-weight:bold !important}

.margin-0p {
    margin: 0px !important;
}

.pd-10p {
    padding: 10px;
}
.pd-0p {
    padding: 0px !important;
}
w-30p {
    width: 30% !important;
}
.w-70p {
    width: 70% !important;
}
.w-90p {
    width: 90% !important;
}
.height-40px
{
    height:40px;
}
.f-left{
    float:left !important;
}
.line-height-40px
{
    line-height:40px;
}
.displaynone {
    display: none;
}
.lc-text-transform {

text-transform: lowercase
    
}
.pd-bottom-15p {
    padding-bottom:15px !important;
}
.margin-left-25p {
    margin-left: 25px !important;
}
.margin-right-5p {
   margin-right: 5px !important;
}
.font-size15 {
    font-size: 15px !important;
}
.Popup-ul-li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0px 0 3px 20px;
    text-indent: -1em;
}
.Explorer .Popup-ul-li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0px 0 3px 20px;
    text-indent: -1.7em;
}
.text-center {
            text-align:center ! important;
    }
.letter-space-0p{
    letter-spacing:0px !important;
}
.green_buttontext {
    color:#2C6854 !important;
}
.min-width-90px {
        min-width: 90px !important;
}
.min-width-170px {
        min-width: 170px !important;
}
@media (max-width: 355px) {
       .max-width-120px {
        max-width:120px !important;
    }
       .max-width-115px {
    max-width:95px !important;
}

.min-width-90px {
   min-width: 90px !important;
}

.min-width-170px {
        min-width: 170px !important;
}

}
@media (max-width: 767px) {
.pd-5p-xs {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
.pd-45p-xs {
        padding-right: 45px !important;
        padding-left: 45px !important;
    }
.line-height-0px-xs{
        line-height:0px !important;
    }
.text-left-xs {
    text-align: left !important;
}
    /*Right*/
    .text-right-xs {
    text-align: right;
}
.w-100p-xs {
        width: 100% !important;
    }
.margin-minus20p-xs {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
        .pd-5p-xs {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
.text-left-xs {
    text-align: left !important;
}
}

.modal-open {
    overflow: auto !important;
	position: relative !important;
}

body.modal-open {
    margin-right: 0px;
}
.font-size30{font-size:30px!important;}  
.bold { font-weight:bold !important; }


/* Mobile Devices Only - Very Small */
@media (max-width:381px) {
.padding-email {   
    padding-top: 0px;
	padding-right: 4px !important;
    padding-left: 47px !important;
} 
.bold { font-weight:bold !important; 
}
.prompt-mobile {
margin-bottom: -20px !important; 
margin-top: 45px !important;
margin-left: 35px !important;
}
.pd-right-5per-xs{padding-right:5%!important} 
.hide-display{
	display : none;
}


.col-push-email-phone {
    left: -10% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 95.9%;
}
.radioLeft{
	float: left;
}
.col-xs-10-radioLabel{
	float: left;
	width: 90.7%;
	margin-top: -4px !important;
    margin-left: 7px !important;
}
.disclaimer-text-mobile-size{
	width: 95.9%;
	margin-bottom: 0px;
}

}

/* Mobile Devices Only - Small */
@media (min-width:382px) {
.padding-email {   
    padding-top: 0px;
	padding-right: 4px !important;
    padding-left: 47px !important;
} 
.bold { font-weight:bold !important; 
}
.prompt-mobile {
margin-bottom: -20px !important; 
margin-top: 45px !important;
margin-left: 35px !important;
}
.pd-right-5per-xs{padding-right:5%!important} 

.col-push-email-phone {
    left: 10% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 83.33%;
}


}

@media (min-width:600px) {
.padding-email {   
    padding-top: 0px;
	padding-right: 4px !important;
    padding-left: 47px !important;
} 
.bold { font-weight:bold !important; 
}
.prompt-mobile {
margin-bottom: -20px !important; 
margin-top: 45px !important;
margin-left: 35px !important;
}
.pd-right-5per-xs{padding-right:5%!important} 

.col-push-email-phone {
    left: 15% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 83.33%;
}

}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
.padding-email {   
    padding-top: 6px;
	padding-right: 4px !important;
    padding-left: 47px !important;
} 

.col-push-email-phone {
    left: 18% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 83.33%;
}


}
/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.padding-email {
    padding-top: 6px;
}
.emailPermissionpopsize{
	width: 575px !important;
	height: 760px !important;
} 
.col-push-email-phone {
    left: 35% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 68.5%;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:1065px) {
	.padding-email {
    padding-top: 6px;
}
.emailPermissionpopsize{
	width: 575px !important;
	height: 760px !important;
} 
.col-push-email-phone {
    left: 35% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 73%;
}

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	.padding-email {
    padding-top: 6px;
}
.col-lg-push-email {
    left: 12.66% !important;
}
.emailPermissionpopsize{
	width: 575px !important;
	height: 760px !important;
} 

.col-push-email-phone {
    left: 31% !important;
}

.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 72.8%;
}


}

/* Start :New Classes appllied to fix the email promprt issue in xs mode */
@media (max-width: 479px) {
.font-size-title {
       font-size: 25px !important;
}
.pd-left-title {
              padding-left: 50px !important;
}      
}

@media (min-width:480px) and (max-width:600px)  {
.pd-left-title {
   padding-left: 25px !important;
}      
}

@media (min-width: 480px) {
.font-size-title {
  font-size: 30px !important;
}
}
/* End :New Classes appllied to fix the email promprt issue in xs mode */


/*Start :  new classes for Forgot Password Mobile view*/
@media (max-width:767px) {
	
.hide-display{
	display : none;
}
.col-xs-10-deliverychoice {
	padding-right: 15px; 
	padding-left: 15px; 
	position: relative; 
	min-height: 1px;
	float: left;
	width: 95.9%;
}
.radioLeft{
	float: left;
}
.col-xs-10-radioLabel{
	float: left;
	width: 90.7%;
	margin-top: -4px !important;
    margin-left: 7px !important;
}
.disclaimer-text-mobile-size{
	width: 95.9%;
	margin-bottom: 0px;
}
}
.social-media-icon img {
    width: 29px;
    height: 29px;
    position: relative;
    top: -2px;
}

.button-container-tos {
    text-align: center;
}

.divfield {
    padding: 0;
}

.legend-hidden{
    position: absolute;
    clip: rect(0,0,0,0);
}

.divlabel {
	text-align: right;
	font-weight: bold;
}