/*
 * Chubb Fonts
 *! ADB2C doesn't support global imports so specified fonts here
 */
 @font-face {
    font-family: "Chubb Publico";
    src: url(https://stornau2pbsn001098802.blob.core.windows.net/adb2c-customization/fonts/ChubbPublico-Light.otf);
    src: url(https://stornau2pbsn001098802.blob.core.windows.net/adb2c-customization/fonts/ChubbPublico-Light.otf) format("otf"), url(https://stornau2pbsn001098802.blob.core.windows.net/adb2c-customization/fonts/ChubbPublico-Light.otf) format("otf");
    font-weight: 300;
    font-style: normal;
  }
  /*
   * Chubb Colors
   *! ADB2C doesn't support global imports so specified colors here
   */
  /*
   * General Mixins
   *! ADB2C doesn't support global imports so specified mixins here
   */
   @media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-content .login-content {
      display: inline !important;
    }
  }

  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .ie-notification{
         display:block !important;
       }
    /* .sunday-notification{
         display:block !important;
       } */
}

_:-ms-fullscreen, :root .ie-notification { 
         display:none !important;
     }

 /* _:-ms-fullscreen, :root .sunday-notification { 
         display:none !important;
 } */

@supports (-ms-ime-align:auto) {
    .ie-notification{
         display:none !important;
       } 
       .sunday-notification{
         display:none !important;
       } 
}

@supports not (-ms-high-contrast: none) {
   /* Non-IE styles here */
     /* .ie-notification{
         display:none !important;
       } */
}


.accountButton{
  display: none;
}

