@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format("truetype");
}
/* CALENDAR
===================================== */
.mura-calendar {
  text-align: center;
}
.mura-calendar table thead {
  background: #e9ecef;
}
.mura-calendar table thead th, .mura-calendar table thead th a {
  line-height: 1.5;
  padding: 0.5em;
  text-align: center;
}
.mura-calendar table td, .mura-calendar table th {
  border-collapse: collapse;
  font-size: 12px;
}
.mura-calendar table table #previousMonth a,
.mura-calendar table table #nextMonth a {
  font-weight: normal;
  font-size: 150%;
  line-height: 1.1;
  padding: 0;
}
.mura-calendar table .table tbody tr:hover td,
.mura-calendar table .table tbody tr:hover th {
  background: #fff;
}

.mura-calendar-nav th {
  line-height: 1;
  padding: 0;
}
.mura-calendar-nav th a {
  line-height: 1;
  padding: 2px 2px 4px;
}
.mura-calendar-nav td {
  padding: 5px 0;
}

.carousel-item {
  max-height: 628px;
  
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.carousel-item a {
  color: #fff;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
}

.mura-comments > .mura-comment-sort-container,
.mura-comments .mura-comment-more-comments-container {
  margin-bottom: 1rem;
}
.mura-comments dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mura-comments dt > em {
  font-weight: normal;
  font-style: italic;
}
.mura-comments #mura-comment-post-comment legend {
  border: 0;
}
.mura-comments dd.mura-comment-reply {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-reply:before {
  margin-right: 0.25em;
  color: #f00;
  content: "\f112";
}
.mura-comments dd.mura-comment-spam {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mura-comments dd.mura-comment-spam:before {
  margin-right: 0.25em;
  color: #f00;
  content: "\f05e";
}
.navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .nav-item .dropdown-menu {
  margin: 0;
}

div[data-cssclass=home-news] {
  padding: 2em 0 0 0;
}
div[data-cssclass=home-news] .mura-object-meta {
  text-align: center;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-content a:hover {
  opacity: 0.8;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta div[class^=mura-item-meta_] {
  margin: 1em 0 0 0;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta .mura-item-meta__date {
  color: #6c757d;
}
div[data-cssclass=home-news] .mura-collection-item .mura-item-meta .mura-item-meta__credits {
  color: #6c757d;
}

.mura-nav .active {
  color: #343a40;
}

#navPrimary a {
  font-size: 1.1rem;
}

.socialLinks ul {
  display: flex;
}
.socialLinks li {
  flex: 1;
}
@media screen and (max-width: 575.98px) {
  .socialLinks li {
    width: 45%;
    flex: none;
    text-align: left;
    margin-bottom: 20px;
  }
}

#siteNavbar {
  align-items: end;
}

#searchForm .input-group {
  width: 100%;
}

.mura-index {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.mura-index dl {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 12px;
  margin: 0 0 12px;
  width: 100%;
}
.mura-index .comments {
  font-size: 0.875rem;
}
.mura-index .credits {
  font-size: 0.875rem;
}
.mura-index .releaseDate {
  font-size: 0.875rem;
}
.mura-index .tags {
  font-size: 0.875rem;
}
.mura-index .title {
  font-size: 1.75rem;
}
.mura-search-results__matches p {
  margin-bottom: 0;
}

.moreResults {
  border-radius: 6px;
}
.moreResults dt {
  font-size: 12px;
  font-weight: normal;
}
.moreResults > p {
  margin: 0.5em 0;
}
.moreResults > ul {
  white-space: nowrap;
}
.moreResults > ul > li {
  display: inline-block;
}
.moreResults > ul > li > a:hover {
  background-color: #e9ecef;
  color: #fff;
}
.moreResults > ul.pager {
  margin: 0;
}

.bg-black {
  background-color: #000 !important;
}

.mura-region::after,
.mura-region-inherited::after,
.mura-region-local::after {
  display: block;
  clear: both;
  content: "";
}

.mura-index .releaseDate {
  font-weight: normal;
  margin: 0;
}
.mura-search-results .moreResults {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.mura-breadcrumb li {
  display: list-item;
  margin-right: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 20px;
}
#footer .siteInfo li {
  display: block;
}
#footer .siteInfo li .glyphicon {
  position: relative;
  /* Adjust these values accordingly */
  margin-right: 5px;
}
#footer .nav-stacked li {
  display: block;
}
#footer .nav-stacked li a {
  color: #ffffff;
  /*padding: 2px 5px 0 0;*/
}
#footer .nav-stacked li a:hover {
  color: #ccc;
  /*display: block;
  padding: 2px 5px 0 0;*/
}
#footer .nav-stacked-icons li {
  display: block;
  padding-bottom: 5px;
}
#footer .nav-stacked-icons li .fa {
  width: 18px;
  margin: auto;
}
#footer .nav-stacked-icons li a {
  color: #ffffff;
  /*padding: 2px 5px 0 0;*/
}
#footer .nav-stacked-icons li a:hover {
  color: #ccc;
  /*display: block;
  padding: 2px 5px 0 0;*/
}
#footer .footer-utility {
  font-size: 0.857em;
}
#footer .footer-utility .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#footer .footer-utility ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#footer .footer-utility li {
  display: block;
  float: left;
}
#footer .footer-utility li a {
  color: #ffffff;
  display: block;
  /*padding: 2px 5px 0 0;*/
}
#footer .footer-utility li + li {
  border-left: 1px solid #333;
}
#footer .footer-utility li + li a {
  /*padding: 2px 5px 0;*/
}
#footer .footer-utility:after {
  content: "";
  display: table;
  clear: both;
}

