* {
	outline: none !important;
}

#sb_instagram #sbi_images {
	padding: 0 !important;
}

body, html {
	height: 100%;
}

body {
	overflow-x: hidden;
	color: #97999C;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	font-size: 16px;
}

body.fixed {
	position: fixed;
}

.wp-video {
	display: block;
	margin: auto;
}

input {
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	font-size: .875em
}

textarea {
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	font-size: .875em !important;
	max-width: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#overlay {
	top: 0;
	bottom: 0;
	right: 0;
    left: 0;
    position: fixed;
	z-index: 200;
	background: rgba(0,0,0,.5);
	display: none;
}

.error {
	height: 140px;
    width: 140px;
    line-height: 140px;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background: #A91C8E;
    -webkit-border-radius: 140px; 
	-moz-border-radius: 140px; 
	border-radius: 140px;
    display: block;
    margin: 80px auto 10px;
}

body.error404 main h2 {
	margin-bottom: 80px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.smallCont {
	max-width: 768px;
	margin: 0 auto;
	display: block;
}

.inner {
	padding: 15px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.btn {
	text-align: center;
	color: #fff;
	background: #81bd00;
	border: 2px solid #81bd00;
	display: inline-block;
	padding: 6px 20px;
	font-size: .875em;
	font-weight: 700;
	border-radius: 30px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:hover, .tile:hover > .text .btn, .services:hover > .inner .service .btn, .banner:hover > .about .btn {
	background: #fff;
	color: #81bd00;
	cursor: pointer;
}

.v_align {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.purpleBG {
	background: #A91C8E;
}

.relative {
	position: relative;
}

@media (max-width: 989px) {
	.pull-left, .pull-right {
		float: none;
	}
}


/* Font Defaults */

h1 {
	font-weight: 700;
	font-size: 2.5em;
	color: #444;
}

h2 {
	font-weight: 700;
	font-size: 1.688em;
	color: #444;
	margin-bottom: 8px;
}

.pad {
	padding: 15px;
}

h3 {
	font-weight: 700;
	font-size: 1.125em;
	color: #444;
	margin-bottom: 4px;
}

.smallCont h1, .smallCont h2, .smallCont h3 {
	//padding-bottom: .35em;
	//margin: 0;
}

p, main ol li, main ul li {
	font-size: .875em;
	line-height: 140%;
	padding-bottom: .875em
}

main ol p, main ul p {
	font-size: 1em;
}

main ol h3, main ul h3 {
	font-size: 1.25em;
}

p:last-child, main ol li:last-child, main ul li:last-child {
	padding-bottom: 0;
}

main ol, main ul {
	padding-left: 30px;
}

a,a:hover {
	text-decoration: none;
	color: #81bd00;
}

b,strong {
	font-weight: 700;
}

em,i {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

hr {
	border: none;
	height: 2px;
	max-width: 100px;
	margin: 15px auto;
}

.green {
	color: #81bd00;
}

main {
	padding-top: 112px;
}

@media (max-width: 989px), (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

main {
	padding-top: 81px;
}
}

/* Header & Navigation */

header {
	padding: 15px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
	border-bottom: 1px solid #f4f4f4;
}

header nav {
	text-align: right;
}

header nav li {
	display: inline;
}

header nav li a {
	display:inline-block;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1em;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header nav li a:hover, header nav li.current_page_item a, header nav li.current_page_ancestor a {
	border-color: #81bd00
}

header nav li .sub-menu li a {
	text-transform: none;
	font-size: .875em;
    line-height: 120%;
    font-weight: 400;
}

.social {
	float: right;
}

.icon {
    display: inline-block;
    width: 22px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #97999C;
    text-align: center;
    font-size: 1.25em;
    margin-top: -2px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.icon:hover {
    color: #81bd00;
}

.tw:after {
	content: '\f099';
}

.fb:after {
	content: '\f09a';
}

.pt:after {
	content: '\f16d';
}

.in:after {
	content: '\f0e1';
}

.info a {
	color: #97999C;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.info a:hover {
	color: #81bd00;
}

.info span {
	color: #81bd00;
}

.info {
	float: right;
    color: #97999C;
    font-size: .75em;
    padding-top: 10px;
}

header nav li a {
	color: #444;
}

@media (min-width: 990px), @media not only (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.info {
	float: right;
}

#search,#menu-main-menu {
    display: inline-block;
}

#search {
	margin: 0 0 0 2em
}

#search:after {
	content: '\f002';
    font-family: FontAwesome;
    color: #81bd00;
    cursor: pointer
}

	#menu {
		display: none;
	}
	
    header nav {
	float: right;
	margin-top: 34px;
}
    
    header nav li a {
    	line-height: 1em;
        margin: 0 1em;
		padding: 0 .75em .25em .75em;
		border-bottom: 2px solid #DFDFDF;
		font-weight: 700;
		color: #444
    }
    
    header nav li:last-child a {
    margin: 0 0 0 1.563em;
}

li.menu-item-has-children a:after {
	content: '\f107';
    font-family: FontAwesome;
    padding-left: 8px;
    font-size: .75em
}

ul.sub-menu li a:after {
	content: '';
}
    
	header nav li .sub-menu {
    position: absolute;
	top: 78px;
    left: 1em;
    text-align: left;
	z-index: 4;
	width: 100%;
	min-width: 180px;
    visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity .3s linear;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background: #f3f3f5;
    }

header nav li .sub-menu li a {
    color: #444;
    line-height: 100%;
    position: relative;
    width: 100%;
	padding: 15px 15px 7.5px 15px;
	margin: 0;
    border-bottom: none;
	font-size: .875em
}

header nav li .sub-menu li:first-child a {
	padding-top: 25px;
}

header nav li .sub-menu li:last-child a {
	padding-bottom: 25px;
}


header nav li .sub-menu li a:hover {
	color: #81bd00;
}

header nav li {
	position: relative
}

header nav li:hover > a {
	border-color: #81bd00;
}

    header nav ul li:hover > ul.sub-menu {
        visibility: visible;
  		opacity: 1;
		top: 28px;
    }

}


/* Widget */

.widget-text {
	text-align: center;
	padding: 40px 20px 0 20px;
}

.accommodation-search {
	text-align: center;
	padding: 0 20px 40px 20px;
}

.widget-text h2,
.accommodation-search h2 {
	color: #A91C8E
}

.accommodation-search h2 {
	margin-bottom: 18px;
}

#venuedirectory_cp_widget_holder {
	margin-bottom: 30px;
}

.vd-widget {
	text-align: center;
}

.c-md-1,
.c-md-2,
.c-md-3 {
    float: none !important;
    display: inline-block;
    vertical-align: bottom;
}

.cp-search-btn {
	width: auto !important
}

.cp-search-btn .btn-search,
.accommodation-search .btn-search {
	height: 26px;
	padding: 0 10px;
	line-height: 22px;
	background: #81bd00;
	border: 2px solid #81bd00;
	text-transform: lowercase;
}

.cp-search-btn .btn-search:hover,
.accommodation-search .btn-search:hover {
	background: #fff;
	color: #81bd00;
}

.accommodation-search .btn-search {
	padding: 16px 40px;
	height: auto;
	line-height: 100%;
	font-size: 18px;
	border-radius: 50px;
}

#venuedirectory_cp_widget_holder .field {
	text-align: left!important;
}

#venuedirectory_cp_widget_holder .cp-group{
 display:none;
}

