@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto/roboto-v18-latin-regular.eot");
    src: local("Roboto"),local("Roboto-Regular"),url("../fonts/roboto/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto/roboto-v18-latin-regular.woff2") format("woff2"),url("../fonts/roboto/roboto-v18-latin-regular.woff") format("woff"),url("../fonts/roboto/roboto-v18-latin-regular.ttf") format("truetype"),url("../fonts/roboto/roboto-v18-latin-regular.svg#Roboto") format("svg")
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto/roboto-v18-latin-500.eot");
    src: local("Roboto Medium"),local("Roboto-Medium"),url("../fonts/roboto/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto/roboto-v18-latin-500.woff2") format("woff2"),url("../fonts/roboto/roboto-v18-latin-500.woff") format("woff"),url("../fonts/roboto/roboto-v18-latin-500.ttf") format("truetype"),url("../fonts/roboto/roboto-v18-latin-500.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto/roboto-v18-latin-700.eot");
    src: local("Roboto Bold"),local("Roboto-Bold"),url("../fonts/roboto/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto/roboto-v18-latin-700.woff2") format("woff2"),url("../fonts/roboto/roboto-v18-latin-700.woff") format("woff"),url("../fonts/roboto/roboto-v18-latin-700.ttf") format("truetype"),url("../fonts/roboto/roboto-v18-latin-700.svg#Roboto") format("svg")
}

