body {
	background:#e8eff6;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#4e4e4e;
	margin:0
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.width{
	width:1301px;
	padding:0 60px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.width-offset{
	width:1301px;
	padding:0 0 0 60px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

p, h1, h2, h3, h4, h5, ul{
	margin:0;
}

p{
	line-height: 1.6;
}

a, a:focus{
   outline: 0;
}

a{
	transition:.5s color, .5s background;
	-webkit-transition:.5s color, .5s background;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

img{
	max-width:100%;
	height:auto;
}


/* ----  Fonts ----- */

@font-face {
  font-family: 'icons';
  src: url('font/icons.eot?87363758');
  src: url('font/icons.eot?87363758#iefix') format('embedded-opentype'),
       url('font/icons.woff?87363758') format('woff'),
       url('font/icons.ttf?87363758') format('truetype'),
       url('font/icons.svg?87363758#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* icon codes below
.icon-play:before { content: '\e800'; } 
.icon-facebook:before { content: '\e801'; } 
.icon-twitter:before { content: '\e802'; } 
.icon-gplus:before { content: '\e803'; } 
.icon-youtube:before { content: '\e804'; } 
.icon-linkedin:before { content: '\e805'; } */


/* ----  Header Styles ----- */

header{
	width:100%;
	background:#628dc1;
	position: relative;
	z-index: 3
}

.header{
	background: #3069ae;
}

.header img{
	float:left;
	padding:20px 0;
}

.header .login{
	float:right;
	margin-top:53px;
}

/* ----  Login Form ----- */


input[type="text"], input[type="password"] {
    background: #7fa2cd;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    color: #e3e3e3;
    font-size: 12px;
    outline: medium none;
    padding: 0 15px;
    transition: background 0.5s ease 0s;
    -webkit-transition:.5s background;
    width: 188px;
    height:36px;
    float:left;
    display: block;
}

input[type="text"]{
	border-right:solid 1px #648fc2;
}

input:focus{
	background:#648fc2;
}

input[type="submit"]{
	background:#db3f3f;
	color:white;
	border:none;
	outline:none;
	width:auto;
	height:36px;
	padding: 0 15px;
	font-size:12px;
	 box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition:.5s background;
	-webkit-transition:.5s background;
	text-transform: uppercase;
	float:left;
	display: block;
}

input[type="submit"]:hover{
	background:#e14a4a;
}



/* ----  Nav Styles ----- */

.nav-wrapper{
	width:100%;
	background: #90aed3;
	position: relative;
	z-index: 2;
}

nav{
	background:#6c95c6;
}

ul.menu{
	list-style-type: none;
	padding-left:0;
}

ul.menu li{
	float:left;
}

ul.menu li a{
	text-decoration: none;
	font-size:13px;
	color:#fff;
	padding:10px 15px;
	font-weight:700;
	display:block;
	text-transform: uppercase;
	transition:.5s background;
	-webkit-transition:.5s background;
}

ul.menu li a.active, ul.menu li a:hover{
	background:#db3f3f;
}

/* ----  Dropdown Level 1  ----- */

ul.menu ul {
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    top:20px;
    position: absolute;
    width:200px;
    transition:.2s all;
    -webkit-transition:.2s all;
    -ms-transition:.2s all;

}

ul.menu li:hover ul{
	opacity:1;
	top:38px;
	visibility: visible;
}

ul.menu ul li{
	background:#6c95c6;
	float:none;
	border-top:1px solid #90aed3;
	position:relative;
}

/* ----  Dropdown Level 2  ----- */

ul.menu ul ul{
	left:200px;
	top:-15px;
}

ul.menu li:hover ul ul {
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    top:-15px;
    left:200px;
    position: absolute;
    width:200px;
    transition:.2s all;
    -webkit-transition:.2s all;
    -ms-transition:.2s all;
}

ul.menu ul li:hover ul{
	opacity:1;
	top:-1px;
	visibility: visible;
}

ul.menu ul ul li{
	background:#6c95c6;
	float:none;
	border-top:1px solid #90aed3;
}

ul.social{
	list-style-type: none;
	padding-left:0;
	float:right;
	font-family:'icons';
}

ul.social li{
	float:left;
	margin-top:12px;
}

ul.social li a{
	text-decoration: none;
}

ul.social li a:hover span:before{
	color:#e64f4f;
}

ul.social li span:before{
	color:#db3f3f;
	font-size:14px;
	padding-left:11px;
	transition:color .5s;
	-webkit-transition:color .5s;
	-moz-transition:color .5s;

}

.icon-facebook:before {
	content: '\e801';
}

.icon-twitter:before {
	content: '\e802';
} 


/* ----  Banner Styles  ----- */


.banner-wrapper {
   width: 100%;
   background:#cbd9eb;
   position: relative;
   z-index: 1;
}

.banner{
	background:url('imgs/banner2.jpg') center left;
	height: 351px;
	position: relative;
}

.banner img{
	float:left;
	display:block;
}

.banner .banner-content {
    width: 450px;
    position: absolute;
    right:215px;
    top:50px;
}

.banner p {
    color: white;
    font-size: 17px;
    line-height: 1.3;
    padding: 0 0 30px;
}

.banner p.large {
    color: white;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 12px;
}

.banner p.large span{
	font-size:27px;
	text-transform: uppercase;
}

.banner a{
	background: none repeat scroll 0 0 #e53838;
    border-bottom: 3px solid #ee7c7c;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 30px;
    text-decoration: none;
    transition: background 0.5s;
    -webkit-transition:background .5s;
}

.banner a:hover{
	background:#ed4646;
}

.banner a.register {
    margin-right: 35px;
    position: relative;
}

.banner a.register:after{
	color: white;
    content: "or";
    font-size: 15px;
    position: absolute;
    right: -25px;
    top: 15px;
   }


/* ----  Home Content  ----- */

.home-content-wrapper{
	background: #e8eff6;
	width:100%;
	position: relative;
	z-index: 2;

}

.home-content{
	background:white;
	padding-top:60px;
	padding-bottom:45px;
	border-bottom:1px solid #e9edf3;
}

.top h1{
	color:#3069ae;
	font-size:23px;
	font-weight:700;
	line-height:1.1;
	padding-bottom: 20px;
}

.top p{
	color:#2f2f2f;
	font-size:17px;
	line-height: 1.3;
	font-weight:300;
	padding-bottom: 15px;
}


/* ---- Content  ----- */

.content-wrapper{
	background: #e8eff6;
	width:100%;
	position: relative;
	z-index: 2;

}

.content{
	background:white;
	overflow: hidden;
}

.left{
	float:left;
	width:68%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-right:5%;
	padding-bottom: 45px;
    padding-top: 60px;
}

.right{
	float:right;
	width:32%;
	background: #f9fafc;
	padding-bottom:9999px;
	margin-bottom:-9999px;
}

.list-left{
	float:left;
	width:50%;
	padding-right: 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.list-right{
	float:right;
	width:50%;
	padding-left: 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.checklist ul{
	list-style-type: none;
	padding-left:0;
	margin-bottom: 55px
}

.checklist ul li {
    background: url("imgs/checkmark.png") no-repeat scroll left center;
    line-height: 1.3;
    margin-bottom: 12px;
    padding: 5px 0 5px 34px;
}

.content h1{
	font-size:18px;
	color:#3069ae;
	padding-bottom: 15px;
	line-height: 1.3;
}

.content h2{
	font-size:16px;
	color:#3069ae;
	padding-bottom: 15px;
	line-height: 1.3;
}

.content p{
	padding-bottom:15px;
}

/* ---- Sidebar ----- */

.video{
	background: url('imgs/playBG.jpg');
	background-size: cover;
	border:12px solid #b7cbe3;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	display: block;
	text-align: center;
	text-decoration: none;
}

.video .icon-play:before {
	background: rgba(212,220,227,0);
    border: 2px solid #c4d7e7;
    border-radius: 50%;
    color: #c4d7e7;
    content: '\e800';
    display: inline-block;
    font-family: "icons";
    font-size: 20px;
    height: 25px;
    line-height: 27px;
    margin: 85px 0;
    padding: 10px 10px 10px 11px;
    width: 25px;
    transition:.2s transform, .2s background, .2s color;
    -webkit-transition:.2s transform, .2s background, .2s color;
    -ms-transition:.2s transform, .2s background, .2s color;
    -moz-transition:.2s transform, .2s background, .2s color;
}

.video:hover .icon-play:before{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	background: rgba(212,220,227,.9);
	color:#628dc1;
}

aside.right .widgets{
	padding:25px;
}

aside.right .widgets h4{
	color:#3069ae;
	text-transform: uppercase;
	font-size:16px;
	font-weight:400;
	padding: 5px 0 15px;
}

.article-preview{
	border-top:1px solid #e0e6ee;
	transition:background .5s;
	-webkit-transition:background .5s;
	-moz-transition:background: .5s;
}

.article-preview a{
	text-decoration: none;
}

.article-preview img{
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:9px solid white;

}

.article-preview p {
    color: #e53838;
    font-size: 16px;
    font-weight: 700;
    margin-left: 95px;
    margin-top:16px;
    padding-bottom:0;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-preview time{
	margin-left: 95px;
	color:#808080;
	font-size:12px;
	font-weight:400;
	display: block;
}

.article-preview:hover{
	background:#e8eff6;
}

.content .widgets p {
    font-size: 13px;
}


/* ----  Footer Styles ----- */

footer{
	width:100%;
	background: #90aed3;
}

.footer {
	background:#6c95c6;
	padding-top:40px;
	padding-bottom:40px;
}

ul.footer-nav{
	list-style-type: none;
	padding-left:0;
}

ul.footer-nav li{
	float:left;
	margin-right:7px;
}

ul.footer-nav li a{
	text-decoration: none;
	color:white;
	font-size:12px;
	transition:color .5s;
	-webkit-transition:.5s color;
	-moz-transition:.5s color;
}

ul.footer-nav li a:hover{
	color:#e2e1e1;
}

ul.footer-nav li:after{
	content:"/";
	color:white;
	margin-left:7px;
	font-size:12px;
}

.footer p{
	color:white;
	font-size:12px;
	float:left;
}

.footer p.shout-out{
	width:100%;
	display:block;
	font-size:10px;
}

.footer p.shout-out a{
	text-decoration: none;
	color:white;
	transition:color .5s;
	-webkit-transition:.5s color;
	-moz-transition:.5s color;
}

.footer p.shout-out a:hover{
	color:#e2e1e1;
}



/* ----  Responsive  ----- */


@media screen and (max-width: 1300px){

	.width, .width-offset{
		max-width: 1151px;
	}

	.banner .banner-content {
	    right: 70px;
	}

	.video .icon-play:before {
		margin:70px 0;

}

@media screen and (max-width: 1000px){


}



