@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 */
@-ms-viewport {
  width: auto!important;
}
body.noJS .noJS-hide {
  display: none;
}
body,
html {
  height: 100%;
  color: #505050;
}
strong {
  font-weight: 700 !important;
}
.nowrap {
  white-space: nowrap;
}
.fullwidth {
  margin: 0px -15px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.yellow {
  color: #ffdb58;
  font-size: 18px;
}
.modal-lg {
  max-width: 800px !important;
}
.modal-sm {
  max-width: 300px !important;
}
/* 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";
}
/* 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: 50px;
}
.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;
}
.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;
}
#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);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socialchicklets a:hover .hover-twitter {
  color: #00aced;
  background: -webkit-linear-gradient(#00aced, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socialchicklets a:hover .hover-youtube {
  color: #bb0000;
  background: -webkit-linear-gradient(#bb0000, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#socialchicklets a:hover .hover-rss {
  color: #ff6600;
  background: -webkit-linear-gradient(#ff6600, #ffffff);
  -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;
}
.socialLinks {
  text-align: center;
  padding-top: 25px;
}
.socialLinks a {
  padding: 0 10px;
}
.socialLinks a.fb-ic,
.socialLinks a.fb-ic:visited {
  color: #3b5998;
}
.socialLinks a.tw-ic,
.socialLinks a.tw-ic:visited {
  color: #00aced;
}
.socialLinks a.yt-ic,
.socialLinks a.yt-ic:visited {
  color: #bb0000;
}
.socialLinks a.web-ic,
.socialLinks a.web-ic:visited {
  color: #8d8c8c;
}
.socialLinks a.insta-ic,
.socialLinks a.insta-ic:visited {
  color: #c32aa3;
}
.btn-employee {
  margin: 5px;
  font-weight: bold;
  color: #375d82 !important;
  background-image: none;
  background-color: #f3cc8b !important;
}
#footer-wrapper {
  padding-top: 20px;
  color: #fefefe;
}
#page-footer {
  height: auto!important;
  padding-bottom: 14px;
  background-color: #375d82;
}
.disclaimer {
  font-size: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
}
/* Schools Slide Out */
.schools-slide-out {
  width: 300px;
  height: 360px;
  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;
}
.headerImage {
  min-height: 500px;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.header-img {
  height: 100%;
}
.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%;
}
.schoolTitle {
  text-align: center;
  color: #fefefe;
  padding-top: 250px;
}
.schoolTitle h1 {
  min-width: 50%;
  max-width: 75%;
  margin: 0 auto 15px auto;
  font-weight: 400;
  border-bottom: 1px white solid;
  font-size: 4em;
}
.storySection {
  margin: 30px 0 30px 0;
}
#callToAction {
  margin-top: 50px;
  padding-top: 50px;
}
.slick-prev:before,
.slick-next:before {
  color: #8d8c8c !important;
}
@media only screen and (min-width: 1200px) {
  #google_translate_element {
    display: block!important;
    visibility: visible!important;
  }
  #header-right {
    float: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #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;
  }
  .carousel-caption {
    width: 60% !important;
    left: 20% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #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;
  }
  .header-image {
    width: 100%!important;
  }
  .carousel-caption {
    width: 80% !important;
    left: 10% !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: auto!important;
    padding: 0 0 30px 0!important;
  }
  #header-bg-blue {
    display: block;
    clear: both;
  }
  #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;
  }
  .schools-slide-out {
    display: none;
    visibility: hidden;
  }
  .carousel-caption {
    width: 90% !important;
    left: 5% !important;
  }
  #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) {
  #google_translate_element {
    display: none;
    visibility: hidden;
  }
  .header-search {
    display: block;
    clear: both;
    visibility: visible!important;
  }
  #header-bg-white {
    height: auto!important;
    padding: 0 0 30px 0!important;
    margin-bottom: 15px;
  }
  #header-bg-blue {
    display: block;
    clear: both;
  }
  #header-right {
    width: 100%;
    text-align: center;
  }
  a {
    text-decoration: dotted!important;
  }
  #search_container {
    display: block!important;
    position: relative!important;
    visibility: visible!important;
  }
  .logo {
    text-align: center;
  }
  .logo-img {
    margin: 2px auto;
  }
  .schools-slide-out {
    display: none;
    visibility: hidden;
  }
  .schoolTitle {
    padding-top: 150px;
  }
  #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 ============================*/
