/* #Global Reset
================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* #Clear Fix
================================================== */
.cf:before,
.cf:after { content:"";display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}


/* #Basic Styles
================================================== */
body {
   background: #EC008C;
   color: #fff;
   font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
   font-size: 18px;
   font-weight: 700 !important;
   line-height: 26px;
   text-align: left;
   letter-spacing: 0;
   text-transform: none;
   font-weight: normal;
   margin: 0 auto;
   -webkit-text-size-adjust: none;
}
body.noscroll {
	overflow: hidden;	
}
	

/* #Typography
================================================== */
html {
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
	font-style: normal;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 0;
    letter-spacing: 0px;
    text-align: center;
}
h1 span {
	color: #ACD9F4;
}
h2 {
	color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 12px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}
h5 { font-size: 14px; line-height: 20px; margin-bottom: 12px;  }
h6 { font-size: 10px; line-height: 16px; margin-bottom: 12px; }
p {
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    display: block;
    overflow: hidden; 
}
p:before, p:after {
	content: " ";
	display: table;
}
p:after {
    clear: both;
    *zoom: 1;
}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #151515;  }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

hr { 
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 60px 0 40px;
    height: 26px; 
}


/* #Links
================================================== */
a, a:visited { 
    color: rgba(255,255,255,0.8);
    outline: 0;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none;
}
a:hover, a:focus {
	color: #151515;
	text-decoration: none;
}

/* #Images
================================================== */
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
/* #List
================================================== */
ul {
	width: 100%;
	height: 100%;
	list-style: disc;
	list-style-type: disc;
	padding: 0 0 0 10px;
	margin: 0 auto 30px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}
li {
	list-style: disc;
	list-style-type: disc;
	padding: 4px;
	margin: 4px 4px 4px 12px;
}

/* #Forms
================================================== */
fieldset {
    margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
    height: auto;
    width: 100%;
    border: none;
    padding: 16px 20px;
    outline: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400 !important;
    color: #888;
    text-align: left !important;
    margin: 0 0 10px 0;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: 0;
    -webkit-transition: .05s ease-out;
    -moz-transition: .05s ease-out;
    -o-transition: .05s ease-out;
    transition: .05s ease-out;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-sizing: border-box;
}
select {
    margin: 0 !important;
    padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(255, 255, 255, 1);
    color: #151515; }
textarea {
    padding: 10px;
    min-height: 250px; }
label,
legend,
label span,
legend span {
	font-size: 22px;
	line-height: 24px !important;
	color: #fff;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left !important;
}
label span,
legend span {
	color: #005DA6;
}
select {
    display: block;
    width: 240px;
    height: 54px;
    padding: 0 20px;
    background: url(../images/arrow_down.png) no-repeat 210px 20px #fff;
    cursor: pointer;
    margin: 0 0 20px 0;
}
select:hover {
    background: url(../images/arrow_down.png) no-repeat 210px 21px #fff;
}
input[type="checkbox"] {
    display: inline; }
input.placeholder {
    color: #ACD9F4;
	font-style: italic; }
input:-webkit-input-placeholder {
   	color: #ACD9F4; }
input:-moz-placeholder {
	color: #ACD9F4; }
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
	width: 100%;
    height: auto;
    border: none;
    padding: 12px 20px;
    outline: none;
	font-size: 22px;
	line-height: 24px;
    color: #fff !important;
    text-align: center !important;
    margin: 0 auto;
    display: block;
    background: #EC008C;
    cursor: pointer;
    -webkit-transition: .05s ease-out;
    -moz-transition: .05s ease-out;
    -o-transition: .05s ease-out;
    transition: .05s ease-out;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	color: #151515 !important;
    background: #fff;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #ACD9F4;
}
:-moz-placeholder {
	color: #ACD9F4;
}
::-moz-placeholder {
	color: #ACD9F4;
}
:-ms-input-placeholder {
	color: #ACD9F4;
}
form p {
	padding: 0;
	margin: 0 auto 10px;
}
form .left {
	width: 50%;
	float: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
form .right {
	width: 50%;
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
form p.disclaimer {
	font-size: 16px;
	color: #ACD9F4;
	float: right;
}
.prevent {
	display: none;
}

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
