@charset "utf-8";
/* CSS Document */
/*
#F7941D - 247,148,29 - Orange
#939598 - 147,149,152 - Gray
#6DCFF6 - 109,207,246 - Blue
*/
/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
  padding-top: 55px;
}
#topOffsetAdmin {
  padding-top: 85px;
}
#admin {
  display: block;
}
#slide2 {
  padding: 36px 0 36px 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  overflow: hidden;
  margin: 12px 0 24px 0;
}
.buttons a, .buttons button {
  -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;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 6px;
}
.buttons button {
  overflow: visible;
  padding: 6px; /* IE6 */
}
.buttons button[type] {
  padding: 6px; /* Firefox */
  line-height: .7rem; /* Safari */
}
*:first-child + html button[type] {
  padding: 6px; /* IE7 */
}
.buttons button img, .buttons a img {
  margin: 0;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
  background: #B8CDEA;
  border: 1px solid #96B2DB;
  color: #196DB6;
}
button:hover, .buttons a:hover, button:focus, .buttons a:focus {
  background: #96B2DB;
  color: #196DB6;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
}
.buttons a.positive:hover, button.positive:hover, .buttons a.positive:focus, button.positive:focus {
  background: #C6D880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover, .buttons a.negative:focus, button.negative:focus {
  background: #FBC2C4;
  color: #D12F19;
}
.req {
  color: #F00;
}
#ADDRESS2label {
  display: none;
}
#ADDRESS2 {
  display: none;
}
/* HEADER
-----------------------------------------------------------------------------*/
.rainbow {
  width: 100%;
  min-height: 4px;
  background: linear-gradient(45deg, #FFFFFF, #785020, #F68B1F, #FFE500, #1C9F49, #284DA1, #9D4F9F);
  background-size: 800% 800%;
  -webkit-animation: rainbow 9s ease infinite;
  -z-animation: rainbow 9s ease infinite;
  -o-animation: rainbow 9s ease infinite;
  animation: rainbow 9s ease infinite;
  overflow: hidden;
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%
  }
  50% {
    background-position: 100% 19%
  }
  100% {
    background-position: 0% 82%
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%
  }
  50% {
    background-position: 100% 19%
  }
  100% {
    background-position: 0% 82%
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%
  }
  50% {
    background-position: 100% 19%
  }
  100% {
    background-position: 0% 82%
  }
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%
  }
  50% {
    background-position: 100% 19%
  }
  100% {
    background-position: 0% 82%
  }
}
/* FOOTER
-----------------------------------------------------------------------------*/
.footer_logo img {
  height: 50px;
  margin: 0 0 18px 0;
}
.footer_logo a {
  width: 100%;
  display: block;
}
.footer_logo a:hover, .footer_logo a:focus {
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
.org_contact {
  padding: 0 0 18px 0;
}
.org_phone {
  font-weight: 700;
}
.org_address {
  font-size: .9rem;
  line-height: 1.1rem;
}
#nav_footer {
  line-height: 1rem;
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
}
#nav_footer a {
  text-decoration: none;
  color: #DDD;
  padding: 8px 4px 8px 0px;
  border-bottom: 1px solid #999;
  display: block;
}
#nav_footer a:hover, #nav_footer a:focus {
  color: #FFF;
  padding: 8px 0px 8px 4px;
  background-color: rgba(255, 255, 255, .2);
}
#nav_footer_at {
  font-weight: bold;
}
#prefooter {
  background: #111;
  padding: 8px 0 8px 0;
  text-align: center;
}
#subfooter {
  background: #333;
  padding: 6px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.socialLinks a {
  margin: 0 6px 0 6px;
  padding: 0 0 0 0;
  width: 36px;
  display: inline-block;
}
.socialLinks a img {
  width: 36px;
  border: 0;
}
.socialLinks a:hover, .socialLinks a:focus {
  -webkit-transform: scale(.90);
  -moz-transform: scale(.90);
  -ms-transform: scale(.90);
  -o-transform: scale(.90);
  transform: scale(.90);
}
/* TOGGLE Sections
-----------------------------------------------------------------------------*/
.toggleTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0 0 6px 0;
  margin: 18px 0 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.toggleTitle:hover, .toggleTitle:focus {
  padding: 0 0 6px 6px;
}
.toggleTitle em {
  display: inline-block;
  font-style: normal;
  font-size: 1rem;
  float: right;
}
.faqTitle {
  cursor: pointer;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0 0 6px 0;
  margin: 18px 0 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.faqTitle:hover, .faqTitle:focus {
  padding: 0 0 6px 6px;
}
.faqTitle em {
  display: inline-block;
  float: right;
  font-style: normal;
}
.toggleDiv {
  overflow: hidden;
  margin: 0 0 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding: 24px;
}
.toggleDiv img {
  width: 12px;
  margin: 2px 6px 0 0;
  float: right;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.subpageBox {
  display: block;
  border: 1px solid #FFF;
  background: #EFEFEF;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 24px 0;
}
.subpageBox:hover, .subpageBox:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #333;
  background: #FFF;
}
.subpageBox div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}
.subpageBox h3 {
  font-weight: 600;
  color: #F7941D;
  margin: 10px 0;
  padding: 0 20px 0 20px;
}
.subpageBox p {
  min-height: 80px;
  padding: 0 20px 0 20px;
}
/* News Box
-----------------------------------------------------------------------------*/
.newsBox {
  display: block;
  margin: 0 0 24px 0;
  padding: 12px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.newsBox:hover {
  text-decoration: none;
  background: rgba(109, 207, 246, .3);
}
.newsBox h3 {
  font-family: "Cervo-Medium";
  font-size: 1.8rem;
  line-height: 2.0rem;
  color: #F7941D;
  margin: 0 0 0 0;
}
.newsBox h4 {
  color: #939598;
  margin: 6px 0 0 0;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.newsBox span {
  color: #999;
  font-style: italic;
}
.newsBox p {
  color: #000;
  margin: 6px 0 0 0;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
/* Staff Box
-----------------------------------------------------------------------------*/
.staffBox {
  display: block;
  margin: 0 0 24px 0;
  padding: 12px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.staffBox:hover, .staffBox:focus {
  text-decoration: none;
}
.staffBox h3 {
  font-family: "Cervo-Medium";
  font-size: 1.8rem;
  line-height: 2.0rem;
  color: #F7941D;
  margin: 0 0 0 0;
}
.staffBox h4 {
  color: #939598;
  margin: 6px 0 0 0;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
/* 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 18px 0px;
  padding: 0px 0px 18px 0px;
  border-bottom: 1px solid #CCC;
}
.intro { /* Used in Page Intros */
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
  color: #939598;
  font-family: "Cervo-Thin";
}
#INTRO {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #939598;
  font-family: "Cervo-Thin";
}
.intro2 { /* Used in Section Intros */
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  color: #939598;
  font-family: "Cervo-Thin";
}
#INTRO2 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  color: #939598;
  font-family: "Cervo-Thin";
}
.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;
}
/* FOOTER
-----------------------------------------------------------------------------*/
#ftr1 {
  text-align: center;
  display: block;
}
#ftr1 img {
  margin: 0 0 12px 0;
  max-width: 120px;
}
#ftr2 {
  display: block;
}
#ftr3 {
  display: block;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
.mediaElements div {
  margin: 0 0 6px 0;
}
.mediaElements h3 {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 2px 6px;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 6px 6px;
  padding: 0 0 0 0;
}
.mediaElements ul {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 6px 18px;
}
.mediaElements li {
  font-size: .8rem;
  line-height: 1.2rem;
}
.mediaElements img {
  width: 100%;
}
.mediaElements a {
  font-size: .8rem;
  line-height: 1.2rem;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  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%;
}
/* 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;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
  #admin {
    display: none;
  }
  #admin-mobile {
    display: block;
  }
  .container {
    width: 500px;
  }
  footer_logo {
    display: none;
  }
  [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%;
  }
}
/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
  html {
    font-size: 14px;
  }
  .topOffset {
    padding-top: 36px;
  }
  #topOffsetAdmin {
    padding-top: 48px;
  }
  .container {
    width: 88%;
    margin: 0 21px 0 21px;
  }
  #breadcrumb {
    display: none;
  }
  #ftr2 {
    display: none;
  }
  #ftr3 {
    display: none;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  #footer-contact {
    text-align: center;
  }
  ul#menuFtr {
    display: none;
  }
}