.panel-frontpage,
.sidr-open .panel-frontpage,
#content .content-centre .section_links a div.section_image {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slicknav_menu,
#responsivemenu {
  display: none;
}

#content table {
  width: 100%;
}

#content table tr:nth-child(2n) {
  background-color: #f8f9fd;
}

#content table td,
#content table th {
  padding: 10px;
}

a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.constrain {
  margin: 0 auto;
  display: block;
  width: 1000px;
  position: relative;
}

body {
  transition: transform 0.2s;
  background: #000000;
  color: #000;
}

body.contentpage {
  background: #ffffff;
}
body.ps-active {
  transform: translateX(200px);
}

/* --------------------------------------
   Structural Elements - Menu Breakout
-------------------------------------- */
#menubreak {
  position: fixed;
  top: 80px;
  right: 0px;
  width: 300px;
  z-index: 9090;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0px;
}

body.logged-in #menubreak {
  top: 47px;
}

body.contentpage #menubreak {
  position: absolute;
}

#menubreak ul {
  margin: 0px;
}
#menubreak li {
  margin: 0px 0px 5px 0px;
}

#menubreak ul#primary li {
  margin: 0px 0px 5px 0px;
  position: relative;
}

#menubreak li::before {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

#menubreak li a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #fff;
  background: #372e2f;
  width: 300px;
  display: block;
  padding: 10px 10px 10px 34px;
}

#menubreak li a:hover,
li.toplevelmenu a.active {
  background: #756b6a !important;
}
#menubreak #sub li a {
  background: #52534B;
}
#menubreak #sub li a:hover {
  background: #b6b8b0;
}
#menubreak li.careers a {
  background: #31536D !important;
}
#menubreak li.careers a:hover {
  background: #a8c1d8 !important;
}
#menubreak #sub {
  float: right;
}
#menubreak #sub li a {
  width: 150px;
  display: block;
  padding: 10px;
}

/* --------------------------------------
   Structural Elements - Panels
-------------------------------------- */
.panel-frontpage,
.panel-careers {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
}

/*.panel-frontpage #logo, .panel-careers #logo {
	position: absolute;
	bottom: 80px;
	left: 80px;
	width: 300px;
	height: auto;
}

.panel-frontpage #logo img, .panel-careers #logo img {
	width: 100%;
	height: 123px;
}*/

.panel-frontpage .panel-content,
.panel-careers .panel-content {
  width: 500px;
  position: absolute;
  bottom: 80px;
  right: 40px;
  color: #fff;
  z-index: 99;
}

.panel-frontpage .panel-content h1,
.panel-careers .panel-content h1 {
  font-weight: 300;
}

.panel-frontpage .panel-content p,
.panel-careers .panel-content p {
  font-size: 16px;
  line-height: 24px;
}

.panel-frontpage .panel-content a,
.panel-careers .panel-content a {
  border-bottom: 2px solid #5d8cb7;
  padding-bottom: 4px;
  color: #fff;
  font-weight: 700;
}

#panel_final {
  background: #cac2c0;
  z-index: 99;
}

.gradient-overflow {
  /*background: transparent url('../images/g-side-gradient.png') top right repeat-y;*/
  width: 100%;
  height: 100%;
}

.sidr-open .panel-frontpage {
  opacity: 0.6;
}
.sidr-open #panel_final {
  opacity: 1;
}

/* --------------------------------------
   Structural Elements - Arrows on panels
-------------------------------------- */
.arrow {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: 43px;
  z-index: 99;
}

.arrow a {
  margin: 0 auto;
  width: 227px;
  height: 43px;
  display: block;
  position: relative;
}

.arrow a span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.arrow a:hover {
  cursor: pointer;
}

