@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ANIMATIONS */
.anim {
	opacity:0;	
}

@media (max-width: 737px) {
	.anim {
		opacity:1;	
	}
}

.anim.animated {
	opacity:1;
}

body {
	background-color: #935d8c;
	color: rgba(255, 255, 255, 0.65);
}
body, input, select, textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: 300;
	line-height: 1.65;
}

@media screen and (max-width: 1680px) {
body, input, select, textarea {
	font-size: 14pt;
}
}

@media screen and (max-width: 1280px) {
body, input, select, textarea {
	font-size: 12pt;
}
}

@media screen and (max-width: 360px) {
body, input, select, textarea {
	font-size: 11pt;
}
}
a {
	-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
	transition: color 0.2s ease, border-bottom 0.2s ease;
	text-decoration: none;
	border-bottom: dotted 1px;
	color: inherit;
}
a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}
strong, b {
	font-weight: 400;
}
em, i {
	font-style: italic;
}
p {
	margin: 0 0 2em 0;
}
p.content {
	-moz-columns: 20em 2;
	-webkit-columns: 20em 2;
	-ms-columns: 20em 2;
	columns: 20em 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	-ms-column-gap: 2em;
	column-gap: 2em;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 0.7em 0;
	letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2.5em;
	line-height: 1.2;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.7em;
}

@media screen and (max-width: 736px) {
h1 {
	font-size: 2em;
}
}
hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2em 0;
}
hr.major {
	margin: 3em 0;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
input, select, textarea {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
body, input, select, textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: 300;
	line-height: 1.65;
}
 @-ms-viewport {
 width: device-width;
}
body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
html, body {
	min-width: 320px;
}
}
body {
	background-color: #13918E;
	background-image: url("/images/overlay.png"), -moz-linear-gradient(45deg, #8f65cd 15%, #13918e 85%);
	background-image: url("/images/overlay.png"), -webkit-linear-gradient(45deg, #8f65cd 15%, #13918e 85%);
	background-image: url("/images/overlay.png"), -ms-linear-gradient(45deg, #8f65cd 15%, #13918e 85%);
	background-image: url("/images/overlay.png"), linear-gradient(45deg, #8f65cd 15%, #13918e 85%);
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
section.special, article.special {
	text-align: center;
}
header.major {
	margin-bottom: 3em;
}
header.major h2 {
	font-size: 2em;
}
header.major h2:after {
	display: block;
	content: '';
	width: 3.25em;
	height: 2px;
	margin: 0.7em 0 1em 0;
	border-radius: 2px;
}
section.special header.major h2:after, article.special header.major h2:after {
	margin-left: auto;
	margin-right: auto;
}
header.major p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}
header.major.special {
	text-align: center;
}
header.major.special h2:after {
	margin-left: auto;
	margin-right: auto;
}
footer.major {
	margin-top: 3em;
}

@media screen and (max-width: 736px) {
header.major {
	margin-bottom: 0;
}
header.major h2 {
	font-size: 1.5em;
}
header.major p {
	font-size: 1em;
	letter-spacing: 0;
}
header.major p br {
	display: none;
}
footer.major {
	margin-top: 0;
}
}
header.major h2:after {
	background-color: rgba(255, 255, 255, 0.35);
}
/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}
ol li {
	padding-left: 0.25em;
}
ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}
ul li {
	padding-left: 0.5em;
}
ul.alt {
	list-style: none;
	padding-left: 0;
}
ul.alt li {
	border-top: solid 1px;
	padding: 0.5em 0;
}
ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
ul.icons li {
	display: inline-block;
	padding: 0 0.65em 0 0;
}
ul.icons li:last-child {
	padding-right: 0 !important;
}
ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
ul.actions li {
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: middle;
}
ul.actions li:last-child {
	padding-right: 0;
}
ul.actions.small li {
	padding: 0 0.5em 0 0;
}
ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
	padding-top: 0;
}
ul.actions.vertical li>* {
	margin-bottom: 0;
}
ul.actions.vertical.small li {
	padding: 0.5em 0 0 0;
}
ul.actions.vertical.small li:first-child {
	padding-top: 0;
}
ul.actions.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em);
}
ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}
ul.actions.fit li>* {
	margin-bottom: 0;
}
ul.actions.fit.small {
	margin-left: -0.5em;
	width: calc(100% + 0.5em);
}
ul.actions.fit.small li {
	padding: 0 0 0 0.5em;
}

