@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
@font-face {
	font-family:'Gilroy-ExtraBold';
	src:url(assets/fonts/Gilroy-ExtraBold.eot);
	src:url(assets/fonts/Gilroy-ExtraBold.woff2) format("woff2"),url(assets/fonts/Gilroy-ExtraBold.woff) format("woff"),url(assets/fonts/Gilroy-ExtraBold.ttf) format("truetype"),url(assets/fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold) format("svg"),url(assets/fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype");
	font-weight:400;
	font-style:normal;
}
/*
Theme Name: Sheriff House v1
*/
:root {
	--yellow: #dce27b;
	--pink: #e8d7ee;
    --white: #ffffff;
    --grey: #333333;
    --greylight: #f2f2f2;
	--greenlight:#f5faf4;	
    --black: #000000;
    --green: #35594f;
	--orange:#f99985;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	font-size:16px;
	font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	clear:both;
}
ol,ul {
	list-style:none;
}
blockquote {
	quotes:none;
}
blockquote:before,blockquote:after {
	content:'';
	content:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a img {
	border:none;
}
/* =Fonts
-------------------------------------------------------------- */
h3#comments-title,h3#reply-title,#access .menu,#access div.menu ul,#cancel-comment-reply-link,.form-allowed-tags,#site-info,#site-title,#wp-calendar,.comment-meta,.comment-body tr th,.comment-body thead th,.entry-content label,.entry-content tr th,.entry-content thead th,.entry-meta,.entry-title,.entry-utility,#respond label,.navigation,.page-title,.pingback p,.reply,.widget-title,.wp-caption-text,input[type=submit] {
	font-family: 'Inter', sans-serif;
}

pre {
	font-family:"Courier 10 Pitch",Courier,monospace;
}

code {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}



body,input,textarea {
	color:#111;
	font-size:12px;
	line-height:1.2;
}
hr {
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-bottom:18px;
	clear:both;
}
hr.hr-spacer {
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-top: 60px;
	margin-bottom:90px;
	clear:both;
}
hr.hr-spacer.no-bottom {
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-top: 60px;
	margin-bottom:0px;
	clear:both;
}

.introContent hr {
	background-color:#000;
	border:0;
	height:1px;
	margin-bottom:42px;
	margin-top:42px;
	clear:both;
}
/* Text elements */
p {
	margin-bottom:18px;
}

ul {
	list-style:disc;
	margin:0 0 18px 15px;
}

ol {
	list-style:decimal;
	margin:0 0 18px 1.5em;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom:0;
}

dl {
	margin:0 0 24px;
}

dt {
	font-weight:700;
}

dd {
	margin-bottom:18px;
}

strong {
	font-weight:700;
}

cite,em,i {
	font-style:italic;
}
big {
	font-size:131.25%;
}

ins {
	background:#ffc;
	text-decoration:none;
}

blockquote {
	font-style:italic;
	padding:0 3em;
}

blockquote cite,blockquote em,blockquote i {
	font-style:normal;
}

pre {
	background:#f7f7f7;
	color:#222;
	line-height:18px;
	margin-bottom:18px;
	padding:1.5em;
}

abbr,acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

sup,sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

input[type="text"],textarea {
	padding:2px;
	background:#f9f9f9;
	border:1px solid #ccc;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
}

table {
	border:1px solid #e7e7e7;
	text-align:left;
	margin:0 -1px 24px 0;
	width:100%;
}

tr th,thead th {
	color:#888;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	padding:9px 24px;
}

tr td {
	border-top:1px solid #e7e7e7;
	padding:6px 24px;
}

tr.odd td {
	background:#F2F7FC;
}

.attachment img {
	max-width:900px;
}

.alignleft,img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}

.alignright,img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

.aligncenter,img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft,img.alignright,img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
	background: #fff;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0;
}
.wp-caption .wp-caption-text {
    color: var(--green);
}

.wp-caption img {
	margin:5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin:5px;
	color:#888;
	font-size:12px;
}
h2{
	font-family:'Gilroy-ExtraBold', sans-serif;
	color: var(--green);
	letter-spacing: -1px;
	line-height: .95;
}
.maincontent h2.pageHeadTitle{
	font-family:'Gilroy-ExtraBold', sans-serif;
	color: #000;
	letter-spacing: -1px;
	line-height: .95;
	padding: 25px 0;
    font-size: 48px;
}
.maincontent h3 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    color: #000;
    letter-spacing: -1px;
    line-height: .95;
    font-size: 24px;
    padding-bottom: 10px;
}
.flex-column-reverse {
    -ms-flex-direction: unset!important;
    flex-direction: unset!important;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: 1px solid #ccc !important;
    box-shadow: none;
}
.gform_wrapper.gravity-theme .ginput_complex label {
    color: #a1a1a1;
    }
#field_8_11{
	font-size: 13px;
	line-height: 1.4;
}
.wp-smiley {
	margin:0;
}
.resp{
	display: none;
}
.resp.blockedout{
	display: block;
}
.postid-21688 .detail .detailBlocked.top {
    display: none;
}
.postid-21688 .detail .detailBlocked:last-child{
    display: none;
}
.postid-21688 .detail .detailBlocked{
   margin-top:0;
}
.nopadding{
	margin: 0;
	padding: 0;
}
.greyed{
	background:#f2f2f2;
}
.greened{
	background:#516949;
}
.orange{
background:#fc4a00;
}
.greened h2,.greened h3,.greened p,.orange h2,.orange h3,.orange p{
	color: #fff;
}
.puced{
	background:#677278;
}
.puced h2,.puced h3,.puced p{
	color:#fff;
}
.topLined{
	margin-top: 60px;
	border-top: solid #e2e2e2 1px;
}
.topLined .blockContent{
	padding: 40px 30px;
}
.moreFrom{
	padding: 30px 0;
	overflow: auto;
}
body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
    float: none;
    width: 100%;
}
.post-23889{
	max-width: 850px;
	margin: 0 auto;
}
.section-margin-top{
	margin-top:50px;
}
.section-margin{
	margin-top:50px;
	margin-bottom:50px;
}
.section-margin-bottom{
	margin-bottom:50px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear:both;
}

#comments .navigation {
	padding:0 0 18px;
}

h3#comments-title,h3#reply-title {
	color:#000;
	font-weight:700;
	font-size:20px;
	margin-bottom:0;
}

h3#comments-title {
	padding:24px 0;
}

.commentlist {
	list-style:none;
	margin:0;
}

.commentlist li.comment {
	border-bottom:1px solid #e7e7e7;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 56px;
	position:relative;
}

.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom:18px;
}

#comments .comment-body p:last-child {
	margin-bottom:6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom:24px;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist .avatar {
	position:absolute;
	top:4px;
	left:0;
}

.comment-author {
}

.comment-author cite {
	color:#000;
	font-style:normal;
	font-weight:700;
}

.comment-author .says {
	font-style:italic;
}

.comment-meta {
	font-size:12px;
	margin:0 0 18px;
}

.comment-meta a:link,.comment-meta a:visited {
	color:#888;
	text-decoration:none;
}

.comment-meta a:active,.comment-meta a:hover {
	color:#FF4B33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size:12px;
	padding:0 0 24px;
}

.reply a,a.comment-edit-link {
	color:#888;
}

