@charset "utf-8";
/*Global UI style  overrides   -   START*/

body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  position: relative;
  line-height: 1.42857143 !important;
}
main {
  min-height: 575px;
  overflow-x: visible !important;
  padding-bottom: 30px;
}
.loginEnroll ul {
  padding-left: 0px;
  list-style-type: none;
}
.seven-six .heading,
.eight-three-five .heading,
.seven-five .heading#PasswordLabel,
.four-three .heading,
.seven-three-zero-one .heading {
  margin-top: 15px;
}
.six-one .btnO.next {
  padding-right: 30px;
  padding-left: 45px;
}
.subHeading {
  color: #555555;
}
.paperless {
  margin-top: 15px;
}
.paperlessAgreeLabel {
  display: inline;
}
.paperlessAgree {
  line-height: 24px;
}
.asideText {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: -5px;
}
.subContent {
  font-size: 14px;
}
.checkWrapper label {
  margin-top: 5px;
}
input:invalid {
  box-shadow: none;
}
.login .checkWrapper input[type=checkbox] + label {
  padding-right: 0;
  padding-top: 0px;
}
.login input[type=checkbox] + label:before {
  top: -5px;
}
.form {
  margin: 15px 0;
}
.one-one .form {
  margin-top: 0;
}
.eight-three-five .form,
.four-three .form,
.seven-three-zero-one .form,
.eight-one .form {
  margin-bottom: 0;
}
.seven-three-zero-one .subContent {
  margin: 25px 0;
}
.eight-one .emailRecovery {
  margin-bottom: 15px;
}
.eight-one #callUsSection {
  margin-top: 15px;
}
label {
  font-weight: normal;
}
input,
select {
  border: 1px solid #999999;
  border-radius: 2px;
  padding: 25px 15px;
  width: 100%;
}
.ie input {
  padding: 5px 10px;
  height: 55px;
}
input:focus {
  border: 1px solid #256a87;
}
input.error {
  border: 1px solid #aa1d22 !important;
}
.btnContainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.btnContainer .heading {
  font-weight: bold;
}
.next::after {
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  content: "\f105";
  height: 15px;
  width: 15px;
  font-size: 28px;
  top: 5px;
}
.btnO.emailVerification::before,
.btnO.emailRecovery::before {
  position: absolute;
  left: 15px;
  font-family: FontAwesome;
  content: "\f0e0";
  height: 15px;
  width: 15px;
  font-size: 28px;
  top: 5px;
}
.btnO.addressVerification::before {
  position: absolute;
  left: 18px;
  font-family: FontAwesome;
  content: "\f041";
  height: 15px;
  width: 15px;
  font-size: 28px;
  top: 5px;
}
.btnO.passwordRecovery::before {
  position: absolute;
  left: 18px;
  font-family: FontAwesome;
  content: "\f132";
  height: 15px;
  width: 15px;
  font-size: 28px;
  top: 5px;
}
.btnO.callUs::before {
  position: absolute;
  left: 18px;
  font-family: FontAwesome;
  content: "\f095";
  height: 15px;
  width: 15px;
  font-size: 28px;
  top: 5px;
}
.btnB,
.btnO {
  margin: 5px 0;
  font-size: 16px;
  position: relative;
}
.btnB {
  background: #0572b8;
  border: 2px solid #0572b8;
  padding: 15px 5px;
}
.btnB:hover {
  background: #256a87;
}
.btnO {
  background: white;
  border: 2px solid #0572b8;
  padding: 15px 5px;
  color: #0572b8;
}
.btnO:hover {
  background: #bbdefb;
  color: #0572b8;
}
.errorMessage {
  font-size: 13px;
}
.paperlessAgreeWrap {
  padding: 15px 45px;
  padding-right: 0;
}
.paperlessAgreeWrap input[type=checkbox] + label {
  padding: 0;
}
.paperlessAgreeWrap input[type=checkbox] + label:before {
  left: -45px;
  top: 0px;
}
a {
  cursor: pointer;
}
/*Global UI style  overrides   -   END*/

/*  Login page - START */

.headerMain {
  box-shadow: none;
  background: none;
  margin-bottom: 35px;
}
.login .headerMain {
  margin-bottom: 0;
}
/*Backgrounds -- START*/

