﻿@import "bootstrap.css";

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  background-color: rgb(28, 25, 25);
  color: white;
  margin-top: auto;
}

.ddButton {
  display: none;
}

table.unbordered,
.unbordered th,
.unbordered td {
  border: none !important;
  font-family: 'Open Sans', sans-serif;
  padding-left: 0px;
  padding-bottom: 0;
  padding-top: 0px;
}



@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}


p {
  font-family: 'Open Sans', sans-serif;

}

table,
th,
td {
  border: 1px solid #8A8A8A;
  font-family: 'Open Sans', sans-serif;
}

.panel th {
  padding: 10px 15px;
  text-align: center;
  width: 33%
}

.panel td {
  padding: 10px;
  line-height: 1.5;

}


.panel .center {
  text-align: center;
}

.full-watermark {
  background-size: 400px;
  background-image: url(Watermark2.png);
  background-position: 0 30px;
  background-repeat: no-repeat;

}

.full-watermark2 {
  background-size: 400px;
  background-image: url(Watermark3.png);
  background-position: right top;
  background-repeat: no-repeat;

}

.schoolWatermark {
  background-size: cover;
  background-image: url(schoolwatermark.jpg);
  background-position: center;
  background-repeat: no-repeat;
}


.watermark {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  float: right;
  opacity: 0.09;
  height: 350px;
}

.watermark2 {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
  float: left;
  opacity: 0.09;
  height: 400px;
}


.maindiv {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 70%;
  max-width: 1500px;
}

.topTxt {
  text-align: right;
  padding-top: 10px;
  font-family: Arial Narrow, sans-serif;
  color: rgb(89, 89, 89);
}

.mottoTxt {
  text-align: right;
  padding-top: 10px;
  font-family: Arial Narrow, sans-serif;
  color: rgb(89, 89, 89);
  float: right;
  display: inline;
  position: absolute;
  top: 55px;
  right: 0;
  font-size: 18px;

}

.links {
  font-size: 14px;
}

.links li {
  padding-right: 10px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.9;
  transition: background-color 0.2s;
  border-bottom: lightgray 1px dotted;
}

.links li a:hover {
  color: teal;
  text-decoration: none;
  opacity: 1;
}

.links .last {

  border-bottom: none;
}

.logoFull {
  margin-top: 20px;
  padding-bottom: 30px;
}

.logo {
  height: 120px;
  float: left;
}

.logoTxt {
  font-family: Georgia, serif;
  font-size: 36px;
  color: rgb(48, 45, 45);
  padding-top: 15px;
  font-weight: 500;
}


.monday {
  background-color: #e6e6ff;

}

.tuesday {
  background-color: #ddffff;

}

.wednesday {
  background-color: #fdf0f4;

}

.thursday {
  background-color: #d6f1f8;

}

.friday {
  background-color: #d3fdd3;

}

.coming_soon {
  background-color: #fcfac5;
}

.monday,
.tuesday,
.wednesday,
.thursday,
.friday,
.coming_soon {

  padding: 10px 5px !important
}

.carousel-indicators {
  right: initial !important;
  left: initial !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.carousel-indicators li {
  border: none !important;
  border-radius: 50%;
  height: 15px !important;
  width: 15px !important;
}

.carousel-caption {
  top: 160px !important;
  text-align: left !important;
  right: 15% !important;
  left: 15% !important;
  width: 50%;
}

.captionHeader {
  line-height: 1.3;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 52px;
  padding-bottom: 30px;
}

.captionText {
  line-height: 1.7;
  padding-bottom: 20px;
  margin-bottom: 30px;
  max-width: 70%
}

.captionButton {
  display: inline;
  border-radius: 5px;
}

.captionButton a {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px white solid;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.captionButton a:hover {

  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.8);

}

.successButton {
  background-color: rgba(0, 80, 78, 0.6);
  display: inline;
  border-radius: 5px;
  float: right;

}

.successButton a {
  background-color: rgba(0, 80, 78, 0.6);
  display: inline;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px white solid;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.successButton a:hover {

  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.8);

}

.tourvideo {
  height: 500px
}


.mainbg {
  height: 650px;
  object-fit: cover;
  display: block !important;
  width: 100%;
}

.pagebg {
  height: 500px;
  object-fit: cover;
  display: block !important;
  width: 100%;
}

.col.footer_logo {
  text-align: right;
}

.schoolbg {

  height: 450px;
  object-fit: cover;
  display: block !important;
  width: 100%;
}

.schoolbgbottom {

  height: 400px;
  object-fit: cover;
  display: block !important;
  width: 100%;
}

.prinbg {

  height: 400px;
  object-fit: cover;
  display: block !important;
  width: 100%;
}

.breadcrumbs {
  padding-top: 40px;
  font-size: 20px;
  color: gray;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.breadcrumbs a {
  font-size: 14px;
  color: #212529;
  font-weight: normal;
}

.breadcrumbs .disabled,
.breadcrumbs .current {
  opacity: 1;
  color: #212529;
  font-size: 14px;
  font-weight: normal;
}

.breadcrumbs .current {

  opacity: 1;
  font-weight: 600;
}

.breadcrumbs .previous {
  text-decoration: underline;
}



.bar {
  background-color: rgb(0, 102, 102);
  color: white;
  font-family: Arial Narrow, sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  transition: background-color 0.2s;
  box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.4);
}

.on-scroll {
  background-color: rgba(20, 20, 20, 0.9) !important;
  transition: background-color 0.2s;
}

.on-scroll li:hover {
  background-color: rgb(70, 70, 70) !important;
  transition: background-color 0.2s;
  cursor: pointer;
}

.on-scroll li:focus,
.on-scroll li:active {
  background-color: rgb(70, 70, 70) !important;
  transition: background-color 0.2s;
}


.bar a {
  text-decoration: none;
}


.bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bar li {
  display: inline;
}

.bar li:hover {
  background-color: rgb(0, 126, 126);
  cursor: pointer;
  transition: background-color 0.2s;
}

.bar li:focus {
  background-color: rgb(0, 126, 126);
  transition: background-color 0.2s;
}

.teachers {
  list-style-type: none;
  line-height: 1.7;
}

.smallHeading {
  color: rgb(43, 43, 43);
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
  padding-bottom: 3px;
  font-size: 20px;

}

.mainheading {
  font-family: 'Open Sans', sans-serif;
  padding-top: 30px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 30px;
}

.mainheading-index {
  font-family: 'Open Sans', sans-serif;
  padding-top: 120px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 30px;
}

.mainheadingPg {
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  font-size: 36px;
}

.mainheadingSEN {
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 30px;
}

.smallMainHeading {
  color: #a52a2a;
  font-family: Georgia, 'Times New Roman',
    Times, serif;
}

.largeMainHeading {
  color: #A52A2A;
  font-family: Georgia, 'Times New Roman',
    Times, serif;

}

.logo_links {
  border: lightgray 1px solid;
  padding: 15px 20px;
  width: 170px;
  height: 90px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

.logo_links:hover {
  border: 1px solid rgb(190, 190, 190);
  box-shadow: 1px 1px 2px rgb(155, 155, 155);

}

.heading {
  font-family: Georgia, serif;
  font-size: 32px;
  color: rgb(48, 45, 45);
  font-weight: 500;
  padding-top: 45px;
  padding-bottom: 3px;
  width: 100%;
  border-bottom: rgb(201, 201, 201) solid 3px;

}

.heading2 {
  font-family: Georgia, serif;
  font-size: 32px;
  color: rgb(48, 45, 45);
  font-weight: 500;
  padding-top: 55px;
  padding-bottom: 3px;
  width: 100%;
  text-align: center;

}

.heading3 {
  font-family: Georgia, serif;
  font-size: 28px;
  color: rgb(48, 45, 45);
  font-weight: 500;
  padding-top: 55px;
  padding-bottom: 3px;
  width: 100%;
  text-align: center;

}

.maroon {
  color: maroon
}

.heading-med {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 24px;
  color: #c04949;
  font-weight: 500;
  padding-top: 45px;
  padding-bottom: 3px;
}

.next_pg {
  color: rgb(48, 45, 45);
  text-decoration: underline;
}

.next_pg:hover {
  color: rgb(48, 45, 45);
  opacity: 0.8;
}

.badge {
  background-color: maroon;
  color: white;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-top: 10px
}

.badge:hover {
  background-color: brown;
  cursor: pointer;
  color: white;
}

.sen-heading-med,
.pastoral-heading-med,
.buses-heading-med {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 24px;
  color: #c04949;
  font-weight: 500;
  padding-top: 45px;
  padding-bottom: 3px;

}

.heading-small {
  font-family: Georgia, serif;
  font-size: 20px;
  color: rgb(48, 45, 45);
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 3px;
  width: 100%;
}

.gallery {
  width: 100%;
}

.backButton {
  color: rgb(48, 45, 45);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  border: none;
  bottom: 0;
  padding: 0;
  background-color: transparent;
}

.backButton:hover {
  color: rgba(48, 45, 45, 0.9);
  text-decoration: underline;
}

.backHomeButton {
  color: rgb(48, 45, 45);
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  text-align: right;
}

.backHomeButton:hover {
  color: rgba(48, 45, 45, 0.9);
  text-decoration: underline;
}

.greenBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  margin-right: 7%;
  background-color: rgba(0, 80, 78, 0.85);
}

.eventCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  text-align: center;
}


