.dexp_tab_wrapper.two-tabs ul.nav-tabs li {
    width: 50%;   
}

.fullcoveredvideo video, .fullscreenvideo video {
    background: transparent !important;
    object-fit: cover;   
}

.tp-caption.video-overlay-text {
    font-size: 80px !important;
    font-family: 'Tahoma';
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.58);
}

.video-overlay-button a {
    color: #FFFFFF !important;
    font-size: 22px;
    text-transform: uppercase;
    border: 2px solid;
    padding: 12px 24px;
    background-color: rgba(0, 0, 0, 0.3);   
}

.video-overlay-button a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #002664 !important;   
}

.form-type-select.form-item-submitted-activities-select {
    margin-top: 0;   
}

.confirmation-wrapper {
	display: flex;
    margin: 30px 0 15px 0;
    align-items: center;
}

.confirmation-wrapper input[type="checkbox"] {
	margin-right: 10px;
}

.confirmation-wrapper .description {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3em;
}

.container-inline.form-wrapper .btn-info.form-submit {
   margin-right: 15px;
}

.search-form input.form-submit {
  margin-top: 10px;
}

.block.carousel.margin-top {
  margin-top: 20px;   
}

ul.menu > li.expanded {
    padding: 0 15px;
    text-transform: uppercase;
}

ul.menu > li ul.menu > li {
    text-transform: initial;
}

.menu-group.link-list > ul.menu {
    display:flex;
    flex-wrap: wrap;
}

.menu-group.link-list ul {
    padding:0;   
}

.menu-group.link-list li {
    list-style-image: none;
    list-style-type: none;   
}

.menu-group.link-list ul.menu ul.menu {
    padding-left: 10px;
}

h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.media-element-container.media-embed {
    margin: 20px 0;   
}

table {
    table-layout: fixed;   
}

.clear-fix {
    clear: both !important;   
}

.custom-block {
    padding: 20px;
/*    vertical-align: middle;
    display: table-cell;
    width: 100%;
    float: left;
*/}

.custom-block.two-columns .content-wrapper {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
}

.custom-block h3 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.custom-block.two-columns h3 {
  -webkit-column-span: all; 
  column-span: all;
}

.custom-block .media {
    margin: 0 0 10px 0;   
}

.paragraph-block .custom-block .text-block .link {
    text-align: center;   
}

.alternating.paragraph-block .field-item.odd {
    background-color: #F2F2F2;
}

.paragraph-block .field-item {
    border: 1px solid #f2f2f2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
}

#main-nav-icon {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#main-nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #002664;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#main-nav-icon span:nth-child(1) {
  top: 0px;
}

#main-nav-icon span:nth-child(2) {
  top: 12px;
}

#main-nav-icon span:nth-child(3) {
  top: 24px;
}

#main-nav-icon.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#main-nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#main-nav-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#section-features {
    margin-top: 0;   
}

.btn.btn-primary.custom.nav-button {
    width: 250px;
    margin: 10px 0;
    padding: 20px 0px;   
}

.standard-content-padding {
    padding-left: 40px;
    padding-right: 40px;
}

.no-padding {
    padding: 0 !important;   
}

.custom-table.houses th, .custom-table.houses td {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-table.houses th.standard-padding, .custom-table.houses td.standard-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.webform-component label {
    font-size: 14px;
    margin-bottom: 10px;
}

fieldset[class*="webform-component--bookings--booking-"] {
    border-bottom: 1px solid #cacaca;
}

.webform-component--photo .form-managed-file .form-submit, .webform-component-file .form-managed-file .form-submit {
    display: none;   
}

.webform-component--photo .description, .webform-component-file .description, .webform-component-textarea .description {
    margin-top: 10px;   
}

.webform-component-file .description {
    line-height: 1.4em;
}

#edit-submitted-photo-upload {
    margin-bottom: 10px;
    padding: 10px 0;
    display: flex;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .dexp-parallax {
        /** will-change: transform; */
        background-repeat: no-repeat;
    }
}

