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;
		vertical-align: baseline; 
}

/*----------------BEGIN MARKETO---------------*/
/*master control div*/
  .form-wrapper-marketo  {
    width: 100%;
    margin: 20px auto;
  }



  /*FORM WIDTH CONTROLLER*/

  .form-wrapper-marketo  form {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }

  /*CUSTOM LABELS*/

  .mktoAsterix {
    color: #ff414b !important;
}

  label.mktoLabel.mktoHasWidth {
  font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }

  /*FIELD STYLES*/
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField {
    height:40px !important;
    box-shadow: none !important;
  }

  .mktoForm textarea.mktoField {
    box-shadow: none !important;

  }

  /*Custom dropdown arrow*/

  .mktoForm select.mktoField{
    background: url(/sites/climaterealityproject.org/files/icon/select-arrow.png)no-repeat right #FFF !important;
    background-size: 40px 40px !important;
  }


  /*Checkbox fix */

  label[for=generalOptIn] {
    width: 92% !important;
    float: right !important;
  }

  .mktoForm input[type=checkbox], .mktoForm input[type=radio] {
    display: none !important;
  }

  .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
   display: none !important;
 }

 /*Submit button fix*/

 .mktoButtonRow {
  width: 100% !important;
  margin: 10px 0 !important;
}

.mktoForm .mktoButton {
  border: none !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: BrandonText-Medium !important;
  padding: 8px 0 9px !important;
  text-shadow: none !important;
  width: 90% !important;
  height: 50px !important;
  font-size: 16px !important;
  background-image: none !important;
  background-color: #000000 !important;
}


/*----------------------MARKETO END------------------------------*/


a {
	cursor: pointer;
}

h2 {

}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 1px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#quote {
  background-color: #eeeeee;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 20px 0;

}
.subPriv {
	text-align: left !important;
}

.headPriv {
    color: #555 !important;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 20px !important;
}
/*HEAD STYLES*/

#head {
	width: 100%;
	overflow: hidden;

}

.headCont {
width: 95%;
margin: 0 auto;
overflow: hidden;
max-width: 1200px;
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content:space-between;
align-items: center;
-webkit-align-items:center;
}

.headCont a{
  color: #fff;
  text-decoration: none;
}

#affiliated {
	background-color: #2a2a2a;
	color: #ffffff;
	padding:10px 0;
	width: 100%;
  overflow: hidden;
  display: block;

}

#affiliated p {
	text-align: right;
	color: #ffffff;
font-family: 'Roboto', sans-serif;
	font-size: 10px;

}

.social-ico-gal{
  width: 10%;
  float: left;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: space-around;
  display: flex;
  -webkit-justify-content: space-around;
  display: -webkit-flex;
}

.social-ico {
  width: 20px;
  overflow: hidden;
}

.social-ico img {
  width: 100%;
}
/*nav*/
af-nav {
    width: 100%;
    display: block;
    overflow: hidden;
    display: block;
    background-color:#ffffff;

  }

  .af-menu-desktop {
    display: block;
    overflow: hidden;
    background-color:#ffffff;
margin-top:16px;

  }

  .af-menu-mobile {
    width: 100%;
    display: none;
    overflow: hidden;
    background-color:#ffffff;
    margin: 30px auto;

  }

  .af-menu-desktop a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6em;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    margin: 0 16px 0;
  }

  .af-menu-mobile a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6em;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    margin: 0 30px 0;
  }

  .af-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    overflow: hidden;
  }

  .af-logo {
    width: 200px;
    overflow: hidden;
    display: block;
  }
  .af-logo img {
    width: 100%;
  }


  .nav-menu-btn {
    max-width: 200px;
    display: block;
    margin:20px 0;
    color: #333333;
    cursor: pointer;
  }

  .nav-menu-btn a{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6em;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    margin: 0 16px 0;
  }

  .cta-btn {
  display: block;
    cursor: pointer;
    width: 250px;
    padding: 20px 0;
    margin: 30px auto;
    border-radius: 5px;
    color: #fff !important;
    background-color: #b22025 !important;
    text-decoration: none !important;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
  }
  .collapse-links {
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    overflow: hidden;
    width: 55%;
    margin: 0 auto;

  }

  .close-menu {
    width: 8%;
    max-width: 30px;
    max-height: 25px;
    font-size: 20px;
    color: red;
    text-align: center;
    padding: 5px;
    display: none;
    cursor: pointer;
  }
  
  .collapse-link-list {
    width: 90%;
    overflow: hidden;
    display: none;
    text-align: center;
  }

  .collapse-link-list a{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6em;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    display: block;
    background-color: #dcddde;
    padding: 10px 0;
    border-radius: 5px;

  }


/*hero*/

#hero {
	width: 100%;
	height: 450px;
	background: url(../img/hero.png);
	   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #333333;

}

