/* 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 */

/* Please only amend on this section  */
@font-face {
    font-family: 'Montserrat';
    src: url('/Assets/fonts/MontserratRegular.eot');
    src: url('/Assets/fonts/MontserratRegular.eot?#iefix') format('embedded-opentype'),
         url('/Assets/fonts/MontserratRegular.woff2') format('woff2'),
         url('/Assets/fonts/MontserratRegular.woff') format('woff'),
         url('/Assets/fonts/MontserratRegular.ttf') format('truetype'),
         url('/Assets/fonts/MontserratRegular.svg#MontserratRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/Assets/fonts/MontserratSemiBold.eot');
    src: url('/Assets/fonts/MontserratSemiBold.eot?#iefix') format('embedded-opentype'),
         url('/Assets/fonts/MontserratSemiBold.woff2') format('woff2'),
         url('/Assets/fonts/MontserratSemiBold.woff') format('woff'),
         url('/Assets/fonts/MontserratSemiBold.ttf') format('truetype'),
         url('/Assets/fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
    font-weight:600;
    font-style: normal;
}


h1 {
	font:400 40px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 40px;
	color:#3b94b7;
	letter-spacing:0.02em;
    padding:0 0 30px 0;
    margin:0;
	}


a {
    color:#3b94b7;
    text-decoration: none;
}
a:hover {
    color:#000000;
    text-decoration: underline;
}

.link-ResetPassword{
	color:#3b94b7 !important; 
    font-weight:400!important;
    font-size:18px;
	}
	
.link-ResetPassword:hover{
	color:#000000 !important;
	}
	
.link-email{
	color:#3b94b7!important;
    font-weight:400!important;
	}
	
.link-email:hover{
	color:#000000 !important;
    text-decoration: underline;
	}


/* ----------------------------------  */


body {
	font:400 14px  "Montserrat", Arial, Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#686868;
	background:#fffffff;
	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%;
    height:100%;
    min-height:900px;
	position:relative;
    padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.w800 .container-fluid,
.w600 .container-fluid{
    min-height:100%;

}


.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;
}

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*/

.background{
    width:100%;
    height:100%;
    background:url('/Assets/images/login-background.jpg') center center no-repeat;
    position: relative;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    min-height:900px;
}

.background:before{
    content:'';
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%221920%22%20height%3D%22954%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23prefix__clip0_75_23245%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2351.91%20237.689l-852.66-492.288L1352.25%200H0v954h801.461l-.689%201.194%20852.668%20492.286%2010.79-18.7L841.885%20954h136.628l719.877%20415.62%2016.46-28.51L1044.35%20954h109.29l588.53%20339.79%2020.98-36.33L1237.53%20954h81.97l464.14%20267.97%2030.74-53.25L1442.47%20954h54.66l330.91%20191.06%2046.45-80.46L1682.93%20954h27.3l171.09%2098.78%2054.86-95.016-16.18-9.339v-7.881l19.59%2011.31%20412.32-714.165zM1920%20948.425l-836.49-482.948-54.86%2095.015L1710.23%20954H1920v-5.575zM1682.93%20954l-661.1-381.686-46.453%2080.454L1497.13%20954h185.8zm-240.46%200L961.712%20676.436l-30.743%2053.248L1319.5%20954h122.97zm-204.94%200L910.479%20765.174%20889.506%20801.5%201153.64%20954h83.89zm-193.18%200L862.184%20848.824l-16.46%2028.51L978.513%20954h65.837zm-202.465%200l-30.318-17.504L801.461%20954h40.424zM1920%20940.544l-833.08-480.978L1352.25%200H1920v940.544zm-307.55%20577.926l-852.666-492.28-6.215%2010.76%20852.671%20492.29%206.21-10.77zm-906.694-398.7l852.664%20492.28-2.6%204.51-852.663-492.29%202.599-4.5z%22%20fill%3D%22rgba%28255%2C255%2C255%2C1%29%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22prefix__clip0_75_23245%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h1920v954H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E);
opacity: 1;
transform: scale(-1, 1);
mix-blend-mode: normal;
    position: absolute;
top: 0;
left: 0;
z-index: 5;
min-height: 100%;
min-width: 100%;
background-size: cover;
background-position: center;
}

.w1200 .background:before{
  left: -50px;;  
}

.w1024 .background:before{
  left: -130px;;  
}