#venuedirectory_cp_widget_holder .p-input span {
    font-size: 1em!important;
	position: static;!important;
    left: 0!important;
    top: 0!important;
    margin-bottom: 3px!important;
	color: #81bd00 !important;
	font-weight: bold!important;
	text-transform: lowercase;
	text-align: center;
	display: block !important;
	max-width: 100% !important
}

#venuedirectory_cp_widget_holder .p-input input,
#venuedirectory_cp_widget_holder .p-input select {
	background: #dfdfdf!important;
	color: #222!important;
	padding: 5px !important;
}



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

	.c-md-1, .c-md-2, .c-md-3 {
	    float: left !important
	}

}



@media (max-width: 989px), (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	
	.info {
	padding-top:0;
 	line-height: 50px;   
}

#menu {
		font-size: 1.125em;
		cursor: pointer;
		background: #81bd00;
	color: #fff;
		float: right;
		width: 34px;
        height: 34px;
        border-radius: 34px;
        text-align: center;
        line-height: 34px;
        margin: 8px 0 0 10px;
		-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	
	
	#menu:after {
		content: '\f0c9';
		font-family: FontAwesome;
	}

	header nav {
		display: none;
		height: 100%;
		text-align: center;
	padding-top: 30px;
    float: left;
    width: 100%;
}
	
	header nav li a {
		display: block;
		line-height: 180%
	}
	
	header nav li .sub-menu {
		margin-bottom: 10px;
	}
	
	header nav li .sub-menu li a {
		font-weight: 400;
		font-style: italic;
		padding: 4px 0;
	}
   


}


@media (max-width: 670px) {
	.info {
    	display: none;
    }
}

@media (min-width: 990px), @media not only (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	#menu {
		display: none;
	}
	
}




/* Home Page */

.slider ul.slides {
	padding-left: 0;
	list-style: none;
	background: #A91C8E;
	background-image: url(../img/fcce-watermark.png);
	background-size: 140px 76px;
	background-position: center;
	background-repeat: no-repeat;
}

.history {
	background: #dfdfdf;
	position: relative;
	margin-bottom: 40px;
}

.history ul.slides {
	padding-left: 0;
	list-style: none;
}

.slider ul li, .history ul li {
	display: none;
}

.slider, .slider ul.slides li, .slider ul.slides {
	height: calc(100vh - 112px);
    width: 100vw;
    min-height: 500px;
}

.slider {
   margin-bottom: 80px;
   text-align: center;
   position: relative;
}

body.home .slider {
	margin-bottom: 0
}

.slider h1 {
	font-size: 5em;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
}

.slider h2 {
	font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 100%;
}

.slider h1, .slider h2 {
	color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.75);
}

.slider .btn {
	padding: 6px 40px;
    margin-top: 15px;
	font-size: 1em !important
}

.slider .caption {
	position: absolute;
    bottom: 90px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
}

.slider.video .caption {
    bottom: 30px;
}

.slider.video {
	overflow: hidden;
}

.slider.video .iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.slider.video .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 112px);
}

ol.flex-control-nav {
	position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
    padding: 0;
}

.history ol.flex-control-nav {
    bottom: -35px;
}


ol.flex-control-nav li {
	display: inline-block;
    margin: 0 8px;
}

ol.flex-control-nav li a {
	background: #dfdfdf;
    border: 1px solid #dfdfdf;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    text-indent: -9999999px;
	cursor: pointer;
}

ol.flex-control-nav li a.flex-active {
    background: #A91C8E;
}