@media screen and (max-width: 776px) { 
	ul.actions li {
		padding:0;
		margin-bottom:20px;	
	}
}

@media screen and (max-width: 480px) {
ul.actions {
	margin: 0 0 2em 0;
}
ul.actions li {
	padding: 1em 0 0 0;
	display: block;
	text-align: center;
	width: 100%;
}
ul.actions li:first-child {
	padding-top: 0;
}
ul.actions li>* {
	width: 100%;
	margin: 0 !important;
}
ul.actions.small li {
	padding: 0.5em 0 0 0;
}
ul.actions.small li:first-child {
	padding-top: 0;
}
}
dl {
	margin: 0 0 2em 0;
}
dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1em 0;
}
dl dd {
	margin-left: 2em;
}
dl.alt dt {
	display: block;
	width: 3em;
	margin: 0;
	clear: left;
	float: left;
}
dl.alt dd {
	margin: 0 0 0.85em 5.5em;
}
dl.alt:after {
	content: '';
	display: block;
	clear: both;
}
ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.35);
}
dl dt {
	color: #ffffff;
}

@media (max-width:576px) {
	dl.alt dt {
		float: none;
	}
	dl.alt dd {
		margin: 0 0 0.85em 0;
	}	
}
/* Header */

#header {
	padding: 5em 5em 1em 5em;
	text-align: center;
}
#header h1 {
	margin: 0 0 0.25em 0;
}
#header p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}
#header p strong {
	color:#fff;	
	display:inline-block;
	line-height:1.1em;
}

#header.alt {
	padding: 7em 5em 1em 5em;
}
#header.alt h1 {
	font-size: 3.25em;
}
#header.alt>* {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}
#header.alt .logo {
	-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
	transition: opacity 1.25s ease, transform 0.5s ease;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	margin: 0 0 1.5em 0;
}
#header.alt .logo img {
	display: block;
	margin: 0 auto;
	max-height: 200px;
}

@media screen and (max-width: 1280px) {
#header {
	padding: 4em 4em 0.1em 4em;
}
#header.alt {
	padding: 6em 4em 3em 4em;
}
}

@media screen and (max-width: 980px) {
#header {
	padding: 4em 3em 0.1em 3em;
}
#header.alt {
	padding: 5em 3em 2em 3em;
}
}

@media screen and (max-width: 736px) {
#header {
	padding: 3em 2em 0.1em 2em;
}
#header p {
	font-size: 1em;
	letter-spacing: 0;
}
#header.alt {
	padding: 4em 0 1em 0;
}
#header.alt h1 {
	font-size: 2.5em;
}
}

@media screen and (max-width: 480px) {
#header {
	padding: 3em 1.5em 0.1em 1.5em;
}
#header.alt {
	padding: 4em 0 1em 0;
}
}

@media screen and (max-width: 360px) {
#header {
	padding: 2.5em 1em 0.1em 1em;
}
#header.alt {
	padding: 3.5em 1em 0.5em 1em;
}
}
body.is-loading #header.alt>* {
	opacity: 0;
}
body.is-loading #header.alt .logo {
	-moz-transform: scale(0.8) rotate(-30deg);
	-webkit-transform: scale(0.8) rotate(-30deg);
	-ms-transform: scale(0.8) rotate(-30deg);
	transform: scale(0.8) rotate(-30deg);
}