.styledEvents {
  overflow: hidden;
}

.imageEvents {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: transform .2s;

}

.information {
  color: white;
  text-decoration: none;
}

.informationLinks:hover {
  color: white;
  text-decoration: underline;
}

.tourheight {
  height: 420px
}

.imageEvents:hover {
  transition: transform .2s;
  transform: scale(1.5);
}



.greenBg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  margin-left: 7%;
  background-color: rgba(0, 80, 78, 0.85);
}

.blackBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.blackBgFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.greenBgFull {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 80, 78, 0.91);
}

.greenBg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-color: rgba(0, 80, 78, 0.93);
}

.topSchoolTxt {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;

}

.topSchoolIcon {
  height: 100px;
  margin-top: 50px;
}

.circlePrin {
  margin-top: 80px;
  width: 220px;
  margin-left: 15%;
  border-radius: 50%;
  border: 2px solid teal;
  float: left;
}

.prinText {
  padding-right: 70px;
}

.sixth_form_photo {
  width: 98%;
  border-radius: 2px;
  box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.3)
}

.sixthformprop {
  width: 300px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}

.sf_photo {
  margin: auto auto;
  text-align: center;
  padding-bottom: 30px;
}

.successTxtHeading {
  padding-top: 60px;
  padding-right: 10%;
  padding-left: 10%;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;

}

.importantinfoheading {
  padding-top: 60px;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
}

.importantinfoTxt {
  padding-top: 20px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  display: block;

}

.importantinfoTxt a {
  color: white;

}

.importantinfoTxt a:hover {
  color: white;
  opacity: 0.85;
  text-decoration: underline;

}

.successTxt {
  padding-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;

}

.standardTxt {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: rgb(48, 45, 45);
  line-height: 1.5;
}

.assess_logos {
  height: 100px;
  width: 150px;
  margin: 10px 0;
}

.assess_txt {
  display: block;
  width: 550px
}

.usefulCont {
  border: lightgray 1px solid;
  padding: 15px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
}

.policies_btn,
.help_btn,
.bus_btn {
  margin: 0 10px 20px 0;
  border-radius: 5px;
  padding: 20px 20px;
  background-color: rgb(245, 245, 245);
  color: rgb(0, 83, 83);
  box-shadow: 5px 5px 8px rgba(80, 80, 80, 0.1)
}

.policies_btn:hover,
.help_btn:hover,
.bus_btn:hover {
  opacity: 0.9;
}

.policies_lst a:hover,
.help_lst a:hover,
.bus_lst a:hover,
.letters_lst a:hover {
  text-decoration: none;
}

.caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: rgb(48, 45, 45);
  padding-right: 5px;
  font-weight: 600;
  padding-top: 25px;
  text-align: right;

}

.prinImg {
  height: 150px;
  float: right;
  padding-left: 20px;

}

.card {

  border-radius: 0;

}