.tile {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

a.tile {
	display: block;
}

.tile:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.tile .text {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
	padding: 0 40px
}

.tile {
	background: #dfdfdf;
	background-image: url(../img/curve-top-left.png), url(../img/curve-top-right.png), url(../img/curve-btm-left.png), url(../img/curve-btm-right.png);
	background-position: top left, top right, bottom left, bottom right;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.tile .text h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #222
}

.tile .text hr {
	background: #81bd00;
}

.tile .text p {
	margin: 15px 0;
	font-size: .875em;
	line-height: 140%;
	color: #97999C
}

.intro {
	padding: 60px 0;
	background: url(../img/logo-swirl-bg.png) center no-repeat;
	background-size: contain;
	margin: 30px auto;
	max-width: 1024px;
}

.intro .inner {
	max-width: 768px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.intro .inner hr {
	background: #A91C8E;
}

.grey {
	background: #dfdfdf;
	padding: 30px 0
}

.greyBG {
	background: #dfdfdf;

}

.n_text {
	background: #fff;
    padding: 20px 60px 20px 20px;
    position: relative;
}

.n_text:after {
	content: '\f105';
    font-family: FontAwesome;
    right: 15px;
    top: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #81bd00;
    text-align: center;
    line-height: 19px;
    color: #81bd00;
    font-weight: 700;
    padding-left:2px;
	transform: translateY(-50%);
}

.n_text h3 {
	margin-bottom: 15px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_thumb {
	height: calc(33vw / 1.9);
    overflow: hidden;
}

.news p {
	color: #97999C;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news img {
	width: 100%;
}

.news span {
	color: #81bd00;
}

.news:hover > .inner .n_text h3, .news:hover > .inner .n_text p {
	color: #81bd00 !important;
}

.over {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.feed {
	background: #fff;
    padding: 70px 15px;
}

.feed a.siteLink:before {
    font-family: FontAwesome;
    left: 50%;
    top: 40px;
    position: absolute;
    font-size: 2em;
    color: #A91C8E
}

.feed.twitter a.siteLink:before {
	content: '\f099';
}

.feed.facebook a.siteLink:before {
	content: '\f09a';
}

.feed.pintrest a.siteLink:before {
	content: '\f16d';
}

.feed a.theSite:after {
	content: '\f107';
    font-family: FontAwesome;
    left: 50%;
    bottom: 40px;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #A91C8E;
    text-align: center;
    line-height: 20px;
    color: #A91C8E;
    font-weight: 700;
	transform: translateX(-50%);
}

.feed.facebook iframe {
	display: block;
	margin: auto;
	max-width: 340px;
}


/*

.ttf-tweet-row {
	margin-bottom: 15px;
    font-size: .875em;
    line-height: 120%;
	position: relative;
	padding-left:70px;
	min-height: 70px;
}

.ttf-tweet-row:before {
	content: '';
    background: url(../img/fcce.png) center no-repeat;
    background-size: 60px 60px;
    display: block;
    left:0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
    width: 60px;
    height: 60px;
}

.ttf-tweet-text {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.ttf-tweet a {
	color: #81bd00;
    cursor: pointer;
}

*/


@media (max-width:1199px) {

.slider {
   margin-bottom: 0
}

.tile {
    width: 50%;
}

.tile .text h2, .tile .text p {
	color: #fff;
}

.tile .over {
    background: rgba(151,153,156,.85);
}

}

@media (max-width:989px) {

.slider, .slider ul.slides li, .slider ul.slides, .slider.video .iframe iframe {
	height: calc(100vh - 81px);
}

.news_thumb {
	height: calc(100vw / 1.9);
    overflow: hidden;
}

}

@media (max-width:540px) {
	.tile {
    width: 100%;
}

.slider h1 {
	font-size: 3em;
}

.slider h2 {
	font-size: 1.5em;
}

}


/* Services Parent */

.service {
	background: #dfdfdf;
    padding: 15px;
    text-align: center
}

.service hr {
	background: #81bd00;
}

.service span {
	color: #81bd00;
}

.service h2 {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service p {
	color: #97999C;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services:hover > .inner .service h2, .services:hover > .inner .service p {
	color: #81bd00 !important;
}

.banner {
	height: 40vh;
	min-height: 320px;
    position: relative;
}

.page-template-page-services-parent .banner {
	height: 65vh;
	min-height: 500px;
}

.banner .over {
	background: rgba(169,28,142,.5);
}

body.single-post .banner .over, .page-template-page-blog .banner .over, .page-template-page-contact .banner .over {
	background: rgba(129,189,0,.5);
}

.banner .about {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(169,28,142,.5);
    text-align: center;
}

.banner .about hr {
	background: #81bd00;
}

.page-template-default h1, .page-template-page-careers h1, .page-template-page-team h1, .single-post h1, .page-template-page-case-studies h1, .page-template-page-blog h1, .search-results h1, .search-no-results h1, .page-template-page-contact h1, .page-template-page-history h1, .page-template-page-prizes h1, .page-template-page-newsletter h1, .page-template-page-contact-new h1 {
	text-align: center;
}

.page-template-default main hr, .page-template-page-careers main hr, .page-template-page-team main hr, .single-post main hr, .page-template-page-case-studies main hr, .page-template-page-blog main hr, .search-results main hr, .search-no-results main hr, .page-template-page-contact main hr, .page-template-page-history main .padDef.smallCont hr, .page-template-page-prizes main hr, .page-template-page-newsletter main hr, .page-template-page-contact-new main hr  {
	background: #A91C8E;
	margin-bottom: 30px;
}

.banner .about h2, .banner .about p {
	color: #fff
}

.banner .about .btn, .service .btn {
	margin-top: 15px;
}

.padServ {
	padding: 30px 0;
}

.padDef {
	padding: 45px 15px;
}


/* Careers */

.career {
	margin-bottom: 30px;
}

.career .btn {
	margin-top: 30px;
}

body.search-results .career .btn {
	margin-top: 0px;
}


.career p {
	text-align: justify;
}

.career h3 {
	//padding-bottom: .875em
}

main .career hr {
	background: #81bd00;
	margin-bottom: 30px;
}

hr.short {
	max-width: 80%;
    background: #dfdfdf !important;
}

.hidden {
	display: none;
}

#popup {
	width: 768px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 300;
	display: none;
}

#popup .popup {
	background: #fff;
    padding: 45px;
}

#popup .popup input[type=text], #popup .popup textarea {
	background: #dfdfdf;
}

#popup h3 {
	text-align: center;
    margin-top: 15px;
}

#popup hr {
	background: #81bd00;
    margin-bottom: 0;
}
/*
.purpleContact .functions {
	margin-top: -45px;
}
*/

#popup .functions .btn, .purpleContact .functions .btn {
	display: block;
	width: 185px;
	margin-bottom: 15px;
}

#popup .btn.cv {
	display: inline-block;
    vertical-align: top;
	background: #A91C8E;
    border-color: #A91C8E;
    padding: 6px 45px;
    margin-right: 10px;
}

#popup .btn.cv:hover {
	background: #fff;
    color: #A91C8E;
}

#popup .wpcf7 input[type="submit"], .purpleContact .wpcf7 input[type="submit"] {
    padding: 6px 45px;
    margin: 0 0 0 10px;
}