/* Navigation Bar */
.navbar {
  background-color: #375d82;
  border: none;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
}
.navbar-collapse {
  background-color: #375d82;
  position: relative;
  z-index: 1500;
}
.navbar-default {
  box-shadow: none;
}
.navbar {
  width: 100%;
  display: inline-block;
}
.nav-item.headerNav {
  width: 14.1%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-link.topLink {
  color: #fefefe !important;
}
.breadcrumb-link {
  color: #fefefe !important;
}
.district-home-link {
  padding-top: 0.3rem;
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-item.headerNav {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-item.headerNav {
    width: 100%;
  }
}
.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;
}
.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;
}
#nd-side-bar {
  margin-bottom: 10px;
}
#nd-news-list article {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
}
.nd-article {
  min-height: 80px;
  padding: 15px;
}
.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 #0000ff;
}
.nd-article-2 {
  border: 1px solid #398439;
}
.nd-article-3 {
  border: 1px solid #530fad;
}
.nd-article-4 {
  border: 1px solid #ffbf00;
}
.nd-article-5 {
  border: 1px solid #bb001e;
}
.nd-article-6 {
  border: 1px solid #ff6200;
}
.nd-title {
  padding-left: 5px;
  font-weight: 700;
}
.nd-title-1 {
  border-left: 3px solid #0000ff;
}
.nd-title-2 {
  border-left: 3px solid #398439;
}
.nd-title-3 {
  border-left: 3px solid #530fad;
}
.nd-title-4 {
  border-left: 3px solid #ffbf00;
}
.nd-title-5 {
  border-left: 3px solid #bb001e;
}
.nd-title-6 {
  border-left: 3px solid #ff6200;
}
.nd-img-caption {
  font-size: 14px;
  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-category-tab {
  color: #FFFFFF;
  display: block;
  padding: 2px 5px;
  min-width: 200px;
  text-align: center;
}
.gs-category {
  margin-right: 5px;
}
.nd-ul-list {
  list-style: none;
}
.nd-ul-list li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  margin-left: -30px;
}
.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;
}
.nd-breadcrumb {
  font-weight: 400;
  font-size: 14px;
}
.nd-social-bar {
  background-color: #375d82;
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
  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-tag .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;
  width: 745px !important;
}
.carousel-image-container {
  width: 100vw;
  height: 50vh;
}
.carousel-image-container::before,
.carousel-image-container::after {
  content: "";
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.carousel-image-container::before {
  content: "";
  background-repeat: repeat;
  filter: blur(3px);
  opacity: 0.5;
}
/* the clear image */
.carousel-image-container::after {
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
}
.carousel-image {
  height: auto;
  min-width: 100%;
}
.carousel-caption {
  display: block;
  background: #808080;
  background: rgba(128, 128, 128, 0.5);
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 32.5%;
}
.carousel-caption-sub {
  font-size: 10pt;
}
.suggest-story-btn {
  width: 100%;
  margin-left: 0;
}
.search-button {
  display: flex;
  align-items: center;
}
.md-form {
  margin-bottom: 0;
}
.instagram-link:hover {
  text-decoration: none !important;
}
.view .mask {
  top: 40%;
  height: 60%;
}
.instagram-link {
  height: 100%;
}
.instagram-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.card-img-top {
  flex-shrink: 0;
}
.header-logo {
  height: 110px;
}
.fa-facebook-f {
  color: #3C599F;
}
.fa-twitter {
  color: #32CCFE;
}
.fa-youtube {
  color: #C52F30;
}
.fa-flickr {
  color: #0063dc;
}
.fa-rss {
  color: #EE802F;
}