form {
	margin: 0 0 2em 0;
}
label {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 0.1em 0;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 8px;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}
input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
	box-shadow: none;
}
.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}
.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.select-wrapper:before {
	content: '\f078';
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}
.select-wrapper select::-ms-expand {
	display: none;
}
input[type="text"], input[type="password"], input[type="email"], select {
	height: 2.75em;
}
textarea {
	padding: 0.75em 1em;
}
input[type="checkbox"], input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}
input[type="checkbox"]+label, input[type="radio"]+label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	border-radius: 8px;
	border: solid 1px;
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}
input[type="checkbox"]:checked+label:before, input[type="radio"]:checked+label:before {
	content: '\f00c';
}
input[type="checkbox"]+label:before {
	border-radius: 8px;
}
input[type="radio"]+label:before {
	border-radius: 100%;
}
::-webkit-input-placeholder {
	opacity: 1.0;
}
:-moz-placeholder {
	opacity: 1.0;
}
::-moz-placeholder {
	opacity: 1.0;
}
:-ms-input-placeholder {
	opacity: 1.0;
}
.formerize-placeholder {
	opacity: 1.0;
}
label {
	color: #ffffff;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
.select-wrapper:before {
	color: rgba(255, 255, 255, 0.35);
}
input[type="checkbox"]+label, input[type="radio"]+label {
	color: rgba(255, 255, 255, 0.65);
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}
input[type="checkbox"]:checked+label:before, input[type="radio"]:checked+label:before {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #935d8c;
}
input[type="checkbox"]:focus+label:before, input[type="radio"]:focus+label:before {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
.formerize-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}


/* Nav */

#nav {
	-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	background-color: #ffffff;
	color: #636363;
	position: absolute;
	width: 64em;
	max-width: calc(100% - 4em);
	padding: 1em;
	background-color: #f7f7f7;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	cursor: default;
	text-align: center;
}
#nav input, #nav select, #nav textarea {
	color: #636363;
}
#nav a:hover {
	color: #636363;
}
#nav strong, #nav b {
	color: #636363;
}
#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
	color: #636363;
}
#nav blockquote {
	border-left-color: #dddddd;
}
#nav code {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#nav hr {
	border-bottom-color: #dddddd;
}
#nav+#main {
	padding-top: 0;/*4.25em;*/
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	-moz-transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	-ms-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
	display: inline-block;
	margin: 0 0.35em;
	padding: 0;
	vertical-align: middle;
}
#nav ul li a {
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
	height: 2.25em;
	text-decoration: none !important;
	line-height: 2.25em;
	padding: 0 1.25em;
	border: 0;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px transparent;
}
#nav ul li a:hover {
	color: #000;
	background-color: rgba(222, 222, 222, 0.25);
}
#nav ul li a.active {
	background-color: #ffffff;
	box-shadow: none;
	color: #222;
}
#nav.alt {
	position: fixed;
	top: 0;
	padding: 0.5em 1em;
	background-color: rgba(247, 247, 247, 0.95);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 10000;
}

#nav.alt ul li {
	margin: 0 0.175em;
}

#nav {
	padding:1em 0.5em;	
}

#nav ul li a {
	padding:0 0.8em;	
}

#nav.alt ul li a {
	font-size: 1em;
}

@media screen and (max-width:1200px) {
	
	#nav ul li {
		margin:0;	
	}
	#nav ul li a {
		padding:0 0.7em;
	}
	#nav.alt ul li a {
		font-size: 0.9em;
		padding-left:0.7em;
		padding-right:0.7em;
	}	
	
}

@media screen and (max-width:991px) {
	
	#nav ul li a {
		font-size: 0.8em;
		padding: 0 0.4em;
	}
	
	#nav.alt ul li {
		margin:0;	
	}
	#nav.alt ul li a {
		font-size:0.8em;
		padding-left:0.35em;
		padding-right:0.35em;
	}	
}


@media screen and (max-width: 736px) {
	#nav {
		display: none;
	}
	#nav+#main {
		padding-top: 0;
	}
}
/* Main */