#popup .popup {
	position: relative
}

#popup .popup .close:after {
	position: absolute;
    content: '\f00d';
    font-family: FontAwesome;
    right: 30px;
    top: 20px;
    color: #81bd00;
    cursor: pointer;
}

#popup .sentOK {
	margin: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

@media (max-width: 767px) {
	#popup {
	width: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
}
	#popup .wpcf7 input[type="submit"],#popup .btn.cv {
    margin: 0;
	display: block;
	
}

#popup .wpcf7 input[type="submit"] {
	margin-top: 10px;
}
}

@media (max-width: 540px) {

	#popup .functions, .purpleContact .functions {
		margin-top: -10px
	}
		
	#popup .functions p, .purpleContact .functions p {
		display: block;
	}
	
	.btn.cv {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.wpcf7 input[type="submit"] {
		margin: 0 !important;
		width: 100% !important
	}
	
}


/* Team Page */

main .team hr {
	background: #81bd00;
	margin-bottom: 15px;
}

.team {
	min-height: 380px;
}

.team .img {
	width: 131px;
    height: 180px;
	display: block;
	margin: 0 auto 15px;
}

.img:hover img {
    cursor: pointer;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.img .strip:hover {
    cursor: pointer;
}

.team img {
	border: 2px solid #aaa;
    border-radius: 15px;
    overflow: hidden;
    background: #444;
    position: relative;
    width: 131px;
    height: 180px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team .strip {
	width: 130px;
    color: #fff;
    background: #A91C8E;
    margin-top: 130px;
    padding: 10px;
    font-size: .875em;
    position: absolute;
    z-index: 20;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0
}

.img:hover .strip {
	opacity: 1
}

#teamPop {
	width: 830px;
	height: 430px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 300;
	display: none;
	padding: 15px;
}

#teamPop .ab_img {
	background: #dfdfdf;
}

#teamPop .ab_img, #teamPop .ab_text {
	width: 400px;
    height: 400px;
    float: left
}

#teamPop .ab_text {
    padding: 0 35px 0 45px;
	text-align: center;
	background: #fff;
	background-image: url(../img/curve-top-left.png), url(../img/curve-top-right.png), url(../img/curve-btm-left.png), url(../img/curve-btm-right.png);
	background-position: top left, top right, bottom left, bottom right;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	position: relative;
}

#teamPop .ab_text hr {
	margin-bottom: 15px;
	background: #81bd00;
}

#teamPop .ab_text .blurb {
	margin: 15px 0;
	text-align: justify;
	overflow-y: scroll;
	//overflow-x: hidden;
    height: 140px;
    padding-right: 10px;
	//-webkit-overflow-scrolling: touch;
}

#teamPop .ab_text .blurb::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

#teamPop .ab_text .blurb::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#teamPop .ab_text .close {
	position: absolute;
    right: 30px;
    top: 25px;
	z-index: 500;
	cursor: pointer;
}

#teamPop .ab_text .close:after {
    content: '\f00d';
    font-family: FontAwesome;
    color: #81bd00;
    cursor: pointer;
	font-weight: 400;
	
}

@media (max-width: 989px) {
	#teamPop .ab_img, #teamPop .ab_text {
    float: none
}

#teamPop {
	width: 430px;
	overflow: hidden;
   // position: absolute;
    //top: 0;
   // left: 50%;
   // transform: translate(-50%, 0)
}

.ab_img {
	position: absolute;
    top: 15px;
}

.ab_text {
	position: fixed;
    top: 0;
    z-index: 400;
    background: rgba(255,255,255,.95) !important;
	background-image: url(../img/curve-top-left.png), url(../img/curve-top-right.png), url(../img/curve-btm-left.png), url(../img/curve-btm-right.png) !important;
	background-position: top left, top right, bottom left, bottom right !important;;
	background-size: 40px 40px !important;;
	background-repeat: no-repeat !important;;
}


.team {
	min-height: 380px;
}

}

@media (max-width: 479px) {
	#teamPop .ab_img, #teamPop .ab_text {
    max-width: 100%;
    height: 400px;
}

.ab_text {
	position: fixed;
    top: 0;
    z-index: 400;
    background: #fff !important;
	background-image: url(../img/curve-top-left.png), url(../img/curve-top-right.png), url(../img/curve-btm-left.png), url(../img/curve-btm-right.png) !important;
	background-position: top left, top right, bottom left, bottom right !important;;
	background-size: 40px 40px !important;;
	background-repeat: no-repeat !important;;
}


.ab_img {
	display: none;
}

#teamPop {
	width: 100%;
}

}

/* Blog Main */

.blog_search {
	position: relative;
    margin-bottom: 15px;
}

.blog_search input[type=text] {
	padding: 10px 33px 10px 10px;
    border: none;
	width: 100%;
    height: 33px;
    background: #dfdfdf;
    color: #97999C;
	font-size: .875em;
}

.blog_search .s_icon {
 	width: 33px;
    height: 33px;
    background: noneo;
    text-align: center;
    color: #97999C;
    line-height: 33px;
    position: absolute;
    right: 0;
    top: 0
}

.blog_search .s_icon:before {
	content: '\f002';
    font-family: FontAwesome;
}

