@charset "utf-8";
/*
Orange:       #F88010
Orange (Dk):  #CC750E
Blue:         #1DA0BC   29, 160, 188
Blue (Dk):    #19338A
Red:          #DF1308
Red (Dk):     #730A07
Green:        #A1D31C
Green (Dk):   #13541E
Purple:       #49285D   73, 40, 93
*/
h2 {
  color: #FFF;
  font-weight: 100;
  font-size: 3.0rem;
  line-height: 3.4rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #19338A;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  text-align: center;
}
h4 {
  color: #49285D;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
}
li {
  margin-bottom: 12px;
}
.intro {
  color: #F88010;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
}
/* HERO (mobile)
--------------------------------------------------------------------*/
.parentMobile {
  display: none;
  padding: 36px 0 80px 0;
  background-color: #1BA0BC;
  background-image: url('/media/static/images/overlay-lt-blue.svg'), url('/media/static/images/home-mobile-hero.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;
  text-align: center;
  color: #FFF;
  font-size: 1.0rem;
  line-height: 1.4rem;
}
.parentMobile h2 {
  color: #FFF;
  font-weight: 800;
  margin: 0 0 6vw 0;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
/* HERO (desktop)
--------------------------------------------------------------------*/
.parent {
  position: relative;
  background-color: #1BA0BC;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.parent h2 {
  color: #FFF;
  font-weight: 800;
  margin: 0 0 2vw 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
iframe {
  position: relative;
}
#iframe {
  opacity: .25;
  filter: alpha(opacity=25);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  width: 100%;
}
/* Page Nav
--------------------------------------------------------------------*/
.pageNav {
  text-align: center;
  background: #F88010;
  overflow: hidden;
}
.pageNav a {
  display: block;
  padding: 16px 0 16px 0;
  width: 20%;
  color: #FFF;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.4rem;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: -.5px 0px 0px 0px #FFF, .5px 0px 0px 0px #FFF;
  border-bottom: 1px solid #FFF;
}
.pageNav a:hover, .pageNav a:focus {
  background: #49285D;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1px;
}
.pageNav strong {
  display: block;
}
/* Opening
--------------------------------------------------------------------*/
#opening {
  padding: 60px 0 60px 0;
  background-color: #FFF;
  text-align: center;
}
.openingParallax {
  background-color: #1BA0BC;
  background-image: url('/media/static/images/overlay-lt-blue.svg'), url('/media/static/images/Bulldog_Center_18.jpg');
  -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 center;
  padding: 120px 0 120px 0;
  -webkit-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -ms-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -o-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  color: #FFF;
  text-align: center;
}
.openingParallax h2 {
  font-size: 3.0rem;
  line-height: 3.4rem;
  margin: 6px 0 6px 0;
}
/* Section Styles
--------------------------------------------------------------------*/
.sectionTitle2 {
  background-color: #F88010;
  background-image: url('/media/static/images/overlay-orange.svg'), url('/media/static/images/heading-bg.jpg');
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  -ms-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 48px 0 48px 0;
  color: #FFF;
}
.sectionBody {
  padding: 60px 0 60px 0;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1);
  -ms-box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1);
  -o-box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1);
  box-shadow: inset 0 8px 8px rgba(0, 0, 0, .1);
}
.sectionBox {
  background: rgba(29, 160, 188, .1);
  padding: 24px;
  border-radius: 6px;
  margin: 0 0 36px 0;
  text-align: left;
}
/* Logos
--------------------------------------------------------------------*/
.logo {
  display: inline-block;
  background-color: #FFF;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20%;
  height: 100px;
  margin: 0 2.5% 24px 2.5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(.92);
  -moz-transform: scale(.92);
  -ms-transform: scale(.92);
  -o-transform: scale(.92);
  transform: scale(.92);
}
.logo:hover, .logo:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.logo2 {
  display: inline-block;
  background-color: #FFF;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 45%;
  height: 100px;
  margin: 0 2.5% 24px 2.5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(.92);
  -moz-transform: scale(.92);
  -ms-transform: scale(.92);
  -o-transform: scale(.92);
  transform: scale(.92);
}
.logo2:hover, .logo2:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.valueBox {
  background-color: #1BA0BC;
  background-image: url('/media/static/images/overlay-lt-blue.svg'), url('/media/static/images/tacoma-wa-skyline.jpg');
  -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 center;
  padding: 120px 0 120px 0;
  -webkit-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -ms-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -o-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
/* Stats
--------------------------------------------------------------------*/
.statBox {
  background-color: #1BA0BC;
  background-image: url('/media/static/images/overlay-lt-blue.svg'), url('/media/static/images/home-mobile-hero.jpg');
  -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 center;
  padding: 120px 0 120px 0;
  -webkit-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -ms-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  -o-box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  box-shadow: inset 0 12px 18px rgba(0, 0, 0, .3);
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  vertical-align: top;
}
.stat {
  display: inline-block;
  width: 25%;
  margin: 0 0 24px 0;
  vertical-align: top;
}
.stat span {
  font-size: 5.6rem;
  line-height: 5.6rem;
  margin: 0 0 24px;
  font-weight: 100;
  display: block;
  white-space: nowrap;
}
.stat i {
  font-style: normal;
}
.stat em {
  display: block;
  font-style: normal;
}
#mainLogo1 {
  height: 120px;
  width: auto;
  margin: 0 0 24px 0;
}
#mainLogo2 {
  height: 120px;
  width: auto;
  margin: 0 0 24px 0;
}
/* Contacts
--------------------------------------------------------------------*/
.contact {
  background: rgba(29, 160, 188, .1);
  padding: 24px;
  border-radius: 6px;
  margin: 0 0 36px 0;
}
/* Toggles
--------------------------------------------------------------------*/
.toggleTitle {
  font-weight: 700;
  color: #19338A;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.toggleTitle:hover, .toggleTitle:focus {
  padding: 0 0 0 4px;
}
.toggleBody {
  display: none;
}
#get_the_full_story {
	background-color: #F88010;
}
#get_the_full_story:hover, #get_the_full_story:focus {
	background-color: #49285D;
}
/* News
--------------------------------------------------------------------*/
#news {
  background-color: #1BA0BC;
  background-image: url('/media/static/images/overlay-lt-blue.svg'), url('/media/static/images/tacoma-wa-skyline.jpg');
  -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 center;
  padding: 96px 0 72px 0;
}
.newsCard {
  display: inline-block;
  background: #FFF;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  border-left: 6px solid #F88010;
  margin: 0 4% 24px 4%;
  color: #111;
}
.newsCard:hover, .newsCard:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
}
.newsImg {
  padding: 0 0 60% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.newsCard h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  min-height: 60px;
}
.newsBox {
  padding: 24px;
}
.galleryImg {
  padding: 0 0 100% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 0 0 0;
}
.owl-nav {
  display: none;
}
.logoTileHoriz {
  height: 120px;
  background-color: #FFF;
  -webkit-background-size: 80% auto;
  -moz-background-size: 80% auto;
  -ms-background-size: 80% auto;
  -o-background-size: 80% auto;
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 12px 0 12px 0;
  border: 1px solid #CCC;
  border-radius: 6px;
}
.logoTileVert {
  height: 120px;
  background-color: #FFF;
  -webkit-background-size: auto 80%;
  -moz-background-size: auto 80%;
  -ms-background-size: auto 80%;
  -o-background-size: auto 80%;
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 12px 0 12px 0;
  border: 1px solid #CCC;
  border-radius: 6px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  font-size: .1rem;
  line-height: .0rem;
}
.goog-te-gadget {
  font-size: .1rem;
  line-height: .0rem;
  color: #333;
}
.goog-te-gadget a img {
  display: none;
  height: 1;
  width: 1;
}
.goog-te-combo {
  background: #DDD;
  font-size: 1rem;
}
.fixed-con {
  z-index: 9724790009779558 !important;
  background-color: #DDD;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid #333;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 1px;
  height: 1px;
}
.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select {
  background: #EEE;
  color: #222;
  border: none;
  margin: 0 0 0 0;
  padding: 6px;
  font-size: 1rem;
  font-weight: 400;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .parent {
    display: none;
  }
  .parentMobile {
    display: block;
  }
  .pageNav a {
    padding: 12px 0 12px 0;
    width: 33.3333%;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  a#home_mainNav7 {
    display: block;
    visibility: visible;
  }
  a#home_mainNav17 {
    display: block;
    visibility: visible;
  }
  #opening {
    padding: 48px 0 48px 0;
  }
  #opening .intro {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .sectionTitle2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 36px 0 36px 0;
  }
  .logo {
    width: 45%;
  }
  .statBox {
    padding: 80px 0 80px 0;
    font-size: 1.0rem;
    line-height: 1.4rem;
  }
  .stat {
    width: 50%;
  }
  .stat span {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
  #mainLogo1 {
    width: 75%;
    height: auto;
  }
  #mainLogo2 {
    width: 75%;
    height: auto;
  }
  #news {
    padding: 72px 0 48px 0;
  }
}