@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.woff2);
}
@font-face {
  font-family: SourceSansPro-Regular;
  src: url(../fonts/SourceSansPro-Regular.woff);
}
@font-face {
  font-family: SourceSansPro-Bold;
  src: url(../fonts/SourceSansPro-Bold.woff);
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-calendar-o:before {
  content: "\f133";
}




/* stylesheet from here */
html, body{
	font-family: SourceSansPro-Regular,Arial,sans-serif!important;
}
body{
  background-image: url(../images/cached/background-v-1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 92%;
}
body.fixed-header {
	background-attachment: fixed;
}
body.fixed-header header {
	width: 100%;
	position: fixed;
    top: 0;
	z-index: 9999;
}
body.fixed-header main {
	margin-top: 85px;
	padding-top: 0;
}
body.fixed-footer footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
/*
body.modal-open:not(.fixed-footer) {
    overflow-y: scroll;
	padding: 0 !important;
}*/
p{
  font-size: 1.15rem;
  line-height: 1.8rem;
}
h2{
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 8px;
}
a.bold-link{
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
a.bold-link:hover{
  text-decoration: underline;
}
a.text-style{
	margin-right: 2rem;
	float: right;
}
header{
  min-height: 80px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
}
header a{
  text-decoration: none;
  margin: 26px 0 6px 188px;
  padding-right: 15px;
}
main{
  padding-top: 4px;
}
footer{
  padding: 8px 0 16px;
}
#footer-text{
  text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    margin-bottom: 0;
}
#footer-text a{
  cursor: pointer;
} 






footer ul{
  padding: 0;
  margin: 0 auto;
}
footer ul li{
  font-size: 1.3rem;
  text-align: center;
  list-style-type: none;
  padding-bottom: 10px;
}
footer ul li a{
	cursor: pointer;
}
.welcome-note{
  margin-top: 90px;
  margin-left: 185px;
  padding: 40px;
  float: left;
}
.welcome-note h1{
	font-family: SourceSansPro-Bold,Arial,sans-serif;
	margin: 30px 30px 0 30px;
}
.welcome-note p{
    max-width: 19rem;
    margin: 30px 30px 22px;
    font-size: 18px;
    line-height: 30px;
}
.main-container{
	margin-top: 30px;
    margin-bottom: 59px;
    margin-right: 135px;
    min-height: 643px;
    width: 418px;
    padding: 40px;
    position: relative;
}
.main-container p {
	line-height: 1.5rem;
}
.alertBox{
	width: 100% !important;
	border-width: 1px !important;
	border-style: solid;
}
.alertBox p{
	font-size: 18px !important;
	line-height: 1.5rem !important;
}

.scroller-section{
	max-height: 500px;
    overflow-y: scroll;
    border-width: 2px;
    border-style: solid;
    padding: 20px;
}
.scroller-section.height-300{
	max-height: 300px;
	font-size: 1rem;
}
.scroller-section.height-500{
	max-height: 500px;
	font-size: 1rem;
}
.password-specification{
    padding: 25px;
}
.agreement-confirmation{
    padding: 15px;
}
.agreement-confirmation > div {
	position: relative;
}
.agreement-confirmation label.custom-control-label{
	padding-left: 2rem;
}
.font-size-1-9{
	font-size: 1.8rem;
}
.user-create-success{
	margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    word-wrap: break-word;
}
.modal-open .modal{
	z-index: 9999;
}
.modal-content{
	border-radius: 0;
	border: none;
    position: relative;
}
.modal-content .modal-header{
	border: none;
    position: absolute;
    margin-top: -2px;
    width: 100%;
    z-index: 1;
    border-radius: 0;
    padding: 10px 15px 10px 30px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.modal-content .modal-header h3{
	margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5;
}
.modal-content .modal-header button{
	margin-right: 0;
}
.modal-content .modal-header button:focus {
    border: none;
    outline: none;
}
.modal-content .modal-header button span{
	font-size: 2.5rem;
}
.modal-content .modal-body {
    height: 600px;
    overflow-y: auto;
    margin-top: 58px;
    border: none;
}
.modal-content .modal-body p{
    font-size: 1rem;
    line-height: 1.5rem;
}
.modal-content .modal-body ul{
	padding-left: 25px;
}
.modal-content .modal-body ul li{
	text-align: left;
	list-style-type: disc;
	font-size: 1rem;
}
.modal-backdrop.show {
	opacity: .8;
}
.spinner-border {
	width: 4rem!important;
    height: 4rem!important;
    display: inline-block;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -moz-animation: .75s linear infinite spinner-border;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
.loading-icon {
    text-align: center;
    position: absolute;
    color: purple;
    pointer-events: none;
    z-index: 9999;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.info-box{
	padding: 15px;
}
.mobile-banner-promo-header {
  float: none;
  color: #424242;
  background: #f6f6f6;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  padding-top: 13px;
  padding-bottom: 8px;
  height: 100%;
  border-bottom-color: #007fa7;
  border-bottom-style: double;
  display: inherit;
}
.mobile-banner-promo-icon {
  height: 50px;
  padding-right: 5%;
  padding-left: 2%;
}
.mobile-banner-promo-x {
  font-size: 36px;
  left: 3px;
  position: relative;
  top: 5px;        
}
.fa-times-thin:before {
  content: '\00d7';
}
.header-content {
  position: static;
  z-index: 99999;
  top: 0;
  width: 100%;
}
.mobile-banner-promo-button {
  float: right;
  position: relative;
  top: 8px;
  right: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
@keyframes spinner-border { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	} 
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .main-container{
	    width: 419px;
	    padding: 40px 39px;
   }
}
.col-md-4 {
  flex: 0 0 auto !important;
  width: 33.33333333% !important;
  max-width: 33.333333% !important;
}

.form-group {
  margin-bottom: 1rem !important;
}

.asteriskImg {
width: auto !important;
padding-right: inherit !important;
  padding-left: inherit !important;
}

#customerCareContainer{
margin-left: unset !important;
}

#frozenAlertMessageContainer{
position: absolute !important;
}

.accountSecureMsg{
  margin-left: 0px;
  margin-right: 42px;
}

.pleaseCallMsg{
  margin-left: 0px;
  margin-right: 42px;
}

.pl-5, .px-5 {
  padding-left: 3rem!important;
}

.pr-5, .px-5 {
  padding-right: 3rem!important;
}

.col-md-8 {
max-width: 66.666667%!important;
}

.subheading-text-ssneeid {
margin-left: 0rem!important;
}

.subheading-text-captchamsg {
margin-left: 0rem!important;
}

button,close{
background-color: transparent!important;
  border: 0!important;
  opacity: .5!important;
  font-weight: 700!important;
text-shadow: 0 1px 0 #fff!important;
}

.close:focus,.close:hover{
  color:#000!important;
  text-decoration:none!important;
  opacity:.75!important
}

.privacy-policy-text-p{
  margin-left: 30px;
}
.privacy-policy-text-list{
  margin-left: 30px;
}

.privacy-policy-text-additional-p{
  margin-top: 10px;
}

.privacy-policy-last-section-p {
  margin-top: -15px;
}

.main-container-privacy {
  margin-top: 30px;
  margin-bottom: 59px;
  margin-right: 50px;
  left: 43%;
  min-height: 643px;
  width: 1000px;
  padding: 40px;
  position: relative;
  padding-right: 80px;
  background: white;
  height: 1020px;
  overflow: scroll;
}

.wrapper-requiredText
{
width:auto;margin:0 auto
}
.inner-requiredText
{
display:inline-block;

}

.style_cursor_not_allowed {
	cursor: not-allowed !important;
	background-color: #e0e0e0 !important;
    color: #a0a0a0 !important;          
    border-color: #cccccc !important;    
    opacity: 0.7;                       
}

.required-Text-center{
text-align:center;
}
.required-info{
  font-size: 0.9rem;
}
.required{
  color: #E60700;
}


#privacy-policy-tab{
  color: #007fa7!important;
  text-decoration: none !important;
}
.float-right {
  float: right!important;
}
.original-account-notification{
  padding-top: 15px;
  padding-bottom: 15px;
}
.original-account-notification p{
margin-bottom: 2px;
}
.original-account-notification h3{
padding-bottom: 15px;
}
.or-seperator {
  border-top-width: 2px;
  border-top-style: solid;
  position: relative;
  left: 17%;
  margin-top: 1.2rem!important;
}
.or-seperator span{
	position: absolute;
    left: 50%;
    margin: -16px 0 0 -20px;
    padding: 0 15px;
    font-size: 1.2rem;
}
.and-seperator {
  border-top-width: 2px;
  border-top-style: solid;
  margin-top: 1rem!important;
}
.and-seperator span {
  position: absolute;
  left: 50%;
  margin: -15px 0 0 -35px;
  padding: 0 15px;
  font-size: 1.2rem;
}
.header-center {
  padding-right: 10px;
  padding-left: 10px;
}
.subheading-text {
  font-size: .9rem;
  margin-bottom: 0!important;
  text-align: center;
}
.subheading-text2 {
  font-size: .9rem;
  margin-bottom: 0!important;
  text-align: center;
}
#columnTypeB #dialog{
  display: none;
}
.form-group label{
    font-size: 18px;
    font-family: SourceSansPro-Bold,Arial,sans-serif;
    margin-bottom: 0.5rem;
}
label#show-password{
    font-size: 18px;
    font-family: SourceSansPro-Regular,Arial,sans-serif;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
