/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.0,1.0);
	}

	10% {
		-webkit-transform: scale(0.95,0.95);
	}

	20% {
		-webkit-transform: scale(1.0,1.0);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1.0,1.0);
	}

	10% {
		-moz-transform: scale(0.95,0.95);
	}

	20% {
		-moz-transform: scale(1.0,1.0);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(1.0,1.0);
	}

	10% {
		-o-transform: scale(0.95,0.95);
	}

	20% {
		-o-transform: scale(1.0,1.0);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1.0,1.0);
	}

	10% {
		-ms-transform: scale(0.95,0.95);
	}

	20% {
		-ms-transform: scale(1.0,1.0);
	}
}

@keyframes pulse { 
	0% {
		transform: scale(1.0,1.0);
	}

	10% {
		transform: scale(0.95,0.95);
	}

	20% {
		transform: scale(1.0,1.0);
	}
}


* {
	font-family: 'Montserrat', Arial, san-serif;
}

html, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(64, 22, 99,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(64, 22, 99,0.3);
	background-color: rgba(64, 22, 99, 1);
}

.bumper {
	width: 100%;
	padding: 60px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	z-index: 2;
	position: relative;
}

.bumper:nth-child(even) {
	background-color: #ffffff;
}

.bumper:nth-child(odd) {
	background-color: #e6e6e6;
}

strong {
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

h1, h2, h3, h4 {
	font-weight: 200;
}

h1 {
	margin-bottom: 20px;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 30px;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #dedede;
}

a {
	color: #0066a1;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus, a:active {
	color: #004163;
}

footer {
	background-color: #0066a1;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
}

p {
	padding: 3px 0;
	font-size: 12pt;
	line-height: 1.5;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.resize {
	width: auto;
	max-width: 100%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.jumbotron {
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	padding-top: 12%;
	padding-bottom: 11%;
	background-color: #000000;
	background-image: url("../img/hero.jpg");
	color: #ffffff;
}

.jumbotron h4 {
	font-size: 22px;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.nav-consideration {
	margin-top: 80px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 18px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #dadada;
}

.navbar-default {
	background: rgba(20, 116, 164, 1);
	border: 0;
	padding: 0px 0;
	box-shadow: none;
}

.navbar-fixed-top { 
	background-color: rgba(20, 116, 164, 0);
	min-height: 120px;
	padding-top: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	margin: 14px 0 0 5px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:active {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background: none;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

#mainlogo {
	background-image: url("../img/logo-w.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 195px;
	height: 0;
	padding-top: 34.96%;
}

.navbar-fixed-top.opaque {
	background-color: rgba(20, 116, 164, 1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 0px 10px #000000;
	min-height: 80px;
	padding-top: 0;
}

.nopadding {
	padding: 0px;
}

.noscriptmsg {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn {
	margin: 10px 0;
	font-size: 16px;
	padding: 12px 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	font-weight: 800;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	background-color: #0066a1;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wifobtn:hover {
	background-color: #004163;
	color: #ffffff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav-pills {
	margin-bottom: 40px;
}

.nav-pills > li {
	float: none;
	display: inline-block;
}

.nav-pills > li > a {
	margin: 10px;
	padding: 12px 35px;
	border-radius: 0;
	text-decoration: none;
	font-weight: bold;
	justify-content: center;
	text-align: center;
	background-color: #0066a1;
	border: none;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover, 
.nav-pills > li > a:hover {
	background-color: #004163;
	color: #ffffff;
	border: none;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.pillpadding {
	padding: 5px 10px;
}

.pillbtn {
	margin: 5px;
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	font-weight: 800;
}

.equalheight {
    display: flex;
    flex-wrap: wrap;
  }

.card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin-top: 20px;
	height: calc(100% - 15px);
    margin-bottom: 15px;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.videocontainer {
	margin: 20px 0 30px 0;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../img/play-btn.png") no-repeat;
	cursor: pointer;
}

@media (max-width: 970px) {
	.navbar-fixed-top, .navbar-fixed-top.opaque { 
		background-color: rgba(20, 116, 164, 1);
		min-height: 80px;
		padding-top: 0;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.jumbotron {
		padding-top: 100px;
	}
}

@media (max-width: 992px) {
	.fullwidth {
		width: 95%;
		font-size: 12px;
	}

	.nav-pills {
		width: 70%;
		margin: 0 auto;
	}
}