.imageContain {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: 200px;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 80, 78, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.card:hover {
  cursor: pointer;
  border: rgb(120, 120, 120) 1px solid;
}

.card:hover .overlay {
  bottom: 0;
  height: 100%;
}

.eventHeading {
  padding-top: 10px;
  padding-left: 10px;
  color: rgb(0, 58, 59);
  font-family: Georgia, serif;
  font-size: 20px;
}

.eventLogo {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.eventTxt {
  padding: 10px;
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: rgb(48, 45, 45);
  line-height: 1.5;
}

.col-70 {
  position: relative;
  padding-right: 15px;
  padding-left: 30px;
  -ms-flex: 00 69%;
  flex: 0 0 69%;
  max-width: 69%;
}

.links ul {
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 1.8;
  list-style: none;
}


.links a {
  color: rgb(48, 45, 45);
  text-decoration: none;
}

.activeLink a {
  color: teal !important;
}

.mailAddress {
  color: white;
  text-decoration: none;
}

.mailAddress:hover {
  color: white;
  opacity: 0.8;
}

.contact_mail {
  color: inherit
}

.contact_mail:hover {
  color: inherit;
  opacity: 0.8;
}

.prospectusLeft {
  width: 100%;
  margin-top: 10px;
  margin-right: 5px;
  border: solid 1px lightgray;
}

.prospectusRight {
  width: 100%;
  margin-top: 10px;
  margin-left: 5px;
  border: solid 1px lightgray;
}

.opacity-85:hover {
  opacity: 0.85;
}

.smallPhoto {
  background-color: gray;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.smallPhotoOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 10px;
  left: 5px;
  bottom: 0;
  right: 5px;
  position: absolute;
  z-index: 2;
}

.smallPhotoTxt {
  margin: 0;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footerTxt {
  padding: 50px 0 20px 0;
  font-family: Arial Narrow, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px white solid;

}

.footerTxt b {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.col-6.help_lst,
.col-6.policies_lst {
  flex: 0 0 50%;
  max-width: 50%;
}

.col.help_lst,
.col.policies_lst {
  flex: 0 0 50%;
  max-width: 50%;
}

.travelMap {
  margin: 20px 0 30px 0;
  width: 90%;
  display: block;
  border: solid 1px darkgray;
}

.dropdown-menu {
  margin: 0 !important;
  font-size: 1.1rem !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 15px !important;
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0 !important;
}

.dropdown-menu.double {
  width: 450px
}

.navbar-light {
  color: white !important;
}

.mr-auto {
  margin: auto !important;
}

.nav-link {
  color: white !important;
  padding: 9.5px 20px !important;
}

.navbar {
  padding: 0 !important;
}

.google_classroom_logo {
  margin-top: 25px;
  height: 70px;
  padding-left: 5px;
  margin-bottom: 25px;
}

a.sitemap {
  color: white;
}

a.sitemap:hover {
  text-decoration: underline;
  color: white;
}


.AsdEA:hover {
  text-decoration: none;
  opacity: 0.9;
}

.hyperlink {
  color: maroon;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 3px;
}

.hyperlink:hover {
  color: maroon;
  text-decoration: underline;
  opacity: 0.85;
  cursor: pointer;
  text-underline-offset: 3px;
}

.hyperlink:hover {
  color: maroon;
  text-decoration: underline;
  opacity: 0.85;
  cursor: pointer;
  text-underline-offset: 3px;
}

a:hover {
  text-decoration: none;

}

.dropdown-item {
  color: rgb(64, 64, 64) !important;
  padding: 0.53rem 0.4rem !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.9rem !important;
  transition: background-color 0.2s, color 0.2s;
}

.dropdown-item:hover {

  background-color: rgb(221, 221, 221) !important;
}

.nav-item.dropdown.show {
  background-color: rgb(0, 126, 126);
}

.on-scroll .nav-item.dropdown.show {
  background-color: rgb(70, 70, 70);
}

.dropdown-item:active {
  color: white;
  background-color: gray !important;
  text-decoration: none;
}

.report1 {
  height: 55px;
  width: 130px;

}


.dropdown-menu .col-5 {
  padding-left: 0;
  border-right: rgb(214, 214, 214) 1px solid
}

.button-float {
  text-decoration: none;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
}

.senactive:hover {
  text-decoration: none;
}

a .senactive {
  color: teal
}

a .senactive:hover {
  color: teal !important
}



.calendarTerm {
  background-color: white;
  width: 90%
}

.calendarTerm.tbc {
  background-color: white;
  width: 40%
}

.prinlogo {
  height: 450px;
  display: none;
}

.prin-display {
  display: block !important;
}

.prin-animation {
  animation: mymove 2s;
  animation-iteration-count: 1;
  position: relative;
  display: block !important;
}

@keyframes mymove {
  from {
    left: -500px;
    opacity: 0;
  }

  to {
    left: 0px;
    opacity: 1;
  }

}

.calendarDiv {
  margin-bottom: 60px;
}

.calendarButtons {
  text-align: center;
  padding-bottom: 10px;
}

.mmButton {
  background-color: rgb(0, 102, 102);
  border: 5px rgb(0, 74, 74) solid;
  color: white;
  width: 8.3333%;
  padding: 4px;
  text-align: center;
}

.mmButton:hover {
  background-color: rgba(0, 128, 128, 0.9);
  border: 5px rgb(0, 74, 74) solid;
  color: white;
}

.calendarDiv table {
  border: grey 4px solid;
}


.calendarTerm .days td {
  border-top: grey 3px solid;
  border-bottom: grey 3px solid;
  font-size: 13px;
  font-weight: 600;
}

.calendarTerm td {
  width: 14.28%;
  vertical-align: top;
  padding: 5px
}

.calendarTerm .date {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.calendarTerm .event {
  font-size: 12px;
  border-left: 5px indianred solid;
  border-radius: 2px;
  padding-left: 3px;
}

.calendarTerm .event_2 {
  font-size: 12px;
  border-left: 5px #288a85 solid;
  border-radius: 2px;
  padding-left: 3px;
  margin-top: 10px;
}

.calendarTerm .event_2c {
  font-size: 12px;
  border-left: 5px #288a85 solid;
  border-radius: 2px;
  padding-left: 3px;
}

.calendarTerm .closed {
  font-size: 12px;
  border-radius: 2px;
  padding-left: 0px;
}

.calendarTerm .holiday {
  background-color: #FFF2B4;
}

.calendarTerm .closure {
  background-color: #B0E2EB;
}

.calendarTerm .oldevent {
  font-size: 13px;
  border-left: 5px grey solid;
  border-radius: 2px;
  padding-left: 3px;

}

.calendarTerm .prev {
  background-color: rgba(230, 230, 230, 0.4);
  opacity: 0.5;
}

.calendarTerm tr {
  height: 100px;
}

.calendarTerm .weekend {
  color: #AAB4BE;
}


.calendarTerm thead tr {
  height: 50px;
}

.calendarTerm thead td {
  text-align: center;
  vertical-align: middle;

}

.calendarTerm thead .month {
  text-align: left;
  background-color: white;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
}

.jan {
  display: none;
}

.feb {
  display: none;
}

.mar {
  display: none;
}

.apr {
  display: none;
}

.may {
  display: none;
}

.jun {
  display: none;
}

.jul {
  display: none;
}

.aug {
  display: none;
}

.sep {
  display: none;
}

.oct {
  display: none;
}

.nov {
  display: none;
}

.dec {
  display: none;
}

.welcome {
  padding-bottom: 100px;
}

.welcome .col {
  padding-top: 100px;
  padding-left: 70px
}

.welcome .col-6 {
  padding-left: 30px
}

.importInfo1 {
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 22px;
}

.importInfo2 {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 22px;
}

.important_links {
  padding: 20px 25px 50px 20px;
  color: white
}

.row.linkinfo {
  padding: 80px 0;
}

.usefulLinks {
  padding: 20px 0 80px 0
}


.calendarMonths {
  width: 90%;
  margin: auto auto;
  border: none !important
}

table.uniform {
  width: 80%
}

.logolinkcol {
  padding-left: 45px
}

.subject_tbl {
  width: 80%;
  margin: 30px 10px
}

.subject_img {
  width: 50%;
  padding: 10px;
}

.SFProspectus {
  padding-top: 30px;
  width: 300px;
  margin: 20px auto
}

.hbhg_img {
  height: 350px;
  width: 300px;
 
}

.videos {
  width: 100%
}

.uniform {
  width: 400px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 70px;
}

.success_main_text {

  width: 70%
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@media screen and (min-width:300px) and (max-width:450px) {

  .uniform {
    width: 100%
  }

  .success_main_text {

    width: 100%
  }

  .logo_links {
    border: lightgray 1px solid;
    padding: 15px 20px;
    width: 140px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .logolinkcol {
    padding-left: 25px;
    margin-bottom: 70px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-top: 40px !important;
  }

  .usefulLinks {
    padding: 20px 0 30px 0
  }

  .assess_txt {
    display: block;
    width: 100%
  }

  .videos {
    width: 90%
  }


  .mon-s {
    display: block;
  }

  .tue-s {
    display: none;
  }

  .wed-s {
    display: none;
  }

  .thur-s {
    display: none;
  }

  .fri-s {
    display: none;
  }


  .col-70.bus_lst,
  .col-70.bus {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .col-70.sub {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
    font-size: 15px;
  }

  .col-70 .heading-med {
    font-size: 18px;
  }


  .col.sub {
    display: none;
  }

  .subject_tbl {
    width: 100%;
    margin: 30px 0px;
    font-size: 12px
  }

  .panel th {
    padding: 10px 9px;
  }

  .SFProspectus {
    padding-top: 30px;
    width: 200px;
    margin: 20px auto
  }

  .subject_img {
    width: 70%
  }

  .sixthformprop {
    width: 200px;
  }

  .hbhg_img {
    float: none;
    height: 250px;
    width: 200px;
    display: block;
    padding-bottom: 20px;
  }

  .button-float {
    text-decoration: none;
    padding-top: 10px;
    padding-right: 20px;
    text-align: center;
  }

  table.uniform {
    width: 100%;
  }

  table.bordered,
  .bordered th,
  .bordered td {
    border: 1px solid #8A8A8A;
    font-family: 'Open Sans', sans-serif;
  }

  .mainheadingPg {
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    font-size: 22px;
  }

  .heading-med {

    font-size: 18px;
    color: #c04949;
    font-weight: 500;
    padding-top: 45px;
    padding-bottom: 3px;
  }

  .sen-heading-med,
  .pastoral-heading-med,
  .buses-heading-med {
    font-size: 18px;
  }

  .calendarMonths {
    width: 100%;
    margin: auto auto;
    border: none !important;
    margin-bottom: 10px
  }


  .calendarMonths tr {
    text-align: center;
  }

  .calendarTerm {
    background-color: white;
    width: 100%
  }

  .calendarTerm.tbc {
    background-color: white;
    width: 100%
  }



  .tourvideo {
    height: 300px
  }

  .calendarDiv {
    margin-bottom: 60px;
  }

  .calendarButtons {
    text-align: center;
    padding-bottom: 10px;
  }

  .mmButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
  }

  .mmButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .ddButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 17%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
    display: inline-block;
  }

  .ddButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .calendarDiv table {
    border: grey 3px solid;
  }

  tr.days {
    display: none;
  }


  td.blank {
    display: none !important;
  }

  .calendarTerm .days td {
    display: none;
  }

  .calendarTerm td {
    width: 100%;

    padding: 5px;
    display: block;
  }

  .calendarTerm .date {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .calendarTerm .event {
    font-size: 12px;
    border-left: 5px indianred solid;
    border-radius: 2px;
    padding-left: 3px;
  }

  .calendarTerm .closed {
    font-size: 12px;
    border-radius: 2px;
    padding-left: 0px;
  }

  .calendarTerm .holiday {
    background-color: #FFF2B4;
  }

  .calendarTerm .closure {
    background-color: #B0E2EB;
  }



  .calendarTerm tr {
    display: inline;
  }


  .calendarTerm thead tr {
    height: 50px;

  }

  .calendarTerm thead td {
    text-align: center;
    vertical-align: middle;

  }

  .calendarTerm tbody td {
    border-bottom: #8A8A8A dotted 1px !important
  }

  .calendarTerm thead .month {
    text-align: left;
    background-color: white;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    padding-top: 14px;
    border-bottom: #8A8A8A 3px solid;
  }

  table,
  th,
  td {
    border: none;
    font-family: 'Open Sans', sans-serif;
  }


  .breadcrumbs,
  .breadcrumbs a,
  .breadcrumbs .disabled,
  .breadcrumbs .current {
    font-size: 12px;
  }

  .mainheading {
    font-size: 22px;
  }


  .important_links {
    padding: 0px 0px 50px 0px;
    color: white
  }

  .col-6.help_lst,
  .col-6.policies_lst,
  .col-6.policies_lst {
    padding: 0px 15px 30px 15px !important;
  }


  .importInfo1 {
    color: rgb(67, 67, 67);
    font-weight: normal;
    font-size: 20px;
  }

  .importInfo2 {
    text-transform: uppercase;
    color: rgb(43, 43, 43);
    font-weight: bold;
  }


  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-light .navbar-toggler {
    margin: auto;
    border: none;
  }

  .mottoTxt {
    display: none;
  }

  .maindiv {
    width: 90%;
  }

  .logo {
    height: 55px
  }

  .topTxt {
    font-size: 12px;
  }

  .logoTxt {
    font-size: 22px;
    padding-top: 0
  }

  .dropdown-menu {
    width: auto;

  }

  .dropdown-menu .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
    border-right: none
  }

  .dropdown-menu .col {
    padding-left: 0;


  }

  .dropdown-item {
    font-size: 14px !important;
  }

  .mainbg {
    height: 280px;
    object-fit: cover;
    display: block !important;
    width: 100%;
  }

  .blackBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    background-image: none !important;
  }

  .col_tour {
    padding-left: 0
  }

  .col.footer_logo {
    text-align: center;
    padding-top: 20px
  }

  a.nav-link {
    font-size: 14px;
  }

  .carousel-indicators {

    width: 100% !important;

  }

  .carousel-indicators li {

    height: 10px !important;
    width: 10px !important;
  }

  .carousel-caption {
    top: 10px !important;
    text-align: center !important;
    width: initial;
  }

  .d-none {
    display: block !important;
  }

  .row.logos .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }


  .captionHeader {
    font-size: 20px;
    padding-bottom: 10px;

  }

  .captionButton {

    display: inline;
    padding: 5px 10px;
  }

  .captionButton a {

    font-weight: bold;
    font-size: 12px;
  }

  .captionText {
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .captionText.values {
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 11px;
    max-width: 100%;
  }

  .mainheading-index {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 20px;
  }

  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 15px 30px 15px !important;
  }

  .col-8.letters_lst,
  .col-6.bus_lst,
  .col-6.policies_lst,
  .col-6.help_lst {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 15px 30px 15px !important;
  }

  .col.help_lst,
  .col.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: transparent !important;
  }


  .welcome {
    padding-bottom: 60px;
  }


  .imageEvents {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }

  .greenBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100%;
    background-color: rgba(0, 80, 78, 0.93);
  }

  .lh3 {
    line-height: 1.2;
  }

  .full-watermark2 {
    background-size: 250px;
    background-image: url(Watermark3.png);
    background-position: right top;
    background-repeat: no-repeat;
  }

  .standardTxt {
    font-size: 14px;
  }

  .full-watermark {
    background-size: 250px;
    background-image: url(Watermark2.png);
    background-position: 0 30px;
    background-repeat: no-repeat;
  }

  .schoolbg {
    height: 280px;
  }

  .schoolbgbottom {
    height: 400px;
  }

  .greenBg {
    width: 100%;
    margin-right: 0;

  }

  .successTxtHeading {
    padding-top: 30px;
    font-size: 20px;
  }

  .successTxt {
    font-size: 14px;
  }

  .successButton a {
    font-size: 12px;

  }

  .informationLinks {
    color: rgb(48, 45, 45);
    text-decoration: none;
    font-size: 14px;
  }

  .informationLinks:hover {
    color: rgb(48, 45, 45);
    text-decoration: underline;
  }

  .important_links ul {
    padding-top: 10px !important;
  }

  .row.linkinfo {
    padding: 60px 0 30px 0;
  }

  .dropdown-menu.double {
    width: initial;
  }

  .row.seninfo .col-9,
  .row.pastoralinfo .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .mainheadingSEN {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
  }

  .col.map {
    padding-top: 30px
  }

  .importantinfoheading {
    padding-top: 60px;

    color: white;
    font-size: 15px;
  }

  .importantinfoTxt {
    padding-top: 20px;
    ;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    display: block;

  }

  .prinText {
    padding-right: 0px;
  }

  .prinlogo {
    height: 300px;
    width: 80%;
    object-fit: cover;
    margin: auto;
    display: none;
    object-position: 100% 20%;
  }


  .welcome .col {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;

  }

  .welcome .col-6 {
    padding-top: 0px;


  }

  .mainheading-index {
    padding-top: 10px !important;
  }


}

@media screen and (min-width:450px) and (max-width:550px) {

  table.bordered,
  .bordered th,
  .bordered td {
    border: 1px solid #8A8A8A;
    font-family: 'Open Sans', sans-serif;
  }

  .success_main_text {

    width: 100%
  }

  .mon-s {
    display: block;
  }

  .tue-s {
    display: none;
  }

  .wed-s {
    display: none;
  }

  .thur-s {
    display: none;
  }

  .fri-s {
    display: none;
  }

  .col.map {
    padding-top: 30px
  }

  table.uniform {
    width: 100%;
  }

  .videos {
    width: 90%
  }

  .heading-med {

    font-size: 18px;
    color: #c04949;
    font-weight: 500;
    padding-top: 45px;
    padding-bottom: 3px;
  }

  .sen-heading-med,
  .pastoral-heading-med,
  .buses-heading-med {
    font-size: 18px;
  }


  .col-70.bus_lst,
  .col-70.bus {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .col-70.sub {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
    font-size: 15px;
  }

  .col-70 .heading-med {
    font-size: 18px;
  }

  .logo_links {
    border: lightgray 1px solid;
    padding: 15px 20px;
    width: 140px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .usefulLinks {
    padding: 20px 0 30px 0
  }

  .col.sub {
    display: none;
  }

  .assess_txt {
    display: block;
    width: 100%
  }

  .subject_tbl {
    width: 100%;
    margin: 30px 0px
  }

  .subject_img {
    width: 70%
  }

  .breadcrumbs a,
  .breadcrumbs .disabled,
  .breadcrumbs .current {
    font-size: 14px;

  }

  .row.logos .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  .mainheadingSEN {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
  }


  .mainheading {
    font-size: 22px;
  }

  .logolinkcol {
    padding-left: 25px;
    margin-bottom: 70px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-top: 40px !important;
  }


  .important_links {
    padding: 0px 0px 50px 0px;
    color: white
  }


  .importInfo1 {
    color: rgb(67, 67, 67);
    font-weight: normal;
    font-size: 20px;
  }

  .importInfo2 {
    text-transform: uppercase;
    color: rgb(43, 43, 43);
    font-weight: bold;
  }

  .importantinfoheading {
    padding-top: 60px;

    color: white;
    font-size: 16px;
  }

  .importantinfoTxt {
    padding-top: 20px;

    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    display: block;

  }


  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-light .navbar-toggler {
    margin: auto;
    border: none;
  }

  .mottoTxt {
    display: none;
  }

  .maindiv {
    width: 90%;
  }

  .logo {
    height: 55px
  }

  .topTxt {
    font-size: 14px;
  }

  .logoTxt {
    font-size: 22px;
    padding-top: 0
  }

  .dropdown-menu {
    width: auto;

  }

  .dropdown-menu .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
    border-right: none
  }

  .dropdown-menu .col {
    padding-left: 0;


  }

  .dropdown-item {
    font-size: 14px !important;
  }

  .mainbg {
    height: 280px;
    object-fit: cover;
    display: block !important;
    width: 100%;
  }

  .blackBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    background-image: none !important;
  }

  .col_tour {
    padding-left: 0
  }

  .col.footer_logo {
    text-align: center;
    padding-top: 20px
  }

  a.nav-link {
    font-size: 14px;
  }

  .carousel-indicators {

    width: 100% !important;

  }

  .carousel-indicators li {

    height: 10px !important;
    width: 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .carousel-caption {
    top: 10px !important;
    text-align: center !important;
    width: initial;
  }

  .captionHeader {
    font-size: 20px;
    padding-bottom: 15px;

  }

  .captionButton {

    display: inline;
    padding: 5px 10px;
  }

  .captionButton a {

    font-weight: bold;
    font-size: 12px;
  }

  .captionText {
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .captionText.values {
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 11px;
    max-width: 100%;
  }

  .mainheading-index {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 20px;
  }

  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 15px 30px 15px !important;
  }

  .col-8.letters_lst,
  .col-6.bus_lst,
  .col-6.policies_lst,
  .col-6.help_lst {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 15px 30px 15px !important;
  }

  .col.help_lst,
  .col.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: transparent !important;
  }



  .welcome {
    padding-bottom: 60px;
  }


  .imageEvents {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }

  .greenBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100%;
    background-color: rgba(0, 80, 78, 0.93);
  }

  .lh3 {
    line-height: 1.2;
  }

  .calendarMonths {
    width: 100%;
    margin: auto auto;
    border: none !important;
    margin-bottom: 10px
  }


  .calendarMonths tr {
    text-align: center;
  }

  .calendarTerm {
    background-color: white;
    width: 100%
  }

  .calendarTerm.tbc {
    background-color: white;
    width: 100%
  }


  .calendarDiv {
    margin-bottom: 60px;
  }

  .calendarButtons {
    text-align: center;
    padding-bottom: 10px;
  }

  .mmButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
  }

  .mmButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .ddButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
  }

  .ddButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .calendarDiv table {
    border: grey 3px solid;
  }

  tr.days {
    display: none;
  }

  .hbhg_img {
    float: none;
    height: 250px;
    width: 200px;
    display: block;
    padding-bottom: 20px;
  }


  td.blank {
    display: none !important;
  }

  .calendarTerm .days td {
    display: none;
  }

  .calendarTerm td {
    width: 100%;

    padding: 5px;
    display: block;
  }

  .calendarTerm .date {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .calendarTerm .event {
    font-size: 12px;
    border-left: 5px indianred solid;
    border-radius: 2px;
    padding-left: 3px;
  }

  .calendarTerm .closed {
    font-size: 12px;
    border-radius: 2px;
    padding-left: 0px;
  }

  .calendarTerm .holiday {
    background-color: #FFF2B4;
  }

  .calendarTerm .closure {
    background-color: #B0E2EB;
  }



  .calendarTerm tr {
    display: inline;
  }


  .calendarTerm thead tr {
    height: 50px;

  }

  .calendarTerm thead td {
    text-align: center;
    vertical-align: middle;

  }

  .calendarTerm tbody td {
    border-bottom: #8A8A8A dotted 1px !important
  }

  .calendarTerm thead .month {
    text-align: left;
    background-color: white;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    padding-top: 14px;
    border-bottom: #8A8A8A 3px solid;
  }

  table,
  th,
  td {
    border: none;
    font-family: 'Open Sans', sans-serif;
  }

  .full-watermark2 {
    background-size: 250px;
    background-image: url(Watermark3.png);
    background-position: right top;
    background-repeat: no-repeat;
  }

  .standardTxt {
    font-size: 14px;
  }

  .full-watermark {
    background-size: 250px;
    background-image: url(Watermark2.png);
    background-position: 0 30px;
    background-repeat: no-repeat;
  }

  .schoolbg {
    height: 280px;
  }

  .schoolbgbottom {
    height: 400px;
  }


  .greenBg {
    width: 100%;
    margin-right: 0;

  }

  .successTxtHeading {
    padding-top: 30px;
    font-size: 20px;
  }

  .successTxt {
    font-size: 14px;
  }

  .successButton a {
    font-size: 12px;

  }

  .informationLinks {
    color: rgb(48, 45, 45);
    text-decoration: none;
  }

  .informationLinks:hover {
    color: rgb(48, 45, 45);
    text-decoration: underline;
  }

  .important_links ul {
    padding-top: 10px !important;
  }

  .row.linkinfo {
    padding: 60px 0;
  }

  .row.seninfo .col-9,
  .row.pastoralinfo .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .prinText {
    padding-right: 0px;
  }

  .prinlogo {
    height: 300px;
    width: 80%;
    object-fit: cover;
    object-position: 100% 20%;
    margin: auto;
  }


  .welcome .col {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;

  }

  .welcome .col-6 {
    padding-top: 0px;


  }

  .mainheading-index {
    padding-top: 10px !important;
  }
}