.reply a:hover,a.comment-edit-link:hover {
	color:#FF4B33;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .children li {
	border:none;
	margin:0;
}

.nopassword,.nocomments {
	display:none;
}

#comments .pingback {
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top:-6px;
}

#comments .pingback p {
	color:#888;
	font-size:12px;
	line-height:18px;
	display:block;
	margin:0;
}

#comments .pingback .url {
	font-style:italic;
	font-size:13px;
}
.wpb_single_image a{
-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* Comments form */
input[type=submit] {
	color:#333;
}

#respond {
	margin:24px 0;
	border-top:1px solid #e7e7e7;
	overflow:hidden;
	position:relative;
}

#respond p {
	margin:0;
}

#respond .comment-notes {
	margin-bottom:1em;
}

.form-allowed-tags {
	line-height:1em;
}

.children #respond {
	margin:0 48px 0 0;
}

h3#reply-title {
	margin:18px 0;
}

#comments-list #respond {
	margin:0 0 18px;
}

#comments-list ul #respond {
	margin:0;
}

#cancel-comment-reply-link {
	font-size:12px;
	line-height:18px;
	font-weight:400;
}

#respond .required {
	color:#FF4B33;
	font-weight:700;
}

#respond label {
	color:#888;
	font-size:12px;
}

#respond input {
	margin:0 0 9px;
	width:98%;
}

#respond textarea {
	width:98%;
}

#respond .form-allowed-tags {
	color:#888;
	font-size:12px;
	line-height:18px;
}

#respond .form-allowed-tags code {
	font-size:11px;
}

#respond .form-submit {
	margin:12px 0;
}

#respond .form-submit input {
	width:auto;
	font-size:14px;
}

body {
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	background:#fff;
	font-size:17px;
	line-height:22px;
}

input {
	border-radius:0;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	display:block;
}
.responsiveDescription{
	display: none;
	margin: 25px 0;
}

/*Header Section*/
.maincontent {
    width: 100%;
    display: block;
    background: #fff;
    margin: 0px auto 0;
}
.maincontent h1{
	    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 40px;
    color: #333 !important;
    line-height: 1.1;
    letter-spacing: -.9px;
    text-transform: uppercase;
    font-size: 40px !important;
    margin-top: 46px;
    margin-bottom: 20px;
}
.single .maincontent h1{
    text-transform: none;
}
.entry-content h2.tg-item-title a{
	color:var(--green) !important;
	font-size: 22px;
}
.tg-txt .tg-nav-font, .tg-txt input[type=text].tg-search {
    font-size: 20px !important;
    font-weight: 600;
    padding-left: 0 !important;
    padding-bottom: 10px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}
.tg-txt .tg-nav-font {
    padding-bottom: 0px;
}
.tg-filters-holder{
	margin-bottom: 35px;
}
#grid-22650 .tg-nav-color {
    color: #444 !important;
}
#grid-22650 .tg-filter.tg-filter-active span {
    color: #ff6863 !important;
}
#grid-22650 .tg-ajax-button .tg-nav-color {
    color: #ffffff !important;
    font-size: 19px;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
}
.single-features .entry-header {
    padding-top: 130px !important;
    position: relative;
}
.single-features .entry-content {
    margin: 30px 0 50px;
}
.single-features .wrap {
    max-width: 900px;
}

.single-features .maincontent h1 {
    padding-right: 230px;
}
.tg-whats-on .tg-element-5,.tg-whats-on-feature .tg-element-5 {
    font-size: 15px !important;
    color: #333 !important;
}
.tg-whats-on .tg-element-4 {
    font-size: 15px !important;
    color: var(--green) !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
}
#grid-21422 .tg-item-overlay,#grid-21383 .tg-item-overlay,#grid-21516,#grid-21596 .tg-item-overlay .tg-item-overlay,#grid-21852 .tg-item-overlay {
    background-color: rgba(22,22,22,0) !important; 
}
.tg-grid-wrapper {
    margin-top: 40px;
    }
.featuredTitle{
	    font-size: 15px !important;
    color: var(--green) !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    position: absolute;
    bottom: 45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    right: 50px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    content: '';
	background: url(assets/images/bulletOff.png) no-repeat center center;
	background-size: contain;
    text-align: center;
    color: var(--green);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: url(assets/images/bulletOn.png) no-repeat center center;
    background-size: contain;
}

	#main-slider2 .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    right: 0;
    }
    
#main-slider2 .slick-dots li button:before {
	background: url(assets/images/bulletOffRed.png) no-repeat center center;
	background-size: contain;
	opacity: 1;
	content: "" !important;
	}
	
#main-slider2 .slick-dots li::before {
	content: "" !important;
	}
	
#main-slider2 .slick-dots li.slick-active button:before {
    opacity: 1;
    background: url(assets/images/bulletOnRed.png) no-repeat center center;
    background-size: contain;
}
.main-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.main-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.main-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px; /* Adjust as needed */
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));
  z-index: 2;
  pointer-events: none;
}
.communityH{
	padding:50px 20px 70px;
}
#grid-22650 .tg-item-content-holder {
    text-align: left;
    padding: 20px 0px;
    min-height: 330px;
}
@media only screen and (max-width:768px){
#grid-22650 .tg-item-content-holder {
    min-height: auto;
}
}
#grid-22650 .tg-item-content-holder span{
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 15px;
    padding-top: 10px;
}
.tg-kampala-custom .tg-element-2 {
    position: relative;
    font-size: 17px !important;
    color: #333 !important;
    padding-top: 10px !important;
    line-height: 1.3 !important;
}

.maincontent a{
	color: var(--green);
	font-weight: bold;
}
#grid-22650 .tg-item-content-holder h2{
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 29px;
    text-transform: none;
    color: #444;
    padding-bottom: 10px;
    line-height: 1;
}
#grid-22650 .tg-element-3{
	position: absolute;
	bottom: 0;
	background: none;
	padding: 0;
}
#grid-22650 .tg-element-3 a{
	color: #000 !important;
    padding: 8px 12px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    display: inline-block;
    font-size: 16px;
    border: var(--red) 2px solid;
    transition: all ease-in-out .4s;
}
#grid-22650 .tg-element-3 a span{
	color: var(--red) !important;
	transition: all ease-in-out .4s;
}

#grid-22650 .tg-element-3 a:hover{
	background: var(--red)!important;
    padding: 8px 12px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    display: inline-block;
    font-size: 16px;
    border: var(--red) 2px solid;
    color: white !important;
}
#grid-22650 .tg-element-3 a:hover span{
	color: white !important;
}
.tg-kampala-custom .tg-element-2 {
    padding-bottom: 40px !important;
}
#grid-22650 .tg-item-content-holder h2 a{
word-wrap: break-word;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    }
    .tg-ajax-button {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background-color: var(--green);
    display: inline-block;
        margin: 52px 0 0;
    padding: 4px 20px;
    -webkit-transition: all 340ms ease;
    -moz-transition: all 340ms ease;
    -ms-transition: all 340ms ease;
    transition: all 340ms ease;
    min-width: 145px;
}
#grid-22650 .tg-ajax-button .tg-nav-color{
	color: #ffffff;
	font-size: 19px;
}
.sliderHold{
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.sliderHold .col-md-7, .sliderHold .col-md-5{
	min-height: 532px;
}
.sliderHold .col-md-5{
	background: var(--pink);
}
.access {
	display: none;
}
.sliderHold h2{
	color: #fff;
    max-width: 500px;
    font-size: 35px;
    padding-top: 10%;
}
.home .sliderHold h2{
	color: var(--red);
    font-size: 35px;
    padding-top: 10%;
}
.offerBlock{
	margin: 0 0 70px;
	padding-right: 30px;
}
.offerBlock h2{
	font-size: 37px !important;
}
.offerBlock .mb-0{
	text-align: left !important;
	margin-bottom: 10px !important;
}
.home #main-slider .video-wrapper a:hover{
	text-decoration: none !important;
}

