/* normalize.css v8.0.1 | MIT License | git.io/normalize */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{box-sizing:content-box;color:inherit;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}table{border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
/* normalize.css end */

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSansRegular.eot');
    src: url('../fonts/WorkSansRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WorkSansRegular.woff2') format('woff2'),
         url('../fonts/WorkSansRegular.woff') format('woff'),
         url('../fonts/WorkSansRegular.ttf') format('truetype'),
         url('../fonts/WorkSansRegular.svg#WorkSansRegular') format('svg');
     font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSansMedium.eot');
    src: url('../fonts/WorkSansMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WorkSansMedium.woff2') format('woff2'),
         url('../fonts/WorkSansMedium.woff') format('woff'),
         url('../fonts/WorkSansMedium.ttf') format('truetype'),
         url('../fonts/WorkSansMedium.svg#WorkSansMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSansBold.eot');
    src: url('../fonts/WorkSansBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WorkSansBold.woff2') format('woff2'),
         url('../fonts/WorkSansBold.woff') format('woff'),
         url('../fonts/WorkSansBold.ttf') format('truetype'),
         url('../fonts/WorkSansBold.svg#WorkSansBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCond';
    src: url('../fonts/OpenSansCondBold.eot');
    src: url('../fonts/OpenSansCondBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSansCondBold.woff2') format('woff2'),
         url('../fonts/OpenSansCondBold.woff') format('woff'),
         url('../fonts/OpenSansCondBold.ttf') format('truetype'),
         url('f../onts/OpenSansCondBold.svg#OpenSansCondBold') format('svg');
     font-weight: 700;
    font-style: normal;
}


.link-ResetPassword{
	color:#ffffff!important;
	display:inline-block;
	margin:0 0 10px 0;
	font:700 18px "WorkSans", Arial, Helvetica, sans-serif;
    text-decoration: none;
	}

	
.links-email{
    font-family:"WorkSans", Arial, Helvetica, sans-serif;
    font-weight: 700!important;
	color:#ffffff!important;
    text-decoration: none;
	}

.errormsg{
	color:#fff200;
	}


/* ----------------------------------  */


body {
	font:400 18px "WorkSans", Arial, Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#ffffff;
	background:#ffffff;
	overflow-x:hidden;
	height:100%;
     margin:0;
}
html, body, .container-fluid {
	width:100%;
}
html {
	overflow-y: auto !important;
}
div, object, embed, a, input {
	outline:none;
}

.img-responsive {
	height:auto;
	width:100%;
	display:inline-block
}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.container-fluid {
	width: 100%;
	position:relative;
	height:100%;
	min-height:100%;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}


.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
hr {
	margin:15px 0;
}

.clearfloat {
	clear:both;
}

.sep {
	color:#d3edf4;
	background-color:#d3edf4;
	height:1px;
	border:none;
}



h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}


h1 {
	font:700 48px "WorkSans", Helvetica, Arial, sans-serif;
    line-height: 48px;
    padding-bottom:20px;
    color:#ffffff;
    display: block;
    text-transform: uppercase;
	} 


a{
	text-decoration:none;
	}

/*Animation*/

.ani-all-linear{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.ani-bg-linear{
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
	-moz-transition:background 0.5s linear;
	-ms-transition:background 0.5s linear;	
	}
	


/*Structure*/
.bgCover.bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
.bg{
	background:url('../images/login-background.jpg') center center no-repeat;
    position: relative;
	}


/* Main	Structure*/
.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
	
.header{
	width:100%;
	display:block;
    background:#f8f8fc;
    border-top:9px solid #1c355e;
	}

.header-container{
	width:calc(100% - 10vw - 10vw + 40px);
    margin:0 auto;
	position:relative;
    padding:39px 20px 38px 20px;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
	}

.w768 .header-container{
    width:100%;
    padding:30px 20px;
}

.w600 .header-container{
    width:100%;
    padding:30px 16px;
    flex-flow:column wrap;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
    justify-content:center;
}


.logo{
    width:100%;
	max-width:246px;
    display: inline-block;
	}

.logo img{
	display:block;
	width:100%;
	}
	
.w600 .logo{
    max-width:140px;
}

/* Login Box */


.login-box{
	width:calc(100% - 10vw - 10vw + 40px);
    margin:0 auto;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    padding:150px 20px 50px 20px;
	}

.w600 .login-box{
    padding:50px 16px;
}


.login-box h2 {
	font:400 20px "WorkSans", Arial, Helvetica, sans-serif;
    line-height: 26px;
	width:100%;
    padding-bottom: 20px;
}

.login-box h3{
	font:400 20px "WorkSans", Arial, Helvetica, sans-serif;
    line-height: 26px;
	width:100%;
    padding-bottom: 20px;
}

.login-box div p{
 	font:400 20px "WorkSans", Arial, Helvetica, sans-serif;
    line-height: 26px;
    width: 100%;
margin: 0 auto;
}

.login-box div p span{
    display:inline;
}

/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
    max-width: none;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}
	

