@charset "utf-8";
/* CSS Document */
/* Dk. Green: #4B7C5F; */
/* Lt. Green: #8AAB96; */
/* Dk. Blue: #004E75; */
/* Lt. Blue: #6396B0; */
/* TOP OF PAGE OFFSET */
#payments {
  display: inline-block;
  width: 16%;
  color: #FFF;
	background: #8AAB96;
	padding: 10px 2% 10px 2%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
}
#payments:hover, #payments:focus {
  background: #555;
  text-decoration: none;
}
#topOffset {
  padding-top: 135px;
}
#noHeaderOffset {
  padding-top: 20px;
}
/* HEADER: Logo Bar */
.logoImg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 75px;
}
.logoImg:hover, .logoImg:focus {
  height: 66px;
  padding: 2px 0 2px 0;
}
#logoBar {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 25px 0 25px 0;
  overflow: hidden;
}
#logoBar.small {
  height: 50px;
  margin: 15px 0 10px 0;
}
#logoBar.small .logoImg {
  height: 50px;
}
#logoBar.small .logoImg:hover, #logoBar.small .logoImg:focus {
  height: 46px;
  padding: 2px 0 2px 0;
}
#search {
  float: right;
}
#search input {
  border: 1px solid #D0D0D0;
  width: 150px;
  padding: 3px 0px 3px 3px;
  color: #333;
  background: #FFF;
  margin: 35px 0 0 0;
}
/* FOOTER: Logo */
#footer-logo {
  text-align: center;
}
#footer-logo a {
  width: 35px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#footer-logo a:hover, #footer-logo a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#footer-logo img {
  width: 90%;
}
/* FOOTER: Social Icons */
#social-media {
  padding-top: 15px;
  width: 100%;
}
#social-media a {
  width: 32px;
  margin-right: 4px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#social-media a:hover, #social-media a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