.dexp-parallax .content {
    /* padding: 50px 80px; */
    padding: 50px 0;
    background: rgba(0,0,0,0.4);
    color: #FFFFFF;
    font-size: 20px;
}

.nav.nav-tabs {
	display: flex;
}

.panel-group > p {
    margin: 0 0 5px;    
}

#section-content-bottom .container {
    padding: 0 50px;   
}

#section-header .main.logo.container {
    text-align: left;
    padding: 0;
}

#section-header .region-navigation .navigator.container {
    position: relative;
    z-index: 3005;
}

.main.logo {
    position: absolute;
}

.main.logo a {
    display: block;   
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

.no-navigation .slick-view-content .slick-prev, .no-navigation .slick-view-content .slick-next {
    display: none !important;   
}

.image-text-carousel .slick-view-content .slick-prev, .image-text-carousel .slick-view-content .slick-next {
    top: 30%;
}


.image-only-carousel .slick-view-content .slick-prev, .image-only-carousel .slick-view-content .slick-next {
    top: 40%;
}

.slick-view-content .slick-prev, .slick-view-content .slick-next {
    width: 50px;
    height: 50px;
    z-index: 100;
}

.slick-view-content .slick-prev {
    left: -55px;   
}

.slick-view-content .slick-next {
    right: -55px;   
}

.slick-view-content .slick-prev:before, .slick-view-content .slick-next:before {
    color: #002664;
    font-size: 50px;
}



.date-nav-wrapper .date-nav ul.pager {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0;   
}

.date-nav-wrapper .date-nav ul.pager:before, .date-nav-wrapper .date-nav ul.pager:after {
    display: block;
    content: initial;
}

.date-nav-wrapper .date-nav ul.pager li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    right: initial;
    left: initial;
    top: initial;
    text-align: left;
    background: none;
}

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
    background-color: #002664;
    border-radius: 3px;
    color: #FFF;
}

.view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover {
    background-color: #C60C30;
}

body {
    font-family: 'Lato';
    font-size: 16px;
}

.dexp_tab_wrapper ul.nav-tabs li {
    width: 33.333333%;
    text-align: center;
    border-bottom: 1px solid #EEE;
    display: flex;
}

.dexp_tab_wrapper .nav-tabs li a {
    text-transform: uppercase;
    color: #002644;
    background-color: rgba(86,90,92,0.4);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.dexp_tab_wrapper .nav-tabs li.active a {
    background-color: #7c2348 !important;
    color: #FFFFFF;
}

#webform-ajax-wrapper-15997 .webform-confirmation {
	padding: 20px 20px 10px 20px;
    background-color: rgba(105, 190, 40, 0.3);
    border-radius: 5px;
}

.views-row-first.publication.flipbook {
    border-top: none;   
}

.responsive-table {
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

table.no-border {
    margin-right: 10px;
    border: none;
    background-color: #FFFFFF;
}

table.no-border td {
    border: none;
    line-height: 1.5em;
}

.step-form .webform-client-form .form-actions {
	flex-direction: row;
}


.webform-client-form .form-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.webform-client-form input[type="text"], .webform-client-form input[type="password"], .webform-client-form input[type="email"], .webform-client-form textarea, .webform-client-form select {
    background-color: #FFFFFF;
    border: 1px solid #cacaca;
    color: #5E5E5E;
    border-radius: .25rem;
}

.webform-client-form select {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}

#edit-submitted-facilities-required, #edit-submitted-activities {
	height: 120px;
}

