@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/* Social media chicklets colors */
/* Breakpoint definitions -- Holding off on this now while trying to reuse/modify built-in Bootstrap definitions */
/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
/* Fonts */
body.noJS .noJS-hide {
  display: none;
}
.yellow {
  color: #ffdb58;
  font-size: 18px;
}
.fullwidth {
  margin: 0px -15px;
}
.no-height {
  height: 0px;
}
.nowrap {
  white-space: nowrap;
}
body {
  min-height: 1024px;
  color: #505050;
  background-image: url('/assets/img/bg-sand.png');
  background-repeat: repeat;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1 i,
h1 em,
h2 i,
h2 em,
h3 i,
h3 em,
h4 i,
h4 em {
  font-family: Baskerville, 'Times New Roman', Times, serif;
  font-style: italic;
  letter-spacing: 0.1em;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #375d82;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: #375d82;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
/* Outdated Browsers Message */
.outdated-browser-message {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FF6699;
  text-align: center;
  color: #ffffff;
}
.outdated-browser-message a {
  color: #dedede;
  text-decoration: underline;
}
.outdated-browser-message p {
  margin-top: 10px;
  font-size: 14px;
}
/* Alerts */
.hcps-alert {
  margin: 0px;
  min-height: 50px;
  padding: 10px;
}
.hcps-alert-Info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.hcps-alert-Warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.hcps-alert-Emergency {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-icon {
  margin-top: 5px;
  margin-left: 10px;
  float: left;
  width: 70px;
}
.alert-body {
  margin-left: 100px;
}
.alert-icon-Emergency:before {
  font-family: FontAwesome;
  font-size: 36px;
  content: "\f0e7";
}
.alert-icon-Warning:before {
  font-family: FontAwesome;
  font-size: 36px;
  content: "\f071";
}
.alert-icon-Info:before {
  font-family: FontAwesome;
  font-size: 36px;
  content: "\f05a";
}
.fullWidth {
  max-width: 1146px;
  margin: 0;
}
/* Page Header */
.skipnav a {
  position: absolute;
  top: -40px;
  left: 0;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
.skipnav a:focus {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
#header-bg-white {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
#header-bg-blue {
  background-color: #375d82;
  width: 100%;
  height: 60px;
}
.logo-img {
  margin-top: 20px;
}
.page-header {
  height: 110px;
  background-color: #ffffff;
  margin: 0px -15px;
}
.page-inner-header {
  height: 100px;
}
.header-group-right {
  margin-top: 20px;
  display: block;
}
.header-search {
  margin-top: 15px;
  display: block;
}
#google_translate_element {
  height: 24px;
}
div#google_translate_element div.goog-te-gadget-simple {
  border: solid 1px #375d82;
  background-color: #fefefe;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
  color: #375d82;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
  color: #375d82;
}
.goog-te-gadget a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none !important;
}
.goog-te-menu-frame {
  border: solid 1px #375d82 !important;
}
a:active,
a:hover,
a:focus {
  text-decoration: underline !important;
}
#slider-wrapper a,
#slider-wrapper a:link,
#skip-nav a,
#skip-nav a:link {
  text-decoration: underline !important;
}
.btn {
  border: solid 1px #375d82;
}
.btn-default {
  background-image: none;
  background-color: #f3cc8b;
}
.page-header {
  border: none;
}
.header-image {
  width: 100%;
  height: 150px;
  border: 2px #c5d7ed solid;
  margin-top: -15px;
  /*z-index: 1030; - remove z-index on department pages*/
  position: relative;
  padding: 5px;
  background-color: #fefefe;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.twitter-typeahead {
  width: 100% !important;
  top: 1px !important;
}
.tt-dropdown-menu {
  background: #ffffff !important;
  width: 100% !important;
  padding: 5px;
  border: 1px solid #8d8c8c;
}
/* Navigation Bar */
.navbar {
  background-color: #375d82;
  border: none;
  background-image: none;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 60px;
}
.navbar-default {
  box-shadow: none;
}
.navbar-nav {
  width: 100%;
  display: inline-block;
}
.navbar-nav > .open > a:hover {
  background-color: red;
}
.navbar-nav > li {
  width: 14.1%;
  text-align: center;
  color: #fefefe;
  text-transform: uppercase;
}
#mobile_nav .navbar-nav > li {
  width: 100%;
  text-align: left;
}
.navbar-default .navbar-nav > li > a {
  color: #fefefe;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #375d82 !important;
  background-color: #c5d7ed !important;
}
#home-main-content {
  border-top: 1px solid #f3cc8b;
  background-color: #fefefe;
  width: 100%;
  margin-top: 20px;
  padding: 20px 20px;
}
#main-content {
  background-color: #fefefe;
  padding: 0px 30px 30px 30px;
  margin: 0px -30px;
  border-left: 2px solid #f3cc8b;
  border-right: 2px solid #f3cc8b;
  border-top: none;
  border-bottom: none;
  min-height: 500px;
}
.gradient-rule {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1ZDdlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #375d82 0%, rgba(254, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #375d82), color-stop(99%, rgba(254, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #375d82 0%, rgba(254, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #375d82 0%, rgba(254, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #375d82 0%, rgba(254, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #375d82 0%, rgba(254, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#375d82', endColorstr='#00ffffff', GradientType=1);
  /* IE6-8 */
}
.heading-rule {
  margin-bottom: 20px;
  height: 10px;
}
.sub-heading-rule {
  margin-bottom: 20px;
  height: 4px;
}
#events-wrapper {
  background-color: #e7e7e7;
  padding: 10px;
}
#page-footer {
  margin-top: 0px;
  background-color: #375d82;
  height: 100px;
  color: #eeeeee;
}
#socialchicklets {
  text-align: left;
  margin-top: 8px;
  margin-left: 55px;
}
#socialchicklets a,
#socialchicklets a:visited {
  color: #FFF;
  padding-left: 9px;
}
#socialchicklets a:hover .hover-facebook {
  color: #3b5998;
  background: -webkit-linear-gradient(#3b5998, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socialchicklets a:hover .hover-twitter {
  color: #00aced;
  background: -webkit-linear-gradient(#00aced, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socialchicklets a:hover .hover-youtube {
  color: #bb0000;
  background: -webkit-linear-gradient(#bb0000, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socialchicklets a:hover .hover-rss {
  color: #ff6600;
  background: -webkit-linear-gradient(#ff6600, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#fortifyfl {
  margin-right: 30px;
  float: right !important;
}
#btn-employee-div {
  clear: both;
  text-align: right;
  margin-top: 8px;
  margin-right: 30px;
}
#btn-employee {
  margin: 5px;
  font-weight: bold;
  color: #375d82;
}
#footer-wrapper {
  margin-top: 20px;
}
.tab-bordered {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.doc-list-table > caption {
  height: 40px;
  text-align: left;
  padding-left: 10px;
  background-color: #c5d7ed;
  line-height: 40px;
}
.table-bordered,
.table-bordered > tbody > tr > td {
  border-left-style: none!important;
  border-right-style: none!important;
}
/* Schools Slide Out */
.schools-slide-out {
  width: 300px;
  height: 375px;
  background: #fefefe;
  border-left: 2px solid #375d82;
  border-bottom: 2px solid #375d82;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3) !important;
  z-index: 1070;
  display: block;
  padding: 0;
}
.schools-slide-out .head {
  background-color: #375d82;
  color: #fefefe;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.schools-slide-out .input-group {
  padding: 10px;
}
.schools-slide-out .bottom-link {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.schools-slide-out #tab_find_a_achool_form {
  margin-top: 15px;
}
.schools-slide-out #tab_school_types {
  width: 200px;
}
.schools-slide-out #tab_school_names {
  width: 200px;
  margin-right: 10px;
}
.row.search-results {
  margin: 0 30px 0 30px;
  border-bottom: 1px solid #c5d7ed;
}
.row.search-results:nth-of-type(odd) {
  background: #f0f0f0;
}
article legend {
  font-family: 'Telex', sans-serif;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px #c5d7ed solid;
  margin-bottom: 6px;
}
.disclaimer {
  font-size: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.callout {
  text-align: center;
  padding: 15px;
  border-top: 3px #f3cc8b solid;
  border-bottom: 3px #f3cc8b solid;
  background-color: #f3f6ea;
}
/**
* Loading Indicator
*/
#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}
/* LIST ITEMS - BULLETS */
.gold-bullets {
  color: #f3cc8b;
  /* bullet color */
  list-style: square;
}
.gold-bulletstext {
  color: #505050;
  /* text color */
}
#captcha {
  border: 1px black solid;
}
.hide {
  display: none;
}
/* IMAGES */
/* COLUMN CENTERING -- Plays nice with Bootstrap grid (.center-block doesn't float:none) */
.col-centered {
  float: none;
  margin: 0 auto;
}
.stakeholder_links {
  border-top: 3px #ffdb58 solid;
  border-bottom: 3px #ffdb58 solid;
  width: 95%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 5px auto 20px auto;
}
.modal-lg {
  max-width: 800px !important;
}
.modal-sm {
  max-width: 300px !important;
}
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ========================   START MEDIA QUERIES ============================*/
@media only screen and (min-width: 1200px) {
  #main-content {
    padding: 0 15px 30px 15px;
    margin: 0;
  }
  #google_translate_element {
    display: block!important;
    visibility: visible!important;
  }
  #header-right {
    float: left;
  }
  #mobile_nav {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-content {
    padding: 0 15px!important;
    margin: 0;
  }
  #google_translate_element {
    display: block!important;
    visibility: visible!important;
    right: 0;
  }
  #header-bg-white {
    height: auto !important;
    padding: 0 0 10px 0!important;
  }
  #header-right {
    display: block!important;
    visibility: visible!important;
    float: left;
  }
  .schools-slide-out {
    top: 100px!important;
  }
  #mobile_nav {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main-content {
    padding: 0 15px;
    margin: 0;
  }
  #header-bg-white {
    height: auto !important;
    padding: 0 0 10px 0!important;
  }
  #header-right {
    float: left;
  }
  #main-content > div:nth-child(1) > div:nth-child(1) {
    height: auto!important;
  }
  .nav li a {
    font-size: .8em!important;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #mobile_nav {
    display: none;
    visibility: hidden;
  }
  .header-image {
    width: 100%!important;
  }
  .container {
    width: 900px!important;
  }
  #socialchicklets {
    text-align: center;
    margin: 8px auto 0 auto !important;
  }
  #fortifyfl {
    float: none !important;
    text-align: center;
    margin: 10px auto;
  }
  #btn-employee-div {
    clear: both;
    text-align: center;
    margin: 8px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-search {
    display: block;
    clear: both;
    visibility: visible!important;
  }
  #header-bg-white {
    height: 180px !important;
    padding: 0 0 30px 0!important;
  }
  #header-bg-blue {
    display: block;
    clear: both;
  }
  #mobile_nav {
    z-index: 1100;
  }
  #navbar {
    display: none;
    visibility: hidden;
  }
  #header-right {
    float: left;
  }
  a {
    text-decoration: dotted!important;
  }
  #search_container {
    display: block!important;
    position: relative!important;
    visibility: visible!important;
  }
  .logo-img {
    float: none;
    margin: 0 auto;
    max-height: 50px;
    margin-top: 5px;
  }
  .header-image {
    display: none;
  }
  .page-header {
    height: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #slider-wrapper {
    margin-top: 10px !important;
  }
  .schools-slide-out {
    display: none;
    visibility: hidden;
  }
  #socialchicklets {
    text-align: center;
    margin: 8px auto 0 auto !important;
  }
  #fortifyfl {
    text-align: center;
    float: none !important;
    margin: 10px auto !important;
  }
  #btn-employee-div {
    clear: both;
    text-align: center;
    margin: 8px auto 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  #slider-wrapper {
    margin-top: 10px !important;
  }
  #google_translate_element {
    display: none;
    visibility: hidden;
  }
  .header-search {
    display: block;
    clear: both;
    visibility: visible!important;
  }
  #header-bg-white {
    height: 170px !important;
    padding: 0 0 30px 0!important;
  }
  #header-bg-blue {
    display: block;
    clear: both;
  }
  #mobile_nav {
    z-index: 1100;
  }
  #navbar {
    display: none;
    visibility: hidden;
  }
  /*
  .nav li a {
    //font-size:.8em!important;
  }
  */
  #header-right {
    width: 100%;
    text-align: center;
  }
  a {
    text-decoration: dotted!important;
  }
  #search_container {
    display: block!important;
    position: relative!important;
    visibility: visible!important;
  }
  .logo-img {
    margin-top: 15px;
    display: block;
  }
  .page-header {
    height: 80px;
  }
  .header-image {
    display: none;
  }
  .schools-slide-out {
    display: none;
    visibility: hidden;
  }
  #fortifyfl {
    float: none !important;
    margin: auto;
  }
  #fortifyfl img {
    margin: auto;
  }
  #btn-employee-div {
    clear: both;
    text-align: center;
    margin: 8px auto 0 auto;
  }
}
/* ========================   END MEDIA QUERIES ============================*/
#sidemenu {
  margin-top: 30px;
}
#sidemenu .panel {
  border: none;
}
#sidemenu .sidemenu-angle {
  float: right;
  font-size: 18px;
  font-weight: 400;
  padding-right: 15px;
}
#sidemenu div.panel-group div.panel {
  margin-top: 7px;
  box-shadow: none;
  -webkit-webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  -ms-webkit-box-shadow: none;
  -o-webkit-box-shadow: none;
  webkit-box-shadow: none;
}
#sidemenu div.panel-group div.panel a.active {
  font-weight: bold;
}
#sidemenu div.panel-depth-1.active {
  border-bottom: 1px solid #f3cc8b;
  border-right: 4px solid #f3cc8b;
}
#sidemenu div.panel-depth-2.active {
  border-bottom: 1px solid #f3cc8b;
}
#sidemenu div.panel-body {
  padding: 5px;
  border: none;
  background-color: #f9f9ff;
}
#sidemenu a,
#sidemenu a:visited {
  font-size: 14px;
  font-weight: 400;
  color: #375d82;
  width: 100%;
  display: block;
}
#sidemenu a:hover {
  font-weight: 600;
}
#sidemenu .panel-heading {
  border: none;
  border-color: transparent;
  background: transparent;
  margin: 0px;
  padding: 6px 0px 15px 10px;
  min-height: 35px;
  vertical-align: middle;
}
#sidemenu .panel-depth-1 {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  border-right: 4px solid #f0f0f0;
  border-left: none;
  border-top: none;
  padding-top: 5px;
  border-radius: 0px;
}
#sidemenu .panel-depth-1:hover {
  border-bottom: 1px solid #f3cc8b;
  border-right: 4px solid #f3cc8b;
}
#sidemenu .panel-depth-2 {
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
}
#sidemenu .panel-depth-2:last-child {
  border-bottom: none;
}
/* Slider on Home Page */
#slider-wrapper {
  width: 100%;
  margin-top: -15px;
  background-color: #fefefe;
  border: 2px #c5d7ed solid;
  position: relative;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.royalSlider {
  width: 100% !important;
  overflow: hidden;
}
.rsImg {
  width: 100%;
  height: auto;
}
.rsDefault {
  font-size: 14px;
  text-align: center;
  margin-left: 0px;
  left: 10px;
}
.rsGCaption {
  margin: 0 20px 0 5px;
  bottom: 5px !important;
  width: 98% !important;
  min-height: 40px;
}
.rsCaption {
  width: 100%;
  padding: 5px 80px 5px 10px;
  text-align: justify;
}
.rsArrowLeft {
  right: 45px !important;
}
.rsArrowRight {
  right: 15px !important;
}
/* Divisions Page */
.division-page-section {
  border-top: 2px #e7e7e7 solid;
  padding-top: 15px;
  margin: 25px 0 10px 0;
}
.division-page-section ul {
  padding: 10px 40px;
}
.division-departments ul {
  margin-left: 0px;
}
/* Styles for /departments/ */
.department-division-section-wrapper {
  margin: 25px 0;
}
.department-listing {
  margin-top: 10px;
}
/*   Calendar Widget Styles */
.bic_calendar {
  background: #F9F9F9;
  border-radius: 5px;
  border: 2px solid #a9a9a9;
  margin: 5px 5px 10px 5px;
}
.bic_calendar a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.bic_calendar .table tbody > tr > td {
  text-align: center;
  padding: 0px;
}
.bic_calendar td div {
  padding: 5px;
}
.bic_calendar .header {
  padding: 10px 0 10px 0;
  background-color: #375d82;
  color: #eeeeee;
}
.bic_calendar .button-month-previous {
  padding: 5px;
  float: left;
  margin-left: 5px;
  color: #eeeeee;
}
.bic_calendar .button-month-next {
  padding: 5px;
  float: right;
  margin-right: 5px;
  color: #eeeeee;
}
.bic_calendar .button-year-previous {
  padding: 5px;
  float: left;
  margin-left: 5px;
  color: #eeeeee;
}
.bic_calendar .button-year-next {
  padding: 5px;
  float: right;
  margin-right: 5px;
  color: #eeeeee;
}
.bic_calendar .monthAndYear {
  text-align: center;
  font-weight: 500;
}
.bic_calendar .days-month {
  font-weight: 500;
  background-color: #c5d7ed;
  height: 25px;
}
.bic_calendar .days-month td {
  background: #c5d7ed;
  padding-top: 25px;
  border: 1px solid #375d82;
}
.bic_calendar .event {
  color: white;
  background: #3B5A97;
  text-shadow: 0 0 2px #333;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.bic_calendar .event:hover {
  background: #3B5A97;
  text-shadow: 0 0 2px #000;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
}
.bic_calendar .event a {
  color: white;
}
.bic_calendar .table {
  margin-bottom: 1px;
  border-spacing: 0px;
}
.bic_calendar .selection {
  background: rgba(141, 200, 230, 0.5);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.bic_calendar .first-selection {
  border-radius: 6px 0 0 6px;
  border-right: 0;
}
.bic_calendar .last-selection {
  border-radius: 0 6px 6px 0;
  border-left: 0;
}
.bic_calendar .middle-selection {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.bic_calendar .popover {
  color: #000;
  text-shadow: none;
}
.bic_calendar .popover-content {
  font-weight: 300;
}
#home-event-dates {
  padding: 10px;
}
.bic-event-Info {
  background-color: #B8E084 !important;
}
.bic-event-Holiday {
  background-color: #7F48F7 !important;
}
.bic-cal-event-description {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.bic-cal-event-location {
  font-size: 11px;
}
#event_calendar {
  margin-top: 30px;
  margin-bottom: 30px;
}
#cal_filter_form label {
  font-size: 11px;
  font-weight: normal;
  font: 'Open Sans Condensed';
  padding: 3px 5px 0 25px;
}
#cal_filter_form div.control-group {
  margin-left: 5px;
}
table.hcps-list-calendar {
  margin-top: 25px;
  width: 100%;
  border: 1px solid #e7e7e7;
}
table.hcps-list-calendar td {
  padding: 5px 10px;
}
table.hcps-list-calendar td.cal-date {
  text-align: center;
}
table.hcps-list-calendar td.cal-ifno {
  border-right: 1px solid #e7e7e7;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.header-dropdown-menu {
  z-index: 2000;
  width: 730%;
  min-height: 240px;
  text-align: left;
  margin-top: -7px;
  border-top: 3px #f3cc8b solid;
  border-bottom: 3px #f3cc8b solid;
  top: 45px;
  position: absolute;
}
.header-dropdown-menu.divisions {
  left: -500%;
}
.header-dropdown-menu.students {
  left: -100%;
}
.header-dropdown-menu.families {
  left: -200%;
}
.header-dropdown-menu.community {
  left: -300%;
}
.header-dropdown-menu.employment {
  left: -600%;
}
.header-dropdown-menu ul {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
  padding-left: 10px;
  list-style-position: inside;
}
.header-dropdown-menu li {
  list-style-type: circle;
  color: #375d82;
  font-size: 1em!important;
  padding-left: 10px;
}
.header-dropdown-menu .dropdown-section-wrapper {
  margin-top: 15px;
}
#contact_form {
  font-size: 14px;
}
#contact_form #comment {
  height: 130px;
}
#contact_form fieldset {
  padding: 20px;
}
#contact_form legend {
  margin-bottom: 0px;
  font-size: 1.25em;
}
#contact_form .form-foot {
  margin-top: 20px;
}
#contact_form h4,
#contact_form h3,
#contact_form h2 {
  margin: 0px auto 10px auto;
  width: 85%;
  line-height: 1.7;
  text-align: center;
}
#contact_form h4 strong,
#contact_form h3 strong,
#contact_form h2 strong {
  font-style: italic;
}
#contact_form .contact-subhead {
  margin: 10px auto 10px auto;
  width: 85%;
  line-height: 1.7;
  text-align: center;
}
#contact_form .contact-subhead strong {
  font-style: italic;
}
#contact_form .contact-subhead p.contact-subhead {
  font-size: 15px;
  width: 65%;
}
#contact_form .contact-subheaddiv.clearfix {
  margin-bottom: 60px;
}
#contact_form div.form-group div.val-message label {
  display: inline-block;
  font-size: 14px;
  padding-top: 2px;
  margin-left: -15px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#contact_form div.form-group div.val-message.error label {
  color: red;
}
#contact_form div.captcha_div {
  margin: 40px auto 0 auto;
  width: 300px;
}
#contact_form div.captcha_div img {
  margin: 0 0 0 60px;
}
table.contact-preview {
  min-width: 50%;
  margin: 30px auto 0 auto;
}
.cell-5 {
  width: 5%;
}
.cell-10 {
  width: 10%;
}
.cell-15 {
  width: 15%;
}
.cell-20 {
  width: 20%;
}
.cell-25 {
  width: 25%;
}
.cell-30 {
  width: 30%;
}
.cell-35 {
  width: 35%;
}
.cell-40 {
  width: 40%;
}
.cell-45 {
  width: 45%;
}
.cell-50 {
  width: 50%;
}
table > thead.bg-blue {
  background-color: #c5d7ed;
}
table > thead.bg-blue td {
  padding-right: 10px;
  padding-left: 10px;
}
.tableborderbottom td {
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
}
/* Must stay above FORM below*/
/*.form-control {border: solid 1px @color-primary;}*/
form .inline-checkbox-wrap {
  display: inline-block;
  margin-left: 15px;
}
form .btn-file {
  position: relative;
  overflow: hidden;
}
form .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
form input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
form label.error {
  color: #d80000;
  font-size: 12px;
  margin-top: 5px;
}
form input.error {
  border: 3px solid red !important;
}
form textarea.error {
  border: 3px solid red !important;
}
form select.error {
  border: 3px solid red !important;
}
.formdiv {
  background-color: #f3f6ea;
  /* */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
}
.well-shadowbox {
  background-color: #f3f6ea;
  /* */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.well-shadowbox p {
  margin-right: 5px;
}
.well-shadowbox {
  background-color: #f3f6ea;
  /* */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.well-shadowbox p {
  margin-right: 5px;
}
.school_address {
  text-align: center;
  font-weight: 400;
}
#grouplist {
  margin-top: 30px;
  margin-bottom: 30px;
}
#grouplist a,
#grouplist a:visited {
  font-size: 14px;
  font-weight: 400;
  color: #375d82;
  width: 100%;
  display: block;
}
#grouplist a:hover {
  font-weight: 600;
}
#policy {
  margin-bottom: 30px;
  font-size: 14px;
}
#tour_wrapper {
  max-width: 790px;
  margin: -15px auto 15px auto;
  background-color: #fefefe;
  border: 2px #c5d7ed solid;
  position: relative;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.hrfeed-items {
  list-style: none;
}
.hrfeed-items li {
  display: block;
  border-bottom: 1px #E7E7E7 solid;
  padding: 5px;
}
.hrreadmore {
  font-size: 12px;
  border-bottom: 1px #E7E7E7 solid;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 5px;
}
.nd-body {
  background-color: #e7e7e7;
  background-image: none;
}
#nd-main-content {
  background-color: #fefefe;
  padding: 0px 30px 30px 35px;
  margin: 0px -35px;
  border-left: 2px solid #375d82;
  border-right: 2px solid #375d82;
  border-top: none;
  border-bottom: none;
  min-height: 700px;
}
#nd-slider {
  height: 355px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8d8c8c;
}
#nd-news-list {
  margin-bottom: 10px;
  padding-right: 2px;
}
#nd-side-bar {
  margin-bottom: 10px;
}
#nd-news-list article {
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
}
#nd-category-list .nd-article {
  padding: 0;
}
#nd-category-list .caption {
  font-size: 12px;
  color: #e7e7e7;
  margin: -62px 5px 5px 5px;
  padding: 5px;
  display: block;
  background-color: rgba(30, 30, 30, 0.7);
  position: relative;
  z-index: 100;
  min-height: 62px;
}
.nd-article {
  min-height: 80px;
  padding: 5px 7px;
  line-height: 1.7;
}
.nd-article-title {
  font-weight: 700;
  padding-bottom: 5px;
}
.nd-article-title a,
.nd-article-title a:visited {
  color: #505050;
}
.nd-article-title a:hover,
.nd-article-title a:focus {
  color: #8d8c8c;
}
.nd-article-1 {
  border: 1px solid #99cc33;
}
.nd-article-2 {
  border: 1px solid #6633cc;
}
.nd-article-3 {
  border: 1px solid #3399cc;
}
.nd-article-4 {
  border: 1px solid #cc3399;
}
.nd-article-5 {
  border: 1px solid #cc6633;
}
.nd-article-6 {
  border: 1px solid #ff6200;
}
.nd-title {
  padding-left: 5px;
  font-weight: 700;
}
.nd-title-1 {
  border-left: 2px solid #99cc33;
}
.nd-title-2 {
  border-left: 2px solid #6633cc;
}
.nd-title-3 {
  border-left: 2px solid #3399cc;
}
.nd-title-4 {
  border-left: 2px solid #cc3399;
}
.nd-title-5 {
  border-left: 2px solid #cc6633;
}
.nd-title-6 {
  border-left: 2px solid #ff6200;
}
.nd-img-caption {
  font-size: 12px;
  color: #e7e7e7;
  margin: -45px 5px 5px 5px;
  padding: 5px;
  display: block;
  background-color: rgba(30, 30, 30, 0.7);
  position: relative;
  z-index: 100;
  min-height: 45px;
}
.nd-feature-img-caption {
  font-size: 12px;
  color: #FFFFFF;
  margin: -45px 5px 5px 5px;
  padding: 5px;
  top: 347px;
  width: 752px;
  background-color: rgba(30, 30, 30, 0.7);
  min-height: 45px;
  position: absolute;
}
.nd-category-tab {
  color: #FFFFFF;
  display: block;
  padding: 2px 5px;
  min-width: 200px;
  text-align: center;
}
.nd-category-tab-1 {
  background-color: #99cc33;
}
.nd-category-tab-2 {
  background-color: #6633cc;
}
.nd-category-tab-3 {
  background-color: #3399cc;
}
.nd-category-tab-4 {
  background-color: #cc3399;
}
.nd-category-tab-5 {
  background-color: #cc6633;
}
.nd-category-tab-6 {
  background-color: #ff6200;
}
.nd-ul-list {
  list-style: none;
}
.nd-ul-list li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  margin-left: -30px;
}
.nd-ul-list li a,
.nd-ul-list li a:visited {
  color: #505050;
}
.nd-ul-list li a:hover,
.nd-ul-list li a:focus {
  color: #8d8c8c;
}
.nd-category-tab a,
.nd-category-tab a:visited,
.nd-category-tab a:hover .nd-category-tab a:focus {
  color: #FFFFFF !important;
}
.nd-header-bar {
  display: block;
  border-top: 1px solid #8d8c8c;
  border-bottom: 1px solid #8d8c8c;
  background-color: #e7e7e7;
  width: 100%;
  padding: 3px 5px;
  margin-right: -15px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 32px;
}
.nd-header-bar a,
.nd-header-bar a:visited {
  font-weight: 700;
  font-size: 14px;
  color: #505050;
}
.nd-header-bar a:hover,
.nd-header-bar a:focus {
  color: #8d8c8c;
}
.read-more a,
.read-more a:visited {
  font-weight: 700;
  font-size: 14px;
  color: #505050;
}
.read-more a:hover,
.read-more a:focus {
  color: #8d8c8c;
}
.nd-breadcrumb {
  font-weight: 400;
  font-size: 14px;
}
.nd-social-bar {
  background-color: #375d82;
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #375d82;
}
#nd-socialchicklets {
  text-align: center;
}
#nd-socialchicklets a,
#nd-socialchicklets a:visited {
  color: #FFF;
  padding-left: 9px;
}
#nd-socialchicklets a:hover,
#nd-socialchicklets a:focus {
  color: #e7e7e7;
  padding-left: 9px;
}
.nd-search-bar {
  margin-bottom: 10px;
}
.nd-search-bar .btn-default {
  background-color: #e7e7e7 !important;
}
.nd-list-img {
  width: 150px;
  margin: 5px 10px 0 0;
}
.list-img {
  max-height: 156px;
  margin: 0 auto;
}
.galleria {
  min-height: 355px;
  background: #FFF !important;
  max-width: 745px !important;
}
@media only screen and (max-width: 767px) {
  #nd-news-list {
    padding-right: 15px;
  }
  #nd-news-list article {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .t-sm {
    font-size: .85em;
    font-weight: 700;
  }
  .c-sm {
    font-size: .65em;
  }
  #nd-news-list {
    padding-right: 15px;
  }
  #nd-news-list article {
    margin-bottom: 10px;
  }
}
/*jssor slider - thumbnail navigation style */
/* jssor slider thumbnail navigator skin 11 css */
/*
    .jssort11 .p            (normal)
    .jssort11 .p:hover      (normal mouseover)
    .jssort11 .pav          (active)
    .jssort11 .pav:hover    (active mouseover)
    .jssort11 .pdn          (mousedown)
    */
