@import url(https://fonts.googleapis.com/css?family=Lato:400,300);

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #666;
}

/* Custom default button */
.btn-default {
  	color: #fff;
	color: rgba(255,255,255,0.95);
  	border: 1px solid #fff;
  	background: #6db3f2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTY5ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
  	text-shadow: 0 1px 2px rgba(0,0,0,.75);
	margin-top: 15px;
	margin-bottom: 50px;
}
.btn-default:hover,
.btn-default:focus {
	color: #fff;
	color: rgba(255,255,255,1);
	background: #1e69de;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNjlkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzM2OTBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZGIzZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e69de 0%, #3690f0 49%, #54a3ee 50%, #6db3f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e69de), color-stop(49%,#3690f0), color-stop(50%,#54a3ee), color-stop(100%,#6db3f2));
	background: -webkit-linear-gradient(top,  #1e69de 0%,#3690f0 49%,#54a3ee 50%,#6db3f2 100%);
	background: -o-linear-gradient(top,  #1e69de 0%,#3690f0 49%,#54a3ee 50%,#6db3f2 100%);
	background: -ms-linear-gradient(top,  #1e69de 0%,#3690f0 49%,#54a3ee 50%,#6db3f2 100%);
	background: linear-gradient(to bottom,  #1e69de 0%,#3690f0 49%,#54a3ee 50%,#6db3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69de', endColorstr='#6db3f2',GradientType=0 );
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
  color: #666;
}
body {
	font-family: "Gill Sans", "Gill Sans MT", 'Lato', sans-serif;
	/*font-family: 'Lato', sans-serif;*/
  	color: #666;
  	text-align: center;
	font-size: 18px;
	/*background: url(../img/argus_bkg1-2200x1800.png) no-repeat;
	background-size: cover;*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  	display: table;
  	width: 100%;
  	height: 100%; /* For at least Firefox */
  	min-height: 100%;
  	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.20);
  	-moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.20);
  	box-shadow: inset 0 0 100px rgba(0,0,0,0.20);
}
.site-wrapper-inner {
  	display: table-cell;
  	vertical-align: top;
}
.cover-container {
  	margin-right: auto;
  	margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #666;
  border-bottom-color: #fff;
}

.cover-heading {
	padding-top: 0;
	font-size: 1.65em;
	font-weight: normal;
	color: #666;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.75);*/
}
#logo {
	display: block;
	position: relative;
	margin: 25px auto 50px auto;
	width: 85%;
	max-width: 797px;
}
.tvLogo a img {
	width: 100%;
	max-width: 150px; 
	margin-bottom: 20px;
	border: none;
	outline: none;
}
.tvLogo a:hover {
	cursor: pointer;
}

.lead {
	font-size: 3em;
	font-weight: normal;
	color: #666;
	margin: 0 0 2em 0;
}
.phoneLink,
.phoneLink:hover {
	text-decoration: none;
	cursor: default;
	color: inherit; 
}

/* Forms
---------------------------------------------------- */
.formSection {
	/*margin-bottom: 0.75em*/
}
.submitBtn {
	position: relative;
	display: block;
	margin: 1em auto;
}
input,
textarea {
	font-family: 'open_sansregular';
	font-weight: normal;
	padding: 0.25em 0.5em;
	border: 1px solid #c5c5c5;
	border: 1px solid rgb(197,197,197);
	-webkit-border-radius: 5px;
	-mox-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.10);
	-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.10);
	box-shadow:inset 0 0 10px 0 #E7E5E5;
	box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.10);
	behavior: url('/PIE/PIE.php');
	margin-bottom: 0.75em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	position: relative;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
input[type="radio"],
input.radio {
	display: inline;
}
input.datepicker {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}
input.pageTitle {
	font-size: 2em;
	padding: 0.15em 0.25em;
	margin: 0.5em 0 0 0; 
}
textarea {
	min-height: 5em;
}
.formError {
	font-family: 'open_sanssemibold';
	color: red;
}
input[type="text"].formError,
input[type="email"].formError,
input[type="tel"].formError,
textarea.formError {
	border-color: red;
	font-family: 'open_sansregular';
}
.radio {
	margin: 0 0 0.75em 0;
	padding: 0
}
.radio div {
	display: inline-block;
	margin-left: 50px;
	text-align: left;
}
.radio div:first-child {
	margin-left: 0;
}
.honeyPot {
	display: none;
}
.formRow label,
.formRow input,
.formRow select,
.formRow textarea {
	margin: 0.5em 0;
}
.modal-content {
	text-shadow: none;
	overflow: hidden;
}


/* Processing Message
-------------------------------------------- */
#processing {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 10%;
	background: #fff;
	background: rgba(255,255,255,0.9);
	text-align: center;
	font-size: 5em;
	color: #ccc;
	z-index: 999;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url('/PIE/PIE.php');
}
#processing .fa {
	font-size: 2em;
}


@media only screen and (max-width: 480px) {
  	.modal {
		overflow-y:auto;
		max-height:90%;
	}
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
	color: #666;
	text-shadow: none;
	font-size: 0.75em;
}
.mastfoot a {
	color: #666;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 960px;
  }
}