#main {
	background-color: #ffffff;
	color: #636363;
	border-radius: 0.25em;
	position:relative;
}
#main input, #main select, #main textarea {
	color: #636363;
}
#main a:hover {
	color: #000;
	border-bottom: 1px solid #8F65CD;
}
#main strong, #main b {
	color: #636363;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #636363;
}
#main blockquote {
	border-left-color: #dddddd;
}
#main code {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#main hr {
	border-bottom-color: #dddddd;
}
#main .box {
	border-color: #dddddd;
}
#main input[type="submit"], #main input[type="reset"], #main input[type="button"], #main button, #main .button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #dddddd;
	color: #636363 !important;
}
#main input[type="submit"]:hover, #main input[type="reset"]:hover, #main input[type="button"]:hover, #main button:hover, #main .button:hover {
	background-color: rgba(222, 222, 222, 0.25);
}
#main input[type="submit"]:active, #main input[type="reset"]:active, #main input[type="button"]:active, #main button:active, #main .button:active {
	background-color: rgba(222, 222, 222, 0.5);
}
#main input[type="submit"].icon:before, #main input[type="reset"].icon:before, #main input[type="button"].icon:before, #main button.icon:before, #main .button.icon:before {
	color: rgba(99, 99, 99, 0.25);
}
#main input[type="submit"].special, #main input[type="reset"].special, #main input[type="button"].special, #main button.special, #main .button.special {
	background-color: #F94B4F;
	color: #ffffff !important;
	box-shadow: none;
}
#main input[type="submit"].special:hover, #main input[type="reset"].special:hover, #main input[type="button"].special:hover, #main button.special:hover, #main .button.special:hover {
	background-color: #4bb1f9;
	border-bottom: none;
}
#main input[type="submit"].special:active, #main input[type="reset"].special:active, #main input[type="button"].special:active, #main button.special:active, #main .button.special:active {
	background-color: #4bb1f9;
}
#main input[type="submit"].special.icon:before, #main input[type="reset"].special.icon:before, #main input[type="button"].special.icon:before, #main button.special.icon:before, #main .button.special.icon:before {
	color: #ffffff !important;
}
#main label {
	color: #636363;
}
#main input[type="text"], #main input[type="password"], #main input[type="email"], #main select, #main textarea {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#main input[type="text"]:focus, #main input[type="password"]:focus, #main input[type="email"]:focus, #main select:focus, #main textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
#main .select-wrapper:before {
	color: #dddddd;
}
#main input[type="checkbox"]+label, #main input[type="radio"]+label {
	color: #636363;
}
#main input[type="checkbox"]+label:before, #main input[type="radio"]+label:before {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}
#main input[type="checkbox"]:checked+label:before, #main input[type="radio"]:checked+label:before {
	background-color: #636363;
	border-color: #636363;
	color: #ffffff;
}
#main input[type="checkbox"]:focus+label:before, #main input[type="radio"]:focus+label:before {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}
#main ::-webkit-input-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
#main :-moz-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
#main ::-moz-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
#main :-ms-input-placeholder {
 color: rgba(99, 99, 99, 0.25) !important;
}
#main .formerize-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}
#main .icon.major {
	border-color: #dddddd;
}
#main .icon.major:before {
	border-color: #dddddd;
}
#main .icon.alt {
	border-color: #dddddd;
	color: #636363;
}
#main .icon.alt:hover {
	background-color: rgba(222, 222, 222, 0.25);
}
#main .icon.alt:active {
	background-color: rgba(222, 222, 222, 0.5);
}
#main ul.alt li {
	border-top-color: #dddddd;
}
#main dl dt {
	color: #636363;
}
#main header.major h2:after {
	background-color: #dddddd;
	background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}
