logo/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #2d2d2d;
    width: 100%;
	color: #fff; 
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 2.0em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
    font-size: 1.5em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3 {
    font-size: 1.25em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4 {
    font-size: 1.2em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    background-color: #294a6c;
    padding: .5em;
    margin-bottom: .5em;
}

summary {
	    font-size: 1.2em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    background-color: #294a6c;
    padding: .5em;
    margin-bottom: .5em;
	cursor: pointer;	
	position: relative;
}
summary:hover {
	opacity: .8;
}
summary .tooltip {
    visibility: hidden;
 
    background-color: rgba(0,0,0,.25);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 100;
	  top: 5px;
    right: 5px;
	

}

summary:hover  .tooltip {
    visibility: visible;
}
/*h4::after {
    content: "\025BF";
    position: absolute;
    right: .5em
}*/
p {
    line-height: 1.4em;
    margin: 1em;
}
a {
    color: #ddd;
    text-decoration: none;
}
a:hover {
    opacity: .7;
}
.page_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.img_right {
    width: 25%;
    float: right;
    margin-right: 0 !important;
}

.img_center {
	width: 50%;
	float: none;
	margin: 1em auto !important;
}
.img_left {
	width: 25%;
	float: left;
	margin-left: 0 !important;
	margin-right: 1em;
	
}
.big_link {
    text-transform: uppercase;
    text-decoration: underline;
}
.home {
    text-align: center;
}
.home p {
    line-height: 2em;
}
.home img {
    width: 65%;
    max-width: 500px;
    margin: 1em;
}
#logo_vid {
	width: 100%;
	max-width: 1200px;
	
}
.slider_overlay {
    background: rgba(33,33,33,0);
    text-align: center;
    text-transform: uppercase;
    height: 160px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10000;
    color: #000;
    transition: all .5s .1s ease;
}
.slider_overlay h1 {
    letter-spacing: 3px;
    position: relative;
    top: 70px;
}
.slider_overlay p {
    opacity: .5;
    font-size: .9em;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1.5px;
    position: relative;
    top: 70px;
}
.slider_overlay img {
    width: 240px;
    position: absolute;
    left: calc(50% - 114px);
}
.home .slider_overlay img {
	top: -92px;
}
.separator {
    position: relative;
}
.separator:after {
    content: " ";
    width: 2px;
    height: 70%;
    background-color: #444;
    position: absolute;
    right: -10px;
    top: 3em;
}
.button {
    background-color: #294a6c !important;
    padding: 1em .5em !important;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.3em;
    border-radius: .25em;
    width: 60%;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 1em 0 1.5em 0;
    text-align: center;
}
.button:hover {
    background-color: #f91a29 !important;
}
.quotes {
    background-color: #f91a29;
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.quotes>* {
	width: 90%;
	height: inherit;
	position: relative;
	margin: 0 auto;
	padding: 3em 0 !important;

}
.quotes img {
	width: 25%;
    max-width: 180px;
    max-height: 180px;
	float: left;
	margin: 1em 1em 1em 0;

}
.quotes p {

}
#footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
#bottom {
    background-color: #1a1a1a;
    min-height: 4em;
}
#bottom i {
    background-color: #2d2d2d;
    padding: 1em;
    margin: 1.5em .5em;
    border-radius: 60px;
    text-align: center;
    width: .9em;
    color: #bec0be;
}
#bottom .copyright {
    padding-bottom: 2em;
    font-size: .75em;
    opacity: .5;
}
.align-center {
    text-align: center;
}
.sub-page {
    text-align: left;
    color: #fff;
}
.sub-page p {
    margin: 1em 0;
}
.sub-page img {
    margin: .5em;
}
.sub-page a {
    color: #396DC2;
}
.sub-page ol {
	margin: 1em 2em
}
.sub-page ul {
	margin: 1em 2em
}
.sub-page li {
	margin: .5em;
	line-height: 1.4em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

@media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *:before,  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
}
a,  a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
    content: "";
}
pre,  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
    display: table-header-group;
}
tr,  img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p,  h2,  h3 {
    orphans: 3;
    widows: 3;
}
h2,  h3 {
    page-break-after: avoid;
}
}

#overlay {
    display: none;
}
.subpage_image_container {
    width: 300px;
    margin: 1em;
}
.subpage_image_container img {
    width: 100%;
}
.mapping {
    width: 100%;
    height: 380px;
}
.popup-gallery {
    margin: 0px;
}
.popup-gallery img {
    margin: 0;
    width: 100%;
}
.popup-gallery .section {
    padding: 0;
}

@media only screen and (max-width: 1200px) {
	.page_content h1,h2,h3,p {
		margin: 20px !important;
	}
	
	.sub-page h2,h3 {
		margin-top: 2.5em !important;
	}
}



@media only screen and (max-width: 650px) {
	.slider_overlay h1 {
		font-size: 5vw;
	}
	.slider_overlay {
		height: 40%;
	}
	.slider_overlay h1 {
		top: 2em;
	}
	.slider_overlay p {
		top: 3.5em;
	}
	.slider_overlay img {
    	width: 40%;
    	bottom: 50px;
    	left: 30%;
}
	.tagline {
		display: none;
	}
	.tooltip {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.quotes {
		display: none;
	}

	.wowslider-container1 {
		display: none;
	}
	.slider_overlay h1 {
		top: 1em;
	}
	.slider_overlay p {
		top: 1em;
	}
	.slider_overlay img {
		bottom: -55px !important;
	}
	.img_right {
		float: none;
		width: 90%;
		margin: 1em !important;
	}
	.img_left {
		float: none;
		width: 90%;
		margin: 1em !important;
	}

		#wowslider-container1 .ws_images {
		visibility: hidden;
	}
/*	.header_video {
		visibility: hidden;
	}*/
}