/* merchanttaylors | iprogress.co.uk 2020 */

#wpadminbar { opacity:0;transition:opacity .2s;transition-delay:1s; }
	#wpadminbar:hover { opacity:1;transition-delay:0s; }

/* Global */
	.alignleft { float:left;margin:0px 25px 10px 0px; }
	.alignright { float:right;margin:0px 0px 10px 25px; }
	.aligncenter { display:block;margin:10px auto; }
	.left { text-align:left; }
	.right { text-align:right; }
	.center { text-align:center; }
	a { transition:color .2s; }
		a:hover { text-decoration:none; }

        .nice-select {
            width:auto;
            height:auto;
            padding-left:10px;
            padding-right:45px;
            min-width:150px;
            margin-left: 0;
        }

/* Flex */
	.flex { display:flex; }
	.flex-inline { display:inline-flex; }
	.flex-wrap { flex-wrap:wrap; }

	.flex-align-start { align-items:flex-start; }
	.flex-align-end { align-items:flex-end; }
	.flex-align-center { align-items:center; }

	.flex-justify-start { justify-content:flex-start; }
	.flex-justify-end { justify-content:flex-end; }
	.flex-justify-between { justify-content:space-between; }
	.flex-justify-around { justify-content:space-around; }
	.flex-justify-center { justify-content:center; }

	.flex-direction-column { flex-direction:column; }
	.flex-direction-column-reverse { flex-direction:column-reverse; }
	.flex-direction-row { flex-direction:row; }
	.flex-direction-row-reverse { flex-direction:row-reverse; }

.fake-h3 {
        font: 22px 'MuseoSans_500', Helvetica , Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    color: var(--light-blue);
    padding: 0;
}


/* Table */
table {

    margin: 20px auto;
    width:100%;
}
table thead,
.tablepress tfoot tr.row-1 th, .tablepress thead tr.row-1 th  {
        background-color: var(--blue);
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    text-align: left;
    font-size:14px;


}
.tablepress tr td {
    background-color: #fff;
    font-size:14px;
} 



.results-list {
    margin-bottom:30px;
}


.right-layout .hs-content,
.right-layout .news-content {
    right:initial;
    left:0;
}
.slide-holder {
    position: relative;
    max-width:1170px;
    margin: auto;
}
.right-layout .hs-photo,
.right-layout .news-photo {
    margin-left:auto;
}
.right-layout .hs-photo .ys-date {
    /*right:20px;*/
}
.pink-section, .white-section .hs-content {
	background-color: var(--red);
}
.pink-section .all-link {
	margin: 30px 0 0 0;
}
.pink-section {
	padding:75px 0;
}
.hs-content h5 {
    font-size:20px;
    letter-spacing:5px;
}
.green-section .hs-content h5,
.green-section .hs-content a,
.green-text, .green-section .news-inner h4,
.green-section .news-inner a {
	color: #5eada6;
}
.yellow-section .hs-content h5,
.yellow-section .hs-content a,
.yellow-text, .yellow-section .news-inner h4,
.yellow-section .news-inner a {
		color: #e1af3c;
}
.pink-section .hs-content h5,
.pink-section .hs-content a,
.pink-text, .pink-section .news-inner h4,
.white-section h1,.white-section h2,
.white-section h3,.white-section h4,
.white-section h5, .white-section a,
.white-section .news-inner h4,
.white-section .news-inner a{
	color:#cd4b6a;
}

