@charset "utf-8";
#fdic {
  position: fixed;
  width: 100%;
  background: #0262A3;
  text-align: center;
  padding: 6px 0 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
#fdic a img {
  height: 15.74px;
  width: auto;
}
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: #006DB6;
  text-transform: uppercase;
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 700;
}
#couch-guy {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.parent {
  display: block;
  background-color: #444;
  background-image: url('/media/static/images/guy-on-couch.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 -60px;
  background-attachment: fixed;
  overflow: hidden;
  padding: 400px 0 80px 0;
  text-align: center;
  color: #FFF;
}
.parent em {
  display: block;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
  font-size: 1.8rem;
  line-height: 1.9rem;
}
#pageNav {
  text-align: center;
  background: #006DB6;
  overflow: hidden;
  position: fixed;
  width: 100%;
  margin: 28px 0 0 0;
}
#pageNav a {
  display: block;
  padding: 16px 0 16px 0;
  width: 19.8%;
  color: #FFF;
  border-left: 1px solid rgba(255, 255, 255, .4);
  font-weight: 100;
  font-size: 1.0rem;
  line-height: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  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;
}
#pageNav a:hover, #pageNav a:focus {
  background: rgba(255, 255, 255, .15);
  color: #FFF;
  text-decoration: none;
  letter-spacing: 4px;
}
#pageNav img {
  height: 24px;
  margin: 12px 0 12px 0;
}
#opening {
  padding: 48px 0 48px 0;
  background-color: #FFF;
  overflow: hidden;
}
#opening img {
  width: 30%;
  margin: 0 0 18px 0;
}
#opening .intro {
  font-size: 1.9rem;
  line-height: 2.8rem;
}
#accounts {
  padding: 60px 0 48px 0;
  background-color: rgba(0, 109, 182, .1);
  background-image: url('/media/static/images/commencement-bank-icon-wht-40.svg');
  -webkit-background-size: 40%;
  -moz-background-size: 40%;
  -ms-background-size: 40%;
  -o-background-size: 40%;
  background-size: 40%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#accounts h2 {
  color: #006DB6;
}
#community {
  padding: 60px 0 48px 0;
  overflow: hidden;
}
#interludeBox {
  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 center;
  background-image: url('/media/static/images/tilted-couch.jpg');
  padding: 260px 0 260px 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);
}
#interludeTxt {
  color: #FFF;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 200;
  border-left: 4px solid #FFF;
  background: rgba(194, 84, 0, .6);
  width: 60%;
  padding: 24px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
#interludeTxt img {
  width: 60px;
  height: auto;
  float: left;
  margin: 0 24px 0 0;
}
#interludeBox2 {
  background-color: #006DB6;
  -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;
  background-image: url('/media/static/images/overlay-blue.svg'), url('/media/static/images/tilted-couch.jpg');
  padding: 120px 0 120px 0;
  -webkit-box-shadow: inset 0 8px 18px rgba(0, 0, 0, .4);
  -moz-box-shadow: inset 0 8px 18px rgba(0, 0, 0, .4);
  -ms-box-shadow: inset 0 8px 18px rgba(0, 0, 0, .4);
  -o-box-shadow: inset 0 8px 18px rgba(0, 0, 0, .4);
  box-shadow: inset 0 8px 18px rgba(0, 0, 0, .4);
}
#interludeBox2 h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #FFF;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 48px 0;
}
.promiseBox {
  background: rgba(255, 255, 255, .7);
  border: 1px solid #DDD;
  overflow: hidden;
  margin-bottom: 24px;
  display: block;
}
.promiseBox:hover, .promiseBox:focus {
  transform: scale(.98);
  text-decoration: none;
}
.promiseIcon {
  width: 100%;
  height: 120px;
  background-color: #006DB6;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center center;
  background-repeat: no-repeat;
}
.promiseText {
  padding: 12px 5% 12px 5%;
}
.promiseBox h3 {
  margin: 0 0 0 0;
  color: #006DB6;
}
#switchkit {
  padding: 60px 0 60px 0;
  background-color: #006DB6;
  background-image: url('/media/static/images/barrier-bars-black-15.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;
}
#switchkit .intro {
  color: #FFF;
}
#switchkit h2 {
  color: #FFF;
}
.innerBox {
  padding: 0px;
}
#switchkit h3 {
  color: #006DB6;
  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;
}
#switchkit legend {
  color: #006DB6;
  font-size: 1.8rem;
  line-height: 2.0rem;
  font-weight: 200;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
#switchkit fieldset {
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#switchkit li {
  margin-bottom: 12px;
  color: #222;
}
#locations {
  background: #155B99;
  color: #FFF;
  padding: 24px 0 0 0;
}
#map {
  height: 60vh;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mapMarker {
  color: #333;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.mapMarker a {
  display: block;
  color: #333;
  padding: 4px;
  -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;
}
.mapMarker a:hover, .mapMarker a:focus {
  background: rgba(109, 207, 246, .2);
  text-decoration: none;
}
#legend {
  padding: 12px 0 12px 0;
  background: rgba(255, 255, 255, .95);
  text-align: center;
  overflow: hidden;
  color: #333;
  font-size: .8rem;
  line-height: 1rem;
  border-top: 2px solid #FFF;
}
#legend .span3x {
  width: 25%;
  float: left;
  margin: 0 0 12px 0;
}
#legend img {
  width: 20px;
  position: relative;
}
#mapTable {
  overflow: auto;
  height: 450px;
  border-top: 2px solid #3CC1CD;
  border-bottom: 2px solid #3CC1CD;
  text-align: left;
  background: rgba(0, 0, 0, .05);
}
#mapTable::-webkit-scrollbar {
  width: 6px;
}
#mapTable::-webkit-scrollbar-track {
  background: rgba(60, 193, 205, .1);
}
#mapTable::-webkit-scrollbar-thumb {
  background: rgba(60, 193, 205, .5);
}
#mapTable::-webkit-scrollbar-thumb:hover {
  background: rgba(60, 193, 205, .8);
}
.sortable2 {
  margin: 0;
  color: #111;
  width: 100%;
}
.sortable2 td {
  font-size: .9rem;
  line-height: 1.1rem;
  color: #111;
  padding: 8px 4px 8px 8px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.clickable-row {
  cursor: pointer;
}
.clickable-row:hover {
  background: rgba(0, 0, 0, .3);
}
.orgCol {
  width: 10px;
  white-space: nowrap;
}
.cityCol {
  width: 10px;
  white-space: nowrap;
}
.stateCol {
  width: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #pageNav {
    display: none;
  }
  #pageNav a {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 18px 0 18px 0;
    width: 48.8%;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0;
  }
  #couch-guy {
    margin: 0 0 0 0;
  }
  #opening .intro {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  #interludeBox {
    padding: 60px 0 60px 0;
    background-attachment: scroll !important;
  }
  #interludeTxt {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .promiseBox {
    margin-bottom: 0;
  }
  #map {
    height: 280px;
  }
  #legend span {
    display: block;
    margin: 4px 0 0 0;
  }
  .orgCol {
    display: none;
  }
  .cityCol {
    display: none;
  }
  .stateCol {
    display: none;
  }
}