body {
    padding-bottom: 50px;
    font-family: Sans-serif;
    text-align: center;
}

div{
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.listdiv{
	display:inline-block;
	width:100%;
}

ul.mainlist {  
	display: inline;
    width: 50%;
    padding: 0;
    margin-top:8px;
    margin-bottom: 8px;
}

ul.mainlist > li { 
	float: left;  
	width: 50%;  
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

ul.mainlist li {
	list-style: none;
}

ul.sublist {  
	display: inline;
    width: 25%;
    padding: 0;
    float:left;
}

ul.sublist > li { 
	text-align: center; 
	line-height: 19px;
	font-size: 0.7em;
}

ul.sublist li {
	list-style: none;
}

@media all and (max-width: 640px) {
    ul.mainlist {  height: auto; display: inline-block;}
    ul.mainlist > li {  float: none; width: 100%; }
    ul.sublist { float: none;}
    div.partners{float:left; width: 50%;}
}

div#para1{
	max-width:800px;
	margin-top: 35px;
	letter-spacing: 0.5px;
}

div#para1 p{
	padding: 0 100px;
}

div#para2 p{
	padding: 0 20px;
}

div#para2{
	max-width: 590px;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}

div#para1 p,
div#para2 p{
	color: #C31A1A;
	line-height:1.6em;
}

div#para1 p a,
div#para2 p a{
	font-weight: bold;
	color: #C31A1A;
}

#newsletterbutton {
    text-align: center;
    display: block;
}

#mc_embed_signup {
    text-align: center;
    display: none;
}

form {
    background-color: white;
    margin: 0 auto;
}

h4 {
    margin:auto;
    line-height:30px;
    text-align:center;
    line-height:23px;
    font-family: Sans-serif;
    font-size: 13px;
}

p {
    line-height: 19px;
    font-family: sans-serif;
    font-size: 90%;
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-count: 1;
    -moz-column-gap: 30px;
    column-count: 1;
    column-gap: 30px;
    margin-bottom: 0px;
    text-align: center;
}
        
a {
    color: #000000;
    font-weight: 900;
}

a:hover {
    opacity: 0.7;
}

hr {
    border: 0;
    color: #000000;
    background: #000000;
    height: 2px;
    max-width: 800px;
    margin-top:0px;
    margin-bottom:1px;
}

hr.short {
    width: 180px;
    margin: 20px auto;
}

.header {
    margin-top: 50px;
    margin-bottom: 40px;
}

.logo {
    max-width: 176px;
    display: block;
    margin: auto;
    height: 86px;
}

.hrline {
    margin-top: 0px;
}

.signup{
	margin-bottom: 10px;
	margin-top: 25px;
}
#newslettersection {
    text-align: center;
    padding: 20px 0 10px 0;
}

#newslettersection p {
    text-align: center;
 
}

#newslettersection p.join-tagline {
    font-size: 14px;
    margin: 4px 45px 30px;
}

#newslettersection p.join-submit {
    margin: 28px 0 10px;
}

#newslettersection p strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    display: block;
    padding-bottom: 25px;
}

#newslettersection p input[type=text] {
    width: 300px;
    border: 1px solid #999;
    font-size: 12px;
    padding: 4px;
}

#newslettersection p input[type=select] {
    font-size: 12px;
    border: 1px solid #999;
    padding: 4px;
}
#newslettersection select {
	font-size:17px;
}

.resultsection {
    width: 100%;
}

.footer {
    margin-top: 30px;
    text-align: center;
}

.footer p {
    text-align: center;
    margin: 0 auto 18px;
}

.footer p.join-pad {
    margin-top: 20px;

}

.footer p a {
    text-decoration: none;
    font-size: 14px;
}

#newslettersubmit {
    text-indent: -9999px;
    border: none;
    background: url(../images/sprites.png) 0 -91px no-repeat;
    margin: 0 0 0 -20px;
    position: relative;
    padding: 0 6px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#mc_embed_signup {
    margin: 20px auto 20px;
}

#invite-result {
    font-size: 12px;
    text-align: center;
    display: none;
    padding: 10px 0;
    width: 190px;
    line-height: 1.4em;
}

#loader {
    display: none;
    position: absolute;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
}

#loader-join {
    display: none;
}

form input[type="text"]{
    width: 200px;
    height: 20px;
}

input[type="submit"] {
    cursor: pointer;
}

input:focus {
    outline:none;
}
.tote-footer {
	margin-top: 10px;
	margin-bottom: 0;
}
.tote-image {
	width: 100%;
	height: 100%;
	max-width: initial;
}
.tote {
	margin-top: 5px;
	margin-bottom: 25px;
	max-width: 750px;
	max-height: 500px;
}
.tote-logo {
	width: 120px;
}

@media(max-width: 550px) {
    p {
        -webkit-column-count: 1;
        -webkit-column-gap: 30px;
        -moz-column-count: 1;
        -moz-column-gap: 30px;
        column-count: 1;
        column-gap: 30px;
        margin-bottom: 0px;
    }
    .hrline {
        margin-top: 15px;
    }
    .hrline-top-pad {
        margin-top: 10px;
    }
   
    
}