.blog_search .s_icon input[type=submit] {
 	width: 33px;
    height: 33px;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

body.page-template-page-blog .author {
	margin-top: 5px;
}

a.blog {
	display: block;
    color: #97999C;
	margin-bottom: 15px;
}

a.blog .justify {
	border-bottom: 2px solid #dfdfdf;
	padding-bottom: 30px;
}

a.blog img {
    margin: 0 0 20px 0
}

.archive {
	border-top: 2px solid #dfdfdf;
    padding: 30px 0 15px 0;
}

.archive h3 {
	margin-bottom: 15px;
}

.archive hr {
	margin: 0 0 15px 0 !important;
    background: #81bd00 !important;
}

.year-title, .cat-title {
	padding: .25em 0;
	font-size: .875em
	 
}

.month-title {
	font-size: .875em
}

.year-title:hover, .month-title:hover, .cat-title:hover {
	cursor: pointer;
}

.year-title, .month-title, .cat-title {
	line-height: 18px;
	color: #97999C
}

.year-title:before, .month-title:before, .cat-title:before {
	content: '\f067';
    font-family: FontAwesome;
    color: #81bd00;
    border: 1px solid #81bd00;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
     -webkit-border-radius: 18px; 
	-moz-border-radius: 18px; 
	border-radius: 18px;
    font-size: .75em;
    margin-right: 10px;
	padding-left: 1px;
}

.year-title.open:before, .month-title.open:before, .cat-title.open:before {
	content: '\f068';
    font-family: FontAwesome;
    color: #fff;
    background: #81bd00;
    border: 1px solid #81bd00;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
     -webkit-border-radius: 18px; 
	-moz-border-radius: 18px; 
	border-radius: 18px;
    font-size: .75em;
    margin-right: 10px;
}

.year, .cats {
	display: none;
	padding-bottom: 10px;
}

.month-cont {
	padding: 10px 0 0 30px;
    list-style: none;
}

.posts, .cats {
	padding: 10px 0 0 30px;
    list-style: none;
    display: none;
}

.cats {
	padding: 10px 0 10px 30px;
}

.posts li, .cats li {
	padding: 0 0 5px 0;
}

.posts li:last-child, .cats li:last-child {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: none;
}

.cats li a {
	display: block;
    line-height: 120%;
	color:#81bd00;
	font-size: .875em;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.posts li a:hover, .cats li a:hover {
	color:#81bd00;
}


.pagination {
	text-align: center;
	margin: -15px 0 15px 0;
}

.page-numbers {
	padding: 0 5px;
}

.prev.page-numbers, .next.page-numbers, .pagination a.blog_first, .pagination a.blog_last {
    display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #81bd00;
	border-radius: 24px;
	line-height: 20px;
	text-align: center;
}

.prev.page-numbers, .pagination a.blog_first {
	margin-right: 10px;
}

.next.page-numbers, .pagination a.blog_last {
	margin-left: 10px;
}

.next.page-numbers:after {
	content: '\f105';
    font-family: FontAwesome;
    color: #81bd00;
    font-size: 1.125em;
    font-weight: 700;
padding-left: 2px;
}

.prev.page-numbers:after {
	content: '\f104';
    font-family: FontAwesome;
     color: #81bd00;
     font-size: 1.125em;
     font-weight: 700;	
	padding-right: 2px;
}

.pagination a.blog_first:after {
	content: '\f100';
    font-family: FontAwesome;
     color: #81bd00;
     font-size: 1.125em;
     font-weight: 700;
padding-right: 2px;
}

.pagination a.blog_last:after {
	content: '\f101';
    font-family: FontAwesome;
     color: #81bd00;
     font-size: 1.125em;
     font-weight: 700;
padding-left: 2px;
}


ul.none, ul.inline {
	list-style: none;
    padding-left: 0;
}

ul.none li a {
	margin-bottom: 15px;
    display: block;
    line-height: 120%
}

ul.inline li a {
	margin-bottom: 5px;
    display: inline-block;
    line-height: 120%
}

ul.none li:last-child a, ul.inline li:last-child a {
	margin-bottom: 0;
}


.greyText {
	color: #97999C;
}

#respond {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#respond hr, .replies hr {
	margin: 15px 0;
    background: #81bd00 !important
}

#respond input[type=text], #respond input[type=email], #respond textarea {
	width: 100%;
    border: none;
    padding: 10px;
}

#respond input[type=text], #respond input[type=email] {
	margin-bottom: 10px; 
}

#respond .con_left {
	padding-right: 10px
}

#respond .con_right {
	padding-left: 10px
}

#respond input[type=submit] {
	-webkit-appearance: none;
	border: 2px solid #81bd00;
	 -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px;
	background: #81bd00;
	color: #fff;
	padding: 5px 20px;
	display: block;
	width: 140px;
	margin: 15px auto;
	font-weight: 700;
	font-size: 1em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

#respond input[type=submit]:hover {
	cursor: pointer;
	background: #fff;
	color: #81bd00;
}

body.single .padDef {
	padding-bottom: 0
}

.comment {
	background: #dfdfdf;
    padding: 15px;
}

.reply {
    padding: 15px;
    cursor: pointer
}

ul.children {
	margin: 0 0 0 60px;
    padding: 0;
    border-top: 2px solid #dfdfdf;
}

ul.children .comment {
	background: #fff;
    padding-left: 0;
    padding-bottom: 0;
}

ul.children .reply {
    padding-left: 0
}

ul.children p {
	font-size: 1em
}

.reply {
	font-size: .75em;
    position: relative;
    margin-bottom: 15px;
}

ul.children .reply {
	font-size: .875em
}

.reply a {
	padding-left: 15px;
}

ul.children .reply a {
	padding-left: 30px;
}


.reply a:before {
    content: '\f105';
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #81bd00;
    text-align: center;
    line-height: 19px;
    color: #81bd00;
    font-weight: 700;
    padding-left: 2px;
    transform: translateY(-50%);
    font-size: 1.125em
}


@media (max-width:989px) {
	#respond .con_left,#respond .con_right {
	padding: 0;
}

#respond input[type=email] {
	margin-bottom: 0; 
}

.mobMenu {
	display: none;
}

.archive hr {
	display: none;
}

.archive h3 {
	width: 100%;
}

.archive:first-child .inner {
	padding-bottom: 0
}

.archive h3:hover {
	cursor: pointer
}

.archive h3:before {
	content: '\f107';
    font-family: FontAwesome;
    padding-right: 10px;
}

.archive h3.open:before {
	content: '\f106';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #81bd00;
}

.archive h3.open {
	color: #81bd00;
}

}




/* Blog */

.author {
	font-style: italic;
	font-size: .875em;
	margin: 15px 0
}

.controls {
	position: relative;
	margin: 30px 0;
	border-bottom: 2px solid #dfdfdf;
	padding-bottom: 45px;
}

