﻿body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow: auto !important;
  width: 100%;
  background-color: #e6e6e6;
}
#s4-workspace {
  -webkit-overflow-scrolling: touch;
}
.container {
  background-color: white;
}
.well {
  border-radius: 0;
  background-image: none;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.well-sm {
  border-radius: 0;
  background-image: none;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn {
  border-radius: 0;
  border: none;
}
.navbar-collapse {
  font-size: 13px;
}
.navbar-brand {
  font-size: 20px;
}
.navbar-inverse {
  background-image: none;
  /*background-color: #393965;*/
  background-color: #000000;
  color: #ffffff;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-toggle {
  border-color: #000000;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-nav > .active > a {
  color: #f3901d;
  border-bottom: 3px solid #f3901d;
}
.form-control {
  border-radius: 0px;
}
.error-messsage {
  color: #f3901d;
}
.list-group {
  color: #000;
}
hr {
  border-top: 1px solid #000000;
}
a {
  color: #f3901d;
  text-decoration-line: underline;
}
a:hover {
  color: #f3901d;
}
a:visited {
  color: #f3901d;
}
.small-fonts {
  font-size: 11px;
}
.row-extrapadding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header {
  min-height: 68px;
  padding-top: 10px;
}
.header a {
  font-size: 12px;
}
.search {
  width: 250px;
}
.test {
  background-color: #ff0000;
}
.greenText {
  color: #74a391;
}
.orangeText {
  color: #f3901d;
}
.orangebutton {
  background-color: #f3901d;
  color: #ffffff;
  border: none;
}
.orangebutton:hover {
  background-color: #f89a2c;
  color: #ffffff;
  border: none;
}
.orangebutton:focus {
  background-color: #f89a2c;
  color: #ffffff;
  border: none;
}
.gray {
  background-color: #f2f0ee;
}
.gray a {
  color: #985100;
}
.whiteText {
  color: #fff!important;
}
.orange {
  background-color: #fde9d2;
}
.orange a {
  color: #985100;
}
.darkbutton {
  background-color: #3d3c3d;
  color: #ffffff;
  border: none;
  font-weight: bold;
}
.darkbutton:hover {
  background-color: #525252;
  color: #ffffff;
  border: none;
}
.darkbutton:focus {
  background-color: #525252;
  color: #ffffff;
  border: none;
}
.alert {
  border-radius: 0px;
}
.BlockColor {
  background-color: #999696;
}
.removePadding {
  padding-left: 0;
  padding-right: 0;
}
.removeMargin {
  margin-left: 0;
  margin-right: 0;
}
.norc-footer {
  background-color: #686868;
}
.gss-footer {
  background-color: #595959;
}
.main-body {
  min-height: 700px;
}
div.bannerWrapper {
  position: relative;
}
div.bannerContentBox {
  position: absolute;
  text-align: left;
  left: 50px;
  top: 30px;
  width: 300px;
  height: auto;
  background-color: white;
  color: black;
  opacity: 0.9;
  max-height: 90%;
  margin: auto;
  z-index: 100;
}
div.bannerContentBox2 {
  position: absolute;
  text-align: left;
  left: 0;
  top: 10px;
  z-index: 100;
  width: auto;
  background-color: #2e2e2e;
  color: white;
  opacity: 0.9;
}
div.bannerContent {
  padding: 0;
  margin: 30px;
}
div.boxHeader {
  background-color: #74a391;
  color: white;
  display: inline-block;
  margin-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
.divider {
  height: 2px;
  width: 100%;
  display: block;
  /* for use on default inline elements like span */
  margin: 20px 0;
  overflow: hidden;
  background-color: white;
}
.vspacer {
  margin-top: 90px;
}
.round-corner {
  border-radius: 10px;
}
.darkgray {
  background-color: #3d3c3d;
}
.darkgray2 {
  background-color: darkgray;
}
.thumbnail.right-caption > img {
  float: left;
  margin-right: 9px;
}
.thumbnail.right-caption {
  float: left;
}
.thumbnail.right-caption > .caption {
  padding: 4px;
}
​ .slider_text_container {
  text-align: center;
  color: white;
  background-color: #2e2e2e;
  position: absolute;
  top: 92px;
  z-index: 100;
  width: 515px;
  height: auto;
  left: 25%;
}
.about_text_container {
  text-align: center;
  color: white;
  position: absolute;
  top: 15px;
  z-index: 100;
  width: auto;
  height: auto;
  left: auto;
  background-color: #515151;
}
.thumbnail {
  position: relative;
}
.menu li a {
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  padding: 5px 2px;
  letter-spacing: .4px;
  margin: 10px;
}
.readmore {
  content: url("/PublishingImages/misc/icon-extlink.png");
  padding-left: 10px;
}
.section-header {
  color: #666;
  font-weight: bold;
}
.biblio {
  font-family: 'Courier New';
  line-height: 150%;
  margin-bottom: 20px;
}
.ms-srch-sb-searchImg {
  background-color: #f3901d;
}
/*Tabs v1*/
.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c;
}
.tab-v1 .nav-tabs a {
  font-size: 14px;
  padding: 5px 15px;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
  color: #fff;
  border: none;
  background: #74a391;
}
.tab-v1 .nav-tabs > li > a {
  border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #74a391;
}
.tab-v1 .tab-content {
  padding: 10px 0;
}
.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px;
}
.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
.grayText {
  color: #666;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.page-banner {
  min-height: 300px;
  padding-bottom: 10px;
}
.page-banner .banner-small {
  padding: 0;
}
.page-banner .banner-small .well {
  padding: 0;
}
.page-banner .banner-small .banner-box {
  padding-left: 20px;
  padding-right: 20px;
}
.page-banner .banner-small .banner-box .banner-title {
  color: #3d3c3d;
}
.page-banner .banner-small .banner-box .banner-detail {
  padding-bottom: 10px;
}
.page-banner .banner-large {
  padding: 0;
}
.page-banner .banner-large .banner-wrapper {
  position: relative;
}
.page-banner .banner-large .banner-wrapper .banner-content-box {
  position: absolute;
  text-align: left;
  left: 50px;
  top: 30px;
  width: 300px;
  height: auto;
  background-color: white;
  color: black;
  opacity: 0.9;
  max-height: 90%;
  margin: auto;
  z-index: 100;
  width: 50%;
}
.page-banner .banner-large .banner-wrapper .banner-content-box .banner-content {
  padding: 0;
  margin: 30px;
}
.page-banner .banner-large .banner-wrapper .banner-content-box .banner-title {
  color: #3d3c3d;
}
.page-banner .banner-large .banner-wrapper .banner-content-box .banner-detail {
  padding-bottom: 10px;
}
.button-border {
  color: white;
  margin: 0;
  padding: 10px;
  border-style: solid;
}