@charset "utf-8";
h2 {
  color: #666;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0 0 24px 0;
  letter-spacing: 2px;
  font-size: 1.0rem;
  line-height: 1.3rem;
}
h3 {
  color: #3C78B4;
  text-transform: uppercase;
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 700;
}
.parentMobile {
  display: none;
}
.parent {
  position: relative;
  background-color: #000;
}
iframe {
  position: relative;
}
#iframe {
  opacity: .5;
  filter: alpha(opacity=50);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #FFF;
  font-size: 1.7rem;
  line-height: 1.8rem;
  width: 100%;
}
.floatedDiv img {
  width: 50%;
  margin: 260px 0 36px 0;
}
#pageNav {
  text-align: center;
  background: #3C78B4;
  overflow: hidden;
}
#pageNav .container {
  border-right: 1px solid rgba(255, 255, 255, .2);
}
#pageNav a {
  display: block;
  padding: 16px 0 16px 0;
  width: 32.8%;
  color: #FFF;
  border-left: 1px solid rgba(255, 255, 255, .2);
  font-weight: 100;
  font-size: 1.0rem;
  line-height: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#pageNav a:hover, #pageNav a:focus {
  background: #B36200;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 4px;
}
#military_ApplyNow1 {
  background: #B36200 !important;
}
#lateral_ApplyNow1 {
  background: #B36200 !important;
}
#recruit_ApplyNow1 {
  background: #B36200 !important;
}
#women_ApplyNow1 {
  background: #B36200 !important;
}
#opening {
  padding: 60px 0 48px 0;
  background-color: #FFF;
  background-image: url('/media/static/images/tpd-shield-logo-white50.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 105%;
  overflow: hidden;
}
/* OFFICER STORIES */
#vision {
  padding: 60px 0 48px 0;
  background-color: #EFEFEF;
  background-image: url('/media/static/images/tpd-shield-logo-white50.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 105%;
  overflow: hidden;
}
#videos {
  padding: 60px 0 48px 0;
  background-color: #222;
  background-image: url('/media/static/images/tpd-shield-logo-black.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 105%;
  overflow: hidden;
}
#videos h2 {
  color: #B36200;
}
/* CAREERS */
.step {
  overflow: hidden;
  margin: 12px 0 0 0;
  background-color: rgba(179, 98, 0, .1);
}
.stepNum {
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
  color: #FFF;
  background: #B36200;
  width: 15%;
  float: left;
  padding: 12px 0 12px 0;
}
.stepTxt {
  width: 65%;
  float: left;
  color: #B36200;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 12px 2.5% 0 2.5%;
}
.stepArrow {
  width: 15%;
  float: left;
  height: 68px;
  background-image: url('/media/static/images/chevron-orange.svg');
  -webkit-backgrond-size: 24%;
  -moz-backgrond-size: 24%;
  -ms-backgrond-size: 24%;
  -o-backgrond-size: 24%;
  background-size: 24%;
  background-repeat: no-repeat;
  background-position: center center;
}
.stepArrow:hover, .stepArrow:focus {
  background-color: rgba(179, 98, 0, .1);
}
.stepBody {
  display: none;
  padding: 12px;
  background-color: rgba(179, 98, 0, .2);
}
.bene {
  overflow: hidden;
  margin: 12px 0 0 0;
  background-color: rgba(0, 28, 81, .1);
}
.beneImg {
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
  color: #FFF;
  background: #3C78B4;
  width: 15%;
  float: left;
  padding: 12px 0 12px 0;
}
.beneImg img {
  max-width: 50%;
  max-height: 36px;
}
.beneTxt {
  width: 65%;
  float: left;
  color: #3C78B4;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 12px 2.5% 12px 2.5%;
}
.beneArrow {
  width: 15%;
  float: left;
  height: 68px;
  background-image: url('/media/static/images/chevron-blue.svg');
  -webkit-backgrond-size: 24%;
  -moz-backgrond-size: 24%;
  -ms-backgrond-size: 24%;
  -o-backgrond-size: 24%;
  background-size: 24%;
  background-repeat: no-repeat;
  background-position: center center;
}
.beneArrow:hover, .beneArrow:focus {
  background-color: rgba(0, 28, 81, .1);
}
.beneBody {
  display: none;
  padding: 12px;
  background-color: rgba(0, 28, 81, .2);
}
.benefits {
  background: #3C78B4;
  color: #FFF;
  padding: 20px 2.5% 12px 2.5%;
  margin: 0 3% 20px 0;
  float: left;
  width: 42%;
  text-align: center;
}
.benefits img {
  height: 60px;
  margin: 0 0 12px 0;
}
.benefits h4 {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
}
/* COMMITMENTS */
#commitmentBox {
  background-color: #444;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-image: url('/media/static/images/tacoma-wa-skyline-high.jpg');
  padding: 0 0 360px 0;
  -webkit-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .7);
  -moz-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .7);
  -ms-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .7);
  -o-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .7);
  box-shadow: inset 0 12px 18px rgba(0, 0, 0, .7);
}
#commitmentTxt {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 200;
  border-left: 4px solid #FFF;
  background: rgba(60, 120, 180, .6);
  width: 60%;
  padding: 24px;
  overflow: hidden;
}
#commitmentTxt img {
  width: 60px;
  height: auto;
  float: left;
  margin: 0 24px 0 0;
}
#community {
  padding: 60px 0 48px 0;
  background-color: #FFF;
  background-image: url('/media/static/images/tpd-shield-logo-black10.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 105%;
  overflow: hidden;
}
.promiseBox {
  background: rgba(255, 255, 255, .7);
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 4px solid #3C78B4;
  padding: 18px;
  margin-bottom: 24px;
}
.promiseBoxLink {
  display: block;
  background-color: #B36200;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 70%;
  margin: 0 0 18px 0;
}
.promiseBox h3 {
  margin: 0 0 0 0;
  color: #B36200;
}
/* GET STARTED */
#get-started {
  padding: 60px 0 60px 0;
  background-color: #B36200;
  background-image: url('/media/static/images/tpd-shield-logo-black10.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 105%;
  overflow: hidden;
  -webkit-box-shadow: inset 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
}
#get-started .intro {
  color: #FFF;
  border-left: 4px solid #FFF;
}
#get-started h2 {
  color: #FFF;
}
.innerBox {
  padding: 24px;
}
#get-started h3 {
  color: #3C78B4;
  font-size: 1.8rem;
  line-height: 2.0rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 200;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