@media screen and (min-width:550px) and (max-width:700px) {

  .heading-med {

    font-size: 18px;
    color: #c04949;
    font-weight: 500;
    padding-top: 45px;
    padding-bottom: 3px;
  }

  .success_main_text {

    width: 100%
  }

  .sen-heading-med,
  .pastoral-heading-med,
  .buses-heading-med {
    font-size: 18px;
  }


  .row.logos .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  .logolinkcol {
    padding-left: 25px;
    margin-bottom: 70px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-top: 40px !important
  }

  .usefulLinks {
    padding: 20px 0 30px 0
  }


  .calendarMonths {
    width: 100%;
    margin: auto auto;
    border: none !important;
    margin-bottom: 10px
  }


  .calendarMonths tr {
    text-align: center;
  }

  .calendarTerm {
    background-color: white;
    width: 100%
  }

  .assess_txt {
    display: block;
    width: 100%
  }


  .calendarTerm.tbc {
    background-color: white;
    width: 100%
  }


  .calendarDiv {
    margin-bottom: 60px;
  }

  .calendarButtons {
    text-align: center;
    padding-bottom: 10px;
  }

  table.uniform {
    width: 100%;
  }

  .mmButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
  }

  .mmButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .ddButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
  }

  .ddButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .calendarDiv table {
    border: grey 3px solid;
  }

  tr.days {
    display: none;
  }

  .videos {
    width: 90%
  }


  td.blank {
    display: none !important;
  }

  .calendarTerm .days td {
    display: none;
  }

  .calendarTerm td {
    width: 100%;

    padding: 5px;
    display: block;
  }

  .calendarTerm .date {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .calendarTerm .event {
    font-size: 12px;
    border-left: 5px indianred solid;
    border-radius: 2px;
    padding-left: 3px;
  }

  .calendarTerm .closed {
    font-size: 12px;
    border-radius: 2px;
    padding-left: 0px;
  }

  .calendarTerm .holiday {
    background-color: #FFF2B4;
  }

  .calendarTerm .closure {
    background-color: #B0E2EB;
  }



  .calendarTerm tr {
    display: inline;
  }


  .calendarTerm thead tr {
    height: 50px;

  }

  .calendarTerm thead td {
    text-align: center;
    vertical-align: middle;

  }

  .calendarTerm tbody td {
    border-bottom: #8A8A8A dotted 1px !important;
    border-top: none;
  }

  .calendarTerm thead .month {
    text-align: left;
    background-color: white;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    padding-top: 14px;
    border-bottom: #8A8A8A 3px solid;
  }

  .col-70.sub {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
    font-size: 15px;
  }

  .col-70 .heading-med {
    font-size: 18px;
  }


  .col.sub {
    display: none;
  }

  .subject_tbl {
    width: 100%;
  }

  .subject_img {
    width: 70%
  }



  .col.map {
    padding-top: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .col-70.bus_lst,
  .col-70.bus {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .breadcrumbs a,
  .breadcrumbs .disabled,
  .breadcrumbs .current {
    font-size: 14px;

  }

  .mainheading {
    font-size: 22px;
  }

  .mainheadingSEN {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
  }


  .important_links {
    padding: 0px 0px 50px 0px;
    color: white
  }


  .importInfo1 {
    color: rgb(67, 67, 67);
    font-weight: normal;
    font-size: 20px;
  }

  .importInfo2 {
    text-transform: uppercase;
    color: rgb(43, 43, 43);
    font-weight: bold;
  }


  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-light .navbar-toggler {
    margin: auto;
    border: none;
  }

  .mottoTxt {
    display: none;
  }

  .maindiv {
    width: 90%;
  }

  .logo {
    height: 55px
  }

  .topTxt {
    font-size: 14px;
  }

  .logoTxt {
    font-size: 22px;
    padding-top: 0
  }

  .dropdown-menu {
    width: auto;

  }




  .dropdown-item {
    font-size: 14px !important;
  }

  .mainbg {
    height: 280px;
    object-fit: cover;
    display: block !important;
    width: 100%;
  }

  .blackBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    background-image: none !important;
  }

  .col_tour {
    padding-left: 0
  }

  .col.footer_logo {
    text-align: center;
    padding-top: 20px
  }

  a.nav-link {
    font-size: 14px;
  }

  .carousel-indicators {

    width: 100% !important;

  }

  .carousel-indicators li {

    height: 10px !important;
    width: 10px !important;
  }

  .d-none {
    display: block !important;
  }

  .carousel-caption {
    top: 10px !important;
    text-align: center !important;
    width: initial;
  }

  .captionHeader {
    font-size: 20px;

  }

  .captionButton {
    display: inline;
    border-radius: 5px;
  }

  .captionButton a {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px white solid;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: none;
  }

  .captionText {
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .captionText.values {
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 12px;
    max-width: 100%;
  }

  .mainheading-index {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 20px;
  }

  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 15px 30px 15px !important;
  }

  .col-8.letters_lst,
  .col-6.bus_lst,
  .col-6.policies_lst,
  .col-6.help_lst {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 15px 30px 15px !important;
  }

  .col.help_lst,
  .col.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: transparent !important;
  }





  .imageEvents {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }

  .greenBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100%;
    background-color: rgba(0, 80, 78, 0.93);
  }

  .lh3 {
    line-height: 1.2;
  }

  .full-watermark2 {
    background-size: 250px;
    background-image: url(Watermark3.png);
    background-position: right top;
    background-repeat: no-repeat;
  }

  .standardTxt {
    font-size: 14px;
  }

  .full-watermark {
    background-size: 250px;
    background-image: url(Watermark2.png);
    background-position: 0 30px;
    background-repeat: no-repeat;
  }

  .schoolbg {
    height: 280px;
  }

  .schoolbgbottom {
    height: 280px;
  }

  .greenBg {
    width: 100%;
    margin-right: 0;

  }

  .successTxtHeading {
    padding-top: 30px;
    font-size: 20px;
  }

  .successTxt {
    font-size: 14px;
  }

  .successButton a {
    font-size: 12px;

  }

  .informationLinks {
    color: rgb(48, 45, 45);
    text-decoration: none;
  }

  .informationLinks:hover {
    color: rgb(48, 45, 45);
    text-decoration: underline;
  }

  .important_links ul {
    padding-top: 10px !important;
  }

  .row.linkinfo {
    padding: 60px 0;
  }

  .row.seninfo .col-9,
  .row.pastoralinfo .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .ddButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
  }

  .ddButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

  .hbhg_img {
    height: 300px;
    width: 250px;

  }

  .mon-s {
    display: block;
  }

  .tue-s {
    display: none;
  }

  .wed-s {
    display: none;
  }

  .thur-s {
    display: none;
  }

  .fri-s {
    display: none;
  }


  .prinText {
    padding-right: 0px;
  }

  .prinlogo {
    height: 300px;
    width: 80%;
    object-fit: cover;
    object-position: 100% 20%;
    margin: auto;
  }


  .welcome .col {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;

  }

  .welcome .col-6 {
    padding-top: 0px;


  }

  .mainheading-index {
    padding-top: 10px !important;
  }

}

