/*=============================================================

 Theme Name:   Divi Child
 Theme URI:    https://www.teapotcreative.co.uk
 Description:  Divi Child theme for Richard Huish College
 Author:       Teapot Creative
 Author URI:
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

=============================================================*/
/* ------


  THIS WAS COMPILED USING SASS. DO NOT EDIT THIS DIRECTLY.


------ */
@import url("alex_c.css");
/*====================
  GLOBAL
====================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 971px) {
.mobile-menu{
    display:none!important;
}}

sup {
  bottom: 0.5em;
  font-size: 0.6em;
}

.purple-heading-line h1:after, .purple-heading-line h2:after, .purple-heading-line h3:after {
  border-left: 2px solid #602483;
}

.courses-related p {
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
}

.courses-related p:after {
  height: 35px;
  display: block;
  content: '';
  border-left: 2px solid #fff;
  margin: 7px 0px 11px;
}

a.big-button, a.small-button, a.icon-button, .et_pb_text a.small-button {
  background: url(images/study-with-us-arrow.png) right 20px top 18px no-repeat, #AA0666;
  margin-top: 20px !important;
  padding-right: 36px !important;
  width: auto !important;
  padding: 10px 56px 10px 16px !important;
  font-size: 16px !important;
  color: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

a.big-button:hover, a.small-button:hover, a.icon-button:hover, .et_pb_text a.small-button:hover {
  /*background: url(images/study-with-us-arrow.png) right 20px top 18px no-repeat, #e3a34e;*/
  color: #fff !important;
  opacity: 0.8 !important;
}

a.social {
  display: inline-block;
  text-align: center;
  margin-right: 2px;
}

a.social:last-child {
  margin-right: 0px;
}

a.social span {
  width: 31px;
  height: 31px;
  display: flex;
  flex-direction: row;
  background: #fff;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

a.social span:before {
  font-family: "ETmodules";
  color: #4b4b4b;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

a.social span:hover {
  background-color: #AA0666;
}

a.social span:hover:before {
  color: #fff;
}

a.facebook-icon span:before {
  content: '\e093';
}

a.twitter-icon span:before {
  content: '\e094';
}

a.linkedin-icon span:before {
  content: '\e09d';
}

a.instagram-icon span:before {
  content: '\e09a';
}

a.youtube-icon span:before {
  content: '\e0a3';
}

.prospectus-section .et_pb_row:last-child {
  max-width: 1400px !important;
  padding: 0px !important;
}

.green-headings h1:after {
  border-left: 2px solid #008537;
}

#main-content .et_pb_section .et_pb_toggle {
  padding: 0px;
}

#main-content .et_pb_section .et_pb_toggle .et_pb_toggle_title {
  padding: 20px 45px 20px 20px;
  background-color: #602483;
  color: #fff;
}

#main-content .et_pb_section .et_pb_toggle .et_pb_toggle_title:before {
  right: 20px;
  color: #fff;
}

#main-content .et_pb_section .et_pb_toggle .et_pb_toggle_content {
  padding: 20px;
  background: #fff;
}

.global-site-message {
  background-color: #602483;
  padding: 8px 0px;
  text-transform: uppercase;
  text-align: center;
}

.global-site-message p {
  max-width: 1400px;
  width: 80%;
  margin: auto;
  color: #fff;
}

.et_pb_all_tabs .et_pb_tab {
  background-color: #fff;
}

#main-content .et_pb_section .et_pb_row .et_pb_column .generic-socials {
  padding: 10px 0px 0px;
}

#main-content .et_pb_section .et_pb_row .et_pb_column .generic-socials .et-social-icon {
  display: inline-block;
  padding: 0px 2px 6px;
}

#main-content .et_pb_section .et_pb_row .et_pb_column .generic-socials .et-social-icon a {
  color: #fff;
  font-size: 20px;
}

#main-content .et_pb_section .et_pb_row .et_pb_column .generic-socials .et-social-icon a:before {
  background-color: #AA0666;
  color: #fff;
  padding: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-content .et_pb_section .et_pb_row .et_pb_column .generic-socials .et-social-icon a:hover:before {
  background-color: #e3a34e;
}

.generic-socials a.social span {
	background: #AA0666 !important;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.generic-socials a.social span:before {
	color: #fff;
}

#main-content .et_pb_section.purple-block-bg {
  background-size: inherit;
}

.et_pb_module .et_pb_slides .et_pb_slide {
  background-color: #fff;
}

/*====================
  HEADER
====================*/
body.home #page-container {
  padding-top: 88px !important;
  margin-top: 0px !important;
}

@media(min-width: 1126px) {
	body.home #page-container #main-header.et-fixed-header > .container .logo_container a {
	  width: 306px;
	  height: 88px;
	  display: inline-block;
	  background: url(/wp-content/uploads/2019/06/huish-new-logo-thin.jpg);
	  -webkit-transition: all 0.2s ease-in-out !important;
	  -moz-transition: all 0.2s ease-in-out !important;
	  transition: all 0.2s ease-in-out !important;
	}
}

body.home #page-container #main-header.et-fixed-header > .container .logo_container a img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

body.home #page-container #main-header > .container .logo_container a img {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

body.admin-bar #page-container #main-header {
  top: 32px !important;
}

#main-header {
  top: 0px !important;
}

#main-header.et-fixed-header {
  box-shadow: none !important;
}

#main-header > .container {
  padding: 0px !important;
}

.home #main-header > .container #top-header {
  padding-bottom: 30px !important;
}

#main-header > .container #top-header {
  position: inherit;
  width: calc(100% - 306px);
  margin: 0 0 0 auto;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-header > .container #top-header > .container {
  padding-top: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
}

#main-header > .container #top-header > .container .language-menu .et_pb_widget .textwidget p a {
  display: block;
  padding: 5px;
}

#main-header > .container #top-header > .container .apply-here-outer ul > li.applyherebutton {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  width: 148px;
}

#main-header > .container #top-header > .container .apply-here-outer ul > li.applyherebutton a:after {
  position: absolute;
  top: 5px;
  margin-left: 36px;
}

#main-header > .container #top-header > .container .apply-here-outer ul > li.applyherebutton:hover {
  opacity: 0.8;
}

#main-header > .container #top-header > .container #et-secondary-menu {
  font-weight: bold;
}

#main-header > .container #top-header > .container #et-secondary-menu > ul > li {
  padding: 5px;
}

#main-header > .container #top-header > .container #et-secondary-menu > ul > li:first-child {
  padding-left: 0px;
}

#main-header > .container #top-header > .container #et-secondary-menu > ul > li:last-child {
  padding-right: 0px;
}

#main-header > .container #top-header > .container #et-secondary-menu > ul > li a {
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-header > .container #et-top-navigation {
  padding-top: 0px !important;
  padding-left: 10px !important;
  width: calc(100% - 306px);
}

