/* 
    font-family: arial, sans-serif;
    font-family: Georgia, Times New Roman, serif;  
	http://templates.cms-guide.com/45363/flights-info
	http://imcg.com/
*/

/*
https://kuler.adobe.com/Dark-Acceptance-color-theme-1617431/edit/?copy=true&base=2&rule=Custom&selected=4&name=Copy%20of%20Dark%20Acceptance&mode=rgb&rgbvalues=0.12941176470588237,0.5490196078431373,0.011764705882352941,0.18823529411764706,0.18823529411764706,0.18823529411764706,1,1,1,0.23921568627450981,0.23921568627450981,0.23921568627450981,0.050980392156862744,0.050980392156862744,0.050980392156862744&swatchOrder=0,1,2,3,4
218C03 33,140,3 Green
303030 48,48,48 
202020 32,32,32
FFFFFF 255,255,255 White
3D3D3D 61,61,61
0D0D0D 13,13,13 Dark1

#ffc700 yellow
#EBA707 yellow hover
*/

/*
fa-truck
fa-check
fa-bookmark
fa-thumbs-up
fa-user
fa-mail-forward
*/

header, footer, article, section, nav, hgroup, aside
{ 
     display: block; 
}

img
{
     border: none;
}

h1, h2, h3, h4, h5, h6
{
     margin: 0;
}

a
{
	color: #0BBCCB;
	color: #ffc700;
}

a:hover
{
	color: #1581de;
	color: #EBA707;
}

p
{
     margin: 10px 0;
}

.clear
{    
     clear: both;
}

iframe
{
	background: none;
}

/*
@media screen and (min-width:481px) {
*/

/*Desktop*/

body
{
     background-color: #0D0D0D;
     font-family: arial, sans-serif;
     font-size: 16px;
     color: #050505;
     margin: 0;
	 
}

.header_pic
{
	height: 766px;
	min-width: 1120px;
	position: relative;
}

.header_pic_int
{
	height: 355px;
	min-width: 1120px;
	position: relative;
}