.arrow a img {
  width: 227px;
  height: 43px;
  display: block;
  animation-name: animate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.arrow a:hover img {
  animation: none;
}

@keyframes animate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* --------------------------------------
   Sidr Configuration
-------------------------------------- */
.sidr {
  background: #b5a9a6;
  padding-top: 80px;
}

.sidr-class-menubar {
  width: 100%;
  background: #372e2f;
  height: 40px;
  display: block;
}

.sidr-class-menubar.active,
.sidr-class-menubar:hover {
  background: #756b6a;
  cursor: pointer;
}

#sidr-id-closesidr {
  background: #372e2f;
  color: #fff;
  float: right;
  font-size: 22px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

#sidr-id-closesidr:hover {
  background: #756b6a;
  cursor: pointer;
}

.sidr ul#sidr-id-sidemenu {
  width: 85%;
  float: right;
  margin: 30px 0px 0px 0px;
}

.sidr ul#sidr-id-sidemenu li {
  margin: 0px;
  border-top: 1px solid #666;
  padding: 10px;
}

.sidr ul#sidr-id-sidemenu li:last-child {
  border-bottom: 1px solid #666;
}

.sidr ul#sidr-id-sidemenu li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
}

.sidr ul#sidr-id-sidemenu li a:hover {
  color: #e1dcdb;
}

/* --------------------------------------
   General Page Structure
-------------------------------------- */
#header {
  height: 700px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

a#logo {
  background: transparent url("../images/g-logo-bg.png");
  display: block;
  padding: 20px;
  width: 210px;
  margin-left: 2.5%;
}

a#logo img {
  display: block;
  width: 100%;
  height: auto;
}

#content {
  margin-top: -120px;
}
#content.careers {
  margin-top: 0px;
}

#content .content-left,
#content .content-centre,
#content .content-right {
  float: left;
  padding-top: 40px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  /*padding-bottom: 40px;*/
}

#content .content-centre {
  padding-left: 0px;
}

#content .content-centre-missing-right {
  width: 80% !important;
}

#content .content-centre-missing-left {
  width: 80% !important;
}

#content .content-centre-trulyfull {
  width: 100% !important;
}

#content img.single-image-800 {
  max-width: 800px;
  height: auto;
  display: block;
}

#content .content-left {
  background: #fff;
  width: 20%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

#content .content-left .menusidewrap {
  border-top: 1px solid #383838;
}

#content .content-left p {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  margin: 20px 0px;
}

#content .content-left ul {
  margin: 5px 0px 5px 20px;
}
#content .content-left ul li {
  margin: 0px 0px 10px 0px;
}
#content .content-left ul li.current-menu-item ul {
  margin-top: 10px;
}

#content .content-left ul li.current-menu-item a,
#content .content-left ul li.current-cat a,
#content .content-left ul li.current-month a,
#content .content-left ul li.current-page-ancestor > a {
  border-bottom: 2px solid #5d8cb7;
  font-weight: 700;
}

#content .content-left ul li.current-menu-item ul li a,
#content .content-left ul li.current-cat ul li a,
#content .content-left ul li.current-month ul li a {
  border-bottom: 0px;
  font-weight: 300;
}

#content .content-left a {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 2px solid #fff;
}

#content .content-left a:hover,
#content .content-left ul li ul li a:hover {
  border-bottom: 2px solid #5d8cb7;
}

#content .content-centre {
  background: #fff;
  width: 60%;
}

#content .content-centre .date_social {
  background: #f0eceb;
  padding: 10px;
  margin-bottom: 10px;
}
#content .content-centre .date_social p {
  margin: 0px;
}

#content .content-centre h1 {
  margin-top: 0px;
}

#content .content-centre .content-wrap {
  margin-top: 0px;
  border-left: 1px solid #383838;
  padding-left: 3.5%;
}

#content h1 {
  color: #355B79;
  font-size: 34px;
  line-height: 34px;
  margin: 10px 0px;
}

#content .content-centre h2 {
  font-size: 22px;
  line-height: 22px;
  margin: 20px 0px 20px 0px;
  color: #355B79;
}

