@charset "utf-8";
/* CSS Document */
/* Blue:  #0D3B97; */
/* Green: #007E5F; */
/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
  padding-top: 115px;
}
#topOffsetAdmin {
  padding-top: 145px;
}
#slide2 {
  background: #FFF;
  padding: 10px 0 40px 0;
}
/* HEADER: Logo Bar
-----------------------------------------------------------------------------*/
#logoBar {
  position: relative;
  margin: 0;
}
#logo img {
  position: fixed;
  height: 160px;
  -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;
}
#logo img.small {
  height: 80px;
  margin-left: 80px;
}
/* ICONS - PAGE
-----------------------------------------------------------------------------*/
.iconBox {
  display: block;
  text-align: center;
  border: 1px solid #EFEFEF;
  -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;
  padding: 20px;
  margin-bottom: 20px;
}
.iconBox:hover {
  text-decoration: none;
  border: 1px solid #0D3B97;
  background: #E6EBF3;
}
.iconBox img {
  width: 50%;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  -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;
}
.iconBox:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iconBox h4 {
  color: #0D3B97;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 100;
}
.iconBox p {
  color: #111;
  min-height: 80px;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
a.subpageBox {
  display: block;
  border: 1px solid #FFF;
  background: #FFF;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  text-align: center;
}
a.subpageBox:hover {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #0d3b97;
  background: #DBE2EF;
}
a.subpageBox div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}
a.subpageBox h3 {
  font-weight: 200;
  color: #0d3b97;
  margin: 10px 0;
  padding: 0 20px 0 20px;
  min-height: 45px;
}
a.subpageBox p {
  min-height: 80px;
  color: #222;
  padding: 0 20px 0 20px;
  font-size: .9rem;
  line-height: 1.1rem;
}
/* News Story Box
-----------------------------------------------------------------------------*/
a.newsStory {
  display: block;
  border-bottom: 1px dashed #444;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 8px 8px 8px 0px;
  margin: 0 0 8px 0;
}
a.newsStory:hover {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 8px 8px 8px 8px;
}
a.newsStory div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}
a.newsStory h3 {
  font-weight: 600;
  color: #0d3b97;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
a.newsStory p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #000;
}
/* CTA
-----------------------------------------------------------------------------*/
a#ctaBox {
  background-color: #0d3b97;
  padding: 20px;
  color: #FFF;
  display: block;
  margin-bottom: 20px;
}
a#ctaBox:hover {
  background-color: #333;
  text-decoration: none;
}
a#ctaBox h4 {
  margin: 0;
  color: #FFF;
  font-weight: 600;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #CCC;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.intro { /* Used in Page Intros */
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 20px 0px;
  color: #0d3b97;
  border-bottom: 1px dashed #444;
}
#INTRO {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #0d3b97;
}
.intro2 { /* Used in Section Intros */
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #888;
}
#INTRO2 {
  font-size: 1.2rem;
  line-height: 2.0rem;
  color: #888;
}
.fineprint {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
#byline {
  font-size: .8rem;
  text-align: right;
  margin: -15px 0 12px 0;
}
/* SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
  padding: 20px 20px 10px 20px;
}
#sidebar h2 {
  text-align: left;
  color: #666;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px dashed #444;
}
#sidebar h4 {
  border-bottom: 1px dashed #444;
  margin: 0 0 12px 0;
  padding-bottom: 5px;
}
#sidebar p {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.sideItem {
  border-bottom: 1px dashed #444;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaBox {
  margin-bottom: 30px;
}
.mediaElements img {
  width: 100%;
}
.mediaElements h3 {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  font-size: 1rem;
  color: #0D3B97;
}
.mediaElements a {
  font-size: 1rem;
}
.mediaElements p {
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
  font-size: .9rem;
  line-height: 1.1rem;
}
.mediaElements ul {
  border-top: 1px dashed #444;
  margin-top: 18px;
  padding-top: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: .9rem;
  line-height: 1.1rem;
}
.mediaElements li {
  font-size: .9rem;
  line-height: 1.1rem;
}
.bigBtn {
  background: #0D3B97;
  color: #FFF;
  padding: 9px 18px 9px 18px;
  display: inline-block;
}
.bigBtn:hover, .bigBtn:focus {
  background: #555;
  color: #FFF;
  text-decoration: none;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 1100px;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span3 {
  width: 23.40426%;
}
.span4 {
  width: 31.91489%;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* No Gutter */
.span5x {
  width: 40%;
  margin-left: 0;
}
.span7x {
  width: 60%;
  margin-left: 0;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 1000px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 700px;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  html {
    font-size: 12px;
  }
  .container {
    width: 500px;
  }
  .topOffset {
    padding-top: 45px;
  }
  #topOffsetAdmin {
    padding-top: 45px;
  }
  #navClick {
    display: none;
  }
  #navTouch {
    display: block;
  }
  ul#menuFtr {
    display: none;
  }
  footer {
    text-align: center;
  }
  a.subpageBox h3 {
    min-height: 5px;
  }
  a.subpageBox p {
    min-height: 5px;
  }
  .iconBox {
    border-bottom: 1px dashed #444;
    min-height: 10px;
    text-align: left;
    margin: 0 0 0 0;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .iconBox img {
    float: left;
    width: 30%;
    max-width: 100px;
    margin: 0 10px 0px 0;
  }
  .iconBox h4 {
    margin-top: 0;
  }
  .iconBox p {
    min-height: 0px;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 100%;
  }
  .span4 {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
  /* No Gutter */
  .span5x {
    width: 100%;
  }
  .span7x {
    width: 100%;
  }
}
/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 88%;
    margin: 0 21px 0 21px;
  }
  #breadcrumb {
    display: none;
  }
  .iconBox img {
    display: none;
  }
  .iconBox h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
}