@font-face {
    font-family: 'robotolight';
    src: url("../fonts/roboto/Roboto-Light-webfont.eot");
    src: url("../fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/roboto/Roboto-Light-webfont.woff2") format("woff2"),url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"),url("../fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"),url("../fonts/roboto/Roboto-Light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal
}
body{
	font-family:'Roboto';
	font-weight:400;
	background: #f8f9fb;
}
h2{
	font-size:24px;
	font-weight:700;
	color:#FFF;
}
/* MAINTENANCE ERROR CSS */
div#maintenanceWrapper {
    background: #FFADAD;
    padding: 15px;
	width: 80%;
    margin: 0 auto;
}
div#maintenanceWrapper span{
	font-weight:bold;
}
#maintenanceWrapper h2{
	font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
}
#maintenanceWrapper p{
	font-size:16px;
	margin-bottom:0px;
}
.iconContainer{
	text-align: center;
    font-size: 2em;
	display: inline-block;
    vertical-align: top;
}
#maintenanceWrapper .icon.icon-error{
	font-size: 40px;
    color: #aa001f;
}
.errorDescription{
	width: 85%;
    display: inline-block;
    /*margin-left: 10px;*/
}
/* MAINTENANCE ERROR CSS */
#topHeader {
    color: #FFF;
    background-color: #FFF;
    padding: 15px 30px 10px;
    margin-bottom: 20px;
	box-shadow: inset 0px -1px 0px #E1E5EE;
}
#logoImg, .horizonLogo {
    width: 150px;
}
.loginWrapper .panel.panel-default {
    width: 920px;
    margin: 0 auto;
    border: none;
	background:none;
}
.loginWrapper h1 {
	font-family:'Roboto';
	font-size:48px;
	font-weight:bold;
	color: #090A0B;
    text-align: left;
	margin-top: 80px;
	margin-bottom:40px;
}
.loginWrapper .form-control{
	border:1px solid #B1B3B7;
	border-radius:4px;
	height:48px;
	background:none;
	margin-bottom: 5px;
}
.loginWrapper .control-group label{
	color:#3C3D3E;
	/*font-weight:bold;*/
}
.loginWrapper .control-group .checkbox label{
	/*font-weight:normal;*/
}
body .footer{
	color:#FFF;
	background:#002E5C;
}
body .footer p{
	font-size:14px;
	color:#FFF;
	opacity:0.8;
}
body .footer > .container > div > p:first-child {
  margin-bottom: 7px;
}
.footer a{
	font-size:15px;
  color: #FFF;
  opacity:0.8;
}
#footer a:hover {
    text-decoration:underline;
}
.footerLogo {
	width:160px;
}
.footerLogo p {
  margin-bottom: 0px;
}
.footer .footer-list {
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}
.footer .footer-list li {
  float: left;
  padding: 0px 5px;
}
.footerImgWrapper p{
  margin-bottom: 0px;
}
.footer-light {
  background: #f2f2f2;
  margin-bottom: 13px;
}
.footer-logo {
  max-width: 160px;
  display: inline;
}
.socialIcons .socialIconList {
  margin: 0;
  padding: 0;
  list-style: none;
  /*margin-top: 20px;*/
  display:flex;
}
.socialIconList li {
	position:relative;
/*  float: left;*/
}
/*.socialIconList li span {
  font-size: 1.7em;
}*/
.socialIconList li a {
  color: #333;
  margin-right: 20px;
}
.socialIconList li a:focus,
.socialIconList li a:hover {
  color: #666;
}
.footer-logo-content {
  margin: 15px 0;
}
.footer-logo-content .footer-desc {
  vertical-align: middle;
  margin:5px 0px 0px 15px;
  display: inline-block;
}
#footerBox .socialIconList a:hover {
  color: #666;
  text-decoration:none;
}
#footerBox .socialIconList a{
	width: 32px;
    display: inline-block;
    padding: 5px 9px;
	text-decoration:none!important;
	z-index:3;
	position:relative;
}
.footer h2 {
  font-size: 18px;
  font-weight:600;
  color:#FFF;
  border-bottom: 1px solid rgba(243, 245, 249, 0.2);
  padding-bottom: 15px;
}
.external-ic:after {
  content: 'K';
  display: inline-block;
  font-family: 'HB_Font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 5px;
}
.languagesList {
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 1em;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
}
.languagesList:before {
  content: " ";
  display: table;
}
.languagesList li {
  display: inline-block;
  width: 100%;
  padding-bottom: 1em;
}
.footer-menu-bottom ul {
	list-style:none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer-menu-bottom ul li {
  /*display: inline-block;
  clear: both; */
  margin: 0px 20px 16px 0px;
}
.footer-img-wrapper ul {
  padding: 0;
  list-style: none;
}
.footer-img-wrapper ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer-img-wrapper ul li:first-child {
  margin-left: 0;
}
#error_item {
    /*width: 60%;*/
    margin: 0 auto;
	background-color:#FFADAD;
	border: none;
    padding: 20px 10px;
	border-radius: 0px;
}
.icon.icon-error {
    font-size: 40px;
    width: auto;
    margin-right: 15px;
	display: inline-block;
	height: 40px;
}
#error_Title{
	font-size: 20px;
	color:#000;
}
#error_item > span {
    display: inline-block;
	width: 93%;
}
#error_item p{
	line-height:normal;
}
#error_item p:last-child {
    margin-bottom: 0px;
}
#errorP{
	font-size: 18px;
    font-weight: 400;
    color: #000;
}
.bottomLink {
	font-family:'Roboto';
	font-size:16px;
	/*font-weight:bold;*/
	color: #00468C;
    text-decoration: underline;
    /*margin-top: 20px;*/
    display: inline-block;
}
button.btn-info:hover {
    color: #004179;
    border-color: #004179;
}
.registerBtnWrapper h2 {
    margin-top: 15px;
    padding-top: 30px;
	color: #333;
}
.control-group .help-block{
	margin-bottom:0px;
	font-size:14px;
	color:#e21e26;
	background: url(../images/field_erroricon.png) no-repeat left top;
    background-size: 14px;
    padding-left: 20px;
}
.control-group .checkbox {
    padding: 0px;
}
.registerBtnWrapper h2 {
	font-size:19px;
    border-top: 1px solid #666;
}
.form-group .controls {
    margin-top: 20px;
}
.control-group .checkbox {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.control-group .checkbox label {
  font-size: 16px;
  color:#090A0B;
  /*font-weight: bold;*/
  padding-left: 0;
  margin-bottom: 0;
}
.loginWrapper .control-group .checkbox label[for="rememberUsername"]{
	/*padding-top:5px;*/
	line-height: normal;
}
.control-group .checkbox input[type=checkbox] {
  margin-left: 0;
  vertical-align: bottom;
}
.chkBoxLabel {
  width: 100%;
  margin-bottom: 10px;
}
.checkbox input[type=checkbox] {
  /*visibility: hidden;
  display: none;*/
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #6F7071;
  border-radius: .25em;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  float: left;
}
.checkbox input[type=checkbox]+.cr > .cr-icon {
  opacity: 0;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 1em;
  line-height: 1;
  top: 20%;
  left: 25%;
  font-weight: 700;
}
.checkbox input[type=checkbox]:checked+.cr > .cr-icon {
  opacity: 1;
}
.checkbox .cr:after {
  content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox input:checked~.cr:after {
  display: block;
}
.checkbox input[type=checkbox]:checked+.cr{
	background:#00468C;;
}
.checkbox .cr:hover {
    border-color: #00468C;
}
button.btn-info:focus, a.btn-info:focus{
	color: #FFF;
    background-color: #00529B;
    border-color: #00529B;
    outline: #0070e0 solid 3px !important;
    outline-offset: 0.063rem;
    border: none;
}
.has-error input.form-control{
	background-color: #FFADAD;
    border: 1px solid #D52C15;
}
/*.form-group .controls button.btn-info:active, 
.form-group .controls a.btn-info:active {
    background: transparent;
    color: #00529B;
    border-color: #00529B;
    box-shadow: none;
}*/
.icon-fb{
	background: url(../images/facebook-icon.png) no-repeat center center;
	width: 8px;
    display: inline-block;
    background-size: contain;
}
/*.icon-fb:hover{
	background: url(../images/facebook_hover.png) no-repeat left top;
	width: 19px;
    display: inline-block;
}*/
.icon-twitter{
	background: url(../images/X_Twitter_Logo.png) no-repeat center center;
    width: 16px;
    display: inline-block;
    background-size: contain;
}
/*.icon-twitter:hover{
	background: url(../images/twitter_hover.png) no-repeat left top;
	width: 28px;
    display: inline-block;
}*/
.icon-linkedIn, .icon-linkedInBg{
	background: url(../images/linkedin-icon.png) no-repeat center center;
	width: 15px;
    display: inline-block;
    background-size: contain;
}
/*.icon-linkedIn:hover{
	background: url(../images/linkedin_hover.png) no-repeat left top;
	width: 32px;
    display: inline-block;
}*/
.icon-linkedInf{
	background: url(../images/linkedin.png) no-repeat left top;
	width: 32px;
    display: inline-block;
}
.icon-linkedInf:hover{
	background: url(../images/linkedin_hover.png) no-repeat left top;
	width: 32px;
    display: inline-block;
}
.icon-instag{
	background: url(../images/insta-icon.png) no-repeat center center;
	width: 15px;
    display: inline-block;
    background-size: contain;
}
/*.icon-instag:hover{
	background: url(../images/instag_hover.png) no-repeat left top;
	width: 29px;
    display: inline-block;
}*/
.icon-youtubeIcon{
	background: url(../images/youtube.png) no-repeat left 5px;
	width: 28px;
    display: inline-block;
}
.icon-youtubeIcon:hover{
	background: url(../images/youtube_hover.png) no-repeat left 5px;
	width: 28px;
    display: inline-block;
}
.icon-rssIcon{
	background: url(../images/rss.png) no-repeat left top;
	width: 29px;
    display: inline-block;
}
.icon-rssIcon:hover{
	background: url(../images/rss_hover.png) no-repeat left top;
	width: 29px;
    display: inline-block;
}
section#bodyWrapper.mfaWrapper {
    padding-top: 30px;
}

.mfaWrapper h1.mainHeading.afterSetup {
	font-size:26px;
    padding-top: 0px;
	margin-bottom: 20px;
}
#topHeader .container.mfaWrapper, #footerBox .container.mfaWrapper{
	height: auto;
}
.fontsize18px {
    font-size: 20px;
}
.otpSubHead p{
	margin-bottom:20px;
}
#bodyWrapper #otpContainer{
	width: 370px;
    margin: 0 auto;
}
#bodyWrapper #otpContainer p {
    font-weight: bold;
    text-align: left;
}
#otpContainer .otpFieldsWrapper input{
	font-size: 30px;
	border: none;
    border-bottom: 3px solid #333;
	width: 50px;
    height: 50px;
	font-weight: normal;
}
button.btn-info.blueBtn.boxBtn {
    padding: 10px 20px!important;
    border: 2px solid #00529b!important;
    color: #00529b!important;
    text-decoration: none!important;
    font-weight: 600!important;
    background: #fff;
}
#otpContainer .otpFieldsWrapper{
	text-align: left;
}
#otpContainer #otpNotNull {
    text-align: left;
}
#bodyWrapper #otpMainWrapper #signInContainer button.btn-info:active,
#bodyWrapper #otpMainWrapper #signInContainer button.btn-info:focus{
	background: none;
}
/* 2023 */
.bannerLogoImg{
	width:180px;
}
.awardWrapper{
	font-size:14px;
	display: flex;
	margin:30px 0px;
}
.appDownloadLinks{
	display: flex;
	justify-content:right;
}
.awardWrapper > p, .appDownloadLinks > div{
	margin-left:15px;
}
.awardWrapper .awardImg{
	margin-right: 16px
}
.awardWrapper .awardImg img{
	width: 60px;
}
.adressWrapper p{
	margin-bottom:2rem;
}
.forbesImg{
	width:170px;
}

