/* Colors:

Blue: 1675a9
Dark Blue: 0075a8
Tan: caa977
Grey: b3b2b3

*/

/* Dev */

@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.columns {
	/*border: 1px solid #d4d4d4;*/
}

body {
	font-family: "Roboto", sans-serif;
}

.row {
	max-width: 100rem;
}

h1 {
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: -.04em;
	color: #40a2ba;
	padding-bottom: 20px;
}

h2 {
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: -.04em;
	color: #777;
	padding-bottom: 30px;
}

.credit {
	font-weight: bold;
}

p {
	text-align: left;
}

	@media only screen and (max-width: 40em) { h1 { font-size: 1.75em; margin-top: -20px; } } /* small */

.callout {
	color: #555;
}

.callout.large {
	padding-top: 12em;
	padding-bottom: 12em;
	margin-bottom: 0;
	border: 0;
}

	@media only screen and (max-width: 40em) { .callout.large { padding-top: 6em; padding-bottom: 6em; } } /* small */
	
.nav-container {
	background: url('../images/header-bg.png') repeat-x;
	background-size: auto 100%;
}

/* Title-bar: Home Page */

.title-bar {
	padding: 0;
	background: none;
}

.logo {
	margin: 1.5vw 0 1.5vw 0;
	/*max-width: 385px;*/
}
	@media only screen and (max-width: 40em) { .logo { width: 80%; height: auto; margin: 1em 0 2em 10%; } } /* small */
	
.wordmark {
	text-transform: uppercase;
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -.03em;
	font-family: 'Rokkitt', serif;
}

