@charset "utf-8";
/* CSS Document */

html {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/tile-main.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

body {
	background-color: inherit;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: 'Roboto', sans-serif;
	color: #333;
}

.font_36_italic{
	font-family: 'Roboto', sans-serif;
	color: #0066cc;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
}

.font_36{
	font-family: 'Roboto', sans-serif;
	color: #0066cc;
	font-size: 36px;
	font-weight: 700;
}

.font_36_gold{
	font-family: 'Roboto', sans-serif;
	color: #cc9933;
	font-size: 36px;
	font-weight: 700;
}	

.font_16_wht{
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}

.font_14{
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

.font_18{
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 18px;
}


.font_24{
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 24px;
	font-weight: bold;
}
#pop-teaser {
    line-height: 1.4em;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dedede;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	background: #ffffff;
}
#xs-pop-teaser {
    line-height: 1.4em;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dedede;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
	background: #ffffff;
	margin-top: 10px;
	width: 490px;
}
.pop-credit {
	display: inline-block;
	float: right;
}
#photo-bar {
	background: #016abb; /* Old browsers */
	background: -moz-linear-gradient(left,  #016abb 0%, #a5d3f7 50%, #016abb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#016abb), color-stop(50%,#a5d3f7), color-stop(100%,#016abb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #016abb 0%,#a5d3f7 50%,#016abb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #016abb 0%,#a5d3f7 50%,#016abb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #016abb 0%,#a5d3f7 50%,#016abb 100%); /* IE10+ */
	background: linear-gradient(to right,  #016abb 0%,#a5d3f7 50%,#016abb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016abb', endColorstr='#016abb',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	padding: 15px 0px;
}
.feature-wrapper {
	padding: 15px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 2px 5px rgba(6, 6, 6, .4);
	-moz-box-shadow: 1px 2px 5px rgba(6, 6, 6, .4);
	box-shadow: 1px 2px 5px rgba(6, 6, 6, .4);
}
.feature-col:last-child  .feature-wrapper {
	margin-bottom: 0;
}
#seperator-bar, #social-bar {
	background: rgb(17,17,17); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(17,17,17,1) 0%, rgba(0,51,108,1) 50%, rgba(17,17,17,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(17,17,17,1) 0%,rgba(0,51,108,1) 50%,rgba(17,17,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(17,17,17,1) 0%,rgba(0,51,108,1) 50%,rgba(17,17,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=1 ); /* IE6-9 */
    height: 40px;
    text-align: right;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 10px;
}

#social-bar a:link {
	color: #333;
	text-decoration: none;
}
#social-bar a:active {
	color: #333;
	text-decoration: none;
}
#social-bar a:visited {
	color: #333;
	text-decoration: none;
}
#social-bar a:hover {
	color: #FFF;
}
#main {
	-webkit-box-shadow: -1px 0px 30px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: -1px 0px 30px 2px rgba(0,0,0,0.8);
	box-shadow: -1px 0px 30px 2px rgba(0,0,0,0.8);
	background-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(249, 244, 217, .95);
}
.home-side-col {
	background-color: rgba(0, 0, 0, 0.2);
    color: rgba(200, 200, 200, 0.8);
    background-image: url(../images/tile-vert-shadow.png);
    background-repeat: repeat-y;
    background-position: left top;
    padding-top: 1%;
    padding-right: 0.5%;
    padding-bottom: 1%;
    padding-left: 0.5%;
	min-height: 500px;
}
.home-side-col div {
	margin-left: auto;
	margin-right: auto;
}
#head {
    padding: 15px 20px 12px 15px;
}
.head-title {
    font-family: Roboto;
    font-size: 42px;
    color: #FFF;
    text-shadow: 2px 3px 2px #000000;
    font-style: italic;
    font-weight: 900;
}
.head-subtitle {
    font-family: Roboto;
    font-size: 30px;
    color: #5294e7;
    text-shadow: 2px 3px 2px #000000;
    font-weight: 500;
}
#foot {
	background-color: #222;
	margin-bottom: 0;
}

#foot-text {
	color: #FFF;
}

#foot a:link {
	color: #F9C947;
}
#foot a:visited {
	color: #F8B501;
}
#foot a:active {
	color: #F8B501;
}
#foot a:hover {
	color: #FBDA83;
}
.report-card-container > .row {
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}

.container-map {
	padding: 0;
}
.container-fleet-info {
	padding: 10px;
}
.mob-headlines {
	font-family: Roboto;
    font-size: 18px;
    color: #5294e7;
    font-weight: 500;
    line-height: 30px;
}
.mob-headlines ul {
	padding-left: 1.2em;
}
.mob-headlines li {
	line-height: 1.2em;
	margin-bottom: 10px;
}
.mob-headlines li:last-child {
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #D60000;
	font-weight: bold;
}
.mob-headlines li:last-child a:link {
	color: #D60000;
}
.mob-headlines li:last-child a:active {
	color: #D60000;
}
.mob-headlines li:last-child a:visited {
	color: #D60000;
}
@media (min-width: 1px) {
	.home-headline {
		text-align: center;
	}
	.report-card-container {
		text-align: center;
	}
	.head-title {
		display: none;
	}
	.head-subtitle {
		display: none;
	}
	#head {
		background-attachment: scroll;
		background-image: url(../images/tile_top.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
	#head .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#head-right .img-responsive {
		max-width: 223px;
		margin-top: 20px;
	}
	#foot {
		padding: 10px 30px 15px 30px;
	}
	#foot .img-responsive {
	    margin-right: auto;
		margin-left: auto;
	}
	#foot-right .img-responsive {
		margin-top: 20px;
		max-width: 202px;
		max-height: 100%;
	}
	#foot-text {
		text-align: center;
	}
	#map-canvas {
		height: 320px;
		width: 100%;
	}
	.feature-col {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.home-headline {
		text-align: left;
	}
	#head .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#foot {
		padding: 30px 30px 15px 30px;
	}
	#foot .img-responsive {
	    margin-right: 0;
		margin-left: 0;
	}
	#foot-right  .img-responsive {
		float: right;
	}
	#foot-text {
		padding-left: 10px;
		margin-top: 0;
		text-align: right;
	}
	#foot-right .img-responsive {
		margin-top: 0;
		max-width: 100%;
		max-height: 111px;
	}
	#map-canvas {
		height: 320px;
	}
	#photo-bar {
		padding: 30px 0px;
	}
}
@media (min-width: 1024px) {
	.report-card-container {
		text-align: left;
	}
	.head-title {
		display: block;
		margin-left: 20px;
		margin-top: 30px;
	}
	.head-subtitle {
		display: block;
		margin-left: 20px;
	}
	#head .img-responsive {
		margin-left: 0;
		margin-right: 0;
	}
	#head-right .img-responsive {
		margin-top: 0px;
		max-width: 100%;
		float: right;
	}	
	#foot .img-responsive {
		margin-left: 0;
		margin-right: 0;
	}
	#map-canvas {
		height: 320px;
	}
}
@media (min-width: 1200px) {
	.head-title {
		margin-left: 40px;
		margin-top: 40px;
		font-size: 48px;
	}
	.head-subtitle {
		margin-left: 40px;
	}
}