/* 
    Document   : About
    Created on : Apr 25, 2016, 1:54:26 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#AboutLink {
  color: #ed1c24;
  }

.StaffMem {
  margin: 15px 0 0 0;
  }

ul.StaffList {
  margin: 0 0 20px 0;
  }
.StaffList li {
  float: left;
  width: 48%;
  margin: 0 2% 10px 0;
  }
.StaffList li:nth-child(2n+1) {
  clear: left;
  }
.StaffList li.Leader {
  float: none;
  width: 93%;
  background: #cccc99;
  padding: 5px;
  box-sizing: border-box;
  }
.StaffList li a {
  display: block;
  }
.StaffList li .StaffPhone {
  display: block;
  font-size: .9em;
  line-height: 1em;
  color: #b27000;
  }
.StaffList li.Leader .StaffPhone {
  display: inline-block;
  margin: 0 0 0 2em;
  font-size: 1em;
  color: #0060a4;
  }

.SatffPhoto {
  float: left;
  width: 27.77777777777778%; /* 100px / 360px */
  margin: 0 2.777777777777778% 10px 0 /* 10px / 360px */
  }
.SatffPhoto img {
  display: block;
  }

.TrusteeSection {
  margin: 0;
  }
.TrusteeSection h3 {
  border-bottom: 1px dotted #333;
  padding: 0 0 5px 0;
  margin-right: 5%;
  }
.TrusteeSection ul.StaffList {
  width: 50%;
  float: left;
  }
.TrusteeSection .StaffList li {
  width: 90%;
  float: none;
  margin: 0 10% 10px 0;
  }
.TrusteeSection .StaffList li.Leader {
  float: none;
  background: #e6e6e6;
  font-weight: 600;
  padding: 5px;
  }

.Tname {
  display: block;
  color: #0060a4;
  font-weight: 600;
  }

.LinkList li {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  }

.HalfR img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }

a.OverLay {
  display: block;
  background: rgba(0,0,0,1);
  text-decoration: none;
  padding: 10px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  }
a.OverLay h1 {
  color: #fff;
  margin: 10px 10px 5px 10px;
  text-align: center;
  }
a.OverLay:hover h1 {
  color: #00adef;
  }
a.OverLay p {
  font-size: 1.2em; /* 20px / 16px */
  line-height: 1.5em; /* 30px / 20px */
  color: #fff;
  margin: 0 25px 10px 25px;
  }
a.OverLay:hover p {
  color: #00adef;
  }

.MisState {
  background: #9aafd0;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  }
.MisState h2 {
  background: #0060a4;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  }
.MisState p {
  font-size: .8em;
  margin: 0 1em .625em 1em; /* 10px / 16px */
  }

.StaffMem img {
  margin: 0;
  border: 0
  }
.StaffMem p {
  margin: 10px 0;
  }
.StaffMem p a {
  display: block;
  }

.Feature {
  float: left;
  width: 25%; /* 275px / 1100px */
  background: #fff;
  }
.Feature img {
  display: block;
  margin: 0;
  border: 0;
  }
.Feature p {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-align: center;
  margin: 15px 15px;
  }

.TwoLogos {
  float: left;
  margin: 10px 20px 10px 0;
  }
.TwoLogos img {
  display: block;
  margin: 0 auto 20px auto;
  border: 0;
  }

/**********************************************/
/* Training Advantage Styles                  */
/**********************************************/

p.Advantage {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 20px;
  }

.Video {
  }

.VidDesc {
  background: #fff;
  margin: 0 0 5px 0;
  }
.VidDesc img {
  margin: 0 0 5px 0;
  }
.VidDesc p {
  font-size: .9em;
  line-height: 1.2em;
  margin: 0 10px 5px 10px;
  }

.BottomAd {
  background: #e6e6e6;
  padding: 20px 0;
  margin: 0 0 -30px 0;
  }

.BottomText {
  float: left;
  width: 70%;
  margin: 0;
  }

.BottomLink {
  float: right;
  width: 25%;
  margin: 40px 0 0 0;
  }
.BottomLink a {
  display: block;
  background: #ed1c24;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  padding: 50px 10px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  }
.BottomLink a:hover {
  background: #0060a4;
  }
.BottomLink a svg {
  display: block;
  font-size: 36px;
  margin: 10px auto 0 auto;
  }

@media screen and (max-width: 1060px) {
a.OverLay {
  width: 50%;
  }
}
@media screen and (max-width: 865px) {
a.OverLay p {
  font-size: 1em;
  line-height: 1.25em;
  }
}
@media screen and (max-width: 740px) {
.StaffList li {
  float: none;
  width: 98%;
  }
.TrusteeSection .StaffList li.Leader {
  float: none;
  width: 98%;
  }
.LinkList li {
  float: none;
  width: 98%;
  }
a.OverLay {
  width: 75%;
  }
.BottomText {
  float: none;
  width: 80%;
  margin: 0 10%;
  }
.BottomLink {
  float: none;
  width: 80%;
  margin: 20px 10%;
  }
.TrusteeSection ul.StaffList {
  width: 100%;
  float: none;
  }
}
@media screen and (max-width: 600px) {
.Feature {
  float: none;
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  }
.TwoLogos {
  float: none;
  margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 525px) {
.StaffList li.Leader .StaffPhone {
  display: block;
  margin: 0;
  line-height: 1.3em;
  }
}