.background1 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background1.jpg');
}
.background2 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background2.jpg');
}
.background3 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background3.jpg');
}
.background4 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background4.jpg');
}
.background5 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background5.jpg');
}
.background6 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background6.jpg');
}
.background7 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background7.jpg');
}
.background8 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background8.jpg');
}
.background9 {
  background-image: url('../../../Assets/images/en-us/backgrounds/background9.jpg');
}
/*Backgrounds -- END*/

.loginEnroll {
  position: relative;
  background-color: #f1f1f1;
  padding-bottom: 75px;
  background-size: cover;
  background-repeat: no-repeat;
}
.loginEnroll.login::before {
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, white 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, white 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.ie9 .loginEnroll.login::before {
  background: rgba(255, 255, 255, 0.6);
}
.loginEnroll.enroll {
  background-image: none;
}
.loginEnrollContainer {
  padding: 0 125px;
}
.loginEnrollContainer .card {
  padding: 40px;
  min-height: 540px;
}
/*Desktop logo works for mobile as well on login screen. As it is the only item in the header*/

.logo {
  height: 70px;
  width: 300px;
  background-position: -210px center !important;
}
/* ******** LoginEnrollment Card Template  - START********** */

.loginBack {
  display: inline-block;
  padding: 5px 20px;
  padding-left: 0;
  cursor: pointer;
  position: static;
  display: none;
}
.loginBack::before {
  font-family: FontAwesome;
  content: "\f060";
  height: 35px;
  width: 35px;
  margin-right: 5px;
}
.title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
}
.divider {
  width: 100%;
  border-bottom: 1px solid #333333;
  display: inline-block;
}
/* ******** LoginEnrollment Card Template - START********** */

.emailMasked {
  font-weight: bold;
  color: #333333;
  display: block;
}
.doNotClose {
  /*margin: 15px 0;*/
  font-style: italic;
}
/* **********  Custom Inputs and Buttons  -  START ************ */

.inputContainer {
  position: relative;
  margin-bottom: 5px;
}
.login .inputContainer {
  margin-bottom: 0px;
}
.inputBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  display: inline-block;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #999999;
}
.passwordShow::before {
  font-family: FontAwesome;
  content: "\f070";
}
.passwordShow.passwordVisible::before {
  color: #0572b8;
  content: "\f06e";
}
/* **********  Custom Inputs and Buttons  -  END************ */

/*  Login page - END */

/*  Enrolment page - START */

.login .headerDesktop,
.enroll .headerDesktop {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 95px;
}
.login .headerDesktop:before,
.enroll .headerDesktop:before {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.card {
  margin-bottom: 25px;
}
.aniContainer .card {
  display: none;
}
.aniContainer .card.visible {
  display: block;
}
/* ******** Enrolment Progress Meter- START********** */

.progressSteps {
  text-align: justify;
  margin-top: 40px;
}
.progressSteps .progressStep {
  width: 155px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  position: relative;
  transition: .3s;
}
.progressSteps:after {
  content: '';
  width: 100%;
  display: inline-block;
  height: 1px;
  background: #cccccc;
  position: relative;
  top: -60px;
  z-index: 5;
}
.progressStepCount {
  display: none;
}
.progressStepLabel {
  position: relative;
  font-weight: bold;
  color: #333333;
  /*transition: .3s;*/

}
.firefox .progressStepLabel {
  font-size: 13px;
}
.progressStepLabel::before {
  font-family: FontAwesome;
  content: "\f05a";
  /* color:@blue4; */
  color: #cccccc;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 36px;
  top: -50px;
  z-index: 10;
  /*transition: .3s;*/
  font-weight: normal;
}
.progressStepOne .progressStepLabel::before {
  content: "\f2bd";
}
.progressStepTwo .progressStepLabel::before {
  content: "\f2c3";
}
.progressStepThree .progressStepLabel::before {
  content: "\f132";
}
.progressStep.active .progressStepLabel,
.progressStep.active .progressStepLabel::before {
  color: #0572b8;
}
.progressStepLabel::after {
  content: "";
  width: 55px;
  height: 25px;
  background: #f1f1f1;
  position: absolute;
  text-shadow: -4px 0px 0px #969696;
  top: -35px;
  left: 32%;
  z-index: 5;
}
.progressStep.progressStepOne .progressStepLabel {
  text-align: left;
  margin-left: 15px;
}
.progressStep.progressStepOne .progressStepLabel::before {
  width: auto;
  padding: 0px 15px;
}
.progressStep.progressStepOne .progressStepLabel::after {
  width: 55%;
  left: -15px;
}
.progressStep.progressStepThree {
  text-align: right;
  margin-right: 15px;
}
.progressStep.progressStepThree .progressStepLabel::after {
  width: 80%;
}
/* ******** Enrolment Progress Meter - END********** */

/* ******** passwordStrength indicators - START********** */

.passwordStrength .passwordStrengthItem::before {
  font-family: FontAwesome;
  content: "\f058";
  color: #cccccc;
  font-size: 24px;
  margin-right: 10px;
}
.passwordStrength .passwordStrengthItem.valid::before {
  color: #56c700;
}
.passwordStrength li div {
  margin-left: 25px;
}
.passwordStrength li {
  margin: 10px 0;
}
/* ******** passwordStrength indicators - END********** */

/*  ********Marketing panel - START  ******** */

.marketingPanel ul li {
  /*width: calc(100% - 30px);*/
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 5px;
}
.marketingPanel ul li:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #0572b8;
  margin-right: 15px;
  position: absolute;
  left: -24px;
  font-size: 10px;
  top: 3px;
}
/* ******** Marketing panel - START ******** */