input{
  padding-left: 10px;
}
  .navbar-container{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }

  .chubb-logo{
    width:85%;
  }

  .navbar-container h2{
    font-family: 'Chubb Publico', Georgia, serif;
    letter-spacing: 0;
    text-align: left;
    font-size:16px;
    cursor: pointer;
    color: #4b4e52;
    font-weight: 500;
  }

  .main-container{
    max-width:1170px;
    margin: 0 auto;
    overflow: hidden;
  }

  .container{
    display:flex;
    flex-direction: row;
    
  }

	 .payment-container{
    display:flex;
    flex-direction: row; 
		padding-top:30px;
  }

  .login-footer-container{
    margin-top:100px;
  }

  .login-footer {
    font-family: 'Chubb Publico', Georgia, serif;
    border-top: 5px solid #efefef;
    background-color: #f6f7f7;
    margin: 40px 20px 0px 0px;
    padding: 25px 25px 25px 25px;
    color: #4b4e52;
    letter-spacing: 0;
    text-align: left;
  }
  .login-footer h3 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 100;
  }
  .login-footer p {
    line-height: 24px;
    padding-top: 10px;
    font-size: 16px;
  }
  :host /deep/ .mat-error {
    font-family: 'Chubb Publico', Georgia, serif;
  }
  .login-info-icon {
    margin-right: -25px;
    background: url('https://stornau2pbsn001098802.blob.core.windows.net/adb2c-customization/images/tooltip_icon.svg');
    width: 22px;
    height: 22px;
    background-size: contain;
    float: right;
    background-repeat: no-repeat;
  }
  .input-label {
    color: #4b4e52;
  }
  .forgot-labels {
    color: #73767a;
    cursor: pointer;
  }
  .top-border {
    padding: 0 10px;
    position: relative;
    padding-bottom: 5px;
  }
  .top-border .right-section-icon {
    background-color: #fff;
    border: 5px solid #6e27c5;
    position: absolute;
    border-radius: 50px;
    padding: 8px;
    width: 22px;
    height: 21px;
    top: -25px;
    left: 40px;
  }
  .top-border .login-footer-icon {
    background-color: #fff;
    border: 5px solid #efefef;
    position: absolute;
    border-radius: 50px;
    padding: 10px 12px;
    width: 22px;
    height: 22px;
    top: -52px;
  }
  .content-right-section {
    font-family: 'Chubb Publico', Georgia, serif;
    border-top: 5px solid #6e27c5;
    background-color: #f6f7f7;
    margin-right: 20px;
    width:60%;
  }

  .content-right-section p {
    background-color: #f6f7f7;
    font-size: 16px;
  }

  .content-right-section .header-title {
    font-size: 23px;
    color: #6e27c5;
    text-align: left;
    line-height: 29px;
    padding: 25px 0px 0px 50px;
  }

  .content-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 40px 50px;
  }
  .content-right-section .form-content .login-content {
    padding: 25px 0px 0px 0px;
  }
  .content-right-section .form-content .login-content div {
    color: #73767a;
  }
  .content-right-section .form-content .login-content .login-header {
    margin-bottom: 5px;
  }
  .content-right-section .form-content hr {
    width: 100%;
    border: 1px solid #dbdbdb;
		margin-top:15px;
		margin-bottom:15px;
  }
  .content-right-section .form-content .login-btn {
    text-align: left;
    margin: 20px 0px 25px 0px;
  }
  .content-right-section .form-content .login-btn a {
    cursor: pointer;
  }
  .content-right-section .form-content .login-btn a button {
    border: 1px solid #4b4e52;
    background-color: #6e27c5;
    color: #fff;
  }
  .content-right-section .form-content .login-btn a img {
    width: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .content-right-section .form-content .login-btn a .btn-with-arrow {
    padding: 5px 40px 5px 15px;
    width: 173px;
    height: 37px;
    cursor: pointer;
  }
  .content-right-section .form-content .login-btn a .btn-with-arrow img {
    top: 6px;
    right: 15px;
    transform: rotate(0deg);
    width: 10px;
    height: 23px;
  }
  .content-right-section .form-content .login-btn .login-activate-btn {
    margin: 35px 0px 25px 0px;
  }
  .content-right-section .form-content .login-btn .login-activate-btn a {
    cursor: pointer;
  }
  .content-right-section .form-content .login-btn .login-activate-btn a button {
    border: 1px solid #4b4e52;
    background-color: #6e27c5;
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 24px;
  }
  .content-right-section .form-content .login-btn .login-activate-btn a img {
    width: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .content-right-section .form-content .login-btn .login-activate-btn a .btn-with-arrow {
    padding: 5px 40px 5px 15px;
  }
  .content-right-section .form-content .login-btn .login-activate-btn a .btn-with-arrow img {
    top: 6px;
    right: 15px;
  }
  .content-right-section .form-content .login-content-footer {
    padding-top: 20px;
    font-size: 16px;
    color: #6e27c5;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
  }
  .content-right-section .form-content .login-content-footer #activate {
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #6e27c5;
  }
  
	 .payment-right-section {
    font-family: 'Chubb Publico', Georgia, serif;
    border-top: 5px solid #6e27c5;
    background-color: #f6f7f7;
    margin-right: 20px;
    width:60%;
  }
  .payment-right-section p {
    background-color: #f6f7f7;
    font-size: 16px;
  }
  .payment-right-section .header-title {
    font-size: 23px;
    color: #6e27c5;
    text-align: left;
    line-height: 29px;
    padding: 25px 0px 0px 50px;
  }
  .payment-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 20px 50px 40px 50px;
	margin-top: 25px;
	font-family: Lato;
  }
  .payment-right-section .form-content .login-content {
    padding: 25px 0px 0px 0px;
  }
  .payment-right-section .form-content .login-content div {
    color: #73767a;
  }
  .payment-right-section .form-content .login-content .login-header {
    margin-bottom: 5px;
  }
  .payment-right-section .form-content hr {
    width: 100%;
    border: 1px solid #dbdbdb;
		margin-top:15px;
		margin-bottom:15px;
  }
  .payment-right-section .form-content .login-btn {
    text-align: left;
    margin: 20px 0px 25px 0px;
  }
  .payment-right-section .form-content .login-btn a {
    cursor: pointer;
  }
  .payment-right-section .form-content .login-btn a button {
    border: 1px solid #4b4e52;
    background-color: #6e27c5;
    color: #fff;
  }
  .payment-right-section .form-content .login-btn a img {
    width: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .payment-right-section .form-content .login-btn a .btn-with-arrow {
    padding: 5px 40px 5px 15px;
    width: 173px;
    height: 37px;
    cursor: pointer;
  }
  .payment-right-section .form-content .login-btn a .btn-with-arrow img {
    top: 6px;
    right: 15px;
    transform: rotate(0deg);
    width: 10px;
    height: 23px;
  }
  .payment-right-section .form-content .login-btn .login-activate-btn {
    margin: 35px 0px 25px 0px;
  }
  .payment-right-section .form-content .login-btn .login-activate-btn a {
    cursor: pointer;
  }
  .payment-right-section .form-content .login-btn .login-activate-btn a button {
    border: 1px solid #4b4e52;
    background-color: #6e27c5;
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 24px;
  }
  .payment-right-section .form-content .login-btn .login-activate-btn a img {
    width: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .payment-right-section .form-content .login-btn .login-activate-btn a .btn-with-arrow {
    padding: 5px 40px 5px 15px;
  }
  .payment-right-section .form-content .login-btn .login-activate-btn a .btn-with-arrow img {
    top: 6px;
    right: 15px;
  }
  .payment-right-section .form-content .login-content-footer {
    padding-top: 20px;
    font-size: 16px;
    color: #6e27c5;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
  }
  .payment-right-section .form-content .login-content-footer #activate {
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #6e27c5;
  }
  

  .text-danger {
  color: #f1352b;
}
.text-success {
  color: #7acb00;
}
.bottom-background {
  background-image: url("https://stornau2pbsn001098802.blob.core.windows.net/adb2c-customization/images/SignupPageBG.jpg");
  background-repeat: no-repeat;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.section-top {
  padding-top: 70px;
}
.ie-notification-image{
  width:2%
}
.sunday-notification-image{
  width:2%;
   padding-top:2px;
}

.ie-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}

.sunday-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}