.home .wrap{
	margin-top: 0px;
}
.top_header {
	background-color:#333;
	padding: 5px 20px;
}
.single-post .entry-header{
	position: relative;
}

.single-post h1.entry-title,.single-post .headDate {
    padding-right: 110px;
}
.top_header_width {
    max-width: 1200px;
    margin: 0 auto;
}
.course_intro{
	max-width: 700px;
	padding-bottom: 40px;
}
.course_intro p{
	font-size: 18px;
}
.page .entry-content{

}
.blackBlock{
	background:#000;
	padding-top: 50px;
	padding-bottom: 50px;
}
.whiteBack{
	background: #fff;
}
.whiteBack .col-sm-6:last-child{
	padding-top: 30px;
	padding-bottom: 30px;
}
.studentBio {
    padding: 0 30px;
        min-height: 380px;
}
.aboutTheWork{
    padding: 30px 0 40px;

}

.sidenav ul li{
	list-style: none;
}
.sidenav ul {
    margin: 0 25px 18px 1.5em;
}
.sidenav .social_icons{
    display: block;
    margin: 0 auto;
    width: 185px;
}
.sidenav .social_icons a{
    border-bottom: 0;
}
.sidenav .social_icons li:first-child,.sidenav .social_icons li{
	padding:0 10px;
}
.sidenav .fa {
    font-size: 28px;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top:15px;
	}

	.sidenav a {
		font-size:18px;
	}
}
.entry-content h2 {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 40px;
    color: var(--green) !important;
    line-height: 1.1;
    letter-spacing: -.9px;
    padding-bottom:18px;
}

.top_header .rightlinks a {
	color:#fff;
	font-family:'Muli',sans-serif;
	text-decoration:none;
}

.top_header .rightlinks p {
	margin-bottom:0;
}



#header {
	padding: 0;
    transition: padding 0.3s ease-in-out;
    min-height: 110px;
    transition: min-height 0.3s ease-in-out;
 
}
.header {
	height:110px;
	position: fixed;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 70;
	background: transparent;
}
.header.nav-down {
	background: var(--greenlight);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.header .logoBlock svg .cls-1, .footerLogo svg .cls-1{
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}

.header.nav-down .logoBlock svg .cls-1 {
  fill: #35594f;
  transition: fill 0.3s ease-in-out;
}
.logoBlock{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width:160px;
	margin-top: 18px;
}
@media only screen and (max-width:575px){
.logoBlock{
	max-width:130px;
}
}
.footerLogo{
	width: 170px;
	margin-top: 20px;
}
.nav-up {
    top: 0px;
}
.logged-in .header {
    top: 32px;
}
.logged-in .nav-up {
    top: 12px;
}
.menu-toggle{ display:block; padding:0; width:auto; float:right;
	margin-right: 0px;
	margin-top: 41px;
	display: none;
}

#header .nav_bg {
	max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

#header .site_logo {
	display:inline-block;
	max-width: 225px;
}

#header nav {
	display:inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
    letter-spacing: .5px;
    
}
.header #header nav {
    margin-top: 2px;
    transition: margin 0.3s ease-in-out;
    float: right;
}
.header.nav-up #header nav {
    margin-top: 6px;
}

.headerLogo{
	max-width: 150px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    margin: 0 auto;
    display: block;
    margin-top: 7px;
    z-index: 10;
}

.headerLogo.foot{
	max-width:105px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: initial;
    margin: 0 auto;
    display: block;
    /* margin-top: 20px; */
    right: 0;
    float: right;
}
.nav-up .headerLogo{
	opacity: 0;
	padding-top: 0px;
}
.headerLogoOver{
	    max-width: 280px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    display: block;
    padding-top: 9px;
}

#header nav ul {
    margin: 44px 0 0px 0;
}
#header nav ul li {
	    float: left;
    padding-left: 23px;
    list-style-type: none;
        padding-top: 4px;
	}

	#header nav ul li:last-child.current-menu-item a{
	
	}

#header nav ul li a {
	    text-decoration: none;
    font-size: 24px;
    color: #fff;
    text-transform: none !important;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
        font-family: 'Gilroy-ExtraBold', sans-serif;
    letter-spacing: -.5px;
}
.nav-down #header nav ul li a {
	color: var(--green);
}
#header nav ul li a svg{
	display: none;
}
#header nav ul li a:hover {
	color: var(--orange);
}
#header nav ul li.current-menu-item a,.single-post #header nav ul li.menu-item-22845 a,#header nav ul li.current-menu-ancestor a{
    color: var(--orange);
    font-weight: 800;
}
#header nav ul li.current-menu-ancestor ul li a {
	color:var(--orange);
}
#header nav ul li.current-menu-ancestor ul li a:hover {
	color: var(--orange);
}
#header nav ul li.current-menu-ancestor ul li.current-menu-item a {
	color: var(--orange);
}
#header nav ul li.current-menu-item ul li a {
    color: var(--black);
}
@media only screen and (max-width:991px){
	#header nav{
	display: none;
}
 .menu-toggle{
		display: block;
	}
}

.vc_images_carousel {
	width: 100% !important;
}

div.pp_default .pp_content {
    background: #d24228 !important; /* Old browsers */
background: -moz-linear-gradient(left, #d24228 0%, #ce4183 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #d24228 0%,#ce4183 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #d24228 0%,#ce4183 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24228', endColorstr='#ce4183',GradientType=1 );
}
#header ul.mega-sub-menu li a {
	text-transform:none !important;
}
div.pp_default .pp_description {
    color: #fff;
}
#header nav ul li ul{
	display: none;
}
#header li ul {
	display:none;
	margin:0;
	position:absolute;
	padding-top:10px;
	z-index:100;
	width:202px;
	padding:2px 0;
	background: var(--greylight);
}
div.pp_default .pp_nav .currentTextHolder {
    font-style: italic;
    color: #fff !important;
    }

#header li ul li {
	margin:0;
	padding:0;
    min-width: 200px;
    font-family: 'Inter', sans-serif;
}

#header li ul ul {
	top:0;
	left:100%;
	border: 1px solid #fff;
}



#header li ul li a {
	display:block;
	padding:6px 0 0;
	width:170px;
	white-space:normal;
	margin:0 15px;
	text-align:left;
	color:black;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 18px !important;
	letter-spacing: normal;
}
#header li ul li:first-child a {
	padding:12px 0 0;
}
#header li ul li:last-child a {
	padding:6px 0 12px;
}
#header ul li:hover > ul {
	display:block;
}
.footerLogoElement{
    max-width: 40px;
    margin-right: 15px;
}
.headerLogoMenu{
    display: block;
	margin: 0 auto 30px;
	max-width: 134px;
}
.privacy-links{
	font-size: 12px;
    clear: both;
    line-height: 1.2;
    padding-top: 10px;
    display: block;
}
.privacy-links a{
	color: #fff;
}
.social_icons {
	list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: block;
}

