/*
Theme Name: PA Teaching Jobs Custom Theme
Author: Nicholas R. Prough
Description: This is a theme for the Teaching Jobs Webpages.
Version: 1.0.0
Tags: mifflin county, school, mcsd, mcsdk12, district, school district, pa teaching jobs, pa, pa teaching, pa jobs, teaching jobs
*/
@import url("https://fonts.googleapis.com/css?family=Abel|Righteous");
@import url("https://fonts.googleapis.com/css?family=Abel|Righteous");
html, footer {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.btn, .btn_bottom, [class^=btn-] {
  border-radius: 20px !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

a {
  color: #46166b;
  text-decoration: underline;
}
a:hover {
  color: black;
}

.transport_alerts {
  background-color: lightgray;
  color: black;
  margin: 10px;
  padding: 20px;
  text-align: center;
  width: calc(100% - 20px);
  box-shadow: 2px 2px 2px grey;
  border-radius: 10px;
  font-weight: bold;
}
.transport_alerts table {
  background: white;
  margin: 0 auto;
}
.transport_alerts table th, .transport_alerts table td {
  border: 2px solid black;
  margin: 0 auto;
  padding: 5px;
}
.transport_alerts th {
  background-color: gray;
}
.transport_alerts tr:nth-child(odd) {
  background-color: lightgray;
}

.header_container {
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.header_container .col-md-5 img, .header_container .col-md-3 img, .header_container .col-md-2 img {
  width: auto;
}
.header_container .col-md-5 p, .header_container .col-md-3 p, .header_container .col-md-2 p {
  text-align: center;
  font-weight: 500;
  margin: auto;
}
.header_container .col-md-2 p {
  font-weight: 500;
  font-size: 18px;
}

.separator {
  background-color: #46166b;
  width: 100%;
  height: 3px;
}

.main-nav {
  background-color: lightgray !important;
}

.navbar {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.navbar .btn {
  text-align: center;
  width: 120px;
  margin: 0 auto;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 20px !important;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  text-decoration: none !important;
  cursor: pointer;
  min-height: 0;
  text-decoration: none;
  font-size: 13px;
}
.navbar .btn span {
  font-size: 10px;
  display: block;
}
.navbar .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.nav > li.dropdown.show {
  position: static;
}

.nav-link {
  transition: all 0.2s ease;
  padding: 12px;
  color: black !important;
  border-radius: 20px;
}

.top-nav {
  box-shadow: none;
}

.top-nav .nav-link {
  transition: all 0.2s ease;
  padding: 12px;
  color: white !important;
  border-radius: 20px;
}

.top-nav #google_translate_element, .top-nav .searchform_container {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-link:link {
  font-weight: 500 !important;
  text-decoration: none;
}

.nav-link:hover {
  background-color: black !important;
  border-radius: 20px;
  color: white !important;
}

.dropdown.show .dropdown-menu {
  background-color: rgba(70, 22, 107, 0.98) !important;
  border-radius: 0;
  width: 100% !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  padding: 20px 50px 20px 50px;
}
.dropdown.show .dropdown-menu .nav-link {
  color: white !important;
}
.dropdown.show .dropdown-menu .nav-link i {
  display: none;
  color: black;
  transition: all 0.2s ease;
}
.dropdown.show .dropdown-menu .nav-link:hover, .dropdown.show .dropdown-menu .nav-link:focus {
  background-color: white !important;
  border-radius: 20px;
  color: black !important;
  transform: translate(5px, 0px);
  padding-left: 25px;
}
.dropdown.show .dropdown-menu .nav-link:hover i, .dropdown.show .dropdown-menu .nav-link:focus i {
  display: inline;
}

.nav [class^=col-sm-] {
  border-left: 1px solid white;
}

.nav .row [class^=col-sm-]:last-child {
  border-right: 1px solid white;
}

.searchform {
  white-space: nowrap;
}
.searchform input[type^=text] {
  border: none;
  border: 1px solid gray;
  padding: 7px;
}
.searchform input[type^=submit] {
  background: none;
  border: none;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px !important;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 8px 13px 8px 13px;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  font-weight: 600;
}
.searchform input[type^=submit]:hover {
  background-color: white !important;
  border: 2px solid #46166b !important;
  color: #46166b !important;
  box-shadow: none !important;
  filter: none !important;
}
.searchform input[type^=submit]:focus {
  background-color: white !important;
  border: 2px solid #46166b !important;
  color: #46166b !important;
  box-shadow: none !important;
  filter: none !important;
}

.searchform_container {
  float: right;
}

[id^=tmip] {
  display: none;
}

#tracemyip-cont {
  line-height: 16px;
  text-align: center;
}
#tracemyip-cont img {
  border: 0px;
}

.nav-link-standout a {
  text-decoration: underline !important;
}

.covid-banner {
  width: 100%;
  height: 225px;
}
.covid-banner img {
  width: 100%;
  height: 225px;
}

.mcsd_busdriver {
  width: 100%;
  background-color: #FFB600;
  color: white;
  padding: 20px 5% 20px 5%;
}
.mcsd_busdriver p {
  margin: 0 auto;
}

.temp-banner {
  width: 100%;
  background-color: #00cc00;
  color: black;
  text-align: center;
  padding: 10px;
}
.temp-banner h3 {
  text-shadow: 1px 1px white;
}
.temp-banner #temp-link-1 {
  color: black;
  font-size: 17px;
}
.temp-banner #temp-link-2 {
  color: black;
  font-size: 17px;
}

.imp-temp-banner {
  width: 100%;
  background-color: #FFB600;
  color: black;
  font-weight: bold;
  padding: 20px 5% 20px 5%;
}
.imp-temp-banner p {
  margin: 0 auto;
  font-size: 17px;
}

.header-block {
  padding: 40px;
  background-color: #f8f8f8;
}
.header-block h1 {
  text-align: center;
}
.header-block .underline {
  margin: 0 auto;
}

