/* 
    Document   : Join
    Created on : Apr 26, 2016, 1:32:59 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#JoinLink {
  color: #ed1c24;
  }

h2.Become {
  font-size: 32px;
  line-height: 33px;
  color: #cc0000;
  text-transform: uppercase;
  text-align: left;
  }
h2.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.35em;
  line-height: 1.4em;
  border-radius: 20px;
  border: 5px solid #003366;
  padding: 20px;
  }

.OneQuarter img {
  margin: 0 auto 30px auto;
  }
.OneQuarter h2 {
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 2px solid #0060a4;
  }
.OneQuarter h2.TCloc {
  margin: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  }
.OneQuarter li {
  margin-bottom: 10px;
  }

.ContentR {
  float: right;
  width: 63.63636363636364%; /* 700px / 1100px */
  margin: 0 0 30px 0;
  }

.SideBarL {
  float: left;
  width: 31.81818181818182%; /* 350px / 1100px */
  max-width: 350px;
  margin: 0 auto 30px auto;
  }


.Pslide {
  background: #333;
  margin: 20px 0;
  position: relative;
  }
.Pslide img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.Pslide  h1 {
  font-size: 3.5em;
  position: absolute;
  top: 40%;
  width: 100%;
  color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  letter-spacing: .1em;
  }
.Pslide p {
  font-size: 1.75em;
  position: absolute;
  top: 65%;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  letter-spacing: .1em;
  }


#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;
  }



.ContentVideo {
  float: left;
  width: 50%;
  margin: 0 0 30px 0;
  }

.SideBarVideo {
  float: right;
  width: 45.54545454545455%;
  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;
  }


@media screen and (max-width: 970px) {
.Pslide  h1 {
  font-size: 2.75em;
  top: 30%;
  }
}
@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;
  }
}
@media screen and (max-width: 795px) {
.HalfL {
  float: none;
  width: 100%;
  }
.OneQuarter {
  float: none;
  width: 100%;
  clear: both;
  margin: 30px auto;
  }
.Pslide  h1 {
  font-size: 2em;
  padding: 10px 0;
  letter-spacing: 0;
  }
.ContentR {
  float: none;
  width: 100%;
  }
.SideBarL {
  float: none;
  width: 100%;
  margin: 30px auto;
  }
}
@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%;
  }
.Pslide  h1 {
  font-size: 1.75em;
  position: static;
  }
.Pslide  p {
  position: static;
  font-size: 1.25em;
  padding-bottom: 20px;
  }
}