.social_icons li {
	float:left;
	padding:0 8px;
}

.social_icons li:nth-child(2) {
}

.social_icons li a {
	display:inline-block;
	vertical-align:middle;
	transition:all .3s linear 0;
}

.social_icons li:last-child a {
	margin-left: 0;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    color: #fff;
    text-decoration: none;
}

.social_icons li img {
	width:12px;
	height:12px;
}
.pIntro{
	background: #ffe2e0;
	padding: 50px 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.pIntro.black{
	background: #000;
	padding: 15px 0;
}
.pIntro.lightgrey{
	background: var(--greylight);
}
.pIntro.lightgreen{
	background: var(--greenlight);
}
.pIntro.pink{
	background: var(--pink);
}
.pIntro.yellow{
	background: var(--yellow);
}
.pIntro.white{
	background: #fff;
}
.pIntro.white.bordered{
	border-bottom: 1px solid var(--greylight);
}
.home-intro.pIntro h2{
	font-size:26px;
	line-height:1.1;
}
.pIntro.spaces{
	background: #ffe2e0;
	padding: 0 0 50px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.page-id-22843 .pIntro{
	background: #f2f2f2;
}
.page-id-22843 .pIntro h3{
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	line-height: 1.15;
	letter-spacing: 0;
	padding-bottom: 20px;
}
.page-id-22843 .pIntro p{
	font-size: 17px;
	line-height: 1.25;
}
.pIntro h2{
	font-size:35px;
    line-height: .95;
    padding-bottom: 20px;
}
.pIntro h2.spaces-title {
	padding-bottom: 40px;
	font-size:40px;
}
.pIntro.black h2{
	font-size: 29px;
    max-width: initial;
    line-height: .95;
    padding-bottom: 5px;
}
.container {
	max-width: 1140px;
	width: 100%;
	position: relative;
}
.pIntro.black h2,.pIntro.black p,.pIntro.black h3{
	color: #fff;
	margin: 0;
}
.single-spaces .header-slider h1
 {
	font-size: 23px !important;
	margin-bottom: 2px;
}
.single-spaces .entry-content .header-slider h2
 {
	color: var(--green) !important;
	font-size:59px;
	line-height: 0.9;
}
.header-section{
	padding: 0 20%;
}
.angled-bg {
	position: absolute;
	left: -220px;
	top: -270px;
	width: 510px;
	height: 630px;
	background: var(--yellow);
	transform: rotate(45deg);
	z-index: 0;
}
.angled-bg.orange {
	position: absolute;
	left: -380px;
	top: -270px;
	width: 510px;
	height: 630px;
	background: var(--orange);
	transform: rotate(45deg);
	z-index: 0;
}
.angled-bg-top {
	position: absolute;
	left: -220px;
	top: -570px;
	width: 510px;
	height: 630px;
	background: var(--yellow);
	transform: rotate(45deg);
	z-index: 62;
}
@media only screen and (max-width:1264px){
.angled-bg-top {
	left: -310px;
}
}
@media only screen and (max-width:767px){
.angled-bg-top {

}
}
.video-wrapper{
	position: relative;
	overflow: hidden;
}
.angled-bg-slider {
	position: absolute;
	bottom: -390px;
	right: -270px;
	width: 510px;
	height: 630px;
	background: var(--pink);
	transform: rotate(45deg);
	z-index: 0;
}

.slider-wrap{
	background: var(--greylight);
	margin: 10px;
	padding: 30px 40px;
	margin-bottom:30px;
	min-height: 550px;
	position: relative;
}

.slider-wrap h4{
	color: var(--red);
	font-family: 'Gilroy-ExtraBold', sans-serif;
    line-height: .95;
    font-size: 16px;
}
.membership-content{
	font-size: 14px;
	line-height: 1.3;
}
a .membership-signpost{
	min-height: 250px;
	margin-bottom: 30px;
	position: relative;
	background: var(--red);
	transition: all 0.5s ease-in-out;
}
.membership-signpost h3{
	position: absolute;
	right: 20px;
	bottom: 20px;
	/* transform: rotate(-90deg) translateY(50%); */
	transform-origin: left center;
	font-size: 2rem;
	color: #fff !important;
	white-space: nowrap;
	padding-bottom: 0 !important;
}
.entry-content a.space-link{
	text-decoration: none !important;
}

.membership-signpost.ms-hover-block ul, .membership-signpost.ms-hover-block p{
	color: var(--white);
	font-size: 14px;
	line-height: 1.25;	
}
.membership-signpost.ms-hover-block ul{
	margin-left: 15px;
	line-height: 1.4;
	list-style: disc;	
}
.membership-signpost.ms-hover-block h4{
	position: relative;
	bottom: initial;
	left: initial;
	padding:0px;
	font-size: 16px;
	line-height: .95;
	color: var(--red);
	font-family: 'Gilroy-ExtraBold', sans-serif;
}
a:hover .membership-signpost.ms-hover{

}
a:hover h3.community-title{
	text-decoration: none !important;
}
a .membership-signpost.ms-hover-block{
	min-height: 230px;
	margin-bottom: 30px;
	background: var(--green);
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	opacity: 0;
	z-index: 3;
	margin: 0 15px 30px;
	padding: 20px 20px 80px 20px;
}
a:hover .membership-signpost.ms-hover-block{
	opacity: 1;
}

.ms-blocks .ms-block:last-child a:hover .membership-signpost.ms-hover{
	background: black !important;
}
a.rbutton{
	background: var(--green);
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
}
a.rbutton::after{
	content:'>' ;
}
a.rbutton.black{
	background: #000;
}
a.rbutton.red{
	background: #ff0400;
}
.quoteMark {
    background: url('assets/images/quoteMark.png');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
.quoteMarkEnd {
    background: url('assets/images/quoteMarkEnd.png');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 60px;
    right:0;
}
.quoted.row.homeBlock h2 {
    font-size: 40px;
}
.quoted {
    padding: 0 60px 80px;
}
.quoted.row.homeBlock .nopadding:first-child .blockContent{
	padding: 50px 0 0px;
}
.quoted.row.homeBlock .main-slider .nopadding:first-child .blockContent{
	padding: 40px 20px 0px;
}
.quoted.row.homeBlock .main-slider .nopadding:last-child .blockContent{
	padding: 90px 20px 0px;
}
@media screen and (max-width: 991px) {
.quoted.row.homeBlock .main-slider .nopadding:last-child .blockContent{
	padding: 30px 20px 0px;
}
.quoted.row.homeBlock .main-slider .nopadding .blockContent img{
	max-width: 70%;
	margin: 0 auto;
}

}
.quoteBox{
	padding-left: 80px;
	padding-right: 70px;
}
.video-wrapper.testimonial h3{
	font-family: 'Inter', sans-serif;
	padding: 0 0 10px;
	line-height: 1.2;
}
.video-wrapper.testimonial p{
	padding: 5px 0 0;
	line-height: 1;
	margin: 0;
	font-size: 18px;
	font-family: 'Gilroy-ExtraBold', sans-serif;
}
.video-wrapper.testimonial .quoteBox p:first-child,.video-wrapper.testimonial .quoteBox p:last-child{
	padding-top: 20px;
}
.introContent{
	padding: 0 0px 0 45px;
}
.introContent p{
	font-size: 20px;
	line-height: 1.15;
}
.introContent ul{
	font-size: 20px;
    margin-left: 18px;
    line-height: 1.3;
}
.row.homeBlock h2{
	font-size: 50px;
	padding-bottom: 15px;
}
.row.homeBlock h2.group-logo-title{
	margin-top: 30px;
	margin-bottom: 20px;
}
.row.homeBlock.meeting{
	padding:60px 0 30px;
	border-bottom: 1px solid #c6c6c6;
}
.blockContent {
    padding: 50px 40px;
}
.row.homeBlock.meeting .blockContent{
	padding: 0px 70px 0px 0;
}
.row.homeBlock.meeting .blockContent ul{
	list-style: none;
	margin: 0;
}
.row.homeBlock.meeting .blockContent ul li{
	border-top: 1px solid #c6c6c6;
	padding: 7px 0;
}
.row.homeBlock.meeting .blockContent ul li:last-child{
	border-bottom: 1px solid #c6c6c6;
}
.row.homeBlock.meeting a.rbutton {
    background: var(--green);
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.row.homeBlock.meeting h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.homeImage{
	min-height: 440px;
}
.content {
	max-width:1080px;
	width:100%;
	margin:0 auto;
}
.section5 .content {
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0;
    background: none;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border:none;
}
.card-header .btn {
    background: none;
    color: var(--green) !important;
    padding: 0 20px 0 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-top: 16px;
    font-size: 23px;
    display: block;
    outline: 0 !important;
    margin: 0;
    width: 100%;
    text-align: right;
    text-decoration: none !important;
}
.mb-0 {
    margin-bottom: 0!important;
    text-align: right;
    font-size: 17px;
}
.card-header a {
    color: var(--green);
    text-decoration: none !important;
}
.card-body {
    padding: 12px 0;
}
#footer .content {
	max-width:1200px;
	width:100%;
	margin:0 auto;
}

#footer .footerCol h2 {
	font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 24px;
    display: block;
    color: #fff;
    letter-spacing: -.5px;
    padding: 5px 0;
    margin-bottom: 20px;
}
#footer .footerCol h2 a{
	color: #fff;
}
#footer .footerCol p {
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
}
#footer .footerCol p a{
	color: #fff;
}
.col-sm-4 .footerCol {
	margin-right: 10%;
	margin-left: 10%;
}
.col-sm-4:first-child .footerCol {
	margin-right: 20%;
	margin-left: 0;
}
.col-sm-4:last-child .footerCol {
	margin-right: 0;
	margin-left: 20%;
}
.col-sm-4:last-child .footerCol h2{
	margin-bottom: 0px !important;
	border-bottom: 0px solid #4c4c4c !important;
}
.priv p a{
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
    display: block;
    line-height: 1.4;
}
.row.topped{
	margin-top: 25px;
}
.footerCol ul{
	list-style: none;
	text-align: right;
}
.footerCol ul li a{
font-family: 'Gilroy-ExtraBold', sans-serif;
font-size: 23px;
display: block;
color: #fff;
letter-spacing: -.5px;
padding: 4px 0 6px;
margin-bottom: 0px;
}