.jssort11 {
  position: absolute;
  width: 362px;
  height: 348px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jssort11 .p {
  position: absolute;
  width: 362px;
  height: 114px;
  background: #e7e7e7;
}
.jssort11 .tp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.jssort11 .i,
.jssort11 .pav:hover .i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 150px;
  border: white 1px dashed;
}
* html .jssort11 .i {
  width: 150px;
}
.jssort11 .pav .i {
  border: white 1px solid;
}
.jssort11 .t,
.jssort11 .pav:hover .t {
  position: absolute;
  top: 3px;
  left: 158px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  padding-right: 5px;
}
.jssort11 .pav .t,
.jssort11 .p:hover .t {
  color: #FFFFFF;
}
.jssort11 .tp .t a,
.jssort11 .tp .t a:visited {
  color: #505050;
}
.jssort11 .tp .t a:focus,
.jssort11 .tp .t a:hover {
  color: #FFFFFF;
}
.jssort11 .c,
.jssort11 .pav:hover .c {
  position: absolute;
  left: 158px;
  margin-top: 28px;
  font-size: 11px;
  font-weight: 400;
  overflow: hidden;
}
.jssort11 .pav .c,
.jssort11 .p:hover .c {
  color: #FFFFFF;
}
.jssort11 .pav .tp .t a,
.jssort11 .pav .tp .t a:visited {
  color: #FFFFFF;
}
.jssort11 .p:hover .t,
.jssort11 .pav:hover .t,
.jssort11 .p:hover .c,
.jssort11 .pav:hover .c {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.jssort11 .p:hover,
.jssort11 .pav:hover {
  background: #8d8c8c;
}
.jssort11 .pav,
.jssort11 .p.pdn {
  background: #8d8c8c;
}
.sh_list {
  list-style: none;
}
.sh_list li {
  display: block;
  padding-left: -30px;
  margin-left: -20px;
  padding-bottom: 5px;
}
.sh_topic {
  list-style: disc;
}
.sh_topic li {
  display: list-item;
  padding-bottom: 0;
}
.news-title {
  font-weight: 700;
  color: #375d82;
}
.card {
  margin: .5rem 0 1rem;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.card-action {
  position: absolute;
  bottom: 15px;
  right: 30px;
  text-align: right;
}
.card-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.card-title {
  padding: 0 5px;
}
.card-text {
  padding: 5px 10px;
  font-size: 1.2em;
}
.footer-ad {
  margin: 15px auto 15px auto;
  text-align: center;
}
.footer-ad img {
  margin: auto;
}
.footer-ad .adlink {
  color: white !important;
}
.footer-ad .adlink:hover {
  color: white !important;
}
.home-ad-lg {
  margin: 25px auto 20px auto;
  text-align: center;
}
.home-ad-lg img {
  margin: auto;
}
.homepage-ad-250x90 {
  margin: 25px auto;
  text-align: center;
}
.homepage-ad-250x90 img {
  margin: auto;
}
.calendar-ad {
  margin: 10px auto;
  text-align: center;
}
.calendar-ad img {
  margin: auto;
}
.adlink {
  color: #8d8c8c;
  font-size: .75em;
}
a.adlink:hover {
  color: #8d8c8c;
}
/* COLUMN CENTERING -- Uses auto margin, no floats, plays nice with Bootstrap grid (.center-block doesn't float:none) */
.col-centered {
  float: none;
  margin: 0 auto;
}
/* BEGIN OVERWRITES */
.thumbnail,
.img-thumbnail {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
}
blockquote {
  border-left: 5px solid #ffdb58!important;
}
.telephone,
.telephone:hover {
  color: white!important;
}
#page-footer {
  height: auto!important;
  padding-bottom: 14px;
}
@-ms-viewport {
  width: auto!important;
}