.view-jobs .position .closes {
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.view-jobs .position {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #F0F0F0;
}

.view-jobs .views-row-last.position {
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.view-jobs .position .title {
    text-transform: uppercase;   
}

.webform-component-radios .form-radios {
    display: flex;   
}

.webform-component-radios .form-radios .form-type-radio {
    display: flex;
    align-items: baseline;
}

.webform-component-radios .form-radios .form-type-radio label.option {
    margin: 5px 10px;
    min-width: 20px;   
}

.webform-component-textarea textarea {
	line-height: 22px;
}


.webform-previous {
    margin-right: 30px;   
}

.view-student-testimonial {
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
}

.nextpre-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.previous-blk, .next-blk {
    background-color: rgba(0, 94, 110, 0.4);
    min-width: 250px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    float: initial;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;  
    font-family: 'Futura';
    letter-spacing: 1px;
}

.previous-blk a:not(.btn), .next-blk a:not(.btn) {
    color: #002664;   
}

.previous-blk div, .next-blk div {
    font-weight: normal;
    font-size: 14px;
}

.next-blk {
    text-align: right;
    margin-left: auto;
}

.nextpre-wrapper a.pre-btn::before {
    font-family: FontAwesome;
    content: "\f053";
    margin-right: 3px;
}

.nextpre-wrapper a.nxt-btn::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 3px;
}

.custom.btn.btn-primary {
    border-color: transparent;
    background-color: #002664;
    text-transform: uppercase;
    padding: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}

.custom.btn.btn-primary:hover {
    background-color: #C60C30;   
}

.introduction-block .field-item {
    line-height: 32px !important;   
    font-family: 'Lato';
}

.no-top-margin {
    margin-top: 0;   
}

.view-website-staff-carousel-block .slide__grid {
    padding: 0;   
}

.carousel-item .title {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 0;
}

.slick-slide .carousel-item .text-block, .slick-slide .carousel-item .carousel-image-block {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;       
}

.slick-slide .carousel-item .text-block {
    opacity: 0;
}

.slick-slide .carousel-item .carousel-image-block img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    -ms-filter: url("data:image/svg+xml;utf8,#grayscale"); /* Firefox 10+, Firefox on Android */
}

.slick-slide.slick-center .carousel-item .carousel-image-block img {
	-webkit-filter: none;
 	filter: none;
 	-ms-filter: url("data:image/svg+xml;utf8,#grayscale");
 }

.slick-slide .carousel-item .carousel-image-block {
    opacity: 0.5;
}

.slick-slide.slick-center .carousel-item .text-block {
    opacity: 1;
}

.slick-slide.slick-center .carousel-item .carousel-image-block {
    opacity: 1;
}

.carousel-item .text-block {
    padding: 10px;   
}

.carousel-item .position {
    text-align: center;
    font-size: 1.2em;
    margin: 5px 0;
}

.carousel-item .description {
    text-align: center;
 }

.search-block {
    padding: 0;   
}

.search-wrapper {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;   
}

.search-wrapper .form-item {
    margin-top: 5px;   
}

.search-wrapper input[type="text"] {
    padding: 5px;
    width: 100%;
}


.top-menu-block {
	float: right;
	/* width: 100%; */
}

.footer.details-block li a.footer-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  font-size: 13px;
 }

.footer.details-block li i {
    margin-right: 8px;   
}

#login-dashboard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

#login-dashboard a.link {
    display: block;
    padding: 0 5px;
}

.launch-block {
    min-height: 200px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; 
    text-align: center;
}

.launch-block .image img {
    width: 120px;
}

.launch-block .text {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;    
}

.btn:hover, .btn:focus {
    color: #FFFFFF;
    background-color: #C60C30;
}

.webform-progressbar-page .webform-progressbar-page-label {
    top: 20px;   
}

.webform-progressbar-outer {
    margin: 2em -1px;
    border: 1px solid #C60C30;
}

.webform-progressbar-page {
    border: 1px solid #C60C30;
    width: 10px;
    height: 10px;
    margin: -7px -4px;
}

.webform-progressbar-inner, .webform-progressbar-page.completed, .webform-progressbar-page.current {
    background-color: #C60C30;   
}

.webform-next.button-primary {
    margin-left: auto;   
}

legend {
    margin: 10px 0;
    padding: 30px 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Futura';
    text-transform: uppercase;
}

.custom-wrapper.webform-container-inline label {
    min-width: 33%;
}

.webform-container-inline label {
    min-width: 35%;
    float: left;
}

.wider-label.webform-container-inline label {
    min-width: 38%;
}


/* 
#block-dexp-menu-dexp-menu-block ul li ul {
	margin-top: 10px !important;
}
*/
h1, h2, h3, h4, h5, h6{
	font-family: "Futura";
}