/* Section 2 */
#play_btn button {
	position:absolute;
	top:75%;
	right:32px;
	width:50px;
	height:50px;
	border:2px solid #fff;
	border-radius:100%;
	padding:10px;
	background:url(assets/images/play.png) no-repeat center;
	background-position: 16px 12px;
}
@media (min-width: 768px) {
  .membership-row.reverse-row {
	display: flex;
	flex-direction: row-reverse;
  }
}
.membership-row{
	background: var(--greenlight);
	margin-bottom: 40px;
	min-height: 390px;
}
.space-block{
	padding: 80px 40px;
}
.entry-content .space-block h3{
	font-size: 30px;
	padding-bottom: 10px;
}
.videoItem {
	position:relative;
	height:800px;
}

video[poster] {
	background-position:center;
	width:100%;
	vertical-align:middle;
	text-align:center;
}

.videoText {
	text-align:center;
	position:absolute;
	top:40%;
	left:0;
	right:0;
	transform:translateY(-25%);
	z-index:8;
}

.videoText h1 {
	font-family:'Gilroy-ExtraBold', sans-serif;
	font-size:65px;
	color:#fff;
	line-height:1.2;
	position:relative;
	margin-bottom: 0;
}
.videoLink p{
	color: #fff;
    font-size: 14px;
    line-height: 1.35;
}
.detailBlocked.top p{
	color: #fff;
    line-height: 1.35;
}

#video-background {
	right:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-100;
	object-fit:cover;
}


h1.titleWide{
	display: block;
}
h1.titleThin{
	display: none;
}


/*Section 2*/
.section2 {
	position:relative;
	text-align:center;
	padding:70px 0;
}

.section2 h2 {
	padding: 10px;
    line-height: 1.15;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 40px;
    color: #54656D;
    text-align: center;
    font-weight: 700;
}

.section2 h4 {
	padding: 5px;
    margin-bottom: 30px;
    color: #54656D;
    font-size: 28px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 10px;
}

.section2 a {
	padding:20px;
	background:#00efab;
	color:#000;
	text-decoration:none;
	font-size:21px;
	display:inline-block;
}
.section2 .resp a {
	display: none;
}