@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-top .ms-flex {
    display: inline !important;
  }

   .content-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 40px 25px;
  }

 .payment-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 20px 0px 40px 25px;
	font-family: Lato;
  }
  .forgotUsername{
    display: block;
    margin: 5px 10px 5px 0px !important;
}

.forgotPassword{
  display: block;
  margin: 5px 0px 5px 0px;
}
.ie-notification-image{
  width:5%
}

.sunday-notification-image{
  width:5%;
  padding-top:2px;
  padding-right: 2px;
}

.ie-notification-data{
  width:95%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}

.sunday-notification-data{
  width:95%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
}
@media (max-width: 1056px){
	#password{
		margin-left: 0px !important;
	}
}
@media (max-width: 768px) {
  .right-content {
    padding-right: 15px;
  }
  .container{
		display:block !important;
	}
	.content-right-section{
		width: 90% !important;
	}
		.payment-right-section{
		width: 90% !important;
	}
	.content-left-section{
		width: 90% !important;
	}
		.payment-left-section{
		width: 90% !important;
	}
	.entry-item{
		display: block !important;
	}
	.password-label{
		margin-left: 0px !important;
	}
	#password{
		margin-left: 0px !important;
	}
	.help-footer{
		display: block !important;
		padding: 20px 60px !important;
	}
	.help-footer-text{
		width: 100% !important;
	}
	.help-footer-email{
		width: 100% !important;
	}

   .content-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 40px 25px;
  }

	.payment-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 20px 0px 40px 25px;
	font-family: Lato;
  }
}
:host /deep/ .mat-error {
  font-family: 'Chubb Publico', Georgia, serif;
}
:host /deep/ .mat-form-field-underline .mat-form-field-ripple {
  background-color: #f1352b !important;
}
.top-container {
 // padding: 20px 0px 50px 35px;
  background: #fff;
  width: 94%;
  margin-left: 0;
}
.content-items {
  padding: 130px 0px 0px;
  font-family: 'Chubb Publico', Georgia, serif;
  letter-spacing: 0;
}
.content-items .content-left-section {
  background: #fff;
  padding: 0px 0px 20px 0px;
  width: 35%;
}
.content-items .payment-left-section {
  background: #fff;
  padding: 0px 0px 20px 0px;
  width: 35%;
}
.content-items .content-left-section p {
  color: #4b4e52;
  font-size: 60px;
  font-weight: 100;
  line-height: 64px;
  margin: 0;
}
.content-items .payment-left-section p {
  color: #4b4e52;
  font-size: 60px;
  font-weight: 100;
  line-height: 64px;
  margin: 0;
}
.content-items .content-left-section h2 {
  color: #01c1d6;
  font-size: 60px;
  font-weight: 100;
  line-height: 64px;
  margin: 0;
}
.content-items .payment-left-section h2 {
  color: #01c1d6;
  font-size: 60px;
  font-weight: 100;
  line-height: 64px;
  margin: 0;
}

/* .content-right-section .form-content .login-content .localAccount .intro h2{
  display: none;
} */

.intro h2{
  display: none;
}

.divider h2{
  display: none;
}