.banner-image.parallax {
    min-height: 700px;
    /*-webkit-transform:  translateZ(0);*/
    display: flex;
}

.grid-item .label-text {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}

.grid-item a:hover .label-text {
    padding-bottom: 60px;   
}

.simple-timeline ul li.views-row-even > div, .simple-timeline ul li.views-row-odd > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.simple-timeline ul li.views-row-odd > div {
    margin-right: 10px;
    flex-direction: row-reverse;
}

.front.menu-nav ul.menu li.expanded > a:first-child:after {
    font-family: FontAwesome;
    content: "\f054";
    float: right;
}

.front.menu-nav ul.menu {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
-webkit-box-flex-direction : column;
-moz-box-flex-direction : column;
-webkit-flex-direction : column;
-ms-flex-direction : column;
    padding-left: 15px;
}

.front.menu-nav ul.menu:first-child {
    position: absolute;
    z-index: 9999;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    background-color: #FFF;
    margin-top: 10px !important;
    justify-content: space-evenly;   
    min-width: 150px;
}

#section-header .top-menu-block ul.top-bsl-menu .front.menu-nav li {
    display: block;
    text-align: left;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #EFF4F7;
}

#section-header .top-menu-block ul.top-bsl-menu .front.menu-nav li:hover {
    background-color: #F5F7F9;
}

#section-header .top-menu-block ul.top-bsl-menu .front.menu-nav li.last {
    border-bottom: none;
}

#section-header .top-menu-block ul.top-bsl-menu .front.menu-nav li a {
    color: #002664;
    padding: 12px;
    line-height: 18px;
    display: block;
    font-weight: bold;
    text-transform: none;
}

@-webkit-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade_in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.region-banner .title-text {
  -webkit-animation: fade_in 2s;
  -moz-animation:    fade_in 2s;
  -o-animation:      fade_in 2s;
  animation:         fade_in 2s;
}

.region-banner .tagline-text {
  -webkit-animation: fade_in 1s;
  -moz-animation:    fade_in 1s;
  -o-animation:      fade_in 1s;
  animation:         fade_in 1s;
}


.region-banner .tagline-text {
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px #000;
    transform: translateY(-10px);
    transition: opacity 0.15s linear 0s;
    font-family: 'kabel';
    letter-spacing: 3px !important;
}

.region-banner .title-text {
    margin-top: 20px;
    margin-left: 50px;
    color: #FFF;
    text-transform: lowercase;
    text-shadow: 2px 2px 8px #000;
    transform: translateY(-10px);
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 56px;
    font-family: 'Helvetica';
}

.panel-group.default .panel-heading a.collapsed {
    background-image: none;
}

.panel-group.default .panel-heading a:after,
.panel-group.default .panel-heading a.collapsed:after {
    color: #FFF;
    content: "";
    display: block;
    float: right;
    font-family: 'FontAwesome';
    font-size: 15px;
    pointer-events: none;
    position: relative;
    text-transform: none;
}

.panel-group.default .panel-heading a:after{
    color: #E37222;
}

.panel-title {
    text-transform: uppercase;
}

.website h1.page_title {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Futura';
    margin: 0 0 10px 0;
	line-height: 36px
}

.region-banner {
    padding: 0;
}

.grid-item.hght-9 {
  height: 300px;
}

.grid-item.hght-8 {
  height: 280px;
}

.grid-item.hght-6 {
   height: 250px;
}

.grid-item.hght-4 {
   height: 220px;
}

.grid-item.hght-3 {
   height: 200px;
}

.flex-block, .flex-content .view-content {
  display: flex;
}

.child.flex-block {
  width: 40%;
  flex-direction: row;
  flex-wrap: wrap;
}

.child.flex-block:last-child {
  width: 20%;
}

.grid-item {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  border: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}

.grid-item a:not(.btn) {
	color: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'Futura';
    letter-spacing: 1px;
    font-weight: bold;
}