.controls a {
	color: #81bd00;
	 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-size: .75em
}

.controls .next a {
	right: 0;
    position: absolute;
	padding-right: 44px;
}

.controls .next a:after {
	content: '\f105';
    font-family: FontAwesome;
    right: 0;
    bottom: -5px;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #81bd00;
    text-align: center;
    line-height: 20px;
    color: #81bd00;
    font-weight: 700;
	transform: translateX(-50%);
}

.controls .prev a {
	left: 15px;
    position: absolute;
	padding-left: 20px;
}

.controls .prev a:after {
	content: '\f104';
    font-family: FontAwesome;
    left: 0;
    bottom: -5px;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #81bd00;
    text-align: center;
    line-height: 20px;
    color: #81bd00;
    font-weight: 700;
	transform: translateX(-50%);
}

.controls .prev:hover a, .controls .next:hover a {
	color: #81bd00
}


@media (max-width: 540px) {
.controls .prev a,.controls .prev a:hover,.controls .next a,.controls .next a:hover {
	color: #fff !important
}

}



@media (max-width: 767px) {
	.team p {
		min-height: 40px;
	}
}


/* Case Studies */

.venue,.feedback {
	margin-top: 15px;
}

.purpleText {
	color: #A91C8E;
}

.feedback {
	background-image: url(../img/curve-top-left-np.png), url(../img/curve-top-right-np.png), url(../img/curve-btm-left-np.png), url(../img/curve-btm-right-np.png);
	background-position: top left, top right, bottom left, bottom right;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.feedback .inner {
	padding: 30px;
}

.feedback .client {
	margin-top: 15px;
}

/* Contact Page */

.purpleContact {
	background: #A91C8E;
}

.purpleContact .wpcf7 textarea, .purpleBG .wpcf7 textarea {
	font-size: 1em !important
}

.purpleContact h2 {
	color: #fff;
}

.purpleContact p {
	color: #fff;
	margin-bottom: 15px;
}

.map {
	position: relative;
    height: 650px;
}

.map #map {
	height: 650px
}

.map .directions {
	position: absolute;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
	background: #fff;
	background-image: url(../img/curve-top-left.png), url(../img/curve-top-right.png), url(../img/curve-btm-left.png), url(../img/curve-btm-right.png);
	background-position: top left, top right, bottom left, bottom right;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	padding: 40px;
    text-align: center;
	max-width: 400px;
}

.map .directions hr {
	margin: 15px auto;
    background: #81bd00;
}

.map .directions address {
	font-size: .875em;
    line-height: 140%;
    max-width: 240px;
    margin: 0 auto 15px;
}

@media (max-width: 989px) {

    .map {
    	height: auto;
    }

	.map #map {
		height: 400px;
	}
	
	.map .directions {
		max-width: 100%;
		position: static;
        top: auto;
		left: auto;
        transform: translate(0);
	}
}



/* Search */

#searchPopup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 300;
    display: none;
}

#searchPopup input[type=text] {
	padding: 10px;
    border: none;
    float: left;
    width: 220px;
    height: 33px;
	color: #97999C;
	font-size: .875em;
}

#searchPopup .s_icon {
	float: left;
 	width: 33px;
    height: 33px;
    background: #fff;
    text-align: center;
    color: #81bd00;
    line-height: 33px;
    position: relative;
}

#searchPopup .s_icon:before {
	content: '\f002';
    font-family: FontAwesome;
}

#searchPopup .s_icon input[type=submit] {
 	width: 33px;
    height: 33px;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/* History */

.history ul.slides {
	min-height: 379px;
}

.h_text {
	padding: 20px;
}

.h_info {
	background: #dfdfdf;
	background-image: url(../img/curve-top-left.png), url(../img/curve-top-right.png), url(../img/curve-btm-left.png), url(../img/curve-btm-right.png);
	background-position: top left, top right, bottom left, bottom right;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	min-height: 339px;
}

.h_info h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #222;
	line-height: 110%;
}

.h_info hr {
	background: #81bd00;
}

.h_info p {
	margin: 15px 0;
	font-size: 1em !important;
	line-height: 140%;
	color: #97999C
}

.h_year {
	text-align: center;
    padding: 180px 0;
    color: #fff;
    font-size: 6em;
    font-weight: 700;
    line-height: 110%;
    text-shadow: 0 0 30px rgba(0,0,0,.5);
}

.h_info .text {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
}


/* Slick Slider */

.slick-arrow {
    height: 1rem;
    position: absolute;
    width: 1rem;
 	font-size: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    z-index: 50;
    cursor: pointer;
    background: transparent;
    padding: 0;
    right: -1.25rem;
}

.slick-arrow.slick-prev {
    top: -1rem;
}

.slick-arrow.slick-next {
    bottom: 1.875rem;
}

.slick-arrow:after {
    content: '';
    width: .5rem;
    height: .5rem;
    border: .063rem solid #091531;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.slick-arrow.slick-prev:after {
    border-right: none;
    border-bottom: none;
}

.slick-arrow.slick-next:after {
    border-left: none;
    border-top: none;
}

.slick-dots {
	padding: 0 !important;
	position: absolute;
	right: -1rem;
	top: 0;
}

.slick-dots li {
	display: block;	
	width: .5rem;
	height: .5rem;
	margin: .25rem 0;
}

.slick-dots li button {
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: 0;
	text-indent: -500vw;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0;
	cursor: pointer;
	border: .063rem solid #091531;
	border-radius: .5rem;
	background: transparent;
}

.slick-dots li.slick-active button {
	background: #091531;
}


/* Accreditations Slider */

.block-accreditations-slider,
.block-testimonial-slider {
	background: #81bd00
}

.block-accreditations-slider .accreditations-slider,
.testimonial-slider {
	width: 100%;
	height: 8rem;
	padding: 0 4.75rem;
}

.testimonial-slider {
	height: auto;
	text-align: center;
	color: #fff;
}

.testimonial-slider .slick-track {
    display: flex !important;
    align-items: center
}