.signInName{
  display: block;
  
}
.password-label a {
  display: none;
}

#next{
  background: #6E27C5;
  color: white;
  font-family: Chubb Publico;
}

.create-an-account  p > a{
/* color:#6E27C5; */
color:#4B4E53 !important;
font-family: Chubb Publico;
font-weight: bold;
font-size:16px;
margin-left:10px;
}
.create-an-account  p {
  color:#4B4E53;
  font-family: Chubb Publico;
  font-weight: bold;
  font-size:16px;
      /* margin-top: -40px;
    margin-left: 355px; */
}

.create{
  display: none;
}

.forgot-links p > a{
  color:#6E27C5;
  font-family: Chubb Publico;
  font-weight: 100;
  font-size:16px;
  margin-left:10px;
}

.forgot-links p{
  color:#6E27C5;
  font-family: Chubb Publico;
  font-weight: 100;
  font-size:16px;
  margin-top:30px;
}

/* DBIZ-9062 Enhancements */

.forgot-links  a{
  color: black;
  font-family: Chubb Publico;
  font-weight: 100;
  font-size:16px;
	margin-right: 0px;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
}


.forgot-links p > span{
  color:#6E27C5;
  font-family: Chubb Publico;
  font-weight: 100;
  font-size:16px;
	margin-right: 10px;
}
 /* DBIZ-9062 Enhancements */
.forgot-links{
  color:black;
  font-family: Chubb Publico;
  font-weight: 100;
  font-size:16px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
}

.entry-item input {
display: block;
}

#next{
  width: 173px;
  height: 37px;
  cursor: pointer;
  font-size: 17px;
  font-family: Chubb Publico;
  font-weight: 100;
  border: 1px solid #4B4E52;
}

.buttons{
  padding: 20px 0px 10px 0px;
}
::-webkit-input-placeholder {
  color:transparent;
}

:-moz-placeholder { /* Firefox 18- */
  color:transparent; 
}

::-moz-placeholder {  /* Firefox 19+ */
  color:transparent; 
}

:-ms-input-placeholder {  
  color:transparent;
}

.entry-item{
  padding: 20px 0px 10px 0px;
}
.entry-item label{
  font-size: 16px;
  font-family: Lato;
  font-weight: 100;
  color: #000000;
}

#signInName{
  width: 250px;
  height: 35px;
	font-size: 16px;
  font-family: Chubb Publico;
}

#password{
  width: 250px;
  height: 35px;
	font-size: 16px;
  font-family: Chubb Publico;
}

#createAccount {
  visibility: hidden;
	position: relative;
}

#createAccount::after{
  visibility: visible;
  content:'Create an account'
}

.entry-item{
  display: inline-block;
}

#password{
  margin-left:25px;
}

.password-label{
  margin-left: 25px;
}

.error .itemLevel p{
  margin-left:25px;
  color:red;
}

.footer-wraper{
	background-color: #4b4e52;
	padding: 20px 120px 40px 120px; /* LCS-4947 changes */
 }
 
 .footer-top{
    font-family: Lato;	/* LCS-4947 changes */
    font-size: 16px;	/* LCS-4947 changes */
    color: #ffffff;
    padding-bottom: 20px;	/* LCS-4947 changes */
	display: flex;
 }
 
 #links-list {
    font-family: Lato; /* LCS-4947 Changes */
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

li {
    font-family: Lato; /* LCS-4947 Changes */
	display: inline;
    font-size: 12.3px;	/* LCS-4947 Changes */
    color: #ffffff;
    line-height: 24px;	/* LCS-4947 Changes */
}

#links-list > li > a {
    font-family: Lato;	/* LCS-4947 Changes */
    color: #FFFFFF;
    margin-right: 6px;
    text-decoration: none;
    cursor: pointer;
}

.copyright{
  margin-right: 8px;
}

.help-footer{
	display:flex;
	background: #F6F7F7;
	padding: 20px 50px;
	border-bottom: 5px solid #01c1d6;
}

.help-footer-text{
	width:35%;
	font-family: 'Chubb Publico Light', Georgia, serif;
	font-size: 30px; 
	color: #4B4E52;
	letter-spacing: 0;
}
.help-footer-email{
	font-family: 'Chubb Publico Light', Georgia, serif;
	font-size: 17px;
	color: #4B4E52;
	letter-spacing: 0;
	line-height: 35px;
	/* padding-right: 60px; */
	width: 35%;
  font-weight: bold;
}
.help-footer-email-text{
	font-family: 'Chubb Publico Light', Georgia, serif;
	font-size: 17px;
	color: #4B4E52;
	letter-spacing: 0;
	line-height: 35px;
	padding-right: 60px;
	width: 30%;
  font-weight: bold;
}