#content .content-centre h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0px 20px 0px;
  color: #355B79;
}

#content .content-centre h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0px 20px 0px;
  color: #222;
  text-transform: uppercase;
}

#content .content-centre p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0px;
}

#content h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 20px 0px 30px 0px;
}

#content h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0px;
  margin: 20px 0px 30px 0px;
}

#content blockquote {
  background: #f0eceb;
  margin: 20px 0px;
  padding: 10px 10px;
}

#content .content-centre a {
  border-bottom: 2px solid #5d8cb7;
  font-weight: 700;
  color: #000;
}

#content .content-centre a:hover {
  color: #5d8cb7;
}

#content .content-centre ul,
#content .content-centre ol {
  margin: 10px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
}

#content .content-centre ul li {
  list-style: disc;
}

#content .content-centre ul li,
#content .content-centre ol li {
  margin-left: 30px;
}

#content .content-right {
  width: 20%;
  margin-top: 60px;
  padding-top: 120px;
  text-align: center;
  background: #cac2c0;
}

.builder_panel {
  padding-bottom: 40px;
}

.builder_panel:last-child {
  padding-bottom: 0px;
}

#content .content-centre .section_links {
}

#content .content-centre .section_links a,
#content .content-centre .section_links a {
  width: 31.3333333333333333%;
  margin-right: 1%;
  vertical-align: top;
  background: #222;
  display: inline-block;
  margin-bottom: 1%;
  border-bottom: 0px;
  color: #fff;
  text-align: center;
  height: 200px;
  line-height: 20px;
  font-size: 16px;
  position: relative;
  padding-top: 32.3333333333333333%;
}

#content .content-centre .section_links a.peoplelink {
  padding-top: 0px !important;
  height: auto;
}

#content .content-centre .section_links a div.section_image {
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  opacity: 0.6;
}

#content .content-centre .section_links a.peoplelink div.section_image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}

#content .content-centre .section_links a:hover {
  background: #6884c2;
}
#content .content-centre .section_links a:hover div.section_image {
  opacity: 0;
}

#content .content-centre a.peoplelink:hover div.section_image {
  opacity: 0.5;
}

#content .content-centre .section_links a span,
#content .content-centre .section_links a .section_content {
  color: #fff;
  display: block;
  z-index: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

#content
  .content-centre
  .tour_booking_listing
  .section_links
  a
  .section_content
  span {
  display: block;
  position: relative;
  top: auto;
  transform: none;
  display: none;
}

#content
  .content-centre
  .tour_booking_listing
  .section_links
  a:hover
  .section_content
  span {
  display: block;
}

#content
  .content-centre
  .tour_booking_listing
  .section_links
  a:hover
  .section_content
  span.large {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: normal;
}

#content
  .content-centre
  .tour_booking_listing
  .section_links
  a:hover
  .section_content
  span.bold {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}
@media screen and (min-width: 1600px) {
  #content
    .content-centre
    .tour_booking_listing
    .section_links
    a:hover
    .section_content
    span.large {
    font-size: 40px;
  }

  #content
    .content-centre
    .tour_booking_listing
    .section_links
    a:hover
    .section_content
    span.bold {
    font-size: 20px;
  }
}

#content .content-centre .tour_booking_listing .section_links a:hover h3.date,
#content .content-centre .tour_booking_listing .section_links a:hover h3.time {
  display: none;
}

#content .content-centre .section_links a .section_content h2,
#content .content-centre .section_links a .section_content h3 {
  color: #fff;
  margin: 0px;
}

#content .content-centre .section_links a .section_content h3 {
  font-size: 14px;
  margin: 2px;
}

#content .content-centre a.peoplelink span {
  display: block;
  position: relative;
  top: auto;
  transform: none;
  text-align: left;
  color: #000000;
  background: #fff;
  font-size: 18px;
  padding: 10px;
}