.background:after{
    content:'';
    top:0; 
    right:0;
    width:200px;
    height:100%;
    background:#ffffff;
    z-index: 5;
    display:block;
    position:absolute;
}
.w768 .background:after,
.w600 .background:after{
    display:none;
}

.w800 .background,
.w600 .background{
    height:240px;
    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: flex-end;
    align-items: center;
    min-height: 0;
}

.w800 .background{
    height:360px;
}

.w600 .background{
    height:240px;
}


.wrapper{
	width:100%;
    max-width:1168px;
	position:absolute;
    top:0;
    left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50);
    z-index: 20;
    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: flex-end;
	}
.w800 .wrapper,
.w600 .wrapper{
    position: relative;
    justify-content: flex-start;
}

	
/* Login Box */

	
.logo{
	max-width:300px;
	width:100%;
	display:block;
    position: relative;
	padding-bottom:50px;
    z-index: 20;
	}

.logo img{
    width:100%;
    display:block;
}
.w800 .login-box .logo,
.w600 .login-box .logo{
    display:none;
    
}

.background .logo{
    display:none;
    margin-right:20px;
     padding-bottom:0;
}

.w800 .background .logo{
    display:block;
   
}

.w600 .background .logo{
    max-width:40%;
    display:block;
   
}

.login-box{
	width:100%;
	max-width:440px;
    padding:12vh 20px 20px 20px;
	}

.w800 .login-box{
    padding-top:40px;
    max-width:600px;
}

.w600 .login-box{
    padding-top:20px;
}

.login-box h2{		
	font:600 16px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 22px;
	padding:0 0 20px 0;
	margin:0;
    display: block;
	}

.w800 .login-box h2,
.w600 .login-box h2{
	width:100%;
	padding:0 0 10px 0;
	}

.login-box h3{
	font:600 16px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 22px;
	width:100%;
    padding-bottom: 20px;
}

.login-box div p{
 	font:600 16px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 22px;
    width: 100%;
margin: 0 auto;
}

.login-box div p span{
    display:inline;
}


/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}
		
.login-box-L {
    color: #ffffff;
    width: 275px;
	display:inline-block;
    padding-bottom:18px;
    margin-right:14px;
}


.w800 .login-box-L {
	width:60%;
	}


.w600 .login-box-L {
	width:100%;
    margin-right:0;
    padding-bottom:5px;
	}
	
/*Login Page*/

.form{
	width:100%;
	margin:0 auto;
	}


.form-holder{
	width:100%;
	display:block;
    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;
	}


.form .form-row{
	width:100%;
	margin:0 0 10px 0;
     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;
    align-items:center;
	}

.w600 .form .form-row{
	width:100%;
    max-width:360px;
	display:block;
	margin:0 0 10px 0;
	}
	
.form label{
	display:inline-block;
	font-size:13px;
	padding:0 10px 0 0;
	vertical-align:middle;
	color:#ffffff;
	width:100px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.w800 .form label,	
.w600 .form label{
	width:100%;
	padding:0 0 5px 0;
	}
	
.login-btn{
	display:inline-block;
	width:110px;
	margin:0;
	}
.w600 .login-btn{
    margin-bottom:10px;
}

.forgot-password{
    width:100%;
	display:block;
	font-size:14px;
	color:#a7a9ad;
	line-height:22px;
	}

.link-login{
	color:#3b94b7 !important;
	}

.link-login:hover{
	color:#000000 !important;
	}
	
.text-input{
	width:100%;
	max-width:280px;
	color:#194965;
	border:1px solid #e8e8ea;
	background:#ffffff;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	padding:9px 20px 10px 20px;
	}
.w800 .text-input,	
.w600 .text-input{
	width:100%;
	margin:0;
	max-width:none;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #ededed;
  
}
	
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	color:#fff;
}
	
.btn-send{
    width:100%;
	padding:12px 20px;
	background:#3b94b7;
	color:#ffffff;
	border:0;
	font:600 14px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-transform: uppercase;
    -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:#000000;
	}

	
/* Footer */	
.footer{
	width:100%;
    max-width: 1168px;
    position: absolute;
    z-index: 20;
    margin:0 auto;
    bottom:40px;
    left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50);
    padding-top:0!important;
	}