@media screen and (min-width:700px) and (max-width:850px) {
  .logolinkcol {
    padding-left: 25px;
    margin-bottom: 70px;
    margin-left: 0 !important;
    padding-top: 40px !important
  }

  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .success_main_text {

    width: 100%
  }

  .heading-med {

    font-size: 18px;
    color: #c04949;
    font-weight: 500;
    padding-top: 45px;
    padding-bottom: 3px;
  }

  .sen-heading-med,
  .pastoral-heading-med,
  .buses-heading-med {
    font-size: 18px;
  }

  .captionText {
    line-height: 1.5;
    font-size: 14px;
    max-width: 100%;
  }



  .col-70.bus_lst,
  .col-70.bus {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .videos {
    width: 90%
  }

  .col.map {
    padding-top: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .col-4.map {
    padding-top: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .standardTxt {

    font-size: 15px;
  }

  .greenBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100%;
    background-color: rgba(0, 80, 78, 0.93);
  }

  .greenBg {
    width: 100%;
    margin-right: 0;

  }


  .welcome .col-6 {
    position: relative;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }


  .blackBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    background-image: none !important;
  }

  .carousel-indicators {

    width: 100% !important;

  }

  .carousel-indicators li {

    height: 10px !important;
    width: 10px !important;
  }

  .carousel-caption {
    top: 80px !important;
    text-align: center !important;
    width: initial;
  }

  .d-none {
    display: block !important;
  }

  .mainbg {
    height: 500px;
    object-fit: cover;
    display: block !important;
    width: 100%;
  }

  .breadcrumbs a,
  .breadcrumbs .disabled,
  .breadcrumbs .current {
    font-size: 14px;

  }

  .mainheading {
    font-size: 22px;
  }

  .mainheadingSEN {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
  }


  .important_links {
    padding: 20px 0px 50px 0px;
    color: white;
    font-size: 15px;
  }



  .importInfo1 {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 20px;
  }

  .importInfo2 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }

  .col-70.sub {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
    font-size: 15px;
  }

  .col-70 .heading-med {
    font-size: 18px;
  }


  .col.sub {
    display: none;
  }

  .subject_tbl {
    width: 100%;
  }

  .subject_img {
    width: 70%
  }



  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-light .navbar-toggler {
    margin: auto;
    border: none;
  }

  .mottoTxt {
    display: none;
  }

  .maindiv {
    width: 90%;
  }

  .logo {
    height: 55px
  }

  .topTxt {
    font-size: 14px;
  }

  .logoTxt {
    font-size: 22px;
    padding-top: 0
  }

  .dropdown-menu {
    width: auto;

  }

  .col-8.letters_lst,
  .col-6.bus_lst,
  .col-6.policies_lst,
  .col-6.help_lst {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 15px 30px 15px !important;
  }

  .col.help_lst,
  .col.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .dropdown-item {
    font-size: 14px !important;
  }

  a.nav-link {
    font-size: 14px;
  }

  .row.seninfo .col-9,
  .row.pastoralinfo .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }

  .logo_links {
    border: lightgray 1px solid;
    padding: 15px 20px;
    width: 115px;
    height: 65px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .prinText {
    padding-right: 0px;
  }

  .prinlogo {
    height: 300px;
    width: 70%;
    object-fit: cover;
    margin: auto;
    object-position: 100% 15%;
    display: none;
  }


  .welcome .col {
    padding-top: 100px;
    padding-left: 0;

  }

}