.appStoreIcon img{
	width:120px;
}
.gplayIcon img{
	width:135px;
}
.socialIconList a{
	opacity:1;
}
.transpBg{
	width: 32px;
    height: 32px;
    background: #FFF;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    border-radius: 29px;
}
#footerBox .socialIconList li:last-child a {
    padding: 5px 12px;
}
#mainContentWrapper{
	box-shadow: 0px 1px 4px rgba(0, 16, 32, 0.5);
	border-radius: 8px;
	display:flex;
	justify-content: center;
	margin: 40px 0px 150px 0px;
	background: #FFF;
}
#mainContentWrapper .leftBannerSec{
	background:#012F5D url(../images/memberSideNavLogo.png) no-repeat left top;
	background-size: cover;
	/*width:380px;*/
	min-height:900px;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	box-shadow: 0px 1px 4px rgba(0, 16, 32, 0.5);
	position: relative;
}
#mainContentWrapper .rightFormSec{
	width:350px;
	margin:0 auto;
}
.fuLink{
	display:inline-block;
}
button.btn-info, a.btn-info, button.btn-info:hover, a.btn-info:hover,
button.btn-info:focus, button.btn-info:active, .btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
    color: #FFF;
	text-transform:none;
	border-radius:4px;
	background-color: #00468C;
	border:none;
	margin-bottom:25px;
}
.leftBannerSec .bannerLogo {
    padding: 56px 0px 0px 33px;
}
.errorMsgIcon{
	width:20px;
	margin-right: 10px;
	margin-top:5px;
	vertical-align:top;
}
.fieldErrorIcon{
	width:13px;
	margin-right:5px;
}
#mainContentWrapper .leftBannerSec h2,
#mainContentWrapper .leftBannerSec .bannerHead{
	font-size: 24px;
    font-weight: 700;
    color: #FFF;
	margin-bottom:16px;
	opacity: unset;
}
#mainContentWrapper .leftBannerSec p{
	color:#FFF;
	opacity:0.8;
}
#mainContentWrapper .leftBannerSec .bannerTxt{
	position: absolute;
    bottom: 5.89%;
    left: 7%;
}
.hidden{
	display:none;
}
#pwd_item {
	position:relative;
}
.eyeIconWrapper{
	color: #333;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
    position: absolute;
    top: 45px;
    right: 0;
}
.control-group .pwdIcon {
    font-size: 18px;
    cursor: pointer;
}
.hideTxt{
	background: url(../images/showTxtIcon.png) no-repeat left top;
    width: 25px;
	height: 25px;
    display: inline-block;
	background-size:cover;
}
.showTxt{
	background: url(../images/hideTxtIcon.png) no-repeat left top;
    width: 25px;
	height: 25px;
    display: inline-block;
	background-size:cover;
}
#userName_item {
    margin-bottom: 10px;
}
.copyrightWrapper p{
	margin-top:5px;
}
.acctLockedContainer .panel.panel-default {
    border: none;
}
.acctLockedContainer .panel .btn.btn-info{
	width:350px;
	margin: 0 auto;
}
.control-group .checkbox label {
    padding-left: 5px;
    vertical-align: top;
	position:relative;
}
.checkbox input[type="checkbox"] {
    position: absolute;
	opacity:0;
    margin-left: 0px;
}
button.btn.btn-default.blueBdrBtn:focus,
.control-group .checkbox input[type=checkbox]:focus + .cr, a:focus {
  outline: 1px solid #00C2FF;
}
#pwd_item input::-ms-reveal, #pwd_item input::-ms-clear{
	display:none;
}
.form-control:focus{
	box-shadow:none;
	outline:1px solid #00468C;
}
.btn-info.focus, .btn-info:focus{
	box-shadow:none;
	outline:2px solid #000 !important;
}
.controls .btn-info.disabled, .controls .btn-info:disabled {
    color: #090A0B;
    background: #CCC;
}
/* 2023 */
/* Self Unlock */
.center-box{
	width:60%;
	border:1px solid #CCC;
	border-radius:10px;
	margin:0 auto;
	min-height:200px;
	background: #FFF;
}
.grey-bg{
	background: #f8f9fb;
	border:none;
}
.center-img{
	width:120px;
}
.center-box h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #090A0B;
}
.center-box p{
	color:#3C3D3E;
}
.btnWrapper button{
	height: 56px;
	min-width:168px;
}
.btn.btn-info.transparentBtn, .btn.btn-info.transparentBtn:active{
	background: none;
    border: 1px solid #00468C;
    border-radius: 4px;
    color: #00468C;	
}
.center-box .innerContent{
	width: 60%;
    margin: 0 auto;
}