/*********  Policy Number Location Modal - START ******** */

.modal .card {
  padding-top: 20px;
}
.modal .card .close {
  position: absolute;
  top: 0;
}
.policyInfoModalTrigger::before {
  font-family: FontAwesome;
  content: "\f05a";
  color: #0572b8;
}
#LocatePolicyNumberModal .modal-dialog,
#AgreementTextTemplate .modal-dialog {
  max-width: 600px;
}
#AgreementTextTemplate .modal-dialog p {
  margin-bottom: 15px;
}
#LocatePolicyNumberModal.modal .cardContent {
  min-height: 515px;
}
.policyLocation.active {
  color: #0572b8;
  font-weight: bold;
  border-bottom: 2px solid #0572b8;
}
.policyLocation {
  display: inline-block;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 5px;
  cursor: pointer;
}
.policyLocationImg {
  text-align: center;
  padding: 15px;
}
.policyLocationImg img {
  max-width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px;
}
/* ******** Policy Number Location Modal - END ********  */

@media (min-width: 992px) {
  main .col-md-1 {
    width: 6.333333%;
  }
  main .col-md-5 {
    width: 46.666667%;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .loginEnrollContainer .card {
    min-height: inherit;
  }
  .loginBack {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .loginEnroll.login .headerDesktop,
  .loginEnroll.login .headerDesktop::before {
    background-image: none !important;
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .headerMain,
  .login .headerMain {
    margin-bottom: 35px;
  }
  .loginEnroll .headerDesktop {
    display: block;
  }
  .loginEnroll .headerDesktop:before {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .loginEnrollContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .loginEnroll.login::before {
    background: #f1f1f1;
  }
  #LocatePolicyNumberModal .modal-dialog,
  #AgreementTextTemplate .modal-dialog {
    max-width: none;
  }
  /*	mobile Enrolment Progress Meter  -  START */
  
  .progressSteps .progressStep,
  .progressSteps:after,
  .progressStepLabel::after {
    display: none;
    width: auto;
    text-align: left;
  }
  .progressSteps .progressStep.active {
    display: block;
    text-align: left;
    margin-left: 65px;
  }
  .progressStepCount {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #777777;
    margin-right: 5px;
  }
  .progressStep.progressStepOne .progressStepLabel,
  .progressStep.progressStepTwo .progressStepLabel,
  .progressStep.progressStepThree .progressStepLabel {
    display: inline-block;
    margin-left: 0;
  }
  .progressStepLabel::before {
    top: -15px;
    left: -190px;
  }
  .progressStepOne .progressStepLabel::before {
    top: -15px;
    left: -135px;
  }
  .progressStepTwo .progressStepLabel::before {
    left: -180px;
  }
  .progressSteps {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .progressStep.progressStepOne .progressStepLabel::before {
    padding: 0;
  }
  /*	mobile Enrolment Progress Meter  -  END*/
}