#content .content-centre a.peoplelink span.subtitle {
  padding-top: 0px;
  font-weight: normal;
}

#breadcrumbs {
  padding-bottom: 20px;
}

#content .content-centre .blog_panel a {
  width: 22%;
  vertical-align: top;
  margin-right: 1%;
  background: #f0eceb;
  display: inline-block;
  margin-top: 1%;
  border-bottom: 0px;
  color: #fff;
  padding: 1% 1% 2% 1%;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  position: relative;
}

#content .content-centre .blog_panel a:hover {
  background: #cac2c0;
}

#content .content-centre .blog_panel a .date {
  display: block;
  width: 50px;
  height: 50px;
  background: #355B79 !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 11px;
  margin: -25px auto 0 auto;
  z-index: 20000;
  position: relative;
}
#content .content-centre .blog_panel a.post_events  .date {
  background: #475B0B !important;

}

#content .content-centre .blog_panel a .date span {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#content .content-centre .blog_panel a .date span::before {
  display: none;
}

#content .content-centre .blog_panel a img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 200;
  position: relative;
}

#content .content-centre .blog_panel a h3 {
  color: #333;
  margin: 14px 0px 6px 0px;
  padding-top: 4px;
}

#content .content-centre .blog_panel a p {
  color: #261d1e;
  font-size: 14px;
  font-weight: 300;
  margin: 6px 0px;
}

#content .content-centre .blog_panel a p.category {
  color: #355B79 !important;
  text-transform: uppercase;
  margin: 4px 0px;
  font-size: 14px;
  font-weight: bold;
}
#content .content-centre .blog_panel .post_events p.category {
  color: #475B0B !important;
}

#content .content-centre .blog_panel a p.category::before {
  content: "- ";
}
#content .content-centre .blog_panel a p.category::after {
  content: " -";
}

#content .content-centre .blog_panel a > span {
  color: #355B79 !important;
  font-weight: 300;
  font-size: 14px;
}
#content .content-centre .blog_panel .post_events > span {
  color: #475B0B !important;
}

#content .content-centre .blog_panel a span::before {
  content: "...";
}

#searchform {
}

#inlinesearch {
}

#inlinesearch #searchform {
  width: 500px;
  padding: 20px;
}

#searchform label {
  font-size: 20px;
  display: block;
}

#searchform input#s {
  width: 100%;
  border: 1px solid #ccc;
  display: block;
  float: none;
  padding: 10px;
}

#searchform input#s:active {
  background: #f0f0f0;
}

#searchform input#searchsubmit {
  display: inline-block;
  float: none;
  margin-top: 20px;
  background: #372e2f;
  color: #fff;
  font-size: 20px;
  border: 0px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
}

#searchform input#searchsubmit:hover {
  background: #545464;
}

#content .content-centre .search_result {
  background: #e4e4e4;
  padding: 20px;
  margin-bottom: 10px;
}

#content .content-centre .search_result h2 {
  margin-top: 0px;
}

#content .content-right .quoteside img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}

#content .content-right .quoteside h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
}

#content .content-right .quoteside h2::before {
  content: "“";
}
#content .content-right .quoteside h2::after {
  content: "”";
}

#content .content-right .quoteside p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

#footer {
  background: #cac2c0;
  min-height: 300px;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #261d1e;
}

#panel_final #footer {
  margin-top: 0px;
}

.navigation {
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

.navigation .wp-paginate li {
  margin-left: 0px !important;
}

#footer .panel-left {
  float: left;
  width: 30%;
}

.footer_logo--portrait {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}

.footer_logo--landscape {
  width: auto;
  height: 140px;
  display: block;
  float: right;
}

#footer .panel-right {
  width: 67.5%;
  float: left;
  border-left: 1px solid #000;
  margin-left: 2.5%;
  padding-left: 2.5%;
}

#footer .panel-right .footer-info-panel {
  font-weight: 300;
  padding-bottom: 40px;
}

