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

html {box-sizine: border-box;}
*, *:before, *:after {box-sizing: border-box;}

body {
margin: 0;
padding: 0;
}

a {
	transition: color 250ms ease;
}

img {
	max-width: 100%;
	height: auto;
}

div#container {

}

div.stripe {
width: 100%;
color: #f0f0f0;
font-family: "calluna-sans-n4", "calluna-sans", sans-serif;
font-weight: normal;
text-align: center;
}

h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
color: #f0f0f0;
}

h1 {font-size: 64px; line-height: 64px;}
h2 {font-size: 48px; line-height: 48px;}
h3 {font-size: 36px; line-height: 36px;}
h4 {font-size: 32px; line-height: 32px;}
h5 {font-size: 24px; line-height: 24px;}
h6 {font-size: 16px; line-height: 16px;}
p {font-size: 16px; line-height: 16px;}

div.stripe {
	background-color: #fff;
	position: relative;
	transition: padding 150ms ease;
}
div.stripe.blue {background-color: #265892;}
div.stripe.purple {background-color: #bf67aa;}
div.stripe.yellow {background-color: #efc80f; color: #111 !important;}
div.stripe.lightblue {background-color: #32a0b3;}
div.stripe.pink {background-color: #eb4377;}
div.stripe.orange {background-color: #ffa647;}
div.stripe.red {background-color: #d11117;}

@media all and (min-width: 600px) {

	div.stripe.red {
	background: #d11117 url(img/mmc2.jpg) no-repeat center center scroll; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

	padding: 100px 0;
	}

	div.stripe.lightblue {
	background: #32a0b3 url(img/street-blue.jpg) no-repeat center center scroll; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

	padding: 50px 0;
	}

}

a {color: #efc80f;}
a:hover {color: #fff;}



div.stripe div.wrapper {
max-width: 1024px;
padding: 30px;
margin: 0 auto;
}

div.wrapper p {
max-width: 600px;
line-height: 1.6;
}


div.stripe div.wrapper.no-padding {
padding: 0 30px;
}

@media all and (max-width: 600px) {
	div.stripe div.wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}	
}


div.stripe.header {
	line-height: 0;
}


a.sign-up-link {
	text-decoration: none;
}

ul.register-menu {
	list-style: none;
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.register-menu li {
	flex: 1 1 auto;
}

ul.register-menu {
	text-decoration: none !important;
	transition: background-color 150ms ease;
}
ul.register-menu li {
	display: block;
	color: #111;
	text-align: center;
	font-size: 19px;
	padding: 20px 25px;
	text-decoration: none !important;
	transition: all 300ms ease;
}
ul.register-menu a {
color: #000 !important;
}
ul.register-menu li.sign-up {
	background: transparent url(img/arrow.png) 0% center/40px 40px no-repeat;
	padding-top: 24px;
	font-size: 30px;
}
ul.register-menu:hover  li.sign-up {
	background-position: 100% center;
	text-decoration: none !important;
}
ul.register-menu:hover {
	background-color: #fff;
	text-decoration: none !important;
}


@media all and (max-width: 1024px) {
	ul.register-menu {
		display: block;
		position: relative;
		font-size: 0;
	}
	ul.register-menu li {
		font-size: 16px;
		display: inline-block;		
		width: 33.3333333%;
	}
}
@media all and (max-width: 600px) {
	ul.register-menu li {
		width: 50%;
	}
}
@media all and (max-width: 375px) {
	ul.register-menu {
		padding-bottom: 15px;
	}	
	ul.register-menu li {
		font-size: 19px;
		display: block;
		width: auto;
		padding: 5px 15px;
	}
	ul.register-menu li br {
		display: none;
	}
}





blockquote {
	font-size: 18px;
	line-height: 1.7;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 0;
}
blockquote cite {
	font-style: normal;
	font-size: 14px;
}
blockquote cite:before {
	content:"\2014";
	display: inline;
}

.quote-container {
	max-width: 350px;
	width: 40%;
	margin: 1em 0 1em 1em;
}

.quote-container blockquote,
.slideshow img {
	display: none;
}
.quote-container blockquote:first-child,
.slideshow img:first-child {
	display: block;
}

@media all and (max-width: 375px) {
	.quote-container {display: none !important;}
}



.row:after {
	content: "";
	display: table;
	clear: both;
}
div.column-third {
	float: left;
	width: 33%;
	padding: 0 5px;
	position: relative;
}
@media all and (max-width: 600px) {
	div.column-third {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
}

div.column-third h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0.5em;
	font-size: 3em;
	letter-spacing: -2px;
}




.bss-slides{
  position: relative; 
  display: block;    
}
.bss-slides figure{
  position: absolute;
  top: 0;
  width: 100%;
margin: 0;
padding: 0;
text-align: center;
}
.bss-slides figure:first-child{
  position: relative;
}
.bss-slides figure img{
  opacity: 0;
  transition: opacity 1.2s;
}
.bss-slides .bss-show img{
  opacity: 1;
}

p.slideshow-caption {
text-align: center;
margin: 0.5em;
display: block;
}


.footer-tag {
	clear: both;
	
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 2em 0 0.5em;
	font-size: 2em;
	letter-spacing: -1px;
}
.footer-tag span {
	color: #111;
}

img.parent {
float: right;
clear: right;
margin: 0.5em 0 0 1.5em;
}
@media all and (max-width: 600px) {
	img.parent {display: none;}
}


.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}

.right {float: right; clear: right;}
.left {float: left; clear: left;}

@media all and (max-width: 600px) {
	.right,
	.left {
		max-width: 100%;
		width: auto;
		float: none;
		clear: both;
		display: block;
		text-align: center !important;
	}
	blockquote {
		text-align: center;
	}
}

