/* Replace Bootstrap font stack */
body,
blockquote,
input,
button,
select,
textarea,
.navbar-search .search-query,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
h1 {
	font-size:24px;
	color:#656565;
	margin-bottom:20px;
}
h2 {
	font-size:20px;
	color:#656565;
	margin-bottom:20px;
}
h3 {
	font-size:18px;
	color:#656565;
	margin-bottom:20px;
}
h4 {
	font-size:16px;
	color:#656565;
	margin-bottom:20px;
}

/*media all*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 30px 0 20px;
}

p {
	margin-top:15px;
}
@media (min-width: 768px) {
	.lead {
		font-size: 18px;
	}
}
img {
	max-width:100%;
}

.space-left {
	margin-left:4px;
}
.space-right {
	margin-right:4px;
}


.navbar {
	border:none;
	border-radius:0px;
}

.sticky-header {
	position: -webkit-sticky; 
	position: sticky; 
	top:0;
	z-index:10; 
	padding-bottom:15px; 
	background-color: #e9eff3; 
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
}
.sticky-tabs {
	position: -webkit-sticky; 
	position: sticky; 
	top:0;
	z-index:10; 
	background-color: #e9eff3; 
}

.text-xs {
	font-size:40%;
}
.text-sm {
	font-size:70%;
}

.navbar-brand h1 {
	font-size:36px;
	margin:10px 0;
}


/*
.navbar-inverse .navbar-nav>.active {
	border-top:4px solid #00b1e5;
}
*/

.navbar-inverse .navbar-nav>.active>a {
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#182983;
	background-color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
	color:#182983;
	background-color:#fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color:#d5f2fb;
}


.navbar-back-home {
	background-color:#eee;
	margin-bottom:0;
}

.navbar-back-home .navbar-header {
/*	height:80px;*/
}

.navbar-back-home .navbar-logo {
	width:265px;
	height:60px;
}

.navbar-back-home .navbar-brand {
	font-size:20px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.home .navbar-inverse .navbar-nav>li>a {
	color:#00b1e5;
}
.home .navbar-inverse .navbar-nav>li>a:hover {
	color:#80d8f2;
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-left:0;
	padding-right:0;
	border: none;
	box-shadow: none;
	-webkit-overflow-scrolling: touch;
}

.navbar-inverse .navbar-toggle {
	background-color:#333;
}

.jumbotron {
	margin-top:-20px;
}

/*
.jumbotron {
    margin-bottom: 0px;
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 0.25em 0.25em 0.25em rgba(0,0,0, 0.35);
	min-height:300px;
}*/

.jumbotron h1, .jumbotron .h1 {
	font-size:60px;
	margin-top:0px;
	margin-bottom:10px;
}
.jumbotron h2, .jumbotron .h2 {
	color: inherit;
	font-size:28px;
	margin-left:4px;
	margin-top:0px;
}

.btn {
	border-radius:0px;
}

.main-article>h2 {
	color:#182983;
	border-top:4px solid #182983;
	padding-top:8px;
}
.main-article>h3 {
	font-size:20px;
	color:#182983;
	margin-top:30px;
}
.main-article>h4 {
	color:#182983;
	margin-top:30px;
}
.main-article footer {
	font-size:80%;
	color:#666;
}

.nav-left>.active {
	font-weight:bold;
}
.nav-left>.active>a {
	color:#182983;
}
.nav-left .push-left {
	float:left;
	margin-left:-20px;
}

@media (max-width: 768px) {
	.nav-left .push-left {
		margin-left: -15px;
	}
}

.external-link .fa-external-link {
	margin-left:3px;
}
.website-link .fa-globe {
	margin-right:3px;
}

.nowrap {
	white-space:nowrap;
}
/* Hidden sort value */
.sortvalue {
	white-space:nowrap;
	opacity:0;
	width:0;
	font-size:0;
}

.dropdown {
	cursor:pointer;
}
.dropdown-menu>li>a {
    text-decoration: none;
}

/* z-depth official shadows
 (https://www.polymer-project.org/components/paper-elements/demo.html#paper-shadow)
*/  
.z-1 { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }
.z-2 { box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
.z-3 { box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 11px 7px 0 rgba(0, 0, 0, 0.19); }
.z-4 { box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3), 0 14px 12px 0 rgba(0, 0, 0, 0.17); }
.z-5 { box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15); }


table>thead>tr>th {
	background-color:#e0e7ee;
	cursor:pointer;
}
