/* 8. CUSTOM LAYOUT & TYPOGRAPHY
 * ----------------------------------------------------------------------------------------*/
body{font-family: 'PT Sans', sans-serif;}


.landingHeader {width:100%;padding:20px;padding-bottom:0px;box-sizing:border-box;}
.landingHeader img {float:left;}
.landingHeader .logo{
	position: relative;
	border: 1px solid #d8d6cf;
	width: 153px;
	height: 153px;
	float: left;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}
.landingHeader .logo img{
	border: 0px;
}
.profileLogout{
	float: right;
	position: relative;
	top: 12px;
}

.profileLogout input[type=text]{
	width: 250px;
	padding: 10px;
	padding-right: 40px;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #b0b0b0;
}

.profileLogout input[type=submit]{
	border: 0px;
	background: url(../../images/landing/magnifier.png);
	width: 27px;
	height: 27px;
	position: absolute;
	right: 5px;
	top: 6px;
	cursor: pointer;
}

.profileLogout p{
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

.profileLogout p a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}

.profileLogout p a:hover{
	color:#aae5fc;
}

.profileLogout p a.log-out{
	background: #0a5c8c;
	color: white;
	padding: 4px 12px;
	text-decoration: none;	
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 10px;
}

.profileLogout p a.log-out:hover{
	background: #0f204b;
}

