/* @override 
	http://local.designhope.org/assets/css/main.css */



/* @group Reset */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* @end */





/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

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

textarea {
    resize: vertical;
}

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


@font-face {
    font-family: 'arvil_sansregular';
    src: url('../fonts/arvil_sans-webfont.woff2') format('woff2'),
         url('../fonts/arvil_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*

Typekit Fonts

font-family: "industry-inc-in-n-out"
font-family: "phoreuscherokee"


*/

body {
	font: 22px/30px "phoreuscherokee", Georgia, "Times New Roman", Times, serif;
	color: #808080;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}


/* @group Buttons */

a.button, 
form button[type="submit"],
input[type="submit"] {
	text-transform: uppercase;
	background-color: #66c190;
	color: #fff;
	padding: .3em .5em;
	display: inline-block;
	-webkit-box-sizing: border-box; 
	     -moz-box-sizing: border-box; 
	          box-sizing: border-box;
	width: 100%;
	text-align: center;
	border-radius: 0px;  
	-webkit-appearance: none;
	border: none;
	font: 3em "arvil_sansregular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1em;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 9px solid #28a863;
	position: relative;
}



a.button:hover,
form button[type="submit"]:hover,
input[type="submit"]:hover,
p.button:hover {
	background-color: #212121;
	color: #fff;
	border-color: #000;
}

a.button.action, 
form button[type="submit"].action,
input[type="submit"].action,
p.button.action {
	background-color: #b34b9c;
	color: #fff;
}

a.button.action:hover, 
form button[type="submit"].action:hover,
input[type="submit"].action:hover,
p.button.action:hover {
	background-color: #444D54;
}

a.button.secondary, 
form button[type="submit"].secondary,
input[type="submit"].secondary {
	background-color: #9DB0BD; 
}

a.button.secondary:hover, 
form button[type="submit"].secondary:hover,
input[type="submit"].secondary:hover {
	background-color: #444D54;
}

a.button.alt, 
form button[type="submit"].alt,
input[type="submit"].alt {
	background-color: transparent; 
	color: #9DB0BD;
}

a.button.alt:hover, 
form button[type="submit"].alt:hover,
input[type="submit"].alt:hover {
	color: #444D54;
}

.banner a.button.alt:hover, 
.banner form button[type="submit"].alt:hover,
.banner input[type="submit"].alt:hover {
	color: #fff;
}

a.button.large,
form button[type="submit"].large,
input[type="submit"].large {
	
}


a.button i,
form button[type="submit"] i,
input[type="submit"] i {
	font-size: 1.1em;
	margin-right: .2em;
	position: relative;
	top: 4px;
	opacity: 0.63;
	color: #fff;
}



/* @end */

header {
	padding-top: 20px;
}


header p.logo {
	font-family: "arvil_sansregular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 40px;
	margin: 0;
	margin-bottom: .5em;
	position: relative;
	z-index: 1;
}

.thanks header p.logo {
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}

header p.logo .plusmark {
	width: 34px;
	height: 34px;
	display: inline-block;
	margin-left: .1em;
	margin-right: .1em;
}

header p.logo .date {
	border: 3px solid #ec1e79;
	font-size: .8em;
	vertical-align: middle;
	line-height: .94em;
	padding-left: .14em;
	padding-right: .14em;
	border-radius: 2px;
	display: inline-block;
}

header p.logo a {
	text-decoration: none;
	color: #999;
}

header p.logo a .date {
	color: #ec1e79;
}

header .nav-collapse {
	background-color: #303030;
	margin-left: -5%;
	margin-right: -5%;
	-moz-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.1);
	font: normal normal 1.3em "arvil_sansregular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	position: relative;
}

header .nav-collapse ul li a {
	color: #fff;
	text-decoration: none;
	padding-top: .4em;
	padding-bottom: .4em;
	display: block;
	padding-left: .5em;
	padding-right: .5em;
}

header .nav-collapse ul li.current a:link {
	background-color: #f1f2f1;
	color: #7f807f;
}

header .nav-collapse ul li a:hover {
	background-color: #4e4f4e;
	color: #fff;
}


/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  
}

.nav-collapse li {
  width: 100%;
  display: block;
}



.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}
.nav-collapse.opened li a:hover {
	background-color: #5B6671;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
	text-decoration: none;
}