.label-text {
  padding: 10px 0;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
}
/*
.grid-item a:not(.btn):hover .label-text {
    padding-bottom: 30px;   
}
*/
.tp-caption.slider-main-text {
    font-weight: bold;
    font-family: "Helvetica";
    text-shadow: 3px 3px 8px #000;
    font-size: 56px;
    line-height: 1em;
}

.tp-caption.slider-top-text {
    text-transform: uppercase;
    font-family: 'kabel';
    letter-spacing: 3px !important;
    text-shadow: 3px 3px 8px #000;
    font-size: 24px;
}

.tp-caption.slider-top-text.larger {
    font-size: 32px !important;   
}

.tp-caption.slider-button.larger a {
    font-size: 16px !important;   
}

.tp-caption.slider-button {
    color: #FFF;
    background-color: red;
    border-radius: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.tp-caption.slider-button a {
    color: #FFF;
    padding: 5px 10px !important;
    display: block;
    font-size: 12px !important;
    font-family: 'Futura';
}

.grid-item.wdth-12 {
  width: 100%;
}

.grid-item.wdth-6 {
  width: 50%;
  flex: 1;
}

.testimonial-body p {
    margin: 0;   
}

span.developed-by {
    margin-left: 10px;
    letter-spacing: 1px;
}

span.developed-by a {
 color: #2293e3;
}

span.developed-by a:hover {
 color: #FFFFFF;
}

.post-footer.right-column {
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 12px;
    text-align: right;
}

.post-footer .footer-menu ul {
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer.details-block ul {
    	padding: 0;
    	margin: 15px 0;
}

.footer-menu ul.menu li {
    letter-spacing: 1px;   
}

.footer-menu ul.menu li.first {
    padding-right: 0;   
}

.footer.social-block ul {
    margin: 0;
    padding: 0;
    height: 150px;
    display: table;
}

.footer.social-block ul li {
    display: table-cell;
    vertical-align: middle;
}

#section-website-footer {
    color: #FFFFFF;
    font-family: 'futura-light';
}

#section-website-footer .container {
    padding: 15px 50px 0 50px;
}


#section-website-footer-bottom {
    font-family: 'futura-light';
}

#section-website-footer-bottom .container {
    border-top: 1px solid #FFFFFF;
    padding: 5px 50px 0 50px;
}

#section-website-footer a {
    color: #FFFFFF;
}

.bottom-tagline .footer.tagline {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-left: 40px;
}

.bottom-tagline .content {
    display: flex;
    align-items: center;
}

.testimonial-wrapper {
    display: flex;
}

.testimonial-text {
    display: flex;
    padding: 0;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    background-color: #A1E7D7;
}

.testimonial-body {
    margin: 0 20px;
}

.testimonial-client-name {
    display: flex;
    justify-content: flex-end;
    margin: 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-img{
	padding: 0;
}

#section-footer {
    color: #FFF;
    padding: 0;
}

#section-footer .container {
    background-color: #002664;
    padding: 15px 0;
}

a:not(.btn) {
    color: #C60C30;
}
a:not(.btn):hover {
    color: #0039A6;
}

.horizontal-menu a:not(.btn) {
    color: #0039A6;
}

.horizontal-menu a:not(.btn):hover {
    color: #C60C30;
}

#section-navigation-bottom .container {
    padding: 15px;
    font-family: 'Futura';
    background-color: #FFFFFF;
}

.horizontal-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.horizontal-menu ul li.leaf {
    font-size: 13px;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    padding: 0;
}

.horizontal-menu ul li.leaf:not(:first-child):before {
    content: "|";
    color: #C90062;
    padding-right: 15px;
}

.horizontal-menu ul li.leaf:after {
    content: "";
    padding-left: 15px;
}

a h3{
	color: #0039A6 !important;
}

#section-header {
    background-color: rgb(241, 239, 232);
}

#section-header .row .block-dexp-menu.hidden-lg.hidden-md {
	float: right;
	margin: 0;
	border: none;
	width: initial;
	background-color: transparent;
}

/*
#block-dexp-menu-dexp-menu-block{
	float: left !important;
}
*/