.testimonial-slider .slick-slide {
    height: inherit !important;
    max-width: 768px;
    display: block;
    margin: auto;
    padding: 30px 15px;
}

.block-accreditations-slider .accreditations-slider.hide-arrows .slick-arrow {
	display: none !important
}

.block-accreditations-slider .accreditations-slider .slick-list,
.block-accreditations-slider .accreditations-slider .slick-track,
.block-accreditations-slider .accreditations-slider .slick-slide {
	height: 8rem;
}

.block-accreditations-slider .accreditations-slider .slick-slide img {
	height: auto;
	max-height: 8rem;
	width: auto;
	padding: 1.5rem;
}

.block-accreditations-slider .accreditations-slider .slick-arrow,
.testimonial-slider .slick-arrow {
    top: 50%;
    width: 4.75rem;
}

.block-accreditations-slider .accreditations-slider .slick-arrow:after,
.testimonial-slider .slick-arrow:after {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border: .125rem solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.block-accreditations-slider .accreditations-slider .slick-arrow.slick-prev,
.testimonial-slider .slick-arrow.slick-prev {
    left: 0;
}

.block-accreditations-slider .accreditations-slider .slick-arrow.slick-prev:after,
.testimonial-slider .slick-arrow.slick-prev:after {
    border-right: none;
    border-top: none;
    margin-left: .25rem;
}

.block-accreditations-slider .accreditations-slider .slick-arrow.slick-next,
.testimonial-slider .slick-arrow.slick-next {
    right: 0;
}

.block-accreditations-slider .accreditations-slider .slick-arrow.slick-next:after,
.testimonial-slider .slick-arrow.slick-next:after {
    border-left: none;
    border-bottom: none;
    margin-right: .25rem;
}


/* Popup */

.overlay {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 150;
	display: none;
	background: #444;
	opacity: .8;
}

.popup {
	position: absolute;
	top: 3rem;
	left: 50%;
	max-width: 38rem;
	width: 100%;
	transform: translateX(-50%);
	z-index: 160;
	display: none;
}

.popup > div {
	position: relative;
	background: #fff;
	padding: 1rem;
}

.popup > div > button {
	position: absolute;
	top: -.5rem;
	right: -.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 1.5rem;
	cursor: pointer;
	padding: 0;
	background: #223365;
	color: #fff;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1rem;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.popup > div > button:hover,
.popup > div > button:focus {
	background: #A91C8E;
}

.popup img,
.popup .wp-caption {
	width: 100%;
	max-width: 100%;
	display: block;
}



/* Footer */

footer .links {
	padding: 50px 0 15px 0;
}

footer ul {
	list-style: none
}

footer ul li a {
	display: block;
    color: #97999C;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer ul li a:hover {
    color: #81bd00;
}

footer h4 {
    font-size: 1.5em;
    font-weight: 700;
}

footer hr {
	background: #81bd00;
    width: 100px;
}

footer .col-md-4 {
	text-align: center
}

footer .col-md-4:first-child {
	text-align: left;
    position: relative
}

footer .col-md-4:first-child hr {
	left: 15px;
    position: absolute;
    margin: 15px 0;
}

footer .col-md-4:last-child {
	text-align: right;
    position: relative
}

footer .col-md-4:last-child hr {
	right: 15px;
    position: absolute;
    margin: 15px 0;
}

footer a {
	color: #97999C;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer a:hover {
    color: #81bd00;
}

.text-adjust {
	margin-top: 30px;
    font-size: .875em;
    line-height: 120%
}

.copy {
	padding: 15px;
    text-align: center;
    font-size: .65em;
    color: #fff;
    background: #81bd00;
}

.copy a,.copy a:hover {
	color: #A91C8E
}

footer span {
	color: #81bd00;
}

footer .icon {
	float: none;
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    color: #81bd00;
    text-align: center;
    font-size: 2em;
    margin-top: 15px;
	width: auto;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	padding: 0 10px;
}

footer .icon:hover {
    color: #97999C;
}

.purple {
	padding: 30px 60px;
    background: #A91C8E
}

.maxWidthLeft {
	width: 540px;
    float: right;
    padding-left: 15px;
}

.maxWidthRight {
	width: 585px;
    float: left;
    padding-right: 15px;
}

.history .maxWidthLeft {
	width: 585px;
}

.purple h3 {
	color: #fff;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.purple p {
	color: #fff
}

.loading {
	background-color: #fff;
	background-image: url(../img/loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	z-index: 50;
	display: none;
	position: absolute;
}

.t_loading {
	background-color: #fff;
	background-image: url(../img/loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	z-index: 201;
	display: none;
	position: fixed;
}


.purple .loading {
	top: 50%;
	right: 50%;
	left: auto;
	margin: -20px -50px 0 0;
	transform: translate(0);
}


.wpcf7 {
	display: block;
	position: relative
	
}

.wpcf7 .con_left, #mc_embed_signup .con_left {
	padding-right: 10px
}

.wpcf7 .con_right, #mc_embed_signup .con_right {
	padding-left: 10px
}

.wpcf7-list-item {
	display: block;
	cursor: pointer;
}

.checkboxes .wpcf7-list-item {
	display: inline-block;
}

.wpcf7-list-item input {
	margin-right: 5px;
}

.wpcf7 p a {
	color: #fff !important;
	text-decoration: underline;
}

span.wpcf7-list-item-label {
	color: #fff !important;
	cursor: pointer;
}

.greyBG span.wpcf7-list-item-label,
.greyBG .wpcf7 p a,
.popup span.wpcf7-list-item-label,
.popup .wpcf7 p a {
	color: #97999c !important;
}

footer .con_right {
	margin-bottom: 5px;
}

.wpcf7 input[type=text],.wpcf7 input[type=tel],.wpcf7 input[type=email], .wpcf7 textarea, #mc_embed_signup input[type=text], #mc_embed_signup input[type=email], #mc_embed_signup textarea {
	width: 100%;
	max-width: 100%;
	border: none;
    background: #fff;
	padding: 10px;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-bottom: 15px;
	color: #97999C;
	font-weight: 400;
	font-family: 'Arimo', sans-serif;
	font-size: .875em;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 textarea, #mc_embed_signup textarea {
	height: 120px;
}

.wpcf7 select {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	width: 100%;
    border-radius: 0;
	max-width: 100%;
	border: none;
	padding: 10px;
	outline: none;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	cursor: pointer;
	background-image: url(../img/down.png);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: right;
	color: #97999C;
	font-size: .875em
}

.wpcf7 select.wpcf7-not-valid {
	background-image: url(../img/down-price.png);
	background-size: 38px 38px;
	background-repeat: no-repeat;
	background-position: right;
}

.wpcf7-not-valid {
	background: #e24747 !important;
	color: #fff !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
  color: #fff !important;
}
.wpcf7-not-valid::-moz-placeholder {
  color: #fff !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #fff !important;
}
.wpcf7-not-valid:-moz-placeholder {
  color: #fff !important;
}

.wpcf7 .screen-reader-response[role=alert] {
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #e24747;
    left:0;
	padding: .938em;
	font-size: .875em;
	z-index: 100;
	color: #fff;
	text-align: center
}

.wpcf7 input[type="submit"], #mc_embed_signup input[type=submit] {
	-webkit-appearance: none;
	border: 2px solid #81bd00;
	 -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px;
	background: #81bd00;
	color: #fff;
	padding: 5px 20px;
	display: block;
	width: 140px;
	margin: 15px 0;
	font-weight: 700;
	font-size: 1em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wpcf7 input[type="submit"]:hover, #mc_embed_signup input[type=submit]:hover {
	cursor: pointer;
	background: #fff;
	color: #81bd00;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors, .ajax-loader, .wpcf7 .screen-reader-response ul {
	display: none !important;
}