#get-started legend {
  color: #3C78B4;
  font-size: 1.8rem;
  line-height: 2.0rem;
  font-weight: 200;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
#get-started fieldset {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#get-started li {
  margin-bottom: 12px;
  color: #222;
}
#schedule div {
  padding: 8px 0 8px 4px;
  border-bottom: 2px dotted #CCC;
  color: #222;
}
.actionBox {
  overflow: hidden;
  background: #FFF;
  margin: 12px 18px 18px 18px;
  -webkit-box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, 0.3);
}
/* FAQs */
#faqs {
  padding: 0 0 60px 0;
  background-color: #B36200;
  background-image: url('/media/static/images/tpd-shield-logo-black10.svg');
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 105%;
  overflow: hidden;
  -webkit-box-shadow: inset 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
}
#faqs .intro {
  color: #FFF;
  border-left: 4px solid #FFF;
}
#faqs h2 {
  color: #FFF;
}
.innerBox {
  padding: 24px;
}
#faqs h3 {
  color: #3C78B4;
  font-size: 1.8rem;
  line-height: 2.0rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 200;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
/* FAQs */
.faq {
  overflow: hidden;
  margin: 6px 0 0 0;
  background-color: rgba(255, 255, 255, 1);
}
.faqTxt {
  width: 90%;
  float: left;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 12px 2.5% 0 2.5%;
}
.faqArrow {
  width: 5%;
  float: left;
  height: 48px;
  background-color: rgba(0, 28, 81, .12);
  background-image: url('/media/static/images/chevron-blue.svg');
  -webkit-backgrond-size: 20%;
  -moz-backgrond-size: 20%;
  -ms-backgrond-size: 20%;
  -o-backgrond-size: 20%;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center center;
}
.faqArrow:hover, .faqArrow:focus {
  background-color: rgba(0, 28, 81, .24);
}
.faqBody {
  display: none;
  padding: 12px;
  background-color: rgba(255, 255, 255, .9);
  margin: 0 0 12px 0;
}
.recruitVideo {
  width: 48%;
  margin: 0 1% 24px 1%;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .parent {
    display: none;
  }
  .parentMobile {
    display: block;
    background-color: #B36200;
    background-image: url('/media/static/images/overlay.svg'), url('/media/static/images/tacoma-wa-skyline-low.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 80px 0 80px 0;
    text-align: center;
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .parentMobile img {
    width: 60%;
    margin: 0 0 24px 0;
  }
  #pageNav .container {
    width: 100%;
    margin: 0 0 0 0;
  }
  #pageNav a {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 12px 0 12px 0;
    width: 49.4%;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0;
  }
  #military_ApplyNow1 {
    width: 99% !important;
  }
  #lateral_ApplyNow1 {
    width: 99% !important;
  }
  #recruit_ApplyNow1 {
    width: 99% !important;
  }
  #women_ApplyNow1 {
    width: 99% !important;
  }
  #opening {
    padding: 36px 0 36px 0;
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -ms-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #videos {
    -webkit-background-size: 60%;
    -moz-background-size: 60%;
    -ms-background-size: 60%;
    -o-background-size: 60%;
    background-size: 60%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #interludeBox {
    background-attachment: scroll !important;
  }
  #commitmentBox {
    background-attachment: scroll !important;
    background-image: url('/media/static/images/tacoma-wa-skyline-low.jpg');
    padding: 0 0 240px 0;
  }
  #commitmentTxt img {
    display: none;
  }
  .promiseBox {
    margin-bottom: 0;
  }
  footer {
    text-align: center;
  }
}