#section-page-title {
	background-image: none;
    color: #FFFFFF;
    background-color: rgb(241, 239, 232);
}

#section-page-title .container{
	background-color: #fff;
}

#section-page-title .row{
	background-color: #C60C30;
	border-left: 12px solid #0039A6;
	margin-left: 0;
	margin-right: 0;
}

#section-page-title .container .page_title_no_sub h1.page_title{
	font-size: 18px;
	text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3px;
	margin: 0;
	text-shadow: none;
}

.region-breadcrumb {
	margin-top: 0;
}

.region-breadcrumb,
#section-page-title .container .page_title_no_sub h1.page_title{
	line-height: 44px;
}

.region-breadcrumb a{
	color: #fff;
}

.form-submit{
    margin-top: 15px;
	background: #1c2858;
}

.region-content{
    margin-top: 0;
	padding: 30px 50px;
}

#section-header .container{
	background: none;
}

#section-main-content .container {
  padding-bottom: 0;
}

#section-banner .container{
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

#section-banner .banner-image.parallax .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background-color: transparent;
}

#section-header .dexp-dropdown > ul > li > a,
#section-header .search-toggle,
#section-header	.logo2,
body span.menu-toggle{
	 line-height: normal;
}

#section-header .dexp-dropdown > ul > li:hover > a,
#section-header .dexp-dropdown > ul > li.active > a{
	border-top: none;
}

#section-header	.logo2 img{
	max-width: 400px !important;
	margin-bottom: 5px;
}

#section-header .top-menu-block ul.top-bsl-menu li.item-1{
  display: none;
}

/*
.front #section-header .top-menu-block ul.top-bsl-menu li.item-1{
  display: table-cell;
}
*/

#section-header .top-menu-block ul.top-bsl-menu{
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: -o-right;
  text-align: -ms-right;
  margin: 10px 0;
  padding: 0;
}

#section-header .top-menu-block ul.top-bsl-menu li{
  display: table-cell;
  border-right: 1px solid #FFF;
  line-height: normal;
}

#section-header .top-menu-block ul.top-bsl-menu li.last{
  border-right: none;
}

#section-header .top-menu-block ul.top-bsl-menu li a{
  padding: 0 15px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

#section-header .top-menu-block ul.top-bsl-menu li a:hover{
  color: #C60C30;
}

/* ****************************
   Right Side Bar CSS - Website
   **************************** */

.right-side.follow-us-block ul{
	display: table;
}

.right-side.follow-us-block ul li {
    display: table-cell;
}

.right-side.follow-us-block ul li a{
	color: #565A5C;
}

.right-side.follow-us-block ul li a:hover{
    color: #002664;
}

.right-side ul{
	padding: 0;
}
/*
#block-menu-block-5 .menu-block-wrapper > ul.menu, #block-menu-block-2 .menu-block-wrapper > ul.menu {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
}

#block-menu-block-5 ul.menu li, #block-menu-block-2 ul.menu li{
	list-style: none;
	border-bottom: 1px solid #C60C30;
	padding: 5px 5px 5px 0;
	margin: 0;
}

#block-menu-block-5 ul.menu li.first, #block-menu-block-2 ul.menu li.first {
	border-top: 1px solid #C60C30;
}

#block-menu-block-5 ul.menu li.last, #block-menu-block-2 ul.menu li.last {
    border-bottom: 0;
}

#block-menu-block-5 ul.menu li:before, #block-menu-block-2 ul.menu li:before {
	content: '>';
	font-weight: bold;
	color: #C60C30;
}

#block-menu-block-5 ul.menu li a, #block-menu-block-2 ul.menu li a {
    padding: 0 15px;
    color: #565A5C;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'futura';
}

#block-menu-block-5 ul.menu li a:hover, #block-menu-block-2 ul.menu li a:hover {
    color: #002664;
}
*/

.menu-group.link-list .menu-block-wrapper > ul.menu {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
}

.menu-group.link-list ul.menu li{
	list-style: none;
	border-bottom: 1px solid #C60C30;
	padding: 5px 5px 5px 0;
	margin: 0;
}