#footer .panel-right .footer-info-panel:last-child {
  padding-bottom: 0px;
}

#footer .panel-right .footer-info-panel h3 {
  text-transform: uppercase;
}

#footer .panel-right .footer-info-panel a {
  color: #333;
  font-weight: bold;
}

#footer .panel-right .footer-info-panel a:hover {
  color: #9f918d;
}

#footer .panel-right .footer-info-panel .footer-campuses {
  width: 25%;
  float: left;
}

#footer .panel-right .socialicons {
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 10px;
  display: inline-block;
}

#footer .panel-right .socialicons img {
  width: 40px;
  height: auto;
  display: block;
  float: left;
  margin-right: 10px;
}

#footer .panel-right .socialicons img.final_icon {
  margin-right: 0px;
}

/* Book a tour */

.book_a_tour_control {
  background: #e4e4e4;
  padding: 10px;
  margin-bottom: 20px;
}

.book_a_tour_control a {
  font-weight: normal !important;
  border-bottom: 0px !important;
}

.book_a_tour_control a:hover,
.book_a_tour_control span {
  border-bottom: 2px solid #5d8cb7 !important;
  font-weight: 700 !important;
  color: #000 !important;
}

/* calendar */
table.booking-calendar {
  border-left: 1px solid #e4e4e4;
  width: 100%;
}

table.booking-calendar a {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

td.booking-calendar-day {
  min-height: 80px;
  width: 14.28%;
  font-size: 11px;
  position: relative;
}

* html div.booking-calendar-day {
  height: 80px;
}

td.booking-calendar-day:hover {
  background: #eceff5;
}

td.booking-calendar-day-np {
  background: #fff;
  min-height: 80px;
}

* html div.booking-calendar-day-np {
  height: 80px;
}

td.booking-calendar-day-head {
  background: #ccc;
  font-weight: bold;
  text-align: center;
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

div.booking-day-number {
  padding: 5px;
  color: #000;
  font-weight: bold;
  float: right;
  margin: -5px -5px 0 0;
  width: 20px;
  text-align: center;
}

/* shared */
td.booking-calendar-day,
td.booking-calendar-day-np {
  width: 120px;
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.booking-form {
  font-size: 14px;
  padding: 5px;
  margin-left: 10px;
}

#booking_selections {
  float: right;
}

.booking-heading h2 {
  float: left;
  margin-top: 0px !important;
}

.disabledscrollto .panel-content {
  bottom: 40px;
}

#content .content-centre .blog_panel a.passed {
  display: none;
  visibility: hidden;
}
.ivan_gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ivan_gallery-image-wrapper {
  width: 25%;
  padding: 10px;
  transition: all 0.5s;
}
.ivan_gallery-image-link {
  width: 100%;
  display: block;
  border: none !important;
}
.ivan_gallery-image {
  width: 100%;
  transition: all 0.5s;
}
.ivan_gallery-image-wrapper:hover {
  background-color: #ddd;
  transition: all 0.5s;
}
.ivan_gallery-image-wrapper:hover .ivan_gallery-image {
  opacity: 0.8;
  transition: all 0.5s;
}

.sidr-class-sidemenu__header {
  width: 70%;
  float: right;
  margin: 40px 0px 0px 0px;
  display: block;
  padding-left: 10px;
  font-size: 20px;
}
.sidr ul#sidr-id-sidemenu.sidr-class-second-menu {
  width: 70%;
  margin-top: 10px;
}

.page .blog_panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .content-centre .section_links .image-with-title {
  width: 23%;
  margin-right: 1%;
  vertical-align: top;
  background: #fff;
  display: inline-block;
  margin-bottom: 1%;
  border-bottom: 0px;
  color: #000;
  text-align: center;
  height: 200px;
  line-height: 20px;
  font-size: 16px;
  position: relative;
  padding-top: 22%;
}
#content .content-centre .section_links .image-with-title {
  padding-top: 0px !important;
  height: auto;
}