#main-header > .container #et-top-navigation nav#top-menu-nav {
  float: right;
  padding-right: 30px;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li {
  text-transform: uppercase;
  font-weight: 500;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.mega-menu.fifths > ul > li {
  width: 20%;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.mega-menu.fifths > ul > li:nth-of-type(4n+1) {
  clear: none;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.mega-menu.fifths > ul > li:nth-of-type(5n+1) {
  clear: both;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.mega-menu > ul > li a {
  padding: 6px 10px !important;
  line-height: 1.2em;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu {
  z-index: 1;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  padding: 0px;
  background: transparent;
  border: 0px;
  box-shadow: none;
  width: auto;
  padding: 2px 0px;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li {
  padding: 0px 0px 0px 24px;
  border: 0px;
  border-left: 1px solid #3b3b3c;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li:after {
  content: url(images/search-icon.png);
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li label input.sf-input-text {
  background: transparent;
  border: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 70px;
}

#main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li label input.sf-input-text::placeholder {
  color: #fff;
}

#main-header .apply-here-outer .et_pb_widget li {
  padding: 5px;
  margin-bottom: 0px;
}

/*====================
  STUDY WITH US SIDEBAR
====================*/
.study-sidebar {
  padding: 24px 26% 24px 24px;
  background-image: url(/wp-content/uploads/2022/03/RHC-00497-01-RHC-Website-Refresh-Graphics-Feb_March-2022_STUDY-WITH-US.png);
}

.study-sidebar h3 {
  font-size: 55px;
  color: #fff;
  padding: 0px;
}

.study-sidebar h3:after {
  height: 70px;
  display: block;
  content: '';
  border-left: 1px solid #fff;
  margin: 25px 0;
}

.study-sidebar > div ul li {
  margin-bottom: 10px;
}

.study-sidebar > div ul li:last-child {
  margin-bottom: 0px;
}

.study-sidebar > div ul li a {
  display: block;
  padding: 20px 42px 20px 16px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  line-height: 1.2em;
  background: url(images/study-with-us-arrow.png) top 24px right 16px no-repeat;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.study-sidebar > div ul li a:hover {
  background: url(images/study-with-us-arrow.png) top 24px right 16px no-repeat, rgba(255, 255, 255, 0.3);
}

/*====================
  HOMEPAGE
====================*/
#main-content .homepage_slider {
  margin-top: -32px;
  padding: 0px;
}

#main-content .homepage_slider .et_pb_row {
  padding: 0px;
}

#main-content .homepage_slider .et_pb_row .et_pb_column .et_pb_module .et_pb_slides .et_pb_slide {
  padding: 0px;
}

#main-content .homepage_slider .et_pb_row .et_pb_column .et_pb_module .et_pb_slides .et_pb_slide .et_pb_container {
  max-width: 1400px;
  width: 80% !important;
  min-height: 0px !important;
  height: auto !important;
}

#main-content .homepage_slider .et_pb_row .et_pb_column .et_pb_module .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 0px;
  margin: 0 auto 0 0;
}

#main-content .homepage_slider .et_pb_row .et_pb_column .et_pb_module .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
  font-size: 46px;
  font-weight: 500;
  text-shadow: none;
  text-align: left;
  line-height: 1em;
  text-transform: uppercase;
  padding: 24% 0px;
}

#main-content .homepage-events-section {
  background-size: cover;
  background-position: top 250px center;
}

#main-content .homepage-events-section .et_pb_row .et_pb_column h3 {
  padding: 0px;
}