a .fa-angle-right {
	font-size:24px;
	vertical-align:bottom;
}
li.colColour a{
	background-color: #333 !important;
    border: 1px solid #00efab;
    color: #333;
}
/* ---------------------------------------- Page templates */
.tg-bottom-holder{
    background-color:rgba(0, 0, 0, 0.5);
    padding-top: 10px;
}
.page-template-default h4{
	margin-bottom: 15px;
	padding-top: 5px;
	color: var(--green);
	line-height: 1.2;
}
.page-template-default .callOut h4{
	font-family: 'Gilroy-ExtraBold', sans-serif;
	font-size: 30px;
}
.homeBlack p, .entry-content .homeBlack h2,.entry-content .homeBlack ul li{
	color: #fff !important;
}
.entry-content .homeBlack ul li{
	font-size: 20px;
	list-style-type: none;
	padding-bottom: 10px;
}
.entry-content .homeBlack ul{
	margin-left: 0;
}
.eventDetail a{
	color: var(--green);
}
.entry-content a{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
 .entry-content .homeBlack h2{
        line-height: 1.18;
        padding-bottom: 20px;
        color: var(--green);
  }
   .entry-content h3{
        line-height: 1.18;
        padding-bottom: 20px;
        color: var(--green);

        }
        .entry-content ul li{
list-style-type: disc;
padding-bottom: 8px;
        }





.thirds{
	width: 33.3333333%;
	float: left;
	position: relative;
}
.thirds.logo{
	text-align: center;
	line-height: 1;
	width: 20%;
}
.thirds.social {
    width: 80%;
    text-align: right;
}


.contentHeaderImage {
    min-height: 420px;
    background-size: cover;
    background-position: center center;
}
.home .contentHeaderImage {
    min-height: 570px;
    background-size: cover;
    background-position: center center;
}
.entry-content .relatedPage a h2{
	text-decoration: none;
	font-size: 21px;
	padding-bottom: 10px
}
.home .entry-content a{
	text-decoration: none;
}
.relatedPage{
	margin-bottom: 35px;
}
.headerTitle{
    background: var(--green);
}
.headerText{
    padding: 25px 20px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
        overflow: auto;
}
.headerText h2,.headerText h1{
    color: #fff !important;
}
.headerText h1{
    margin-bottom: 5px;
    margin-top: 0;
}
.headerText h2{
}
.headerLogo.conf {
    max-width: 160px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    margin: 0 auto;
    display: block;
}
.portMenu li{
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}
.portMenu li.current_page_item a{
	font-weight: bold;
}
.portMenu li a{
	color: #fff;
}
.portMenu ul{
	margin: 0;
}
.entry-content a.tg-media-button{
	text-decoration: none !important;
}
/*Section 3*/
ul.banner_slider {
	margin:0;
}
.banner_slide img {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner_slide_text {
	float:left;
	text-align:left;
	max-width:500px;
	height:450px;
	display:table;
	position:relative;
	width:100%;
	margin:0 auto;
	padding-top: 80px;
	padding-left: 100px;
}
.table_cell {
	display:table-cell;
	vertical-align:middle;
}
.banner_slide_text h2 {
	padding-bottom:0px;
	font-family:'Gilroy-ExtraBold', sans-serif;
	line-height:1em;
	font-size:30px;
	font-weight:700;
	color:#fff;
	margin-bottom: 0px;
}
.news_slider_over{
	position: relative;
	z-index: 200;
	width: 100%;
	height: 100%;
	min-height: 480px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.65+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.page-template-default .news_slider_over{
	background:none;
}
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    border-radius: 0;
    }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    background:none !important;
}

.banner_slide_text h2 span {
	color:#8ae28a;
}
.page-id-9 .banner_slide_text h2 span {
	color:#00a1d5;
}
.page-id-9 .banner_slide_text a {
    background: #00a1d5;
    color: #fff;
}
.page-id-9 .banner_slide_text h2 span {
	color:#00a1d5;
}
.page-id-9 .banner_slide_text a {
    background: #00a1d5;
    color: #fff;
}
.page-id-10 .banner_slide_text h2 span {
	color:#d81183;
}
.page-id-10 .banner_slide_text a {
    background: #d81183;
    color: #fff;
}
.page-id-10.wpb-js-composer .courseFinder .vc_tta.vc_general .vc_tta-tab.vc_active>a{
	color: #d81183 !important;
	font-weight: bold;
}
.page-id-10 .courseFinder a:hover {
    color: #d81183 !important;
}
.page-id-10 .banner_lft a h2 {
    background: #d81183;
}
.single-courses .courseUndergraduate .banner_lft h1 {
    color:#fff;
}
.courseUndergraduate .banner_lft a h2 {
    background:#d81183;
}
.courseUndergraduate .ucasHolder {
    background:#d81183;
}
.page-id-11 .banner_slide_text h2 span {
	color:#774cd0;
}
.page-id-11 .banner_slide_text a {
    background: #774cd0;
    color: #fff;
}
.page-id-11.wpb-js-composer .courseFinder .vc_tta.vc_general .vc_tta-tab.vc_active>a{
	color: #774cd0 !important;
	font-weight: bold;
}
.wpb-js-composer .courseFinder .vc_tta.vc_general .vc_tta-tab.vc_active span:after{
	content: ' >';
}
.page-id-11 .courseFinder a:hover {
    color: #774cd0 !important;
}
.page-id-11 .banner_lft a h2 {
    background: #774cd0;
}
.banner_slide_text p {
	font-size:20px;
	line-height:1.2em;
	color:#fff;
}
.slick-slider {
    width: 100%;
}
.page-template-meet .maincontent .pIntro ul, .membership-content ul, .studioBlock ul {
  list-style: none; /* Remove default bullets */
}

.page-template-meet .maincontent .pIntro ul li::before,.membership-content ul li::before, .studioBlock ul li::before{
  content: "+";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--red); /* 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) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.studioBlock{
	padding: 35px;
	background: var(--greylight);
	border-bottom: 30px solid #fff;
	height: 100%;
	padding-bottom: 70px;
}
.studioBlock a.btn{
	position: absolute;
	bottom: 60px;
}
.maincontent .vc_images_carousel .vc_carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: initial;
    z-index: 15;
    width: 100%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: right;
    right: 0px;
    bottom:-20px;
}

.video-wrapper.testimonial {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	height: auto;
}
.video-wrapper iframe, .video-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper img {
	width: 100%;
	height: auto;
}
.banner_slide_text a {
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration:none;
	font-size:16px;
	display:inline-block;
}
.banner_slide_text a.titleLink {
	font-family:'Gilroy-ExtraBold', sans-serif;
	line-height:1em;
	font-size:40px;
	font-weight:700;
	color:#fff;
	background: none;
	padding: 0;
}

.banner_slider .slick-arrow {
	position:absolute;
	outline:none;
	top:50%;
	border:0;
	font-size:0;
	line-height:0;
	padding:0;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-ms-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}

.banner_slider .slick-arrow:after {
	content:'';
	position:absolute;
	width:30px;
	height:30px;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:9999;
}

.banner_slider .slick-arrow.slick-prev {
	left:5%;
	z-index:9;
}

.banner_slider .slick-arrow.slick-prev:after {
	background:url(assets/images/prev.png) no-repeat;
	background-position:0 0;
}

.banner_slider .slick-arrow.slick-next {
	right:5%;
}

.banner_slider .slick-arrow.slick-next:after {
	background:url(assets/images/next.png) no-repeat;
	background-position:0 0;
}
img.gradImg::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, white 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}



/*Section4*/
.section4 h2 {
	font-family:'Gilroy-ExtraBold', sans-serif;
	padding:70px;
	line-height:1.5em;
	font-size:48px;
	text-align:center;
	font-weight:700;
	    padding: 50px 0 25px 0;
	    margin: 0;
}

.section4 .more_list {
	width:982px;
	margin:0 auto;
	display:block;
}

.more_list ul {
	margin:0;
}

.more_list ul li {
	width:320px;
	list-style:none;
	float:left;
	padding:0 3px;
	margin-bottom:50px;
}

.more_list ul li img {
	width:100%;
	padding-bottom:20px;
}

.more_list ul li h4 {
	font-size:23px;
	padding:15px 0;
	text-align:center;
	color:#54656D;
	font-weight: 600;
}

.more_list ul li p {
	font-size:17px;
	text-align:center;
	line-height:22px;
	padding: 0 7px;
}

/* section5 */
.section5 {
	background:#ddd;
	padding:50px;
}

.mag_section {
	    position: relative;
    padding: 90px 0 100px;
    text-align: center;
    height: 425px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.overlay {
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	top:0;
	position:absolute;
	z-index:10;
}

.mag_content {
	position:absolute;
	position: relative;
    /* top: 30%; */
    /* left: 30%; */
    z-index: 100;
    max-width: 650px;
    margin: 0 auto;
}
.page-template-page-course-hub .mag_content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.section5 h2 {
	font-size:48px;
	color:#fff;
	text-align:center;
	line-height:1.2em;
	font-family:'Gilroy-ExtraBold', sans-serif;
	margin-bottom: 20px;
}

.section5 h4 {
	font-size:24px;
	color:#fff;
	text-align:center;
	font-weight:500;
	line-height:1.2em;
	padding-bottom:20px;
	    padding-top: 0;
}

.section5 a {
	font-size:18px;
	color:#000;
	text-align:center;
	padding:12px;
	background:#00efab;
	text-decoration:none;
	display:inline-block;
}

/* footer */
#footer {
	background:#000;
	padding:40px 0;
	color:#fff;
	margin-top: -6px;
}

#footer ul.row1 {
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

#footer ul.row1> li {
	width:33%;
	float:left;
	list-style:none;
}
.findOutMoreRow{
    margin: 60px 0;
}
#footer .links {
	margin-bottom:60px;
}
#footer .links.noFoot {
	margin-bottom:20px;
	float: left;
}
#footer .footerRight{
	float: right;
}
#footer .footerRight a{
	display: block;
	color: #fff;
}
#footer .footerNews .links li{
	margin-bottom: 10px;
}
.fa{
	color: #333;
    font-size: 29px;
    transition: .3s;
}
.fa:hover{
	color:var(--green);
    font-size: 29px;
}