.headerInt_pic
{
	background-image: url("../images/splashInt2.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	-webkit-box-shadow:inset 0 50px 80px 0 rgba(10,10,10,0.7);
	box-shadow:inset 0 50px 80px 0 rgba(10,10,10,0.7);
}

.headerInt_picAbout
{
	background-image: url("../images/splashInt5.jpg");
	background-position: center center;
}

.headerInt_picCareers
{
	background-image: url("../images/splashInt.jpg");
	background-position: center center;
}

.header_pic p
{
	background: #202020;
	background: rgba(32,32,32,0.5);
	position: absolute;
	right: 150px;
	bottom: 150px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	max-width: 300px;
	padding: 20px 40px;
	-webkit-box-shadow: 0 0 20px 0 rgba(32,32,32,0.7);
	box-shadow: 0 0 20px 0 rgba(32,32,32,0.7);
	display: none;
}

.cycle-slideshow
{
	height: 766px;
	min-width: 1120px;
	position: relative;
}

.slide
{
    background-image: url("../images/splash1.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
	-webkit-box-shadow:inset 0 50px 80px 0 rgba(10,10,10,0.7);
	box-shadow:inset 0 50px 80px 0 rgba(10,10,10,0.7);
}

.slide1
{
    background-image: url("../images/splash8.jpg");
    background-size: cover;
}

.slide2
{
    background-image: url("../images/splash9.jpg");
    background-size: cover;
}

.slide3
{
    background-image: url("../images/splash5.jpg");
    background-size: cover;
}

.slide4
{
    background-image: url("../images/splash7.jpg");
    background-size: cover;
}

.slide5
{
    background-image: url("../images/splash4_1.jpg");
    background-size: cover;
}

.example-pager {
    overflow: hidden;
    text-align: center;
    top: 680px;
    width: 100%;
    z-index: 500;
	position: absolute;
}

.example-pager span {
    color: #DDDDDD;
    display: inline-block;
    font-size: 70px;
    height: 16px;
    width: 16px;
	margin: 0 7px;
	cursor: pointer;
}

.example-pager span.cycle-pager-active
{
	color: #218C03;
}

.logo a
{
     background: url("../images/logoWithWhite.png") no-repeat 0 0;
     display: block;
     overflow: hidden;
     text-indent: -9999px;
     width: 500px;
     height: 250px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 100;
}

.headerOut
{
	 background: #202020;
	 min-width: 1120px;
	 position:relative;
}

.header
{    
     background: #202020; /* Old browsers */
	background: -moz-linear-gradient(left,  #202020 0%, #3d3d3d 50%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#202020), color-stop(50%,#3d3d3d), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #202020 0%,#3d3d3d 50%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #202020 0%,#3d3d3d 50%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #202020 0%,#3d3d3d 50%,#202020 100%); /* IE10+ */
	background: linear-gradient(to right,  #202020 0%,#3d3d3d 50%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#202020',GradientType=1 ); /* IE6-9 */
	 width: 1120px;
     margin: 0 auto;
}

.navNav
{
	-webkit-box-shadow: inset 0px 0px 35px 5px rgba(32, 32, 32, 1.0);
    box-shadow: inset 0px 0px 35px 5px rgba(32, 32, 32, 1.0);
	padding: 30px 0;
}

.navNav ul
{
     margin: 0;
     padding: 0;
	 text-align: center;
}

.navNav ul li
{
     margin: 0px;
     padding: 0;
     list-style: none;
	 display: inline-block;
     font-family: Georgia, Times New Roman, serif;
     font-size: 18px;
     color: #fff;
	 text-transform: uppercase;
	 letter-spacing: 1px;
}

.navNav ul li a
{
     color: #fff;
     text-decoration: none;
	 padding: 30px 40px;
}

.navNav ul li a:hover
{
	 background: #202020;
	 color: #ccc
}

.contentContainerOut
{
	background: #202020;
	min-width: 1120px;
}

.contentContainer
{     
    background: #202020; /* Old browsers */
	background: -moz-linear-gradient(left,  #202020 0%, #3d3d3d 50%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#202020), color-stop(50%,#3d3d3d), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #202020 0%,#3d3d3d 50%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #202020 0%,#3d3d3d 50%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #202020 0%,#3d3d3d 50%,#202020 100%); /* IE10+ */
	background: linear-gradient(to right,  #202020 0%,#3d3d3d 50%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#202020',GradientType=1 ); /* IE6-9 */
	 width: 1120px;
     margin: 0 auto;
}

.homeMid2
{
	-webkit-box-shadow: inset 0px -40px 50px 10px rgba(32, 32, 32, 1.0);
    box-shadow: inset 0px -40px 50px 10px rgba(32, 32, 32, 1.0);
	padding: 30px 60px 40px;
	min-height: 300px;
}

.mid2Left
{
     width: 650px;
     float: left;
}

.mid2Right
{
     width: 300px;
     float: right;
}

.homeMid2 h1
{
     font-family: Lobster;
	 font-family: 'Oleo Script',Times New Roman, serif;
	 font-size: 24px;
	 font-weight: normal;
     color: #fff;
	 text-transform: uppercase;
	 margin: 0 0 10px 0;
}

.homeMid2 h2
{
     font-family: Georgia, Times New Roman, serif;  
	 font-size: 18px;
	 font-weight: normal;
     color: #fff;
	 text-transform: uppercase;
	 margin: 0 0 5px 0;
}

.homeMid2 h3
{
	 font-size: 14px;
	 font-weight: bold;
     color: #ccc;
	font-style: italic;
	margin: 5px 0 0 0;
	padding: 0 0 0 12px;
}

.homeMid2 h4
{
	 font-size: 14px;
	 font-weight: normal;
     color: #aaa;
}

.homeMid2 h4 a
{
	color: #aaa;
	text-decoration: none;
}

.homeMid2 h4 a:hover
{
	text-decoration: underline;
}

.homeMid2 .homeMidBox
{
     
}

.homeMid2 .homeMidBox img
{
	width: 298px;
	height: 180px;
	-webkit-box-shadow: 0px 0px 3px 0px #fff;
	-moz-box-shadow: 0px 0px 3px 0px #fff;
	box-shadow: 0px 0px 3px 0px #fff; 
	border: solid 1px #fff;
	margin: 8px 0 15px 0;
}

.homeMidBoxText
{
 
}

.homeMid2 .homeMidBoxText p
{
     font-family: arial, sans-serif;
     font-size: 16px;
     color: #aaa;
     margin: 0;  
	 padding: 10px 0;
	 margin: 0 0 15px 0;
}

.intMidBox
{
     font-family: arial, sans-serif;
     font-size: 16px;
     color: #aaa;
}

.intMidBox p
{
     font-family: arial, sans-serif;
     font-size: 16px;
     color: #aaa;
     margin: 0;  
	 padding: 10px 0 15px;
	 margin: 0 0 15px 0;
	 border-bottom: solid 1px #aaa;
}

.homeMid2 .homeMidBoxText a
{
	background: #218C03;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}

.homeMid2 .homeMidBoxText a:hover
{
	background: #176102;
}

.footer
{
	 min-width: 1120px;
	 position:relative;
}

.footerIn
{    
     width: 1080px;
     margin: 0 auto;
     padding: 20px;
	 font-size: 13px;
	 color: #bbb;
}

.footer_left
{
     width: 300px;
     float: left;
}

.footer_right
{
     width: 300px;
     float: right;
	 text-align: right;
}

/* Interior */

.mid2Top
{
	margin: 0 0 40px 0;
}

.mid2Bot1, .mid2Bot2
{
	margin: 20px 0 0 0;
}

ul.staffList
{
	margin: 20px 0 0 0;
	padding: 0;
}

ul.staffList li
{
	margin: 0 0 40px 20px;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
}

ul.staffList1 li
{
	width: 240px;
}

ul.staffList li img
{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
}

.tableLabel
{
	text-align: right;
	color: #aaa;
	font-size: 12px;
	margin: 0 0 5px;
}

table#table1
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
	margin: 0 0 20px 0;
}

table#table1 td
{
    border: 1px solid #ffc700;
    padding: 3px 7px 2px 7px;
	text-align: center;
}

ul.bigList
{
	color: #ffc700;
}

.revBox
{
	position: relative;
	width: 298px;
	height: 180px;
	margin: 0 0 20px 0;
}

.revBox img
{
	width: 298px;
	height: 180px;
	-webkit-box-shadow: 0px 0px 3px 0px #fff;
	-moz-box-shadow: 0px 0px 3px 0px #fff;
	box-shadow: 0px 0px 3px 0px #fff;
}

.revBoxText
{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(33,140,3,0.7);
	width: 100%;
}

.revBox:hover .revBoxText
{
	background: rgba(33,140,3,1.0);
}

.revBoxText a
{
	color: #fff;
    font-family: Georgia,Times New Roman,serif;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px;
	display: block;
    text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

/* Google Form */

.homeMid2 h1.ss-form-title {
    margin: 10px 0 5px;
}

.ss-item {
margin: 10px 0;
}

.ss-form-entry {
margin: 0 0 10px 0;
}

.homeMid2 h2.ss-section-title {
background: rgba(33, 140, 3, 1.0);
color: #fff;
padding: 5px;
margin: 30px 0 15px;
text-align: center;
}

.ss-q-title {
display: block;
font-weight: bold;
color: #fff;
}

.ss-secondary-text {
color: #ddd;
}

.required-message, .error-message {
color: #c43b1d;
display: none;
font-size: 13px;
}

.ss-form-entry input {
vertical-align: middle;
margin-left: 0;
margin-top: 0;
}

.ss-form-entry select {
max-width: 100%;
}

.ss-q-long {
resize: vertical;
width: 70%;
}

.ss-password-warning, .ss-footer, .ss-edit-link
{
	display: none;
}

ul.ss-choices
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.ss-choices li
{
	margin: 0;
	padding: 0;
}


/*
}

@media screen and (max-width:480px) {
*/
/*Mobile*/