.wpcf7-response-output {
	background: transparent;
	padding: 10px;
	color: #fff;
	border-radius: 30px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #81bd00
}

.wpcf7-form-control-wrap.cv input  {
	display: none;
}

.wpcf7-form-control-wrap.cv span.wpcf7-not-valid-tip {
	left: 50%;
    position: absolute;
    transform: translateX(-50%);
	font-size: .875em;
    margin-top: -12px;
    color: #e24747;
    display: block !important
}

.sentOK {
    width: 100%;
    text-align: center;
    color: #609645;
    font-size: 1em;
    margin: 1em 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: none;
}

.testimonial {
    height: 515px;
	background: url(../img/testimonial.jpg);
    background-size: cover;
    background-position: center;
	position: relative;
}

.testimonial .over {
	background: rgba(129,189,0,.5);
}

.statement {
	padding: 0 60px;
    color: #fff;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 120%;
    text-align: center;
	text-shadow: 0 0 30px rgba(0,0,0,.75);
	max-width: 600px;
}

.greenBand {
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #81bd00;
    text-align: center;
}

.greenBand img {
    max-height: 80px;
    width: auto;
    padding: 15px 10px;
    display: inline-block;
}

.greenBand img:first-child {
	padding-left: 15px;
}

.greenBand img:last-child {
	padding-right:; 15px;
}

.purple a.green{
	position: relative;
}

.purple a.green:after {
	content: '\f105';
    font-family: FontAwesome;
    right: -34px;
    top: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    border: 2px solid #81bd00;
    text-align: center;
    line-height: 19px;
    color: #81bd00;
    font-weight: 700;
    padding-left:2px;
	transform: translateY(-50%);
}

.checkboxes {
	padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}

#mc_embed_signup .checkboxes li {
	float: left;
	padding: 10px;
}

.checkboxes .wpcf7-list-item {
	padding: 10px;
    font-size: .875em;
}

.checkboxes .wpcf7-list-item:first-child {
	padding: 10px 10px 10px 0;
}

.checkboxes input[type=checkbox] {
	cursor: pointer
}

.wpcf7 textarea {
	font-size: 1em
}

footer .wpcf7 input[type=tel] {
	font-size: 1em;
}

.page-template-page-contact-new .purpleContact .functions{
	margin-top:unset;
}
.page-template-page-contact-new .purpleContact form label{
	color:#fff;
}
.page-template-page-contact-new .purpleContact form .flex{
	display: flex;
    gap: 2rem;
    justify-content: flex-start;
    margin-bottom: 1rem;
}



@media (max-width: 1299px) {
	.greenBand {
    	text-align: center
    }
}

@media (max-width: 989px) {
	.wpcf7 .con_left, .wpcf7 .con_right, #mc_embed_signup .con_left, #mc_embed_signup .con_right {
	padding: 0
}

.wpcf7 .con_left {
	margin-bottom: 0;
}

.wpcf7 select {
	margin-bottom: 10px;
}

.history .maxWidthLeft {
	width: auto;
}

}

@media (max-width: 1199px) {
	.maxWidthLeft,.maxWidthRight {
	width: auto;
    float: none;
    padding: 0;
}

.purple {
	padding: 30px 15px;
}

.purple .loading {
	background-color: #fff;
	background-image: url(../img/loading.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	z-index: 50;
	display: none;
	position: absolute;
}

}

@media (max-width: 989px) {
	footer .col-md-4:last-child, footer .col-md-4:first-child {
	text-align: center;
    position: static
}

footer .col-md-4:last-child hr, footer .col-md-4:first-child hr {
	right: 0;
	left:0;
    position: static;
    margin: 15px auto 0;
}

.text-adjust {
	margin-top: 15px;
}

.purple a.green:after {
	display: none;
}


}


@media (max-width: 540px) {

footer .icon {
	padding: 0 5px;
}

}



/* Experiences hack */

@media (min-width: 768px) {
body.page-id-12 .col-sm-4 {
	margin-left: 33.333333%
}
}



/* History Page */

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

	body.page-template-page-history-php .h_year {
	    font-size: 4em;
	    padding: 90px 0;
	}

	body.page-template-page-history-php .h_info {
		min-height: 540px;
	}

	body.page-template-page-history-php .h_info .text {
	    padding: 40px 20px
	}

	.history ol.flex-control-nav {
		width: 100%
	}

}