.landingHeader .logo .logoTitle {position: absolute; top: 107px; left: 19px; font-family: 'PT Sans', sans-serif; font-size:15px; line-height: 17px; color:#ffffff; text-decoration:none;}
.landingHeader .searchBox {float:right;}
.landingHeader .searchBox a, .landingHeader .searchBox input {font-family: 'PT Sans', sans-serif; color: #0e5fd8;}
.searchBox input {font-size:14px; padding:5px; width:180px; background: url(../../images/search.png) no-repeat 95%; border: 1px solid #d3d3d3; margin-left:15px;} 
.landingHeader .searchBox {position:relative; right: 80px;  top: 80px;}
.landingHeader .searchBox a {text-decoration:none; font-size:18px;}
.landingHeader .searchBox a:hover {color:#211f5e;}
.landingHeader .searchBox ul {margin-left:0px!important; margin-top:10px;}
.landingHeader .searchBox ul li {display:inline-block ; float:left; padding-left: 10px; text-align:center;}
.landingHeader .searchBox ul .backgroundBorder {background: url(../../images/login-nav.png) no-repeat 100%; max-width: 200px!important;
padding-right: 10px;}
.landingNav {width:100%; height:50px; background: #0066a1; margin-top:25px}
.landingNav ul{
	position: relative;
	left: -18px;
	float: left;
	margin-bottom: 0px;
}
.landingNav ul.loginMenu{
	left: -42px;
}
.landingNav ul li{
	position: relative;
}
.landingNav .dropdown-menu{
	position: absolute;
	left: 0px;
	z-index: 100;
   background: #fff;
	/*width: 170px;*/
  -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top:5px;
padding-bottom: 5px;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}

.landingNav .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.landingNav .dropdown-menu li{
	float: none;
	display:block;
	margin-top: 0px;
}
.landingNav .dropdown-menu li a{
	color:black;
	font-size: 14px;
	padding: 7px 10px;
	line-height: normal;
}

.landingNav .dropdown-menu li a:hover{
	background: #f1f1f1;
	color:black;
}

.landingLoginBox {
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    width: 400px;
    float: right;
    position: relative;
    top: -20px;
    background: #0066a1;
    padding: 30px;
}
.landingLoginBox label{
	width: 100px;
	display: inline-block;
}
.landingLoginBox input{
	padding: 10px;
	border: 0px;
	width: 307px;
}

.landingLoginBox button,
.toolHeading .watchVideo{
	background: #e98300;
	padding: 10px 20px;
	cursor: pointer;
	border: 0px;
	text-transform: uppercase;
	margin-top:20px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	text-decoration:none;
	  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.landingSplash{
	width: 644px;
	float: right;
	position: relative;
	top: -10px;
}

.help-block p{
	background: #ca8d42;
	padding: 4px 10px;
	margin-top:6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 256px;
	float: right;
}

.landingLoginBox button:hover,
.toolHeading .watchVideo:hover{
	background: #db7900;
}

.landingLoginBox p{
	font-size: 18px;
}

.landingLoginBox .form-group{
	margin-bottom: 10px;
}

.landingNav ul li {list-style:none; display:inline-block; float:left;}
.landingNav ul li a {color:#ffffff; text-decoration:none; font-family: 'PT Sans', sans-serif; font-size:18px; padding: 0px 15px; line-height: 50px; display:block;}
.landingNav ul li a:hover,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus {background: #127bae}
.landingNav ul li.divider{
	color: #8fb1c4;
	position: relative;
	top: 7px;
}
.landingNav ul li .noBgr {background:none!important;}
.bannerContainer {width:100%; min-height:450px;}

.ie9 .bannerContainer {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f204b', endColorstr='#162349',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bannerContainer h1 {font-family: 'PT Sans', sans-serif; font-size:24px; color:#ffffff; width:540px; float:left; line-height: 30px; position:relative;top: 45px;}
.bannerContainer h1 span{display:block;}
.toolHeading {width: 1200px; margin:auto; padding: 80px 0px; }
.toolHeading .getStarted {background: url(../../images/get-started-btn.png) no-repeat; width:250px; height:50px; text-decoration:none; color:#ffffff; cursor:pointer; font: 20px Tahoma, Geneva, sans-serif; display:block; text-align:center; line-height:46px;}
.toolHeading .getStarted:hover {background-position: 0px -50px; }
.boxesContent{width: 100%; margin-bottom: 60px; z-index:10; position: relative;}
.boxContainer {width:1200px; margin:auto;}
.box {
	background: #0066a1;
	width: 380px; 
	height: 170px; 
	float:left; 
	display:inline-block; 
	margin-right:30px;
	margin-top:-30px;
	padding:30px 40px;
	box-sizing:border-box;
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
}
.box a {color:#ffffff; text-decoration:none;}
.box a:hover{color:#aae5fc;}
.box h2 {
	font-size: 28px; 
	padding-bottom: 15px;
	margin-bottom:15px; 
	line-height: 33px;
}
.box h3{
	font-size: 17px;
	font-weight: bold;
}
.box p{
	font-size: 17px;
	line-height:22px;
}
.noMarginRight {margin-right:0!important;}
.landingFooter {width:100%; background:#211f5e; color:#ffffff; font-family: 'PT Sans', sans-serif; }
.footerCont {width:1200px; margin:auto; padding: 20px 0px;}
.footerLogo {float:left; margin-bottom:20px; display:block;}
.footerNav {float:right;}
.footerNav ul li {float:left; display:inline-block; list-style:none;}
.footerNav ul li a {color:#ffffff; text-decoration:none; font-size:18px; padding: 8px 20px 5px 20px; display:block;}
.footerNav ul li a:hover{color:#aae5fc;} 
.footerNav ul li .noBgr {background:none!important;}

/*Login Page*/ 
.loginCont {width:486px; margin:auto; 
	
}
.loginCont h1  {color:#211f5e; font-size: 24px; font-family: 'PT Sans', sans-serif;}
.loginCont input[type=text], .loginCont input[type=password]{ width:80%; padding:5px; box-sizing:border-box; font-size:18px; font-family: 'PT Sans', sans-serif; color:#211f5e;}
.loginCont .darkBlueBtn {background: url(../../images/dark-blue-btn.png) no-repeat; width:100px; height:36px; text-decoration:none; color:#ffffff; cursor:pointer; font: 14px Tahoma, Geneva, sans-serif; display:block; text-align:center; line-height:16px; border:none; }	
.loginCont .darkBlueBtn:hover {background-position: 0px -37px; }
.loginCont a {color:#0e5fd8; font-size: 18px; font-family: 'PT Sans', sans-serif;}
.loginCont a:hover {color:#211f5e;}

.open:not(.dropup) > .dropdown-menu {
    	animation-name: fadeAnimation;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: .7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}


.bannerContainer h1.headingLogged img,
.bannerContainer .toolHeading h1 img{
	float: left;
	margin-bottom: 20px;
}

.login-sso-button {
    width: 200px;
    float: left;
y
y
}
.login-sso-text{
	width: 200px;
	float: left;
}
.login-sso-text a{
	display: inline-block;
	padding: 15px;
	background: #5b9bd5;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}
.login-sso-button p{
	line-height: 24px;
	margin-bottom: 16px;
}

/* 9. CUSTOM LAYOUT & TYPOGRAPHY - RESPONSIVE
 * ----------------------------------------------------------------------------------------*/
 @media screen and (max-width: 1250px) {
 	.boxContainer, .toolHeading, .footerCont{
 		width: 95%;
 	}
 	.box{
 		width: 32%;
 		margin-right: 2%;
 		min-height: 180px;
 		height: auto;
 	}
 	
 	.box p{
 		margin-bottom: 0px;
 	}
 	
 	.bannerContainer h1{
 		width: 60%;
 	}
 	.landingLoginBox{
 		width: 32%;
    	margin-left: 2%;
    	margin-right: 0;
    	padding: 3%;
 	}
 	
 	.bannerContainer h1.headingLogged,
 	.landingSplash{
 		width: 50%;
 	}
 	 	
 	.landingSplash{
 		top:0px;
 	}
 	
 	.landingSplash img{
 		width: 100%;
 		height: auto;
 	}
	.landingNav ul li a,
	.profileLogout p a{
		font-size: 15px;
		padding: 0px 10px;
	}
}

@media screen and (max-width: 1024px) {
	.box{
		height: 200px;
	}
	.landingNav ul li a,
	.profileLogout p a{
		padding: 0px 10px;
	}
}

@media screen and (max-width: 1000px) {
	.bannerContainer h1{
		top: 0px;
	}
	.landingLoginBox{
		top: -40px;
	}
	.landingLoginBox input{
		width: 90%;
	}
}

@media screen and (max-width: 980px){
	.landingNav{
		height: auto;
		padding: 10px 0px;
	}
	.landingNav ul{
		float: none;
		position: static;
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	.landingNav ul li{
		float: none;
	}
	.landingNav ul li a{
		padding: 5px;
		line-height: 20px;
	}
	.profileLogout{
		position: static;
	}
	.profileLogout,
	.profileLogout p{
		float: none;
		text-align: center;
		width: 100%;
	}
	.profileLogout p{
		margin-bottom: 0px;
	}
	.bannerContainer h1.headingLogged,
	.landingSplash{
		width: 100%;
		text-align: center;
	}
	.bannerContainer h1.headingLogged img{
		float: none;
	}
	.landingSplash img{
		width: 60%;
	}
}


@media screen and (max-width: 780px) {
	.box{
		height: 280px;
	}
}

@media screen and (max-width: 600px) {
	.box{
		height: auto;
		width: 100%;
		margin-right: 0px;
		min-height: 150px;
		margin-bottom: 20px;
		float: none;
		margin-top: 0px;
	}
	.lightGreen{
		margin-top: 30px;
	}
	.bannerContainer h1,
	.landingLoginBox{
		width: 100%;
    	float: none;
    	margin: 0;
    	top: 0;
    	box-sizing: border-box;
	}
	.bannerContainer h1{
		font-size: 40px;
		line-height: 40px;
	}
	.toolHeading{
		padding: 30px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;		
	}
	.landingLoginBox p{
		margin-bottom: 0px;
	}
	.landingLoginBox input{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.bannerContainer{
		min-height: 300px;
	}
	.landingSplash img{
		width: 80%;
		margin-top: 30px;
	}
}