aside .img-responsive {
  margin: 0 auto;
}

.feature-boxes .fb-item.last .fb-content {
  border-bottom: 0;
}

.feature-boxes .fb-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.feature-boxes .fb-item .fb-content {
  border-bottom: 2px solid #ddd;
  height: 100%;
  padding: 15px 20px;
  position: relative;
}
.feature-boxes .fb-item .fb-image {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.feature-boxes .fb-item ul {
  clear: left;
  margin-bottom: 25px;
  padding: 0;
}
.feature-boxes .fb-item ul li {
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-left: 10px;
}
.feature-boxes .fb-item .fb-title {
  background-color: #f2f2f2;
  height: 100px;
  position: relative;
}
.feature-boxes .fb-item .fb-title h3 {
  bottom: 0;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.feature-boxes .fb-item .fb-title h3 a {
  color: #ffffff;
  display: block;
  padding: 10px 15px;
}

.feature-boxes .fb-item .fb-title h3 a:hover {
  color: #ffffff;
}
.feature-boxes .fb-item .fb-title:hover {
  background-color: #FFFFFF;
  opacity: 0.7;
}
.feature-boxes .fb-item .fb-title.has-image {
  background-color: #666666 !important;
  height: auto;
}
.feature-boxes .fb-item .fb-title.has-image h3 {
  text-shadow: 1px 1px 1px #333333;
}
.feature-boxes .fb-item .fb-content:after {
  content: "";
  display: table;
  clear: both;
}

.windowNav {
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: -50px;
  position: relative;
  border: 0.5px solid #999;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5) !important;
}

.windowButtonC {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.windowButton {
  background-color: #62a2b5;
  color: white;
  font-weight: bold;
}

.header-total-top {
  background-color: #2d3e50;
  color: #ffffff;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}

div.sameheightHighlight h3.card-title {
  font-size: 18px;
}

div.sameheight2 > div.card-body > p {
  font-size: 16px;
}

.bg-light {
  background-color: #fff !important;
}

.logoSml {
  height: 100px !important;
  z-index: 100000;
  margin-top: -10px;
}

/** Print Styles **/
@media print {
  .collapse {
    display: block !important;
  }
}
/** Sizing and Spacing **/
.template {
  padding-bottom: 2rem;
}

/*
.page-title, h1, h2, h3, h4, h5{
	padding-top: 1rem;
}

p{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
*/
h2 {
  text-transform: none;
}

.nav-link {
  color: rgb(36, 64, 143);
}

.nav-item{
  font-weight: 500;
}

.headertree {
  height: 38px;
}

#myCarousel {
  overflow: hidden;
  max-height: 540px;
}

#homepage .carousel-caption {
  width: 65%;
}

.carousel-caption {
  /*bottom: 25%;*/
  bottom: 10%;
  top: 10%;
  text-align: left;
}
.carousel-caption h3 {
  font-size: 2rem;
}
.carousel-caption p {
  font-size: 1.3rem;
}

#homepage .carousel .item {
  height: 354px;
  background-color: #555555;
}

.carousel-control-prev, .carousel-control-next {
  top: initial !important;
  bottom: 15px !important;
}

.pageTitle {
  margin-bottom: 15px;
  /*
  background: #ebebfb;
     border-radius: 10px;
     padding: 10px;
  */
}

.primary-links {
  margin-bottom: 0;
}

.department-links li {
  margin-right: 1rem;
}

/*** Home Button Styles ***/
.focus-group {
  float: left;
  width: 50%;
}

.p-10 {
  padding: 10px;
}

/** Focus Groups **/
.focus-group a {
  color: #24408F;
}

.osesFG {
  color: white;
  font-weight: bold;
}
.osesFG a {
  color: white;
}

.osesFG_pso {
  background-color: #d24806;
}

.osesFG_ao {
  background-color: #067899;
}

.osesFG_eco {
  background-color: #515ad2;
}

.osesFG_seo {
  background-color: #258817;
}

.osesFG_fgm {
  background-color: purple;
}

.osesFG_data {
  background-color: #dc167e;
}

.osesFG_grey {
  background-color: rgba(128, 133, 148, 0.22);
}

.osesMandV {
  background-image: url("#m.siteConfig('themeAssetPath')#/images/watermark_sml.png"); /* The image used */
  background-color: #eeeeee; /* Used if the image is unavailable */
  min-height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  /*background-size: cover;  Resize the background image to cover the entire container */
}

.osesMandV .alert-dark {
  background-color: rgba(247, 247, 247, 0.5) !important;
}

.osesMandV h2 {
  color: #606060;
}

.osesMandV .container .alert {
  background-color: rgba(130, 153, 223, 0.22) !important;
  border-radius: 15px;
}

/* Breadcrumbs */
.OSESBreadcrumbs {
  padding: 0;
}
.OSESBreadcrumbs ol {
  border-radius: 10px;
}

.breadcrumbs-container {
  background-color: #e9ecef;
}

/* SVGs */
#integratedMonitoringSVG {
  fill: #ad0054;
  height: 100px;
}