.nav-toggle {
	width: 42px;
	height: 42px;
	background: url(../img/menu.svg) no-repeat;
	background-size: 41px;
	overflow: hidden;
	display: block;
	float: right;
	position: absolute;
	right: 4%;
	top: 15px;
	color: #444D54;
	text-indent: -1000px;
	z-index: 2;
}

.thanks .nav-toggle {
	display: none;
}



h2 {
	font-family: "industry-inc-in-n-out","Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2.9em;
	margin-bottom: 0;
	line-height: 1em;
}

h3 {
	font-family: "arvil_sansregular", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 1em;
}

p.title {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.banner,
.nominate {
	clear: both;
	margin-top: 100px;
	background-image: -webkit-linear-gradient(top, #ed1e79 0%, #7b64c8 100%);
	background-image: -moz-linear-gradient(top, #ed1e79 0%, #7b64c8 100%);
	background-image: -ms-linear-gradient(top, #ed1e79 0%, #7b64c8 100%);
	background-image: linear-gradient(to bottom, #ed1e79 0%, #7b64c8 100%);
	padding-top: 3em;
	padding-bottom: 3em;
	opacity: 1;
	position: relative;
	text-align: center;
	margin-top: 0;
}

.thanks .banner {
	background-image: none;
}

.banner .overlay,
.nominate .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/struckaxiom.png) repeat;
	background-size: 81px 81px;
	opacity: 0.15;
}

.banner h1 {
	font-family: "industry-inc-in-n-out","Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 2.7em;
	line-height: 1em;
	position: relative;
	z-index: 1;
	margin-bottom: .5em;
}

.thanks .banner h1 {
	color: #7b64c8;
	font-size: 4em;
}

.banner h2 {
	position: relative;
	color: rgba(255, 255, 255, 0.50);
	font-weight: normal;
	font-style: normal;
	z-index: 1;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 2em;
	font-family: "phoreuscherokee", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

.thanks .banner h2 {
	color: #808080;
}

.banner h2 span {
	font-size: .6em;
	position: relative;
	top: -.4em;
}

.thanks .banner a.social {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-left: .5em;
	margin-right: .5em;
}

.thanks .banner a.social svg {
	fill: #66c190;
}

.thanks .banner a.social:hover svg {
	fill: #4d4d4d;
}

.banner .video {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.banner .video img {
	display: block;
	width: 100%;
	max-width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	height: auto;
	-webkit-box-sizing: border-box; 
	     -moz-box-sizing: border-box; 
	          box-sizing: border-box;
}

.banner .video article {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.82);
}

.banner .video h3 {
	font-weight: normal;
	font-style: normal;
	top: 50%;
	position: relative;
	margin-top: -80px;
}

.banner .video h3 a svg {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	fill: #66c190;
	width: 84px;
	height: 84px;
	margin-bottom: .5em;
	
}

.banner .video h3 a {
	color: #66c190;
	font-family: "arvil_sansregular", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	font-size: 1em;
}

.banner .video h3 a:hover {
	color: #212121;
}

.what-they-get {
	text-align: center;
	padding-top: 2em;
}

.what-they-get h2 {
	color: #ed1e79;
}

.what-they-get .col {
	background-color: #f2f2f2;
}

.what-they-get .col .svg-icon svg {
	width: 80px;
	height: 80px;
}

.what-they-get .col h3 {
	margin-top: .2em;
}

.what-they-get .consulting h3 {
	color: #7b64c8;
}

.what-they-get .consulting svg {
	fill: #7b64c8;
}

.what-they-get .branding h3 {
	color: #ed1e79;
}

.what-they-get .branding svg {
	fill: #ed1e79;
}

.what-they-get .website h3 {
	color: #66c190;
}

.what-they-get .website svg {
	fill: #66c190;
}

.what-they-get .marketing h3 {
	color: #65c8d0;
}

.what-they-get .marketing svg {
	fill: #65c8d0;
}

.what-they-get .col-wrapper.col2 .col p {
	font-size: .9em;
	line-height: 1.3em;
}
 
.how-does-it-work {
	text-align: center;
	background-color: #212121;
	padding-top: 2em;
}

.how-does-it-work h2 {
	color: #ed1e79;
}


.how-does-it-work li {
	margin-bottom: 1em;
	line-height: 1.2em;
}


.how-does-it-work ol {
	counter-reset:li; /* Initiate a counter */
	padding-left: 65px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 0;
}

.how-does-it-work ol > li {
	position:relative; /* Give each list item a left margin to make room for the numbers */
	list-style:none;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
}

.how-does-it-work ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top: 0;
	left:-65px;
	box-sizing:border-box;
	color: #808080;
	text-align:center;
	height: 48px;
	width: 48px;
	font-size: 42px;
	line-height: 48px;
	font-style: normal;
	font-variant: normal;
	border-radius: 50%;
	font-family: "arvil_sansregular", "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #808080;
	background-color: #202120;
	z-index: 1;
}

.how-does-it-work ol:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 24px;
	width: 1px;
	height: 100%;
	background-color: #808080;
}

.how-does-it-work h3 {
	margin: 0;
	font-size: 52px;
}

.how-does-it-work ol p {
	margin-top: 0;
	color: #fff;
	margin-bottom: 2em;
}

.who-is-behind {
	text-align: center;
	padding-top: 1em;
	background-image: -webkit-linear-gradient(left, #83cee2 0%, #66c190 100%);
	background-image: -moz-linear-gradient(left, #83cee2 0%, #66c190 100%);
	background-image: -ms-linear-gradient(left, #83cee2 0%, #66c190 100%);
	background-image: linear-gradient(to right, #83cee2 0%, #66c190 100%);
}

.who-is-behind h2 {
	color: #fff;
	position: relative;
}

.who-is-behind h2:before {
	content: '';
	width: 1px;
	background-color: #fff;
	height: 30px;
	position: absolute;
	bottom: -25px;
	left: 50%;
}


.who-is-behind .col-wrapper.col2 .col {
	margin-bottom: 0;
}


.who-is-behind .col h3 {
	border: 1px solid #fff;
	display: inline-block;
	padding: .2em .5em;
	color: #fff;
	margin-top: 0;
	font-size: 2em;
	margin-bottom: -1em;
}

.who-is-behind .col-wrapper .col {
	margin-top: 1.1em;
}

.who-is-behind .col img {
	width: 100%;
	max-width: 455px;
	clear: both;
}

.who-is-behind .col .brand {
	background-color: rgba(255, 255, 255, 0.2);
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}

.who-is-behind .col .brand a {
	text-decoration: none;
}

.who-is-behind .col .brand a:hover {
	opacity: 0.75;
}

.who-is-behind .col svg.fortyseven {
	max-width: 112px;
	width: 20%;
	margin-right: 10%;
}

.who-is-behind .col svg.bareneckers {
	max-width: 275px;
	width: 60%;
}

.who-is-behind .col svg.wunderbar {
	max-width: 247px;
	margin-right: 10%;
	width: 60%;
}

.who-is-behind .col svg.space-retreat {
	max-width: 115px;
	width: 20%;
}

.sponsors {
	text-align: center;
	padding-bottom: 2em;
	padding-top: 1em;
}

.sponsors h2 {
	color: #65c8d0;
}

.sponsors a:hover {
	opacity: 0.75;
}

.nominate h2 {
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	font-size: 3.2em;
}

.nominate p.title {
	margin-top: 0;
	color: #fff;
	font-size: 1.4em;
	line-height: 1em;
	position: relative;
	z-index: 1;
	margin-bottom: 1.4em;
}

.nominate .plus {
	font-family: "arvil_sansregular", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	font-size: 2em;
	position: relative;
	display: block;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-bottom: 1em;
}

.nominate .plus:before {
	content: '';
	height: 1px;
	width: 35%;
	left: 0%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	top: 50%;
}

.nominate .plus:after {
	content: '';
	height: 1px;
	width: 35%;
	right: 0%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	top: 50%;
}

.nominate p.win {
	position: relative;
	z-index: 1;
	font-style: italic;
	color: #fff;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 2em;
}

.nominate p.win span {
	font-size: .6em;
	position: relative;
	top: -.4em;
}

.nominate p.closes {
	position: relative;
	color: rgba(255, 255, 255, 0.51);
	font-style: italic;
}

footer {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .7em;
	color: #bbbbbb;
}

footer a {
	color: #bbbbbb;
}

/* @group Magnific Popup */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -20px;
  top: -20px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  background-color: #ed1e79;
  cursor: pointer;
  border-radius: 50%;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	display: block;
}
  .mfp-close:hover, .mfp-close:focus {
    background-color: #fff; 
    color: #4d4d4d;
  }
  
  
.modal-product .mfp-close {
	top: -40px;
}  
  
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
	background-color: transparent;
	-webkit-transition: 0.4s all ease; 
	-moz-transition: 0.4s all ease; 
	-ms-transition: 0.4s all ease; 
	-o-transition: 0.4s all ease; 
	transition: 0.4s all ease;
}
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    background-color: #afb8c4;
     }
  
  .mfp-arrow-left:before {
    content: '\e93b';
  	font: 2em LinearIcons;
  	display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -.2em;
    top: .1em;
    margin-top: 35px;
    margin-left: 35px;
    color: #fff;
  	text-shadow: 0 0 3px rgba(3, 3, 3, 0.81);
  }
  
  .mfp-arrow-right:before {
  	content: '\e93c';
  	font: 2em LinearIcons;
  	display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: .1em;
    margin-top: 35px;
    margin-left: 35px;
    color: #fff;
  	text-shadow: 0 0 3px rgba(3, 3, 3, 0.81);
  }

.mfp-arrow-left {
  left: 0; }
 
.mfp-arrow-right {
  right: 0; }
  

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -10px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  
  .wistia .mfp-iframe-scaler {
  	padding-top: 56.25%;
  }
  
  #wistia_video_grid_below {
  	display: none !important;
  }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    margin: 0; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
  
 /* padding-bottom and top for image */
 .mfp-no-margins img.mfp-img {
 	padding: 0;
 }
 /* position of shadow behind the image */
 .mfp-no-margins .mfp-figure:after {
 	top: 0;
 	bottom: 0;
 }
 /* padding for main container */
 .mfp-no-margins .mfp-container {
 	padding: 0;
 } 
 
 .modal-box {
     background: #FFF;
 	padding: 3em 2em;
 	text-align: left;
     max-width: 750px;
     margin: 0px auto;
     position: relative;   
 }
 
 .modal-box h2 {
 	text-align: center;
 	color: #66c190;
 }
 
 .modal-box li {
 	margin-bottom: .8em;
 	font-size: .9em;
 	line-height: 1.3em;
 }
 
 .modal-form,
 .modal-nopadding {
 	padding: 0;
 }
 
 .modal-box.modal-form article.modal-info {
 	padding: 3%;
 }
 
 .modal-box.modal-form article.modal-info img.full {
 	max-width: 265px;
 	max-height: auto;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: 3em;
 	margin-bottom: 3em;
 }
 
 .modal-form h3 {
 	font-weight: 400;
 	font-size: 1.8em;
 	line-height: 1em;
 	color: #f58f29;
 }
 
 .modal-form p {
 	margin-top: .5em;
 	font-size: 1.3em;
 }
 
 .modal-form p.contact-instructions span {
 	overflow: hidden;
 	color: #434c54;
 }
 
 .modal-form p.contact-instructions a {
 	font-weight: 500;
 	font-size: 1.1em;
 }
 
 .modal-box.modal-form article.modal-info i {
 	font-size: 1.3em;
 	position: relative;
 	margin-right: .2em;
 	color: #bbc1c8;
 	float: left;
 	margin-bottom: 1.1em;
 }
 
 .modal-box.modal-product {
 	padding: 0;
 	max-width: 1200px;
 	border-top: 20px solid #444d54;
 	height: 100%;
 	display: block;
 }
 
 .modal-gallery {
 	max-width: 1200px;
 	margin: 0px auto;
     position: relative;
 }
 
 .page-store-detail .modal-gallery {
 	background-color: #fff;
 	padding: 4em;
 	max-width: 800px;
 }
 
 .modal-box.modal-product .product-img {
 	height: 200px;
 	background-size: cover;
 }
 
 .modal-box.modal-product img {
 	display: block;
 	width: 100%;
 }
 
 .modal-box.modal-product article {
 	background-color: #fff;
 	padding-top: 5%;
 }
 
 .modal-box.modal-product article h2 {
 	font-weight: 300;
 	color: #444d54;
 	margin-left: 5%;
 	margin-right: 5%;
 	margin-top: 0;
 }
 
 .modal-box.modal-product article p,
 .modal-box.modal-product article ol,
	.modal-box.modal-product article ul {
 	margin-left: 5%;
 	margin-right: 5%;
 }
 
 .modal-box .modal-action,
 .modal-gallery .modal-action {
 	bottom: 0;
 	padding: 1.5em 5% 1em;
 	background-color: #f6902a;
 	text-align: center;
 }
 
 .modal-box .modal-action a.button,
 .modal-gallery .modal-action a.button {
 	background-color: #fff;
 	border-color: #fff;
 	color: #f6902a;
 }
 
 .modal-box .modal-action a.button:hover,
 .modal-gallery .modal-action a.button {
 	background-color: #444d54;
 	border-color: #444d54;
 	color: #fff;
 }
 
 .modal-box .modal-action p.callus,
 .modal-gallery .modal-action p.callus {
 	color: rgba(255, 255, 255, 0.51);
 	margin: 0;
 	font-size: .8em;
 }
 
 .modal-box .modal-action p a,
 .modal-gallery .modal-action p a {
 	color: #fff;
 	font-size: 1.4em;
 }
 
 .modal-box .modal-action p a:hover,
 .modal-gallery .modal-action p a:hover {
 	color: #444d54;
 }
 
 .modal-gallery p.modal-title {
 	position: absolute;
 	top: -52px;
 	left: 0;
 	padding-top: 1%;
 	padding-bottom: 1%;
 	margin-bottom: 0;
 	margin-top: 0;
 	color: #fff;
 }
 
.modal-box .product-img a.play-video {
	background-color: rgba(245, 143, 40, 0.70);
	color: #fff;
	border-radius: 50%;
	padding: .5em;
	width: 65px;
	height: 65px;
	position: relative;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -46px;
	top: 20%;
	margin-top: -84px;
}

.modal-box .product-img a.play-video:hover {
	background-color: #434c54;
}

.modal-box .product-img a.play-video span {
	display: block;
	position: absolute;
	width: 150px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	background-color: rgba(3, 3, 3, 0.28);
	bottom: -50px;
	left: 50%;
	margin-left: -73px;
	padding-top: .3em;
	padding-bottom: .3em;
	border: 1px solid rgba(255, 255, 255, 0.48);
}

.modal-box .product-img a.play-video:hover span {
	background-color: rgba(3, 3, 3, 0.5);
}

.modal-box .product-img a.play-video:after {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #fff;
	top: 22px;
	left: 30px;
}



@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0; } }
    
    
    @media all and (min-width: 580px) {
    	.modal-box.modal-product .product-img {
    		height: 350px;
    	}
    	
    	.modal-box .product-img a.play-video {
			left: 50%;
			top: 30%;
		}
    }
    
    