#main table tbody tr {
	border-color: #dddddd;
}
#main table tbody tr:nth-child(2n+1) {
	background-color: rgba(222, 222, 222, 0.25);
}
#main table th {
	color: #636363;
}
#main table thead {
	border-bottom-color: #dddddd;
}
#main table tfoot {
	border-top-color: #dddddd;
}
#main table.alt tbody tr td {
	border-color: #dddddd;
}
#main .spotlight .image {
	border-color: #dddddd;
}
#main>.main {
	padding: 5em 5em 3em 5em;
	border-top: solid 1px #dddddd;
}
#main>.main:first-child {
	border-top: 0;
}
#main>.main>.image.main:first-child {
	margin: -5em 0 5em -5em;
	width: calc(100% + 10em);
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#main>.main>.image.main:first-child img {
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

@media screen and (max-width: 1280px) {
#main>.main {
	padding: 4em 4em 2em 4em;
}
#main>.main>.image.main:first-child {
	margin: -4em 0 4em -4em;
	width: calc(100% + 8em);
}
}

@media screen and (max-width: 980px) {
#main>.main {
	padding: 4em 3em 2em 3em;
}
#main>.main>.image.main:first-child {
	margin: -4em 0 4em -3em;
	width: calc(100% + 6em);
}
}

@media screen and (max-width: 736px) {
#main>.main {
	padding: 3em 2em 1em 2em;
}
#main>.main>.image.main:first-child {
	margin: -3em 0 2em -2em;
	width: calc(100% + 4em);
}
}

@media screen and (max-width: 480px) {
#main>.main {
	padding: 3em 1.5em 1em 1.5em;
}
#main>.main>.image.main:first-child {
	margin: -3em 0 1.5em -1.5em;
	width: calc(100% + 3em);
}
}

@media screen and (max-width: 360px) {
#main {
	border-radius: 0;
}
#main>.main {
	padding: 2.5em 1em 0.5em 1em;
}
#main>.main>.image.main:first-child {
	margin: -2.5em 0 1.5em -1em;
	width: calc(100% + 2em);
	border-radius: 0;
}
#main>.main>.image.main:first-child img {
	border-radius: 0;
}
}
/* Spotlight */

.spotlight {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 2em 0;
}
.spotlight .content {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.spotlight .content> :last-child {
	margin-bottom: 0;
}
.spotlight .content header.major {
	margin: 0 0 2em 0;
}
.spotlight .image {
	display: inline-block;
	margin-left: 4em;
	padding: 0.65em;
	border-radius: 100%;
	border: solid 1px;
}
.spotlight .image img {
	display: block;
	border-radius: 100%;
	width: 16em;
}

@media screen and (max-width: 1365px) {
.spotlight {
	-moz-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	text-align: center;
}
.spotlight .content {
	-moz-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
}
.spotlight .content header.major h2:after {
	margin-left: auto;
	margin-right: auto;
}
.spotlight .image {
	-moz-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: 0;
	margin-bottom: 2em;
}
}

@media screen and (max-width: 736px) {
.spotlight .image {
	padding: 0.35em;
}
.spotlight .image img {
	width: 12em;
}
}
.spotlight .image {
	border-color: rgba(255, 255, 255, 0.35);
}

/* Footer */
#footer {
	padding: 1.5em 0em;
}
#footer h2 {
	margin:0;	
}
#footer img {
	width:200px;
	margin-bottom:10px;
}
#footer .copyright {
	width: 100%;
	margin: 3em 0 2em 0;
	font-size: 0.8em;
	text-align: center;
}

/* Wrapper */
#wrapper {
	width: 64em;
	max-width: calc(100% - 4em);
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
#wrapper {
	max-width: calc(100% - 2em);
}
}

@media screen and (max-width: 360px) {
#wrapper {
	max-width: 100%;
}
}

/* TOP MOBILE NAV */
#mobile-nav-bar {
	display:none;	
}