#content
  .content-centre
  .section_links
  .image-with-title
  div.section_image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  opacity: 0.6;
}

#content
  .content-centre
  .section_links
  .image-with-title
  div.section_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}

#content .content-centre .image-with-title span {
  display: block;
  position: relative;
  top: auto;
  transform: none;
  text-align: left;
  color: #000000;
  background: #fff;
  font-size: 18px;
  padding: 10px;
  font-weight: 700;
}

#content .content-centre .image-with-title span.subtitle {
  padding-top: 0px;
  font-weight: normal;
}

.link-for-mobile {
  display: none;
  overflow: hidden;
  text-indent: -9999px;
  color: #fff;
}
.link-for-desktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  color: #fff;
}

.panel-frontpage .panel-content.panel-content_center {
  left: 50%;
  top: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* Collapsible COntent */
.collapsible-contents__readmore:after {
  content: "+";
  display: inline-block;
  margin-left: 5px;
}
.collapsible-contents__readmore.collapsed:after {
  content: "-";
}
.collapsible-contents__text-wrapper {
  overflow: hidden;
  height: 1px;
  transition: height 800ms;
}
.collapsible-contents__text-wrapper.collapsed {
  height: 0;
  transition: height 800ms;
}

/* ---------------------------------------------- */

@media only screen and (max-width: 1220px) {
  #content .content-centre .blog_panel a {
    width: 48%;
  }

  #content .content-left p {
    font-size: 22px;
    line-height: 22px;
  }

  #content .content-left a {
    font-size: 16px;
    line-height: 18px;
  }

  #content h1 {
    font-size: 30px;
    line-height: 30px;
  }

  #content .content-centre p {
    font-size: 15px;
    line-height: 18px;
  }

  #content .content-right .quoteside h2 {
    font-size: 20px;
  }

  #content .content-right .quoteside p {
    font-size: 14px;
    line-height: 18px;
  }

  #content .content-right .quoteside img {
    width: 100%;
    height: auto;
    display: block;
  }

  .footer_logo--landscape {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .arrow {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #footer .panel-right .footer-info-panel .footer-campuses {
    width: 50%;
  }
}

@media only screen and (max-width: 890px) {
}

@media only screen and (max-width: 790px) {
  #header {
    height: 420px;
  }

  .arrow {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  #content .content-right {
    display: none;
  }

  #content {
    margin-top: 0px;
  }

  #header {
    height: 300px;
  }

  #content .content-centre,
  #content .content-centre-missing-right {
    width: 100% !important;
  }

  #content .content-left {
    width: 100%;
    padding: 0px;
  }

  body #menubreak {
    display: none;
  }

  #content .content-left ul,
  #content .content-left p {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }

  #content .content-left .slicknav_menu {
    background: #5d8cb7;
  }

  #content .content-left .slicknav_btn {
    background: transparent;
  }

  .slicknav_btn {
    border: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
  }

  .slicknav_btn,
  .slicknav_menutxt {
    text-shadow: none !important;
  }

  #content .content-left .slicknav_menu li {
    padding: 0px !important;
    /*margin: 0px !important;*/
    border: 0px !important;
  }

  #content .content-left .slicknav_menu li a {
    border: 0px !important;
  }

  #sidr {
    display: none !important;
  }

  #content .content-left .slicknav_menu li a:hover {
    background: #fff;
    color: #000;
  }

  #responsivepanel .slicknav_menu {
    padding: 0px;
    background: #b5a9a6;
    color: #000 !important;
    text-transform: uppercase !important;
  }

  #responsivepanel .slicknav_menu a {
    color: #000 !important;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
  }

  #responsivepanel .slicknav_btn {
    background: #372e2f;
    margin: 0px;
    float: right;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #responsivepanel .slicknav_nav li {
    margin-left: 0px;
  }

  #responsivepanel .slicknav_btn:hover {
    background: #756b6a !important;
  }

  .slicknav_menu .slicknav_menutxt,
  .slicknav_menu .slicknav_icon {
    /*float: right !important;*/
    margin: 0px 10px;
  }

  a#logo {
    width: 150px;
  }

  body.sidr-open {
    right: 0px !important;
    width: 100% !important;
  }

  .panel-frontpage,
  .panel-careers {
    height: 360px !important;
  }

  #panel2 a#logo {
    display: none;
  }

  #panel2 {
    height: auto !important;
  }

  .panel-frontpage .panel-content,
  .panel-careers .panel-content {
    width: 100%;
    padding: 100px 50px;
    bottom: auto;
    right: auto;
    position: relative;
  }

  #panel1 {
    height: 100vh !important;
    padding-top: 39px;
    z-index: 1 !important;
  }
  #panel1 a#logo {
    position: fixed;
    z-index: 99;
  }
  .link-for-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .link-for-desktop {
    display: none;
  }
  #responsivepanel {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
  }
  #header {
    padding-top: 39px;
  }
}

