/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

body {
  font: 400 18px/1.5 "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.attr {
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-size: 8px;
	color: #ddd;
	z-index: 100;
}
.jux-img {
  /*width: 300px;*/
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.header-img-wrap{
  position: relative;
  z-index: 20;
  background-color: #fff;
  background-color: rgba(255,255,255,0.8);
  padding: 10px;
  border-bottom: 5px solid #1664a8;
}
.noMarg {
  margin: 0px;
}
.logo-img {
	max-width: 315px;
}
.addminheight {
  min-height: 400px;
  min-height: 90vh;
}
.light-text {
  font-weight: 400;
}
.btn {
  text-transform: uppercase;
}
.icon-img {
	max-width: 100px;
	margin-top: 30px;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.btn-submit{
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: none;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;


  text-transform: uppercase;
  background-color: #aa0000;
  font-size: 24px;
  line-height: 1;
  padding: 10px 20px;
}
.btn-addname{
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
	margin-top: 20px;
  border: none;
  text-transform: uppercase;
  background-color: #aa0000;
  font-size: 24px;
  line-height: 1;
  padding: 8px 16px;
}
@media (min-width: 1200px){
   .btn-submit {
     font-size: 24px;
    margin-top: 15px;
  }
  .btn-addname {
    font-size: 24px;
   margin-top: 15px;
 }
}
.btn-addname:hover,
.btn-addname:focus {
  background: #fff;
  color: #aa0000;
}
.btn-submit:hover,
.btn-submit:focus {
  background: #fff;
  color: #aa0000;
}
.btn-submit[disabled]:hover, .btn-submit[disabled]:focus {
  cursor: not-allowed;
}
@media (min-width: 992px) {
.vertical-align {
    display: flex;
    align-items: center;
}
}
/* FORM */
.form-wrap{
  background-color: #1664a8;
  padding: 30px 30px 80px 30px;

}
.thanks-wrap{

  padding: 40px;

}
.join-title {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: right;
}
.text-color {
  color: #1664a8;
}
.form-control {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: 4px solid #000;
min-height: 45px;
color: #000;
}

.sigform input.ng-valid       { border: 4px solid #ecf0f1; background-color: #ecf0f1;}
.sigform input.ng-invalid     { border: 4px solid  #7f2219;}
.sigform input.ng-pristine    { border: 4px solid #ecf0f1; background-color: #ecf0f1;}
.sigform input.ng-touched.ng-invalid { border: 4px solid #7f2219; }

.form-disclaimer {
  color: #fff;
  color: rgba(255,255,255,.8);
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
}
.cta {
  text-align: center;
  line-height: 1em;
	margin-bottom: 10px;
}
.hero {
  position: relative;
  z-index: 10;
  background-color: #343434;
  height: auto;
  color: #fff;
  background-position: 50% 0%;
background-image: url('../img/ryan3.jpg');
background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
background-size: cover;
}
@media (min-width: 768px) {
	.dontgoover {
		max-width: 500px;
	}
}

.hero p {
	margin-bottom: 10px;
}
.main-title {
	padding:20px;
	font-size: 2.5em;
	line-height: 1.2em;

	color: #aa0000;
}
.mini-hero {
	margin: -20px 0px 0px;
	background-repeat: no-repeat;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -webkit-background-size: cover;
	background-size: cover;
	background-position: right 30px center;
	padding: 20px;
	color:#fff;
}
.sub-title {
	padding:10px 0px;
	font-size: 2em;
	line-height: 1.2em;
}
.main-copy{
	font-size: 1.1em;
}
.thanks-content-col {
  padding: 20px;
}
.section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

#summary {
  background-color: #dadada;


}

#summary p {
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
	margin-bottom: 20px;
}
@media (min-width: 768px){
  #summary p {
    font-size: 24px;
  }
}
@media(max-width: 991px){
  .hero .container {
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 25;
  }
  .hero {
      background: #000;

  }

}
.img-attr {
	color: #fff;
	opacity: .5;
	font-size:8px;
}
@media(min-width: 992px){
	header .container {
		width: 85%;

	}
  .hero .container {
    position: relative;
    top: 100%;
    /*transform: translateY(-100%);*/
    z-index: 25;
    width: 85%;
    margin: 0 auto;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .3;
}

.overlay.black {
  background-color: #000;
}

.overlay.blue {
  background-color: #478B3E;
}
#signatures {
  padding: 40px;
}

/* ------- Footer ------- */

#footer {
  font-size: 10px;
  text-transform: uppercase;
  background: #1664a8;
}

#footer a {
  color: #fff;
}
.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff!important;
  font-size: 1em;
  text-shadow: none;
  margin-bottom: 15px;
	padding: 10px 20px;
	width: 100%;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff!important;


  text-shadow: none;
}

.btn-twitter {
  background: #4099FF;
  border-color: #398ae5;
  color: #fff!important;
  font-size: 1em;
	padding: 10px 20px;
  margin-bottom: 15px;
  text-shadow: none;
	width: 100%;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099FF;
  color: #fff!important;
  text-shadow: none;
}
.disclaimer {
  font-size: 12px;
   font-weight: 400;
   line-height: 14px;
   letter-spacing: 2px;
   width: 90%;
   max-width: 400px;
   margin: 25px auto;
   display: block;
   border: 1px solid #fff;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   padding: 8px 0;

}

@media (min-width: 768px){
  body {
    font-size: 20px;
  }
}
/* helpers */
.text-spaced {
  letter-spacing: 2px;
}
h1,
h2,
h3,
h4,
.btn,
label {
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
}
.supporters_title {
  text-align: center;
  background-color: #1664a8;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  margin-top: -0px;
}
@media only screen and (min-width : 320px) {
  .logo-img {
     margin-left: auto;
     margin-right: auto;
  }
  .hero .content-col {
    padding: 20px;
  }
  .join-title {
    text-align: center;
  }

}
@media only screen and (max-width : 480px) {
  h1{
	margin: 20px 0px;
	font-size: 125%;
}
h2{
	margin: 18px 0px;
	font-size: 110%;
}
h3{
	margin: 16px 0px;
	font-size: 80%;
}
h4{
	margin: 14px 0px;
	font-size: 70%;
}
h5 {
	margin: 12px 0px;
	font-size: 60%;
}
h6 {
	margin: 10px 0px;
	font-size: 50%;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .hero .content-col {
    padding: 15px 20px;
  }

  .join-title {
    text-align: right;
  }
  h1{
  margin: 20px 0px;
  font-size: 1.9em;
}
h2{
  margin: 18px 0px;
  font-size: 1.5em;
}
h3{
  margin: 16px 0px;
  font-size: 1.17em;
}
h4{
  margin: 14px 0px;
  font-size: 70%;
}
h5 {
  margin: 12px 0px;
  font-size: 60%;
}
h6 {
  margin: 10px 0px;
  font-size: 50%;
}
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