.error{
  color:red !important;
   font-family: 'Chubb Publico', Georgia, serif;
}

.ie-notification {
    background: rgba(1,193,214,0.05);
    padding: 10px 40px;
    justify-content: flex-start;
    align-items: center;
}

.sunday-notification {
    background: rgba(1,193,214,0.05);
    padding: 10px 40px;
    justify-content: flex-start;
    align-items: center;
}

.ie-notification-text {
        font-size: 16px;
        color: black;
        /* padding: 0px 10px; */
        font-weight: 300;
}

.sunday-notification-text {
        font-size: 16px;
        color: black;
        /* padding: 0px 10px; */
        font-weight: 300;
}

.ie-notification-image{
  width:5%
}

.sunday-notification-image{
  width:5%;
   padding-top:2px;
  padding-right: 2px;
}

.ie-notification-data{
  width:95%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
.sunday-notification-data{
  width:95%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}

.ie-notification-close {
        font-size: 20px;
        align-items: baseline;
        font-weight: 400;
}
.sunday-notification-close {
        font-size: 20px;
        align-items: baseline;
        font-weight: 400;
}

@media (max-width: 767px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-content .user-id-content {
        display: inline !important;
    }

    .form-content .password-content {
        display: inline !important;
    }

       .content-right-section .back-link {
        padding: 20px 0px 20px 5px;
        margin-left:20px;

    }
		
       .payment-right-section .back-link {
        padding: 20px 0px 20px 5px;
        margin-left:20px;

    }

    .content-right-section .back-link a {
    color: #6e27c5;
    }
		 .payment-right-section .back-link a {
    color: #6e27c5;
    }
     .content-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 40px 25px;
  }
     .payment-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 20px 0px 40px 25px;
	font-family: Lato;
  }

  .forgotUsername{
    display: block;
     margin: 5px 10px 5px 0px !important;
}

.forgotPassword{
  display: block;
  margin: 5px 0px 5px 0px;
}

}

@media (max-width: 767px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .section-top .ms-flex {
        display: inline !important;
    }
    
       .content-right-section .back-link {
        padding: 20px 0px 20px 5px;
        margin-left:20px;

    }
    .payment-right-section .back-link {
        padding: 20px 0px 20px 5px;
        margin-left:20px;

    }
    .content-right-section .back-link a {
    color: #6e27c5;
    }
  .payment-right-section .back-link a {
    color: #6e27c5;
    }
     .content-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 40px 25px;
  }
	     .payment-right-section .form-content {
    font-size: 16px;
    color: #4b4e52;
    text-align: left;
    line-height: 24px;
    padding: 20px 0px 40px 25px;
	font-family: Lato;
  }

  .forgotUsername{
    display: block;
    margin: 5px 10px 5px 0px !important;
}