.menu-group.link-list ul.menu li.first {
	border-top: 1px solid #C60C30;
}

.menu-group.link-list ul.menu li.last {
    border-bottom: 0;
}

.menu-group.link-list ul.menu li:before {
	content: '>';
	font-weight: bold;
	color: #C60C30;
}

.menu-group.link-list ul.menu li a {
    padding: 0 15px;
    color: #565A5C;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'futura';
}

.menu-group.link-list ul.menu li a:hover {
    color: #002664;
}


.frontpage h3.block-title{
    text-transform: uppercase;
    font-family: "Futura";
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
}

ul.schooltv_rss_list{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

ul.schooltv_rss_list .schooltv-edition-name{
	flex: 1 0 auto;
}

.introduction-block{
	margin : 0 0 15px 0;
	font-family: 'Lato';
	font-weight: lighter;
}

._df_thumb ._df_book-title{
	background: rgba(198,12,48,0.7);
}

@media screen and (max-width: 1200px){
	
	.banner-image.parallax {
		min-height: 400px;
	}
}

@media screen and (max-width: 1024px){
	
	.tp-caption.video-overlay-text {
		font-size: 60px !important;
	}

/*	
	#dexp-layerslider-layer--4 {
	    right: 8% !important;
        left: auto !important;   
	}
*/
}


@media screen and (min-width: 992px) {

	.tp-caption.video-overlay-text {
		margin-left: 15px !important;
	}

    #block-dexp-menu-dexp-menu-block ul li ul {
        border-top: 10px solid rgba(0,0,0,0) !important;
        background-color: transparent !important;
    }
    
    #block-dexp-menu-dexp-menu-block ul li ul li {
        background-color: #FFFFFF !important;   
    }

    #section-header .container{
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 3000;
    	padding-bottom: 0px;
    }

    .region.region-web-logo{
	    z-index: 3002;
    }

    .front #section-header #block-dexp-menu-dexp-menu-block{
    	display: none;
    }
    
    .region.region-navigation{
	    background: rgba(0,0,0,0.7);
	    right: 0;
	    z-index: 3000;
    }

    a.search-toggle,
    #section-header .dexp-dropdown > ul > li > a{
        color: #FFF;
    }

    #section-header .dexp-dropdown > ul.menu{
        margin: 5px 0;
    }

    #section-header .dexp-dropdown > ul.menu >li{
        border-right: 1px solid #FFF;
    }

    #section-header .dexp-dropdown > ul.menu >li.last{
        border-right: none;
    }

    #section-header .dexp-dropdown > ul > li > a,
	#section-header .dexp-dropdown > ul > li > a.active {
		border-top: none;
		color: #FFF;
	}


	#section-header.fixed-transition .dexp-dropdown > ul > li > a, #section-header.fixed-transition .search-toggle {
	  line-height: normal;   
	}

	#section-header.fixed-transition .row .logo img{
	  height: 100px !important;
	  margin-top: -10px;
	}

	#section-header .dexp-dropdown > ul > li > a:hover{
	  color: #C60C30;
	}

	.year-month-day-filter{
		margin-left: 33%;
	}

	div.educating-futures-block.frontpage{
		margin: 0 80px;
	}

	.footer.details-block ul {
    		padding: 0;
    		display: flex;
    		justify-content: space-between;
    		margin: 15px 0;
	}
}

