html
{
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: auto;
	min-height: 100%;
}

body
{
	height: auto;
	min-height: 100%;
		
	padding: 0;
	margin: 0;
 	background-color: #005FD5; 
	font-size: 14.5px;
	color: #230C07;
	font-family: 'Open Sans', sans-serif;
	caret-color: #005FD5;
	
	background-image: url('img/bg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


::-moz-selection { /* Code for Firefox */
  color: #F7F7F7;
  background: #FC4713;
}

::selection {
  color: #F7F7F7;
  background: #FC4713;
}

#mainContainer
{
	outline: 3px solid #F7F7F7;
	background-color: #F7F7F7;
	position: absolute;
	top:40px;
	left:40px;
	height: 800px;
	width: auto;
	margin: 0 auto; 
	width: 720px;

}

#mainShadow
{
	outline: 3px solid #F7F7F7;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top:55px;
	left:55px;
	height: 800px;
	width: auto;
	margin: 0 auto; 
	width: 720px;

}

#navContainer
{
	position: absolute;
	right: 0px;
	top:0px;
	height: auto;
	max-width: 600px;
	margin-left: auto;
}

#nav
{
	display: table-cell;
	text-align: right;
	position: absolute;
	height: 100px;
	width: 600px;
	top: 0;
	right: 0px;
	padding: 37px 22px;
	box-sizing: border-box;
	font-size: 14px;
}



.navText
{
	position: relative;
	display: inline-block;
	top: 2px;	
	text-decoration: underline;

}

.navItem
{
	margin: 0 20px;
	height: 20px;
}

a, a:visited, a:hover
{
	color: #005FD5;
	text-decoration: none;
}




#swirlyArrow
{
	vertical-align:middle;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background-image: url("img/swirlyArrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 6px 0 7px;
	top:-5px;
}

#instaLogo
{
	vertical-align:middle;
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("img/instaLogo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#nav a:hover 
{
  color: red;
}

#nav a:hover #swirlyArrow
{
	background-image: url("img/swirlyArrowHover.svg");
}

#nav a:hover #instaLogo
{
	background-image: url("img/instaLogoHover.svg");
}


@keyframes imageIn {
  from {background-position: center 40%;}
  to {background-position: center 50%;}
}

#heroVideo 
{	
	position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#upperRightShapes
{
	position: absolute;
	top: 0;
	right: 0;
	
	background-image: url("img/redHalfMoon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	
	width: 95px;
	height: 190px;
	
	opacity: 0;
	
	animation: shapesRight .5s .25s forwards;
	animation-timing-function: ease-out;
}

#bottomLeftShapes
{
	position: absolute;
	bottom : 0;
	left: 0;
	
	background-image: url("img/shapeBunch.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 175px;
	height: 200px;
	
	opacity: 0;
	
	animation: shapesLeft .5s .33s forwards;
	animation-timing-function: ease-out;
}

#bottomLeftShapes2
{
	position: absolute;
	bottom : 0;
	left: 0;
	
	background-image: url("img/shapeBunch2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 175px;
	height: 200px;
	
	opacity: 0;
	
	animation: shapesLeft2 .5s .66s forwards;
	animation-timing-function: ease-out;
}

@keyframes shapesRight {
  from {top: 20px; opacity: 0;}
  to {top: 0; opacity: 1;}
}

@keyframes shapesLeft {
  from {left: 20px; opacity: 0;}
  to {left: 0; opacity: 1;}
}

@keyframes shapesLeft2 {
  from {bottom: 20px; opacity: 0;}
  to {bottom: 0; opacity: 1;}
}

#logo
{
	position: absolute;
	width: 48px;
	height: 38px;
	top: 30px;	
	left: 30px;
	background-image: url("img/logoform.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

#logotype
{
	position: relative;
	display: inline-block;
	width: 250px;
	height: 30px;
	background-image: url("img/logotype.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#credits
{
	display: none;
	position: relative;
	width: 90%;
	padding: 5% 20px;
	text-align: left;	
	height: 20px;
	font-size: 12px;
	color: #c7c7c7;
}

#credits a, #credits a:hover, #credits a:visited
{
	color: #c7c7c7;
	text-decoration: underline;
}

.noBottomMargin
{
	margin-bottom: 0 !important;
}

#textBlock
{
	line-height: 1.6;
	position: absolute;
	top: 140px;
	left: 100px;
	bottom: 80px;
	width: auto;
	width: 520px;
	margin: 0 0;
	
	transition-duration: .15s;
}

.textIn1
{
	animation: textIn .33s .33s forwards;
	animation-timing-function: ease-out;
	
	opacity: 0;
}

.textIn2
{
	animation: textIn .33s .55s forwards;
	animation-timing-function: ease-out;
	
	opacity: 0;
}

@keyframes textIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

h1
{
	font-size: 24px;
	font-weight: bold;
	margin: 3px 0 30px 0;
	transition-duration: .15s;
	line-height: 1.2em;
}

.blueText
{
	color: #005fd5;
}

.redText
{
	color: #FC4713;
}


hr
{
	margin: 30px 0 30px 0;
	border: 1px solid #E2E2E2;
	transition-duration: .15s;
}

.legalese
{
	font-size: 13px;
	line-height: 1.3;
	color: #A8A8A8;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .2px;
}

#newsletterTitle
{
	text-align: left;
	font-weight: bold;
	margin: 20px auto 20px auto;
}

#mc_embed_signup
{
	margin: 10px 0;
}

#emailContainer
{
	position: relative;
	display: block;
	max-width: 580px;
	margin: 0 auto 40px auto;
}


#mc-embedded-subscribe
{	
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	margin: 00px 0;
	background-color: #FFB53E;
	color: white; 
	border-radius: 0px 5px 5px 0px;
	height: 60px;
	width: 120px;
	
	border: none;
	
	transition-duration: .15s;
}

#mc-embedded-subscribe:hover
{  
	cursor: pointer;
	background-color: #0FB185;
	transition-duration: .15s;
}


#mce-EMAIL
{
	margin: 0px 0 10px 0 !important;
	height: 60px !important;
	border-radius: 5px;
	border: none !important;
	width: calc(100%);
	color: #005FD5;
	padding: 20px 20px 20px 25px;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	box-shadow: 0px 10px 16px 0px rgba(105, 136, 173, 0.15);
}


#mailIcon
{
	position: absolute;
	width: 45px;
	height: 80px;
	margin: -28px -40px 20px -13px;
	background-image: url("img/envelopev3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FC4713;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FC4713;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FC4713;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.hideDesktop
{
	margin: 0;
	padding: 0;
	display: none;
}

/*
	MOBILE STUFF
*/

#mobileHeader
{
	position: relative;
	height: calc(0vh);
	box-sizing: padding-box;
	width: 100%;
	background-image: url('img/bg2.jpg');
	background-size: cover;
	background-position: top center;
}


/*

	Preload hover images
	
*/


body::after
{
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	content: url("img/swirlyArrowHover.svg") url("img/instaLogoHover.svg");
}


/*

	When the screen gets a lil tight
	
*/



@media only screen and (max-width: 800px) 
{
	#mobileImage
	{
		position: relative;
		height: calc(50vh);
		width: calc(100% + 80px);
		background-image: url('img/bg2.jpg');
		background-size: cover;
		background-position: center center;
		margin: 50px -40px;
	}


	hr
	{
		margin: 40px 0 40px 0;
		transition-duration: .15s;
	}
	
	#credits
	{
		font-size: 13px;
		margin-bottom: 40px;
		bottom: auto;
	}
	
	body
	{
		min-width: auto;
		font-size: 15px;
		color: #230C07;
		font-family: 'Open Sans', sans-serif;
		
		background-image: none;
		background-color: #F7F7F7;
		
		padding: 0;
		margin: 0;
	}
	
	h1
	{
		margin: 5	px 0 40px 0;
		transition-duration: .15s;
	}

 	#mainContainer
	{
		position: relative;
		display: inline-block;
		top: 0px;
		right: 0px;
		left: 0;
		bottom: 0;
		height: auto;
		width: 100vw;
		margin: 0px auto 0px 0px; 
		min-width: auto;
		max-width: auto;
		overflow-x: hidden;
	}


	#textBlock
	{
		position: relative;

		margin: 140px 40px 0px 40px;
	
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	
		width: auto;
		height: auto;
		
		transition-duration: 0;
	}
	
	#heroImage
	{
		display: none;
	}
	
	
	#navContainer
	{
		left: auto;	
		right: 0px;
	}
	
	#nav
	{
		left:auto;
	}
	
	
	
	.navItem
	{
		padding: 0 5px;
		margin: 0 5px;
	}
	

	
	#emailContainer
		padding: 0px 0 30px 0;
	{	margin: 0 auto 40px auto;
		width: calc(100% + 40px);
		
		left: -20px;
	}

	
	#mc-embedded-subscribe
	{	
		position: relative;
		right: 0;
		top: 0;
		margin: 0 0 10px 0;
		background-color: #FFB53E;
		color: white; 
		border-radius: 5px;
		height: 60px;
		width: 100%;
		
		border: none;
				
		font-size: 16px;
		
		-webkit-appearance: none;
		box-shadow: 0px 10px 16px 0px rgba(105, 136, 173, 0.15);
		
		transition-duration: .15s;

	}
	
	#mce-EMAIL
	{
		width: 100%;
		border-radius: 5px;
		
		font-size: 16px;
		
		-webkit-appearance: none;
		box-shadow: 0px 10px 16px 0px rgba(105, 136, 173, 0.15);
	}
	
			
	.hideMobile
	{
		margin: 0;
		padding: 0;
		display: none;
	}
	
	.hideDesktop
	{
		margin: 0;
		padding: 0;
		display: block;
	}

}





































