.btnWrapper.centerBoxLinks a {
    height: 56px;
    min-width: 168px;
    vertical-align: middle;
    padding: 1em 1.4em;
    font-weight: bold;
    font-size: 1em;
    font-weight: bold;
}
.btn.btn-info.transparentBtn:focus,.btnWrapper.centerBoxLinks a:focus {
    outline: #0070e0 solid 3px !important;
    outline-offset: 0.063rem;
}
#topHeader a:focus {
    outline: 2px solid #00468c;
}
/* Self Unlock */
@media only screen and (max-width: 767px) {
	.loginWrapper .panel.panel-default {
		width: 100%;
	}
	#footerBox .footer-menu {
		padding: 0px;
	}
	.container.loginWrapper,#footerBox .container{
		padding-left:15px;
		padding-right:15px;
	}
	#error_item {
		width: 100%;
		padding: 15px;
	}
	.languagesList {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	.footer-menu-bottom ul li {
		margin-bottom: 15px;
		width: 100%;
	}
	.footer-logo-content .footer-desc {
		margin-left: 0px;
	}
	.socialIcons {
		margin: 40px 0px;
		/*padding-left: 15px;*/
	}
	#error_item > span {
		width: 82%;
	}
	.mfaWrapper h1.mainHeading.afterSetup {
		padding-top: 20px;
	}
	#mainContentWrapper {
		box-shadow: none;
	}
	.loginWrapper h1 {
		font-size:32px;
		margin-top: 40px;
	}
	#topHeader {
		text-align:center;
		box-shadow: none;
	}
	.appDownloadLinks {
		justify-content: left;
	}
	.appDownloadLinks > div {
		margin-left: 0px;
	}
	.acctLockedContainer .panel .btn.btn-info, #mainContentWrapper .rightFormSec{
		width:100%;
	}
	div#maintenanceWrapper {
		width: 95%;
	}
	.center-box, .center-box .innerContent {
		width: 100%;
	}
	.btnWrapper.centerBoxLinks a{
		min-width: 140px;
	}
}
@media screen and (min-width: 768px) and (max-width:991px) {
	.loginWrapper .panel.panel-default {
		width: 100%;
	}
	#mainContentWrapper .leftBannerSec{
		background-size: contain;
	}
}