#footer .fa{
	color: #fff;
    font-size: 29px;
    transition: .3s;
}



li.footerNews .links:last-child{
	margin-bottom:30px;
}
.links h4 {
	font-size: 15px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #fff;
    /* font-family: 'Bebas Neue', sans-serif; */
    letter-spacing: .5px;
        padding-top: 3px;
}
.links h4 a{
	color:#fff;
}

.links ul {
	margin:0;
	list-style:none;
}

.links ul li a {
	color:#fff;
	text-decoration:none;
	font-size:17px;
	line-height:normal;
	font-weight:200;
}

.links p,.links p a {
	color:#fff;
}
.links ul li a:hover {
	color:#00efab;
}
.ee-pagination-dv {
	display: none;
}
/*default pages*/
.page-template-default .entry-content,.page-content,.has-sidebar:not(.error404) #primary {
	width:100%!important;
}
.page .panel-content .entry-title,.page-title,body.page:not(.twentyseventeen-front-page) .entry-title,.single-post .entry-title {
	    line-height: 1;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    font-size: 39px;
    color: #54656D;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
}
.single-post .entry-title,.single-post .headDate {
    text-align: left;
}
.single-post .headDate {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 5px;
}
.single-post .entry-content h3 {
    color:var(--green);

}
.single-post .entry-content p {
    line-height: 1.5;
}
.postThumbed{
	margin-bottom: 30px;
}
.single-post h1.entry-title {
    color: var(--green) !important;
}
.single-post p img {
    margin: 20px auto;
}
.single-post blockquote p{
	background: -webkit-linear-gradient(45deg, #ff4f00, #e7258a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.18;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2 !important;
}
.single-post #primary{
	max-width: 100% !important;
	margin-top: 100px;
}
.single-post #primary main{
	width: 88%;
    float: left;
}
.single-post #primary .side{
	width: 30% !important;
	float: left;
	margin-top: 26px;
}
.single-post .entry-content {
    margin: 0 0 50px;
}
input[type=submit] {
	color:#fff!important;
}
.side h2, .tabContainerEvents h2{
	color: #fff !important;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.1;
}
.side h2 a, .tabContainerEvents h2 a{
	color: #fff !important;
}
.side h2 a:hover, .tabContainerEvents h2 a:hover{
	color: var(--green) !important;
}

.sidenav {
	height:100%;
	width:0;
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	overflow-x:hidden;
	transition:.5s;
	padding-top:80px;
	background: var(--yellow);
}
.sidenav a {
	text-decoration: none;
    font-size: 26px;
    color: #333;
    display: block;
    transition: .3s;
    padding: 0 0 15px 0;
    list-style: none;
    position: relative;
    border-top: none;
    line-height: 1!important;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    text-align: center;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}
.sidenav a.noLine {
    border-bottom: 0px solid #333;
	padding-bottom: 0;
	max-width: 150px;
	margin: 0 auto 30px;
}
.sidenav a.noLine .cls-1{
	fill:#333;
}

.sidenav a:hover {
	color:var(--green);
}
.sidenav ul li:last-child a {
    border: none;
}
.sidenav .closebtn {
	position:absolute;
	top:0;
	right:25px;
	font-size:36px;
	margin-left:50px;
	font-size: 60px;
	border-bottom: 0;
	border-top: 0;
	color: #333;
}
.sidenav ul li{
	list-style: none;
}
.sidenav ul {
    margin: 0 25px 18px 1.5em;
}
.sidenav .icon {
    display: none !important;
}
.sidenav .social_icons{
    display: block;
    margin: 0 auto;
    width: 95px;
}
.sidenav .social_icons a{
    border-bottom: 0;
}
.sidenav .social_icons li:first-child,.sidenav .social_icons li{
	padding:0 10px;
}
.sidenav .fa {
    font-size: 28px;
}
#header .sidenav li ul {
    display: block;
    margin: 0;
    position: relative;
    padding-top: 10px;
    z-index: 100;
    width: 100%;
    padding: 2px 0;
    background: none;
}
#header .sidenav li ul li a {
    width: auto;
    text-align: center;
    border: none;
    margin-bottom: 10px;
}
#header .sidenav li.menu-login a::before {
    background: none;
    background-size: contain;
    content: '';
    font-weight: 900;
    display: block;
    height: 30px;
    width: 30px;
    display: none;
}
#header .sidenav li.menu-login a {
    text-indent:0;
    display: block;
    height: auto;
    width: auto;
    overflow: initial;
    margin-top: 0;
}
#header .sidenav li ul li:last-child a {
    padding: 0;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top:15px;
	}

	.sidenav a {
		font-size:18px;
	}
}



.icon-bar {
	display: block;
    width: 42px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    margin: 0 0 7px;
}
.nav-down .icon-bar {
	background: var(--green);
}

video::-webkit-media-controls-start-playback-button {
	display:none;
}


/* Banner start here */
.home .slick-slide {
  
}
.sliderTitle{
	max-width: 870px;
	padding: 0 30px;
    margin: 20% auto 0px;
    color: #fff;
    font-family: 'Gilroy-ExtraBold';
    text-align: center;
    font-size: 80px;
    line-height: .9;
}
.sliderTitle.below{
    margin: 20px auto 0px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    text-align: right;
    font-size: 30px;
    line-height: .9;
    padding-right: 60px;
}
.sliderTitle.below:after{
	content: ' >';
	color: var(--green);
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    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;
    z-index: 2;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity:1;
    color: var(--red);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '→';
}
.slick-prev:before {
    content: '←';
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 5px;
    display: none !important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}


.maincontent h3.community-title{
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	line-height: 1.2;
}
.communityBlock{
	padding-bottom: 15px;
}
.communityBlock .col-sm-4{
	min-height: 400px;
}
.communityBlock .col-sm-4 a.btn{
	position: absolute;
	bottom: 0;
}
.communityBlock a:hover{
	text-decoration: none;
}
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--yellow);
  color: var(--green) !important;
  font-weight: 600;
  border: none;
  border-radius: 0.25rem;
  text-decoration: none !important;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: 0;
}