.forgotPassword{
  display: block;
  margin: 5px 0px 5px 0px;
}
.ie-notification-image{
  width:5%
}
.sunday-notification-image{
  width:5%;
   padding-top:2px;
  padding-right: 2px;
}
.ie-notification-data{
  width:95%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
.sunday-notification-data{
  width:95%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {
    .content-right-section {
        border-top: 5px solid #6e27c5;
        background-color: #f6f7f7;
        margin-right: 20px;
        width: 66%;
    }
		 .payment-right-section {
        border-top: 5px solid #6e27c5;
        background-color: #f6f7f7;
        margin-right: 20px;
        width: 66%;
    }

    .top-container {
       // padding: 20px 0px 50px 35px;
        background: #fff;
        width: 97%;
        margin-left: 0;
    }

    #aTnC {
        position: absolute;
        bottom: 147px;
        left: 336px;
        font-family: 'Chubb Publico', Georgia, serif; 
        font-weight: 700;
        font-size: 14px;
        max-width: 600px;
        padding-bottom: 5px;
    }
    .forgotUsername{
    display: block;
     margin: 5px 10px 5px 0px !important;
}

.forgotPassword{
  display: block;
  margin: 5px 0px 5px 0px;
}
.ie-notification-image{
  width:2%
}
.sunday-notification-image{
  width:2%;
   padding-top:2px;
}

.ie-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
.sunday-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
  font-size: 16px;
  color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
}

@media only screen and (min-device-width: 1001px) and (max-device-width: 1024px) {
    .content-right-section {
        border-top: 5px solid #6e27c5;
        background-color: #f6f7f7;
        margin-right: 20px;
        width: 66%;
    }
 .payment-right-section {
        border-top: 5px solid #6e27c5;
        background-color: #f6f7f7;
        margin-right: 20px;
        width: 66%;
    }
    .top-container {
        padding: 20px 0px 50px 35px;
        background: #fff;
        width: 97%;
        margin-left: 0;
    }

    #aTnC {
        position: absolute;
        bottom: 164px;
        left: 401px;
        font-family: 'Chubb Publico', Georgia, serif;
        font-weight: 700;
        font-size: 13px;
        max-width: 500px;
        padding-bottom: 5px;
        word-break: break-word;
    }

.ie-notification-image{
  width:2%
}
.sunday-notification-image{
  width:2%;
   padding-top:2px;
}

.ie-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
font-size: 16px;
color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
.sunday-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
font-size: 16px;
color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
}

@media (min-width: 1025px) {
    #aTnC {
        position: absolute;
        bottom: 164px;
        left: 462px;
        font-family: 'Chubb Publico', Georgia, serif;
        font-weight: 700;
        font-size: 15px;
        max-width: 600px;
        padding-bottom: 5px;
    }

    .top-container {
         padding: 20px 0px 50px 35px;
        background: #fff;
        width: 94%;
        margin-left: 0;
    }
    .ie-notification-image{
  width:2%
}
 .sunday-notification-image{
  width:2%;
   padding-top:2px;
}

.ie-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
font-size: 16px;
color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
.sunday-notification-data{
  width:98%;
  font-family: 'Chubb Publico', Georgia, serif;
font-size: 16px;
color: #4B4E52;
letter-spacing: 0;
line-height: 20px;
}
}

@media (min-width: 768px) {
    .textInput {
        display: block;
        width: 350px;
        height: 45px;
        /* margin:   0px 0px 10px 0px; */
        /* padding: 20px 250px 15px 0px; */
    }


    .navbar-container {
        margin-bottom: 50px;
    }
}



@media (max-width: 767px) {

    .error {
    color: red !important;
    font-family: 'Chubb Publico', Georgia, serif;
    margin-left:-25px;
}

    .main-container {
        overflow: hidden;
        width: 100%;
    }

    #aTnC {
        position: absolute;
        bottom: 99px;
        left: 66px;
        font-family: 'Chubb Publico', Georgia, serif;
        font-weight: 700;
        font-size: 10px;
        max-width: 600px;
        padding-bottom: 5px;
        line-height: 1.5;
        text-decoration: none
    }

    /* .buttons {
        margin-left: -18px;
    } */

    #attributeList ul {
        padding-left: 20px;
    }

    .content-right-section .header-title {
        padding: 25px 0px 0px 20px;
    }
		  .payment-right-section .header-title {
        padding: 25px 0px 0px 20px;
    }


    .content-right-section .header-subtitle {
        padding: 0px 0px 30px 20px;
    }
		 .payment-right-section .header-subtitle {
        padding: 0px 0px 30px 20px;
    }


    .content-right-section .header-content {
        padding: 10px 0px 20px 20px;
    }
 .payment-right-section .header-content {
        padding: 10px 0px 20px 20px;
    }
    .navbar-container {
        margin: 0px;
        padding: 24px 16px;
        background: #fff;
    }

    .top-container {
        width: 100%;
    }

    .right-content {
        padding-right: 15px;
    }

    .container {
        display: block !important;
    }
    .payment-container {
        display: block !important;
    }
    .content-right-section {
        width: 100% !important;
    }
  .payment-right-section {
        width: 100% !important;
    }
    .content-left-section {
        width: 100% !important;
    }
  .payment-left-section {
        width: 100% !important;
    }
    .textInput {
        padding: 10px;
        width: 250px;
        height: 25px;
    }

    .help-footer {
        display: block !important;
        padding: 20px 60px !important;
    }

    .help-footer-text {
        width: 100% !important;
    }

    .help-footer-email {
        width: 100% !important;
    }

    
       .content-right-section .back-link {
        padding: 20px 0px 20px 5px;
        margin-left:20px;

    }
		     .payment-right-section .back-link {
        padding: 20px 0px 20px 5px;
        margin-left:20px;

    }

    .forgotUsername{
    display: block;
     margin: 5px 10px 5px 0px !important;
}