@media all and (min-width: 768px) {
			
	
	
	.modal-box.modal-product .modal-product-wrapper {
		overflow: hidden;
		position: relative;
	}

	
	.modal-box.modal-product article {
		float: right;
		width: 45%;
		position: relative;
		padding-bottom: 120px;
	}
	
	.modal-box.modal-product .product-img {
		float: left;
		width: 55%;
		background-size: cover;
		
  		padding-bottom: 350px;
	}
	
	.modal-box .product-img a.play-video {
		left: 29%;
		top: 56%;
	}
	
	.modal-box.modal-product article h2,
	.modal-box.modal-product article p,
	.modal-box.modal-product article ol,
	.modal-box.modal-product article ul {
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.modal-box .modal-action,
	.modal-gallery .modal-action {
		padding-top: 1em;
		position: absolute;
		bottom: 0;
		width: 90%;
	}
	
	.modal-box.modal-product .modal-action {
		width: 35%;
		right: 0;
	}
	
	.modal-box .modal-action a.button,
	.modal-gallery .modal-action a.button {
		float: left;
		margin-bottom: 0;
		padding-left: .7em;
		padding-right: .7em;
	}
	
	.modal-box .modal-action p.callus,
	.modal-gallery .modal-action p.callus {
		float: right;
		padding-top: .7em;
	}
	
	.modal-box.modal-form article.modal-info {
		float: left;
		width: 44%;
	}
	
	.modal-box.modal-form .contact {
		float: right;
		width: 50%;
	}
	
	
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
    
    }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* @end */

/* @group Columns/Grids
 */

.col-wrapper {
	text-align: center;
	overflow: hidden;
	position: relative;
}


.col-wrapper .col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 2.5em;
}

