 @charset "UTF-8";
/* CSS Document */


body, html {
	height: 100%; 
	width: 100%;
}

body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	margin: 0; 
	text-align: center;
	color: #132E4B;
	background: #F5F3EF;
}

#wrapper{
    min-height: 100%;
    position:relative;
}

#container {
	display: block;
	width: 80%; 
	background: transparent;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px; 
}

.header {
	height: 60px;
	border: 0px #f5f3ef solid;
	border-bottom: 1px #C1BDBD solid;
	background: #f5f3ef;
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(27,54,93,0.65) 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(27,54,93,0.65))); !* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(27,54,93,0.65) 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(27,54,93,0.65) 100%); !* Opera 11.10+ *!*/
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(27,54,93,0.65) 100%); !* IE10+ *!*/
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(27,54,93,0.65) 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a61b365d',GradientType=0 ); !* IE6-9 *! 	*/
	margin: 0;
	padding: 10px;
}

#content {
	width: 80%;
	margin: 0 auto; 
	padding: 20px 0;
	border: 0px;
	text-align: center;
}
#footer {
	display: block;
    position: relative;
    left: 0;
    bottom: 0; 
	height: 80px; 
    width: 100%;
	clear: both;
	margin: 0;  
	padding: 0;
	text-align: center;
    background-color: #1b365d;
}


.logo {
	display: inline-block;
	margin: 0 auto;
	float: left;
	width: 300px;
	text-align: center;
}

.logo img {
	height: 60px;
}

#nav {
	display: inline-block;
	z-index: 9998;
	border: 0px #eee solid;
	float: right;
}

#nav ul{
	margin: 0;
	padding: 0;
}

#footer a {
	display: block;
	margin: 0;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 80px;
	text-decoration: none;
	border: 0;
	outline: none;	
}

#footer a:hover {
	color: #89ABE3;
}

#tabs {
	text-align: center;
	margin: 0 auto;	 
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#tabs #Content_Area {
overflow: hidden;
z-index: 5;
height: auto;
width: 100%;
margin: 0;
}

p {
	font-size: 12px!important;	
	text-transform: uppercase;
}

.style4 a {
	font-size: .8em; 
	display: block; 
	clear: both; 
	padding: 5px 0; 
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


h4 {
 font-size: 12px;	
}

h3 {
 font-size: 15px;	
}

.style4 a:hover {
	color: #36648B;
	text-decoration: underline;
}

select
{
    width: 175px!important;
} 

hr {
	width: 80%; 
	margin-bottom: 20px;	
}

p {
	text-align: center;	
}

.title {
	/*position: relative;*/
	display: block;
	/*top: 40px;*/
	line-height: 15px;
	padding: 5px 0;
	margin: 25px auto;
	/*clear: both;*/
	width: 220px;
	min-height: 30px;
	/*background: rgba(0,0,0,0.7);*/
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	/*filter: alpha(opacity=70);*/
	/*-moz-opacity:0.7;*/
	/*-khtml-opacity: 0.7;*/
	/*opacity: 0.7;*/
	color: #132e4b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	/*z-index: 9999;*/
}

.ph {
	position: relative;
	display: block;
	top: 40px;
	line-height: 15px;
	padding: 5px 0;
	margin: 0 auto;
	clear: both;
	width: 220px;
	min-height: 30px;
	background: rgba(0,0,0,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	font-size: 12px;	
	z-index: 9999;
}

.thumb {
	z-index: 9;
	width: 220px;
	height: 220px;
	object-fit: cover;
	/*-webkit-box-shadow: 0 8px 6px -6px #333;*/
	/*   -moz-box-shadow: 0 8px 6px -6px #333;*/
	/*        box-shadow: 0 8px 6px -6px #333;*/

}

 .thumbWrapper {
	 width: 220px;
	 height: 220px;
 }

#tabs ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#tabs ul li {
	display: inline-block;
	clear: none;
	height: auto;
	margin: 0;
}

.switch {
	color: #707070;
	background: transparent;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	position: relative;
	margin: 16px 0 5px  6px;
	display: block;
	line-height: 24px;
	z-index: 9999;
	width: auto;
	padding: 5px 10px;
	cursor: pointer;
}


a.switch:hover, .active a.switch,.active a:hover {
	color: #000;
	font-weight:bold;

	/*background: -moz-radial-gradient(center, ellipse cover,  rgba(27,54,93,1) 0%, rgba(0,0,0,0) 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(27,54,93,1)), color-stop(100%,rgba(0,0,0,0))); !* Chrome,Safari4+ *!*/
	/*background: -webkit-radial-gradient(center, ellipse cover,  rgba(27,54,93,1) 0%,rgba(0,0,0,0) 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-radial-gradient(center, ellipse cover,  rgba(27,54,93,1) 0%,rgba(0,0,0,0) 100%); !* Opera 12+ *!*/
	/*background: -ms-radial-gradient(center, ellipse cover,  rgba(27,54,93,1) 0%,rgba(0,0,0,0) 100%); !* IE10+ *!*/
	/*background: radial-gradient(ellipse at center,  rgba(27,54,93,1) 0%,rgba(0,0,0,0) 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b365d', endColorstr='#00000000',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!*/
}

.item-container {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto;	
}

.item {
	display: inline-block;
	margin: 25px 0;
	vertical-align: top;
    text-align: center;
    width: 250px;
}


.copy {
	width: 80%; 
	margin: 0 auto 20px auto;
	padding: 20px;
	border-bottom: 1px #eee solid;	
}

select {
    padding:10px;
    margin: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    color:#999999;
    border:1px #C1BDBD solid;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	font-size: 12px;
	vertical-align: middle;

	/* Arrow */
	appearance: none;
	background-image: url("images/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;

}

.mybutton {
    padding:10px 15px;
    margin: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: #6B8DB1;
	color: #fff;
    border: none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	vertical-align: middle;
}

.location{
	color:#132E4B;
	text-transform:uppercase;
	font-size:22px;
	background: transparent ;
	margin:50px auto;
	width:100%;
}