/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
	color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: aquamarine;
	text-shadow: none;
}

::selection {
	background: aquamarine;
	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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Cotton Ball Media custom styles
   ========================================================================== */
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body  {
	font-weight: 400;
	font-size: 13px;
	font-size: 1em;
	color: #000;
	background: aquamarine;
}
body, html { 
	font-size: 100%; 
	padding: 0; 
	margin: 0; 
	height: 100%;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

a:hover {
	color: #fff;
}

#warning {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	background:rgba( 0, 0, 0, 0.8 );    
	text-align:center;
	color:#FFF;
	font:30px/40px 'Permanent Marker', Arial, Serif;
	padding-top:25%;
	z-index:1000;
}

#warning a {
	color:#68812C;
	text-decoration:none;
}

.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container{
	min-height: 100%;
	width: 100%;
	position: relative;
	background: aquamarine;
}
.no-js .container {
	padding-left: 240px;
}
.cbm-content{
	width: 100%;
	position: relative;
	text-align: center;
	font-family: 'Montserrat', 'Arial Narrow', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 1rem;
	color: #393b40;
/*
	overflow-y: scroll;
*/
}
.cbm-content > header{
	padding: 10px 20px 0;
	margin: 0 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.cbm-content > header h2{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 4px; 
	font-size: 39px;
	font-size: 3em;
	line-height: 1em;
	position: relative;
	font-weight: 400;
	color: #3d7489;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0px 0px 5px 0px;
	margin: 0;
	text-align: center;
}
.cbm-content > header h2 span{
	color: #80B8CE;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.cbm-brand-text {
	color: #80B8CE;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.cbm-content > header h3{
	font-size: 26px;
	font-size: 2rem;
	font-style: bold;
	color: #82858e;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	margin: 0;
}
.cbm-content > header h3 > p {
	font-size: 26px;
	font-size: 2rem;
}
.cbm-content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size:22px;
	font-size: 1.7em;
	line-height: 1.8;
	text-align: center;
}
.cbm-downloadlink {
	font-size: 20px;
	font-size: 1.4rem;
	letter-spacing: 0;
	text-transform: none;
}
.cbm-downloadlink a {
	text-decoration: underline;
	font-size:20px;
	font-size:1.4em;
	letter-spacing: 0;
	text-transform: none;
}
.cbm-content > header h3 a,
.cbm-downloadlink a {
	text-decoration: underline;
	font-size: 26px;
	font-size: 2rem;
	color: #3d7489;
}
.cbm-content > header h3 a:hover,
.cbm-downloadlink a:hover {
	color:orange;
	text-decoration: underline;
}

.cbm-content > section {
	max-width: 800px;
	text-align: center;
	padding: 0 .5em 1em;
	margin: 10px auto 10px auto;
}
.cbm-content > section a {
	color: #3d7489;
	font-size:20px;
	font-size:1.3rem;
}
.cbm-content > section a:hover {

}
.cbm-content > section span{
	color:#3d7489;
	font-weight:500;
}
.cbm-content > section > div{

}


/*  
 *  Plugin overrides and additions
 -------------------------------*/
.rslides {
	min-height: 275px;
}
.rslides-kickass {
	min-height: 255px;
	background-color: #3d7489;
	margin: 10px;
}
.rslides-kickass li {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #3d7489;
	color: white;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.rslides_tabs,
.rslides-kickass_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
/*    margin: 0 auto 50px; */  
	margin: 0 auto;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li,
.rslides-kickass_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a,
.rslides-kickass_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child,
.rslides-kickass_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a,
.rslides-kickass_tabs .rslides-kickass_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}


.cbm-nav-container,
.kickass-nav-container {
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	margin: 0 auto 20px;
	max-width: 350px;
	text-align: center;
	width: 100%;
}
.cbm-nav-container a,
.kickass-nav-container a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.cbm-nav-container a:hover,
.kickass-nav-container a:hover {
	color:orange;
}

/*  
 *  Videos and Video Containers
 -------------------------------*/
