@font-face {
	font-family: 'TradeGothic LT';
	src: url('fonts/TradeGothicLT-BoldCondTwenty.eot');
	src: url('fonts/TradeGothicLT-BoldCondTwenty.eot?#iefix') format('embedded-opentype'),
		url('fonts/TradeGothicLT-BoldCondTwenty.woff2') format('woff2'),
		url('fonts/TradeGothicLT-BoldCondTwenty.woff') format('woff'),
		url('fonts/TradeGothicLT-BoldCondTwenty.ttf') format('truetype'),
		url('fonts/TradeGothicLT-BoldCondTwenty.svg#TradeGothicLT-BoldCondTwenty') format('svg');
	font-weight: bold;
	font-style: normal;
}

::selection { background: #e6f9fe; }
::-moz-selection { background: #e6f9fe; }

* {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: normal 13px !important;
  line-height: 23px;
  color:#000000;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #0f0d41;
}

a {       text-decoration: none; color: #919191; }
a:hover { text-decoration: none; color: #2c88b5; }

h1, h2, h3, h4, h5 {
  font-family: 'TradeGothic LT';
  letter-spacing: -1px;
	color: #0f0d41;
	margin: 10px 0;
	text-transform: uppercase;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 110px;
  color: #FFF;
}

nav {
	background-color: #00bdf2;
}
nav img {
	height: 90px;
}
nav .container {
	padding: 30px;
}
.shrink .container {
	padding: 25px !important;
}
.shrink img {
	height: 60px !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.carousel-indicators .active {
	width: 15px;
  height: 15px;
  margin: 0;
  background-color: #00bdf2;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: none;
  border-radius: 10px;
	background-color: #fff;
}

.seq-title ul {
  margin: 10px 10px 20px 10px;
}

.btn img {
	 vertical-align: top !important;
}
.btn-primary, form {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.btn-primary {
  background-color: #00bdf2;
  border: none;
  color: #FFF;
}
.btn-primary:hover {

}
.btn-secondary {
  background-color: #0f0d41;
  border: none;
  color: #FFF;
	width: 80px;
}
.btn-secondary:hover {
	color: #00bdf2;
}

.btn-white {
  background-color: #FFF;
  border: none;
  color: #000;
}

.content * {
  color:#FFF;
}
.content a {
	text-decoration: underline;
	color: #0f0d41;
}

.small-image {
	text-align:center;
}
@media only screen and (max-width : 767px) {
	.small-image {
		margin-bottom: 10px;
	}
}

.about-container {
  background-color: #FFF;
}
.bknd1 {
  background:url('images/glass1.jpg')
  no-repeat center center;
  background-size: cover;
}
.bknd2 {
  background:url('images/bknd2.jpg')
  no-repeat center center;
  background-size: cover;
}

#downloads {
	list-style: none;
	padding: 0;
	margin: 0;
}
#downloads li {
	margin: 6px 0;
	padding: 0;

	display: block;
	margin: 0;
	list-style: none;
	padding: 5px 50px 5px 15px;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	text-decoration: none;
}

/*
#downloads li i {
	margin-right: 0;
}
#downloads li a {
	display: block;
	margin: 0;
	list-style: none;
	padding: 5px 50px 5px 15px;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	text-decoration: none;

	background-image: url(images/more.svg);
	background-position: right bottom !important;
	background-repeat: no-repeat;
}
#downloads li a:hover {
	color: #FFF;
	background-color: #0f0d41;
	border: 1px solid #0f0d41;
}
*/

form {
  padding: 20px;
  background-color: rgba(255,255,255,0.2);
	margin-bottom: 5px;
}
form label {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight:normal;
}

ul {
	list-style-image: url(images/gray_crosshair.gif);
	padding: 0 0 0 25px;
	margin: 5px;
}
li {
  padding-left: 5px;
}

#myCarousel h2 {
	padding: 0 0 10px 0;
	font-family: 'TradeGothic LT', sans-serif;
	font-size: 60px;
	line-height: 55px;
	color: #FFF;
	border-bottom: 7px solid #FFF;
	display: table;
	text-align: left;
	margin-bottom: 15px;
	word-spacing: 9999999px;
}
#myCarousel h3 {
	display: block;
	font-family: 'TradeGothic LT', sans-serif;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #00bdf2;
	padding: 0;
	margin: 0;
}
#myCarousel .item img {
	height: 420px;
}
#myCarousel ul {
	margin-bottom: 15px;

}
#myCarousel ul li {
	color: #FFF;
}

#myCarousel .row {
	padding: 20px;
	max-height: 100%;
	margin: 20px 0 50px 0;
	display: flex;
	align-items: center;
}

.carousel-control {
	background: none !important;
	width: 35px;
}
.seq-prev {
	position: absolute;
	top: calc(50% - 26.5px);
	left: 20px;
	z-index: 5;
	display: inline-block;
	width: 35px;
	height: 53px;
	background: url("images/left.svg");
}
.seq-next {
	position: absolute;
	top: calc(50% - 26.5px);
	right: 20px;
	z-index: 5;
	display: inline-block;
	width: 35px;
	height: 53px;
	background: url("images/right.svg");
}

@media only screen and (max-width: 992px) {
	#myCarousel .row {
		display: block;
	}
	#myCarousel h2 {
		word-spacing: normal;
	}
	#myCarousel img {
		margin-top: 30px;
	}
	#myCarousel .bknd1 {
		background-position: left;
	}
 #myCarousel .bknd2 {
		background-position: right;
	}
}

.carousel-indicators li:first-child {
	margin-right: 5px;
}

.error { border: 2px solid #FF0000; }
.green { border: 2px solid #aae364; }

@media only screen and (min-width: 640px) {
	.modal-dialog {
	 position: absolute;
	 top: calc(50% - 200px);
	 left: 50%;
	 transform: translate(-50%, -50%) !important;
	}
}
video {
	width: 100%  !important;
	height: auto !important;
}

.footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footer ul li {
  color: #FFF;
  margin-right: 10px;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li a {
  text-decoration: underline;
}