@media screen and (max-width: 991px){

	li.expanded.top-menu-group {
		list-style-type: none;
		padding: 0 10px;
		margin: 10px 0;
	}
	
	li.top-menu-group > ul.menu {
		margin-top: 10px;
	}
	
	.group-link {
		display: block;
   		padding-left: 5px;
    	color: #FFFFFF !important;
    	font-size: 16px;
    	font-weight: bold;
	}
	
	.group-link:after {
	    font-family: FontAwesome;
    	content: "\f078";
    	margin-left: 3px;
    	float: right;	
	}

	.group-link.collapsed:after {
	    font-family: FontAwesome;
    	content: "\f054";
	}

	.website h1.page_title {
		font-size: 24px;
	}

	#section-header	.dexp-container .row{
		padding: 0 30px;
	}
	
	.mobile-nav.logo {
		position: absolute;
		padding-left: 0;
		z-index: 1001;
	}

	.mobile-nav.menu {
		z-index: 1001;
		text-align: right;
	}


	#section-header .region-navigation, #section-header .region-navigation .navigator.container {
		z-index: 1000;
        display: block;
        border-right: none;
        position: initial;
        width: 100%;
	}

	.mobile-nav.logo a {
		display: block;
	}
	
	body .region-navigation .block-dexp-menu {
		margin-top: 70px;
    	width: 75%;
    	box-shadow: none;
    	border: 2px solid #F2F2F2;
	}
	
	body.menu-open #section-header{
		position: static;
	}

	body.menu-open .region-navigation{
		top: initial;
	}

	#block-block-152{
		text-align: center;
	}
	
	#section-website-footer .container, #section-website-footer-bottom .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer.tagline {
		margin-left: 25px;
    	font-size: 20px;
	}
	
	.footer.details-block li a.footer-link {
		padding-bottom: 10px;
	}
	.region-web-footer-01 {
		margin-top: 12px;
	}
}

@media screen and (max-width: 792px){
    .tp-caption.video-overlay-text {
        font-size: 40px !important;
        left: 5% !important;   
    }

/*
    #dexp-layerslider-layer--4 {
        left: 5% !important;
    	top: auto !important;
    	bottom: 15% !important;  
	}
*/
	.video-overlay-button a {
	    font-size: 32px !important;
	}
}

@media screen and (max-width: 768px){

    .slick-view-content .slick-prev {
        left: -5px;   
    }
    
    .slick-view-content .slick-next {
        right: -5px;
    }

	.view-student-testimonial {
		display: none;
	}
	 
    .previous-blk, .next-blk {
        width: 150px;
        min-width: 150px;
    }

    .banner-image.parallax {
        min-height: 400px;
    }
    
    .region-banner .tagline-text {
        top: 30%;
        font-size: 12px;
    }
    
    .region-banner .title-text {
        font-size: 26px;   
    }
    
    /*
	#section-header .dexp-dropdown > ul > li > a,
	#section-header .search-toggle,
	#section-header	.logo2,
	body span.menu-toggle{
		line-height: 60px !important;
	}
    */
    
	#section-header	.logo2 img{
		max-width: 212px !important;
	}
	
	.bottom-tagline .content {
		justify-content: center;
	}
	
	.region-web-footer-02, .region-web-footer-03, .region-web-footer-04, .region-web-footer-00 {
		display: flex;
		justify-content: center;
	}
	
	.region-web-footer-03 ul {
		margin-top: 0;
	}
	
	#section-website-footer-bottom, #section-website-footer {
		padding: 0 15px;
	}
	
	.region-content {
		padding: 15px;
	}
	
	.standard-content-padding {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	
	.region-content-bottom {
		padding: 0;
	}
}

@media (max-width: 700px) {

	.flex-content .view-content {
		flex-wrap: wrap;
	}

	.child.flex-block, .child.flex-block:last-child {
		flex-direction: row;
		width: 100%;
	}

	.grid-item.wdth-9, .grid-item.wdth-8, .grid-item.wdth-6, .grid-item.wdth-4, .grid-item.wdth-3 {
		width: 100%;
		flex: 1 100%;
	}

	.grid-item.hght-9, .grid-item.hght-8, .grid-item.hght-6, .grid-item.hght-4, .grid-item.hght-3 {
		height: 150px;
	}
}

@media (max-width: 600px) {

    .tp-caption.video-overlay-text {
        font-size: 26px !important;
        left: 8% !important;
    }

/*
    #dexp-layerslider-layer--4 {
        left: 8% !important;
	}
*/	
 	.video-overlay-button a {
	    font-size: 18px !important;
	}

    .banner-image.parallax {
        min-height: 200px;
    	background-attachment: scroll !important;
    }    
}