#main-content .homepage-events-col #ect-events-list-content > h2 {
  font-size: 38px;
  max-width: 300px;
  margin: 0px;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post {
  padding: 20px 0px;
  border: none;
  border-top: 1px solid #D7D7D7 !important;
  border-radius: 0;
  background: transparent;
  min-height: 0px;
  margin: 0px;
  flex-direction: column;
  gap: 0;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post a {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post.style-1 .ect-list-img {
    padding: 0;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post.style-1 .ect-list-date, #main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post.style-1 .ect-list-img {
    min-height: auto !important;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post a:hover {
  opacity: 0.8;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post:last-child {
  border-bottom: 1px solid #D7D7D7;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-left, #main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right {
  width: 100% !important;
  display: block !important;
  min-height: 0px !important;
  height: auto !important;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-left .ect-list-img a .ect-list-date {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px !important;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-left .ect-list-img a .ect-list-date .ect-date-area {
  padding: 0px;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-left .ect-list-img a .ect-list-date .ect-date-area span {
  float: left;
  display: inline-block;
  clear: none;
  width: auto;
  font-family: Ubuntu, Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  font-weight: bold;
  top: 0;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right {
  background: transparent;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right .ect-list-post-right-table .ect-list-description {
  box-shadow: none;
  border: 0px;
  padding: 0px;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right .ect-list-post-right-table .ect-list-description .ect-list-title {
  margin: 0px;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right .ect-list-post-right-table .ect-list-description .ect-event-content p {
  display: none;
}

/*#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right .ect-list-post-right-table .ect-list-description .ect-event-content a.ect-events-read-more {*/
/*  color: transparent;*/
/*  background: url(images/events-arrow.png) left center no-repeat;*/
/*}*/

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post a.ect-events-read-more {
  color: transparent;
  background: url(images/events-arrow.png) left center no-repeat;
}

#main-content .international_studies {
  padding: 124px 0px 0px !important;
  overflow: hidden;
}

#main-content .international_studies .et_pb_button_wrapper {
  position: relative;
  bottom: 0px;
  right: 0px;
  background: #0078B8;
  transform: rotate(-5deg);
  text-align: right;
  padding: 16px 0px 26px;
  max-width: 340px;
  width: 80%;
  margin: 0 -20px -20px auto;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-content .international_studies .et_pb_button_wrapper:hover {
  background: #4dabd7;
}

#main-content .international_studies .et_pb_button_wrapper a.et_pb_button {
  transform: rotate(5deg);
  font-size: 18px;
  width: 100%;
  text-align: left;
  line-height: 1.3em !important;
  padding-right: 52px !important;
  /*background: url(/wp-content/themes/Divi-child/images/study-with-us-arrow.png) top 24px right 29px no-repeat, transparent !important;*/
}

/*
#main-content .international_studies .et_pb_button_wrapper a.et_pb_button:hover {
  background: url(/wp-content/themes/Divi-child/images/study-with-us-arrow.png) top 22px right 22px no-repeat, transparent !important;
}
*/

#main-content .homepage-testimonial-section .et_pb_row {
  width: 100%;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .easy_testimonial_image_wrapper {
  height: 675px;
  width: 500px;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .easy_testimonial_image_wrapper img {
  width: 100%;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .easy_testimonial_image_wrapper:after {
  width: 500px;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body {
  position: absolute;
  top: 40%;
  font-family: Ubuntu, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 12% 0px 10%;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body:before {
  content: url(images/home-testimonial-quote.png);
  display: block;
  margin-bottom: 10px;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body div#et-boc p {
  font-size: 32px;
  line-height: 1em;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body > p.testimonial_author {
  font-size: 18px;
  margin-top: 40px;
  padding-top: 40px;
}

#main-content .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body > p.testimonial_author .testimonial-client:before {
  content: '-';
  display: inline-block;
  padding-right: 10px;
}

#main-content .prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image_n10s .n10s-block:after,
.enrich_day .et_pb_code_inner:after {
  content: url(images/pink-overlay.png);
  position: absolute;
  right: -90px;
  bottom: 0;
}

#main-content .prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image_n10s .n10s-block .n10s-overlay {
    padding: 0;
}

#main-content .prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image_n10s .n10s-block .n10s-overlay-inner h2,
.enrich_day a h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  word-spacing: inherit;
  font-weight: 500 !important;
  text-align: right;
  z-index: 9999;
  padding: 20px;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}

.enrich_day .et_pb_code_inner {
    overflow: hidden;
}

.enrich_day a h2 {
    color: #fff;
}

#main-content .prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image_n10s .n10s-block .n10s-overlay-inner h2:after,
.enrich_day a h2:after {
  content: url(images/homepage-video-icon.png);
  display: block;
  padding-top: 18px;
}

#main-content .prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image_n10s .n10s-block .n10s-overlay:before {
  display: none;
}

#main-content .prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_image_n10s .n10s-block:hover .n10s-overlay:before {
  display: none;
}

#main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module {
  overflow: hidden;
}

#main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner {
  position: relative;
  bottom: 0px;
  right: 0px;
  background: #008537;
  transform: rotate(3deg);
  text-align: left;
  padding: 50px 40px 70px;
  max-width: 660px;
  width: 60%;
  margin: 0 auto -20px -20px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner:hover {
  background: #97c451;
}

#main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h2, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h3, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h4, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h5, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h6 {
  padding: 0px;
  font-size: 31px;
  color: #fff;
  transform: rotate(-3deg);
}

#main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h2 a, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h3 a, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h4 a, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h5 a, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h6 a {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h2 a:after, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h3 a:after, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h4 a:after, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h5 a:after, #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner h6 a:after {
  content: url(images/brochure-arrow.png);
  display: block;
}

#main-content .green-line-before h1 {
  color: #008537;
}

#main-content .green-line-before h1:before {
  content: '';
  background-color: #008537;
  display: block;
  height: 2px;
  width: 150%;
  position: absolute;
  left: -154%;
  top: 18px;
}

#main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text {
  display: inline-block;
  position: absolute;
  left: 55%;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 46%;
  display: block;
  width: 100%;
  text-align: right;
}

#main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h2, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h3, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h4, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h5, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h6 {
  font-size: 40px;
}

/*====================
  CASE STUDIES
====================*/
.generic-banner-section .et_pb_row {
  padding-bottom: 0px;
}

.generic-banner-section .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
  padding: 0px;
}

.generic-banner-section .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 0px;
  background: linear-gradient(105deg, #0078B8 470px, transparent 0%);
  animation: none;
}

.generic-banner-section .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h1 {
  padding: 55px 60px 55px 78px;
  text-shadow: none;
  font-weight: bold;
  background: url(images/heading-white-line.jpg) center left no-repeat;
}

.case-study-section .et_pb_row .et_pb_column .et_pb_portfolio {
  column-count: 3;
  column-gap: 30px;
  margin-bottom: 60px;
}

.case-study-section .et_pb_row .et_pb_column .et_pb_portfolio .project {
  break-inside: avoid;
}

.case-study-section .et_pb_row .et_pb_column .et_pb_portfolio .project:nth-child(3n) {
  margin-right: 0px;
}

/*====================
  SIDEBAR(S)
====================*/
form.searchandfilter > ul > li {
  padding: 0px;
  border: 1px solid #E0E0E0;
}

form.searchandfilter > ul > li h4 {
  padding: 19px 15px;
}

form.searchandfilter > ul > li > ul > li {
  overflow: auto;
  padding: 19px 15px !important;
  margin: 0px;
  text-transform: uppercase;
}

form.searchandfilter > ul > li > ul > li:nth-child(odd) {
  background-color: #FAFBFB;
}

form.searchandfilter > ul > li > ul > li:nth-child(even) {
  background-color: #fff;
}

form.searchandfilter > ul > li > ul > li input, form.searchandfilter > ul > li > ul > li label {
  float: left;
}

form.searchandfilter > ul > li > ul > li input.sf-input-checkbox {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border: 1px solid #D1D1D1;
  background: #fff;
  margin: 6px 0px 0px;
  cursor: pointer;
}

form.searchandfilter > ul > li > ul > li label {
  width: calc(100% - 11px);
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

form.searchandfilter > ul > li > ul > li label:hover {
  opacity: 0.7;
}

form.searchandfilter > ul > li > ul > li.sf-option-active input.sf-input-checkbox {
  background: #0078B8;
}

.case-study-section .custom-filter .textwidget form.searchandfilter > ul > li h4 {
  background: #0078B8;
  color: #fff;
}

.case-study-section .custom-filter .textwidget form.searchandfilter > ul > li > ul > li.sf-option-active input.sf-input-checkbox {
  background: #0078B8;
}

.case-study-section .et_pb_module.et_pb_portfolio .et_pb_ajax_pagination_container .project > h2 {
  font-size: 16px;
  line-height: 1.2em;
}

.case-study-section .et_pb_module.et_pb_portfolio .et_pb_ajax_pagination_container .project > h2 a:after {
  content: url(images/case-study-arrow.png);
  display: block;
  line-height: 1em;
  padding-top: 8px;
}

.blog-section .custom-filter .textwidget form.searchandfilter > ul > li h4 {
  background: #00838f;
  color: #fff;
}

.blog-section .custom-filter .textwidget form.searchandfilter > ul > li > ul > li.sf-option-active input.sf-input-checkbox {
  background: #00838f;
}

.course-filter {
  padding-top: 20px;
  margin-top: 20px !important;
}

.course-filter form.searchandfilter > ul > li {
  padding-bottom: 0px;
}

.course-filter form.searchandfilter > ul > li h4 {
  background: #00838f;
  color: #fff;
}

.course-filter form.searchandfilter > ul > li p.all-courses-filter__title {
	background: #602483;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 19px 15px;
	margin: 0;
	line-height: 1em;
}

.course-filter form.searchandfilter > ul > li > ul {
  padding-bottom: 0px;
}

.course-filter form.searchandfilter > ul > li > ul > li.sf-option-active input.sf-input-checkbox {
  background: #00838f;
}

/*====================
  BLOG
====================*/
.generic-banner-section .et_pb_row .et_pb_column .et_pb_slider.blog-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  background: linear-gradient(105deg, #00838f 470px, transparent 0%);
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container {
  column-count: 3;
  column-gap: 30px;
  margin-bottom: 60px;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post {
  break-inside: avoid;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E0E0E0;
  margin-bottom: 30px;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post:nth-child(3n) {
  margin-right: 0px;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post .entry-featured-image-url {
  margin: -16px -16px 16px;
  order: 1;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post > h2 {
  font-size: 18px;
  color: #3B3B3C;
  order: 3;
  padding-bottom: 14px;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post .post-meta {
  order: 2;
  color: #000;
  font-size: 13px;
  margin: 0px;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post .post-content {
  order: 4;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post .post-content > p {
  display: none;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post .post-content a {
  color: #008537;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-section .et_pb_row .et_pb_column .et_pb_posts .et_pb_ajax_pagination_container .post .post-content a:after {
  margin-left: 7px;
  content: url(images/events-arrow.png);
  display: inline-block;
}

.et_pb_posts .et_pb_post .post-content a {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.et_pb_posts .et_pb_post .post-content a:hover {
  opacity: 0.8;
}

.pagination {
  column-span: all;
}

.pagination > div {
  width: 100%;
  max-width: 300px;
}

.pagination > div a {
  background-color: #008537;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  display: block;
  color: transparent;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.pagination > div a:hover {
  background-color: #97c451;
}

.pagination > div a:after {
  color: #fff;
}

.pagination > div.alignleft a:after {
  content: 'Next Page';
  width: 100%;
  display: block;
  margin-top: -24px;
}

.pagination > div.alignright a:after {
  content: 'Previous Page';
  width: 100%;
  display: block;
  margin-top: -24px;
}

.search-filter-scroll-loading {
  clear: both;
  display: block;
  text-align: center;
}

body.single-post .et_post_meta_wrapper img {
  width: auto;
}

.collapsible-courses .collapsible-inner,
.collapsible .collapsible-inner {
  overflow: hidden;
}

.collapsible-courses .collapsible-inner h4 > span,
.collapsible .collapsible-inner h4 > span {
  width: calc(100% - 35px);
  display: inline-block;
}

.collapsible-courses .collapsible-inner h3 > span,
.collapsible .collapsible-inner h3 > span {
  width: calc(100% - 35px);
  display: inline-block;
}

.collapsible-courses .collapsible-inner h4 .collapse-arrow,
.collapsible .collapsible-inner h4 .collapse-arrow {
  width: 35px;
  display: inline-block;
  cursor: pointer;
}

.collapsible-courses .collapsible-inner h3 .collapse-arrow,
.collapsible .collapsible-inner h3 .collapse-arrow {
  width: 35px;
  display: inline-block;
  cursor: pointer;
}

.collapsible-courses .collapsible-inner.hidden > ul,
.collapsible .collapsible-inner.hidden > ul {
  max-height: 0px;
  transition: max-height 0.15s ease-out;
}

.collapsible-courses .collapsible-inner:not(.hidden) > ul,
.collapsible .collapsible-inner:not(.hidden) > ul {
  max-height: 1000px;
  transition: max-height 0.25s ease-in;
}

body.blog #main-content > .container:before, body.archive #main-content > .container:before, body.single-post #main-content > .container:before {
  display: none;
}

body.blog #main-content > .container #content-area #sidebar, body.archive #main-content > .container #content-area #sidebar, body.single-post #main-content > .container #content-area #sidebar {
  padding-left: 0px;
}

body.blog #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h4, body.archive #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h4, body.single-post #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h4 {
  background: #602483;
  color: #fff;
}

/*====================
  COURSES
====================*/
.courses-list .course-container {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.courses-list .course-container:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.courses-list .course-container .excerpt {
  padding-bottom: 16px;
}

.courses-list .course-container .read-more .button a {
  display: inline-block;
  color: #fff;
  background-color: #00838f;
  min-width: 120px;
  text-align: center;
  padding: 2px 12px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.courses-list .course-container .read-more .button a:hover {
  opacity: 0.8;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column {
  background-color: #602483;
  padding: 28px;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h1, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h2, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h3, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h4, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h5, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h6 {
  font-size: 28px;
  color: #fff;
  padding: 0px;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h1:after, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h2:after, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h3:after, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h4:after, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h5:after, .et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_text h6:after {
  height: 35px;
  display: block;
  content: '';
  border-left: 2px solid #fff;
  margin: 7px 0px 11px;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_button_module_wrapper {
  margin-bottom: 10px !important;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_button_module_wrapper:last-child {
  margin-bottom: 0px !important;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_button_module_wrapper a.et_pb_button {
  display: block;
  padding: 20px 42px 20px 16px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff !important;
  line-height: 1.2em !important;
  background: url(images/study-with-us-arrow.png) top 24px right 16px no-repeat;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column .et_pb_button_module_wrapper a.et_pb_button:hover {
  background: url(images/study-with-us-arrow.png) top 24px right 16px no-repeat, rgba(255, 255, 255, 0.3) !important;
}

.et_pb_section .et_pb_row .et_pb_column.course-column {
  padding: 28px 28px 0px;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module:not(.et_pb_text):not(.et_pb_button_module_wrapper) {
  margin: 0px -28px;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget {
  background: #fff;
  margin: 0px;
  padding-bottom: 20px;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section {
  padding: 0px;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section .et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0px !important;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section .et_pb_row .et_pb_column {
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et_pb_text {
  transform: rotate(3deg);
  background-color: #0078B8;
  width: calc(100% + 10px);
  padding: 10px 0px;
  margin-bottom: -20px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et_pb_text:hover {
  background-color: #4dabd7;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et_pb_text .et_pb_text_inner {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px 20px;
  transform: rotate(-3deg);
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section.prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_text {
  background: #008537;
}

.et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section.prospectus-section .et_pb_row .et_pb_column .et_pb_module.et_pb_text:hover {
  background: #97c451;
}

#main-content .et_pb_section .courses_cta .et_pb_button_wrapper {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#main-content .et_pb_section .courses_cta .et_pb_button_wrapper:hover {
  background-color: #4dabd7;
}

#main-content .et_pb_section .courses_cta .et_pb_button_wrapper a {
  line-height: 1.2em !important;
  background: url(images/study-with-us-arrow.png) top 16px right 16px no-repeat, transparent !important;
  padding: 10px 44px 16px 14px !important;
}

#main-content .et_pb_section .courses_cta .et_pb_button_wrapper a:hover {
  background: url(images/study-with-us-arrow.png) top 16px right 16px no-repeat, transparent !important;
}

.et-db #et-boc .et_pb_tabs {
  width: 100%;
  display: inline-block;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls {
  background: #fff !important;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li {
  display: block;
  height: auto !important;
  padding: 15px 20px;
  line-height: 1.2em;
  background: #6E6E6E;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li:hover {
  opacity: 0.8;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li.et_pb_tab_active {
  background: #602483;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li.et_pb_tab_active:hover {
  opacity: 1;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li a {
  display: block;
  padding: 0px;
  font-size: 18px;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs).apply-online-tab > ul > li:last-child {
  background: url(images/study-with-us-arrow.png) right 20px top 18px no-repeat, #AA0666;
  margin-top: 20px;
  padding-right: 36px;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs).apply-online-tab > ul > li:last-child.et_pb_tab_active {
  background: url(images/study-with-us-arrow.png) right 20px top 18px no-repeat, #AA0666 !important;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs).apply-online-tab > ul > li:last-child a {
  display: none;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs).apply-online-tab > ul > li:last-child:after {
  content: 'Apply Here';
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 0px;
  font-size: 18px;
}

.et-db #et-boc .et_pb_tabs:not(.our-team-tabs).apply-online-tab .et_pb_all_tabs .et_pb_tab:last-child {
  border: 0px;
}

/*====================
  EVENTS
====================*/
body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper .tribe-events-title-bar h1 {
  font-weight: 400;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form {
  background: #0078B8;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap .tribe-bar-filters-inner > div label {
  color: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap .tribe-bar-filters-inner > div input {
  background: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap .tribe-bar-filters-inner .tribe-bar-submit input {
  background: #008537;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  font-weight: 400;
  line-height: 1.5em;
  padding: 12px;
  font-size: 16px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap .tribe-bar-filters-inner .tribe-bar-submit input:hover {
  background: #97c451;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-toggle {
  background: transparent !important;
  cursor: pointer;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list > li {
  background: none !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list > li:hover {
  background: #cacaca !important;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list > li.tribe-bar-active {
  background: #cacaca !important;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content {
  background: #fff;
  border: 0px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form .tribe_events_filter_item {
  margin-bottom: 20px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form .tribe_events_filter_item h3 {
  background: #602483;
  color: #fff;
  border-bottom: 0px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form .tribe_events_filter_item h3:after {
  color: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form .tribe_events_filter_item h3 .tribe-filter-status {
  margin: 0px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form .tribe_events_filter_item .tribe-events-filter-group {
  border-bottom: 0px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form .tribe_events_filter_item .tribe-events-filter-group #tribe_events_filter_cost_display {
  color: #535353;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form a#tribe_events_filters_reset {
  background: #0078B8;
  color: #fff;
  padding: 8px 16px;
  text-transform: uppercase;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content form#tribe_events_filters_form a#tribe_events_filters_reset span {
  margin-right: 6px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop {
  width: 100%;
  max-width: none;
  display: inline-block;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month {
  clear: both;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .tribe-events-list-separator-month span {
  font-weight: 400;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-title {
  margin-top: 0px;
  font-size: 32px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-cost span {
  border: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 30px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-image {
  width: 100%;
  display: block;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-content {
  padding: 0px;
  display: block;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events.tribe-event-featured {
  background: #AA0666;
  padding: 16px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events.tribe-event-featured .tribe-events-event-meta {
  font-weight: 600;
  color: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events.tribe-event-featured .tribe-events-event-cost {
  margin: 0px 0px 8px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events.tribe-event-featured .tribe-events-event-cost span {
  background: transparent;
  color: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events.tribe-event-featured .tribe-events-content {
  color: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events.tribe-event-featured .tribe-events-content a {
  color: #fff;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content table.tribe-events-calendar thead tr th {
  background-color: #AA0666;
  color: #fff;
  border: 0px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content table.tribe-events-calendar tbody tr td > .tribe-event-featured {
  background: #008537;
  padding: 6px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content table.tribe-events-calendar tbody tr td .tribe-events-tooltip {
  padding: 8px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content #tribe-events-day .tribe-events-day-time-slot h2 {
  background: #602483;
  padding: 12px 0px;
}

body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-footer .tribe-events-sub-nav li, body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-header .tribe-events-sub-nav li {
  background: none !important;
}

body.single-tribe_events .in_forms {
  max-width: 100%;
}

body.single-tribe_events #tribe-events #tribe-events-content #tribe-events-footer {
  border-top: 0px;
  padding-top: 0px;
}

body.single-tribe_events #tribe-events #tribe-events-content #tribe-events-footer ul li {
  padding: 0px;
  background: none;
}

body.single-tribe_events #tribe-events .tribe-events-event-meta {
  border: 0px;
}

body.single-tribe_events #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 20px;
  margin: 0px;
}

body.single-tribe_events #tribe-events .tribe-events-event-meta .tribe-events-meta-group h2 {
  margin: 0px;
}

body.single-tribe_events #tribe-events .tribe-events-event-meta .tribe-events-meta-group dl dd:last-of-type {
  margin-bottom: 0px;
}

.tribe-events-notices {
  background-color: #4b4b4b;
  color: #fff;
  text-shadow: none;
  border: 0px;
  border-radius: 0px;
}

#tribe-events .tribe-events-button {
  background: #008537;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#tribe-events .tribe-events-button:hover {
  background: #97c451;
}

body.single-tribe_venue .tribe-events-venue #tribe-events-content .tribe-events-loop {
  max-width: 1400px;
  width: 80%;
}

/*====================
  CONTACT US
====================*/
.contact-map-section .et_pb_row {
  padding: 0px !important;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_2_3 {
  width: 100%;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 {
  position: absolute;
  right: 10%;
  top: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #008537;
  width: 400px;
  max-width: 1400px;
  margin: 0 10%;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget-first {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget-first a {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget-first a:hover {
  opacity: 0.8;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget_custom_html {
  margin-top: 50px;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget_custom_html .textwidget .et-social-icon {
  display: inline-block;
  padding: 0px 2px 6px;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget_custom_html .textwidget .et-social-icon a {
  color: #008537;
  font-size: 20px;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget_custom_html .textwidget .et-social-icon a:before {
  background-color: #fff;
  padding: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.contact-map-section .et_pb_row:first-child .et_pb_column_1_3 .et_pb_module .widget_custom_html .textwidget .et-social-icon a:hover:before {
  opacity: 0.8;
}

/*====================
  ABOUT
====================*/
.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls {
  background: #fff !important;
  border: 1px solid #E0E0E0;
  width: 25%;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls:before {
  content: 'Filter by Department:';
  display: block;
  background: #0078B8;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li {
  display: block;
  height: auto !important;
  padding: 15px 20px;
  line-height: 1.2em;
  background: #898989;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  padding: 16px 20px 16px 36px;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li:nth-child(2n) {
  background: #FAFBFB !important;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li:nth-child(2n-1) {
  background: #fff !important;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li a {
  color: #535353 !important;
  font-size: 16px;
  display: block;
  padding: 0px;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li a:before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #D1D1D1;
  display: block;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 15px;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li:hover {
  opacity: 0.8;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li.et_pb_tab_active a:before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #D1D1D1;
  background: #0078B8;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls li.et_pb_tab_active:hover {
  opacity: 1;
}

.et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_all_tabs {
  width: 75%;
}

.awsm-grid-wrapper .gridder .awsm-grid-card a:before {
  display: none;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption {
  position: relative;
  transform: none;
  background: #fff;
  padding: 14px;
  text-align: center;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption:before {
  display: none;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption .awsm-personal-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption .awsm-personal-info span {
  color: #5A5A5A;
  order: 2;
  font-size: 13px;
  line-height: 1em;
  min-height: 84px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption .awsm-personal-info span:hover {
  opacity: 0.8;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption .awsm-personal-info span:after {
  content: "Read Bio";
  text-transform: uppercase;
  color: #008537;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  background: url(images/arrow-right-dark-green.svg) bottom center no-repeat;
  padding-bottom: 12px;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption .awsm-personal-info h2 {
  color: #5A5A5A;
  order: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 4px;
}

.awsm-grid-wrapper .gridder .awsm-grid-card figure figcaption:after {
  display: none;
}

.awsm-grid-wrapper .gridder .awsm-grid-show {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding {
  padding: 20px;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-navigation .awsm-grid-close {
  right: 25px;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-details {
  width: 100%;
  padding: 0px 40px 0px 0px;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-content-scrollbar {
  display: flex;
  flex-direction: column;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-content-scrollbar span {
  padding-bottom: 4px;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-content-scrollbar h3 {
	order: -1;
	margin-bottom: 0px;
	padding-bottom: 4px;
	font-size: 36px;
	margin: 0 0 10px;
	line-height: 1.1;
	color: #5A5A5A;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-content-scrollbar p {
  font-weight: 400;
}

.awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-personal-contact-info {
  display: none;
}

/*====================
  COURSES TESTIMONIALS
====================*/
.courses-testimonials blockquote.easy_testimonial .easy_testimonial_image_wrapper {
  padding-left: 25px;
}

.courses-testimonials blockquote.easy_testimonial .easy_testimonial_image_wrapper img {
  border-radius: 0px;
}

.courses-testimonials blockquote.easy_testimonial .testimonial_body p {
  line-height: 0.9em;
}

@media (max-width: 1400px) {
  .courses-testimonials blockquote.easy_testimonial .testimonial_body p {
    font-size: 40px;
    padding-top: 50px;
  }
}

@media (max-width: 1150px) {
  .courses-testimonials blockquote.easy_testimonial .testimonial_body p {
    font-size: 34px;
    padding-bottom: 8px;
  }
}

@media (max-width: 980px) {
  .courses-testimonials blockquote.easy_testimonial .easy_testimonial_image_wrapper {
    position: inherit;
    padding-left: 0px;
    float: none;
  }
  .courses-testimonials blockquote.easy_testimonial .testimonial_body p {
    clear: both;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .courses-testimonials blockquote.easy_testimonial .testimonial_body p {
    font-size: 28px;
  }
  
  #main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right .ect-list-post-right-table .ect-list-description {
      align-items: flex-start;
  }
}

/*====================
  FORMS
====================*/
.gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #602483;
}

.gform_body .gform_page_footer .button {
  padding: 8px 20px;
  background: #602483;
  color: #fff;
  border: 0px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer;
}

.gform_body .gform_page_footer .button:hover {
  opacity: 0.8;
}

.gform_body .gform_page_footer .gform_save_link {
  padding: 5px 20px;
  background: #0078B8;
  color: #fff;
  border: 0px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer;
}

.gform_body .gform_page_footer .gform_save_link:hover {
  opacity: 0.8;
}

/*====================
  FOOTER
====================*/
#main-footer a:not(.social) {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  color: #fff;
}

#main-footer a:not(.social):hover {
  opacity: 0.8;
}

#main-footer > .container #footer-widgets {
  padding: 50px 0px 0px;
}

#main-footer > .container #footer-widgets .footer-widget {
  margin-bottom: 0px !important;
}

#main-footer > .container #footer-widgets .footer-widget .fwidget {
  width: 100%;
  margin-bottom: 20px !important;
}

#main-footer > .container #footer-widgets .footer-widget .fwidget:last-child {
  margin-bottom: 0px;
}

#main-footer > .container #footer-widgets .footer-widget .fwidget h3.title {
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 16px;
  color: #fff;
}

#main-footer > .container #footer-widgets .footer-widget .fwidget ul.menu li {
  padding-left: 0px;
}

#main-footer > .container #footer-widgets .footer-widget .fwidget ul.menu li:before {
  display: none;
}

#main-footer #footer-bottom > .container {
  max-width: 1400px;
  width: 80%;
  margin: auto;
  text-align: center;
}

#main-footer #footer-bottom > .container .accreditations {
  float: none;
  display: inline-block;
}

#main-footer #footer-bottom > .container .accreditations:last-child {
  margin-right: 0px;
}

#main-footer .credits {
  padding-bottom: 50px;
}

/*====================
  IE SPECIFIC
====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et_pb_text {
    margin-top: 124px;
  }
  .et_pb_section .gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 10px;
  }
}

/*====================
  MENU MEDIA QUERIES
====================*/
@media (min-width: 1126px) {
  #main-header > .container #top-header > .container .language-menu .et_pb_widget.header-icon {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1610px) {
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li {
    padding-right: 16px;
  }
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li {
    padding-left: 18px;
  }
}

@media (min-width: 981px) and (max-width: 1560px) {
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li {
    padding-right: 12px;
  }
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li {
    padding-left: 14px;
  }
}

@media (min-width: 981px) and (max-width: 1512px) {
  #main-header > .container #top-header {
    padding-bottom: 0px !important;
  }
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li {
    padding-right: 12px;
  }
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #main-header > .container #et-top-navigation nav#top-menu-nav > ul > li.search-menu form > ul li {
    padding-left: 14px;
  }
}

@media (max-width: 1470px) {
  #main-header > .container #top-header > .container #et-secondary-menu > ul > li {
    margin-right: 0px;
  }
}

@media (min-width: 981px) and (max-width: 1390px) {
  #main-header > .container #top-header > .container #et-secondary-menu > ul > li:nth-child(1) {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1290px) {
  #main-header > .container #top-header > .container #et-secondary-menu > ul > li:nth-child(3) {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  #main-header > .container #top-header > .container .apply-here-outer ul > li.applyherebutton a:after {
    margin-left: 10px;
  }
}

@media (max-width: 1125px) {
  body.home #page-container #main-header > .container .logo_container a {
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
  }
  body.home #page-container #main-header > .container .logo_container a img {
    opacity: 1;
  }
  body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container #main-header {
    position: relative !important;
    top: 0px !important;
  }
  body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container #main-header > .container #top-header > .container #et-secondary-menu {
    display: none;
  }
  body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container #main-header > .container #et-top-navigation #top-menu-nav {
    display: none;
  }
  body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu {
    display: block;
  }
  body #page-container {
    overflow: hidden;
  }
  body #page-container #main-header {
    background-color: #fff !important;
    border-bottom: 1px solid #8F8F8F;
  }
  body #page-container #main-header > .container {
    width: 100% !important;
  }
  body #page-container #main-header > .container .logo_container a img {
    max-height: 60px !important;
    max-width: none !important;
  }
  body #page-container #main-header > .container #top-header {
    z-index: 9999999;
    background: transparent;
    width: calc(100% - 268px);
    margin-right: 60px;
    display: block !important;
    padding-bottom: 0px !important;
  }
  body #page-container #main-header > .container #top-header > .container {
    padding-right: 0px;
    padding-left: 0px;
    width: 100% !important;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget {
    float: right;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.header-icon {
    padding: 18.5px 16px;
    border-left: 1px solid #8F8F8F;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.header-icon:hover {
    background: #e8e8e8;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.header-icon img {
    display: block;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.widget_gtranslate {
    position: relative;
    left: 0;
    border-left: 1px solid #8F8F8F;
    padding: 17.5px 7px;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.widget_gtranslate .gt_switcher .selected {
    background: #f1f1f1;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.widget_gtranslate .gt_switcher .option {
    position: absolute;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget:not(.widget_gtranslate):not(.header-icon) {
    display: none;
  }
  body #page-container #main-header > .container #top-header > .container .apply-here-outer {
    display: none;
  }
  body #page-container #main-header > .container #et-top-navigation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    width: calc(100% - 208px);
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav {
    padding: 0px;
    background-color: #AA0666;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    padding: 14px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:hover {
    background: #0078B8;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
    color: #fff;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
    display: block !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
  }
/*   body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu li.search-menu {
    display: none;
  } */
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.closed #mobile_menu {
    left: 100%;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened #mobile_menu {
    left: 0;
  }
}

@media (max-width: 600px) {
  body #page-container #main-header > .container .logo_container {
    width: 210px;
    z-index: 9999999;
  }
  body #page-container #main-header > .container #et-top-navigation {
    width: 100%;
  }
  img.alignleft, img.alignright {
    float: none;
    margin: 0px;
  }
}

@media (max-width: 453px) {
  body #page-container #main-header > .container .logo_container {
    width: 174px;
  }
  body #page-container #main-header > .container .logo_container a img {
    max-height: 50px !important;
  }
  body #page-container #main-header > .container #top-header {
    width: calc(100% - 226px);
    margin-right: 52px;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.header-icon {
    padding: 14.5px 12px;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.widget_gtranslate {
    padding: 13.5px 3px;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    padding: 10px;
  }
}

@media (max-width: 390px) {
  body #page-container #main-header > .container .logo_container {
    width: 153px;
  }
  body #page-container #main-header > .container .logo_container a img {
    max-height: 44px !important;
  }
  body #page-container #main-header > .container #top-header {
    width: calc(100% - 198px);
    margin-right: 44px;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.header-icon {
    padding: 10.5px 10px;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.widget_gtranslate {
    padding: 9.5px 4.5px;
  }
  body #page-container #main-header > .container #top-header > .container .language-menu .et_pb_widget.widget_gtranslate .switcher {
    width: 40px !important;
  }
  body #page-container #main-header > .container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
    padding: 6px;
  }
}

/*====================
  TAB MEDIA QUERIES
====================*/
@media (max-width: 1140px) {
  ul.et_pb_tabs_controls {
    width: 230px;
  }
  .et_pb_all_tabs {
    width: calc(100% - 230px);
  }
}

@media (max-width: 920px) {
  ul.et_pb_tabs_controls {
    width: 190px;
  }
  .et_pb_all_tabs {
    width: calc(100% - 190px);
  }
  .et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li {
    padding: 14px 16px;
  }
  .et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li a {
    font-size: 16px;
    line-height: 1em;
  }
}

@media (max-width: 850px) {
  ul.et_pb_tabs_controls {
    width: 100%;
  }
  .et_pb_all_tabs {
    width: 100%;
    margin-top: 20px;
  }
  .et_pb_all_tabs .et_pb_tab {
    margin-left: 0px;
  }
  .et-db #et-boc .et_pb_tabs:not(.our-team-tabs) .et_pb_tabs_controls li a {
    font-size: 18px;
  }
}

/*====================
  PURPLE COLUMN MEDIA QUERIES
====================*/
@media (min-width: 981px) and (max-width: 1350px) {
  #main-content .et_pb_section .et_pb_row:not(.purple-column-outer-row) .purple-column {
    width: 31% !important;
  }
  #main-content .et_pb_section .et_pb_row:not(.purple-column-outer-row) .purple-column + .et_pb_column {
    width: 66%;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column.et_pb_column_1_2 {
    width: 40%;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column.et_pb_column_1_4:not(.purple-column) {
    width: 23%;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column.et_pb_column_1_4.purple-column {
    width: 33%;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column.et_pb_column_3_4:not(.purple-column) {
    width: 64%;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column.et_pb_column_1_3 {
    width: 31% !important;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column.et_pb_column_2_3 {
    width: 66% !important;
  }
}

@media (max-width: 1050px) {
  #main-content .et_pb_section .et_pb_row .purple-column .et_pb_button_module_wrapper a.et_pb_button {
    padding: 16px 38px 16px 12px !important;
    background: url(images/study-with-us-arrow.png) top 20px right 12px no-repeat;
  }
  #main-content .et_pb_section .et_pb_row .purple-column .et_pb_button_module_wrapper a.et_pb_button:hover {
    background: url(images/study-with-us-arrow.png) top 20px right 12px no-repeat, rgba(255, 255, 255, 0.3) !important;
  }
}

/*====================
  ALL MEDIA QUERIES
====================*/
@media (min-width: 981px) and (max-width: 1200px) {
  #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h2, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h3, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h4, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h5, #main-content .homepage-video-section .et_pb_row .et_pb_module.homepage-rotated-text h6 {
    font-size: 30px;
  }
}

@media (min-width: 981px) and (max-width: 1050px) {
  .pagination > div {
    max-width: 240px;
  }
  .study-sidebar > div ul li a {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 981px) {
  #main-content .et_pb_column.homepage-heading-col {
    padding-top: 80px;
  }
  #main-content .et_pb_column.homepage-study-col {
    margin-top: -220px;
  }
  #main-header .apply-here-outer, #main-header #et-secondary-menu {
    float: right;
  }
  #main-header .apply-here-outer {
    margin-left: 30px;
  }
  .homepage-testimonial-section {
    padding: 50px 0px 0px !important;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column.et_pb_column_3_5 .et_pb_module.et_pb_posts {
    padding-left: 20px;
    margin-top: 0px;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column.et_pb_column_3_5 .et_pb_module.et_pb_posts article {
    margin-bottom: 0px;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column.et_pb_column_3_5 .et_pb_module.et_pb_posts article:before {
    margin-left: -90px;
    margin-bottom: 22px;
    font-size: 38px;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column.et_pb_column_3_5 .et_pb_module.et_pb_posts article a.entry-featured-image-url {
    margin-top: 9px;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column.et_pb_column_3_5 .et_pb_module.et_pb_posts article a.entry-featured-image-url:before {
    content: '';
    background: #535353;
    display: block;
    height: 140px;
    width: 2px;
    position: absolute;
    left: -23px;
    top: -9px;
  }
  .homepage-video-section .et_pb_row .et_pb_column:last-child {
    padding-right: 50px;
  }
  .homepage-video-section .et_pb_row .et_pb_column:last-child .et_pb_module.homepage-rotated-text {
    left: calc(55% - 45px) !important;
    top: 49% !important;
  }
}

@media (max-width: 1400px) {
  .contact-map-section .et_pb_row:first-child .et_pb_column_1_3 {
    right: 48px;
  }
}

@media (max-width: 1300px) {
  .study-sidebar {
    padding: 24px;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body div#et-boc p {
    font-size: 28px !important;
    line-height: 1.2em !important;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body > p.testimonial_author {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
}

@media (max-width: 1150px) {
  .contact-map-section .et_pb_row:first-child .et_pb_column_1_3 {
    right: 5px;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body div#et-boc p {
    font-size: 26px !important;
  }
  .homepage-testimonial-section .et_pb_row .et_pb_column .homepage_testimonials .easy-t-slideshow-wrap .cycle-slideshow blockquote.easy_testimonial .testimonial_body > p.testimonial_author {
    font-size: 16px !important;
  }
}

@media (max-width: 1100px) {
  
	
	/*
	 * Resolves the tree background image issue - problem introduced by Teapot
	#main-content .prospectus-section .et_pb_row {
		background-size: auto;
		background-position: top center;
	  }
	*/
	
	
	
  #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column {
    padding-right: 0px;
  }
  #main-content .prospectus-section .et_pb_row.brochure-row .et_pb_column .et_pb_module .et_pb_text_inner {
    max-width: none;
    width: calc(100% + 40px);
    margin: 100px -20px -25px;
  }
}

@media (max-width: 980px) {
  .et_pb_section .et_pb_row .et_pb_column.course-column > .et_pb_module .et_pb_widget {
    width: 100%;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
  #main-content .et_pb_section .et_pb_row.purple-column-outer-row .et_pb_column:last-child {
    margin-bottom: 0px !important;
  }
  #main-content .et_pb_section.homepage_slider .et_pb_row {
    width: 100%;
  }
  #main-content .et_pb_section.homepage-video-section {
    padding: 40px 0px;
  }
  #main-content .et_pb_section.homepage-video-section .et_pb_row .et_pb_column:last-child .et_pb_module.homepage-rotated-text {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: left;
  }
  #main-content .et_pb_section.contact-map-section .et_pb_row .et_pb_column {
    width: 100% !important;
    position: relative;
    display: block;
    clear: both;
    top: 0;
  }
  #main-content .et_pb_section.contact-map-section .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: 80% !important;
    margin: auto !important;
    display: block;
    float: none;
    top: 30px;
  }
  #main-content .et_pb_section.blog-section {
    padding-top: 0px;
  }
  #main-content .et_pb_section.blog-section .et_pb_row {
    padding-top: 0px;
  }
  #main-content .et_pb_section.blog-section .et_pb_row .et_pb_column {
    margin-bottom: 0px;
  }
  #main-content .et_pb_section.blog-section .et_pb_row .et_pb_column .et_pb_widget_area .et_pb_widget {
    width: 100%;
    margin: 0px 0px 50px;
  }
  .et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_tabs_controls {
    width: 100%;
    margin-bottom: 40px;
  }
  .et-db #et-boc .et_pb_tabs.our-team-tabs .et_pb_all_tabs {
    width: 100%;
  }
  .awsm-grid-wrapper .gridder .awsm-grid-show .awsm-grid-padding .awsm-grid-expanded-content .awsm-content-scrollbar h2 {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .pagination > div {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form {
    background: #fff;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap button {
    background: #f5f5f5;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap button:hover, body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap button:focus {
    color: #333;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-filters-wrap #tribe-bar-filters {
    background: #0078B8;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
    background: #f5f5f5;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper {
    display: inline-block;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe_events_filters_wrapper #tribe_events_filter_control #tribe_events_filters_toggle {
    background: #0078B8;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
    border: 0px;
    background: transparent;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta > div > div {
    padding: 0px;
    margin: 0px 0px 10px;
    border: 0px;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta > div > div:last-of-type {
    margin: 0px;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper .tribe-events-calendar td.tribe-events-present {
    background: #602483;
    color: #fff;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper .tribe-events-calendar td.tribe-events-present > div {
    color: #fff;
  }
  body.post-type-archive-tribe_events #et-main-area #tribe-events #tribe-events-content-wrapper #tribe-events-footer .tribe-events-nav-pagination ul li a {
    background: transparent;
    color: #AA0666;
  }
  #main-content .et_pb_section.homepage-video-section .et_pb_row .et_pb_column {
    width: 100% !important;
    margin-right: 0px;
  }
  #main-content .et_pb_section.homepage-video-section .et_pb_row .et_pb_column .et_pb_image {
    text-align: left;
  }
  #main-content .et_pb_section.homepage-video-section .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    max-width: 300px;
  }
  #search-filter-results-5477 h2 {
    font-size: 24px;
  }
  #main-content .homepage_slider {
    margin-top: 0px;
  }
}

@media (max-width: 650px) {
  #main-footer .credits span {
    display: block;
    float: none;
    text-align: left;
  }
  .pagination > div {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 20px;
    max-width: none;
  }
  .pagination > div:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 550px) {
  .about-principal-text #attachment_3596 {
    float: none;
    margin: 0px 0px 10px;
  }
}

.course-filter form.searchandfilter > ul > li h4 {
	background: #602483;
}



/* Start - Lex Amends for Gail - 19/07/2022 */

.post-3263 .et_pb_column_1_4.et_pb_column_0
{
	background:#602483;
	background: linear-gradient(180deg, #602483 50%, #FFFFFF 50%);
}

.post-3263 .et_pb_column_1_4.et_pb_column_0 .et_pb_text_inner h1
{
	color:white;
}

.post-3263 .et_pb_column_1_4.et_pb_column_0 .et_pb_text_inner h1:after
{
	height: 35px;
    display: block;
    content: '';
    border-left: 2px solid #fff;
    margin: 7px 0px 11px;
}

.post-3263 .et_pb_button_module_wrapper .et_pb_button {
	padding: 20px 42px 20px 16px !important;
    text-transform: uppercase;
    color: #fff;
	width:100%;
    font-size: 18px;
    border: 2px solid #fff !important;
    line-height: 1.2em !important;
	
	background:url(/wp-content/themes/Divi-child/images/study-with-us-arrow.png) top 24px right 24px, transparent !important;
	background-repeat: no-repeat!important;
}

.post-3263 .et_pb_button_module_wrapper .et_pb_button:hover
{
	background: url(images/study-with-us-arrow.png) top 24px right 24px no-repeat, rgba(255, 255, 255, 0.3) !important
}


.post-3263 .et_pb_column_1_4.et_pb_column_0 .et_pb_text_0
{
	padding-top:28px!important;
}

.post-3263 .et_pb_column_1_4.et_pb_column_0 .et_pb_text_0, .post-3263 .et_pb_column_1_4.et_pb_column_0 .et_pb_button_module_wrapper 
{
	padding:0 28px;
}

#main-content .international_studies .et_pb_button_wrapper a.et_pb_button
{
	background: url(/wp-content/themes/Divi-child/images/study-with-us-arrow.png), transparent !important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-position-x: 87%!important;
}

@media (min-width:980px) and (max-width:1300px)
{
	#main-content .post-3263 .international_studies .et_pb_button_wrapper
	{
		margin-left: 0px!important;
		max-width: 105%!important;
		margin-right: 5px!important;
		width: 105%!important;
		left: -5px!important;
	}
}

.prospectus-section .et_pb_text_inner h2 
{
	background: url(/wp-content/themes/Divi-child/images/home-slider-arrow.png), transparent !important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-position-x: 95%!important;
	padding-right: 10%!important;
}

.prospectus-section .et_pb_text_5:after
{
	content:"";
}

@media (max-width:1125px)
{
	.prospectus-section .et_pb_text h2 
	{
		padding-right: 20%!important;
	}
}


@media (max-width:1100px)
{
	.prospectus-section .et_clickable 
	{
		overflow:hidden!important;
		background-position: center right!important;
	}
}

@media (max-width:1000px)
{
	.prospectus-section .et_pb_text_inner h2 
	{
		background-color:#008537!important;
    	position: relative;
		z-index:2;
		font-size:25px!important;
	}
	
	.prospectus-section .et_pb_text_inner div:after
	{
		content: " ";
    	background: #008537!important;
    	width: 100%;
    	position: absolute;
    	height: 150%;
		transform: rotate(-2deg);
    	bottom: 0;
    	height: 110px;
	}
}

@media (min-width:980px) and (max-width:1150px)
{
	.post-3263 .et_pb_column_1_4
	{
		width:28%!important;
	}
	
	.post-3263 .et_pb_column_3_4
	{
		width:66%!important;
	}
	
	.sf-field-taxonomy-categories li
	{
		font-size:14px!important;
	}
}

/* END - Lex Amends for Gail - 19/07/2022 */

@media (max-width: 1186px) {
	.contact_us-map {
		margin-top: 32px;
	}
}

/* Added breadcrumbs to site as part of accessibility work */
#breadcrumbs {
	position: absolute;
/*     top: 56px; */
    /*top: 96px;*/
    height: 32px;
    left: 0;
    width: 100%;
    margin-left: 306px;
    background: white;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.home #breadcrumbs {
	display:none
}

#breadcrumbs strong {
	font-weight: 400;
}

/*@media (max-width: 1383px) {*/
/*	#breadcrumbs {*/
/*		top: 118px;*/
/*	}*/
/*}*/

@media (min-width: 1126px) and (max-width: 1186px) {
	#et-main-area {
    	margin-top: 50px;
	}
	
	#breadcrumbs {
		top: 156px;
		margin-left: 8.5%;
	}
}

@media (max-width: 1125px) {
	#breadcrumbs {
		/*top: 158px;*/
		margin-left: 0;
	}
}

@media (max-width: 512px) {
	#main-header {
		margin-bottom: 25px;
	}
	
	#breadcrumbs {
		padding-top: 15px;
	}
}

.tribe-events-hidden-label {
    display: none !important;
}

/* Additonal styling added for search and filter pro widget title change */
form.searchandfilter > ul > li h3 {
  padding: 19px 15px;
}

/* .case-study-section .custom-filter .textwidget form.searchandfilter > ul > li h3 {
  background: #0078B8;
  color: #fff;
}

.course-filter form.searchandfilter > ul > li p {
  background: #00838f;
  color: #fff;
} */

body.single-post #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h2 {
	background: #602483;
	color: #fff;
	font-size: 16px;
    padding: 19px 15px;
}

.blog-section .custom-filter .textwidget form.searchandfilter > ul > li h3 {
	background: #00838f;
	color: #fff;
	font-size: 18px;
}

body.blog #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h3, body.archive #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h3, body.single-post #main-content > .container #content-area #sidebar form.searchandfilter > ul > li h3 {
  background: #602483;
  color: #fff;
}

/* .course-filter form.searchandfilter > ul > li p {
	background: #602483;
} */

/* Teapot Added for test page draft set up for contrast issues */

.page-id-29677 h1 {
	color: #008537 !important;
}

/*#main-content .international_studies .et_pb_button_wrapper {*/
/*	background: #0078B8;*/
/*}*/

a.big-button:hover, 
a.icon-button:hover,
a.big-button, 
a.icon-button {
	color: #000 !important;
}

.page-id-2 .et_pb_post h2 a, 
.page-id-2 .et_pb_post .entry-title a,
.page-id-2 .et_pb_post .post-meta span,
.page-id-2 .et_pb_post .post-content p,
.page-id-2 .et_pb_post .post-content a {
	color: #000 !important;
}



.et_pb_post .post-content a {
	text-decoration: underline;
}

#breadcrumbs a,
.et_pb_text a {
	color: #AA0666;
}

.applyherebutton {
	background-color: #AA0666 !important;
}

#main-content .homepage-events-col #ect-events-list-content #list-wrp .ect-list-post .ect-list-post-right .ect-list-post-right-table .ect-list-description .ect-event-content a.ect-events-read-more {
	background: url(images/arrow-right-green.svg) left center no-repeat;
}

.page-id-29903 h1 {
	color: #008537 !important;
}

#main-content .courses_cta .et_pb_button_wrapper {
	background: #0078B8 !important;
}

.et_pb_section .et_pb_row .et_pb_column.purple-column {
	background-color: #602483 !important;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #AA0666 !important;
}

blockquote {
    border-color: #AA0666 !important;
}

.et_password_protected_form {
    padding: 60px 30px;
}

.et_password_protected_form .et_pb_button {
    background: #008537;
}

.et_password_protected_form .et_pb_button:hover {
    background: #008537 !important;
    opacity: 0.8;
}

.results_post-slider .et_pb_button:hover {
    background: #AA0666 !important;
    opacity: 0.9;
}

#cn-notice-text,
.cn-buttons-container a {
    font-weight: 700 !important;
}

.cn-buttons-container a {
    color: #ffffff !important;
}

.cn-close-icon:before, .cn-close-icon:after {
    background-color: #474747 !important;
}


.gt_selected a #text {
    display: none;
}

/*.html5-elem-box {*/
/*    max-height: 100% !important;*/
/*}*/

/*.html5-elem-wrap {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/