/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@media (min-width: 768px) {
  /* line 43, ../sass/screen.scss */
  .view-home-slideshow .view-footer {
    width: auto;
    z-index: 800;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 23, ../sass/screen.scss */
  .view-home-slideshow .view-footer > section {
    width: 32%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 27, ../sass/screen.scss */
  .view-home-slideshow .view-footer > section h2.block-title {
    background: transparent;
  }
  /* line 31, ../sass/screen.scss */
  .view-home-slideshow .view-footer .block-menu {
    padding-bottom: 0;
  }
  /* line 34, ../sass/screen.scss */
  .view-home-slideshow .view-footer #block-views-upcoming-events-block-1,
  .view-home-slideshow .view-footer #block-views-latest-news-block-1 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 992px) {
  /* line 55, ../sass/screen.scss */
  .view-home-slideshow .view-footer {
    width: 930px;
    z-index: 800;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 23, ../sass/screen.scss */
  .view-home-slideshow .view-footer > section {
    width: 32%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 27, ../sass/screen.scss */
  .view-home-slideshow .view-footer > section h2.block-title {
    background: transparent;
  }
  /* line 31, ../sass/screen.scss */
  .view-home-slideshow .view-footer .block-menu {
    padding-bottom: 0;
  }
  /* line 34, ../sass/screen.scss */
  .view-home-slideshow .view-footer #block-views-upcoming-events-block-1,
  .view-home-slideshow .view-footer #block-views-latest-news-block-1 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1200px) {
  /* line 67, ../sass/screen.scss */
  .view-home-slideshow .view-footer {
    width: 1000px;
    z-index: 800;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  /* line 23, ../sass/screen.scss */
  .view-home-slideshow .view-footer > section {
    width: 32%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 27, ../sass/screen.scss */
  .view-home-slideshow .view-footer > section h2.block-title {
    background: transparent;
  }
  /* line 31, ../sass/screen.scss */
  .view-home-slideshow .view-footer .block-menu {
    padding-bottom: 0;
  }
  /* line 34, ../sass/screen.scss */
  .view-home-slideshow .view-footer #block-views-upcoming-events-block-1,
  .view-home-slideshow .view-footer #block-views-latest-news-block-1 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
/* line 75, ../sass/screen.scss */
.region-banner .school-title {
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto !important;
  margin: 0 !important;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e2e2e2;
}
/* line 82, ../sass/screen.scss */
.region-banner .school-title .block-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 86, ../sass/screen.scss */
.region-banner .school-title .block-content p,
.region-banner .school-title .block-content #page-title {
  font-size: 30px;
  font-weight: 900;
  color: #3c3c3c;
}

/* line 96, ../sass/screen.scss */
#navbar.navbar-default {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 101, ../sass/screen.scss */
#block-delta-blocks-page-title h1 {
  margin: 0;
  padding: 0 0 35px 0;
  font-size: 28px;
}

/* line 108, ../sass/screen.scss */
#block-custom-seven-custom-addthis {
  display: none;
}

/* line 132, ../sass/screen.scss */
.section-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* line 139, ../sass/screen.scss */
.section-banner.with-image .inner {
  height: 180px;
  position: relative;
}
/* line 142, ../sass/screen.scss */
.section-banner.with-image .inner h1 {
  position: absolute;
  bottom: 20px;
  left: 0;
}
/* line 149, ../sass/screen.scss */
.section-banner .inner {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 153, ../sass/screen.scss */
.section-banner .inner h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #000;
  text-shadow: 0 0 19px rgba(255, 255, 255, 0.9);
}

/* line 166, ../sass/screen.scss */
#node-170 .field-name-body table {
  width: 100% !important;
}
/* line 172, ../sass/screen.scss */
#node-170 .field-name-body table tr td {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 4px;
  width: 100% !important;
  border-left: 5px solid transparent;
}
/* line 177, ../sass/screen.scss */
#node-170 .field-name-body table tr td p {
  margin: 0;
  padding: 0;
}
/* line 181, ../sass/screen.scss */
#node-170 .field-name-body table tr td a {
  color: #B95209;
}
/* line 185, ../sass/screen.scss */
#node-170 .field-name-body table tr td:hover {
  background-color: #f1f1f1;
  border-left-color: #f47920;
}
/* line 188, ../sass/screen.scss */
#node-170 .field-name-body table tr td:hover a {
  color: #3c3c3c;
  text-decoration: none;
}
/* line 194, ../sass/screen.scss */
#node-170 .field-name-body table tr td a[href$=".pdf"]:after {
  content: "(PDF)";
  font-size: 10px;
  color: #666;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 202, ../sass/screen.scss */
#node-170 .field-name-body table tr td strong {
  display: block;
  padding: 20px 0 4px 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
/* line 208, ../sass/screen.scss */
#node-170 .field-name-body table tr td strong:before {
  content: "-";
  margin-right: 10px;
}
/* line 212, ../sass/screen.scss */
#node-170 .field-name-body table tr td strong:after {
  content: "-";
  margin-left: 10px;
}

/* line 223, ../sass/screen.scss */
.pagination {
  display: none;
  padding: 8px;
  background-color: #f7f7f7;
  border: 1px solid #e2e2e2;
}
/* line 230, ../sass/screen.scss */
.pagination span {
  color: #ccc;
}