#social-media img {
  width: 32px;
}
/* Project Boxes */
#projBox {
  display: block;
  text-align: center;
  height: 150px;
  border: 1px solid #CCC;
  margin: 0 0 5px 0;
  padding: 100px 25px 0 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 650px;
  -moz-background-size: 650px;
  -o-background-size: 650px;
  background-size: 650px;
}
#projBox:hover, #projBox:focus {
  opacity: .9;
  filter: alpha(opacity=90);
  border: 1px solid #8AAB96;
  text-decoration: none;
  -webkit-background-size: 700px;
  -moz-background-size: 700px;
  -o-background-size: 700px;
  background-size: 700px;
}
#projBox h4 {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2rem;
  text-shadow: 0px 0px 20px #000, 0px 0px 5px #000;
}
.staticBox {
  display: block;
  text-align: center;
  height: 160px;
  border: 1px solid #CCC;
  margin: 0 0 5px 0;
  padding: 100px 25px 0 25px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333;
}
.staticBox h4 {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2rem;
  text-shadow: 0px 0px 20px #000, 0px 0px 5px #000;
}
.map {
  width: 100%;
  height: 300px;
  border: 1px solid #CCC;
}
.bioBox {
  display: block;
  text-align: center;
  height: 160px;
  border: 1px solid #CCC;
  margin: 0 0 5px 0;
  padding: 100px 25px 0 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333;
}
.bioBox:hover, .bioBox:focus {
  opacity: .8;
  filter: alpha(opacity=80);
  border: 1px solid #8AAB96;
  text-decoration: none;
}
#newsBox {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#newsBox a {
  display: block;
  padding: 10px;
  overflow: hidden;
}
#newsBox a:hover, #newsBox a:focus {
  background: #EEE;
  text-decoration: none;
}
#newsBox img {
  float: left;
  max-width: 150px;
  max-height: 150px;
  border: 1px solid #CCC;
  margin: 0 25px 0 0;
  padding: 0;
  background: #CCC;
}
#newsImg {
  float: left;
  width: 150px;
  height: 150px;
  border: 1px solid #CCC;
  margin: 0 25px 0 0;
  padding: 0;
  background: #EEE;
  background-repeat: no-repeat;
  background-position: center;
}
#newsBox h4 {
  font-size: 1.6rem;
  line-height: 2rem;
}
/* FOOTER: Contact Links */
.footer-contact {
  text-align: left;
}
.footer-contact a {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-contact a:hover, .footer-contact a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer-contact img {
  width: 24px;
  margin: 10px 10px 0 0;
}
.footer-contact h4 {
  font-size: 1.2rem;
  font-weight: 100;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* ICONS - PAGE */
.iconBox {
  display: block;
  color: #FFF;
  text-align: center;
  min-height: 260px;
  padding: 24px;
  border: 1px solid #BBB;
}
.iconBox:hover, .iconBox:focus {
  color: #FFF;
  text-decoration: none;
  background-image: url('../../media/static/images/iconBox-bg-over.png');
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #FFF;
}
.iconBox img {
  width: 70%;
}
.iconBox h4 {
  min-height: 60px;
  color: #FFF;
}
.iconBox p {
  min-height: 80px;
  color: #FFF;
}
/* VIDEOS - Responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  margin-bottom: 12px;
  border: 3px solid #DDD;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.50);
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TEXT STYLES */
#intro { /* Used in Page Intros */
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
#adminIntro {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
#intro2 { /* Used in Section Intros */
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
#adminIntro2 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
#fineprint {
  font-size: 0.7rem;
  line-height: 1.5rem;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
#fineprint a {
  color: #000;
}
#breadcrumb {
  font-size: 0.7rem;
  line-height: 1.5rem;
  margin: 0px 0 30px 0;
}
#breadcrumb a {
  margin-right: 10px;
  padding-right: 20px;
  color: #666;
  background: url('../../media/static/images/breadcrumb.gif') no-repeat right;
}
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
/* LAYOUT - COLUMNS */
#mainLeft {
  margin-top: -100px;
}
#mainRight {
  padding-top: 90px;
}
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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%;
}
/* Desktop (large) */
@media only screen and (min-width: 1100px) {
  html {
    font-size: 16px;
  }
  .container {
    width: 1000px;
  }
}
/* Desktop (regular) */
@media only screen and (max-width: 1099px) {
  html {
    font-size: 16px;
  }
  .container {
    width: 700px;
  }
  /* ICONS */
  .iconBox {
    min-height: 280px;
  }
}
/* Desktop (medium) */
@media only screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 500px;
  }
  #topOffset {
    padding-top: 150px;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span3 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span4 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span5 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span6 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span7 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span8 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span9 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span10 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span11 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span12 {
    width: 100%;
  }
  #footer-contact {
    text-align: left;
  }
  /* Main Slide */
  #mainLeft {
    margin-top: -100px;
  }
  #mainRight {
    padding-top: 0px;
  }
  /* Mobile FOOTER nav */
  ul#menuFtr {
    text-align: left;
    border-bottom: none;
  }
  ul#menuFtr li {
    display: block;
    float: left;
    width: 100%;
  }
  ul#menuFtr li a {
    display: block;
    border-bottom: 1px solid #6D6D6D;
  }
  #dimeLinks {
    width: 100%;
  }
}
/* Mobile */
@media only screen and (max-width: 549px) {
  html {
    font-size: 18px;
  }
  #topOffset {
    padding-top: 85px;
  }
  #navClick {
    display: none;
  }
  #navTouch {
    display: block;
  }
  .container {
    width: 88%;
    margin: 0 21px 0 21px;
  }
  #breadcrumb {
    display: none;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span3 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span4 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span5 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span6 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span7 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span8 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span9 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span10 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span11 {
    width: 100%;
    padding-bottom: 20px;
  }
  .span12 {
    width: 100%;
  }
  #navBar a {
    font-size: 0.8rem;
  }
  #footer-contact {
    text-align: left;
  }
  /* Main Slide */
  #mainLeft {
    margin-top: 0px;
  }
  #mainRight {
    padding-top: 0px;
  }
  /* Mobile FOOTER nav */
  ul#menuFtr {
    text-align: left;
    border-bottom: none;
  }
  ul#menuFtr li {
    display: block;
    float: left;
    width: 100%;
  }
  ul#menuFtr li a {
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 10px 0 10px 0;
  }
}