.white-section { background-color:#ffffff; margin:auto; padding:75px 0; }
.white-section .hs-content p,.white-section .hs-content a,
.white-section .hs-content h1,.white-section .hs-content h2,
.white-section .hs-content h3,.white-section .hs-content h4,
.white-section .hs-content h5{
	color: #fff;
}

.navy-section { background-color:var(--blue); padding:75px 0; }
.navy-section .hs-content h5,
.navy-section .hs-content a,
.navy-text, .navy-section .news-inner h4, .navy-section .news-inner h5, .navy-section .news-inner a, .navy-section a.all-link:hover { color: var(--light-blue);}
.navy-section .news-inner h4 a:hover, .navy-section .news-inner h5 a:hover, .navy-section .news-inner a:hover, .navy-section .hs-content a:hover {color: var(--blue);}

.black-section { background-color:#333; padding:75px 0; }
.black-section .hs-content h5,
.black-section .hs-content a,
.black-text,
.black-section .news-inner h4, .black-section .news-inner h5, .black-section .news-inner a, .black-section a.all-link:hover {color: var(--teal);}
.black-section .news-inner h4 a:hover, .black-section .news-inner h5 a:hover, .black-section .news-inner a:hover, .black-section .hs-content a:hover {color:#aaa;}

section.full-width > .inner {
    max-width:1210px;
}
section.white-section,
section.pink-section,
section.greens-section,
section.yellow-section {
    width:initial;
}

.alert .inner {
	font-size:18px;
    padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.alert .inner a {
    color:#fff;
}
.alert .inner a:hover {
    text-decoration: underline;
}
.alert .inner span {
    font-weight: 600;
}

/* Navigation */
nav {
    margin:auto;
	padding:0px;
    width:100%;
}
nav > ul {
    width:100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px;
}
nav li {
    width: calc(100%/7);
    text-align: center;
    padding:0;
}

nav li::before {
    position: absolute;
    padding:0;
}
nav li:after {
   content:" ";
   position: absolute;
   left:0;
   right:0;
   bottom:-5px;
   height:2px;
   background-color: #fff;
   width:100%;
   display:none;
}
nav li:hover:after {
    display: block;
}
nav li:nth-of-type(5n):before, nav li:first-of-type:before {
    display: block;
}
nav li:nth-of-type(1n):before,
nav li:nth-of-type(2n):before,
nav li:nth-of-type(3n):before{
    left:0;
    right:initial;
}
nav li:nth-of-type(4n):before,
nav li:nth-of-type(5n):before,
nav li:nth-of-type(7n):before{
    right:0;
    left:initial;
}



nav a {
    display: block;
    padding:10px;
    font-weight:700;
}
p.search {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
}
.search-overlay {
    display:none;
}
ul.children {
    display:none;
}
.so-close {
    position:absolute;
    top:50%;
    right:15%;
}
.so-form label {
    display:none;
}
.so-form input[type="text"] {
    width: 100%;
    padding: 30px;
    background: var(--white);
    color: var(--text);
    font-size: 22px;
    border: 0;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.so-form input[type="submit"]{
    position: absolute;
    right: 0;
    font-size: 22px;
    padding: 30px;
    border: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    color: var(--white);
    background: var(--green);
    transition: all 0.3s ease-in;
}
.inner input[type="text"], .inner input[type="password"] {
    background: var(--white);
	border-color: #d7d7d7;
    border-width: 1px;
    border-style: solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: var(--text);

    font-size: 14px;
    font-weight: 700;
    line-height: normal;
	padding: 20px 25px;
}
.inner input[type="submit"] {
    border-color: var(--blue);
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    color: var(--white);
    background: var(--blue);

	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	padding: 20px 25px;
	text-align: center;
    transition: all 0.3s ease-in;
	width: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
}
.inner input[type="submit"]:hover {
    background: var(--light-blue);
	 border-color: var(--light-blue);
}
li.nav-spacer {
    opacity: 0;
    width:calc(100%/5);
}
#lower-menu {
    position: absolute;
    top: 100px;
    width: 1100px;
    z-index: 5;
    left: 0;
    display: flex;
    justify-content: space-between;
    margin: auto;
    right: 0;

}
.lower-left a{
    color: #fff;
    padding-right:7px;
}
.lower-left .social-company, .lower-left .social-company li, .lower-left .social-company div{
    display:inline;
}
.lower-right a{
    color: #fff;
}

.left-col .gallery {padding-bottom: 30px;}

.gallery-icon {
    position: relative;
}
.gallery-item {
    position: relative;
}
.gallery-item .magnify-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0);
	transition: all 0.5s ease;
}
.magnify-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
	opacity: 0;
	transition: all 0.5s ease;
}
.inner .left-col img {
    display: block;
}
.wp-caption {
    max-width:100%;
    position: relative;
    margin-bottom:30px;
}
.wp-image-50 {
    margin-top:30px;
    margin-bottom:30px;
}
p.wp-caption-text,
.ss-slide p.caption,
.wp-caption-text {
    position: absolute;
    bottom:0px;
    background-color: rgba(25,45,75,0.5);
    padding:10px;
    color: #fff;
    margin-bottom:0;
}

.gallery-item:hover .magnify-icon {
	background-color: rgba(0,0,0,0.7);
    display: block;
}
.gallery-item:hover .magnify-icon i{
	opacity:1;
}
div.gallery {
    display: grid;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}
div.gallery br {
    display: none;
}

dl.gallery-item img {
    width:100%;
    height: auto;
    display: block;
}
.gallery-columns-1{
    grid-template-columns: 1fr;
}
.gallery-columns-2{
    grid-template-columns: 1fr 1fr;
}
.gallery-columns-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery-columns-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-columns-5{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-6{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-7{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-8{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-9{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* Main */
	body { 
        font-size:16px;
        }
		#container { }
	
		/* Header */
			header { }
				#logo { }
					#logo a { }
					
		/* Content */
			#content { }
				article { }
				aside { }
	.ticketsPer {
        display: none;
    }
		/* Footer */
        .pre-footer {
            padding:60px 0;
        }
			footer { 
                line-height:1.9;}
				
			/* Site Search */
				#search { display:flex;visibility:hidden;opacity:0;transition:all 0.25s;position:fixed;z-index:150;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.90);justify-content:center;align-items:center; }
					#search form { position:relative;top:50px; }
					#search input { padding:20px;border:0px;width:500px;color:#000;text-transform:uppercase; }
					#search button { background:transparent;border:0px;padding:0px 20px;font-size:30px;color:#fff;transition:color 0.25s; }
						

			/* Mobile Navigation */
				#mobile-navigation-control { display:none;color:#000;cursor:pointer; }
				#mobile-navigation { position:fixed;z-index:6000;top:0;height:100%;min-width:260px;right:-50%;width:50%;background:#000;overflow-y:auto;padding:0 0 20px;transition:right .4s;text-transform:uppercase; }
					#mobile-navigation.mobile-nav-open { right:0; }
					#mobile-navigation ul { padding:0 15px;margin:0;list-style:none; }
						#mobile-navigation a { display:block;padding:10px;color:#fff; }
							#mobile-navigation a:hover,#mobile-navigation .current-menu-item > a {  }

				#mobile-background { position:fixed;z-index:5999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);opacity:0;visibility:hidden;transition:all 0.7s; }
					#mobile-background.mobile-nav-open { opacity:1;visibility:visible; }


blockquote {
	    position: relative;
    margin: 30px 0;
    font-size: 15px;
    padding: 0 0 0 75px;
}
blockquote:before{
	content: "";
    background: url(../images/quotes.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 5px;
}
blockquote > p {
	text-transform: none;
}
blockquote > b {
	font-weight:700;
}
.socs{
    background: url("../images/logo-socs.svg");
	content: "";
	display: inline-block;
    height: 20px;
	width: 48px;
	-webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .5));
     filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .5));
}
.sidebar-wrapper .inner {
	display:flex;
	flex-wrap: wrap;
}
.sidebar-wrapper .inner .full-image {
	width:100%;
}
.sidebar-wrapper .inner .left-col {
	width:770px;
}

.inner .left-col img{
	height:auto;
	max-width:100%;
}
.sidebar-wrapper .inner .right-col {
	width:370px;
}
.grey-section .inner p {
    line-height:30px;
}
.grey-section + .grey-section {
    margin-top:-50px;
    padding-top:0;
}

.widget ul {
    margin-bottom:0;
}

.widget, .news-content, .event-col {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.news-content {
    width:470px;
}
.hero, .page-hero {
    height:800px;
}
.slick-slide.hero, .slick-slide.page-hero {
    height:800px;
}
.hero-slider-container video {
	display: block;
  width:100%;
  margin: auto;
}
.hero-slider-container .video-holder {
   /* margin-bottom:30px;*/
}
.hero:before {
    background-color:initial;
}

.hero-slider-container {
	position: relative;
}
.event-col a img {
    width: 100%;
}

.event-col, .news-item {
    display:flex;
    flex-direction:column;
    height:100%;
    background-color: #fff;
}
.image-grid {
    background-color:#202d4d;
}
.landing-image-grid {
width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 0;
    padding-bottom:30px;
}
.landing-image-grid.page-grid-page_block_one {
	grid-template-columns: 1fr;
}
.landing-image-grid.page-grid-page_block_two {
	grid-template-columns: 1fr 1fr;
}
.landing-image-grid.page-grid-page_block_two .im-item{
    max-height:480px;
}
.landing-image-grid.page-grid-page_block_three {
	grid-template-columns: 1fr 1fr 1fr;
}
.landing-image-grid.page-grid-page_block_three .im-item {
	height:370px;
}
.landing-image-grid.page-grid-page_block_four {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.landing-image-grid.page-grid-page_block_four .im-item {
	height:270px;
}
.landing-image-grid.page-grid-page_block_five {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.im-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    z-index:30;
}
.im-title {
    font-size:20px;
	font-weight:700;
	letter-spacing: 1px;
	line-height: normal;
    z-index:20;
    position: static;
    transform: none;
}
.im-item {
 
}

.im-item:hover img {
    transform:scale(1.05);
    opacity:1;
    margin:0;
}

.im-item .im-hover {
    transition: opacity 0.5s, transform 0.5s;
    opacity:0;
    transform:scale(0);
    z-index:20;
    position: static;
    display: block;
    visibility: hidden;
    height:0;
}
.im-item:hover .im-hover {
    opacity: 1;
    transform:scale(1);
    visibility: visible;
    height: auto;
    
}

.im-item:before {
    transition: all 0.5s ease;
    bottom:0;
	z-index:10;
   
}
.im-item:hover:before {
    background:rgba(0,0,0,0.5);
    z-index:10;

}
.im-item:hover {
    border:none;
}
.cta-block {
    max-height:375px;
}

.nl-button {
    border-radius:4px;
    font-size:14px;
    font-weight:700;
}
.right-col .widget:last-child {
    margin-bottom:0;
}
.widget li {
    padding-bottom:10px;
}
.ys-date-left {
        background: rgba(0,0,0,0.6);
    color: var(--white);
    padding: 15px 20px;
    position: absolute;
    top: 0;
    right: initial;
    left:20px;
}
/* wp pagenavi */

.wp-pagenavi {
    margin-top:50px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    background-color: var(--blue);
	border:2px solid var(--blue);
    border-radius:3px;
	color: #fff;
	display:inline-block;
	font-weight: 700;
	margin:1px;
	padding:14px 20px;
	transition: all 0.3s ease;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
    background-color: var(--light-blue);
	border:2px solid var(--light-blue);
}
.wp-pagenavi span.current {
    background-color: transparent;
    border:2px solid var(--blue);
    color: var(--blue);
}


/* Event organiser override */

.eventorganiser-event-meta hr{border-top: none !important;}

.event-meta i {
    padding-right:5px;
}
.eo-events-nav {
    position: static;
    margin-top:15px;
    margin-bottom:15px;
}
body.single-event .eo-event-meta,
body.single-event .eo-event-venue-map {
    width:100%!important;
}
button.ui-datepicker-trigger {
    left:-150px;
    opacity: 0;
}
.left-col ul li {
    padding-bottom:15px;
}
.left-col ul.eo-event-meta {
    margin-left:0;
    line-height:32px;
	list-style-type: none;
	padding-bottom:15px;
}
.left-col ul.eo-event-meta li,
.left-col ul.ptabs li {
    padding-bottom:initial;
}
.left-col ul.eo-event-meta li:before {
    content:"";
}
.eo-fullcalendar-reset th.fc-day-header {
	text-align: left;
	font-weight: 100;
}
.eo-fullcalendar-reset .fc-widget-header {
	border:none;
	margin-bottom:15px;
}
.eo-fullcalendar .fc-view>table>thead {
	background-color:transparent!important;
}
.eo-upcoming-dates-show-more, .eo-upcoming-dates-show-less {font-size:14px; font-weight: 700;letter-spacing: 1px; text-transform: uppercase;}
.eo-upcoming-dates-pipe {padding: 0 10px;}

ul.eo-upcoming-dates {margin-left:0px !important;}

.eo-fc-filter {
    border-radius: 3px!important;
    border-color: #d7d7d7 !important;
	font: 14px/1.5 'Bricolage Grotesque', 'MuseoSans_500', Helvetica, Arial, sans-serif;
    font-weight: 700!important;
	padding: 6px;
    text-shadow: none!important;
}

.fc-basic-view tbody .fc-row {
	min-height:165px!important;
}
.fc-unthemed td {
	border-color:#5eada6!important;
}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left!important;
    font-size: 20px;
    padding-top:15px!important;
    padding-left:15px!important;
    }
    .fc-prev-button,.fc-next-button {
    	background-color: transparent!important;
    	border:none!important;
    	color: #696969!important;
    	box-shadow:none!important;
    }
.fc-icon-left-single-arrow:after{
    content: '\f053'!important;
    font-family: 'Font Awesome 5 Free'
}
.fc-icon-right-single-arrow:after{
    content: '\f054'!important;
    font-family: 'Font Awesome 5 Free'
}
.fc-today-button {
	background-color: #37b0a6!important;
	border-radius:3px!important;
	color: #fff!important;
	border-color: transparent!important;
	font-family:'Bricolage Grotesque', 'MuseoSans_500', Helvetica , Arial, sans-serif;
	font-size: 14px!important;
	font-weight: 700!important;
	text-shadow: none!important;
	text-transform: capitalize;
}
.fc-today {colour:#333333 !important; background-color:#c3e7e4!important;}
.fc-day-header, .fc-day-number{color: #666;}
/*.fc-event-container {background: var(--yellow) !important;}*/



/*
==========================================================================
accordion
==========================================================================
*/
.left-col ul,
.custom-content ul,
.accordion-content ul,
.ppanel ul,
#content .grey-section .inner ul{
    list-style-type: none;
    padding-bottom:5px;
    margin-left:15px;
    position: relative;
}
#content .grey-section .inner .nice-select ul{
    position: absolute;
    margin-left:0;
    padding-bottom:0;
}
.accordion-content ul li{padding-bottom:15px; }

.left-col ul li:before,
.custom-content li:before,
.accordion-content li:before,
.ppanel li:before,
#content .grey-section .inner li:before{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  /*color: #7694cc;  Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  position: absolute;
  left:-15px;
}
#content .grey-section .inner ul.social-share li:before,
 #content .grey-section .inner ul.social-company li:before{
    content:"";
    margin-left:0;
    width:0;
    display:none;
}
#content .grey-section .inner .page-tabs .ptabs,
 #content .grey-section .inner ul.social-company {
    margin-left:0;
}
 #content .grey-section .inner ul.social-company li {
    padding-right:10px;
 }