.forgotPassword{
  display: block;
  margin: 5px 0px 5px 0px;
}

    .content-right-section .back-link a {
    color: #6e27c5;
    }

    .payment-right-section .back-link a {
    color: #6e27c5;
    }

}

.pay-now{
color:#6e27c5;
font-family: Chubb Publico;
font-weight: 100;
font-size: 16px;
margin-top: 10px;
}

.footer-text{
font-weight: 100;
}

.email{
  text-decoration: underline;
  cursor: pointer;
}

.one-time-payment{
color:#6e27c5;
font-family: Chubb Publico;
font-weight: 100;
font-size: 23px;
}

.payment-text{
color:#4B4E52;
font-family: Chubb Publico;
font-weight: 100;
font-size: 23px;
}

/* .payment-footer{
	padding-left:115px;
} */

.billing-questions {
    display: flex;
    justify-content: space-between;
}

/* DBIZ-9103 Fixes */

@media only screen and (device-width: 280px) and (max-device-width: 653px) {

.payment-right-section .form-content {
    font-size: 13px;
}

#signInName {
    width: 220px;
}

#password {
    width: 220px;
}

.help-footer-email-text {
	font-size: 14px;
}

.register-now{
	color: black;
}

}

/* DBIZ-9062 Enhancements */

.content-bottom-section {
    background-color: #f6f7f7;
    width: auto;
    height: auto;
    margin-top: 20px;
	margin-left: 50px;
	padding-bottom: 10px;
}

.content-bottom-section-whitespace {
    background-color: white;
    width: auto;
    height: 3px;
}

.forgot-alginment {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-right: 5px;
}

.forgotUsername {
    margin-right: 5px !important;
}

.Forgot-qmark {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.create-an-account b {
    font-family: 'Lato', sans-serif;
    color: black;
}

.create-an-account a {
    margin-left: 10px;
}

@media (max-width: 1000px) {
	
.content-bottom-section {
	margin-left: 30px !important;
}

.forgot-alginment {
    margin-top: 5px;
}

.Forgot-qmark {
    margin-top: 5px;
}

}

@media (min-width: 1000px) {

footer {
    padding: 0px 40px 0px 40px;
}

}

label[for=signInName] {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
	visibility: hidden;
	position: relative;
}

label[for=signInName]:after {
    visibility: visible;
    content: "Email Address or Username";
	/* position: absolute; */
    top: 0;
    left: 0;
		float:left;
}

/* LCS-4947 Changes */

img.footerChubbIcon {
    width: 16%;
}

a.emailfloater {
    margin-left: 52px;
    /*display: flex;*/
		display:none;
    color: white;
		text-decoration: none;
}

a.emailfloater:hover {
    cursor: pointer;
}

img.emailIcon {
    width: 36%;
    height: 76%;
    margin-top: 2px;
}

.emailTxt {
    margin-left: 5px;
}

@media only screen and (max-device-width: 820px) { 
	
	.footer-top {
		font-size: 36px;
		display: block;
	}
	
	img.footerChubbIcon {
		width: 100%;
		padding-bottom: 20px;
	}
	
	a.emailfloater {
		margin-left: 0px;
		display:none;
	}
	
	img.emailIcon {
		margin-top: 0px; /* LCS - 4920 Fixes */
        width: 22px; /* LCS - 4920 Fixes */
        height: 16px; /* LCS - 4920 Fixes */
	}

    /* LCS - 4920 Fixes */

    .emailTxt {
        font-size: 16px;
    }
    
    /* LCS - 4920 Fixes End */
}

/* LCS-4947 Changes End */

/* Splash Message styling for MDM 2.0 Migration */
.error-modal {
  position: absolute;
  z-index: 999;
  padding-top: 95px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.error-modal__content {
    background-color: white;
    margin: 0 auto;
    padding: 40px 40px 40px 40px;
    border-top: 5px solid #6e27c5;
    width: 75%;
    height: auto;
}
.error-modal__content {
    font-family: 'Chubb Publico';
    line-height: 36px;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 10px;
  }