/* ------------------------------------- 
		GLOBAL 
------------------------------------- */
* { 
	margin:0;
	padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img { 
	max-width: 100%; 
}
.collapse {
	margin:0;
	padding:0;
}
body {
	-webkit-font-smoothing:antialiased; 
	-webkit-text-size-adjust:none; 
	width: 100%!important; 
	height: 100%;
}


/* ------------------------------------- 
		ELEMENTS 
------------------------------------- */
a { color: #2BA6CB;}

.column form {
    text-align: right;
}

input {
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid grey;
    margin: 15px 5px;
    color: grey;
    width: 80%;
    display: block;
    float: right;
}

input#mc-embedded-subscribe {
    width: 40%;
	padding: 10px 35px;
}


.btn {
    border-radius: 30px;
    padding: 10px 40px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover{
    background: #e62006;
    color: #fff;
    border: 2.5px solid #e62006;
    margin-top: 0;
	border-radius: 30px;
    padding: 10px 40px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

textarea {
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid grey;
    margin: 15px 5px;
    color: grey;
    width: 80%;
    display: block;
    float: right;
	max-width: 350px !important;
}

/* ------------------------------------- 
		HEADER 
------------------------------------- */
header { width: 100%; background: #e62006;}

header.container  .logo { padding: 15px; }
header.container  .label { padding: 15px; padding-left:0px;}


/* ------------------------------------- 
		BODY 
------------------------------------- */
.body-wrap { width: 100%;
background-image: url('../img/snowflake-red.png');
background-size:1.6%;
    float: left;
}

.body-wrap .container .content, .body-wrap .container .column-wrap {
    background-color: white;
}

/* ------------------------------------- 
		FOOTER 
------------------------------------- */


.body-wrap footer .container .content {
 background: #e62006;
 
}

footer { width: 100%;	clear:both!important; background: #e62006;     float: left;
}

footer a { color: #fff;}

footer .container .content p {
	 font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    line-height: 1;
}
footer .container .content a {
	 font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    line-height: 1;
}


footer .container .content a:hover {
    color: grey;
    text-decoration: underline;
}

/* ------------------------------------- 
		TYPOGRAPHY 
------------------------------------- */
h1,h2,h3,h4,h5,h6 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; text-transform: none; }

h1 { font-weight: 200;
    font-size: 50px;
    font-family: 'Pacifico', cursive;
    text-align: center;
    color: #e62006;}
h2 { font-weight:200; font-size: 37px;}
h3 { font-weight:500; font-size: 27px;}
h4 { font-weight:500; font-size: 23px;}
h5 { font-weight:900; font-size: 17px;}
h6 { font-weight:900; font-size: 14px; text-transform: uppercase; color:#444;}

.collapse { margin:0!important;}

p, ul { 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size: 16px;
    line-height: 1.3;
}
h4.lead { text-align: right;
    font-style: italic;
    font-size: 18px;}


ul {
    margin-left: 3%;
	color: #e62006;
}

ul li {
	margin: 5px;
    list-style-position: outside;
}

ul li span {
    color: grey;
}

.column a {
    display: block;
    color: grey;
	margin: 5px;
    text-decoration: none;
}

.column a:hover{
    color: #e62006;
    text-decoration: underline;
}

.column p b {
    color: #e62006;
    font-style: italic;
	font-family: 'Pacifico', cursive;
    font-size: 20px;
    letter-spacing: 1;
}

/* --------------------------------------------------- 
		RESPONSIVENESS
		Nuke it from orbit. It's the only way to be sure. 
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
	display:block!important;
	max-width:800px!important;
	margin:0 auto!important; /* makes it centered */
	clear:both!important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
	padding:15px;
	max-width:800px;
	margin:0 auto;
	display:block; 
}

/* Let's make sure tables in the content area are 100% wide */
.content table { width: 100%; }


/* Odds and ends */
.column {
	width:50%;
    padding: 0px;
	float:left;
}

.column p{
	
}

.column-wrap { 
	padding: 15px;
	margin:0 auto; 
	max-width:800px!important;
	float: left;
}

.social .column {
	width: 280px;
	min-width: 279px;
	float:left;
}

/* Be sure to place a .clear element after each set of columns, just to be safe */
.clear { display: block; clear: both; }


/* ------------------------------------------- 
		PHONE
		For clients that support media queries.
		Nothing fancy. 
-------------------------------------------- */
@media only screen and (max-width: 600px) {
	
	a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

	div[class="column"] { width: auto!important; float:none!important;}
	
	table.social div[class="column"] {
		width:auto!important;
	}

}

.error {
    color: yellow;
    background-color: gray;
    border-radius: 9px;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.success {
    color: white;
    background-color: #359c39;
    border-radius: 9px;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}