


/*@font-face {*/
/*  font-family: 'Gothic Ultra';*/
/*  src: url('../fonts/gothic_ultra_ot.otf');*/
/*}*/

ol ul:before {
    content: counter(mylist);
    
}

ol {
  margin-left:0;
  padding-left:0; 
  counter-reset:item;
  }
ol>li {
  margin-left:0;
  padding:5%;
  counter-increment:item;
  list-style:none inside;
  margin-bottom:10px;
  background-color:#feecec;
  
  text-indent: 0;
  }
  
li>span{
  position:relative;
  left:40px;
}

ol>li:before {
  float:left;
  clear:both;
  overflow:hidden;
  content: counter(item) ;
  padding:1px 5px;
  margin-right:.5em;
  margin-bottom:5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px; 
  border: 2px solid black;
}

body {

  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

body {
  padding-bottom: 300px;
}

h1 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  margin-top: 55px;
}

p {
  /*font-family: Arial, Helvetica, sans-serif;*/
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
}

strong{
  text-align: justify;
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Ubuntu','Arial', sans-serif;

}

img {
  width: 94%;
  margin-left: 0;
  margin-bottom: 10px;
}

.newblue:hover{
  background:#00aeef;
  border-color:#00aeef;
}

.newblue{
  color:#00aeef;
  border-color:#00aeef;
}

.letter{

  font-family: 'Ubuntu','Arial', sans-serif;
  font-weight:400;
}

.not_letter {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  
}

/**{  */
/*  font-family: 'Ubuntu','Arial', sans-serif;*/
/*  font-weight:400;*/
/*  }*/





.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  font-size: 25px;
  text-align: center;
  margin-top: 0px;
}

.footnote {
  text-decoration: none;
  color: #111;
  font-size: 14px;
}

.cta {
  background: black;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #eee;
  z-index: 10000;
  
}
.petition_button{
  background: none;
  color: #00aeef;
}

.petition_button :hover{
  background: none;
  color: #00aeef;
}

.cta a:link {color:white;}      /* unvisited link */
.cta a:visited {color:white;}      /* unvisited link */

#signup-notice {
  display: block;
  width: 210px;
  height: 100%;
  background-color: #efdabe;
  color: #222; 
  margin-left: 800px;
  text-align: center;
  font-size: 23px;
  padding-left: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 25px;
  border: 1px solid #eeefff;
}

#signup-notice.affix {
  position: fixed;
  height: 100%;
  /*width: 200px;*/
}

#signup-notice.affix-top {
  position: fixed;
  height: 100%;
  /*width: 200px;*/
}

#signup-notice-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2px;
  width: 100%;
  background-color: #efdabe;
  color: #222;
  text-align: center;
  font-size: 23px;
  clear: both;
}

#conclusion a {
  color: #000;
  text-decoration: none;
}

.divider {
  width: 10%;
  border-top: 10px solid #222;
  margin-left:auto;
  margin-right:auto;
}

.padding{
  height:30px;
}

.inner-well{
  margin-left:19%;
  margin-right:19%;
  padding-top:50px;
  padding-bottom:50px;
}

.well {
  position:absolute;
  left:0;
  right:0;
  margin: 0 auto;
  width: 100%;
  min-height: 20px;
  padding: 2%;
  margin-bottom: 20px;
  background-color: #d1d0d0;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  
  }
  
  .topbar{
    position:absolute;
    background-color: black;
    left:0;
    right:0;
    top:0;
    padding:11px;
  }
  
.sign-it h2 {
  margin-top: 0;
}


@media print {
  .no-print, .no-print * {
    display: none !important;
    visibility: hidden;
  }
}

.sig-counter {
  font-family: 'Ubuntu','Arial', sans-serif;
  text-align: right;
  font-size: 20px;
  margin-top: 30px;
  color: #6F6F6F;
}

.social{
text-align:center;

}

.social img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}