/*Login Page*/

.form{
	display:block;
	width:100%;
    max-width:580px;
    margin:0 auto;
	position: relative;
    text-align: center;
	}

.form-container{
   
}

.form-holder{
	width:100%;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	}

.w600 .form-holder{
	width:100%;
    max-width:360px;
    margin:0 auto;
	}

.login-box-L{
    position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 18px;
    width:100%;
    
}	

.w600 .login-box-L{
    margin-bottom: 0;
}


.form label{
	display:block;
	width:100%;
	font:400 14px "WorkSans", Helvetica, sans-serif;
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	margin-right:20px;
    width: calc(100%/2 - 10px);
  width: -webkit-calc(100%/2 - 10px);
   width: -moz-calc(100%/2 - 10px);
	}

.form .form-row:nth-of-type(2){
    margin-right:0;
}


.w600 .form .form-row{
    width:100%;
    margin-right:0;
    margin-bottom: 13px;
}

.login-btn {
    width:100%;
    max-width:160px;
    margin:0 auto 25px auto;
}

.forgot-password{
    width:100%;
    margin:0 auto;
	display:block;
 	font:400 16px "WorkSans", Helvetica, sans-serif;
	line-height:24px;
	}


.forgot-password span{
    display:block;
}
.w768 .forgot-password span,
.w600 .forgot-password span{
    display:inline;
}


	
.text-input{
	width:100%;
	color:#333333!important;
    border:1px solid #e9eaec;
	background:#ffffff;
	padding:15px 15px;
	display:inline-block;
	vertical-align:middle;
	font:400 16px "WorkSans", Arial, Helvetica, sans-serif;
	opacity: 1;
    -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
	opacity: 1;
}

input:focus, 
textarea:focus, 
select:focus{
        outline: none;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#666666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#666666;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:#666666;
}

.text-input:focus {
    background:#e9eaec;
}

.btn-send{
	width:100%;
	color:#ffffff!important;
	margin:0;
	border:0px solid #006b5b;
	 -webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	position:relative;
	display:block;
	background:#006b5b;
	font:700 16px "OpenSansCond", Arial, Helvetica, sans-serif;
    line-height: 16px;
	padding:17px 0;
    text-transform: uppercase;
    letter-spacing: 0.025em;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
.btn-send:hover{
    background:#33897c;
	}


	
/* Footer */	
.footer{
	width:100%;
	}

	
.footer-bg{
	position:relative;
    background:#ffffff;
	}


.footer-c{
    width: calc(100% - 10vw - 10vw + 40px);
    margin:0 auto;
	padding:40px 20px;
	font:500 16px "WorkSans", Arial, Helvetica, sans-serif;
	color:#5c6770;
    text-align: right;
	}

.w768 .footer-c{
    width:100%;
}

.w600 .footer-c{
    padding:30px 16px;
    text-align: center;
}

.copyright{
	display:inline-block;
	position:relative;
	}
	
.poweredby{
	display:inline-block;
	position:relative;
	}

.w600 .poweredby{
    display:block;
    padding-left:0;
    padding-top:10px;
}

.poweredby a{
	color:#006b5b!important;
	font-weight:500!important;
    text-decoration: none!important;
	}
	
.poweredby a:hover{
	text-decoration:underline!important;
	}

	
.w600 .copyright{
	width:100%;
	display:block;
	padding:0 0 5px 0;
	}

.w600 .poweredby{
	width:100%;
	display:block;
	padding:0;	
	}


/*Session Expired*/
.link-login{
	color:#ffffff !important;
 font-weight: 700!important;
	 text-decoration:none!important;
    font-family: "WorkSans", Helvetica, sans-serif;
	}
	
.link-login:hover{
    text-decoration:none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#fff200;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#fff200;
  padding:0 0 10px 0;
 }

.statusmsg a{
	color:#ffffff!important;
    font-weight: 700!important;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: none; 
     font-family: "WorkSans", Helvetica, sans-serif;
}

.statusmsg a:hover{
    color:#ffffff!important;
}

 /*Reset Password warning*/
.reset-warning{
	margin:0 auto 20px auto;
	display:block;
    font:400 20px "WorkSans", Arial, Helvetica, sans-serif;
    line-height: 26px;
	}


.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	font-size:16px;
    
	}