@media (orientation: landscape) and (max-width: 812px) {
  .arrow {
    display: none;
  }
  #responsivepanel {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .slicknav_menu {
    display: block;
  }

  #content .content-left .slicknav_menu {
    background: #5d8cb7;
  }

  #content .content-left .slicknav_btn {
    background: transparent;
  }

  .slicknav_btn {
    border: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
    float: none;
  }

  .slicknav_btn,
  .slicknav_menutxt {
    text-shadow: none !important;
  }

  #content .content-left .slicknav_menu li {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
  }

  #content .content-left .slicknav_menu li a {
    border: 0px !important;
  }

  #sidr {
    display: none !important;
  }

  #content .content-left .slicknav_menu li a:hover {
    background: #fff;
  }

  #responsivepanel .slicknav_menu {
    padding: 0px;
    background: #b5a9a6;
    color: #000 !important;
    text-transform: uppercase !important;
  }

  #responsivepanel .slicknav_menu a {
    color: #000 !important;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
  }

  #responsivepanel .slicknav_btn {
    background: #372e2f;
    margin: 0px;
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #responsivepanel .slicknav_nav li {
    margin-left: 0px;
  }

  #responsivepanel .slicknav_btn:hover {
    background: #756b6a !important;
  }

  .slicknav_menu .slicknav_menutxt,
  .slicknav_menu .slicknav_icon {
    float: right !important;
    margin: 0px 10px;
  }

  a#logo {
    width: 150px;
  }

  body.sidr-open {
    right: 0px !important;
    width: 100% !important;
  }

  #menubreak {
    display: none !important;
  }
}

@media only screen and (max-width: 570px) {
  #content .content-centre .section_links a,
  #content .content-centre .section_links .image-with-title,
  #content .content-centre .blog_panel a {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }

  #content .content-centre img {
    float: none !important;
    max-width: 100%;
    height: auto;
  }

  #panel1 {
    height: 100vh !important;
  }
  #panel2 {
    height: 100vh !important;
  }
  .gradient-overflow {
    background: none;
  }
  .footer_logo--landscape {
    float: none;
    margin: 0 auto;
    display: block;
    width: 200px;
  }

  #footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
  }

  #footer .panel-left {
    float: none;
    width: 100%;
  }

  #footer .panel-right {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 420px) {
  #footer .panel-right .footer-info-panel .footer-campuses {
    width: 100%;
  }
}

/* larger view*/
@media only screen and (min-width: 568px) {
  .footer_logo--portrait {
    display: none;
  }
  .footer_logo--landscape {
    display: block;
  }
}

/* mobile view*/
@media only screen and (max-width: 568px) {
  .footer_logo--portrait {
    display: block;
  }
  .footer_logo--landscape {
    display: none;
  }
}

