@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0px;
	position:relative;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}


header {
	width:100%;
	margin:0px auto;
    text-align: center;
    padding:20px 2%;
}
header img {
    max-height:100px;
    
}

header .headerlogin {
    width:100%;
    margin:0;
    padding:10px 10px 30px 10px;
	text-align:right;
	position:absolute;
    right:0px;
    top:0px;
}
a.logintrigger{
	font-size:16px;
	display:inline-block;
	border-radius: 5px;
	padding:10px 20px;
	background-color: #14172c;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
	color:#fff;
	cursor:pointer;
	width:auto;
	transition: background 0.65s ease;
	margin:25px 0 0 0;
}
.logintrigger:hover{
	background-color: #192666;
	color:#fff;
	cursor:pointer;
}
.poplogin {
	background:#fafafa;
    border-right:1px solid #14172c;
    border-left:1px solid #14172c;
    border-bottom:1px solid #14172c;
	padding:30px;
	width:100%;
	max-width:400px;
	position:absolute;
	top:-1000px;
	right:120px;
	border-radius:0 0 10px 10px;
	transition: all 0.55s ease;
	z-index:110;
}
.poploginshow {
	top:0px;
}
.textbox {
    background:#ddd;
}
.loginretrievepopup {
	background:#42486f;
	padding:30px;
	width:500px;
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-250px;
	border-radius:0 0 10px 10px;
	transition: all 0.55s ease;
	z-index:110;
	color:#fff;
}
nav {
	background:#cccccc;
	color:#000000;
	text-align: center;
}

main {
	width:100%;
    min-height: 80vh;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.hero {
    background:url('../images/hero.jpg') top no-repeat #14182c;
    background-size:cover;
    text-align: left;
    padding:300px 0px 300px 7%;
    height:100vh;
}
.hero img {
    width:90%;
    max-width:900px;
    margin:0px auto;
}


.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#900;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
}
.c2a:hover {
	color:#ffffff;
	background:#c00;
}

.table-container {
    display:table;
    border:1px solid #222;
    font-size:.9em;
    margin-bottom:100px;
    width:100%;
}

.table-header {
    display: table-row;
    background:#18345f;
    color:#fff;
}
.table-row {
    display: table-row;
    border-bottom:1px solid #222;
    width:100%;
}
.table-row:nth-child(even) {
    background: #ddd;
}

.table-cell {
    display: table-cell;
    width:16.5%;
    padding:10px;
    border-right:1px solid #999;
}
.table-cell:last-child {
    border-right:none;
}
.table-header .table-cell {
    text-align: center;
    padding:20px;
    font-size: 1.2em;
}
.table-cell:nth-child(2) {
    font-weight:bold;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:0 auto 20px auto;
	color:#fff;
	position: relative;
	padding:5%;
}
fieldset strong {
	color:#000;
	font-size:1.1em;
}
legend {
	font-size:22px;
	font-weight:bold;
	color:#222;
	padding-top:30px;
}
.fieldrow {
	margin:0px 0px 40px 0px;
}
#emailform div {
	margin:10px;
	text-align:left;
	position: relative;
}
label {
	font-weight:bold;
	float:none;
	margin:12px 10px 0 0;
	width:100%;
	font-size: 1.4em;
}
#submit {
	text-align:center;
}
input {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin: 5px 0 10px 0;
	padding:2%;
	width:100%;
	position: relative;
}
textarea {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:2%;
	height:120px;
	width:100%;
}
select {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:2%;
	width:auto;
	cursor:pointer;
}

.button{
	font-size:20px;
	border-radius: 5px;
	padding:3%;
	background-color: #14172c;
	text-align: center;
	border:none;
	color:#fff;
	cursor:pointer;
	width:100%;
	transition: background 0.65s ease;
}
.button:hover{
	background-color: #600;
	color:#fff;
	cursor:pointer;
}
#dataedit {
	margin:20px auto 0 auto;
	width:100%;
	max-width:840px;
}


/*****************************************************************
	ALERTS
******************************************************************/
#alert {
	padding:0px;
	clear:both;
	position:absolute;
	top:25%;
	left:20%;
	margin:0px;
	width:60%;
	z-index:105;
}
#alert .closealert, #alert2 .closealert {
	position:absolute;
	top:5px;
	right:10px;
	color:#fff;
	font-weight:bold;
	opacity:.8;
	text-decoration:none;
	font-size:1.2em;
}
#alert .closealert:hover, #alert2 .closealert:hover {
	opacity:1;
	color:#fff;
}
#alert p {
	margin:0px;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:1.2em;
}
#alert ul {
	color:#fff;
	padding:0;
	margin:0;
}
#alert li {
	color:#fff;
	list-style:none;
}
.error, .notice, .success, .info {
	padding:10px 20px;
	min-height:25px;
}
.error      { background: #ca2427; color: #fff !important; border-color:#ca2427; text-align:center;  }
.notice     { background: #ca2427; color: #fff !important; border-color:#ca2427; text-align:center;  }
.success    { background: #039b2d; color: #fff !important; border-color:#039b2d; }
.info		{ background: #ca2427; color: #fff !important; border-color:#ca2427; }
.error a    { color: #fff; }
.notice a   { color: #fff; }
.success a  { color: #fff; }
.info a		{ color: #fff; }


video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


footer {
    background:#13172c;
    color:#ccc;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:40px 5%;
}
footer a, footer a:visited, footer a:active {
    color:#ccc;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 960px) {

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