.btn:hover {
  background-color: var(--green);
  color: var(--yellow) !important;
  transform: translateY(-2px);
  text-decoration: none;
}
.btn-discover{
	font-family: 'Gilroy-ExtraBold', sans-serif;
    letter-spacing: -1px;
    line-height: .95;
    font-size: 21px;
}
.maincontent .entry-content .detailBlocked h2.shareHeader{
	    color: var(--green) !important;
    }
.websiteLink a{
	color: var(--green);
	font-size: 18px;
	text-decoration: none;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}










/* Form stylings
=======================================
*/
.signupNewsletter {
    max-width: 460px;
    margin: 0 auto;
}
.signupNewsletter.foot {
    max-width: 400px;
}
img.gform_ajax_spinner{
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border: 1.5px solid #c02b0a;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.11), 0 0 4px rgba(18,25,97,.041);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 9px;
    }
.gform_wrapper div.validation_error {
    color: #333 !important;
    font-weight: 400 !important;
    margin-bottom: 1.6em;
    border-top: 0px solid #790000 !important;
    border-bottom: 0px solid #790000 !important;
    padding: 1em 0 0;
    clear: both;
    width: 97.5%;
    text-align: left;
}
.gform_wrapper h2.gform_submission_error{
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px !important;
    line-height: 1.2 !important;
}
.gfield_description.validation_message.gfield_validation_message{
	padding: 10px !important;
}
.gform_wrapper .gform_footer input[type=submit] {
    background: none;
    color: #000 !important;
    padding: 8px 12px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
    display: table;
    border-radius: 0;
    border: 2px solid var(--red);
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    background: var(--red);
    color: white !important;
    padding: 8px 12px;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
    display: table;
    border-radius: 0;
    border: 2px solid var(--red);
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    padding-right: 10px !important;
    }
    .home .gform_wrapper form.gf_simple_horizontal label.gfield_label {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
}
.gform_wrapper li input:placeholder{
	font-size: 10px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0;
    margin-top: 0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button {
    margin:0 !important;
}
.footerCol .gform_wrapper .gform_footer {
    padding: 0 !important;
    }
    .gform_wrapper form.gf_simple_horizontal div.ginput_container{
    min-width: 300px;
    }
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.home .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.signupNewsletter .gform_wrapper li.hidden_label input {
    margin-top: 13px;
    padding: 12px 9px 12px !important;
}
#field_2_1,#gform_wrapper_2{
	margin-top: 0;
}
#field_2_7 .gfield_label{
	display: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #333;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 0px solid #bbb !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 10px !important;
    padding: 0;
    border-top: 0px solid #C89797 !important;
    border-bottom: 0px solid #C89797 !important;
}
.gform_wrapper .gfield_description.validation_message, .gform_wrapper .top_label .gfield_description.validation_message,.gform_confirmation_message {
    padding:15px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #333 !important;
}
.gform_confirmation_message {
    padding:10px 0 0 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #333;
}
.gform_wrapper div.validation_error {
    margin-bottom: 0px !important;
}
li.gfield_error input[type=text]{
    border: 0px solid #790000 !important;
}
::-webkit-input-placeholder { /* Chrome */
  color: #9d9d9c !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9d9d9c !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9d9d9c !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #9d9d9c !important;
  opacity: 1 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid var(--green) !important;
}
.gform_wrapper form ul.left_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper ul.right_label li {
    margin-bottom: 14px;
    width: 50%;
    float: left;
}
.gform_wrapper ul li.gfield {
    clear: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_third {
    width: 33.6% !important;
    }
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
    width: 90% !important;
    margin-left: 0 !important;
    margin-top: 0px !important;
    color: #333;
}
.btn:focus {
    outline: none !important;
}
button:focus{
	outline: none !important;
}
.header-slider.slick-slider .row{
   height: 800px;
}
@media only screen and (max-width:991px){
.header-slider.slick-slider .row{
   height: 600px;
}
.header-section {
	padding: 0 15px;
}
.single-spaces .entry-content .header-slider h2 {
color: var(--green) !important;
font-size: 37px;
}
.angled-bg-slider {
	bottom: -470px;
	right: -290px;
}
}
@media only screen and (max-width:767px){
.header-slider.slick-slider .row{
   height: 440px;
}

.home-intro.pIntro h2 {
	font-size: 22px;
	line-height: 1.1;
}
.entry-content h2 {
	font-family: 'Gilroy-ExtraBold', sans-serif;
	font-size: 30px;
	color: var(--green) !important;
	line-height: 1.1;
	letter-spacing: -.9px;
	padding-bottom: 18px;
}
.aboutTheWork {
	padding: 0;
}
.block-image{
	min-height: 430px;
}
.space-block {
	padding: 40px 0px;
}
}
@media only screen and (max-width:571px){
.col-sm-4:last-child .footerCol {
		margin-right: 0;
		margin-left: 0;
	}
	.footerCol ul {
		list-style: none;
		text-align: left;
		margin:20px 0 0;
	}
	#footer .justify-content-end{
		justify-content:flex-start !important;
	}
	.spaces-template-default .headline-col-img{
		min-height:330px;
	}
	.spaces-template-default .header-slider.slick-slider .slick-list.draggable{
	   height: auto !important;
	}
	.spaces-template-default .header-slider.slick-slider .row {
		height: 680px;
	}
	.spaces-header{
		min-height: auto !important;
	}
	.spaces-template-default .angled-bg-slider{
		display: none;
	}
	.single-spaces .header-slider h1 {
		margin-top:0px;
	}
	.single-spaces .entry-content .header-slider h2 {
		font-size: 27px;
	}
}
.headline-col{
    background:var(--red);
}
.home .headline-col,.page-id-23889 .headline-col{
    background:var(--pink);
}
.page-id-22910 .headline-col{
    background:var(--orange);
}
.page-id-22841 .headline-col,.page-id-24836 .headline-col,.page-id-24923 .headline-col{
    background:#2a1d42;
}
.page-id-25077 .headline-col{
    background:#1a4d30;
}
.page-id-27301 .headline-col{
    background:#7ac4b4;
}
.page-id-27301 .headline-col h3{
    color: #000;
}

.card {
    border: none !important;
    background:none !important;
    max-width: 410px;
    margin: 0 auto;
}
.card h3 {
    color:var(--pinklight);
    max-width:600px;
    display:block;
    padding:0 30px;
    margin:0 auto;
    font-weight:700;
    font-size:37px;
    line-height: 1.05;
}
.home .card h3,.page-id-23889 .card h3 {
    color:var(--red);
    max-width:600px;
    display:block;
    padding:0 30px;
    margin:0 auto;
    font-weight:700;
    font-size:37px;
    line-height: 1.05;
}
.video-wrapper a:hover{
	text-decoration: none !important;
}
.no-padding{
	padding: 0;
}

.fullwidth-slider {
  width: 100%;
  overflow: hidden;
}

.fullwidth-slider .slide {
  width: 100%;
  height: 600px; /* or a fixed height like 600px */
  background-size: cover;
  background-position: center;
  position: relative;
}

.fullwidth-slider .slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}