@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900,300italic,400italic,900italic&subset=latin,latin-ext);

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

body {
/*   padding-top: 160px; */
	font-family: 'Lato', sans-serif;
}

.header {
	background: #6a91a2;
	margin-bottom: 90px;
	padding-top:100px;
	text-align: center;
	color: #fff;
}

.header h1 a {
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #fff;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
}

.header h1 a:hover, a:active {
	text-decoration: none;
	color: #fff;
}


.header p {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 15px;
	font-weight: 200;
	letter-spacing: 1px;
}

.header .circle-img {
	width: 150px;
	height: 150px;
	border: 20px #fff;
	display: block;
	margin: 1em auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  border: 5px solid #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);  
  	margin-bottom: -70px;
  	margin-top: 50px;
}


.twitter-header a {
	position: absolute;
	top: 12px;
	left: 15px;
	letter-spacing: 1.5px;
	color: #fff;
	padding-left: 30px;
}

.twitter-header a span {
	background: url('/assets/img/twitter-icon.png') no-repeat;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	margin-right: 20px;
	margin-top: 2px;
}

.twitter-header a:hover {
	text-decoration: none;
	opacity: 0.5;
}


.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-color:rgba(255,255,255,0.8);
	border-color: rgb(255,255,255);
}

.navbar-inverse {
	background: transparent;
	border: none;
	position: absolute;
	width: 100%;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {	
	background: url(/assets/img/underline.png) repeat-x 100% 100%;
}

.navbar-nav li a, .navbar-inverse .navbar-nav>li>a {
	letter-spacing: 1.5px;
	margin: 10px 40px;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 0;
	color: #fff;
}

.navbar-nav li a:first-child {
	margin-left: 0 !important;
}


.navbar-nav li a:hover {
	background: url(/assets/img/underline.png) repeat-x 100% 100%;
}

.navbar-toggle {
	float: right;
	margin-right: 15px;
/* 	margin-top: 105px; */
}

/** END HEADER AND NAV **/

.col-sm-4 {
	padding: 1px;
}

.col-sm-4 p, .col-sm-4 h3 {
	padding-right: 20px !important;
}

.row {
	margin-bottom: 50px;
}

.row a {
	color: #666;
}

.article-img img {
	width: 100%;
}

img {
	max-width: 100%;
}

.article-img {
	height: 120px;
	width: 100%;
	overflow: hidden;
	display: block;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin: 10px 0;
	color: #444;
}

h2 {
	font-size: 21px;
	letter-spacing: 1px;
	margin: 20px 0;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 0;
	background: url(/assets/img/underline-grey.png) repeat-x 100% 100%;
	margin-left: -15px;
}

h3 a {
	font-weight: 900;
}

.btn {
	padding: 15px 40px;
	background-color: rgba(118,156,172,0.5);
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 12px;
}

.btn:hover {
	background-color: rgba(118,156,172,1);
	color: #fff;
}

.loadmore {
	text-align: center;
	padding: 40px;
}





.latest {
	background-color: #6a91a2;
	/* padding: 48px; */
}

.blog .row {
	text-align: center;
}

.blog .row a {
	color: #444;
}

.blog .h4 {
/* 	color: #fff; */
}

.latest .h4 {
	color: #fff;
}

.blog h3 a {
	font-size: 31px;
}

.blog .h5 {
	padding-bottom: 15px;
	font-weight: 900;
	color: #444;
	font-size: 14px;
}


.blog h2 {
	margin-bottom: 60px;
}

.btnoutline {
	padding: 8px 25px;
	border: 2px solid #6a91a2;
	color: #6a91a2;
	background: none;
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 15px;
}

.blog .row .btnoutline:hover {
	/* border: 2px solid rgba(255,255,255,0.5); */
	background: #6a91a2;
	color: #fff;
/* 	color: rgba(255,255,255,0.4); */
}

.latest .row .btnoutline {
	padding: 8px 25px;
	border: 2px solid #fff;
	color: #fff;
	background: none;
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 15px;
}

.latest .row .btn:hover {
/* 	border: 2px solid rgba(255,255,255,0.5); */
/* 	color: rgba(255,255,255,0.4); */
	color: #6a91a2;
	background: #fff;
}





.blog .row {
	padding-bottom: 40px;
}


.blog .excerpt {
	font-size: 17px;
	line-height: 24px;
}











.videoWrapper {
	position: relative;
	padding-bottom: 54%; /* 16:9 orig is 56.25% */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


footer {
	text-align: left;
	background-color: #d4d4d4;
	padding-top: 48px;
	padding-bottom: 48px;
}

footer .h4 {
	padding-bottom: 10px;
	padding-top: 20px;
}

footer .h4:first-child {
	padding-top: 0;
}

footer h4 {
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: 400;
	color: rgba(0,0,0,0.3);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
}

footer h4:first-child {
	padding-top: 0;
}

footer .socialmedia {
	margin: 0;
	padding: 0;
}

footer .footertext {
	font-size: 10px;
	color: #888;
	padding-top: 10px;
}

body.other p.h4 {
		margin-top: 5px;
}

body.page h2 {
	margin-left: 0;
}

/** END DEFAULT STYLES **/

/** START ARTICLE STYLE **/

.home, .blog .container, footer .container, .article, .articlefooter {
	width: 750px;
}

.article p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 10px;
}


.article header {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}

.article header h3 {
	font-weight: 900;
	padding-top: 30px;
	font-size: 32px;
}

.article p a.article-pub {
	color: #444;
}


.pagenav {
	padding-top: 40px;
	font-size: 11px !important;
}

.pagenav p {
	line-height: 18px;
}
.pagenav p a {
	font-size: 14px;
	font-weight: 900;
}

.pagenav-right {
	text-align: right;
	border-left: 1px solid #ddd;
}



.publication, .h4, .article .h4 {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1.5px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

a.article-outlink, a.article-pub {
	font-weight: 900;
}

.publication {
	margin-top: 15px;
}

.h4 {
	color: rgba(0,0,0,0.3);
	font-weight: 400;
}

.article .post-date {
	margin-bottom: -30px;
}

.pagination {
	text-align: center;
	font-weight: 900;
}

.pagination .disabled a, .pagination .disabled a:hover {
	cursor: default;
	color: #6a91a2;
}


.pagination li a {
	border: none;
	color: #6a91a2;
}

.pagination .active a, .blog .pagination .active a:hover {
	background-color: #6a91a2;
	border-color: #6a91a2;
	color: #fff;
}

.pagination-row {
	text-align: center;
}

.pagination-page {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px !important;
}


.stories {
	position: relative;
}

.btnstories {
	position: absolute;
	right: 0;
	top: 10px;
}


.var-narrow .header .profile .p-name, .var-narrow .timeline-header .byline, .var-narrow .timeline-header .list-description, .var-narrow .e-entry-title, .var-narrow .cards-base h3 {
	font-size: 14px !important;
	line-height: 21px !important;
}

.var-narrow.var-chromeless .tweet {
	padding: 24px 2px 20px 0 !important;
}


@media screen and (max-width: 767px) {
	.navbar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	border-width: 0 0 1px;
	background-color: #466877;
	}
	
	.navbar-nav li a, .navbar-inverse .navbar-nav>li>a {
	letter-spacing: 1.5px;
	margin: 10px 30px;
	text-decoration: none;
	white-space: nowrap;
 	padding: 0px 10px; 
	color: #fff;
}
	
	
	
	.navbar-nav li a {
	padding: 5px 20px;
	margin: 0;
	}
	
	.navbar-nav li.active a, .navbar-nav li a:hover {
	background-image: none;
	}
	
	.navbar-nav li a:hover {
	opacity: 0.5;
	}
	
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {	
	background-image: none;
	}


.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus {
	border: none;
}

.navbar-inverse .navbar-toggle:hover {
	border: #fff;
}

.header {
	padding-top: 70px;
}


.header .circle-img {
	width: 100px;
	height: 100px;
	border: 20px #fff;
	display: block;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 3px solid #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);  
	margin-bottom: -45px;
	margin-top: 30px;
}

.header p {
/* 	padding-bottom: 30px; */
	display: none;
}

.col-sm-4 {
	padding-bottom: 50px;
}

.col-sm-8 {
	padding-left: 0;
}

footer .h4:first-child {
	padding-top: 15px;
}

.home, .blog .container, footer .container, .article, .articlefooter {
	width: 90%;
}

.articlefooter {
	width: 100%;
}

.pagenav-right {
	text-align: left;
	border-left: none;
}

.row {
	padding-left: 20px;
	padding-right: 20px;
}

h2 {
	margin-left: 0;
}

}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.article-img {
		height: 100px;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px) {
}