#rtv-hero {
  width: 100%;
    height: 450px;
    background: url(../img/hero.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #333333;
}

.container {
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.quote-container {
    width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.headLarge {
font-size: 64px;
color: #ffffff;
text-transform: uppercase;
text-align: center;
font-family: 'Lato', sans-serif;
padding-top: 80px;

}

.headSmall {
	font-size: 50px;
color: #ffffff;
text-transform: uppercase;
text-align: center;
font-family: 'Lato', sans-serif;
}

.heroButton {
	margin:0 auto;
	border: 1px solid #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-radius: 1px;
	padding: 16px;
	width: 20%;
	font-size: 22px;
	margin-top: 50px;
	color: #ffffff;
	background-color: Transparent;
	cursor: pointer;


}

#playbtn {
    width: 7%;
    margin: 40px auto 0;
}

#playbtn img {
	width: 100%;
}

/*Hero img file*/
#decide {
    position: relative;
    margin: -5px 0 0;
}
#hero-v2 {
  width: 100%;
    display:block;
    overflow:hidden;
}
#rtv-hero-v2 {
  width: 100%;
    display:block;
    overflow:hidden;
}

.hero-container {
    width: 100%;
    margin: 0 auto;
    display:block;
    overflow: hidden;
}

.hero-logo {
  width:100%;
  display:block;
  overflow:hidden;
}

.hero-logo img {
  width:100%;
}
/*section*/

.titleBar {
	width: 100%;
	text-align: center;
	padding:25px 0;
	text-transform: uppercase;
	overflow: none;
  background-color: #005254;
}

#involvedBar {
background-color: #005254;
}

#aboutBar {
	background-color: #005254;

}
#affiliateBar {
background-color: #005254;
}

/*universal styles*/
.textLimit {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding:30px 0;
}

.textLimit2 {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding:30px 0;
}

.textLimit p{
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 20px;
	 font-family: 'Merriweather', serif;

}



.textLimit a {
  color: #00b3fa;
  text-decoration: none;
}
.textLimit .rtv-quote {
  font-size: 18px;
    font-weight: bold;
    color: #000000;
    font-weight: bold;
}

.textLimit2 h4 {
      font-size: 20px !important;
    color: #333333 !important;
    text-transform: uppercase !important;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 30px !important;
    text-align: left !important;
}

.textLimit2 p{
  font-size: 16px;
  color: #333333;
  line-height: 1.5em;
  margin-bottom: 20px;
   font-family: 'Merriweather', serif;

}

.textLimit2 a {
  color: #00b3fa;
  text-decoration: none;
}

/*about*/

#about {
  position: relative;
  margin: -5px 0 0;
}

/*involved*/
.vote-buttons {
width: 40%;
min-width: 200px;
float: right;
overflow: hidden;
display: block;
}

.why-vote {
width: 52%;
overflow: hidden;
display: block;
float: left;
}

.why-vote p{
font-size: 16px;
color: #333333;
line-height: 1.5em;
margin-bottom: 20px;
font-family: 'Merriweather', serif;
}

.why-vote a {
color: #00b3fa;
text-decoration: none;
}

.why-vote ul li {
font-size: 16px;
color: #333333;
line-height: 1.6em;
margin-left: 20px;
font-family: 'Merriweather', serif;
list-style-type: disc;
}

.vote-buttons a {
text-decoration: none;
text-transform: uppercase;
color: #ffffff;
display: block;
width: 300px;
border-radius: 5px;
padding: 20px 5px;
margin: 16px auto;
text-align: center;
font-family: 'Roboto', sans-serif;
font-weight: bold;
background-color:#0c3f73;
}
#invSubscribe {
  width: 66.33333%;
  float: left;
  overflow: hidden;
}

#invSocial {
	width: 33.33333%;
	float: left;
	overflow: hidden;
}

#invSubscribe a, #invSubscribe a{
  color: #00b3fa;
  text-decoration:none;
}
.textLimiti2 {
	overflow: hidden;
	padding:30px 0;
	float: right;
	width: 78%;
}

.textLimiti2 p{
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 20px;
	 font-family: 'Merriweather', serif;

}

.textLimiti1 {
    overflow: hidden;
    padding: 5% 1%;
    float: left;
    width: 71%;
}

.textLimiti1 p{
  font-size: 16px;
  color: #333333;
  line-height: 1.5em;
  margin-bottom: 20px;
   font-family: 'Merriweather', serif;

}

.textLimiti2 a{
color: #00b3fa;
font-family: 'Roboto', sans-serif;
text-decoration: none;

}	
.affiliateIco {
    width: 30%;
    float: left;
}

.affiliateIco img {
    width: 100%;
}
.invIco1 {
    float: left;
    width: 8%;
    margin-right: 2%;
    margin-top: 5%;
}