.reset-warning ul li{
    padding:0 0 2px 0;
    list-style: disc;
     list-style-position:inside;
}

/*link with underline when hover*/

.forgot-password a,
.form-holder a{
    position:relative;
    text-decoration: none;
}

.forgot-password a:hover,
.form-holder a:hover{
    
}

.forgot-password a:after,
.form-holder a:after{
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 0;
    background: currentcolor;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	left:0;
	 bottom: -1px;
}

.forgot-password a:hover:after,
.form-holder a:hover:after{
    width: 100%;
}



/*Create Account*/
.login-account{
    width:100%;
    max-width:200px;
    display: none; /* TURN ON - display:inline-block; TURN OFF - display:none; */
    padding:0;
    margin:0 ;
}

.w600 .login-account{
    margin-top:30px;
}

.btn-create-account{
	width:100%;
	color:#006b5b!important;
	margin:0;
	border:2px solid #006b5b;
	 -webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	position:relative;
	display:block;
	background:none;
	font:700 16px "OpenSansCond", Arial, Helvetica, sans-serif;
    line-height: 16px;
	padding:17px 0;
    text-transform: uppercase;
    letter-spacing: 0.025em;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}
.btn-create-account:hover{
     background:#006b5b;;
    color:#ffffff!important;
	}
/*Popup General*/
.popup-general{
    width:100%;
    display: block;
    max-width:700px;
    background:#ffffff;
    padding:30px 50px;
    position: relative;
	border:0px solid #cccccc;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.w600 .popup-general{
    padding:0;
}
.popup-general .title{
  font:700 30px "WorkSans", Helvetica, Arial, sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    color:#ffffff;
    letter-spacing: 0;
    position: relative;
       width: 100%;
    display: block;
    padding:0 0 15px 0;
}
.popup-general .close-button_holder{
    position: absolute;
    top:26px;
    right:30px;
    width:32px;
    height:32px;
    display: block;
    z-index: 5;
}
.w600 .popup-general .close-button_holder{
    top:25px;
    right:20px;
}
.popup-general .close-button {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background:#535d65;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.popup-general .close-button:hover{
    background:#535d65;
}
.popup-general .close-button:before, 
.popup-general .close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  display: block;
  height: 2px;
  width: 16px;
  background-color: #ffffff;
  transition: all 0.25s ease-out;
}
.popup-general .close-button:after {
  transform: rotate(-135deg);
}
.popup-general .close-button:hover:before{
  transform: rotate(45deg);
} 
.popup-general .close-button:hover:after {
  transform: rotate(135deg);
}
.popup-general .content{
    display:block;
    width:100%;
    position: relative;
}
.popup-createaccount{
    max-width:980px;
    padding:0;
}
.createaccount-header{
    width:100%;
    display: block;
    background:#1c355e;
    padding:30px 50px;
}
.w600 .createaccount-header{
    padding:30px 20px;
}
.popup-createaccount .title{
    padding-bottom: 0;
}
.createaccount-content{
    width:100%;
    display: block;
    position: relative;
     padding:60px 50px;
     font:400 16px "WorkSans", Helvetica, sans-serif;
    color:#4d4d4d;
    min-height: 550px;
}
.w600 .createaccount-content{
    padding:50px 20px;
}
.createaccount-content .createaccount-holder{
    min-height: 420px;
}
.createaccount-content .createaccount-holder-btn{
    width:100%;
    display: block;
}
.createaccount-content .form-holder-pop{
    max-width:250px;
    margin:0;
}
.createaccount-content .form-holder-pop .form-row{
    margin-bottom: 10px;
    position: relative;
    width:100%;
}
.createaccount-content .form-holder-pop .form-row .text-input,
.createaccount-verification .form-holder .form-row .text-input{
	width:100%;
	color:#666666!important;
	background:#ffffff;
	padding:12px 15px;
	display:inline-block;
	vertical-align:middle;
   font:400 16px "WorkSans", Arial, Helvetica, sans-serif;
    border:1px solid #bebebe!important;
     -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
    text-transform: none;
	}