.what-they-get .col-wrapper .col {
	margin-bottom: 7px;
	padding: 5%;
}

.sponsors .col-wrapper.col4 .col,
.sponsors .col-wrapper.col5 .col {
	margin-bottom: 0;
	width: 48%;
	margin-left: 0;
	margin-right: 0;
}

.sponsors .col-wrapper.col4 .col svg,
.sponsors .col-wrapper.col5 .col svg {
	width: 100%;
}



.col-wrapper.col5 .col,
.col-wrapper.col6 .col,
.col-wrapper.col7 .col {
	width: 43%;
	margin-left: 3%;
	margin-right: 3%;
}



/* @end */

@media only screen and (min-width: 560px) {
	
	a.button, 
	form button[type="submit"],
	input[type="submit"] {
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.thanks .banner a.social {
	width: 100px;
	height: 100px;
}
		
	.col-wrapper .col {
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.col-wrapper.col2 .col {
		width: 43%;
	}
	
	.what-they-get .col-wrapper.col2 .col {
		margin-left: 0;
		margin-right: 0;
		width: 49%;
		min-height: 450px;
	}
	
	.who-is-behind .col-wrapper.col2 .col {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.col-wrapper.col3 .col {
		width: 43%;
	}
	
	.col-wrapper.col4 .col {
		width: 45%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.sponsors .col-wrapper.col4 .col {
		width: 32%;
		margin: 0;
	}
	
	.col-wrapper.col5 .col {
		width: 26%;
	}
	
	.sponsors .col-wrapper.col5 .col {
		margin: 0;
		width: 32%;
	}
	
	.col-wrapper.col7 .col,
	.col-wrapper.col6 .col {
		width: 18%;
	}
	
	.banner .video h3 a {
		font-size: 1.4em;
	}
	
	footer .copyright {
		float: left;
	}
	
	footer .utility {
		float: right;
	}
	
	
	
}

@media only screen and (min-width: 650px) {
	.col-wrapper.col5 .col {
		width: 13%;
	}
	
	.col-wrapper.col7 .col {
		width: 13%;
	}
}

@media only screen and (min-width: 768px) {
	
	header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
		-webkit-transition: 0.2s all ease; 
		-moz-transition: 0.2s all ease; 
		-ms-transition: 0.2s all ease; 
		-o-transition: 0.2s all ease; 
		transition: 0.2s all ease;
		background-color: #fff;
	}
	
	header p.logo {
		float: left;
	}
	
	header.sticky {
		-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.21);
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.21);
		z-index: 2;
	}
	.js .nav-collapse {
		position: relative;
		overflow: visible;
	}
	.js .nav-collapse.closed {
	  max-height: none;
	}
	.nav-toggle {
	  display: none;
	}
	
	header .nav-collapse,
	header .nav-collapse.opened {
		background-color: transparent;
		width: auto;
		position: relative;
		display: block;
		margin-left: 0;
		margin-right: 0;
		-moz-box-shadow: none;
		box-shadow: none;
		text-align: right;
		top: 0;
		overflow: hidden;
	}
	
	
	header .nav-collapse li {
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
		width: auto;
		position: relative;
		
	}
	
	.thanks header .nav-collapse li {
		display: none;
	}
	
	
	header .nav-collapse ul li a {
		display: block;
		padding-left: .3em;
		padding-right: .3em;
		color: #808080;
		padding-top: .2em;
		padding-bottom: .2em;
		font-size: .7em;
	}
	
	
	
	header .nav-collapse li.action a {
		border: 3px solid #66c190;
		color: #66c190;
		border-radius: 2px;
	}
	
	header .nav-collapse ul li a:hover,
	header .nav-collapse ul li:hover > a,
	header .nav-collapse ul li.current a {
		background-color: #434F5C;
		color: #fff;
	}
	
	/* Change this in order to change the Dropdown symbol */
	
	header .nav-collapse ul li.dropdown a {
		padding-right: 1.4em;
	}
	
	li.dropdown a:after { 
		content: ''; 
		width: 0; 
		height: 0; 
		border-left: 3px solid transparent;	
		border-right: 3px solid transparent;
		border-top: 3px solid #fff;
		position: absolute;
		top: 18px;
		margin-left: 3px;
	} 
	
	li.dropdown li a:after {
		border: none;
	}
	
	header.sticky li.dropdown a:after {
		content: '';
		border-top-color: #4d4d4d;
	}
	
	.banner {
		margin-top: 90px;
	}
	
	.what-they-get .col-wrapper.col2 .col p {
		font-size: 1em;
	}
	
	.who-is-behind .col h3 {
		font-size: 2.3em;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.who-is-behind .col-wrapper.col2 .col {
		margin-left: 0;
		margin-right: 0;
		width: 49%;
		float: left;
		margin-top: 2.7em;
	}
	
	.who-is-behind .col-wrapper.col2 .col:last-child {
		float: right;
	}
	
	.who-is-behind h2:after {
		content: '';
		width: 60%;
		height: 35px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		left: 50%;
		margin-left: -30%;
		bottom: -60px;
	}
	
	.who-is-behind .col .brand {
		background-color: transparent;
		height: 140px;
	}
	
	.who-is-behind .col-wrapper:after {
		content: '';
		background-color: rgba(255, 255, 255, 0.28);
		width: 100%;
		height: 184px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.sponsors .col-wrapper.col4 .col {
		width: 24%;
	}
	
	.sponsors .col-wrapper.col5 .col {
		width: 19%;
	}

}
@media only screen and (min-width: 900px) {

	header p.logo {
		font-size: 50px;
	}
	
	
	header .nav-collapse ul li a {
			font-size: .9em;
	}
	
	.banner h1 {
		font-size: 2.9em;
	}
	
	.banner h2 {
		margin-left: 8%;
		margin-right: 8%;
		font-size: 1.7em;
	}
	
	.how-does-it-work h3 {
		float: left;
		width: 200px;
	}
	
	.how-does-it-work ol p {
		overflow: hidden;
		padding-left: 1em;
		margin-bottom: 4em;
	}
	
	.who-is-behind .col svg.fortyseven {
		margin-top: 4%;
		margin-right: 15%;
	}
	
	.who-is-behind .col svg.bareneckers {
		margin-top: 5%;
	}
	
	.who-is-behind .col svg.wunderbar {
		margin-right: 15%;
	}
	
	.who-is-behind .col svg.space-retreat {
		
	}
}

@media only screen and (min-width: 1140px) {
	
	header p.logo {
		font-size: 55px;
	}
	
	.banner h1 {
		font-size: 3.1em;
	}
	
	header .nav-collapse ul li {
		margin-left: .8%;
		margin-right: .8%;
	}
	
	header .nav-collapse ul li a {
		font-size: 1.1em;
	}

}

@media only screen and (min-width: 1360px) {
	.banner h1 {
		font-size: 3.6em;
	}
}
/* @group Helper */

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* @end */



@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    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;
    }
}