#earlyChildhoodSVG {
  fill: #19650b;
  height: 100px;
}

#behaviorSupportsSVG {
  fill: #06617a;
  height: 100px;
}

#parentsFamilyCommunitySVG {
  fill: #24408f;
  height: 100px;
}

#postSecondarySVG {
  fill: #993406;
  height: 100px;
}

#academicSVG {
  fill: #800080;
  height: 100px;
}

#dataSVG {
  fill: #704900;
  height: 100px;
}

#fiscalGrantsManagementSVG {
  fill: #687486;
  height: 100px;
}

#relatedServicesSupportsSVG {
  fill: #152251;
  height: 100px;
}

/*** Subpage ***/
.content {
  margin-top: 20px;
}

.subpage-heading {
  color: white;
  background: linear-gradient(to right, #24408F 80%, white);
  padding: 2px 2px 6px 6px;
  width: auto;
  border-radius: 2px;
}
.subpage-heading a {
  color: white;
}

.special-heading {
  color: white;
  background: #24408F;
  padding: 4px 2px 6px 6px;
  width: auto;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.special-heading a {
  color: white;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

.subpage-header-img {
  /*height: 400px;*/
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding:0;
}

/** Subpage Buttons **/
.subpage-buttons {
  margin-bottom: 20px;
}

.subpage-buttons .mura-index {
  border-top: 0;
}

.subpage-buttons div:first-child {
  display: flex;
  flex-wrap: wrap;
}

.subpage-buttons div:first-child {
  display: flex;
  flex-wrap: wrap;
}

.subpage-buttons dl {
  color: white;
  font-weight: bold;
  border-bottom: 0;
  border-radius: 10px;
  padding-bottom: 0;
  flex: 1 1 33%;
  margin: 4px;
}

.subpage-buttons dt {
  padding: 3px 3px 3px 20px;
  margin: 0.25em 0;
}

.subpage-buttons a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  display: block;
  width: 100%;
}
.subpage-buttons .mura-index dl:nth-child(1) {
  background-color: #AD0054;
}

.subpage-buttons .mura-index dl:nth-child(2) {
  background-color: #19650B;
}

.subpage-buttons .mura-index dl:nth-child(3) {
  background-color: #06617A;
}

.subpage-buttons .mura-index dl:nth-child(4) {
  background-color: #24408F;
}

.subpage-buttons .mura-index dl:nth-child(5) {
  background-color: #993406;
}

.subpage-buttons .mura-index dl:nth-child(6) {
  background-color: #800080;
}

.subpage-buttons .mura-index dl:nth-child(7) {
  background-color: #704900;
}

.subpage-buttons .mura-index dl:nth-child(8) {
  background-color: #687486;
}

.subpage-buttons .mura-index dl:nth-child(9) {
  background-color: #152251;
}

/** Subpage spacing **/
.blankUL {
  margin-bottom: 0;
  padding-left: 0;
}
.blankUL li {
  list-style-type: none;
}

.bulletUL li {
  list-style-type: disc;
}

/** Subpage Contact Aside **/
.sidebar {
  margin-top: 20px;
}

.sidebar h3 {
  margin-bottom: 1.6rem;
}

#helpfulLinks {
  margin-bottom: 0;
}

.helpful-links .mura-index {
  border-top: 0;
}

.helpful-links .mura-index dl {
  border-bottom: 0;
  padding-bottom: 0;
}

.helpful-links .mura-index a {
  font-size: 0.8em;
  color: #24408f;
}

.feature-boxes .fb-item.last .fb-content {
  border-bottom: 0;
}
.feature-boxes .fb-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.feature-boxes .fb-item .fb-title {
  background-color: #24408F !important;
  min-height: 100px;
  position: relative;
}
.feature-boxes .fb-item .fb-title h3 {
  bottom: 0;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.2em;
  line-height: 1.35em;
  margin: 0;
  padding: 10px 15px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}
.feature-boxes .fb-item .fb-title h3 a {
  color: #ffffff;
  display: block;
  padding: 10px 15px;
}
.feature-boxes .fb-item .fb-title h3 a:hover {
  color: #ffffff;
}
.feature-boxes .fb-item .fb-title:hover {
  background-color: #FFFFFF;
  opacity: 0.7;
}
.feature-boxes .fb-item .fb-title.has-image {
  background-color: #666666 !important;
  height: auto;
}
.feature-boxes .fb-item .fb-title.has-image h3 {
  text-shadow: 1px 1px 1px #333333;
}
.feature-boxes .fb-item .fb-content {
  border-bottom: 2px solid #ddd;
  height: 100%;
  padding: 15px 20px;
  position: relative;
}
.feature-boxes .fb-item .fb-content:after {
  content: "";
  display: table;
  clear: both;
}
.feature-boxes .fb-item .fb-image {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.feature-boxes .fb-item ul {
  clear: left;
  margin-bottom: 25px;
  padding: 0;
}
.feature-boxes .fb-item ul li {
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-left: 10px;
}

.windowNav {
  position: relative;
  border-bottom: 5px solid #62a2b5;
  margin-top: auto;
}

.windowButtonC {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.windowButton {
  position: absolute;
  bottom: -22px;
  background-color: #62a2b5;
  color: white;
  font-weight: bold;
}

.header-total-top {
  background-color: #24408f;
  color: #ffffff;
}

.specialTitleContainer {
  padding-top: 6px;
  font-weight: normal;
  font-size: 15px;
}

.specialTitle {
  font-size: 16px;
  color: #ccc;
}

.specialTitle::after {
  content: ": ";
}

.uCase {
  font-size: 102%;
  font-weight: bold;
  color: #ffffff;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}

#header h1 {
  margin: 0px;
  position: relative;
  width: auto;
  z-index: 2;
}

#header h1 a {
  background-image: url("/portal_oses/includes/themes/oses/images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  text-indent: 150%;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 8px;
}

#header h1 a .logo {
  display: none;
}

.theme-showcase .theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}

.carousel-inner .item img {
  margin: 0 auto;
  width: 100%;
}

/** PAGE SPECIFIC CHANGES **/
.nav-buttons {
  display: flex;
  color: white;
  font-weight: bold;
  border-bottom: 0;
  padding-bottom: 0;
  flex: 1 1 33%;
  flex-direction: row !important;
}

.nav-buttons li {
  margin: 0.25em 0;
  color: white;
  flex: 1;
  text-align: center;
  padding: 2px 0;
}

.nav-buttons a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
}