@media (max-width:736px) {
	#mobile-nav-bar {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:46px;	
		padding:0 6px;
		cursor:pointer;
		background:#fff;
		border-bottom:1px solid #ccc;
		z-index:9999;
	}
	#mobile-nav-bar #section-label {
		position:absolute; 
		top:3px; 
		left:0; 
		width:100%; 
		text-align:center; 
		height:30px; 
		color:#222; 
		font-weight:400;	
	}	
	#mobile-nav-bar .mobile-nav-logo {
		float:left;
		width:60%;
		text-align:left;
		padding-top:2px;
	}
	#mobile-nav-bar .mobile-nav-logo img {
		max-height:32px;	
	}
	#mobile-nav-bar .mobile-nav-hook {
		text-align:right;
		float:right;
		width:29%;	
		padding-top:3px;
	}
	#mobile-nav-hook {
		background: #F94B4F none repeat scroll 0 0;
		border-radius: 4px;
		color: #fff;
		display: inline-block;
		font-size:20px;
		padding: 0 10px;
		transition: all 0.5s ease 0s;
	}	
}

@media (max-width:400px) {
	#mobile-nav-bar #section-label {
		display:none;
	}
}

/* SIDE NAV*/
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
	 overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
    padding-top: 45px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding: 5px 5px 5px 24px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	border:none;
	display: block;
	transition: 0.3s;
	white-space:nowrap !important;
}

.sidenav a.sm {
	font-size:17px;	
}

.sidenav a.icon-gear:before {
	content:"";
	font-family:FontAwesome;
	padding-right:10px;
}

body.no-images .sidenav a.icon-gear:before {
	content:"";
}

.sidenav a.last {
	margin-bottom:100px;	
}

.sidenav hr {
	margin:7px 0;
	border-color:#222;
}

.sidenav a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	text-decoration:none;
	border:none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#wrapper {
	transition: margin-left .5s, margin-right .5s;
}

body.nav-open {
	overflow:hidden !important;	
}

body.nav-open .sidenav {
	overflow:auto !important;	
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

/* Features */
.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: calc(100% + 2em);
	margin: 0 0 3em -2em;
	padding: 0;
	list-style: none;
}
.features li {
	width: calc(33.33333% - 2em);
	margin-left: 2em;
	margin-top: 3em;
	padding: 0;
}
.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) {
	margin-top: 0;
}
.features li> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 980px) {
.features li {
	width: calc(50% - 2em);
}
.features li:nth-child(3) {
	margin-top: 3em;
}
}

@media screen and (max-width: 736px) {
.features {
	width: 100%;
	margin: 0 0 2em 0;
}
.features li {
	width: 100%;
	margin-left: 0;
	margin-top: 2em;
}
.features li:nth-child(2), .features li:nth-child(3) {
	margin-top: 2em;
}
}
/* Button */



input[type="submit"], input[type="reset"], input[type="button"], .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 9.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.button.multiline { 
	padding:0.5em 1.5em 0.5em 1.5em;
	line-height:1;
	white-space:normal;
	height:auto;
}

input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon {
	padding-left: 1.35em;
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	margin-right: 0.5em;
}
input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}
input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
	font-size: 0.8em;
}
input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big {
	font-size: 1.35em;
}
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width: 736px) {
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	min-width: 0;
}
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	color: #ffffff !important;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
	background-color: rgba(255, 255, 255, 0.075);
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
	background-color: rgba(255, 255, 255, 0.2);
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	color: rgba(255, 255, 255, 0.5);
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
	background-color: #F94B4F;
	color: #ffffff !important;
	box-shadow: none;
}
input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
	background-color: #4bb1f9;
}
input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active {
	background-color: #4bb1f9;
}
input[type="submit"].special.icon:before, input[type="reset"].special.icon:before, input[type="button"].special.icon:before, button.special.icon:before, .button.special.icon:before {
	color: #ffffff !important;
}
/* ADDED */

.features li * {
	transition: all 0.3s ease-out;
}
img.menu-item {
	border-radius: 100%;
	max-width: 40%;
}
body.no-images img.menu-item {
	display:none;	
}
@media (min-width:736px) {
	.features li:hover img {
		transform: scale(1.3) rotate(360deg);
	}
	
	.features li:hover h3 {
		background:rgba(255,255,255,0.85);
	}
}