video {
	width: 100%    !important;
	height: auto   !important;
}
video source { 
	width: 100%;
	height: auto; 
}
.intro-video {
	width:100%;
	background:rgba(0,0,0,0.6);
	z-index:100;
	display:none;
	opacity:0;
}
.cbm-vid-container {
	width:100% !important;
	height:auto !important;
}
.skip-video-trigger{
	position: fixed;
	bottom: 22px;
	z-index: 100;
	display: block;
	cursor: pointer;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	text-align: center;
}
.skip-video-trigger:hover{
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.play-origin-video-trigger {
	position: fixed;
	top: 22px;
	right: 10px;
	z-index: 100;
	display: block;
	cursor: pointer;
	text-align:center;
	text-decoration: underline;
	margin: 0 auto;
	color: #3498db;
}
.play-origin-video-trigger:hover {
	color: #3cb0fd;
}

.origin-page-item {
	padding: 0;
}
.origin-page-item p {
	padding: 0 0 10px 0;
	max-width: 850px;
	color: #777;
	line-height: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	font-size: 15px;
	font-size: 1em;
}
.origin-page-video-container {
	max-width: 740px;
	margin: 0 auto;
}



/* Vimeo styles for videos page
 * -------------------------------------- */
.videos-page {}
.videos-page-section {
	overflow: auto;
}
.videos-page-navigation {
	margin: 0 auto 5px auto;
	position: relative;
	overflow: auto;
}
.hide_pagination .videos-page-thumbnails_wrapper {
	margin-right: 150px !important
}

.videos-page-thumbnails_wrapper {
	padding-right:0;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 610px;
	overflow: auto;
}
.videos-page-thumbnails {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.videos-page-thumbnails {
	overflow:hidden;
}
.videos-page-thumbnails .videos-page-video-title-nav {
	margin-top: 5px;
	font-size: 10px;
	font-size: .5rem;
	line-height: 13px;
	text-align: center;
	height: 40px;
	width: 100px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-transition: color 0.25s;
	-moz-transition:    color 0.25s;
	transition:         color 0.25s;
}

.videos-page-thumbnails li.selected a .title,
.videos-page-thumbnails a:hover .title {
	color: #666666;
}
.videos-page-no_titles .videos-page-thumbnails li {
	height: auto;
}
.videos-page-thumbnails li {
	display: table-cell;
	vertical-align: top;
	float: none;
	padding-right: 12px;
	margin-right: 0px;
	width: 104px;
	height: 123px;
}
.videos-page-thumbnails li a {
	display: block;
}
.videos-page-thumbnails .image {
	background: #000;
	width: 100px;
	height: 75px;
	position: relative;
	overflow: hidden;
}

.videos-page-thumbnails img,
.videos-page-thumbnails span {
	display: block;
}
.videos-page-thumbnails a img {
	filter:             alpha(opacity=50) !important; /* IE7 */
	-ms-filter:         "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; /* IE8 */
	-moz-opacity:       0.5;
	-webkit-opacity:    0.5;
	opacity:            0.5;
	-webkit-transition: all 0.25s;
	-moz-transition:    all 0.25s;
	transition:         all 0.25s;
}
.videos-page-thumbnails li.selected a img,
.videos-page-thumbnails a:hover img {
	filter:             alpha(opacity=100) !important; /* IE7 */
	-ms-filter:         "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; /* IE8 */
	-moz-opacity:       1;
	-webkit-opacity:    1;
	opacity:            1;
}
/**
 * PLAYER ====================================================================
 */
.videos-page-player-wrapper {
	width: 504px;
	margin: 0 auto;
}

.videos-page-player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videos-page-player:hover {}

.videos-page-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos-page-video-info {
	width: 740px;
	text-align: center;
	margin: 10px auto;
}
.videos-page-video-title {
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
}
.videos-page-video-description {
	margin-top: 15px
}

.videos-page-video-description p {
	padding: 0 0 20px 0;
	max-width: 850px;
	color: #777;
	line-height: 30px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	font-size: 15px;
	font-size: 1.4em;
	margin: 0;
}



/* Mail Chimp Form Style  
* --------------------------------------- */
form input[type="text"], form input[type="email"], form select, form textarea{
	display: block;
	font-family: arial,helvetica;
	width: 93%;
	padding: 0.75em;
	background: #f5f6f7;
	border: solid 2px #ccc;
	color: #333;
	border-radius: 0.5em;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
form input[type="text"]:hover, form input[type="email"]:hover, form textarea:hover{
	border:2px solid #56a34e;
}
.mc-field-group{ 
	width:48%;
	float:left;
	margin-top:15px;
}
	
.mc-field-group-mail{
	width:100%;
	float:left;
	margin-top:15px;
}
.mc-field-group-textarea{
	width:100%;
	float:left;
	margin-top:15px;
}
.join-button {
	background-color: #56a34e;
	border: 0;
	border-radius: 3.5em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 3.5em;
	line-height: 3.5em;
	outline: 0;
	padding: 0 2em 0 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top:15px;
	font-size:18px;
}
.join-button:hover {
	background-color: #7dc875;;
}

.join-page-item p {
	line-height: 1.5;
}


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

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		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 for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