.invIco2 {
  float: left;
  width:15%;
  margin-right: 1%;
  margin-top: 10%;
}

.vote-img {
  width: 50%;
  max-width: 500px;
  margin-left: 20px;
  float: right;
  overflow: hidden;
  display: block;
}

.vote-img img{
  width: 100%;
}
/*affiliate*/

.textLimita {
	max-width: 78%;
	overflow: hidden;
	padding:30px 0;
}



.invIco1 img {
	width: 95%;
}

.invIco2 img {
    width: 95%;

}
.textLimita p{
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 20px;
	 font-family: 'Merriweather', serif;

}

.textLimita a{
color: #00b3fa;
font-family: 'Roboto', sans-serif;
text-decoration: none;

}	
/*footer*/

#footer {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	  font-family: 'Merriweather', serif;

}

.footCont {
	width: 100%;
	max-width: 1080px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	  font-family: 'Merriweather', serif;
	  padding:30px 0;

}

.footCont p {
	font-size: 16px;
	text-align: center;
	  font-family: 'Merriweather', serif;
	  line-height: 1.7em;

}

.legal a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	  font-family: 'Merriweather', serif;

}

/*FORM*/
#unsubsignup {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 400px;
}
#signupsignup {
    width: 100%;
    margin-top: 40px;
}

#signupsignup p{
width: 100%;
}


.legalList {
  list-style-type: disc;
     font-family: 'Merriweather', serif;
     font-size: 16px;

}

.legalList li {
  margin-left: 20px;
  color: #333333;
  margin-bottom: 10px;
     font-family: 'Merriweather', serif;
     line-height: 1.5em;

}
.signupdisclaimer {
    font-size: 10px !important;
    font-family: 'Merriweather', serif;
    margin-bottom: 40px;
    margin-top: 10px;
}

.signupdisclaimer p {
    color: #555;
    font-size: 10px !important;
    margin-bottom: 10px;
    line-height: 12px;
}

/*Press Styles*/

.press-update-container {
overflow: hidden;
display: block;
position: relative;
background-color: #ffffff;
border-bottom:1px solid #dcddde;
margin: 0 auto;
width: 100%;
}

#press-alt-color {
  background-color: #dcddde;
}

.press-update-wrap {
width: 95%;
max-width: 900px;
margin: 20px auto;
overflow: hidden;
display: block;
}

.press-update-wrap p{
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
}


.textLimit ol li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-left: 20px;
    font-family: 'Merriweather', serif;
    list-style-type: decimal;
}

.textLimit ul li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-left: 20px;
    font-family: 'Merriweather', serif;
    list-style-type: disc;
}

.textLimit2 ul li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-left: 20px;
    font-family: 'Merriweather', serif;
    list-style-type: disc;
}
.press-update-wrap ol li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-left: 20px;
    font-family: 'Merriweather', serif;
    list-style-type: decimal;
}

.press-update-wrap ul li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-left: 20px;
    font-family: 'Merriweather', serif;
    list-style-type: disc;
}

.press-update-wrap a{
color: #00b3fa;
text-decoration: underline;
}

.pressdate {
font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}
.presstitle {
    font-size: 60px;
    color: #89c23d;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom:60px; 
    width: 95%;
max-width: 900px;
margin: 20px auto;
overflow: hidden;
display: block;
}
.presshead {
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    text-align: left;
}
.press-release-container {
overflow: hidden;
display: block;
position: relative;
background-color: #ffffff;
margin: 0 auto;
width: 100%;
}


.press-release-wrap {
width: 95%;
max-width: 900px;
margin: 20px auto;
overflow: hidden;
display: block;
}

.press-release-wrap p{
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
}

.press-release-wrap ol li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin: 0 0 20px 20px;
    font-family: 'Merriweather', serif;
    list-style-type: decimal;
}

.press-release-wrap ul li{ 
    font-size: 16px;
    color: #333333;
    line-height: 1.6em;
    margin: 0 0 20px 20px;
    font-family: 'Merriweather', serif;
    list-style-type: disc;
}

.press-release-wrap a{
color: #00b3fa;
text-decoration: underline;
}

.press-release-title {
    font-size: 40px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-bottom:40px; 
    font-weight: bolder;

}