.nav-buttons li:nth-child(1) {
  background-color: #AD0054;
}

.nav-buttons li:nth-child(2) {
  background-color: #19650B;
}

.nav-buttons li:nth-child(3) {
  background-color: #06617A;
}

.nav-buttons li:nth-child(4) {
  background-color: #24408F;
}

.nav-buttons li:nth-child(5) {
  background-color: #993406;
}

.nav-buttons li:nth-child(6) {
  background-color: #800080;
}

.nav-buttons li:nth-child(7) {
  background-color: #704900;
}

.general-supervision-nav li {
  margin-top: 0;
  padding: 0.25rem;
}

#helpful-links {
  border-bottom: 0;
  margin-top: 20px;
}
#helpful-links h4 {
  font-weight: bold;
}
#helpful-links dl {
  border-bottom: 0;
}
#helpful-links dt {
  font-size: 1.2rem;
}
#helpful-links a {
  color: #24408f;
}

#footer h4 {
  font-size: 1.4em;
}
@media screen and (max-width: 990px) {
  #footer li {
    font-size: 0.9em;
  }
}

.socialLinks {
  margin: auto;
}

@media (min-width: 1200px) {
  header .navbar-brand img {
    height: 100px !important;
    z-index: 100000;
    margin-top: 0px !important;
  }
  header .navbar-form {
    padding-right: 0;
  }
  #homepage .carousel-caption {
    width: 50%;
  }
  .card-body h2 {
    font-size: 28px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 20px !important;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 16px;
  }
  #header h1 {
    margin: 0px;
    position: relative;
    width: auto;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 100px !important;
    z-index: 100000;
    margin-top: 10px !important;
  }
  #header {
    /*
    #navKeywords{
    	margin-left:10px;
    }
    */
  }
  #header .header-top {
    padding: 0px;
    /*padding: 10px 10px;*/
  }
  #header h1 {
    margin: 0px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("/portal_oses/includes/themes/oses/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    white-space: nowrap;
    width: 100%;
    /*.logo{display:none;}*/
  }
  #header #navbar-pull {
    float: left !important;
  }
  #header .social {
    margin-top: -5px;
    margin-bottom: 4px;
  }
  #header .social div a {
    color: #24408f !important;
  }
  #header .socialHeader li a:hover {
    color: #24408f;
  }
  .carousel-item{
  	max-height: 500px;
  }
  .subpage-header-img{
    height: 400px;
  }
  .dirMsgP {
    font-size: 10pt;
  }
  .card-body h2 {
    font-size: 22px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 20px !important;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 15px;
  }
  #header h1 a {
    background-image: url("../images/logo.png") !important;
    /*
    	background-position: center center;*/
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    display: block !important;
    position: absolute !important;
    text-indent: 150% !important;
    white-space: nowrap !important;
    width: 161px !important;
    height: 100% !important;
    margin-top: -15px !important;
    margin-bottom: 8px !important;
  }
  #header h1 a .logo {
    position: relative !important;
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  header .navbar-form {
    padding: 0;
  }
  #header .header-top {
    padding: 0px;
    /*padding: 10px 10px;*/
  }
  #header h1 {
    margin: 0px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("/portal_oses/includes/themes/oses/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  #header h1 a .logo {
    display: none;
  }
  #header #navbar-pull {
    float: left !important;
  }
  #homepage .carousel-item, .subpage-header-img {
    max-height: 400px;
  }
  #homepage .carousel .item img, #homepage .carousel-inner .item img {
    max-width: 1200px;
    min-height: 100%;
  }
  .dirMsgP {
    font-size: 9pt;
  }
  .card-body h2 {
    font-size: 20px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 18px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px){
  .mura-edit-mode .mura #frontEndTools > ul#tools-changesets, .mura-edit-mode .mura #frontEndTools > ul#tools-status {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#tools-version {
    padding-left: 37px !important;
  }
  /*	.navbar-wrapper {
  	  margin-top: 0;

  	  .navbar {
  	  	border-radius: 0;

  			.navbar-form {
  				margin-bottom: 0;
  				padding: 1em;
  			}

  			ul#navPrimary {
  				margin-left: -15px;
  				margin-right: -15px;
  				.caret, ul.dropdown-menu {
  					display: none;
  				}
  			}
  		}
  	}
  */
  #homepage .carousel .item img {
    max-width: none;
    min-height: 100%;
  }
  #homepage .carousel-item{
    max-height: 300px;
  }
  .subpage-header-img{
    height: 400px;
  }
  #header .logoSml {
    height: 70px;
    z-index: 100000;
    margin-top: -10px;
  }
  #header .header-top {
    padding: 0px;
    /*padding: 10px 10px;*/
  }
  #header h1 {
    margin: 0px;
    position: relative;
    width: auto;
    z-index: 2;
  }
  #header h1 a {
    background-image: url("/portal_oses/includes/themes/oses/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  #header h1 a .logo {
    display: none;
  }
  #header #navbar-pull {
    float: left !important;
  }
  .dirMsgP {
    font-size: 8pt;
  }
  .card-body h2 {
    font-size: 18px;
  }
  div.sameheight2 > div.card-body > h3.card-title {
    font-size: 16px;
  }
  div.sameheight2 > div.card-body > p {
    font-size: 12px;
  }
  #header h1 a {
    /*
    				background-size: 100% auto;
    				display: block;
    				position: absolute;
    				text-indent: 150%;
    				white-space: nowrap;
    				width: 100%;
    */
    margin-bottom: 8px;
    margin-top: 10px;
    height: 125px;
  }
}
@media (max-width: 576px) {
  .mura-edit-mode .mura #frontEndTools > ul#tools-version, .mura-edit-mode .mura #frontEndTools > ul li#adminWelcome {
    display: none;
  }
  .mura-edit-mode .mura #frontEndTools > ul#adminSiteManager {
    margin-left: 37px !important;
  }
  #myCarousel{
    display:none;
  }
}/*# sourceMappingURL=site.css.map */