.w600 .createaccount-content .form-holder-pop .form-row .text-input{
	width:100%;
	margin:0;
	}
.createaccount-content .form-holder-pop .form-row .text-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.createaccount-content .form-holder-pop .form-row .text-input::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
    opacity: 1;
}
.createaccount-content .form-holder-pop .form-row .text-input:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.createaccount-content .form-holder-pop .form-row .text-input:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}
.createaccount-content h3{
  font:700 20px "WorkSans", Arial, Helvetica, sans-serif; 
    color:#00619e;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.createaccount-content h4{
  font:400 18px "WorkSans", Arial, Helvetica, sans-serif; 
    color:#5c6770;
}
.createaccount-content p{
    padding:0;
    margin:0;
    font:400 18px "WorkSans", Helvetica, sans-serif;
}
.createaccount-content a{
    color:#006b5b;
}
.createaccount-content a:hover{
    text-decoration: underline;
}
.dropdown-holder{
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
	display: inline-block;
	width:100%;
    padding:14px 15px;
	text-align:left;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
	border:1px solid #cfcfcf;
    -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	vertical-align: middle;
     font:400 18px "WorkSans", Arial, Helvetica, sans-serif;
}
.dropdown-holder > span {
	color:#666666;
	width:90%;
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis;
}
.dropdown-holder:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #001f3b transparent;
    z-index:11;
}
.dropdown-holder .dropdown{
  /* Size & position */
    position: absolute;
    z-index:10;
    top:-17px;
    left: -1px;
    right: 0px;
	border:1px solid #d4d4d4;
	margin-right:-1px;
	 -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding-left:0;
    /* Styles */
    background:#fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.dropdown-holder .dropdown li {
	margin: 0;
	padding:1px 0 0 0;
}
.dropdown-holder .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.w600 .dropdown-holder .dropdown li a{
	padding: 10px 10px 10px 15px;
}
.dropdown-holder .dropdown li:nth-child(1) a { 
    border-left-color: #00ACED;
}
.dropdown-holder .dropdown li:nth-child(2) a {
    border-left-color: #4183C4;
}
.dropdown-holder .dropdown li:nth-child(3) a {
    border-left-color: #3B5998;
}
.dropdown-holder .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
/* Hover state */
.notouch .dropdown-holder .dropdown li:hover a{
	background:rgba(0,0,0,0.1);
}
/* Active state */
.dropdown-holder.active:after {
    border-width: 0 6px 6px 6px;
}
.dropdown-holder.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
/*Toggle eye password*/
.toggle-pass{
    position:absolute;
    display: block;
    cursor: pointer;
    width:17px;
    height:10px;
    right:15px;
    top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ico-eye-off{
    background-size:17px auto;
    background-repeat: no-repeat;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 28.18'%3E%3Cpath d='M50 13.67c-14.36 19.35-35.64 19.35-50 0 16.15-18.23 33.85-18.23 50 0zm-5.13.23C32.22.65 17.71.65 5.06 13.9c11.23 13.76 28.65 13.76 39.81 0z' fill='%23777777'/%3E%3Cpath d='M25 8.82c2.92 0 5.29 2.37 5.29 5.29 0 2.87-2.37 5.24-5.29 5.24s-5.29-2.37-5.29-5.24c0-2.92 2.37-5.29 5.29-5.29z' fill-rule='evenodd' clip-rule='evenodd' fill='%235e5e5e'/%3E%3C/svg%3E"); 
}
.ico-eye-on{
    background-size:17px auto;
    background-repeat: no-repeat;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 28.18'%3E%3Cpath d='M50 13.67c-14.36 19.35-35.64 19.35-50 0 16.15-18.23 33.85-18.23 50 0zm-5.13.23C32.22.65 17.71.65 5.06 13.9c11.23 13.76 28.65 13.76 39.81 0z' fill='%23007bc3'/%3E%3Cpath d='M25 8.82c2.92 0 5.29 2.37 5.29 5.29 0 2.87-2.37 5.24-5.29 5.24s-5.29-2.37-5.29-5.24c0-2.92 2.37-5.29 5.29-5.29z' fill-rule='evenodd' clip-rule='evenodd' fill='%235e5e5e'/%3E%3C/svg%3E");
}
.createaccount-holder-btn input{
    margin-right:10px;
}
input[type="submit"].button-submit, input[type="button"].button-submit {
     width:auto;
	-webkit-appearance: none;
    padding: 17px 40px;
	color:#ffffff!important;
	border:0px solid #006b5b;
	 -webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	position:relative;
	display:inline-block;
	background:#006b5b;
	font:700 16px "OpenSansCond", Arial, Helvetica, sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	
}
.notouch input[type="submit"].button-submit:hover, .notouch input[type="button"].button-submit:hover {
	background:#33897c;
	text-decoration: none;
}
input[type="submit"].button-cancel, input[type="button"].button-cancel {
      width:auto;
	-webkit-appearance: none;
	padding: 17px 40px;
	border: 0px solid #646464;
	color: #ffffff!important;
	 -webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
    position: relative;
    display: inline-block;
    background: #646464;
	font:700 16px "OpenSansCond", Arial, Helvetica, sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
	text-decoration: none;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.notouch input[type="submit"].button-cancel:hover, .notouch input[type="button"].button-cancel:hover {
	background:#5c6770;
	text-decoration: none;
}
/**/
.createaccount-confirm_identity{
    border-bottom:1px solid #cecece;
    padding-bottom: 50px;
}
.createaccount-confirm_identity p{
    padding-bottom:30px;
}
.createaccount-verification{
    padding-top: 50px;
}

.createaccount-verification .form-holder{
      display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	 flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
    margin:0;
    padding:0;
}

.form-checkbox{
    text-align: left;
    padding-left:10px;
    align-self:center;
}
.legaldisclaimer-scroller{
    width:100%;
    display: block;
    padding-right:15px;
    overflow-y: scroll;
    height:500px;
    scrollbar-color: #b2b2b2 white;
    scrollbar-width: thin;
    margin-bottom: 30px;
}
.legaldisclaimer-scroller::-webkit-scrollbar {
  width: 7.5px;
}
.legaldisclaimer-scroller::-webkit-scrollbar-track {
  background: white;
}
.legaldisclaimer-scroller::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-right: 1px solid white;
}
.w768 .legaldisclaimer-scroller{
    overflow-y: scroll;
    height:700px;
}
.w600 .legaldisclaimer-scroller{
    overflow-y: scroll;
    height:350px;
}
.alert{
	color:#ff0000;
	position:absolute;
	left:105%;
	text-transform:uppercase;
	text-align:left;
	width:400px;
    font-size:14px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.w600 .alert {
	position:relative;
	left:0;
	top:0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding:5px 0 0 15px;
    text-align: left;
}
.fancybox-stage.nopadding .fancybox-slide {
	padding: 0;
}
.recaptcha-holder{
    font-size:15px;
    padding-top:30px;
}

.text-red
{
	    color: #ff0000;
    position: absolute;
    top: 15px;
    left: 105%;
    text-transform: uppercase;
    width:100%;
}

.error-red
{
	color: red;
    position: absolute;
    top: 15px;
    left: -204px;
    /* text-transform: uppercase; */
    width: 100%;
}



.scroll-gradient{
  position:relative;  
	width:100%;
	max-width:870px;
}

.scroll-gradient:after{
 content:'';
width:100%;
height:200px;
position:absolute;
display:block;
bottom:30px;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}