@media screen and (min-width:850px) and (max-width:1000px) {



  .heading-med {

    font-size: 18px;
    color: #c04949;
    font-weight: 500;
    padding-top: 45px;
    padding-bottom: 3px;
  }

  .sen-heading-med,
  .pastoral-heading-med,
  .buses-heading-med {
    font-size: 18px;
  }

  .ddButton {
    display: none;
  }

  .col-70.bus_lst,
  .col-70.bus {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .col.map {
    padding-top: 30px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70% !important;
    max-width: 70%;
  }

  .col-4.map {
    padding-top: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .breadcrumbs a,
  .breadcrumbs .disabled,
  .breadcrumbs .current {
    font-size: 14px;

  }

  .col-8.letters_lst,
  .col-6.bus_lst {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 20px 15px 30px 15px !important;
  }

  .col-6.help_lst,
  .col-6.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.help_lst,
  .col.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .mainheading {
    font-size: 22px;
  }

  .mainheadingSEN {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
  }


  .important_links {
    padding: 20px 0px 50px 0px;
    color: white;
    font-size: 15px;
  }

  .importInfo1 {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 20px;
  }

  .importInfo2 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }



  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-light .navbar-toggler {
    margin: auto;
    border: none;
  }

  .mottoTxt {

    text-align: right;
    padding-top: 10px;
    font-family: Arial Narrow, sans-serif;
    color: rgb(89, 89, 89);
    float: right;
    display: inline;
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 14px;


  }

  .maindiv {
    width: 80%;
  }

  .logo {
    height: 55px
  }

  .topTxt {
    font-size: 14px;
  }

  .logoTxt {
    font-size: 22px;
    padding-top: 0
  }

  .dropdown-menu {
    width: auto;

  }

  .welcome .col-6 {
    position: relative;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }



  .dropdown-item {
    font-size: 14px !important;
  }

  a.nav-link {
    font-size: 14px;
  }

  .logo_links {
    border: lightgray 1px solid;
    padding: 15px 20px;
    width: 125px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .prinText {
    padding-right: 0px;
  }

  .prinlogo {
    height: 300px;
    width: 70%;
    object-fit: cover;
    margin: auto;
    object-position: 100% 15%;
    display: none
  }


  .welcome .col {
    padding-top: 100px;
    padding-left: 35px
  }

}

@media screen and (min-width:1000px) and (max-width:1100px) {
  .prinText {
    padding-right: 0px;
    font-size: 15px;
  }

  .prinlogo {
    height: 300px;
    display: none;
    margin-left: -15px;
  }

  .mainheading-index {
    padding-top: 90px;

  }
}

@media screen and (min-width:1100px) and (max-width:1250px) {
  .prinText {
    padding-right: 0px;
    font-size: 15px;
  }

  .prinlogo {
    height: 350px;
    display: none;
    margin-left: -15px;
  }

  .mainheading-index {
    padding-top: 90px;

  }
}

@media screen and (min-width:1000px) and (max-width:1250px) {

  .logo_links {
    border: lightgray 1px solid;
    padding: 15px 20px;
    width: 145px;
    height: 75px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
  }


  .heading-med {

    font-size: 18px;
    color: #c04949;
    font-weight: 500;
    padding-top: 45px;
    padding-bottom: 3px;
  }

  .sen-heading-med,
  .pastoral-heading-med,
  .buses-heading-med {
    font-size: 18px;
  }


  .ddButton {
    display: none;
  }

  .col-70.bus_lst,
  .col-70.bus {
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100%;
  }

  .col-6.help_lst,
  .col-6.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.help_lst,
  .col.policies_lst {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .breadcrumbs a,
  .breadcrumbs .disabled,
  .breadcrumbs .current {
    font-size: 14px;

  }

  .mainheading {
    font-size: 22px;
  }

  .mainheadingSEN {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
  }


  .important_links {
    padding: 20px 0px 50px 0px;
    color: white;
    font-size: 15px;
  }

  .importInfo1 {
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 20px;
  }

  .importInfo2 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: bold;
  }


  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-light .navbar-toggler {
    margin: auto;
    border: none;
  }

  .col-8.letters_lst,
  .col-6.bus_lst {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 20px 15px 30px 15px !important;
  }

  .mottoTxt {

    text-align: right;
    padding-top: 10px;
    font-family: Arial Narrow, sans-serif;
    color: rgb(89, 89, 89);
    float: right;
    display: inline;
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 14px;


  }

  .maindiv {
    width: 80%;
  }

  .logo {
    height: 70px
  }

  .topTxt {
    font-size: 14px;
  }

  .logoTxt {
    font-size: 24px;
    padding-top: 0
  }

  .dropdown-menu {
    width: auto;

  }



  .dropdown-item {
    font-size: 14px !important;
  }

  a.nav-link {
    font-size: 14px;
  }


}

@media screen and (min-width:600px) and (max-width:767px) {
  .dropdown-menu.double {
    width: initial
  }

  .nav-item {
    width: 500px;
    margin: auto;
  }

}

@media screen and (min-width:450px) and (max-width:600px) {
  .dropdown-menu.double {
    width: initial
  }

  .nav-item {
    width: 400px;
    margin: auto;
  }

  .dropdown-menu .col-5 {
    max-width: 100%;
    flex: 0 0 100%;
    border-right: none
  }

  .dropdown-menu .col {
    padding-left: 0;
  }

}

@media screen and (min-width:700px) {
  .important_links a {
    color: white;
  }
}

@media screen and (min-width:701px) {

  .monday,
  .tuesday,
  .wednesday,
  .thursday,
  .friday {
    display: table-cell !important;

  }

  .ddButton {
    display: none;
  }

}

@media screen and (max-width:700px) {
  .ddButton {
    background-color: rgb(132, 132, 132);
    border: 4px rgb(87, 87, 87) solid;
    color: white;
    width: 15%;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
  }

  .ddButton:hover {
    background-color: rgba(132, 132, 132, 0.8);
    border: 4px rgba(87, 87, 87, 0.8) solid;
    color: white;
  }

}

@media screen and (max-width:700px) {
  tr.days-extra td {
    border-bottom: #8A8A8A 2px solid !important;
    font-weight: 600;
  }


}

@media screen and (min-width:1250px) and (max-width:1350px) {

  .logo_links {
    border: lightgray 1px solid;
    padding: 15px 20px;
    width: 160px;
    height: 90px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .prinText {
    padding-right: 0px;
  }

  .prinlogo {
    height: 350px;
    display: none;
    margin-left: -15px;
  }

  .mainheading-index {
    padding-top: 90px;

  }
}

@media screen and (max-width:1550px) {
  .col-7.historyimage {
    max-width: 100%;
    flex: 0 0 100% !important;
    -ms-flex: 0 0 100%;
    padding-bottom: 40px;
  }

  .mainheading-index {
    padding-top: 90px;

  }
}

@media screen and (max-width:1600px) and (min-width:1350px) {
  .prinlogo {
    height: 350px;
    display: none;
  }

  .prinText {
    padding-right: 0px;
  }

  .mainheading-index {
    padding-top: 90px;
  }

}