.w800 .footer,
.w600 .footer{
    padding-top:30px!important;
    position:relative;
    bottom:auto;
    left:auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
	
.footer-bg{
    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: flex-end;
	}
.w800 .footer-bg,
.w600 .footer-bg{
  justify-content: flex-start;  
}

.footer-c{
	width:100%;
	max-width: 440px;
    padding:0 20px;
	color:#8c897d;
    font:400 14px "Montserrat", Arial, Helvetica, sans-serif;
	}


.copyright{
    width:100%;
	display:block;
    padding-bottom:10px;
	}

	
.poweredby a{
	color:#3b94b7;
    font-weight:normal!important;
	}
	
.poweredby a:hover{
    color:#000000;
	text-decoration:underline;
	}
	
.poweredby{
	width:100%;
	display:block;
    color:#3b94b7;
	}

	
.poweredby img{
	margin-left:8px;
	vertical-align:middle;
	}

.w800 .copyright,	
.w600 .copyright,
.w800 .poweredby,
.w600 .poweredby{
	width:100%;
	display:block;
	text-align:left;
	}

/* fix error messages */
.errorMessage {
	display:none;
}
.errormsg {
  padding:0 0 15px 0 !important;
  margin: 0 !important;
  font-size: 14px;
   font-weight:600;
  color: #ff0000;
  width:100%!important;
 }
 
.w800 .errormsg,
.w600 .errormsg,
.w800 .statusmsg,
.w600 .statusmsg{
	padding:0 0 15px 0!important;
	}
 
.statusmsg {
  width:100%!important;
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  font-size: 14px;
   font-weight:600;
  color: #ff0000;
 }


.statusmsg a{
  color:#ffffff;
    font-weight: normal!important;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none; 
}

.statusmsg a:hover{
    color:#a7a9ad;
    text-decoration: underline;   
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
	padding:0 0 20px 0;
	display:block;
    font:600 16px "Montserrat", Arial, Helvetica, sans-serif;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font:400 14px "Montserrat", Arial, Helvetica, sans-serif;
}

/*link with underline when hover*/

.forgot-password a,
.form-holder a{
    position:relative;
    text-decoration: none!important;
    -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);
}

.forgot-password a:hover,
.form-holder a:hover{
    color:#000000!important;
}

.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:275px;
    display: none; /* TURN ON - display:block; TURN OFF - display:none; */
    padding:20px 0 0 0;
    margin:20px 0 0 0;
    border-top:1px solid #c6c6c6;
}

.btn-create-account{
	width:100%;
	color:#ffffff!important;
	margin:0;
	border:0px solid #3b94b7;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;;
	position:relative;
	display:block;
	background:#3b94b7;
	font:600 14px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-transform: uppercase;
	padding: 12px 20px;
	-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:#000000;
	}
/*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:600 30px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 30px;
    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:#3b94b7;
    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 14px "Montserrat", Arial, 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{
	width:100%;
	color:#666666!important;
	background:#ffffff;
	padding:12px 15px;
	display:inline-block;
	vertical-align:middle;
   font:400 14px "Montserrat", Arial, Helvetica, sans-serif;
    border:1px solid #bebebe;
    -webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
    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:600 20px "Montserrat", Arial, Helvetica, sans-serif; 
    color:#333333;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin:0;
}
.createaccount-content h4{
  font:600 20px "Montserrat", Arial, Helvetica, sans-serif; 
    color:#333333;
    margin:0;
}
.createaccount-content p{
    padding:0;
    margin:0;
    font:400 16px "Montserrat", Arial, Helvetica, sans-serif;
}
.createaccount-content a{
    color:#3b94b7;
}
.createaccount-content a:hover{
    color:#000000;
}
.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:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	vertical-align: middle;
     font:normal 14px "Montserrat", 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:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	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: 12px 20px;
	color:#ffffff!important;
	border:0px solid #3b94b7;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	position:relative;
	display:inline-block;
	background:#3b94b7;
	font:600 14px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 14px;
	-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:#000000;
	text-decoration: none;
}
input[type="submit"].button-cancel, input[type="button"].button-cancel {
      width:auto;
	-webkit-appearance: none;
	padding: 12px 20px;
	border: 0px solid #686868;
	color: #ffffff!important;
	 -webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
    position: relative;
    background: #686868;
	font:600 14px "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 14px;
	display: inline-block;
	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:#000000;
	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;
    min-height: 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;
}
.w800 .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:14px;
    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);
}

#recaptcha-container .g-recaptcha {
    margin-top: 20px;
}