/*Quote gallery*/
  #quote-gallery {
    width: 100%;
    background-color: #eeeeee;
    display: block;
    overflow: hidden;
  }

  .quote-gallery-wrapper {
    max-width: 1080px;
    width: 95%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    margin: 30px auto;
  }

  .testimonial {
    width: 48%;
    overflow: hidden;
    display: block;
  }

  .quote-img {
    height: 207px;
    max-width: 207px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 auto 20px;
  }

  .quote-img img {
    width: 100%;
    margin: 0 auto;
  }

  .quote-name {
    width: 95%;
    overflow: hidden;
    text-align: center;
    display: block;
  }

  .quote-name h4{
    font-family: 'Roboto', sans-serif;
    color: #89c23d;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
  }

  .quote-name h5{
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
  }

  .quote-text {
    width: 95%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
  }

  .quote-text p{
   font-size: 16px;
   color: #333333;
   line-height: 1.6em;
   margin-bottom: 20px;
   font-family: 'Merriweather', serif;
 }
/*menu fix*/
@media screen and (max-width: 875px) {

  .vote-buttons {
width: 95%;
float: none;
margin: 10px auto;
}
}

  @media only screen and (max-width: 825px) {

    .af-menu-mobile {
      display: block;
    }
    .af-nav {
      display: none;
    }
  }

/*TABLET*/




@media only screen and (max-width: 800px) {
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }

  .mktoForm {
    width: 100% !important;
  }

  .form-wrapper-marketo  form {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select {
    width: 100% !important;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}
/*MOBILE*/
@media screen and (max-width: 780px) {


.headCont {
display: block;
display: -webkit-block;
justify-content: none;
-webkit-justify-content:none;
align-items: none;
-webkit-align-items:none;
}

.social-ico-gal{
  width: 20%;
  float: none;
  margin: 10px auto 5px;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: space-around;
  display: flex;
  -webkit-justify-content: space-around;
  display: -webkit-flex;
}

#affiliated p {
  text-align: center;
  margin-bottom: 10px;
}
.headCont p {
  text-align: center;
}

    .quote-gallery-wrapper {
    display: block;
    -webkit-justify-content: none;
    margin: 30px auto;
  }

  .testimonial {
    width: 95%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }

#affiliated {
  padding:0px 0;
}




.headLarge {
    font-size: 30px;
    padding-top: 30px;
}

.headSmall {
    font-size: 25px;
}



.heroButton {
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    font-size: 20px;
    margin-top: 30px;
}

#hero {
    width: 100%;
    height: 280px;
}

.textLimit {
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    width: 85%;
}

#invSocial {
    width: 90%;
  float: none;
    margin: 0 auto;
}

#invSubscribe {
    width: 90%;
  float: none;
    margin: 0 auto;
}

.affiliateIco {
    width: 70%;
float: none;
    margin: 0 auto;
}

.textLimita {
    max-width: 85%;
    overflow: hidden;
    padding: 30px 0;
    margin: 0 auto;
    float: none;
}

.footCont {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
}

.footCont p {
    font-size: 12px;
    line-height: 2.5em;


}

#playbtn {
    width: 20%;
    margin: 30px auto;
}
.textLimiti1 {
    overflow: hidden;
    padding: 8% 3%;
    float: left;
    width: 78%;
}
.invIco1 {
    float: left;
    width: 15%;
    margin-right: 1%;
    margin: 5% 0;
}

.invIco2 {
    float: left;
    width: 15%;
    margin-right: 1%;
    margin-top: 5%;
}

.textLimiti2 {
    overflow: hidden;
    padding: 5% 3%;
    float: left;
    width: 78%;
}
}
@media screen and (max-width: 600px) {

#menu {
    float: none;
    width: 95%;
    font-size: 12px;
    padding: 16px 0 0;
    margin: 0 auto;
}

#affiliated {
  padding:0px 0;
}
#links li {
    display: block;
    padding: 5px 0px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.headLarge {
    font-size: 30px;
    padding-top: 30px;
}

.headSmall {
    font-size: 25px;
}

.heroButton {
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    font-size: 20px;
    margin-top: 30px;
}

#hero {
    width: 100%;
    height: 280px;
}

.textLimit {
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    width: 85%;
}

#invSocial {
    width: 90%;
	float: none;
    margin: 0 auto;
}

#invSubscribe {
    width: 90%;
  float: none;
    margin: 0 auto;
}



.why-vote {
width: 95%;
float: none;
margin: 10px auto;
}

.affiliateIco {
    width: 70%;
float: none;
    margin: 0 auto;
}



.textLimita {
    max-width: 85%;
    overflow: hidden;
    padding: 30px 0;
    margin: 0 auto;
    float: none;
}

.footCont {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
}

.footCont p {
    font-size: 12px;
    line-height: 2.5em;


}

#playbtn {
    width: 20%;
    margin: 30px auto;
}

.invIco1 {
    float: left;
    width: 15%;
    margin-right: 1%;
    margin-top: 10%;
}

.textLimiti1 {
    overflow: hidden;
    padding: 30px 0;
    float: right;
    width: 78%;
}
.vote-img {
  width: 95%;
  max-width: 500px;
  float: none;
  margin: 10px auto;
  overflow: hidden;
  display: block;
}

}