.title-bar .wordmark {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Title-Bar: Secondary */

body.tier2 .title-bar {
	background: #fff;
}

body.tier2 .logo {
	margin: 1.5em 0 1.5em 0;
	/*max-width: 385px;*/
}
	@media only screen and (max-width: 40em) { body.tier2 .logo { width: 80%; height: auto; margin: 1em 0 1em 10%; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.tier2 .logo { margin-top: 1em; } } /* medium */

/* Home Navigation Menu */

.menu {
	margin-top: 40px;
	text-align: right;
}

.menu li a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: .925em;
	padding: 10px;
	color: #fff;
	text-align: center;
}

	@media only screen and (max-width: 40em) { .menu li a { font-size: 13px; padding-top: 4vw; padding-bottom: 4vw; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .title-bar .wordmark { padding-bottom: 0; } .menu li a { font-size: 14px; min-width: 12% !important; display: inline-block; padding-top: 2vw; padding-bottom: 2vw; padding-left: 20px; padding-right: 20px; } } /* medium */

.menu li a:hover {
	color: #fff;
	background: rgba(0,0,0,.15);
}

.menu li {
	display: inline-block;
}

	@media only screen and (max-width: 40em) { .main-navigation .row, .main-navigation .columns { padding-left: 0; padding-right: 0; } }

	@media only screen and (max-width: 40em) { .menu li { width: 25%; display: block; float: left; text-align: center; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .menu li { display: block;
    float: left;
    width: 12.5% !important;
    text-align: center; } } /* medium */

.menu li:last-child {
	border: 0;
}

.menu li a.current {
	color: #1f1f1f;
}

@media only screen and (max-width: 40em) {
	.menu {
		display: none;
	}
}

/* Tier 2 Navigation Menu */

body.tier2 .menu {
	margin-top: 8%;
	float: right;
}
	@media only screen and (max-width: 40em) { body.tier2 .menu { width: 100%; margin-top: 1em; margin-bottom: 1em; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.tier2 .menu { margin-top: 8vw; } } /* medium */

body.tier2 .menu li a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.4em;
	padding: 0 1em 0 1em;
	color: #b3b2b3;
}

	@media only screen and (max-width: 40em) { body.tier2 .menu li a { font-size: 13px; padding: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.tier2 .menu li a { font-size: .85em; } } /* medium */

body.tier2 .menu li a:hover {
	color: #1f1f1f;
	background: #fff;
}

body.tier2 .menu li {
	border-right: 3px solid #b3b2b3;
}

	@media only screen and (max-width: 40em) { body.tier2 .menu li { width: 24.25%; display: inline-block; text-align: center; border-right: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.tier2 .menu li { border-right: 2px solid #b3b2b3; } } /* medium */

body.tier2 .menu li:last-child {
	border: 0;
}

body.tier2 .menu li a.current {
	color: #1f1f1f;
}

/* Hero */

.parallax-window .callout {
	background: rgba(0,0,0,.9);
	border-radius: 12px;
	text-align: center;
}

.parallax-window .callout h1 {
	color: #fff;
	font-weight: bold;
	font-size: 4em;
	font-family: 'Rokkitt', serif;
}

.parallax-window .callout h2 {
	font-size: 48px;
	margin: 0;
	padding: 0;
	color: #8bbffd;
	font-family: 'Rokkitt', serif;
}

@media only screen and (max-width: 40em) {
	.parallax-window .callout h1 {
		font-size: 3em;
	}
	.parallax-window .callout h2 {
		font-size: 24px;
		padding-bottom: 30px;
	}
}

/* Footer */

.footer {
	background: #252525;
	color: #fff;
	padding-top: 2em;
	padding-bottom: 4em;
	margin-bottom: 0;
}

.footer a {
	
}

.footer p {
	font-size: .85em;
	letter-spacing: -.04em;
}

	@media only screen and (max-width: 40em) { .footer p { font-size: 1.25em; } .footer-menu { text-align: center; font-size: 15px !important; } .footer-menu li { text-align: center; display: inline-block; padding: 5px 10px 5px 10px; }} /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .footer p { font-size: 1em; } } /* medium */

.footer strong {
	font-weight: 900;
}

.footer .columns {
	padding-left: 2em;
	padding-right: 2em;
	border-left: 1px solid #333;
}

	@media only screen and (max-width: 40em) { .footer .columns { border: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .footer .columns { padding-left: 1em; padding-right: 1em; } } /* medium */

.footer .columns:first-child {
	border: none;
}

.footer img {
	width: 80%;
	height: auto;
	margin-top: 1em;
}

.footer-menu {
	list-style: none;
	font-size: 14px;
}

.hello {
	background: #9c1e36;
	width: 100%;
	text-align: center;
	min-height: 35px;
	height: auto;
	float: left;
}

@media only screen and (max-width: 40em) { .hello { display: none; } }

.hello p {
	font-size: 12px;
	color: #f4f4f4;
	padding: 11px 10px 0 10px;
	float: left;
	text-align: center;
	width: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.hello p a {
	color: #fff;
}

.services-nav li {
	list-style-type: none;
}

.services-nav li a {
	font-weight: bold;
	font-size: 1.2em;
}

.slicknav_menu {
	background: #1f1f1f !important;
}

.slicknav_menu li {
	font-size: 16px;
}

@media only screen and (min-width: 641px) { .slicknav_menu { display: none; }}

	@media only screen and (max-width: 40em) { .footer img { width: 40%; margin-left: 30%; margin-bottom: 2em; } } /* small */

/* Buttons */

.button.large {
	text-transform: uppercase;
	border-radius: 6px;
	background: #3098c2;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.button.large:hover {
	background: #37aede;
}

	@media only screen and (max-width: 40em) { .button.large { font-size: 1.25em; } } /* small */

/* Sections */

.grey {
	color: #fff;
	background: #fafafa;
	padding: 3em 0 2em 0;
	border-top: 2px solid #e4e4e4;
}

.grey p {
	font-size: 1.75em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.25em;
	font-weight: 700;
	letter-spacing: -.04em;
}

.grey h2 {
	color: #777;
}

.grey ul.features li {
	font-weight: bold;
	font-size: 1.25em;
	color: #333;
}

	@media only screen and (max-width: 40em) { .fafafa p { font-size: 1.25em; padding-left: 0; padding-right: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .fafafa p { padding-left: 0; padding-right: 0; } } /* medium */

.fafafa .button {
	background: url('../images/bg-button-blue.gif');
	background-size: auto 100%;
}

.white {
	color: #1f1f1f;
	background: #fff;
	padding: 3em 0 2em 0;
}

.white p {
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: -.04em;
	color: #777;
}

	@media only screen and (max-width: 40em) { .white p { font-size: 1.25em; padding-left: 0; padding-right: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .white p { padding-left: 0; padding-right: 0; } } /* medium */

.white .button {
	
}

.blue {
	color: #fff;
	background: #0076a8;
	padding: 3em 0 2em 0;
}

.blue p {
	font-size: 1.75em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.25em;
	font-weight: 700;
	letter-spacing: -.04em;
}

	@media only screen and (max-width: 40em) { .blue p { font-size: 1.25em; padding-left: 0; padding-right: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { .blue p { padding-left: 0; padding-right: 0; } } /* medium */

.blue .button {
	background: url('../images/bg-button-tan.gif');
	background-size: auto 100%;
}

/* Photos */

#photos img {
	margin: 0 0 2em 0;
	border: 2px solid #d4d4d4;
}

/* Map */

#map {
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

/* Lists */

ul.features li {
	font-size: 16px;
	padding: 0 0 1em 0;
	list-style-type: none;
}

/* Slicknav */

ul#menu {
	display: none;
}

.js #menu {
	display: none;
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

/* Content */

.content {
	padding: 2em 0 2em 0;
}

	@media only screen and (max-width: 40em) { .content { padding: .5em 0 .5em 0; } } /* small */

.content h2 {
	font-size: 1.75em;
	font-weight: 900;
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: -.04em;
}

.content p {
	font-size: 1.35em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.25em;
	font-weight: 400;
	letter-spacing: -.04em;
}

	@media only screen and (max-width: 40em) { .content p { font-size: 1.25em; padding-left: 0; padding-right: 0; } } /* small */

.content strong {
	font-weight: 900;
}

.content a {
	color: #0076a9;
	text-decoration: underline;
}

.content a:hover {
	color: #caa977;
}

/* Tier 2 */

body.tier2 .callout.large {
	padding-top: 16em;
	padding-bottom: 5em;
	margin-bottom: 2em;
}

	@media only screen and (max-width: 40em) { body.tier2 .callout.large { padding-top: 6em; padding-bottom: 6em; } } /* small */

body.tier2 h1 {
	padding-left: 4em;
	padding-right: 4em;
}

	@media only screen and (max-width: 40em) { body.tier2 h1 { padding-left: 0; padding-right: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.tier2 h1 { padding-left: 0; padding-right: 0; } } /* medium */

body.tier2 h2 {
	background: url(../images/Logo-Product-Header.png) no-repeat;
	background-position: top center;
	margin-top: 3em;
	padding: 4em 0 1em 0;
}

	@media only screen and (max-width: 40em) { body.tier2 h2 { margin-top: 0; } } /* small */
	@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.tier2 h2 { margin-top: 0; } } /* medium */

body.tier2 hr {
	border: 0;
    height: 0;
    border-top: 2px solid #1f1f1f;
    width: 80%;
    margin: 4em auto 4em auto;
}

body.tier2 .footer {
	margin-top: 6em;
}

/* Products */

@media only screen and (max-width: 40em) { body.products .content img { margin-top: 1em; } } /* small */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { body.products .content img { margin-top: 1em; } } /* medium */

/* Services */

body.services .photo-services {
	margin: 2em 0 2em 0;
}

body.services .button {
	background: url('../images/bg-button-red.gif');
	background-size: auto 100%;
	color: #fff;
	text-decoration: none;
}

/* About */

body.about .photo-about {
	margin: 2em 0 2em 0;
}

body.about .button {
	background: url('../images/bg-button-red.gif');
	background-size: auto 100%;
	color: #fff;
	text-decoration: none;
}

/* Contact */

body.contact .button.large {
	background: url('../images/bg-button-blue.gif');
	background-size: auto 100%;
	color: #fff;
	text-decoration: none;
	padding-left: 3.5em;
	padding-right: 3.5em;
}

body.contact form label {
	font-size: 1.25em;
}

body.contact form p {
	padding-left: 0;
	padding-right: 0;
}

.affiliate-logos {
	margin-top: 6em;
}

.affilate-logos img {
	width: 80%;
	max-width: 80% !important;
	height: auto;
}

/* Videos */

body.video .content {
	padding-top: 0;
}

body.video .content p {
	margin-bottom: 1em;
}

body.video .button {
	background: url('../images/bg-button-red.gif');
	background-size: auto 100%;
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 40em) { .embed-container { margin-bottom: 3em; } } /* small */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { .embed-container { margin-bottom: 3em; } } /* medium */