@keyframes dropdownAnim {
  from {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}
.dropdown.show .dropdown-menu {
  animation-name: dropdownAnim;
  animation-duration: 0.2s;
}

.general_alert {
  width: 100%;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: lightgray;
  line-height: 1.5;
  font-size: 1.2em;
}

.alert_bar {
  background-color: #FFB600;
  padding: 15px 10px 15px 10px;
  text-align: center;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}
.alert_bar img {
  height: 40px;
  margin-top: -12px;
  padding-left: 10px;
  padding-right: 10px;
}
.alert_bar i {
  font-size: 50px;
  color: white;
  font-weight: bold;
}
.alert_bar marquee {
  width: 100%;
  max-width: 900px;
  color: black;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1700px) {
  .navbar {
    font-size: 1em;
  }
}
/* Mobile */
@media only screen and (max-width: 1100px) {
  .alert_bar marquee {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav .navbar-collapse {
    transition: all 0.2s ease;
    height: 50vh;
    overflow-y: scroll;
  }

  .header_container.row {
    margin: 0 auto !important;
    text-align: center;
    padding: 5px;
  }
  .header_container.row .col-md-3, .header_container.row .col-md-2 {
    padding: 0;
    margin: 0 auto;
  }
  .header_container.row .col-md-3 p, .header_container.row .col-md-2 p {
    font-size: 12px;
  }
  .header_container.row .mobile-top {
    width: 100%;
  }
  .header_container.row .mobile-bot {
    width: 50%;
  }

  .nav .row [class^=col-sm-]:last-child {
    border-right: none;
  }
}
/* new stuff added over covid break */
.header-banner {
  width: calc(100% - 20px);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 2px gray;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.header-banner p, .header-banner div, .header-banner a {
  font-size: 1.05em;
  line-height: 1.5;
}

.header-banner-clickable {
  transition: all 0.2s ease;
}
.header-banner-green {
  background-color: #00cc00;
  color: black;
}

.header-banner-red {
  background-color: red;
  color: white;
}

.header-banner-yellow {
  background-color: #FFB600;
  color: black;
}

.header-banner-covid {
  background-image: url("https://www.mcsdk12.org/wp-content/uploads/2020/12/covid-no-words-banner-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  text-shadow: 3px 3px 2px black;
  font-weight: bold;
}
.header-banner-covid a {
  color: white;
}

/* Header with image, day, and cycle */
.header_container {
  /*border-top: 2px solid $primary;*/
  background-color: #CEBDE9 !important;
  text-align: center;
}
.header_container img {
  max-height: 110px;
  min-height: 90px;
  padding: 10px;
  margin-right: 0;
}
.header_container p .text {
  color: white;
  background-color: #46166b;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}
.header_container p {
  font-size: 1.1em !important;
  line-height: 1.5;
}

/* END new stuff added over covid break */
/* Global SCSS To Be Reused Throughout Website */
/* All Buttons On Webpage */
a.btn {
  text-align: center;
  min-width: 100px !important;
  max-width: 350px !important;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 20px;
}
a.btn:hover {
  background-color: white !important;
  border: 2px solid #46166b !important;
  color: #46166b !important;
  box-shadow: none !important;
  filter: none !important;
}
a.btn:focus {
  background-color: white !important;
  border: 2px solid #46166b !important;
  color: #46166b !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Individual Pages that have an App section under their header */
.apps_individual_page {
  width: 100%;
  margin: 0 auto !important;
  padding: 25px;
}
.apps_individual_page .col-md-2, .apps_individual_page .col-md-3, .apps_individual_page .col-md-4 {
  margin: 0 auto;
  padding: 5px;
}
.apps_individual_page .col-md-2 a, .apps_individual_page .col-md-3 a, .apps_individual_page .col-md-4 a {
  white-space: normal;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
}
.apps_individual_page .col-md-2 a i, .apps_individual_page .col-md-3 a i, .apps_individual_page .col-md-4 a i {
  font-size: 50px;
  margin-bottom: 15px;
  display: block;
}
.apps_individual_page .col-md-2 a span, .apps_individual_page .col-md-3 a span, .apps_individual_page .col-md-4 a span {
  white-space: normal;
}
.apps_individual_page .col-md-2 .btn-notice-below, .apps_individual_page .col-md-3 .btn-notice-below, .apps_individual_page .col-md-4 .btn-notice-below {
  margin-top: 10px;
}
.apps_individual_page .col-md-2 .btn-notice-below a, .apps_individual_page .col-md-3 .btn-notice-below a, .apps_individual_page .col-md-4 .btn-notice-below a {
  all: revert;
  color: #46166b;
}

/* Mobile */
@media only screen and (max-width: 1135px) {
  .apps_individual_page .col-md-2, .apps_individual_page .col-md-3, .apps_individual_page .col-md-4 {
    padding: 0;
    width: 50%;
  }
  .apps_individual_page .col-md-2 a, .apps_individual_page .col-md-3 a, .apps_individual_page .col-md-4 a {
    border-radius: 0px !important;
  }
}
/* Individual Pages that have an Big App section under their header */
.big_apps_individual_page_white {
  width: 100%;
  margin: 0 auto !important;
  padding: 25px;
}
.big_apps_individual_page_white .col-lg-1, .big_apps_individual_page_white .col-md-2, .big_apps_individual_page_white .col-md-3, .big_apps_individual_page_white .col-md-4 {
  margin: 0 auto;
}
.big_apps_individual_page_white .col-lg-1 a, .big_apps_individual_page_white .col-md-2 a, .big_apps_individual_page_white .col-md-3 a, .big_apps_individual_page_white .col-md-4 a {
  color: black;
  white-space: normal;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  text-decoration: none;
  background-color: white;
  height: 100%;
  border: 1px solid transparent;
}
.big_apps_individual_page_white .col-lg-1 a img, .big_apps_individual_page_white .col-md-2 a img, .big_apps_individual_page_white .col-md-3 a img, .big_apps_individual_page_white .col-md-4 a img {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.big_apps_individual_page_white .col-lg-1 a span, .big_apps_individual_page_white .col-md-2 a span, .big_apps_individual_page_white .col-md-3 a span, .big_apps_individual_page_white .col-md-4 a span {
  white-space: normal;
}
.big_apps_individual_page_white .col-lg-1 a:hover, .big_apps_individual_page_white .col-md-2 a:hover, .big_apps_individual_page_white .col-md-3 a:hover, .big_apps_individual_page_white .col-md-4 a:hover {
  border: 1px solid #46166b;
}

@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }

  .header_img_teacher_page,
.header_img_teacher_page_a {
    padding: 5px !important;
  }
}
/* ---Pages--- */
.header-row-teachers {
  width: 100%;
  text-align: center;
}

.header_img_teacher_page {
  height: 100px;
  display: inline;
  padding: 10px 100px 10px 10px;
}

.header_img_teacher_page_a {
  height: 100px;
  display: inline;
  padding: 10px 10px 10px 100px;
}

.emp_op_page_div_container {
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.emp_op_page_div_container .col-lg-3 {
  overflow: hidden;
}
.emp_op_page_div_container p {
  padding: 10px;
}
.emp_op_page_div_container img {
  height: 450px;
  width: 100%;
  max-width: 400px;
}

.header_images {
  width: 100%;
  height: 800px;
  margin-bottom: 40px;
}
.header_images .carousel-item {
  height: 800px;
}
.header_images .carousel-item img {
  width: 100%;
  height: 100%;
}
.header_images .carousel-caption {
  min-width: 100px;
  max-width: 100%;
  font-size: 14px;
}
.header_images .carousel-caption p {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header_images .carousel-caption p a {
  color: white;
  text-decoration: underline;
}
.header_images .carousel-caption p a:hover, .header_images .carousel-caption p a:visited, .header_images .carousel-caption p a:active {
  color: white;
  text-decoration: underline;
}

.carousel-control-prev span, .carousel-control-next span {
  background-color: black;
  opacity: 0.7;
  padding: 20px;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li {
  transition: all 0.2s ease;
  height: 10px;
  width: 10px;
  border-radius: 15px;
  border: 1px solid #46166b;
  background-color: white;
  margin-top: 5px;
}
.carousel-indicators li.active {
  background-color: #46166b;
  border: 2px solid white;
  height: 18px;
  width: 18px;
  margin-top: -4px;
}

.underline {
  width: 120px;
  height: 4px;
  border-bottom: 3px solid #46166b;
}

.no_upcoming_events {
  margin-top: 15px !important;
}

.banner_box {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
}
.banner_box span {
  align-self: center;
  font-size: 2.1em;
  text-align: center;
  color: white;
  word-wrap: break-word;
  font-weight: bold;
}

.recent_news {
  background-color: #f8f8f8;
  padding: 20px;
}
.recent_news .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.recent_news .card-deck {
  width: 100%;
  margin: 0 auto;
}
.recent_news .col-lg-4 {
  padding: 0;
}
.recent_news .news_card {
  border: none;
  border-radius: 7px;
  min-height: 500px;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.recent_news .news_card:hover {
  border: 2px solid #46166b;
}
.recent_news .news_card .banner_box, .recent_news .news_card img {
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recent_news .news_card .btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
  border-radius: 20px !important;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.recent_news .news_card .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.recent_news .col-md-12 h5 {
  padding-top: 10px;
}
.recent_news .row {
  margin: 0 auto;
}
.recent_news .row .col-md-4 {
  padding: 30px;
}
.recent_news .row .col-md-4 div.box {
  overflow-x: hidden;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  text-align: center;
  transition: border-color 0.2s ease;
  transition: box-shadow 0.2s ease;
  border: 1px solid transparent;
}
.recent_news .row .col-md-4 div.box:hover {
  box-shadow: 4px 4px 5px #d3d3d3;
  border: 1px solid #46166b;
}
.recent_news .row .col-md-4 div.box img {
  width: 100%;
  height: 200px;
}
.recent_news .row .col-md-4 div.box h4 {
  margin-bottom: 5px;
  text-align: center;
}
.recent_news .row .col-md-4 div.box h6 {
  margin-bottom: 10px;
}
.recent_news .row .col-md-4 div.box p {
  text-align: left;
  height: 50px;
}
.recent_news .row .col-md-4 div.box .btn {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  border-radius: 20px !important;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.recent_news .row .col-md-4 div.box .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.recent_news .row .btn {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.recent_news .row .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.about.row {
  width: 100%;
  min-height: 450px;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}
.about.row .col-md-7 {
  padding: 0;
  min-height: 450px;
}
.about.row .col-md-7 img {
  overflow: hidden;
  height: 450px;
  min-width: 100%;
}
.about.row .col-md-5 {
  background-color: #46166b;
  padding: 20px;
  height: 450px;
}
.about.row .col-md-5 .container {
  padding: 60px 20px 60px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.about.row .col-md-5 .container p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about.row .btn {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
.about.row .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.upcoming_events {
  background-color: #f8f8f8;
  padding: 20px;
}
.upcoming_events .row {
  margin: 0 auto;
}
.upcoming_events .row .col-md-3 {
  padding: 30px;
  min-height: 400px;
}
.upcoming_events .row .col-md-3 div {
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  text-align: center;
  height: 100%;
  border: 1px solid #46166b;
}
.upcoming_events .row .col-md-3 div h2 {
  color: #46166b;
  opacity: 0.8;
  text-align: left;
}
.upcoming_events .row .col-md-3 div h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  color: #46166b;
  font-size: 28px;
}
.upcoming_events .row .col-md-3 div p {
  text-align: left;
}
.upcoming_events .row .btn_bottom {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
.upcoming_events .row .btn_bottom:hover {
  filter: brightness(0.8);
}
.upcoming_events .row .col-md-2 {
  margin: 0 auto;
}

.apps.row {
  width: 100%;
  min-height: 400px;
  background-color: #46166b;
  margin: 0 auto !important;
  margin-left: 0;
  margin-right: 0;
}
.apps.row .col-md-2 {
  padding: 25px;
}
.apps.row .col-md-2 .container {
  background-color: white;
  max-width: 200px;
  white-space: normal;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
}
.apps.row .col-md-2 .container i {
  display: block;
  color: black;
  font-size: 40px;
  padding: 4px;
  width: 100%;
}
.apps.row .col-md-2 .container span {
  color: black;
  white-space: normal;
}

.news_post.row .col-md-4 p {
  min-height: 100px !important;
  height: auto !important;
}

.ontrack_info {
  background-color: #f8f8f8;
}
.ontrack_info p {
  padding: 10px 50px 10px 50px;
}
.ontrack_info p:first-child {
  padding-top: 50px;
}
.ontrack_info p:last-child {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.covid-dashboard {
  background: red;
  width: 100%;
  padding: 50px;
}
.covid-dashboard h3 {
  text-align: center;
  padding-bottom: 10px;
  text-decoration: underline;
  color: white;
}
.covid-dashboard .btn-covid {
  cursor: pointer;
  background-color: white;
  width: 400px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  color: red;
}
.covid-dashboard .btn-covid:hover {
  filter: brightness(0.8);
}

/* Mobile */
@media only screen and (max-width: 1135px) {
  .recent_news .row .col-md-4 {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .recent_news .row .col-md-4 > div {
    min-height: 450px;
  }
  .recent_news .row .col-md-4 > div h4 {
    font-size: 20px;
  }

  .upcoming_events .row .col-md-3, .mchs_upcoming_events .row .col-md-3 {
    padding: 5px;
  }

  .apps.row .col-md-2 {
    padding: 0;
  }
  .apps.row .col-md-2 .container {
    border-radius: 0px !important;
    width: 100%;
  }
  .apps.row .col-md-2 .container i {
    margin-top: 35px;
  }
  .apps.row .col-md-2 .container h4 {
    font-size: 15px;
  }
  .apps.row .col-md-2 .container:hover {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1100px) {
  .about.row .col-md-5 .container {
    padding: 10px;
  }
  .about.row .col-md-5 .container h2 {
    font-size: 24px;
  }

  .apps .col-md-2 {
    padding: 0;
  }
  .apps .col-md-2 .container {
    border-radius: 0px !important;
    padding: 10px;
  }
  .apps .col-md-2 .container:hover {
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .recent_news .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ontrack_info p {
    padding: 15px;
  }

  .header_images {
    height: 400px;
  }
  .header_images .carousel-item {
    height: 400px;
  }
  .header_images .carousel-item img {
    height: 400px;
  }
  .header_images .carousel-caption {
    min-width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .header_images .carousel-caption p {
    min-width: 100%;
  }

  .about.row .col-md-5 {
    height: 400px;
  }
  .about.row .col-md-7 {
    min-height: 400px;
  }
  .about.row .col-md-7 img {
    height: 400px;
  }

  .upcoming_events .row .col-md-3 {
    min-height: 350px;
    max-width: 50%;
    padding: 5px;
  }
  .upcoming_events .row .col-md-3 div {
    min-height: 300px;
  }

  .apps.row .container {
    border-radius: 0px !important;
  }
  .apps.row .col-md-2 {
    margin: 0 auto;
    max-width: 50%;
  }
  .apps.row .col-md-1 {
    display: none !important;
  }
}
@media only screen and (max-width: 467px) {
  .upcoming_events .row .col-md-3 {
    max-width: none;
  }
}
.page_not_found {
  text-align: center;
}
.page_not_found img {
  max-width: 100%;
  width: 1000px;
  display: block;
  margin: 0 auto;
}
.page_not_found a {
  width: 100%;
}

.codes_row {
  padding: 20px;
}
.codes_row .col-md-12 {
  padding: 20px;
  overflow: auto;
}
.codes_row .col-md-12 .underline {
  width: 75px;
  margin-bottom: 15px;
}
.codes_row .col-md-12 table tr th, .codes_row .col-md-12 table tr td {
  padding: 8px;
  border: 1px solid black;
}

.about_video_container {
  width: 100%;
  text-align: center;
}
.about_video_container .about_video {
  margin: 0 auto;
  width: 1000px;
  height: 600px;
  max-width: 100%;
}

.about_text {
  padding: 0 50px 50px 50px;
}
.about_text .underline {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .about_video_container iframe {
    height: 400px !important;
  }
}
@media only screen and (max-width: 467px) {
  .about_video_container iframe {
    height: 250px !important;
  }
}
.lunch_columns {
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.lunch_columns .col-md-3, .lunch_columns .col-md-2 {
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 20px;
}
.lunch_columns .col-md-3 i, .lunch_columns .col-md-2 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.lunch_columns .col-md-3 h5, .lunch_columns .col-md-2 h5 {
  font-weight: 900;
}
.lunch_columns .col-md-3 h6, .lunch_columns .col-md-2 h6 {
  margin-top: -2px;
}
.lunch_columns .col-md-3:hover, .lunch_columns .col-md-2:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.lunch_columns .col-md-3:hover i, .lunch_columns .col-md-2:hover i {
  color: #54335F;
}
.lunch_columns .col-md-12 {
  text-decoration: underline;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lunch-apply-btn-cont {
  padding: 20px;
}
.lunch-apply-btn-cont a {
  max-width: 600px !important;
  white-space: break-spaces;
}

.lunch_intro {
  background-color: #f8f8f8;
  padding: 50px 15% 50px 15%;
}

.lunch_reg_prices {
  padding: 50px;
}
.lunch_reg_prices .lunch_prices_header {
  text-align: center;
  margin-bottom: 45px;
}
.lunch_reg_prices table {
  margin: 0 auto;
  margin-bottom: 50px;
}
.lunch_reg_prices table tr td, .lunch_reg_prices table tr th {
  border: 1px solid black;
  padding: 10px;
}
.lunch_reg_prices table tr td:nth-child(1), .lunch_reg_prices table tr td:nth-child(3) {
  padding-right: 50px;
  font-weight: bold;
}
.lunch_reg_prices .row h2 {
  text-align: center;
  margin-bottom: 45px;
}
.lunch_reg_prices .row .underline {
  margin-bottom: 15px;
  width: 70px;
}
.lunch_reg_prices .row ul {
  list-style: none;
  padding-left: 0;
}
.lunch_reg_prices .col-md-12 {
  text-align: center;
}
.lunch_reg_prices .btn {
  text-align: center;
  width: 250px;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.lunch_reg_prices .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.lunch_red_prices {
  padding: 50px;
}
.lunch_red_prices .lunch_prices_header {
  text-align: center;
  margin-bottom: 45px;
}
.lunch_red_prices table {
  margin: 0 auto;
  margin-bottom: 50px;
}
.lunch_red_prices table tr td, .lunch_red_prices table tr th {
  border: 1px solid black;
  padding: 10px;
}
.lunch_red_prices .row h2 {
  text-align: center;
  margin-bottom: 45px;
}
.lunch_red_prices .row .underline {
  margin-bottom: 15px;
  width: 70px;
}
.lunch_red_prices .row ul {
  list-style: none;
  padding-left: 0;
}
.lunch_red_prices .btn {
  text-align: center;
  width: 250px;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.lunch_red_prices .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1200px) {
  .lunch_columns {
    padding: 10px;
  }
  .lunch_columns .col-md-3, .lunch_columns .col-md-2 {
    padding: 5px;
  }
  .lunch_columns .col-md-3 h5, .lunch_columns .col-md-2 h5 {
    font-size: 17px;
  }
  .lunch_columns .col-md-3 h6, .lunch_columns .col-md-2 h6 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .lunch_reg_prices {
    padding: 5px;
  }
  .lunch_reg_prices .btn {
    margin: 5px;
  }

  .lunch_intro {
    padding: 15px;
    word-wrap: break-word;
  }
}
@media (max-width: 770px) {
  .lunch_columns .col-md-3, .lunch_columns .col-md-2 {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .lunch_reg_prices, .lunch_red_prices {
    padding: 5px;
  }
  .lunch_reg_prices table td, .lunch_red_prices table td {
    padding: 1px !important;
  }
  .lunch_reg_prices .btn, .lunch_red_prices .btn {
    margin: 5px;
  }
  .lunch_reg_prices .lunch-apply-btn-cont .btn, .lunch_red_prices .lunch-apply-btn-cont .btn {
    margin: 0 auto;
  }
}
/* Home */
.nurses_header {
  height: 600px;
  width: 100%;
  background-color: #46166b;
}
.nurses_header img {
  height: 100%;
  float: right;
  padding: 50px 10% 50px 50px;
}
.nurses_header .header_text {
  color: white;
  font-size: 70px;
  padding: 180px 50px 180px 10%;
}
.nurses_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-nurses {
  text-align: center;
  width: 250px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-nurses:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .nurses_header {
    height: 500px;
  }
  .nurses_header img {
    height: 100%;
    float: right;
    padding: 90px 10% 50px 50px;
  }
  .nurses_header .header_text {
    color: white;
    font-size: 70px;
    padding: 120px 50px 180px 10%;
  }
  .nurses_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .nurses_header {
    height: 400px;
  }
  .nurses_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 125px);
  }
  .nurses_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .nurses_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .nurses_header {
    height: 400px;
  }
  .nurses_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 125px);
  }
  .nurses_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .nurses_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.nurses_columns, .nurses_bottom_links {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.nurses_columns .col-md-2, .nurses_bottom_links .col-md-2 {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.nurses_columns .col-md-2 i, .nurses_bottom_links .col-md-2 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.nurses_columns .col-md-2 h3, .nurses_bottom_links .col-md-2 h3 {
  font-weight: 900;
}
.nurses_columns .col-md-2 h6, .nurses_bottom_links .col-md-2 h6 {
  margin-top: -2px;
}
.nurses_columns .col-md-2:hover, .nurses_bottom_links .col-md-2:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.nurses_columns .col-md-2:hover i, .nurses_bottom_links .col-md-2:hover i {
  color: #54335F;
}

.tutorials_container {
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorials_container h3 {
  padding-left: 50px;
}
.tutorials_container ul {
  text-align: left;
  list-style: none;
  margin-left: 20px;
}
.tutorials_container ul li {
  text-align: left;
  list-style: none;
}
.tutorials_container .tutorials_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
  margin-left: 50px;
}

.nurses_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .nurses_columns, .nurses_bottom_links {
    padding: 10px;
  }
  .nurses_columns .col-md-2, .nurses_bottom_links .col-md-2 {
    margin: 1px;
    padding: 5px;
  }
  .nurses_columns .col-md-2 h3, .nurses_bottom_links .col-md-2 h3 {
    font-size: 17px;
  }
  .nurses_columns .col-md-2 h6, .nurses_bottom_links .col-md-2 h6 {
    font-size: 13px;
  }
}
.nurses_desc {
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.nurses_health_reminders, .nurses_examples, .nurses_newnurses {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.nurses_health_reminders .nurses_underline, .nurses_examples .nurses_underline, .nurses_newnurses .nurses_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.nurses_health_reminders li, .nurses_examples li, .nurses_newnurses li {
  padding: 2px;
}

.nurses_bottom_links {
  background-color: #f8f8f8;
}

@media (max-width: 770px) {
  .nurses_desc {
    padding: 70px 15px 70px 15px;
  }

  .nurses_health_reminders, .nurses_examples, .nurses_newnurses {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .nurses_health_reminders .nurses_underline, .nurses_examples .nurses_underline, .nurses_newnurses .nurses_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .nurses_health_reminders li, .nurses_examples li, .nurses_newnurses li {
    padding: 2px;
  }
}
.nurses_container {
  margin: 0 auto;
}
.nurses_container table {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.nurses_container table thead td {
  font-weight: bold;
}
.nurses_container table tbody td:first-child {
  font-weight: bold;
}
.nurses_container table td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}
.nurses_container .col-md-12 {
  padding-top: 20px;
  padding-left: 50px;
}
.nurses_container .nurses_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
}
.nurses_container .col-md-7 {
  padding-left: 50px;
}
.nurses_container .col-md-4, .nurses_container .col-md-6 {
  padding: 50px;
  padding-top: 20px;
}
.nurses_container .col-md-4 ul, .nurses_container .col-md-6 ul {
  padding: 0;
}
.nurses_container .col-md-4 li, .nurses_container .col-md-6 li {
  list-style: none;
  padding: 4px;
}

.contact-header, .contact-underline {
  text-align: center;
  margin: 0 auto;
}

.contact-header {
  margin-top: 15px;
}

.contact-underline {
  margin-bottom: 25px;
}

.contact_info_row {
  padding: 20px;
  background-color: #f8f8f8;
}
.contact_info_row .card {
  border: none;
  padding: 5px;
  margin: 10px 10px 10px 10px;
  border-radius: 5px;
  background-color: white;
  min-height: 280px;
}
.contact_info_row .card .card-text {
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 5px;
  font-weight: bold;
}

.forms_flyers {
  padding: 50px;
}
.forms_flyers .underline {
  margin-bottom: 15px;
}
.forms_flyers .forms_flyers_list {
  list-style: none;
  padding-left: 8px;
}
.forms_flyers .btn {
  text-align: center;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.forms_flyers .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.directory_page_title {
  padding: 30px;
}

.directory_search_bar {
  background-color: #f8f8f8;
  padding: 20px;
}
.directory_search_bar h4 {
  padding-left: 15px;
}
.directory_search_bar form .form_item {
  display: inline-block;
}
.directory_search_bar form .col-md-8 {
  text-align: center;
}
.directory_search_bar .underline {
  width: 100px;
  height: 4px;
  border-bottom: 3px solid #46166b;
  margin-left: 15px;
  margin-bottom: 15px;
}
.directory_search_bar label {
  margin-top: 8px;
  margin-left: 15px;
  margin-right: 5px;
}
.directory_search_bar input {
  padding: 5px;
  width: 130px;
}
.directory_search_bar select {
  height: 40px;
  width: 130px;
}
.directory_search_bar .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 6px;
  margin-left: 15px;
  cursor: pointer;
}
.directory_search_bar .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.directory_query_results {
  padding: 30px;
}
.directory_query_results .row {
  border: 1px solid black;
  padding: 5px;
}
.directory_query_results .row .col-lg-3, .directory_query_results .row .col-lg-2, .directory_query_results .row .col-lg-4 {
  font-size: 13px;
}
.directory_query_results .row:nth-child(odd) {
  background-color: lightgray;
}
.directory_query_results .row:first-child {
  background-color: #46166b !important;
  color: white;
  font-weight: bold;
}
.directory_query_results .directory_name {
  font-weight: bold;
}

@media only screen and (max-width: 1478px) {
  .directory_search_bar form {
    margin: 0 auto;
    text-align: center;
  }
  .directory_search_bar form .form_item {
    display: block;
    padding: 10px;
    width: 250px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
  }
  .directory_search_bar .col-md-4 {
    text-align: left;
  }
  .directory_search_bar label, .directory_search_bar .btn {
    margin-left: 0;
  }
  .directory_search_bar .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 789px) {
  .directory_search_bar form {
    margin: 0 auto;
    text-align: center;
  }
  .directory_search_bar form .form_item {
    display: block;
    padding: 10px;
    width: 250px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
  }
  .directory_search_bar label, .directory_search_bar .btn {
    margin-left: 0;
  }
  .directory_search_bar .col-md-4 {
    text-align: center;
  }
}
/* Home */
.tech_header {
  height: 600px;
  width: 100%;
  background-color: #46166b;
}
.tech_header img {
  height: 100%;
  float: right;
  padding: 50px 10% 50px 50px;
}
.tech_header .header_text {
  color: white;
  font-size: 70px;
  padding: 180px 50px 180px 10%;
}
.tech_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-tech {
  text-align: center;
  width: 250px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-tech:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .tech_header {
    height: 500px;
  }
  .tech_header img {
    height: 100%;
    float: right;
    padding: 90px 10% 50px 50px;
  }
  .tech_header .header_text {
    color: white;
    font-size: 70px;
    padding: 120px 50px 180px 10%;
  }
  .tech_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .tech_header {
    height: 400px;
  }
  .tech_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 125px);
  }
  .tech_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .tech_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .tech_header {
    height: 400px;
  }
  .tech_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 125px);
  }
  .tech_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .tech_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.tech_columns, .tech_bottom_links {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.tech_columns .col-md-2, .tech_bottom_links .col-md-2 {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.tech_columns .col-md-2 i, .tech_bottom_links .col-md-2 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.tech_columns .col-md-2 h3, .tech_bottom_links .col-md-2 h3 {
  font-weight: 900;
}
.tech_columns .col-md-2 h6, .tech_bottom_links .col-md-2 h6 {
  margin-top: -2px;
}
.tech_columns .col-md-2:hover, .tech_bottom_links .col-md-2:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.tech_columns .col-md-2:hover i, .tech_bottom_links .col-md-2:hover i {
  color: #54335F;
}

.tutorials_container {
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorials_container h3 {
  padding-left: 50px;
}
.tutorials_container ul {
  text-align: left;
  list-style: none;
  margin-left: 20px;
}
.tutorials_container ul li {
  text-align: left;
  list-style: none;
}
.tutorials_container .tutorials_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
  margin-left: 50px;
}

.tech_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .tech_columns, .tech_bottom_links {
    padding: 10px;
  }
  .tech_columns .col-md-2, .tech_bottom_links .col-md-2 {
    margin: 0px;
    padding: 5px;
  }
  .tech_columns .col-md-2 h3, .tech_bottom_links .col-md-2 h3 {
    font-size: 17px;
  }
  .tech_columns .col-md-2 h6, .tech_bottom_links .col-md-2 h6 {
    font-size: 13px;
  }
}
.tech_desc {
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.tech_existing, .tech_examples, .tech_newtech {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.tech_existing .tech_underline, .tech_examples .tech_underline, .tech_newtech .tech_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.tech_existing li, .tech_examples li, .tech_newtech li {
  padding: 2px;
}

.tech_bottom_links {
  background-color: #f8f8f8;
}

@media (max-width: 770px) {
  .tech_desc {
    padding: 70px 15px 70px 15px;
  }

  .tech_existing, .tech_examples, .tech_newtech {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .tech_existing .tech_underline, .tech_examples .tech_underline, .tech_newtech .tech_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .tech_existing li, .tech_examples li, .tech_newtech li {
    padding: 2px;
  }
}
.staff_container {
  margin: 0 auto;
}
.staff_container .staff_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
}
.staff_container .col-md-6 {
  padding: 50px;
  padding-top: 20px;
}
.staff_container .col-md-6 ul {
  padding: 0;
}
.staff_container .col-md-6 li {
  list-style: none;
  padding: 4px;
}

/* Home */
.homelessness_header {
  height: 600px;
  width: 100%;
  background-color: #46166b;
}
.homelessness_header img {
  height: 100%;
  float: right;
  padding: 50px 10% 50px 50px;
}
.homelessness_header .header_text {
  color: white;
  font-size: 70px;
  padding: 180px 50px 180px 10%;
}
.homelessness_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-homelessness {
  text-align: center;
  width: 250px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-homelessness:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .homelessness_header {
    height: 500px;
  }
  .homelessness_header img {
    height: 100%;
    float: right;
    padding: 90px 10% 50px 50px;
  }
  .homelessness_header .header_text {
    color: white;
    font-size: 70px;
    padding: 120px 50px 180px 10%;
  }
  .homelessness_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .homelessness_header {
    height: 400px;
  }
  .homelessness_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 125px);
  }
  .homelessness_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .homelessness_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .homelessness_header {
    height: 400px;
  }
  .homelessness_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 125px);
  }
  .homelessness_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .homelessness_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.homelessness_columns, .homelessness_bottom_links {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.homelessness_columns .col-md-2, .homelessness_columns .col-md-3, .homelessness_bottom_links .col-md-2, .homelessness_bottom_links .col-md-3 {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.homelessness_columns .col-md-2 i, .homelessness_columns .col-md-3 i, .homelessness_bottom_links .col-md-2 i, .homelessness_bottom_links .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.homelessness_columns .col-md-2 h3, .homelessness_columns .col-md-3 h3, .homelessness_bottom_links .col-md-2 h3, .homelessness_bottom_links .col-md-3 h3 {
  font-weight: 900;
}
.homelessness_columns .col-md-2 h6, .homelessness_columns .col-md-3 h6, .homelessness_bottom_links .col-md-2 h6, .homelessness_bottom_links .col-md-3 h6 {
  margin-top: -2px;
}
.homelessness_columns .col-md-2:hover, .homelessness_columns .col-md-3:hover, .homelessness_bottom_links .col-md-2:hover, .homelessness_bottom_links .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.homelessness_columns .col-md-2:hover i, .homelessness_columns .col-md-3:hover i, .homelessness_bottom_links .col-md-2:hover i, .homelessness_bottom_links .col-md-3:hover i {
  color: #54335F;
}

.tutorials_container {
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorials_container h3 {
  padding-left: 50px;
}
.tutorials_container ul {
  text-align: left;
  list-style: none;
  margin-left: 20px;
}
.tutorials_container ul li {
  text-align: left;
  list-style: none;
}
.tutorials_container .tutorials_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
  margin-left: 50px;
}

.homelessness_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .homelessness_columns, .homelessness_bottom_links {
    padding: 10px;
  }
  .homelessness_columns .col-md-2, .homelessness_columns .col-md-3, .homelessness_bottom_links .col-md-2, .homelessness_bottom_links .col-md-3 {
    padding: 5px;
  }
  .homelessness_columns .col-md-2 h3, .homelessness_columns .col-md-3 h3, .homelessness_bottom_links .col-md-2 h3, .homelessness_bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .homelessness_columns .col-md-2 h6, .homelessness_columns .col-md-3 h6, .homelessness_bottom_links .col-md-2 h6, .homelessness_bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.homelessness_desc {
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}
.homelessness_desc .underline {
  margin-bottom: 15px;
}
.homelessness_desc .row {
  margin-top: 55px;
}
.homelessness_desc .row .col-md-4 {
  text-align: center;
  padding: 15px;
}

.homelessness_existing, .homelessness_examples, .homelessness_newtech {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.homelessness_existing .homelessness_underline, .homelessness_examples .homelessness_underline, .homelessness_newtech .homelessness_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.homelessness_existing li, .homelessness_examples li, .homelessness_newtech li {
  padding: 2px;
}

.homelessness_bottom_links {
  background-color: #f8f8f8;
}

@media (max-width: 770px) {
  .homelessness_columns .col-md-2 {
    max-width: 50%;
  }

  .homelessness_desc {
    padding: 70px 15px 70px 15px;
  }

  .homelessness_existing, .homelessness_examples, .homelessness_newtech {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .homelessness_existing .homelessness_underline, .homelessness_examples .homelessness_underline, .homelessness_newtech .homelessness_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .homelessness_existing li, .homelessness_examples li, .homelessness_newtech li {
    padding: 2px;
  }
}
.staff_container {
  margin: 0 auto;
}
.staff_container .staff_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
}
.staff_container .col-md-6 {
  padding: 50px;
  padding-top: 20px;
}
.staff_container .col-md-6 ul {
  padding: 0;
}
.staff_container .col-md-6 li {
  list-style: none;
  padding: 4px;
}

.school_board_header {
  height: 510px;
  width: 100%;
  background-color: #46166b;
}
.school_board_header img {
  height: 70%;
  float: right;
  padding: 50px 10% 0 50px;
  margin-top: 30px;
}
.school_board_header .header_text {
  color: white;
  font-size: 62px;
  padding: 160px 50px 180px 10%;
}
.school_board_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-school_board {
  text-align: center;
  width: 300px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-school_board:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .school_board_header {
    height: 500px;
  }
  .school_board_header img {
    height: 80%;
    float: right;
    padding: 60px 10% 30px 50px;
  }
  .school_board_header .header_text {
    color: white;
    font-size: 40px;
    padding: 200px 50px 120px 10%;
  }
  .school_board_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .school_board_header {
    height: 400px;
  }
  .school_board_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 182.22px);
    margin-top: 0px;
  }
  .school_board_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .school_board_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .school_board_header {
    height: 400px;
  }
  .school_board_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 182.22px);
  }
  .school_board_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .school_board_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.school_board_columns, .school_board_bottom_links {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.school_board_columns .col-md-2, .school_board_columns .col-md-3, .school_board_bottom_links .col-md-2, .school_board_bottom_links .col-md-3 {
  margin: 0 auto;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.school_board_columns .col-md-2 i, .school_board_columns .col-md-3 i, .school_board_bottom_links .col-md-2 i, .school_board_bottom_links .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.school_board_columns .col-md-2 h3, .school_board_columns .col-md-3 h3, .school_board_bottom_links .col-md-2 h3, .school_board_bottom_links .col-md-3 h3 {
  font-weight: 900;
}
.school_board_columns .col-md-2 h6, .school_board_columns .col-md-3 h6, .school_board_bottom_links .col-md-2 h6, .school_board_bottom_links .col-md-3 h6 {
  margin-top: -2px;
}
.school_board_columns .col-md-2:hover, .school_board_columns .col-md-3:hover, .school_board_bottom_links .col-md-2:hover, .school_board_bottom_links .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.school_board_columns .col-md-2:hover i, .school_board_columns .col-md-3:hover i, .school_board_bottom_links .col-md-2:hover i, .school_board_bottom_links .col-md-3:hover i {
  color: #54335F;
}

.school_board_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .school_board_columns, .school_board_bottom_links {
    padding: 10px;
  }
  .school_board_columns .col-md-2, .school_board_columns .col-md-3, .school_board_bottom_links .col-md-2, .school_board_bottom_links .col-md-3 {
    margin: 1px;
    padding: 5px;
  }
  .school_board_columns .col-md-2 h3, .school_board_columns .col-md-3 h3, .school_board_bottom_links .col-md-2 h3, .school_board_bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .school_board_columns .col-md-2 h6, .school_board_columns .col-md-3 h6, .school_board_bottom_links .col-md-2 h6, .school_board_bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.school_board_desc {
  padding: 70px 250px 70px 250px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.school_board_existing, .school_board_examples, .school_board_newschool_board {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.school_board_existing .school_board_underline, .school_board_examples .school_board_underline, .school_board_newschool_board .school_board_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.school_board_existing li, .school_board_examples li, .school_board_newschool_board li {
  padding: 2px;
}

.school_board_bottom_links {
  background-color: #f8f8f8;
}

.school_board_members_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.school_board_members_container .school_board_members_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.school_board_members_container img {
  margin: 0 auto;
}
.school_board_members_container .row {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.school_board_members_container .row .col-md-4 {
  margin: 0 auto;
  text-align: left;
  padding: 7px;
}

.school_board_minutes_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.school_board_minutes_container .school_board_minutes_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.school_board_minutes_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.school_board_minutes_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.school_board_minutes_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.school_board_minutes_container .minutes_year_data {
  margin: 0 auto;
}
.school_board_minutes_container .minutes_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.school_board_minutes_container .minutes_year_data div span:last-child {
  border-bottom: 1px solid black;
}

.school_board_agendas_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.school_board_agendas_container .school_board_agendas_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.school_board_agendas_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.school_board_agendas_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.school_board_agendas_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.school_board_agendas_container .agendas_year_data {
  margin: 0 auto;
}
.school_board_agendas_container .agendas_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.school_board_agendas_container .agendas_year_data div span:last-child {
  border-bottom: 1px solid black;
}

@media (max-width: 770px) {
  .btn-school_board {
    margin: 0 auto;
  }

  .school_board_members_container {
    padding: 5px;
  }

  .school_board_columns .col-md-2 {
    margin: 0;
    max-width: 50%;
  }

  .school_board_desc {
    padding: 70px 15px 70px 15px;
  }

  .school_board_existing, .school_board_examples, .school_board_newschool_board {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .school_board_existing .school_board_underline, .school_board_examples .school_board_underline, .school_board_newschool_board .school_board_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .school_board_existing li, .school_board_examples li, .school_board_newschool_board li {
    padding: 2px;
  }
}
.ivis_home_and_school_header {
  height: 510px;
  width: 100%;
  background-color: #46166b;
}
.ivis_home_and_school_header img {
  height: 70%;
  float: right;
  padding: 50px 10% 0 50px;
  margin-top: 30px;
}
.ivis_home_and_school_header .header_text {
  color: white;
  font-size: 62px;
  padding: 160px 50px 180px 10%;
}
.ivis_home_and_school_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-ivis_home_and_school {
  text-align: center;
  width: 300px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-ivis_home_and_school:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .ivis_home_and_school_header {
    height: 500px;
  }
  .ivis_home_and_school_header img {
    height: 80%;
    float: right;
    padding: 60px 10% 30px 50px;
  }
  .ivis_home_and_school_header .header_text {
    color: white;
    font-size: 40px;
    padding: 200px 50px 120px 10%;
  }
  .ivis_home_and_school_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .ivis_home_and_school_header {
    height: 400px;
  }
  .ivis_home_and_school_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 182.22px);
    margin-top: 0px;
  }
  .ivis_home_and_school_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .ivis_home_and_school_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .ivis_home_and_school_header {
    height: 400px;
  }
  .ivis_home_and_school_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 182.22px);
  }
  .ivis_home_and_school_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .ivis_home_and_school_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.ivis_home_and_school_columns, .ivis_home_and_school_bottom_links {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ivis_home_and_school_columns .col-md-2, .ivis_home_and_school_columns .col-md-3, .ivis_home_and_school_bottom_links .col-md-2, .ivis_home_and_school_bottom_links .col-md-3 {
  margin: 0 auto;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.ivis_home_and_school_columns .col-md-2 i, .ivis_home_and_school_columns .col-md-3 i, .ivis_home_and_school_bottom_links .col-md-2 i, .ivis_home_and_school_bottom_links .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.ivis_home_and_school_columns .col-md-2 h3, .ivis_home_and_school_columns .col-md-3 h3, .ivis_home_and_school_bottom_links .col-md-2 h3, .ivis_home_and_school_bottom_links .col-md-3 h3 {
  font-weight: 900;
}
.ivis_home_and_school_columns .col-md-2 h6, .ivis_home_and_school_columns .col-md-3 h6, .ivis_home_and_school_bottom_links .col-md-2 h6, .ivis_home_and_school_bottom_links .col-md-3 h6 {
  margin-top: -2px;
}
.ivis_home_and_school_columns .col-md-2:hover, .ivis_home_and_school_columns .col-md-3:hover, .ivis_home_and_school_bottom_links .col-md-2:hover, .ivis_home_and_school_bottom_links .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.ivis_home_and_school_columns .col-md-2:hover i, .ivis_home_and_school_columns .col-md-3:hover i, .ivis_home_and_school_bottom_links .col-md-2:hover i, .ivis_home_and_school_bottom_links .col-md-3:hover i {
  color: #54335F;
}

.ivis_home_and_school_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .ivis_home_and_school_columns, .ivis_home_and_school_bottom_links {
    padding: 10px;
  }
  .ivis_home_and_school_columns .col-md-2, .ivis_home_and_school_columns .col-md-3, .ivis_home_and_school_bottom_links .col-md-2, .ivis_home_and_school_bottom_links .col-md-3 {
    margin: 1px;
    padding: 5px;
  }
  .ivis_home_and_school_columns .col-md-2 h3, .ivis_home_and_school_columns .col-md-3 h3, .ivis_home_and_school_bottom_links .col-md-2 h3, .ivis_home_and_school_bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .ivis_home_and_school_columns .col-md-2 h6, .ivis_home_and_school_columns .col-md-3 h6, .ivis_home_and_school_bottom_links .col-md-2 h6, .ivis_home_and_school_bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.ivis_home_and_school_desc {
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.ivis_home_and_school_get_involved, .ivis_home_and_school_committees, .ivis_home_and_school_minutes, .ivis_home_and_school_events {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.ivis_home_and_school_get_involved .ivis_home_and_school_underline, .ivis_home_and_school_committees .ivis_home_and_school_underline, .ivis_home_and_school_minutes .ivis_home_and_school_underline, .ivis_home_and_school_events .ivis_home_and_school_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.ivis_home_and_school_get_involved li, .ivis_home_and_school_committees li, .ivis_home_and_school_minutes li, .ivis_home_and_school_events li {
  padding: 2px;
}

.ivis_home_and_school_bottom_links {
  background-color: #f8f8f8;
}

.ivis_home_and_school_members_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.ivis_home_and_school_members_container .ivis_home_and_school_members_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ivis_home_and_school_members_container img {
  margin: 0 auto;
}
.ivis_home_and_school_members_container .row {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.ivis_home_and_school_members_container .row .col-md-4 {
  margin: 0 auto;
  text-align: left;
  padding: 7px;
}

.ivis_home_and_school_minutes_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.ivis_home_and_school_minutes_container .ivis_home_and_school_minutes_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ivis_home_and_school_minutes_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.ivis_home_and_school_minutes_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.ivis_home_and_school_minutes_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.ivis_home_and_school_minutes_container .minutes_year_data {
  margin: 0 auto;
}
.ivis_home_and_school_minutes_container .minutes_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.ivis_home_and_school_minutes_container .minutes_year_data div span:last-child {
  border-bottom: 1px solid black;
}

.ivis_home_and_school_agendas_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.ivis_home_and_school_agendas_container .ivis_home_and_school_agendas_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ivis_home_and_school_agendas_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.ivis_home_and_school_agendas_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.ivis_home_and_school_agendas_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.ivis_home_and_school_agendas_container .agendas_year_data {
  margin: 0 auto;
}
.ivis_home_and_school_agendas_container .agendas_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.ivis_home_and_school_agendas_container .agendas_year_data div span:last-child {
  border-bottom: 1px solid black;
}

@media (max-width: 770px) {
  .btn-ivis_home_and_school {
    margin: 0 auto;
  }

  .ivis_home_and_school_members_container {
    padding: 5px;
  }

  .ivis_home_and_school_columns .col-md-2 {
    margin: 0;
    max-width: 50%;
  }

  .ivis_home_and_school_desc {
    padding: 70px 15px 70px 15px;
  }

  .ivis_home_and_school_get_involved, .ivis_home_and_school_committees, .ivis_home_and_school_minutes, .ivis_home_and_school_events {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .ivis_home_and_school_get_involved .ivis_home_and_school_underline, .ivis_home_and_school_committees .ivis_home_and_school_underline, .ivis_home_and_school_minutes .ivis_home_and_school_underline, .ivis_home_and_school_events .ivis_home_and_school_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .ivis_home_and_school_get_involved li, .ivis_home_and_school_committees li, .ivis_home_and_school_minutes li, .ivis_home_and_school_events li {
    padding: 2px;
  }
}
/* Home */
* {
  max-width: 100%;
}

.row {
  margin: 0 auto;
}

.tax_header {
  height: 600px;
  width: 100%;
  background-color: #46166b;
}
.tax_header img {
  height: 100%;
  float: right;
  border-radius: 50%;
  padding: 50px;
  margin-right: 100px;
}
.tax_header .header_text {
  color: white;
  font-size: 50px;
  padding: 210px 50px 180px 10%;
}
.tax_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

@media (max-width: 1300px) {
  .tax_header {
    height: 500px;
  }
  .tax_header img {
    height: 100%;
    float: right;
    padding: 50px;
    margin-right: 50px;
  }
  .tax_header .header_text {
    color: white;
    font-size: 50px;
    padding: 150px 50px 180px 10%;
  }
  .tax_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .tax_header {
    height: 470px;
  }
  .tax_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 125px);
  }
  .tax_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .tax_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .tax_header {
    height: 400px;
  }
  .tax_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 125px);
  }
  .tax_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .tax_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.tax_columns, .bottom_links, .tutorials_container {
  margin: 0 auto;
  text-align: center;
  padding: 50px 50px 35px 50px;
}
.tax_columns .col-md-2, .tax_columns .col-md-3, .bottom_links .col-md-2, .bottom_links .col-md-3, .tutorials_container .col-md-2, .tutorials_container .col-md-3 {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.tax_columns .col-md-2 i, .tax_columns .col-md-3 i, .bottom_links .col-md-2 i, .bottom_links .col-md-3 i, .tutorials_container .col-md-2 i, .tutorials_container .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.tax_columns .col-md-2 h3, .tax_columns .col-md-3 h3, .bottom_links .col-md-2 h3, .bottom_links .col-md-3 h3, .tutorials_container .col-md-2 h3, .tutorials_container .col-md-3 h3 {
  font-weight: 900;
}
.tax_columns .col-md-2 h6, .tax_columns .col-md-3 h6, .bottom_links .col-md-2 h6, .bottom_links .col-md-3 h6, .tutorials_container .col-md-2 h6, .tutorials_container .col-md-3 h6 {
  margin-top: -2px;
}
.tax_columns .col-md-2:hover, .tax_columns .col-md-3:hover, .bottom_links .col-md-2:hover, .bottom_links .col-md-3:hover, .tutorials_container .col-md-2:hover, .tutorials_container .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #f8f8f8;
}
.tax_columns .col-md-2:hover i, .tax_columns .col-md-3:hover i, .bottom_links .col-md-2:hover i, .bottom_links .col-md-3:hover i, .tutorials_container .col-md-2:hover i, .tutorials_container .col-md-3:hover i {
  color: #46166b;
}

.tax_columns_bottom {
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.tutorials_container {
  margin: 0 auto;
}
.tutorials_container .row {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorials_container .col-md-2 {
  width: 100%;
  margin: 0;
}
.tutorials_container .col-md-2 h6 {
  font-weight: 900;
}
.tutorials_container h3 {
  text-align: left;
}
.tutorials_container .tutorials_underline {
  width: 150px;
  height: 10px;
  border-top: 2px solid #46166b;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .tax_columns, .bottom_links {
    padding: 10px;
  }
  .tax_columns .col-md-2, .tax_columns .col-md-3, .bottom_links .col-md-2, .bottom_links .col-md-3 {
    margin: 1px;
    padding: 5px;
  }
  .tax_columns .col-md-2 h3, .tax_columns .col-md-3 h3, .bottom_links .col-md-2 h3, .bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .tax_columns .col-md-2 h6, .tax_columns .col-md-3 h6, .bottom_links .col-md-2 h6, .bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.tax_desc {
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.tax_delegate, .tax_pdfs, .tax_minutes {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.tax_delegate .tax_underline, .tax_pdfs .tax_underline, .tax_minutes .tax_underline {
  width: 150px;
  height: 10px;
  border-top: 2px solid #46166b;
}
.tax_delegate li, .tax_pdfs li, .tax_minutes li {
  padding: 2px;
}

.bottom_links {
  background-color: #f8f8f8;
}

@media (max-width: 770px) {
  .tax_desc {
    padding: 70px 15px 70px 15px;
  }

  .tax_delegate, .tax_pdfs, .tax_minutes {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .tax_delegate .tax_underline, .tax_pdfs .tax_underline, .tax_minutes .tax_underline {
    width: 150px;
    height: 10px;
    border-top: 2px solid #46166b;
  }
  .tax_delegate li, .tax_pdfs li, .tax_minutes li {
    padding: 2px;
  }
}
.staff_container {
  margin: 0 auto;
}
.staff_container .staff_underline {
  width: 150px;
  height: 10px;
  border-top: 2px solid #46166b;
  margin-bottom: 10px;
}
.staff_container .col-md-6 {
  padding: 50px;
}
.staff_container .col-md-6 ul {
  padding: 0;
}
.staff_container .col-md-6 li {
  list-style: none;
  padding: 4px;
}

.news_posts_template {
  max-width: 100%;
  margin: 0 auto;
  padding: 5px;
  background-color: #f8f8f8;
}
.news_posts_template .news_container {
  background-color: white;
  box-shadow: 5px 5px 10px grey;
  border-radius: 5px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
}
.news_posts_template .box {
  margin: 0 auto;
  text-align: center;
}
.news_posts_template .box .banner_box, .news_posts_template .box img {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 400px;
  max-width: 100%;
}
.news_posts_template .display-posts-listing .listing-item {
  padding: 5px;
}
.news_posts_template .display-posts-listing .listing-item .excerpt {
  display: block;
}
.news_posts_template .display-posts-listing .listing-item .excerpt-dash {
  display: none;
}
.news_posts_template h5 {
  padding: 5px;
}
.news_posts_template .img_container {
  width: 500px;
  text-align: center;
  margin-bottom: 30px;
}
.news_posts_template .img_container img {
  width: 100%;
}
.news_posts_template h2, .news_posts_template h6 {
  text-align: center;
}
.news_posts_template .underline {
  border-bottom: 3px solid #46166b;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.news_posts_template p {
  margin-bottom: 35px;
}
.news_posts_template .btn_bottom {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
.news_posts_template .btn_bottom:hover {
  filter: brightness(0.8);
}

@media only screen and (max-width: 1100px) {
  .news_posts_template {
    padding: 0px !important;
  }

  .news_container {
    padding: 5px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}
.calendar_header {
  text-align: center;
}

.calendar_underline {
  margin: 0 auto;
  width: 100px;
  border-bottom: 3px solid #46166b;
  height: 4px;
}

.calendar-container img {
  width: 80vw !important;
  display: block;
  margin: auto;
}
.calendar-container .pdf {
  width: 100vw;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 1100px) {
  .calendar_container {
    padding: 10px 0px 10px 0px;
  }

  .cycle_calendar {
    width: 1000px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cycle_calendar {
    font-size: 8px !important;
    width: 600px !important;
  }
  .cycle_calendar .calendar_day {
    padding-bottom: 10px !important;
    font-size: 15px !important;
  }
  .cycle_calendar .calendar_cycle {
    padding-bottom: 5px !important;
    font-size: 6px;
  }
}
.alumni_container {
  padding: 50px;
}
.alumni_container .underline {
  margin-bottom: 20px;
}

.comprehensive_plan_container {
  padding: 50px;
}
.comprehensive_plan_container .underline {
  margin-bottom: 20px;
}
.comprehensive_plan_container ul {
  padding-left: 8px;
}
.comprehensive_plan_container ul li {
  list-style: none;
}

.search_page_form {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f8f8f8;
}
.search_page_form .underline {
  margin-bottom: 20px;
}

.search_page {
  padding: 20px 50px 50px 50px;
}
.search_page .page-header {
  margin-bottom: 10px;
  padding-left: 5px;
}
.search_page .search-result {
  cursor: pointer;
  width: 50%;
  border-top: 1px solid black;
  padding: 15px;
}
.search_page .search-result .search-post-title {
  font-size: 20px;
  font-weight: bold;
}
.search_page .search-result:hover {
  background-color: #f8f8f8;
}
.search_page .search-result:hover .search-post-title {
  color: #46166b;
  border-bottom: 1px solid #46166b;
}
.search_page .search-result:last-child {
  border-bottom: 1px solid black;
}

@media only screen and (max-width: 767px) {
  .search_page_form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .search_page_form .underline {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .search_page {
    padding: 5px;
    margin: 0 auto;
    text-align: center;
  }
  .search_page .page-header {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .search_page .search-result {
    cursor: pointer;
    margin: 0 auto;
    width: 300px;
    border-top: 1px solid black;
  }
  .search_page .search-result .search-post-title {
    font-size: 20px;
    font-weight: bold;
  }
  .search_page .search-result:hover {
    background-color: #f8f8f8;
  }
  .search_page .search-result:hover .search-post-title {
    color: #46166b;
    border-bottom: 1px solid #46166b;
  }
  .search_page .search-result:last-child {
    border-bottom: 1px solid black;
  }
}
.faqs_page {
  padding: 50px;
}
.faqs_page .underline {
  margin-bottom: 25px;
}
.faqs_page .ufaq-faq-title {
  padding: 10px;
}
.faqs_page .ufaq-faq-title a {
  color: #46166b;
}
.faqs_page .ufaq-faq-body {
  background-color: #f8f8f8;
}

.about_pages .row {
  padding: 50px;
}
.about_pages .col-md-5 {
  text-align: center;
  margin-bottom: 25px;
}
.about_pages .col-md-5 .about_container {
  background-color: white;
  padding: 10px;
  border: 1px solid #46166b;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 2px 2px 5px gray;
}
.about_pages .col-md-5 img {
  width: auto;
  height: 200px;
  margin-bottom: 20px;
}

.faculty_websites_row {
  padding: 20px;
}
.faculty_websites_row .col-md-3 {
  padding: 20px;
}
.faculty_websites_row .col-md-3 .underline {
  width: 75px;
  margin-bottom: 15px;
}
.faculty_websites_row .col-md-3 ul {
  list-style: none;
  padding-left: 5px;
}

.character_traits {
  padding: 50px;
}
.character_traits p {
  margin-top: 20px;
  text-align: center;
}
.character_traits table {
  margin: 0 auto;
  margin-bottom: 25px;
}
.character_traits table tr td {
  border: 1px solid black;
  padding: 10px;
}
.character_traits table tr td:first-child {
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .character_traits {
    padding: 10px;
  }
}
.dress_code {
  padding: 50px;
}
.dress_code p {
  margin-top: 20px;
  text-align: center;
}
.dress_code table {
  margin: 0 auto;
  margin-bottom: 25px;
}
.dress_code table tr td {
  border: 1px solid black;
  padding: 10px;
}
.dress_code table tr td:first-child {
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .dress_code {
    padding: 10px;
  }
}
.federal_reporting_measures_row {
  padding: 20px;
}
.federal_reporting_measures_row .col-md-3 {
  padding: 20px;
}
.federal_reporting_measures_row .col-md-3 .underline {
  width: 75px;
  margin-bottom: 15px;
}
.federal_reporting_measures_row .col-md-3 ul {
  list-style: none;
  padding-left: 5px;
}

.guidance_counselors {
  background-color: #f8f8f8;
}
.guidance_counselors h2 {
  padding-top: 25px;
  margin-left: 50px;
}
.guidance_counselors .underline {
  margin-bottom: 25px;
  margin-left: 50px;
}
.guidance_counselors .row {
  padding: 20px;
}
.guidance_counselors .col-md-3 {
  padding: 10px;
}
.guidance_counselors .col-md-3 div {
  background-color: white;
  padding: 30px;
  min-height: 300px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.guidance_counselors .col-md-3 div:hover {
  box-shadow: 4px 4px 5px #d3d3d3;
  border: 1px solid #46166b;
}
.guidance_counselors .col-md-3 div img {
  width: 100%;
  height: 170px;
}
.guidance_counselors .col-md-3 div h4 {
  text-align: center;
  margin-top: 15px;
}

.student_handbooks {
  background-color: #f8f8f8;
}
.student_handbooks h2 {
  padding-top: 25px;
  margin-left: 50px;
}
.student_handbooks .underline {
  margin-bottom: 25px;
  margin-left: 50px;
}
.student_handbooks .row {
  padding: 20px;
}
.student_handbooks .col-md-3 {
  padding: 10px;
}
.student_handbooks .col-md-3 div {
  background-color: white;
  padding: 30px;
  min-height: 300px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.student_handbooks .col-md-3 div:hover {
  box-shadow: 4px 4px 5px #d3d3d3;
  border: 1px solid #46166b;
}
.student_handbooks .col-md-3 div img {
  width: 100%;
  height: 170px;
}
.student_handbooks .col-md-3 div h4 {
  text-align: center;
  margin-top: 15px;
}

.the_tyrian {
  background-color: #f8f8f8;
}
.the_tyrian h2 {
  padding-top: 25px;
  margin-left: 50px;
}
.the_tyrian .underline {
  margin-bottom: 25px;
  margin-left: 50px;
}
.the_tyrian .row {
  padding: 20px;
}
.the_tyrian .col-md-3 {
  padding: 10px;
}
.the_tyrian .col-md-3 div {
  background-color: white;
  padding: 30px;
  min-height: 300px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.the_tyrian .col-md-3 div:hover {
  box-shadow: 4px 4px 5px #d3d3d3;
  border: 1px solid #46166b;
}
.the_tyrian .col-md-3 div img {
  width: 100%;
  height: 170px;
}
.the_tyrian .col-md-3 div h4 {
  text-align: center;
  margin-top: 15px;
}

/* Home */
.healthandwellness_header {
  height: 600px;
  width: 100%;
  background-color: #46166b;
  text-align: center;
}
.healthandwellness_header img {
  max-height: 200px;
  margin-top: 200px;
}
.healthandwellness_header .header_text {
  color: white;
  font-size: 70px;
  padding: 180px 50px 180px 10%;
}
.healthandwellness_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-healthandwellness {
  text-align: center;
  width: 250px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-healthandwellness:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .healthandwellness_header {
    height: 500px;
  }
  .healthandwellness_header img {
    margin-top: 150px;
  }
  .healthandwellness_header .header_text {
    color: white;
    font-size: 70px;
    padding: 120px 50px 180px 10%;
  }
  .healthandwellness_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .healthandwellness_header {
    height: 400px;
  }
  .healthandwellness_header img {
    margin-top: 100px;
    max-width: 80%;
  }
  .healthandwellness_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .healthandwellness_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .healthandwellness_header {
    height: 400px;
  }
  .healthandwellness_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .healthandwellness_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.healthandwellness_columns {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.healthandwellness_columns .col-md-2, .healthandwellness_columns .col-md-3 {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.healthandwellness_columns .col-md-2 i, .healthandwellness_columns .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.healthandwellness_columns .col-md-2 h3, .healthandwellness_columns .col-md-3 h3 {
  font-weight: 900;
}
.healthandwellness_columns .col-md-2 h6, .healthandwellness_columns .col-md-3 h6 {
  margin-top: -2px;
}
.healthandwellness_columns .col-md-2:hover, .healthandwellness_columns .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.healthandwellness_columns .col-md-2:hover i, .healthandwellness_columns .col-md-3:hover i {
  color: #54335F;
}

.tutorials_container {
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorials_container h3 {
  padding-left: 50px;
}
.tutorials_container ul {
  text-align: left;
  list-style: none;
  margin-left: 20px;
}
.tutorials_container ul li {
  text-align: left;
  list-style: none;
}
.tutorials_container .tutorials_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
  margin-left: 50px;
}

@media (max-width: 1200px) {
  .healthandwellness_columns, .healthandwellness_bottom_links {
    padding: 10px;
  }
  .healthandwellness_columns .col-md-2, .healthandwellness_columns .col-md-3, .healthandwellness_bottom_links .col-md-2, .healthandwellness_bottom_links .col-md-3 {
    padding: 5px;
  }
  .healthandwellness_columns .col-md-2 h3, .healthandwellness_columns .col-md-3 h3, .healthandwellness_bottom_links .col-md-2 h3, .healthandwellness_bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .healthandwellness_columns .col-md-2 h6, .healthandwellness_columns .col-md-3 h6, .healthandwellness_bottom_links .col-md-2 h6, .healthandwellness_bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .healthandwellness_columns .col-md-2, .healthandwellness_columns .col-md-3, .healthandwellness_bottom_links .col-md-2, .healthandwellness_bottom_links .col-md-3 {
    max-width: 50%;
  }
}
.healthandwellness_desc {
  text-align: center;
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.healthandwellness_events {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.healthandwellness_events h5 {
  margin-bottom: 20px;
}
.healthandwellness_events .healthandwellness_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 15px;
}

.healthandwellness_bottom_links {
  background-color: #f8f8f8;
}

@media (max-width: 770px) {
  .healthandwellness_desc {
    padding: 70px 15px 70px 15px;
  }

  .healthandwellness_existing, .healthandwellness_examples, .healthandwellness_newhealthandwellness {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .healthandwellness_existing .healthandwellness_underline, .healthandwellness_examples .healthandwellness_underline, .healthandwellness_newhealthandwellness .healthandwellness_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .healthandwellness_existing li, .healthandwellness_examples li, .healthandwellness_newhealthandwellness li {
    padding: 2px;
  }
}
.staff_container {
  margin: 0 auto;
}
.staff_container .staff_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin-bottom: 10px;
}
.staff_container .col-md-6 {
  padding: 50px;
  padding-top: 20px;
}
.staff_container .col-md-6 ul {
  padding: 0;
}
.staff_container .col-md-6 li {
  list-style: none;
  padding: 4px;
}

.web_apps {
  background-color: #f8f8f8;
}
.web_apps h2 {
  padding-top: 25px;
  margin-left: 50px;
}
.web_apps .underline {
  margin-bottom: 25px;
  margin-left: 50px;
}
.web_apps .row {
  padding: 20px;
}
.web_apps .col-lg-1 {
  padding: 10px;
}
.web_apps .col-lg-1 div {
  background-color: white;
  padding: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  position: relative;
}
.web_apps .col-lg-1 div:hover {
  box-shadow: 4px 4px 5px #d3d3d3;
  border: 1px solid #46166b;
}
.web_apps .col-lg-1 div img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  margin-top: 5px;
  z-index: 0;
  position: relative;
}
.web_apps .col-lg-1 h4 {
  text-align: center;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  background-color: transparent;
  position: absolute;
  display: block;
  left: 10px;
  right: 10px;
  bottom: 0;
  pointer-events: none;
}
.web_apps .col-lg-1:hover h4 {
  opacity: 1;
  background-color: #46166b;
  color: white;
  padding: 12px;
}

@media only screen and (max-width: 1300px) {
  .web_apps .col-lg-1 {
    padding: 1px;
  }
  .web_apps .col-lg-1 h4 {
    left: 1px;
    right: 1px;
    bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .web_apps .col-lg-1 {
    width: 25%;
  }
  .web_apps .col-lg-1 h4 {
    font-size: 10px;
  }
}
.blue_ticket_winners {
  padding: 50px;
}
.blue_ticket_winners .underline {
  margin-bottom: 15px;
}
.blue_ticket_winners h4 {
  margin-top: 25px;
}
.blue_ticket_winners .row .col-lg-3 {
  padding: 20px;
}
.blue_ticket_winners .row .col-lg-3 img {
  height: 300px;
  display: block;
  margin: auto;
}

.special_education_header {
  height: 510px;
  width: 100%;
  background-color: #46166b;
}
.special_education_header img {
  height: 70%;
  float: right;
  padding: 50px 10% 0 50px;
  margin-top: 30px;
}
.special_education_header .header_text {
  color: white;
  font-size: 62px;
  padding: 160px 50px 180px 10%;
}
.special_education_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-special_education {
  text-align: center;
  width: 300px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-special_education:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .special_education_header {
    height: 500px;
  }
  .special_education_header img {
    height: 80%;
    float: right;
    padding: 60px 10% 30px 50px;
  }
  .special_education_header .header_text {
    color: white;
    font-size: 40px;
    padding: 200px 50px 120px 10%;
  }
  .special_education_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .special_education_header {
    height: 400px;
  }
  .special_education_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 130px);
    margin-top: 0px;
  }
  .special_education_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .special_education_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .special_education_header {
    height: 400px;
  }
  .special_education_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 130px);
  }
  .special_education_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .special_education_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.special_education_columns, .special_education_bottom_links {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.special_education_columns .col-md-2, .special_education_columns .col-md-3, .special_education_bottom_links .col-md-2, .special_education_bottom_links .col-md-3 {
  margin: 0 auto;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.special_education_columns .col-md-2 i, .special_education_columns .col-md-3 i, .special_education_bottom_links .col-md-2 i, .special_education_bottom_links .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.special_education_columns .col-md-2 h3, .special_education_columns .col-md-3 h3, .special_education_bottom_links .col-md-2 h3, .special_education_bottom_links .col-md-3 h3 {
  font-weight: 900;
}
.special_education_columns .col-md-2 h6, .special_education_columns .col-md-3 h6, .special_education_bottom_links .col-md-2 h6, .special_education_bottom_links .col-md-3 h6 {
  margin-top: -2px;
}
.special_education_columns .col-md-2:hover, .special_education_columns .col-md-3:hover, .special_education_bottom_links .col-md-2:hover, .special_education_bottom_links .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #d3d3d3;
}
.special_education_columns .col-md-2:hover i, .special_education_columns .col-md-3:hover i, .special_education_bottom_links .col-md-2:hover i, .special_education_bottom_links .col-md-3:hover i {
  color: #54335F;
}

.special_education_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .special_education_columns, .special_education_bottom_links {
    padding: 10px;
  }
  .special_education_columns .col-md-2, .special_education_columns .col-md-3, .special_education_bottom_links .col-md-2, .special_education_bottom_links .col-md-3 {
    margin: 1px;
    padding: 5px;
  }
  .special_education_columns .col-md-2 h3, .special_education_columns .col-md-3 h3, .special_education_bottom_links .col-md-2 h3, .special_education_bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .special_education_columns .col-md-2 h6, .special_education_columns .col-md-3 h6, .special_education_bottom_links .col-md-2 h6, .special_education_bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.special_education_desc {
  padding: 70px 250px 70px 250px;
  font-size: 20px;
  background-color: #f8f8f8;
}

.special_education_items {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.special_education_items .special_education_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.special_education_items li {
  padding: 2px;
}

.special_education_bottom_links {
  background-color: #f8f8f8;
}

.special_education_members_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.special_education_members_container .special_education_members_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.special_education_members_container img {
  margin: 0 auto;
}
.special_education_members_container .row {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.special_education_members_container .row .col-md-4 {
  margin: 0 auto;
  text-align: left;
  padding: 7px;
}

.special_education_minutes_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.special_education_minutes_container .special_education_minutes_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.special_education_minutes_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.special_education_minutes_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.special_education_minutes_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.special_education_minutes_container .minutes_year_data {
  margin: 0 auto;
}
.special_education_minutes_container .minutes_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.special_education_minutes_container .minutes_year_data div span:last-child {
  border-bottom: 1px solid black;
}

.special_education_agendas_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.special_education_agendas_container .special_education_agendas_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.special_education_agendas_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.special_education_agendas_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.special_education_agendas_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.special_education_agendas_container .agendas_year_data {
  margin: 0 auto;
}
.special_education_agendas_container .agendas_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.special_education_agendas_container .agendas_year_data div span:last-child {
  border-bottom: 1px solid black;
}

@media (max-width: 770px) {
  .btn-special_education {
    margin: 0 auto;
  }

  .special_education_members_container {
    padding: 5px;
  }

  .special_education_columns .col-md-2 {
    margin: 0;
    max-width: 50%;
  }

  .special_education_desc {
    padding: 70px 15px 70px 15px;
  }

  .special_education_items {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .special_education_items .special_education_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .special_education_items li {
    padding: 2px;
  }
}
.directory_page_title {
  padding: 30px;
}

.employment_opportunities {
  padding: 20px;
}
.employment_opportunities .underline {
  margin-left: 15px;
  margin-bottom: 15px;
}
.employment_opportunities h4 {
  padding-left: 15px;
}
.employment_opportunities p {
  padding-left: 15px;
}
.employment_opportunities .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 6px;
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
}
.employment_opportunities .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.facility_use {
  padding: 20px;
}
.facility_use .underline {
  margin-left: 15px;
  margin-bottom: 15px;
}
.facility_use h4 {
  padding-left: 15px;
}
.facility_use p {
  padding-left: 15px;
}
.facility_use .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 6px;
  margin-left: 15px;
  cursor: pointer;
}
.facility_use .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

.federal_programs_header {
  height: 510px;
  width: 100%;
  background-color: #46166b;
}
.federal_programs_header img {
  height: 70%;
  float: right;
  padding: 50px 10% 0 50px;
  margin-top: 30px;
}
.federal_programs_header .header_text {
  color: white;
  font-size: 62px;
  padding: 160px 50px 180px 10%;
}
.federal_programs_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.btn-federal_programs {
  text-align: center;
  width: 300px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin-left: 50px;
  cursor: pointer;
  min-height: 0;
}
.btn-federal_programs:hover {
  filter: brightness(0.8);
  box-shadow: none;
}

@media (max-width: 1300px) {
  .federal_programs_header {
    height: 500px;
  }
  .federal_programs_header img {
    height: 80%;
    float: right;
    padding: 60px 10% 30px 50px;
  }
  .federal_programs_header .header_text {
    color: white;
    font-size: 40px;
    padding: 200px 50px 120px 10%;
  }
  .federal_programs_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .federal_programs_header {
    height: 400px;
  }
  .federal_programs_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 190px);
    margin-top: 0px;
  }
  .federal_programs_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .federal_programs_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .federal_programs_header {
    height: 400px;
  }
  .federal_programs_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 190px);
  }
  .federal_programs_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .federal_programs_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.federal_programs_footer_links {
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  .federal_programs_columns, .federal_programs_bottom_links {
    padding: 10px;
  }
  .federal_programs_columns .col-md-2, .federal_programs_columns .col-md-3, .federal_programs_bottom_links .col-md-2, .federal_programs_bottom_links .col-md-3 {
    margin: 0 auto;
    padding: 5px;
  }
  .federal_programs_columns .col-md-2 h3, .federal_programs_columns .col-md-3 h3, .federal_programs_bottom_links .col-md-2 h3, .federal_programs_bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .federal_programs_columns .col-md-2 h6, .federal_programs_columns .col-md-3 h6, .federal_programs_bottom_links .col-md-2 h6, .federal_programs_bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.federal_programs_desc {
  padding: 70px 25px 70px 25px;
  font-size: 15px;
  background-color: #f8f8f8;
}

.federal_programs_existing, .federal_programs_examples, .federal_programs_newfederal_programs {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.federal_programs_existing .federal_programs_underline, .federal_programs_examples .federal_programs_underline, .federal_programs_newfederal_programs .federal_programs_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
}
.federal_programs_existing li, .federal_programs_examples li, .federal_programs_newfederal_programs li {
  padding: 2px;
}

.federal_programs_bottom_links {
  background-color: #f8f8f8;
}

.federal_programs_members_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.federal_programs_members_container .federal_programs_members_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.federal_programs_members_container img {
  margin: 0 auto;
}
.federal_programs_members_container .row {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.federal_programs_members_container .row .col-md-4 {
  margin: 0 auto;
  text-align: left;
  padding: 7px;
}

.federal_programs_minutes_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.federal_programs_minutes_container .federal_programs_minutes_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.federal_programs_minutes_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.federal_programs_minutes_container .btn {
  text-align: center;
  width: 175px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.federal_programs_minutes_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.federal_programs_minutes_container .minutes_year_data {
  margin: 0 auto;
}
.federal_programs_minutes_container .minutes_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.federal_programs_minutes_container .minutes_year_data div span:last-child {
  border-bottom: 1px solid black;
}

.federal_programs_agendas_container {
  margin: 0 auto;
  padding: 50px;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.federal_programs_agendas_container .federal_programs_agendas_underline {
  width: 150px;
  height: 10px;
  border-top: 3px solid #46166b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.federal_programs_agendas_container select {
  width: 150px;
  text-align: center;
  display: inline;
  margin: 5px;
  margin-bottom: 10px;
}
.federal_programs_agendas_container .btn {
  text-align: center;
  width: 150px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  margin: 5px;
  margin-top: -4px;
  cursor: pointer;
  min-height: 0;
}
.federal_programs_agendas_container .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.federal_programs_agendas_container .agendas_year_data {
  margin: 0 auto;
}
.federal_programs_agendas_container .agendas_year_data div span {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: none;
  padding: 2px;
}
.federal_programs_agendas_container .agendas_year_data div span:last-child {
  border-bottom: 1px solid black;
}

@media (max-width: 770px) {
  .btn-federal_programs {
    margin: 0 auto;
  }

  .federal_programs_members_container {
    padding: 5px;
  }

  .federal_programs_columns .col-md-2 {
    margin: 0;
    max-width: 50%;
  }

  .federal_programs_desc {
    padding: 70px 15px 70px 15px;
  }

  .federal_programs_existing, .federal_programs_examples, .federal_programs_newfederal_programs {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .federal_programs_existing .federal_programs_underline, .federal_programs_examples .federal_programs_underline, .federal_programs_newfederal_programs .federal_programs_underline {
    width: 150px;
    height: 10px;
    border-top: 3px solid #46166b;
  }
  .federal_programs_existing li, .federal_programs_examples li, .federal_programs_newfederal_programs li {
    padding: 2px;
  }
}
/* Home */
* {
  max-width: 100%;
}

.row {
  margin: 0 auto;
}

.mchs_guidance_header {
  height: 600px;
  width: 100%;
  background-color: #46166b;
}
.mchs_guidance_header img {
  height: 100%;
  float: right;
  border-radius: 50%;
  padding: 100px;
  margin-right: 0px;
}
.mchs_guidance_header .header_text {
  color: white;
  font-size: 70px;
  padding: 210px 50px 180px 10%;
}
.mchs_guidance_header .header_text .header_subtext {
  font-size: 30px;
  padding-left: 30px;
}

.mchs_guidance_container {
  padding: 20px;
}

@media (max-width: 1051px) {
  .mchs_guidance_header {
    height: 500px;
  }
  .mchs_guidance_header img {
    height: 100%;
    float: right;
    padding: 50px;
    margin-right: 50px;
    margin-top: 30px;
  }
  .mchs_guidance_header .header_text {
    color: white;
    font-size: 50px;
    padding: 150px 50px 180px 10%;
  }
  .mchs_guidance_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1050px) {
  .mchs_guidance_header {
    height: 470px;
  }
  .mchs_guidance_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 130px);
  }
  .mchs_guidance_header .header_text {
    font-size: 50px;
    padding: 0;
    text-align: center;
  }
  .mchs_guidance_header .header_text .header_subtext {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .mchs_guidance_header {
    height: 400px;
  }
  .mchs_guidance_header img {
    height: 250px;
    float: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
    margin-left: calc(50% - 130px);
  }
  .mchs_guidance_header .header_text {
    font-size: 30px;
    padding: 0;
    text-align: center;
  }
  .mchs_guidance_header .header_text .header_subtext {
    font-size: 15px;
    padding-left: 0;
  }
}
.mchs_guidance_columns, .bottom_links, .tutorials_container {
  margin: 0 auto;
  text-align: center;
  padding: 50px 50px 35px 50px;
}
.mchs_guidance_columns .col-md-2, .mchs_guidance_columns .col-md-3, .bottom_links .col-md-2, .bottom_links .col-md-3, .tutorials_container .col-md-2, .tutorials_container .col-md-3 {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 5px;
}
.mchs_guidance_columns .col-md-2 i, .mchs_guidance_columns .col-md-3 i, .bottom_links .col-md-2 i, .bottom_links .col-md-3 i, .tutorials_container .col-md-2 i, .tutorials_container .col-md-3 i {
  font-size: 50px;
  margin-bottom: 15px;
}
.mchs_guidance_columns .col-md-2 h3, .mchs_guidance_columns .col-md-3 h3, .bottom_links .col-md-2 h3, .bottom_links .col-md-3 h3, .tutorials_container .col-md-2 h3, .tutorials_container .col-md-3 h3 {
  font-weight: 900;
}
.mchs_guidance_columns .col-md-2 h6, .mchs_guidance_columns .col-md-3 h6, .bottom_links .col-md-2 h6, .bottom_links .col-md-3 h6, .tutorials_container .col-md-2 h6, .tutorials_container .col-md-3 h6 {
  margin-top: -2px;
}
.mchs_guidance_columns .col-md-2:hover, .mchs_guidance_columns .col-md-3:hover, .bottom_links .col-md-2:hover, .bottom_links .col-md-3:hover, .tutorials_container .col-md-2:hover, .tutorials_container .col-md-3:hover {
  border: 2px solid #46166b;
  box-shadow: 3px 3px 3px #f8f8f8;
}
.mchs_guidance_columns .col-md-2:hover i, .mchs_guidance_columns .col-md-3:hover i, .bottom_links .col-md-2:hover i, .bottom_links .col-md-3:hover i, .tutorials_container .col-md-2:hover i, .tutorials_container .col-md-3:hover i {
  color: #46166b;
}

.mchs_guidance_columns_bottom {
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.tutorials_container {
  margin: 0 auto;
}
.tutorials_container .row {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tutorials_container .col-md-2 {
  width: 100%;
  margin: 0;
}
.tutorials_container .col-md-2 h6 {
  font-weight: 900;
}
.tutorials_container h3 {
  text-align: left;
}
.tutorials_container .tutorials_underline {
  width: 150px;
  height: 10px;
  border-top: 2px solid #46166b;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .mchs_guidance_columns, .bottom_links {
    padding: 10px;
  }
  .mchs_guidance_columns .col-md-2, .mchs_guidance_columns .col-md-3, .bottom_links .col-md-2, .bottom_links .col-md-3 {
    margin: 1px;
    padding: 5px;
  }
  .mchs_guidance_columns .col-md-2 h3, .mchs_guidance_columns .col-md-3 h3, .bottom_links .col-md-2 h3, .bottom_links .col-md-3 h3 {
    font-size: 17px;
  }
  .mchs_guidance_columns .col-md-2 h6, .mchs_guidance_columns .col-md-3 h6, .bottom_links .col-md-2 h6, .bottom_links .col-md-3 h6 {
    font-size: 13px;
  }
}
.mchs_guidance_desc {
  padding: 70px 100px 70px 100px;
  font-size: 20px;
  background-color: #f8f8f8;
}
.mchs_guidance_desc table {
  margin: 0 auto;
  max-width: 100vw;
}
.mchs_guidance_desc table td, .mchs_guidance_desc table th {
  border: 1px solid black;
  padding: 10px;
}
.mchs_guidance_desc table th {
  text-align: center;
}

.mchs_guidance_sap, .mchs_guidance_pdfs, .mchs_guidance_minutes {
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
}
.mchs_guidance_sap .mchs_guidance_underline, .mchs_guidance_pdfs .mchs_guidance_underline, .mchs_guidance_minutes .mchs_guidance_underline {
  width: 150px;
  height: 10px;
  border-top: 2px solid #46166b;
}
.mchs_guidance_sap li, .mchs_guidance_pdfs li, .mchs_guidance_minutes li {
  padding: 2px;
}

.bottom_links {
  background-color: #f8f8f8;
}

.mchs_guidance_underline {
  width: 150px;
  height: 10px;
  border-top: 2px solid #46166b;
}

@media (max-width: 770px) {
  .mchs_guidance_desc {
    padding: 70px 15px 70px 15px;
  }

  .mchs_guidance_delegate, .mchs_guidance_pdfs, .mchs_guidance_minutes {
    padding: 15px;
    margin-left: 1%;
    margin-right: 1%;
  }
  .mchs_guidance_delegate .mchs_guidance_underline, .mchs_guidance_pdfs .mchs_guidance_underline, .mchs_guidance_minutes .mchs_guidance_underline {
    width: 150px;
    height: 10px;
    border-top: 2px solid #46166b;
  }
  .mchs_guidance_delegate li, .mchs_guidance_pdfs li, .mchs_guidance_minutes li {
    padding: 2px;
  }
}
.mchs_guidance_container {
  margin: 0 auto;
}
.mchs_guidance_container .col-md-12 {
  padding: 50px;
}
.mchs_guidance_container .col-md-12 li {
  padding: 4px;
}

.mchs_guidance_attribution {
  width: 100%;
  text-align: center;
}

.visitors {
  padding: 50px;
}
.visitors .underline {
  margin-bottom: 15px;
}
.visitors .visitors_list {
  list-style: none;
  padding-left: 8px;
}

.curriculum-docs .btn-curriculum {
  text-align: center;
  width: 250px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.curriculum-docs .btn-curriculum:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.curriculum-docs table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.curriculum-docs table tr th, .curriculum-docs table tr td {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
}
.curriculum-docs table tr td:first-child {
  font-weight: bold;
}
.curriculum-docs table tr:nth-child(odd) {
  background-color: #d9d9d9;
}
.curriculum-docs table tr:first-child {
  border-bottom: 3px solid black;
}

.covid_daily_school_rc h4 {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.covid_daily_school_rc .underline {
  margin: 0 auto;
}
.covid_daily_school_rc p {
  width: 600px;
  padding: 25px;
  max-width: 100%;
  margin: 0 auto;
}
.covid_daily_school_rc .lastupdated {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.covid_daily_school_rc table {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 600px;
  max-width: 100%;
}
.covid_daily_school_rc table th {
  background-color: darkgray;
}
.covid_daily_school_rc table tr:nth-child(even) {
  background-color: lightgray;
}
.covid_daily_school_rc table th, .covid_daily_school_rc table td {
  border: 1px solid black;
  padding: 2px;
}
.covid_daily_school_rc table td:first-child, .covid_daily_school_rc table th:first-child {
  text-align: left;
}
.covid_daily_school_rc table th {
  border-bottom: 2px solid black;
  text-align: center;
}
.covid_daily_school_rc table td:not(:first-child) {
  text-align: center;
}

.news-archive {
  background-color: #f8f8f8;
  padding: 25px;
  min-height: 500px;
}
.news-archive .underline {
  margin-bottom: 25px;
}
.news-archive .row-cont {
  margin-left: 10%;
  width: 80%;
  background-color: #f8f8f8;
}
.news-archive .row-cont .item {
  padding: 15px;
  width: 100%;
  min-height: 250px;
  border-bottom: 4px solid #f8f8f8;
  background-color: white;
}
.news-archive .row-cont .item .col-md-4 {
  display: flex;
  justify-content: center;
}
.news-archive .row-cont .item .col-md-4 img {
  width: 300px;
  height: 180px;
  margin: auto;
  display: block;
  vertical-align: middle;
}
.news-archive .row-cont .item .col-md-8 {
  display: flex;
}
.news-archive .row-cont .item .col-md-8 div {
  margin: auto;
  margin-left: 0;
  display: block;
  vertical-align: middle;
}
.news-archive .row-cont .item .col-md-8 div .btn {
  float: left;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
.news-archive .row-cont .item .col-md-8 div .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.news-archive .archive-sidebar {
  width: 20%;
  background-color: #f8f8f8;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0 auto;
}
.news-archive .archive-sidebar .sidebar-cont {
  background-color: white;
  border: 1px solid gray;
  padding: 10px;
}
.news-archive .archive-sidebar h3 {
  display: inline;
}
.news-archive .archive-sidebar select, .news-archive .archive-sidebar input {
  padding: 5px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.news-archive .archive-sidebar select {
  width: 110px;
  margin-bottom: 25px;
}
.news-archive .archive-sidebar .btn {
  display: block;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
.news-archive .archive-sidebar .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.news-archive .news-archive-search p {
  display: block;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
}
.news-archive .news-archive-search label {
  display: none;
}
.news-archive .news-archive-search input {
  display: block;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 15px;
}
.news-archive .news-archive-search input[type=submit] {
  width: 150px;
}
.news-archive .pagination-cont {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
}
.news-archive .navigation.pagination {
  margin: 0 auto !important;
  text-align: center;
  display: block;
  width: auto;
}
.news-archive .navigation.pagination h2 {
  display: none;
}
.news-archive .navigation.pagination .nav-links {
  padding: 10px;
  background-color: #46166b;
}
.news-archive .navigation.pagination .nav-links .current, .news-archive .navigation.pagination .nav-links .dots, .news-archive .navigation.pagination .nav-links a {
  color: white;
  padding: 3px;
}
.news-archive .navigation.pagination .nav-links .current {
  font-weight: bold;
}

@media only screen and (max-width: 1100px) {
  .archive-sidebar {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
  .archive-sidebar h3, .archive-sidebar select {
    padding: 2px !important;
    font-size: 16px !important;
  }
  .archive-sidebar h3 {
    font-weight: bold !important;
  }
  .archive-sidebar .news-archive-search input[type=text] {
    padding: 2px !important;
  }

  .row-cont {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .row-cont .item div, .row-cont .btn {
    text-align: center !important;
    margin: 0 auto !important;
  }
  .row-cont .btn {
    float: none !important;
  }
}
.info_1to1 {
  background-color: #f8f8f8;
  padding: 20px;
}
.info_1to1 .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.info_1to1 h1 {
  text-align: center;
}
.info_1to1 .underline {
  margin: 0 auto;
}
.info_1to1 .card-deck {
  margin: 0 auto;
  width: 100%;
}
.info_1to1 .col-lg-4 {
  padding: 0;
}
.info_1to1 .news_card {
  border: none;
  border-radius: 5px;
  min-height: 200px;
  transition: all 0.2s ease;
}
.info_1to1 .news_card:hover {
  box-shadow: 5px 5px 10px grey;
  transform: scale(1.02);
}
.info_1to1 .news_card .banner_box, .info_1to1 .news_card img {
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.info_1to1 .news_card .btn {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  border-radius: 20px !important;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.info_1to1 .news_card .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.info_1to1 .col-md-12 h5 {
  padding-top: 10px;
}
.info_1to1 .row {
  margin: 0 auto;
}
.info_1to1 .row .col-md-4 {
  padding: 30px;
}
.info_1to1 .row .col-md-4 div.box {
  overflow-x: hidden;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  text-align: center;
  transition: border-color 0.2s ease;
  transition: box-shadow 0.2s ease;
  border: 1px solid transparent;
}
.info_1to1 .row .col-md-4 div.box:hover {
  box-shadow: 4px 4px 5px #d3d3d3;
  border: 1px solid #46166b;
}
.info_1to1 .row .col-md-4 div.box img {
  width: 100%;
  height: 200px;
}
.info_1to1 .row .col-md-4 div.box h4 {
  margin-bottom: 5px;
  text-align: center;
}
.info_1to1 .row .col-md-4 div.box h6 {
  margin-bottom: 10px;
}
.info_1to1 .row .col-md-4 div.box p {
  text-align: left;
  height: 50px;
}
.info_1to1 .row .col-md-4 div.box .btn {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  border-radius: 20px !important;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  min-height: 0;
}
.info_1to1 .row .col-md-4 div.box .btn:hover {
  filter: brightness(0.8);
  box-shadow: none;
}
.info_1to1 .row .btn_bottom {
  text-align: center;
  width: 150px !important;
  margin: 0 auto;
  border-radius: 20px !important;
  margin-bottom: 25px;
  margin-top: 15px;
  color: white;
  background-color: #46166b;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
.info_1to1 .row .btn_bottom:hover {
  filter: brightness(0.8);
}

@media only screen and (max-width: 767px) {
  .info_1to1 .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer {
  background-color: #f8f9fa !important;
  min-height: 300px;
}
footer .footer_row {
  color: black;
  width: 100%;
}
footer .footer_row .col-md-12 {
  padding: 0;
  padding-top: 15px;
  font-size: 13px;
}
footer .footer_row .col-md-12 ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  width: 100%;
  text-align: left;
  margin-left: 33px;
  margin-right: 33px;
}
footer .footer_row .col-md-12 .btn {
  margin-left: 0;
  margin-top: 10px;
  font-size: 13px;
  padding: 2px;
  width: 160px;
}
footer .tpl_disc {
  width: 100%;
  text-align: left;
  margin-left: 33px;
  margin-right: 33px;
  font-size: 12px;
}
footer .cr {
  width: 100%;
  text-align: left;
  margin-left: 33px;
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