#content .grey-section .inner .page-tabs .ptabs li:before {
    display: none;
}

.accordion-section .fa,
.accordion-section .fab,
.accordion-section .fal,
.accordion-section .far,
.accordion-section .fas {
    line-height: 2!important;
}

.accordion-container {
  width: 100%;
  display: block;
}

.accordion {
    position: relative;
    cursor: pointer;
    color: #3289c5;
    padding: 5px;
    margin: -1px 0 0 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    text-align: center;
    display: block;
}

.accordion:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.accordion:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    position: relative;
    color: #999;
    display: inline-block;
    padding: 0 10px 0 0;
}

.accordion-item { margin:0 auto 2px; padding:0px;}
.accordion-item + *:not(.accordion-item) { margin-top:30px;}


.accordion-item .accordion-header { cursor:pointer; background:var(--blue); color:#fff; font-size:14px; font-weight:700; margin:0; padding:19px 20px; position:relative; text-transform:uppercase; transition:background 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

    .accordion-item .accordion-header.open,
    .accordion-item .accordion-header:hover { background:var(--light-blue); }

.accordion-item .accordion-content { display:none; padding:20px 20px 10px 20px; background:#fff;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }

.ss-container {
    margin-bottom:30px;
}
.content {
  padding: 20px 0;
}

.less::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #999;
    content: "\f077";
}

.widget-txt {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 30px;
    box-sizing: border-box;
    clear: both;
    z-index: 9;
    font-family: inherit;
    font-size: 13px;
    margin: 0 0 0 0;
    font-weight: 600;
    font-weight: normal;
    border-radius: 3px!important;
    outline: none;
    padding: 3px 0 4px 20px;
    width: 100%;
    display: block;
    position: relative;
}

.widget .checkGroup {
  display: block;
  position: relative;
  padding-left: 40px!important;
  margin: 0;
  cursor: pointer;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #eaf3f9;
  padding: 5px 0;
}

.widget .checkGroup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.widget .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
    border: 1px solid #666;
}

