@import url("normalize.css");
/* Please only amend on this section  */

@font-face {
    font-family: 'martelregular';
    src: url('../fonts/martelregular.eot');
    src: url('../fonts/martelregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/martelregular.woff2') format('woff2'),
         url('../fonts/martelregular.woff') format('woff'),
         url('../fonts/martelregular.ttf') format('truetype'),
         url('../fonts/martelregular.svg#martelregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/OswaldRegular.eot');
    src: url('../fonts/OswaldRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OswaldRegular.woff2') format('woff2'),
         url('../fonts/OswaldRegular.woff') format('woff'),
         url('../fonts/OswaldRegular.ttf') format('truetype'),
         url('../fonts/OswaldRegular.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/OswaldBold.eot');
    src: url('../fonts/OswaldBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OswaldBold.woff2') format('woff2'),
         url('../fonts/OswaldBold.woff') format('woff'),
         url('../fonts/OswaldBold.ttf') format('truetype'),
         url('../fonts/OswaldBold.svg#OswaldBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('../fonts/ArialNarrow.eot');
    src: url('../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialNarrow.woff2') format('woff2'),
         url('../fonts/ArialNarrow.woff') format('woff'),
         url('../fonts/ArialNarrow.ttf') format('truetype'),
         url('../fonts/ArialNarrow.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrowBold';
    src: url('../fonts/ArialNarrowBold.eot');
    src: url('../fonts/ArialNarrowBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialNarrowBold.woff2') format('woff2'),
         url('../fonts/ArialNarrowBold.woff') format('woff'),
         url('../fonts/ArialNarrowBold.ttf') format('truetype'),
         url('../fonts/ArialNarrowBold.svg#ArialNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
.link-ResetPassword{
	color:#ffffff!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 16px "martelregular", Times, Times New Roman, serif;
    letter-spacing: 0.03em;
	text-decoration: underline!important;
	}
	
.link-ResetPassword:hover{
	color:#ffffff!important;
    text-decoration: none!important;
	}
	
.links-email{
	color:#ffffff!important;
	text-decoration: underline!important;
	}
	
.links-email:hover{
	color:#ffffff!important;
    text-decoration: none!important;
	}
	


.errormsg{
	color:#fff200;
	}


/* ----------------------------------  */


body {
	font:normal 14px "martelregular", Times, Times New Roman, 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 55px "OswaldRegular", Arial, Helvetica, sans-serif;  /* Amend this font size */ 
	line-height:60px;
	color:#ffffff; /* Amend this font color*/
	text-align:center;
	letter-spacing:0.02em;
	padding:0 0 20px 0;
    text-transform:capitalize;
	} 


.w1024 h1{
	font-size:65px;
	line-height:65px;
	}

.w768 h1{
	font-size:55px;
	line-height:55px;
	}
.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{
    position: relative;
	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;
    background:none;
	margin-bottom:140px;
	}
.w1024 .header{
	margin-bottom:100px;	
	}	
.w768 .header{
	margin-bottom:70px;	
	}
	
.w600 .header{
	margin-bottom:35px;	
	}

.header-container{
	width:100%;
	position:relative;
	padding:20px 40px;
	}
.w768 .header-container,
.w600 .header-container{
	padding:25px 20px;
	}

.logo{
    width:100%;
    max-width:126px;
    display: block;
	}


.logo img{
    width:100%;
	display:block;
	}


/* Login Box */


.login-box{
	width:100%;
	max-width:830px;
	margin:0 auto;
	padding:10px 20px 50px 20px;
	background:none;
	}

.w1024 .login-box{
	margin:0 auto;
	width:100%;
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	padding:10px 20px 50px 20px;
	}	

.w600 .login-box{
	width:100%;
	padding:50px 20px;
	}
	

.login-box h2 {
	font:normal 22px "martelregular", Times, Times New Roman, serif;
	padding:0 0 20px 0;
	color:#ffffff;
}


/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}
	
.form-holder{
	width:100%;
	max-width:590px;
	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 "OswaldRegular", Arial, Helvetica, sans-serif; 
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	width: calc(50% - 11px);
	width: -webkit-calc(50% - 11px);
	width: -moz-calc(50% - 11px);
	display:inline-block;
	margin:0 3px 6px 3px;
    position: relative;
	}
	
.w600 .form .form-row{
	width:100%;
	display:block;
	margin:0 auto 10px auto;
	}
	
.login-btn {
    display:block;
    width: 100%;
	padding:15px 0 10px 0;
	
}
	
.w600 .login-btn{
	padding:15px 0;
	width:100%;	
	}


.forgot-password{
    width:100%;
    max-width:350px;
	display:block;
	margin:0 auto;
	font:normal 14px "martelregular", Times, Times New Roman, serif;
    letter-spacing: 0.03em;
	line-height:22px;
	color:#ffffff;
	text-align:center;
	}

	
.text-input{
	width:100%;
	color:#333333!important;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:13px 10px 13px 30px;
	display:inline-block;
	vertical-align:middle;
	font:normal 16px "Oswaldregular", 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:130px;
	color:#062f4d!important;
	margin:0 auto;
	border:0px solid #ffffff;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	position:relative;
	display:block;
	background:#ffffff;
	font:normal 16px "OswaldBold", Arial, Helvetica, sans-serif;
    line-height: 16px;
	letter-spacing:0.05em;
	padding:14px 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{
    color:#ffffff!important;
    background:#0a2e50;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;
	}

	
.footer-bg{
	width:100%;
	position:relative;
    background:#071e35;
	}


.footer-c{
	width:100%;
	max-width:720px;
	margin:0 auto;
	padding:65px 20px;
	font:normal 14px "martelregular", Times, Times New Roman, serif;
    line-height: 17px;
	color:#ffffff;
	letter-spacing: 0.02em;
	}


.copyright{
	display:inline-block;
	text-align:right;
	padding-right:20px;
	}

	
.poweredby a{
	color:#ffffff!important;
	font-weight:normal!important;
	text-decoration:underline;
	}
	
.poweredby a:hover{
    color:#ffffff!important;
	text-decoration:none;
	}
	
.poweredby{
	display:inline-block;
	text-align:left;
	}


.w600 .copyright{
	width:100%;
	display:block;
	padding-bottom:5px;
	text-align:left;
	}

.w600 .poweredby{
	width:100%;
	display:block;
	text-align:left;
	}

/*Session Expired*/
.link-login{
	color:#ffffff!important;
  font-weight:normal!important;
    text-decoration: underline!important;
	}
	
.link-login:hover{
	color:#ffffff!important;
     text-decoration: none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#fff200;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#fff200;
  padding:0 0 10px 0;
 }

.statusmsg a{
	color:#ffffff;
	text-decoration: underline!important;
    font-weight:normal!important;
    font-size: 18px;
    margin-left: 5px;
}

.statusmsg a:hover{
	text-decoration: none!important;
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
	max-width: 450px;
	margin:0 auto;
	padding:0 10px 20px 10px;
	display:block;
    color:#ffffff;
    font:normal 22px "martelregular", Times, Times New Roman, serif;
    text-align: left;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
    
	}

.reset-warning ul li{
    padding:0 0 5px 0;
    list-style: disc;
    font:normal 16px "martelregular", Times, Times New Roman, serif;
	line-height: 18px;
}

/*Create Account*/
.login-account{
    width:100%;
    display: none; /* Test-CAZ: display: block; */
    padding:50px 0 20px 0 ;
}

.btn-create-account{
	width:130px;
	color:#ffffff!important;
	margin:0 auto;
	border:0px solid #ffffff;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	position:relative;
	display:block;
	background:#071e35;
	font:normal 14px "OswaldBold", Arial, Helvetica, sans-serif;
    line-height: 14px;
	letter-spacing:0.02em;
	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-create-account:hover{
    color:#071e35!important;
    background:#ffffff;
	}




.dropdown-holder{
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
	display: inline-block;
	width:100%;
    
    padding:11px 15px;
	text-align:left;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
	border:1px solid #cfcfcf;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	vertical-align: middle;
     font:normal 16px "ArialNarrow", Helvetica, sans-serif;
}


.dropdown-holder > span {
	color:#333333;
	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: #0079c2 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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	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:4px 0;
}

.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:#edf3f8;
}

/* 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:92px;
	-webkit-appearance: none;
	padding: 11px 15px;
	border: 1px solid #007bc3;
	color: #ffffff!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: normal 16px "ArialNarrowBold", Helvetica, sans-serif!important;
	display: inline-block;
	text-decoration: none;
	background: #007bc3;
	-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);
	position: relative;
}
.notouch input[type="submit"].button-submit:hover, .notouch input[type="button"].button-submit:hover {
	background: #002247;
	color: #ffffff;
	border: 1px solid #002247;
	text-decoration: none
}


input[type="submit"].button-cancel, input[type="button"].button-cancel {
      width:92px;
	-webkit-appearance: none;
	padding: 11px 15px;
	border: 1px solid #646464;
	color: #ffffff!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: normal 16px "ArialNarrowBold", Helvetica, sans-serif!important;
	display: inline-block;
	text-decoration: none;
	background: #646464;
	-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);
	position: relative;
}
.notouch input[type="submit"].button-cancel:hover, .notouch input[type="button"].button-cancel:hover {
	background: #007bc3;
	color: #ffffff;
	border: 1px solid #007bc3;
	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;
}

.form-checkbox{
    text-align: left;
}


.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;
	top:15px;
	left:105%;
	text-transform:uppercase;
	text-align:left;
	width:400px;
}
.w600 .alert {
	position:relative;
	left:0;
	top: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);
}