#main .features li {
	cursor:pointer;	
}

#main .features h3 {
	margin-bottom: 0;
	color: #222;
	position:relative;
}

#main .features li p {
	line-height:1.2;	
	margin-bottom:0;
	padding-bottom:0;
}

.menu-badge {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  margin:0 3px;
}

.modal {
	z-index:10002;	
	color:#222;
}

.modal button.close {
	color:#ccc !important;
	cursor:pointer;
}

.modal-backdrop {
	z-index:10001;	
}

.modal img {
	width:100%;	
	border-radius:4px;
}

.modal-body {
	text-align:center;	
}

.modal-body p {
	line-height:1.2;	
}

h5.modal-title {
	color:#222;
	font-size:1.25em;
	line-height: 1.5;
	font-weight:400;
	margin-bottom: 0;
}

.modal h3 {
	color:#222 !important;	
	margin-top:10px;
	margin-bottom:0;
}

#main .features h3 {
  line-height: 1.1;
  padding-bottom: 10px;
  padding-top: 15px;
}

.modal h3:after {
	display: block;
	content: '';
	width: 5em;
	height: 2px;
	margin: 0.5em 0 0.5em 0;
	border-radius: 2px;
	background-color: #dddddd;
	background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	margin-left:auto;
	margin-right:auto;
}

.modal .text-signup-box p {
	margin-bottom:20px;	
}

.modal .text-signup-box div.instructions {
	line-height:1.2;	
}

.modal .text-signup-box p:after {
	display: block;
	content: '';
	width: 5em;
	height: 2px;
	margin: 20px auto 15px auto;
	border-radius: 2px;
	background-color: #dddddd;
	background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
	margin-left:auto;
	margin-right:auto;	
}

.modal-footer .button {
	margin:0px auto;
	height:auto;	
	min-width:auto;
	line-height:2em;
}

.extra-info {
	border:3px solid #eee; border-radius:8px; display:inline-block; padding:10px 18px;
	text-align:center;
	background:#f8f8f8;
	color:#222;
	position:relative;
	border-left:3px solid #F94B4F;
	border-right:3px solid #F94B4F;
}

.extra-info strong {
	color:#222 !important;	
}

.asterisk {
	font-size:14px;
}

.asterisk.padded {
	padding-top:15px;	
}

.g-recaptcha > div {
	margin: 0 auto !important;
	text-align: center;
	width: auto !important;
	height: auto !important;
}

/* CORNER RIBBON */
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #F94B4F;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.02em;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

@media (max-width:736px) {
	.corner-ribbon {
		font-size: 16px;
		left: -62px;
		line-height: 35px;
		top: 68px;
	}
}

#main .button.btn-red,
.btn-red {
	background-color:#fff;
	color:#F94B4F !important;	
	box-shadow: none;
	border:2px solid #F94B4F;
	font-weight:bold;
}

#main .button.btn-red:hover,
#main .button.btn-red:focus,
.btn-red:hover,
.btn-red:focus {
	background-color: #F94B4F;
	color: #ffffff !important;
	font-weight:bold;
}

#main .button.btn-blue,
.btn-blue {
	background:#fff;
	color:#4bb1f9 !important;	
	box-shadow:none;
	border:2px solid #4bb1f9;
	font-weight:bold;
}

#main .button.btn-blue:hover,
#main .button.btn-blue:focus,
.btn-blue:hover,
.btn-blue:focus {
	background-color:#4bb1f9;
	color:#fff !important;
	font-weight:bold;
}

.order-online-btn-box {
	padding:15px 0;	
}


/* tripadvisor widget */
#CDSWIDEXC {
	margin-left: auto !important;
	margin-right: auto !important;
	border-width:2px !important;
	border-color:#fff !important;
	box-shadow:4px 4px 15px rgba(0,0,0,0.2);
}