/*slack nav overides */
.slicknav_menu .slicknav_btn {
  float: left;
}
#content .content-left .slicknav_nav li {
  margin-left: 35px;
}

.content-left .slicknav_menu .slicknav_menutxt {
  float: right;
}

.nf-form-content {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.nf-row .nf-cell:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.footer-info-below-logo.clear {
  max-width: 335px;
  float: right;
  margin-top: 50px;
}
.footer-info-panel__2columns {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
}
.footer-info-panel__column {
  width: 100%;
}
@media only screen and (min-width: 568px) {
  .footer-info-below-logo.clear {
    margin-top: 160px;
  }
  .footer-info-panel__2columns {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-info-panel__column {
    width: 50%;
  }
}
=======
/* larger view*/
@media only screen and (min-width : 568px) {
  .footer_logo--portrait {
    display: none;
  }
  .footer_logo--landscape {
    display: block;
  }
}

/* mobile view*/
@media only screen and (max-width: 568px) {
  .footer_logo--portrait {
    display: block;
  }
  .footer_logo--landscape {
    display: none;
  }
}

/*slack nav overides */
.slicknav_menu .slicknav_btn {
  float: left;
}
#content .content-left .slicknav_nav li {
  margin-left: 35px;
}

.content-left .slicknav_menu .slicknav_menutxt {
  float: right;
}

.nf-form-content {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.nf-row .nf-cell:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.footer-info-below-logo.clear {
  max-width: 335px;
  float: right;
  margin-top: 0px;
}
.footer-info-panel__2columns {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
}
.footer-info-panel__column {
  width: 100%;
}
@media only screen and (min-width: 568px) {
  .footer-info-panel__2columns {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-info-panel__column {
    width: 50%;
  }
}

.gpnf-row-actions ul li {
  padding: 10px;
}

.gpnf-field-1,
.gpnf-field-2,
.gpnf-field-3,
.gpnf-field-4 {
  width: 25%;
}
/* .gpnf-nested-entries thead tr {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-columns: minmax(150px, 1.33fr) minmax(150px, 2.33fr);
	grid-template-rows: 1fr;
	grid-template-areas: 
	"th th th";
}

.gpnf-nested-entries thead th {
	grid-area: th;
} */

#field_1_36 .ginput_container_product_price,
#field_19_36 .ginput_container_product_price,
#field_17_36 .ginput_container_product_price,
#field_18_36 .ginput_container_product_price {
  display: flex;
  align-items: center;
}

#field_1_36 .ginput_container_product_price input,
#field_19_36 .ginput_container_product_price input,
#field_17_36 .ginput_container_product_price input,
#field_18_36 .ginput_container_product_price input {
  background-position: top 8px left 4px;
  padding-left: 15px;
  background-image: url("/wp-content/uploads/2021/03/dollar.png");
  background-repeat: no-repeat;
}

.ui-datepicker td.ui-datepicker-current-day,
.ui-datepicker td .ui-state-hover,
.ui-datepicker thead {
  background-color: transparent !important;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  background-color: transparent !important;
}

body .wp-paginate .current {
  background: #355B79;
}
body .wp-paginate .gap {
  color: #000;
}
/* .embed-responsive-wrapper {
  max-width: 720px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
} */
iframe[src*="youtube.com"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-width: 720px;

}

#footer .footer-logos__img{
  max-width: 155px;
}

#footer .panel-right .socialicons {
  border-top: none;
  padding-top: 0;
  margin-top: 60px;
}

.panel-copyright__wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 16px;
  justify-content: center;
}
.panel-copyright__wrapper a {  
  color: #261d1e;
  font-weight: 400;
}


/*additional layout for 2 columns section links*/
#content .content-centre .section_links.has-2-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
#content .content-centre .section_links.has-2-columns::after {
  display: none;
}
#content .content-centre .section_links.has-2-columns a {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
}