/* 
    Document   : Join
    Created on : Aug 18, 2016, 12:41:39 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav ul.slimmenu li.TopLevel a.Main#JoinLink {
  background: #003366;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  }
#MainNav ul.slimmenu li.TopLevel a.Main#JoinLink:hover {
  background: #cc0000;
  }

.MainPhoto h1 {
  font-size: 36px !important; /* 36px / 16px */
  line-height: 1.111111111111111em; /* 40px / 36px */
  margin: 0 0 .4166666666666667em 0; /* 15px / 36px */
  font-weight: 700;
  }

h1.Become {
  font-size: 32px;
  line-height: 33px;
  color: #cc0000;
  text-transform: uppercase;
  text-align: left;
  }
h1.Become span {
  display: block;
  color: #003366;
  text-align: left;
  }

p.FirstP {
  font-size: 1.6em;
  line-height: 1.5em;
  }

#JoinB {
  margin: 20px 0 0 0;
  }
#JoinB img {
  margin: 0 auto;
  }
#JoinB p {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  margin: .5em 0 0 0;
  }

p.PullQuote {
  background: #ddd;
  font-size: 1.5em;
  line-height: 1.2em;
  border-radius: 20px;
  border: 5px solid #003366;
  padding: 20px;
  }

.BigQuotes {
  color: #888888;
  font-weight: 700;
  }

#VboxArea {
  clear: both;
  padding: 10px 0;
  }
#VboxArea li {
  background: #d3dde6;
  float: left;
  width: 24.09090909090909%; /* 265px / 1100px */
  margin: 0 .90909090909091% 10px 0; /* 10px / 1100px */
  padding: 0 0 30px 0;
  border-top-left-radius: 20px;
  min-height: 130px;
  border-radius: 20px;
  }
#VboxArea li.Red {
  background: #f0c2b3;
  }
#VboxArea li.Yellow {
  background: #f8b827;
  }
#VboxArea li.Gray {
  background: #dddddd;
  }
#VboxArea li.Last {
  margin: 0 0 10px 0;
  }
#VboxArea li h1 {
  background: #003366;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  letter-spacing: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }
#VboxArea li.Red h1 {
  background: #cc0000;
  }
#VboxArea li.Yellow h1 {
  background: #9b7216;
  }
#VboxArea li.Gray h1 {
  background: #0f6499;
  }
#VboxArea p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 20px;
  }

.Cmap {
  float: right;
  width: 45.45454545454545%; /* 500px / 1100px */
  max-width: 500px;
  margin: 100px 0 0 0;
  }

.noTopMar {
  margin: 0 0 20px 0;
  }
.noTopMar h2 {
  text-align: center;
  background: #0f6499;
  color: #fff;
  padding: 5px;
  }


.ContentVideo {
  float: left;
  width: 45%; /* 545px / 1100px */
  margin: 0 0 30px 0;
  }

.SideBarVideo {
  float: right;
  width: 49.54545454545455%; /* 545px / 1100px */
  margin: 10px auto 30px auto;
  }
.SideBarVideo img {
  display: block;
  border: 0;
  margin: 0 auto;
  }
.SideBarVideo img:hover {
  opacity: .8;
  }

.VidGraph {
  float: right;
  width: 37.9%;
  }

.VidList {
  float: left;
  width: 62.1%;
  background: #cc0000;
  }

.VideoHalf {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  }

div.g-recaptcha {
  display: block;
  position: relative;
  clear: both;
  margin: 10px 10px 10px 125px;
  }

#Questions {
  clear: both;
  margin: 0;
  padding: 20px 0 0 0;
  }
.gform #Questions label {
  float: none;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  margin: 0 0 5px 0;
  }
.gform #Questions select {
  float: none;
  width: 100%;
  max-width: 100%;
  }

.MobileButton {
  background: #fff;
  padding: 10px 0;
  display: none;
  }
.MobileButton a {
  display: block;
  background: #cc0000;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 15px;
  }
.MobileButton a:hover {
  background: #003366;
  }


@media screen and (max-width: 1200px) {
div.g-recaptcha {
  margin: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 850px) {
.ContentVideo {
  float: none;
  width: 100%;
  }
.SideBarVideo {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 800px) {
#VboxArea li {
  width: 48%;
  margin: 0 1% 10px 0;
  }
.Cmap {
  float: none;
  width: 100%;
  margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
#VboxArea li {
  float: none;
  width: 80%;
  margin: 0 auto 10px auto;
  }
#VboxArea li.Last {
  margin: 0 auto 10px auto;
  }
.SideBarVideo {
  max-width: 250px;
  margin: 0 auto 30px auto;
  }
.VidGraph {
  float: none;
  width: 100%;
  }
.VidList {
  float: none;
  width: 100%;
  }
.VideoHalf {
  float: none;
  width: 100%;
  }
.MobileButton {
  display: block;
  }
}