label#hide-password{
    font-size: 18px;
    font-family: SourceSansPro-Regular,Arial,sans-serif;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.form-group .form-control{
    min-height: 45px;
    font-size: 1.05rem;
    border-radius: 5px;
    -webkit-appearance: none;
    border-width: 2px;
	border-style: solid;
}
.form-group .form-control:focus{
    -webkit-appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
fieldset.three-inputs input{
    border: none;
    width: 28%;
    float: left;
    text-align: center;
}
fieldset.three-inputs span.dash-seperator{
    border-top-width: 2px;
	border-top-style: solid;
    margin-top: 17px;
    display: block;
    height: 1px;
    float: left;
    width: 8%;
}
fieldset.three-inputs span.slash-seperator{
    margin-top: 0;
    display: block;
    height: 100%;
    float: left;
    width: 8%;
}
fieldset.three-inputs input:focus {
    border: none;
    outline: none;
}

.btn-solid{
    font-size: 1.05rem;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
}
.btn-solid:focus {	
	border-width: 2px;
	border-style: solid;
	padding-top: 6px;
	padding-bottom: 6px;
	outline: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.btn-empty{
    font-size: 1.05rem;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 2px;
	border-style: solid;
    border-radius: 5px;
    font-weight: bold;
}
.btn-empty:hover{
    border-width: 2px;
	border-style: solid;
}
.custom-control-input {
    top: 3px;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
}
.custom-control-input:checked {
    border: none;
    outline: none;
}
.custom-control-label {
    padding-left: 1rem;
}
.rememberme-chkbox-section {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.custom-control-label::before{
	top: 3px;
    width: 1.4rem;
    height: 1.4rem;
    background: none;
    border-width: 2px;
	border-style: solid;
}
.custom-control-label::after{
	top: 3px;
    width: 1.5rem;
    height: 1.5rem;
}
.form-control:disabled, .form-control[readonly]{
	background-color: rgba(239, 239, 239, 0.3);
}
.dob-center-resp {
    padding-left: 1rem;
    margin-left: 2.1rem;
}
legend {
    font-size: 18px;
}
.form-group legend {
    font-size: 18px;
    font-family: SourceSansPro-Bold,Arial,sans-serif;
    margin-bottom: 0.5rem;
}
.dob-label-center {
    margin-left: 0;
}
.dob-width {
    width: 15rem;
}
.subheading-text-ssneeid {
    font-size: .9rem;
    margin-bottom: 0!important;
    margin-top: 0.5rem;
    margin-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

.subheading-text-captchamsg {
    font-size: .9rem;
    margin-bottom: 0!important;
    margin-top: 0.5rem;
    margin-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
}

@media (min-width: 991px){
    .zip-center {
        padding-left: 0;
        padding-right: 0!important;
        margin-left: 5.5rem;
    }
    .zip-label-center {
        position: relative;
        margin-left: -1rem;
    }
}h2, .form-group label, .form-group p, footer ul li a, footer ul li a:hover{
  color: #444;
}
footer, header, .main-container, .btn-empty, .custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-control-input:checked~.custom-control-label::before{
  background-color: #fff;
}
a.bold-link, footer ul li a:not([href]):not([tabindex]), footer a:not([href]):not([tabindex]){
  color: rgba(0, 127, 167, 1);
}
.light-dark{
  color: #767676 !important;
}
.light-to-dark{
  color: #555 !important;	
}
header{
  border-bottom-color: #007fa7;
}
.welcome-note{
  background-color: #851486;
  opacity: 0.9;
  color: #fff;
}
.alertBox{
	border-color: #f18693 !important;
	background: #ffeded;
}
.and-seperator {
  border-top-color: rgba(0,127,167,1);
}
.and-seperator span {
  background: #fff;
}
.or-seperator{
	border-top-color: rgba(0, 127, 167, 1);
}
.or-seperator span{
    background: #fff;
}
.password-specification{
	background: rgba(0, 127, 167, 1);
    color: #fff;
}
.form-group .password-specification p{
	color: #fff;
}
.agreement-confirmation{
	background: #f4f4f4;
}
.user-create-success{
	background: rgba(231, 242, 246, 1);
}
.form-group  .required{
    color: #E60700;
}
.inner-requiredText .required{
  color: #E60700;
}
.form-group .form-control, .scroller-section {
    border-color: #919191;
}
.form-group .form-control:focus{
    border-color: #444;
}
.btn-empty{
	border-color: rgba(0, 127, 167, 1);
    color: rgba(0, 127, 167, 1);
}
fieldset.three-inputs span.dash-seperator{
    border-top-color: #888;
}
.btn-solid{
    background-color: rgba(0, 127, 167, 1);
    color: #fff;
}
.btn-solid:hover {
	background-color: #265d7b;
}
.btn-solid:focus {
	border-color: #222;
}
.btn-empty:hover{
    border-color: rgba(0, 127, 167, 1);
    background-color: rgba(0, 160, 210, 1);
}
.custom-control-label::before{
    background: none;
    border-color: #888;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23777' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.modal-content .modal-header{
	background-color: purple;
    color: #fff;
}
.modal-content .modal-header button span {
	color: #fff;
}@media (min-width: 992px) and (max-width: 1199px) {
    body{
        background-position: -250px 0px;
        background-size: 130% 110%;
    }
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.5rem !important;
    }
    p{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    /* some common use classes */
    a.bold-link, .form-group label, .btn{
        font-size: 1rem;
    }
    /******/
    .welcome-note {
        margin-top: 90px;
        margin-left: 30px;
        padding: 30px;
        width: 29rem;
    }
	.header-content {
		position: static;
	}
	.mobile-banner-promo-header {
		position: fixed;
		top: 0;
		height: auto !important;
		width: 100%;
		z-index: 9999;
	}
    .main-container {
        margin-top: 50px;
        margin-bottom: 50px;
        min-height: 400px;
        margin-right: 50px;
        width: 400px;
    }
    .main-container-privacy {
        margin-top: 30px;
        margin-bottom: 59px;
        margin-right: 50px;
        left: 11%;
        min-height: 643px;
        width: 1000px;
        padding: 40px;
        position: relative;
        padding-right: 80px;
        background: white;
        height: 1020px;
        overflow: scroll;
      }
    .form-group input.form-control, .btn-empty{
        border-width: 2px;
        height: 50px;
        min-height: 50px;
        font-size: 1rem;
    }
    header {
        min-height: 80px;
    }
    header a {
        margin: 15px 0 0px 40px;
    }
    header a img {
        width: 70%;
    }
    .welcome-note p{
        padding: 0;
    }
    footer{
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 30px;
		margin-left: 0 !important;
    }
    footer ul li {
        font-size: 1rem;
        margin-right: 40px;
    }
    .user-create-success{
        padding-left: 15px;
        padding-right: 15px;
    }
    body.fixed-header header {
        top : 74px;
		margin-left: 0;
    }
    .manage-text {
        font-size: 24px;
    }
    .main-content-area {
        margin-top: 157px !important;
		padding-bottom: 156px;
    }
    .required-Text-center{
        text-align:left !important;
    }
    .subheading-text {
        text-align: left !important;
      }
    .subheading-text2 {
        text-align: left !important;
    }
    .subheading-text-ssneeid{
        text-align: left;
    }
    
	.subheading-text-captchamsg{
        text-align: left;
   }
    .pl-5{
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }
    .pr-5 {
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
    }
    .col-md-4 {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-8 {
        max-width: 100%!important;
    }
    .dob-width{
        width: 100% !important;
    }
    .dob-center-resp{
        padding-left: 0rem !important; 
        margin-left: 0rem !important;
    }
    .zip-center {
        margin-left: 0rem !important;
    }
    .zip-label-center {
        margin-left: 0rem !important;
    }
}@media (min-width: 768px) and (max-width: 991px) {
    body{
        background-position: -300px 30px;
        background-size: 180% 100%;
    }
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.4rem;
    }
    p{
        font-size: 1rem;
        line-height: 1.4rem;
    }

    /* some common use classes */
    a.bold-link, .form-group label, .btn{
        font-size: 0.9rem;
    }
    /******/
    .welcome-note {
        margin-left: 15px;
        padding: 30px;
        width: 20rem;
    }
	.header-content {
		position: static;
	}
	.mobile-banner-promo-header {
		position: fixed;
		top: 0;
		height: auto !important;
		width: 100%;
		z-index: 9999;
	}
    .main-container {
        margin-top: 50px;
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
        width: 300px;
        min-height: 600px;
        padding: 20px;
    }
    .main-container-privacy {
        margin-top: 30px;
        margin-bottom: 59px;
        margin-right: 50px;
        left: 20%;
        min-height: 643px;
        width: 680px;
        padding: 40px;
        position: relative;
        padding-right: 80px;
        background: white;
        height: 1020px;
        overflow: scroll;
      }
    .form-group input.form-control, .btn-empty{
        border-width: 2px;
        height: 48px;
        min-height: 48px;
        line-height: 1rem;
        font-size: 0.95rem;
    }
    header {
        min-height: 75px;
    }
    header a {
        margin: 15px 0 0 30px;
    }
    header a img {
        width: 70%;
    }
    .welcome-note p{
        padding: 0;
    }
    footer{
        padding: 10px 30px;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1;
    }
    footer ul li {
        font-size: 1rem;
        margin-right: 30px;
    }
    .continue-control{
        padding-top: 5px !important;
    }
    .ipad-port-sm-font{
        font-size: 0.9rem;
    }
    .user-create-success{
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .user-create-success img{
        width: 60px !important;
    }   
    body.fixed-header header {
        top : 74px;
    } 
    .manage-text {
        font-size: 24px;
    }
    .main-content-area {
		margin-bottom: 85px;
        padding-left: 15px;
        padding-right: 15px;        
    }
    .main-content-section {
        margin-top: 157px !important;
        position: relative;
        bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .required-Text-center{
        text-align:left !important;
    }
    .subheading-text {
        text-align: left !important;
      }
    .subheading-text2 {
        text-align: left !important;
    }
    .subheading-text-ssneeid{
        text-align: left;
    }
    
    .subheading-text-captchamsg{
        text-align: left;
    }
    .pl-5{
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }
    .pr-5 {
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
    }
    .col-md-4 {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-8 {
        max-width: 100%!important;
    }
    .dob-width{
        width: 100% !important;
    }
    .dob-center-resp{
        padding-left: 0rem !important; 
        margin-left: 0rem !important;
    }
    .zip-center {
        margin-left: 0rem !important;
    }
    .zip-label-center {
        margin-left: 0rem !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .privacy-footer-link{
        padding: 10px 30px;
		position: fixed;
		bottom: 0;
		width: 110%;
		z-index: 1;
    }
}
@media (max-width: 767px) {
    body{
        background: none;
    }
    body.fixed-header header {
        z-index: 1;
    }
    body.fixed-footer footer {
        position: static;
        width: auto;
    }
    h1{
        font-size: 2rem;
    }
    h2, .font-size-1-9{
        font-size: 1.6rem;
        margin: 0;
    }
    p{
        font-size: 1rem;
        line-height: 1.4rem;
    }

    /* some common use classes */
    a.bold-link, .form-group label, .btn{
        font-size: 1rem;
    }
    form .mt-4{
        margin-top: 1rem !important;
    }
    form .mt-5{
        margin-top: 1.3rem !important;
    }
    /******/

    .main-container {
        margin: 0;
        padding: 15px 10px 25px;
        min-height: 200px;
        width: 100%;
        border: none;
    }
    .main-container-privacy {
        margin: 0;
        padding: 0 8% 0 0;
        min-height: 200px;
        width: 100%;
        left: 0;
        border: 0;
      }
    .form-group fieldset.form-control, .form-group input.form-control, .btn-empty{
        font-size: 1rem;
    }
    .form-group fieldset.form-control{
        border-width: 2px;
        min-height: 48px;
    }
    .form-group input.form-control, .btn-empty{
        border-width: 2px;
        height: 48px;
        line-height: 1rem;
    }
    .alertBox{
        font-size: 0.8rem;
        border-width: 1px !important;
    }
    header {
        min-height: 63px;
    }
    header a {
        margin: 5px 0 5px 20px;
    }
    header a img {
        width: 70%;
    }
    .welcome-note p{
        padding: 0;
    }
    footer{
        padding: 15px 45px;
        border-top: 1px solid #ddd;
    }
    footer ul{
        min-height: 45px;
    }
    footer ul li {
        font-size: 0.9rem;
        float: left;
        width: 100%;
        margin-bottom: 7px;
    }
    #footer-text{
        line-height: 1.5rem;
    }
    .scroller-section{
        border-width: 2px;
    }
    .continue-control{
        padding-top: 5px !important;
    }
    .user-create-success{
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .or-seperator{
        margin-top: 0 !important;
    }
    .modal-content .modal-header button span{
        line-height: 1.5rem;
    }
    .modal-content .modal-body p{
        font-size: 0.8rem !important;
        text-align: center;
    }
    .modal-content .modal-body ul li, .modal-content .modal-body ol li{
        text-align: left;
        font-size: 0.8rem !important;
    }
    .mob-hide{
        display: none;
    }
    .mobile-banner-promo-header {
        padding-top: 8px;
    }
    .mobile-banner-promo-icon {
        height: 45px;
        padding-right: 15px;
        padding-left: 10px;
    }
    .mobile-banner-promo-x {
        font-size: 32px;
    }
    .manage-text {
        font-size: 10px;
        display: inline-block;
        font-family: sans-serif;
        font-weight: 600;
        width: 38%;
        vertical-align: middle;
    }
    .mobile-banner-promo-button {
        font-family: sans-serif;
        border-radius: 5px;
        font-size: 10px;
        padding: 10px;
        float: right;
        position: relative;
        right: 12px;
        top: 5px;                
    }
    .main-content-area {
        padding-right: 15px;
        padding-left: 15px;        
    }
    .main-content-section,
    .main-content-row {
        padding-right: 15px;
        padding-left: 15px        
    }
    .required-Text-center{
        text-align:left !important;
    }
    .subheading-text {
        text-align: left !important;
      }
    .subheading-text2 {
        text-align: left !important;
    }
    .subheading-text-ssneeid{
        text-align: left;
    }
    
    .subheading-text-captchamsg{
        text-align: left;
    }
    .pl-5{
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }
    .pr-5 {
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
    }
    .col-md-4 {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-8 {
        max-width: 100% !important;
        padding-right: 0;
    }
    .dob-center-resp{
        padding-left: 0rem !important; 
        margin-left: 0rem !important;
    }
    .dob-width{
        width: 100% !important;
    }
    .zip-center {
        margin-left: 0rem !important;
    }
    .zip-label-center {
        margin-left: 0rem !important;
    }
    #a-privacy-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
      }
      #a-privacy-main-content-area {
        margin-top: 61.5px;
      }
}
@media (max-width: 320px) {
    .mobile-banner-promo-button { 
        font-size: 11px !important;
        right: 10px !important;
        padding: 10px 8px !important;
    }
    .manage-text {
        font-size: 11px !important;
    }
}

.date-input{
    display: block;
    border: none;
    float: left;
    width: 70%;
    padding-top: 4px;
}

.calendar-btn{
    float: right;
    padding-top: 3px;
}

.calendar-btn:focus{
    opacity: 1 !important;
    color: gray;
}

#birthday:focus {
  outline: none;
  box-shadow: none;
}

.ssninputfield,
.confirmssninputfield {
  border: none;
}

.ssninputfield:focus,
.confirmssninputfield:focus {
  outline: none;
  box-shadow: none;
}