.widget .checkGroup:hover input ~ .checkmark {
  background-color: #fff;
}

.widget .checkGroup input:checked ~ .checkmark {
  background-color: #fff;
    border: 1px solid #666666;
}

.widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.widget .checkGroup input:checked ~ .checkmark:after {
  display: block;
}

.widget .checkGroup .checkmark:after {
left: 6px;
top: -3px;
width: 5px;
height: 11px;
  border: solid #666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wcount {
    float: right;
}

.datew {
    clear: both;
    margin: 0 0 10px 0;
}

.datew label {
    display: inline-block;
    width: 25%;
}

.datew .nice-select {
    width: 73%;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    line-height: 30px;
}


.filter-title {
    float: left;
}

.filter-title h4 {
    font-size: 18px;
    color: #103a5a;
    margin: 5px 0 15px 0;
}

.filters {
    float: right;
}

.pagination span  {
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.pagination span:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.filters span {
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease-in;
}


.filters span:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.pagination span i,
.filters span i {
    margin: 0 0 0 5px;
}

.pagination .actives,
.filters .actives {
    background: #aaa;
}

.pagination-left {
    float: left;
}

.pagination-right {
    float: right;
}

.pagination {
    padding: 0 0 20px 0;
}

.pgb {
    border-top: 1px solid #eaf3f9;
    padding: 20px 0;
}

.yellow1 {
    background: #dcb400;
}

.col-info {
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    line-height: 20px;
}

.col-info i {
    color: #3289c5;
}


.section-tabs {  }
        .section-tabs .tab { display:none;flex-wrap:wrap;justify-content:space-between; }
            .section-tabs .tab.active { display:flex; }
        .section-tabs .tab .tab-item { background:#103a5a;position:relative;width:210px;height:210px;margin:0 0 20px 0;border-radius:5px;overflow:hidden; }
            .section-tabs .tab .tab-item .background { position:relative;z-index:0;opacity:0.5;transition:opacity .3s; }
            .section-tabs .tab .tab-item:hover .background { opacity:0.75; }
            .section-tabs .tab .tab-item p { position:absolute;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:22px;font-weight:900; }

        .tab-link { display:inline-block;padding:0 1px;margin:0 5px;color:#3289c5;font-weight:600;border-bottom:2px solid #fff;cursor:pointer;transition:all .3s; }
            .tab-link.active, .tab-link:hover { border-color:#3289c5; }

    .four-grid { display:flex;justify-content:center;margin:30px 0; }

    .photo-grid:nth-child(odd) { grid-template-columns:1fr 2fr; }
        .photo-item { background-size:cover;text-transform:uppercase; }

    .blog-inner { height:100%; }
        .blog-inner h2 a { font-size:24px;color:#103a5a;font-weight:400; }


        .feature-block { height:377px; }
            .feature-block .image { height:100%;background-size:cover;background-position:center center; }
                .feature-block article { width:377px;height:377px;background:rgba(0, 0, 0, 0.4);padding:20px;position:relative; }
                    .feature-block article .site-content { color:#fff;font-size:18px;font-weight:700; }
                        .feature-block article .site-content a { color:#fff; }
                        .feature-block article .site-content a.read-more { position:absolute;bottom:0;right:0;width:60px;height:60px;background:rgba(0, 0, 0, 0.4);transition:all .1s; }
                        .feature-block article .site-content a.read-more:hover,
                        .feature-block:hover .read-more { background:rgba(0, 0, 0, 0.6);color:#fff;opacity:1; }
                        .feature-block article .site-content h1 { font-size:46px;line-height:50px;text-transform:uppercase;color:#fff; }
                        .feature-block article .site-content h2 { font-size:42px;line-height:46px;text-transform:uppercase;color:#fff; }
                        .feature-block article .site-content h3 { font-size:36px;line-height:40px;text-transform:uppercase;color:#fff; }
                        .feature-block article .site-content h4 { font-size:30px;line-height:34px;text-transform:uppercase;color:#fff; }

        .expandable-control { cursor:pointer; }
        .expandable-content { padding:10px;opacity:0;transition:opacity .4s; }
            .expandable-content.open { opacity:1; }

    #custom_html-2 .widget-title { display:none; }
 /* tabs */

 
.page-tabs {
    display: block;
    margin: 30px 0;
}

.tabbed-panels {
    width: 100%;
}

.panel-container {
    clear: both;
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 30px 0;
    border-top: 2px solid var(--light-blue);
}

/*.panel-container p {
    margin: 0;
}*/

.ppanel {
    clear: both;
}
.ppanel ul li {
    padding-bottom:15px;
}

.ptabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ptabs li {
   float: left;
    padding: 0;
   /* width: calc(25% - 2px);
    margin: 1px;
    margin-bottom:-1px;*/
	margin-right:2px;
    text-align: center;
}
.left-col .ptabs li:before {
    content:"";
}
.left-col .ptabs {
    margin-left:0;
}


.ptabs a {
	background: var(--blue);
	border-bottom:2px solid transparent;
	/*border-top: 5px #fff;*/
	color: #fff;
    cursor: pointer;
    display: block;
	font-size: 14px;
    font-weight: 700;
    margin:2px 0 0 0;
    padding:19px 20px;
    position: relative;
	text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0;
}
.ptabs a:hover {
	background: var(--light-blue);
}

.ptabs .active {
    background: var(--light-blue);
	border-bottom:2px solid var(--light-blue);
    /*border-top: 5px #103a5a;*/
    color: #fff;
}

.panel-left {
    float: left;
    width: 40%;
    margin: 15px 5% 15px 0;
}

.panel-left img {
    width: 100%;
    height: auto;
}

.panel-right {
    float: right;
    width: 55%;
    margin: 15px 0;
}


/* Nice select */
.nice-select {
    min-height: 52px;
    width: 100%;
    border-radius: 3px;
}
.nice-select:after {
    transform:rotate(0);
    -webkit-transform:rotate(0);
    border:0;
    width:auto;
    height:auto;
    transform-origin: initial; 
}
.nice-select.open:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}



/* SLICK */
/* Slider */
.featured-slider {
margin: 0 auto;
}
.hs-slide .inner {
    width:1100px;
}
.featured-slider .hs-slider {
   
}
.featured-slider .hs-photo,
.news-photo {
    min-height:450px;
    height: auto;
    background-size: cover;
    background-position: center;
    width:770px;
}
.events-grid .event-image {
    min-height:214px;
    background-size: cover;
    background-position: center;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:only-child {
        display: none;
    }
.slick-dots li button
{

    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots {
    bottom: -40px!important;
    padding: 0 10px;
}

.white-section .slick-dots li.slick-active button::before,
.white-section .slick-next:before,
.white-section .slick-prev:before {
    color: #a0a0a0!important;
}
.white-section .slick-dots li button::before{
    color: #cccbcb!important;
}


.hero-slider .slick-dots,
.video-slider .slick-dots {
    bottom: 20px !important;
    padding: 0 10px;
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots li button::before {
        content: "\f111";
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    font-size: 8px;
    opacity: 0.5 !important;
        font-weight: 900;
}

.slick-dots li.slick-active button::before {
        content: '\f111'!important;
    font-family: 'Font Awesome 5 Free';
    color: #fff!important;
    opacity: 1!important;
    font-weight: 900;
}



/* Arrows */
 .slick-prev,
 .slick-next
{
    font-size: 22px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

 .slick-prev:hover,
 .slick-prev:focus,
 .slick-next:hover,
 .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

 .slick-prev:hover:before,
 .slick-prev:focus:before,
 .slick-next:hover:before,
 .slick-next:focus:before
{
    opacity: 1;
}

 .slick-prev.slick-disabled:before,
 .slick-next.slick-disabled:before
{
    opacity: .25;
}

 .slick-prev
{
    left: 20px;
    z-index: 3;
    transition: all 0.3s ease-in;   
}

  .slick-prev:before {
        content: '\f053'!important;
    font-family: 'Font Awesome 5 Free';
    color: #fff!important;
    opacity: 1!important;
    font-weight: 900;
    font-size:30px;
}

 .slick-next
{
    right: -20px;
    transition: all 0.3s ease-in;   
    z-index: 9;
}

 .slick-next:before
{
        content: '\f054'!important;
    font-family: 'Font Awesome 5 Free';
    color: #fff!important;
    opacity: 1!important;
    font-weight: 900;
    font-size:30px;
}

 .slick-prev:hover,
 .slick-next:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;   
}


.white-sections .slick-prev:before {
    color: #999!important;
}

.white-sections .slick-next:before {
    color: #999!important;
}


.white-sections .slick-dots li button::before {
    color: #999!important;
}

.white-sections .slick-dots li.slick-active button::before {
    color: #999!important;
}


/* social sharing */

.social-company {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.social-company li, .social-company div {
    font-size:20px;
}
.social-sharing {
	clear: both;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top:30px;
    padding-bottom:30px;
}
.social-sharing p {
    margin-bottom:0;
}
ul.social-share li{
    display: inline-block;
    padding-right:20px;
    font-size:20px;
    padding-bottom:0;
}
.left-col .social-sharing li:before {
    content: "";
}
.social-sharing .facebook i {
    color:var(--blue);

}
.social-sharing .twitter i {
    color: #00d8f5;
}
.social-sharing .linkedin i {
    color: #0076b5;
}
.social-sharing .email i {
    color:#5caea7;
}
.social-foot .social-sharing {
    padding-top:0px;
    padding-bottom:0px;
}
.social-foot .social-sharing a{
    margin:0px;
}
.social-foot .social-sharing ul.social-share{
    margin-left:15px;
}




/* Timeline */

.history-items {
    position: relative;
}

.history-item {
    background-color:#fff;
    width:540px;
    margin-top:-30px;
}
.history-item:first-of-type{
    margin-top:0;
}
.history-item .heading {
    background-color:var(--blue);
    color: #fff;
    padding:15px 30px;
    margin-bottom:0;
    position: relative;
    text-transform: lowercase;
}
.history-item .heading:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin-top: -13px;
}
.history-item.left .heading:after {
    right: -13px;
    border-left: 13px solid var(--blue);
    }
.history-item.right .heading:after {
    left:-13px;
    border-right:13px solid var(--blue);
}
.history-item .content {
    padding:15px 30px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.history-item.right {
    text-align: left;
    margin-left:auto;
}
.history-items-timeline{
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: var(--blue);
}
.history-item.left .heading .icon {
    left: 100%;
    margin-left: 19px;
}
.history-item.right .heading .icon {
    right: 100%;
    margin-right: 19px;
}
.history-item .heading .icon {
    position: absolute;
    top: 50%;
    display: block;
    height: 52px;
    width: 52px;
    margin-top: -26px;
    background: transparent;
    border:2px solid var(--grey);
    border-radius:50%;
}
.history-item .heading .icon i{
    display: block;
    height: 52px;
    width: 52px;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.history-item .heading .icon span{
    display: block;
    height: 48px;
    width: 48px;
    margin: 0px;
    background: #e24871;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.history-item .text {
    
    padding-right:15px;
}
.history-item .image {
    width:100%;
    min-width: 130px;
    max-width:150px;
}
.history-item .image img{
    width: 100%;
    display:block;
}


/* =Make videos 100%
-------------------------------------------------------------- */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

#lower-menu ul li a i:before,
#lower-menu div.social-company div a i:before,
p#search-control i:before,
.lower-right a.nav-button {
  text-shadow: 0px 0px 5px grey;
}

/* Twitter feed */
#ctf .ctf-item {padding:0px;}
#ctf .ctf-tweet-content {font-size:14px;}
#ctf .ctf-tweet-actions {padding-top: 8px;}

/* Formidable Forms */
.frm_button_submit {font-size: 14px; font-weight:700 !important; transition: all 0.3s ease-in;}
.frm_repeat_buttons {
    display: block;
    grid-column: 1!important;
}
.frm_form_field {
    padding: 5px 0;
}
.frm_form_field .frm_checkbox,
.with_frm_style .frm_checkbox {
    margin-bottom: 5px!important;
} 
.with_frm_style .frm-show-form .frm_section_heading h3 {
    padding: 0!important;
}

/* Admissions iframe */
.admissionform {display:block; border:none; height:1450px !important; width:100% !important;}

@media (max-width: 1249px) { 
    .admissionform {height: 2100px !important;}
  }


/* Responsive */
@media screen and (max-width:1300px){
    .sidebar-wrapper .inner .left-col{
        width:70%;

    }
    
   .sidebar-wrapper .inner .right-col {
        width:calc(30% - 30px);
    }

    .history-items-column {
        width:990px;
        margin: auto;
    }
    .history-item {
        width:450px;
    }
}

@media screen and (max-width: 1100px) {
         .sidebar-wrapper .inner .left-col,
         .sidebar-wrapper .inner .right-col{
        width:100%;
    }

    #lower-menu {
        width:94%;
    }
    section.white-section {
        width:100%;
    }
        .history-items-column {
            width:824px;
        }
        .history-item {
            width:367px;

        }
        .history-item .content {
            flex-direction: column;
        }

    }
    

	@media screen and (max-width: 990px) {
        .page-hero, .hero, .slick-slide.page-hero, .slick-slide.hero {
            height:300px;
        }
        .news-content {
            width:100%;
        }
        .featured-slider .hs-photo, .news-photo {
            /*min-height:200px;*/
            position: relative;
        }
        .green-section, .white-section, .yellow-section, .pink-section, .grey-section, .navy-section, .black-section, .pre-footer {
            padding-top:30px;
			padding-bottom:30px;
			/* watch out putting padding on the sides as some of these sections have .inner inside them which has padding*/
        }

        .history-items-column {
            width:100%;
            position: relative;

        }
        .history-item {
            width:80%;
            margin: auto;
            z-index:10;
            margin-bottom:60px;
        }
        .history-item .heading:after{
            content:"";
            display: none;
        }
        .history-item .heading .icon {
            display: none;
        }
		


	}

	@media screen and (max-width: 800px) {
        .featured-slider .hs-photo, .news-photo {
            width:auto;

        }
        .hs-slide .inner {
            width:100%;
        }
        .landing-image-grid.page-grid-page_block_one,
        .landing-image-grid.page-grid-page_block_two,
        .landing-image-grid.page-grid-page_block_three,
         .landing-image-grid.page-grid-page_block_four,
        .landing-image-grid.page-grid-page_block_five  {
    grid-template-columns: 1fr;
        }
        .news-content {
            position: relative;
            top:unset;
            transform:translateY(0);
        }

        .nav-wrapper .parent:after {
            height:30px;
            width:75px;
            padding-right:20px;
            top:6px;
            right:0;
        }
        .social-company {
            justify-content: center;
        }
        .page-hero .page-title {
            display:none;
        }
        

	}

	@media screen and (max-width: 680px) {
        .hs-slide .inner {
            padding:0;
        }
        .alert .inner {
            flex-wrap:wrap;
            
        }
        .alert .inner p {
            padding-left:0;
        }
        #lower-menu {
            top:125px;
            width:90%;
        }
         .green-section, .yellow-section, .pink-section, .grey-section, .navy-section, .black-section {
            padding-left:20px;
            padding-right:20px;
         }
         .green-section .inner, .white-section .inner, .yellow-section .inner, .pink-section .inner, .grey-section .inner, .navy-section .inner, .black-section .inner, {
            padding-left:0;
            padding-right:0;
         }
         .landing-image-grid.page-grid-page_block_three .im-item {
            height:auto;
        }


	}

	@media screen and (max-width: 524px) {

	}

	@media screen and (max-width: 480px) {
        .footer-grid.first-fg {
            /*display:block;*/
        }
		.slick-slide.page-hero, .slick-slide.hero {
            height:200px;
        }

	}

	@media screen and (max-width: 320px) {

	}