@import url("normalize.css");
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('../fonts/PlayfairDisplayRegular.eot');
    src: url('../fonts/PlayfairDisplayRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayRegular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayRegular.woff') format('woff'),
         url('../fonts/PlayfairDisplayRegular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
}



	
.link-ResetPassword{
	color:#ffffff!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 18px "open_sansregular", Arial, Helvetica, sans-serif!important; /* Amend this font size */ 
	}
	
.link-ResetPassword:hover{
	color:#fcb729!important;
    text-decoration: none; 
	}
	
.links-email{
	color:#ffffff!important;
	font-weight:normal!important;
	}
	
.links-email:hover{
	color:#fcb729!important;
    text-decoration: none;  
	}
	
.login-box{
	background:rgba(0, 0, 0, 0); /* Can amend this background color for login box */

	}

.errormsg{
	color:#ff0c00;
	}


/* ----------------------------------  */


body {
	font:normal 14px "open_sansregular", Arial, Helvetica, sans-serif; 
	line-height: 1.42857143;
	color:#000000;
	background:#ffffff;
	overflow-x:hidden;
	height:100%;
}
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:normal 80px  "PlayfairDisplayRegular", Georgia, Times New Roman, Times, serif; /* Amend this font size */ 
	line-height:80px;
	color:#ffffff; /* Amend this font color*/
	text-align:center;
	letter-spacing:0.04em;
	padding:0 0 30px 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	} 
.w768 h1{
	font-size:60px;
	line-height:60px;
	}
.w600 h1{
	font-size:40px;
	line-height:40px;
	}

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*/

/* Main	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) left top no-repeat;
	}

.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	display:block;
	margin-bottom:100px;
	}

.w768 .header{
	margin-bottom:70px;	
	}
	
.w600 .header{
	margin-bottom:35px;	
	}

.header-container{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:0;
	}

.logo{
	width:228px;
	display:block;
	}

.logo img{
	display:block;
	}
.w768 .logo,	
.w600 .logo{
	width:165px;
	}


/* Login Box */


.login-box{
	width:100%;
	max-width:525px;
	margin:0 auto;
	padding:0;
	}

.w970 .login-box{
	margin:0 auto;
	width:100%;
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	}	

.w600 .login-box{
	width:90%;
	padding:25px 5%;
	}
	

.login-box h2 {
	font:normal 20px "open_sansregular", Arial, Helvetica, sans-serif; 
	line-height:1.35em;
	padding:0 0 20px 0;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}

	
.form-holder{
	width:100%;
	max-width:550px;
	margin:0 auto;
	text-align:center;
	}
	

	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
	}

.form label{
	display:block;
	width:100%;
	font:normal 14px "open_sansregular", Arial, Helvetica, sans-serif; 
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	width: calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	display:inline-block;
	margin:0 5px 6px 5px;
	}
	
.w600 .form .form-row{
	width:100%;
	display:block;
	max-width:300px;
	margin:0 auto 15px auto;
	}
	
.login-btn {
    display:block;
    width: 100%;
	padding:15px 0 10px 0;
	
}
	
.w600 .login-btn{
	padding:15px 0;
	width:100%;	
	}


.forgot-password{
	display:block;
	margin:0 auto;
	font:normal 14px "open_sansregular", Arial, Helvetica, sans-serif;
	line-height:20px;
	max-width:390px;
	width:100%;
	color:#ffffff;
	text-align:center;
	}

	
.text-input{
	width:100%;
	color:#666666!important;
	border:1px solid #6e6e6e;
	background:#ffffff;
	padding:16px 10px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font:normal 14px "open_sansregular", Arial, Helvetica, sans-serif; 
	}
	
.w600 .text-input{
	width:100%;
	margin:0;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #f5f5f5;
  
}
	

.btn-send{
	width:155px;
	color:#ffffff!important;
	margin:0 auto;
	border:0px solid #0d76b7;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	position:relative;
	display:block;
	background:#1866a9;
	font:normal 20px "open_sansregular", Arial, Helvetica, sans-serif!important;
	letter-spacing:0.05em;
	padding:12px 0;
	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;
	color:#ffffff!important;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;
	}

	
.footer-bg{
	width:100%;
	background:#333333;
	position:relative;
	}


.footer-c{
	width:100%;
	max-width:700px;
	margin:0 auto;
	padding:20px;
	font:normal 14px "open_sansregular", Arial, Helvetica, sans-serif; 
	color:#ffffff;
	text-align:center;
	}
.w600 .footer-c{
	padding:20px 25px;
	}

.copyright{
	display:inline-block;
	text-align:left;
	vertical-align:text-top;
	padding-right:40px;
	}

	
.poweredby a{
	color:#ffffff!important;
	font-weight:normal!important;
	}
	
.poweredby a:hover{
	text-decoration:underline;
	}
	
.poweredby{
	display:inline-block;
	vertical-align:text-top;
	text-align:right;
	}


.w600 .copyright{
	width:100%;
	display:block;
	padding-bottom:5px;
	padding-right:0;
	text-align:center;
	}

.w600 .poweredby{
	width:100%;
	display:block;
	text-align:center;
	}

/*Session Expired*/
.link-login{
	color:#0d76b7!important;
  font-weight:normal!important;
    
	}
	
.link-login:hover{
	color:#fcb729!important;
    text-decoration: none; 
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color:#ffffff;
    font-weight:normal!important;
    font-size: 18px;
    margin-left: 5px;
}

.statusmsg a:hover{
    color:#fcb729;
    text-decoration: none;   
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%; 
    max-width: 370px;
    margin:0 auto;
	padding:0 0 20px 0;
	display:block;
    color:#ffffff;
    font:normal 20px "open_sansregular", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}

.reset-warning ul{
    
	padding:0;
	margin:5px 0 0 25px;
    text-align: left;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font:normal 14px "open_sansregular", Arial, Helvetica, sans-serif;
}



/*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);
}


#recaptcha-container .g-recaptcha {
	margin-left: calc(50% - 152px);
}

.recaptcha-error-message span,
.recaptcha-footnote {
	color: #fff;
}