/*
Theme Name: Transcend 2015
Theme URI: http://www.barques.co.uk
Author: David Elliott
Author URI: http://www.barques.co.uk
Description: A theme based on barquesbase.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Text Domain: bbase
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 barquesbase is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

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

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll !important;/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	max-width: 100vw !important;
	overflow-x: hidden;
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

div {
	  box-sizing: content-box;
	}



.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* =Global
----------------------------------------------- */
body {
  max-width: 100%;
  overflow-x: hidden;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "acumin-pro",sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font-size:1.2em;
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	padding-bottom:10px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
h1 {
	font-size:2.4em;
}
h2 {
	font-size:2.0em;
	font-weight: 100;
}
h3 {
	font-size:1.8em;

}
h4 {
	font-size:1.6em;
	color: #00AFAA;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.2em;
}
p {
	font-size:1.2em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;

}
ul {
	list-style: disc;
	font-size: 1.4em;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 800;
@}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
	font-size:1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	    font-size: 1.4em;
    font-family: "acumin-pro", arial, ans-serif;
}
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.wsite-multicol { font-size: 14px; }

/* Links */
a {
	color:#00AFAA;
	text-decoration: none;
}
.footer a {
	/*color:#FFF;
	color: #00263D;*/
}
.footer h4 a {
	text-decoration: underline;
}
a:hover {
	color: #00AFAA;
}
/*strong {
	color: rgb(1,176,170);
}*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	    margin-bottom: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	    margin-bottom: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation li:hover ul {
	display: block;
}
.main-navigation ul ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 3em;
    z-index: 99999;
    background-color: #00afab;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    padding-right: 0;
    display: none;
    margin: 0;
}
.main-navigation ul ul:before {
	width: 0;
	height: 0;
	border-bottom: 20px solid #00afab;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 180px;
	padding: 5px 0;
}
.main-navigation .sub-menu.open .current-menu-item a,
.main-navigation .sub-menu li.menu-item > a:hover {
	color: #00263D;
}
.main-navigation ul li:hover > ul {
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
.footer-navigation  {

}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-navigation li {
	float: left;
	position: relative;
}
.footer-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}


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

#page {
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 100px;
	}
	.home #page {

    padding-bottom: 10px;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.9em;

  color: #968F8F;
    text-align: center;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
#botbutton a {
  display: inline-block;
  padding: 10px;
  background-color: #00AFAA;
  color:#00AFAA;
  text-decoration: none;

}
#botbutton a:hover { background-color: #000;}


.entry-content img.size-full {

}
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
width: 48%;
text-align: left;
padding-left: 2%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width:48%;
	padding-right: 2%;
}


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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	/*display: none;*/
}


/* =Banner Image
----------------------------------------------- */

.theBanner img {
	width:100%;
	}
.theBanner {
	min-height: 100vh;
	}
.theText {

	}

#headerImage {
	    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
        min-height: 100vh;
    /* z-index: 1; */
    position: relative;
	}

.cycle-overlay {
font-family: tahoma, arial;
position: absolute;
bottom: 0;
width: 100%;
z-index: 600;
background: black;
color: white;
padding: 15px;
opacity: .5;
}
.bannerSection {
	height: 100vh;
	background-size: cover;
	  background-position: center;
	}
.bannerInner {
	width:100%;
	text-align:center;
	display:block;
	}
/* Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* FONTS
--------------------------------------------------------------------------------------------------------------------------------------------- */

.content-area  p,
.course-info p,
.availability-int p,
.entry-content p {
	    color:#00263D;
	font-size: 1.4em;
	font-family: "acumin-pro", arial, sans-serif;
	  text-align: initial;
	  font-weight: 400;
	}
.content-area #top-story p {
	color:#00AFAA;
	font-size:2em;

	}
.content-area  ul li,
.course-info  ul li,
.availability-int ul li {
	color:#00263D;
  	  font-size: 1.4em;
	font-family: "acumin-pro", arial, sans-serif;
	line-height:1.4em;
	padding-bottom:8px;
	  text-align: initial;
	}

.footer p  {
	color: #f7f7f7;
	font-size: 1.3em;
	font-family: "acumin-pro", arial, sans-serif;
	}
.footer p a  {
	color: #00afab;
	}
.footer em, .footer i  {
	color: #f7f7f7;
	font-size: 1em;
	font-family: "acumin-pro", arial, sans-serif;
	font-style:italic;
	}

.content-area h1 {
    color: #00AFAA;
    font-size: 4em;
    line-height: 1em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 700;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.content-area h1.entry-title {
 color: #00AFAA;
    font-size: 5em;
    line-height: 1em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 700;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.content-area h1.entry-title a { text-decoration: none;}
h1.pageHeader {
	font-family: "acumin-pro",sans-serif;
    padding: 50px 2% 0 2%;
}
.entry-meta {
  font-family: "acumin-pro", arial, ans-serif;
  font-size: 1.2em;

  color: #00AFAA;
  padding: 10px 0 10px 0;
}

.content-area h2 {
	color: #00AFAA;
    font-size: 3.4em;
    line-height: 1.4em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 100;
    padding-bottom: 20px;
    text-transform: uppercase;
	}
#services.content-area h2 {
	text-align:center;
	padding-top:80px;
	padding-bottom:0;
	}
.availability-int h1{
    color:#414142;
 font-size: 2.4em;
  line-height: 1.4em;
font-family: "acumin-pro", arial, ans-serif;
font-weight: 400;

padding-bottom: 20px;
	}
.availability-int h2{
    color:#414142;
 font-size: 2.4em;
  line-height: 1.4em;
font-family: "acumin-pro", arial, ans-serif;
font-weight: 400;

padding-bottom: 20px;
	}
#news.content-area .news-inner h2 {
	color:#00AFAA;
	text-align:center;
	padding-bottom:50px;
	}

#lowerBox.content-area h2 {
	  padding-top: 20px;
	padding-bottom:50px;
}
.feature-box h2 {
color: #00AFAA;
    font-size: 1.6em;
    line-height: 1em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 800;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 20px
}
.content-area .feature-box p {
    color: #00AFAA;
    font-size: 2em;
    font-family: "acumin-pro", arial, ans-serif;
    text-align: initial;
    font-weight: 400;
	text-align:center;
}
.feature-box.training h2 {
padding-top: 0px;
min-height: inherit;
}
.content-area h3 {
	color: #00AFAA;
    font-size: 2em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 400;
	}
.content-area h5,
.course-info h3 {
color: #00AFAA;
font-size: 1.6em;
font-family: "acumin-pro", arial, ans-serif;
font-weight: 400;
padding-top: 25px;

}
.content-area h4 {
	color: #00AFAA;
	font-size: 1.4em;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight:700;

	}
#secondary.content-area h3 {
  color: #00AFAA;
  font-size: 2em;
  font-family: "acumin-pro", arial, ans-serif;
  font-weight: 400;

  text-align: center;
}
	.availability-int  h4 {
	color: #363636;
	font-size: 1.4em;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight: 400;
	}
.content-area h4 a, .content-area a h4 {
	color: #00AFAA;
	font-size: 1.4em;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight:700;

	padding:10px 50px 10px 50px;
	border:1px #c4c4c4 solid;
	text-decoration:none;
	}
.availability-int h5 {
	color: #00AFAA;
	font-size: 1.2em;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight: 400;
	width: 96%;

	padding:10px 2% 10px 2%;
	border:1px #c4c4c4 solid;
	text-decoration:none;
	background-color:#00AFAA;
	float:left;
	margin-top:15px;
	}
	.availability-int h5 a,
	.availability-int h5 a:hover {
	text-decoration:none;
	color: #00AFAA;
	}

.availability-int h5:hover {
	background-color:#c4c4c4;
	}
.availability-int .course-info-col2 .download-box em p {
	font-family: "acumin-pro", arial, ans-serif;
	font-style:italic;
	color: #00AFAA;
	padding-bottom:10px;
	}
.content-area h4 a:hover, .content-area a h4:hover {
	background-color:#c4c4c4;
	}

#lowerBox.content-area h4 {
	margin-bottom:50px;
	margin-top:50px;
}
.download-box {padding-top: 3em;}
.footer h5 {
	    color: #FFFFFF;
  font-size: 1.4em;
  font-family: "acumin-pro", arial, ans-serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
	}
	.footer h6 a, .footer a h6 {
	    color: #FFFFFF;
	font-size:14px;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight:700;

	padding:10px 50px 10px 50px;
	border:1px #f7f7f7 solid;
	text-decoration:none;
	margin-top: 10px;
	display: inline-block;
	}


.menu-menus-menu-container ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li a {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
.menu-menus-menu-container ul li a {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 3%;
  display: block;
  text-decoration: none;
  background-color: #00AFAA;
  color:#00AFAA;

    border-bottom: 1px solid #9C4E89;
  text-align: center;
}
.menu-menus-menu-container ul li ul li a {
  background-color: #9C4E89;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2%;
    font-size: 0.6em;
}
.menu-menus-menu-container ul li a:hover {background-color:#9C4E89;}
.menu-menus-menu-container ul li ul li a:hover {background-color:#000;}
/* COLUMNS
--------------------------------------------------------------------------------------------------------------------------------------------- */
.one-half {
	  width: 30%;
  float: left;
  position: relative;
  margin-right: 3%;
  padding-left: 17%;
	}
.footerBox.one {
	background-position:left top;
	background-repeat:no-repeat;
	color:#00AFAA;
	  font-family: 'Raleway',
	}
.footerBox.one ul  { padding:0 0 20px 0;}
.footerBox.one ul li {
  list-style: none;
  padding: 0px 0px 5px 0px;
  margin: 0 0px 0px 0px;
  font-size: 1.1em;
  font-family: "acumin-pro", arial, ans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: block;
  color:#00AFAA;
}
.one-third {
	width:25%;
	float:left;
	}
.one-third.footerBox {
	width: 33.33%;
	padding:2%;
	float:left;
	min-height:230px;
	box-sizing: border-box;
	}

#news.content-area .news-inner{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:85px;
	}

.content-area {
	width:100%;
	clear: both;
	}
#primary.content-area, #lowerBox.content-area {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
#primary.content-area {
  max-width: 1200px;
  margin-left:initial;
  margin-right:initial;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area, .search #primary.content-area, .archive #primary.content-area {
	 margin-right: 5%;
     width: 65%;
	}

#primary.content-area.ftft.withside {
	 margin-right: 5%;
     width: 45%;
	}
#primary.content-area.withtitle, #lowerBoxtext.content-area.withtitle {
    width: 65%;
    clear: none;
    float: left;
    box-sizing: border-box;
	}
	#lowerBoxtext.content-area.withtitle {
		margin-left: 70px;
	}
#primary.content-area.withside.withtitle {
	 margin-right: 5%;
	 margin-left: 5%;
     width: 60%;
	 clear: none;
	 float: left;
	}


/*.home #primary.content-area {
    max-width: 1200px;
    margin-left: initial;
    margin-right: initial;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
	    margin-top: 30px;
    box-sizing: border-box;
}
*/
#secondary.content-area {
  /* max-width: 1200px; */
  margin-left: initial;
  margin-right: initial;
  width: 25%;
  /* float: right; */
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;

}

#secondary.content-area.ftft {
	width: 45%;
	margin-top: 120px;
	}


#lowerBox.content-area {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1200px;
    margin-bottom: 50px;
    /*background-color: #ba9778;*/
}

#lowerBox.content-area h3 {
    color: #fff;
    font-size: 6em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 400;
    line-height: 1em;
}
#lowerBox.content-area h3 strong { color:#00AFAA;}
#lower.content-area {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
.lowerInternal {
	padding-bottom:100px;
	width:100%;
	float:left;
	}
#news.content-area {
	  width: 100%;
      background-color: #999191;
  min-height: 300px;
  background-repeat:no-repeat;
  background-size:cover;
	}
	#primary.content-area .entry-content {
		margin-top: 0px;
	}
.feature-box {
       width: 30%;
    margin-right: 3%;
    margin-left: 0;
    text-align: center;
    min-width: 300px;
    background-color: #E6E6E6;
    /* background-image: url(img/panelbg.jpg); */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
	margin-bottom: 20px;
	display: inline-block;
}
.page-template-template-products .feature-box {
	min-height: 350px;
	}


.feature-boxes {
	text-align:center;
	}
.feature-box:hover {
background-color: rgb(51, 72, 101);
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative;
  animation: bounce 1s;

}

.icon-box {
    width: 90%;
    /* border-bottom: 1px solid #A26B4F; */
    margin-bottom: 0px;
    padding: 20px 5% 20px 5%;
    max-height: 180px;
    overflow: hidden;
}
.feature-box.right {
	padding-right:0%;
	}
.course-info-col1 {
float: left;
width: 48%;
}
.course-info-col2 {
float: right;
width: 48%;
}
.course-info-wrap {
	width: 100%;
padding-top: 50px;
margin-top: 0px;
padding-bottom: 50px;
background-color: #F1F1F1;
float: left;
	}

.availability-wrap {
	width: 100%;
padding-top: 50px;
padding-bottom: 50px;
background-color: #afe6d1;
float: left;
	}
.lower-columns {
	width:100%;
	float:left;
	}
.left-column {
	width:48%;
	float:left;
	}
.right-column {
	width:48%;
	float:right;
	}
/* MAIN BLOCKS
--------------------------------------------------------------------------------------------------------------------------------------------- */

.footer {
        background-color: #ebebeb;
    width: 100%;
    position: relative;
    color: #00263D;
    float: left;
    /* -webkit-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75);
    /* box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.75); */
}
.footerInt {
	  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #00263D;
	}
.footerInt p {color: #00263D;}
.footerInt .footerBox.two p:last-of-type {
	width: 120px;
}
.site-header {
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000;
}
.home .site-content.homeTop {
	height: 510px;
}
.home .site-content#lowerBox {
	height: auto;
}
.site-content {
padding: 150px 0;
margin-left: 110px;
margin-right: auto;
	}
.course-info {
padding-bottom: 50px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}
.availability-int {
padding-bottom: 50px;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}


/* HOME HEAD -------------------------------------------------------------------------
=================================================================================== */
.home #headerImage {
	padding-top: 0;
	min-height: 100vh;
	width: 100vw;
}
.home .bannerSection {
	min-height: 100vh;
}
.home .bannerSection,
.home #headerImage,
.home .bx-viewport {
	height: 100vh !important;
}
body.home {
	background: white;
}
.home header.site-header {
	height: auto;
}
.home .main-navigation a {
	color: white;
}
.home .logo {
	padding-left: 60px;
}
.logo.mob {
	display: none;
}
.home .bannerInner .bannerCenter {
	margin: 250px 0 0 110px;
}
.home .bannerInner .bannerCenter p {
	font-size: 3.5rem;
}
.home .content-area {
	padding: 0;
}


/* NEWS BLOCKS (HOME)
--------------------------------------------------------------------------------------------------------------------------------------------- */

#top-story {
	width:100%;
	float:left;
	min-height:400px;
	margin-bottom: 50px;
	}
#second-stories {
	width:100%;
	float:left;
	min-height:285px;
	margin-bottom:80px;
	}
.sub-story {
	width:49%;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}


.dateb {
  width: 100%;
  padding: 0px 0 6px 0;
  float: left;
  font-family: "acumin-pro", arial, ans-serif;
  color:#414142;
  font-size: 1.4em;

}

.main-image {
	width: 49%;
	margin-left: 1%;
	float: right;
	}
	.main-text h3 {
	color:#00AFAA;
	font-size:30px;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight: 400;

	}
.sub-story .main-text h3 {
	color: #00AFAA;
	font-size:24px;
	font-family: "acumin-pro",sans-serif;
	font-weight: 400;

	line-height: 26px;
	}
.main-text h3 a {
color:#00AFAA;
text-decoration:none;
}
.main-text h3 a:hover {
color: #00AFAA;
text-decoration:none;
}
.sub-story  .main-text h3 a {
color: #00AFAA;
text-decoration:none;
}
.sub-story  .main-text h3 a:hover {
color:#00AFAA;
text-decoration:none;
}
.sub-story .main-text {
	width:44%;
	padding:2%;
	float:left;
	border:3px solid #FFF;
	min-height: 148px;
	}

	.main-text .read-more a {
  color:#414142;
  font-size: 1.6em;
  font-family: "acumin-pro", arial, ans-serif;
  font-weight: 700;

  text-decoration: none;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #FFFFFF;
}
.main-text .read-more a:hover { border: 2px solid #000;  color: #000;}
/* FOOTER
----------------------------------------------- */




/* MAIN NAV
----------------------------------------------- */

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'acumin-pro', arial, ans-serif;
    font-size: 0.9em;
    font-size: 0.9rem;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200;
    /* border-left: 1px solid #BDDCF1; */
}
body:not(.home) .main-navigation a {
	color: #00263D;
}
body:not(.home) .main-navigation a:hover {
	color: #00afab;
}
body:not(.home) .sub-menu a {
	color: white;
}
body:not(.home) .sub-menu a:hover {
	color: #00263D;
}
/*.main-navigation .menu-item-has-children  a  {
	background-image:url(img/corner.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
*/
.main-navigation .menu-item-has-children  .sub-menu a {
	background-image:none;
	border: none;
}

.main-navigation .current-menu-item a {
		-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-navigation a:hover {
	    color: #00AFAA;
		-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation ul li ul li a {
display: block;
text-decoration: none;
color: white;
    text-transform: none;
font-family: "acumin-pro", arial, ans-serif;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.main-navigation {
       background-color: transparent;
    width: calc(100% - 330px);
    padding: 0;
    float: right;
    color: #FFFFFF;
    /* width: 100%; */
    margin-top: 52px;
    text-align: right;
    margin-bottom: 0;
}
.logo {
    max-width: 330px;
/*    width: 20%;*/
    padding: 0;
    /* float: left; */
    color: #00AFAA;
    padding-left: 60px;
    padding-top: 55px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
	vertical-align: middle;
}
.screen-reader-text {
	display:none !important;
		}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
padding-top: 0px;
    text-align: right;
}
.main-navigation li {
  float: none;
  position: relative;
  padding: 0;
  display: inline-block;
}

.loginBut, .search-submit {
	background-color: #00AFAA;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	display:inline-block;
	line-height:35px;
	width:100px;
	text-decoration:none;
	text-align:center;
	border: none;
	font-size: 14px;
font-family: "acumin-pro", arial, ans-serif;
font-weight: 700;
    width: 100%;
color: #FFF !important;

}

#topMask {
	width: 100%;
    position: absolute;
    max-height: 100%;
    z-index: 1;
    overflow: hidden;
	}
#topMask img {width:100%;}

.loginButton { float: right;
margin: 0;
padding: 0;
min-width: 30px;
max-width: 70px;
max-height: 63px;
cursor:pointer;
}
.searchButton { float: right;
margin: 0;
padding: 0 0 0 10px;
min-width: 30px;
max-width: 70px;
max-height: 63px;
cursor:pointer;
}
.loginButton  img, .searchButton  img  {
margin: 0;
padding: 0;
}
.searchForm {
	display:block;
	position:absolute;
	top:63px;
	right:0;
	max-width:345px;
	z-index:2000;

	}

.searchFormInt {
    width: 100%;
    float: left;
    /* background-image: url(img/w90.png); */
    padding: 0 0 20px 0;
}


.searchFormInt input[type=search] {
	padding: 8px;
margin-bottom: 10px;
font-family: "acumin-pro", arial, ans-serif;
font-size: 15px;
border: 1px solid #A26B4F;
    width: 100%;
clear: both;
	}

.gform_body ul, .gform_body ul li { list-style:none; padding:0; margin:0;}

.memberLogin input[type="checkbox"]:checked + label span {
    background:url(img/check_radio_sheet.png) -22px top no-repeat;
}

.footerBox ul {
	list-style:none;
	padding:0;
	margin:0;
	}
.footerBox ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
.footerBox  ul li a {
  list-style: none;
  padding: 0px 3px 1px 0px;
  margin: 0 0 0px 0;
  font-size: 1.1em;
  font-family: "acumin-pro", arial, ans-serif;
  font-weight: 400;
      color: #FFFFFF;
  text-decoration: none;
  text-transform: none;
  display: block;
}

.site-info {
	  width: 100%;
	  padding-top: 25px;
	  display: inline-block;
	  text-align: center;
	}
.footerBox ul li a:hover {
	    color: #00AFAA;
	}
.courses-image {
	position:relative;
height:100%;
width:100%;
background-position:center;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	}
.courses-menu .listCol1,
.courses-menu .listCol2 {
	width: 250px;
	float: left;
	}
.course-children .listCol1 {
	width: 44%;
	float: left;
	padding-right:2%;
	}
.course-children .listCol2 {
	width: 44%;
	float: right;
	padding-right:0%;
	}
.course-children ul {
	padding:0;
	margin:0;
	list-style:none;
	}
.course-children ul li {
	padding:0;
	margin:0;
	list-style:none;
	}
.course-children ul li a {
	padding:10px;
	width:98%;
	margin:0;
	list-style:none;
	border:1px solid #FFF;
	text-decoration:none;

	color:#505050;
	text-align:center;
	display: block;
	}
.course-children ul li a:hover,
.course-children ul li.current_page_item a  {

	margin:0;
	list-style:none;
	border:1px solid #c5c5c5;
	text-decoration:none;

	color: #00AFAA;
	text-align:center;
	}

.scrolldown { text-align:center; display:inline-block; width:100%; float: left;}



#story, .single #story, .archive article {
  width: 100%;
  display: inline-block;
      border-bottom: 1px solid #DACA7F;
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog .content-area h2,
.archive .content-area h2,
.single .content-area h1,
.search .content-area h1,
.archive .content-area h1 {
color: #00AFAA;
    font-size: 7em;
    line-height: 1em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 400;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
.cat-links, .tags-links {
    font-size: 0.9em;
}
.search .content-area p,
.archive .content-area p {
    margin-bottom: 10px;

}
.search .content-area h1, .archive .content-area h1 {
	 padding-bottom: 5px;
	}
.search h1.pageHeader, .archive h1.pageHeader {
        padding: 50px 0 30px 0;
}
.search .entry-summary, .archive .entry-summary {
    margin: 5px 0 0;
}

  .search .hentry, .archive .hentry {
    margin: 0 0 1.5em;
    border-bottom: 1px dotted #A26B4F;
}

.single.single-menus .content-area h1 {
    font-size: 7em;
}
.blog .content-area h2 a,
.archive .content-area h2 a {
color: #00AFAA;
text-decoration:none;
}
.blog .content-area h2 a:hover,
.archive .content-area h2 a:hover {
color:#00AFAA;
text-decoration:none;
}
.blog .main-image,
.single .main-image,
.archive .main-image {
width: 40%;
margin-left: 1%;
float: left;
padding-bottom: 20px;
}
.single .main-image {
  width: 100%;
  margin-left: 0;
  float: left;
  padding-bottom: 20px;
}
.single .main-image {
margin-top: 30px;
}
.main-text, .single .main-text {
  width: 98%;
  padding: 2%;
  float: left;
  min-height: inherit;
}
.single .main-text {

}
.single  #secondary.content-area {
    margin-top: 0px;
}

.single.single-rooms #secondary.content-area {
    margin-top: 50px;
    background-color: #00AFAA;
    padding: 15px;
    box-sizing: border-box;
}
.single.single-rooms #secondary.content-area h1,
.single.single-rooms #secondary.content-area h2,
.single.single-rooms #secondary.content-area h3,
.single.single-rooms #secondary.content-area h4,
.single.single-rooms #secondary.content-area h5,
.single.single-rooms #secondary.content-area h6,
.single.single-rooms #secondary.content-area p,
.single.single-rooms #secondary.content-area li,
.single.single-rooms #secondary.content-area a {
	color:#FFF;
}
.single.single-rooms #secondary.content-area h3 {
	color:#FFF;
	}

.single.single-menus #secondary.content-area {
        margin-top: 50px;
}
.blog .dateb,
.single .dateb {
	width: 100%;
    padding: 0px 0 10px 0;
    float: none;
    display: block;
    font-family: "acumin-pro", arial, ans-serif;
    font-style: normal;
    color: #00AFAA;
    font-size: 1.2em;
    text-transform: uppercase;
}
.blog  .main-text .read-more a:hover {
color: #000;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding-top:10px;
	padding-bottom:20px;
	}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    border: 0;
    margin: 3px 5px;
    margin: 2px;
    font-size: 1.6em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 400;
    color: #00AFAA;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.nav-previous, .nav-next {
	text-decoration: none;
border: 0;
padding: 20px 0 20px 0;
font-size: 12px;
font-family: "acumin-pro", arial, ans-serif;
font-weight: 700;

color: #918F8F;

}
.nav-previous a, .nav-next a { text-decoration: none; }
.gform_validation_container {display:none;}
.gform_confirmation_wrapper {
	color: #00AFAA;
	font-size: 26px;
	line-height: 35px;
	font-family: "acumin-pro", arial, ans-serif;
	font-weight: 400;

	padding-bottom: 20px;
	}

.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider.ipt_uif_heading span.ipt_uif_divider_text {
color: #A26B4F !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_text_icon {
background-color: #D6EAAE !important;
color: #000;
text-shadow: 0 0 1px #fff;
border-color: #A26B4F !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label .ipt_uif_question_required {
color: #E33B3B !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content {
border: 1px solid #ddd;
background: #FFFFFF  !important;
color: #362b36;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:before, .ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text:after {
background-color: #D6EAAE !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text .ipt_uif_text_icon {
background-color: #D6EAAE !important;
color: #000;
text-shadow: 0 0 2px #fff;
border-color: #A26B4F !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider a.ipt_uif_scroll_to_top {

color: #A26B4F !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino .ui-state-default, .ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-content .ui-state-default, .ipt_uif_common.ipt-uif-custom-cupertino .ui-widget-header .ui-state-default {
border: 1px solid #A26B4F !important;
background: #D6EAAE !important;
font-weight: bold;
color: #A26B4F !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix td, .ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_matrix th {
border-right-color: #A26B4F  !important;
border-bottom-color: #A26B4F !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_radio:checked + label:after {
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A26B4F), to(#A26B4F))  !important;
background-image: -webkit-linear-gradient(top, #A26B4F, #A26B4F)  !important;
background-image: -moz-linear-gradient(top, #A26B4F, #A26B4F)  !important;
background-image: -ms-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-image: -o-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-color: #00AFAA;
color:#00AFAA;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_divider span.ipt_uif_divider_text span.subtitle {
color: #868686 !important;
}
.ipt_uif_common.ipt-uif-custom-cupertino .ipt_uif_question .ipt_uif_question_label label.ipt_uif_question_subtitle {
color: #589B5B !important;
}

.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A26B4F), to(#A26B4F))  !important;
background-image: -webkit-linear-gradient(top, #A26B4F, #A26B4F)  !important;
background-image: -moz-linear-gradient(top, #A26B4F, #A26B4F)  !important;
background-image: -ms-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-image: -o-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-color: #A26B4F !important;
color:#00AFAA;
}
.ipt_uif_common.ipt-uif-custom-cupertino input.ipt_uif_checkbox:checked + label:after {
background-color: #A26B4F !important;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A26B4F), to(#A26B4F)) !important;
background-image: -webkit-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-image: -moz-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-image: -ms-linear-gradient(top, #A26B4F, #A26B4F) !important;
background-image: -o-linear-gradient(top, #A26B4F, #A26B4F) !important;
color:#00AFAA;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 2em;
}
.gform_wrapper span.gform_description {
    font-weight: 400;
    font-size: 1.2em;
    font-family: "acumin-pro",sans-serif;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: block;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
    line-height: 2.4em;
    vertical-align: top;
    font-size: 0.7em;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 10px !important;
  background-color: #155E9D !important;
  color: #FFF !important;
  font-size: 1.6em !important;
  text-transform: uppercase !important;
  border:0 !important;
  font-family: "acumin-pro", arial, ans-serif;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 98% !important;
}

.downloadBox {
	  width: 325px;
  height: 240px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
  /* float: left; */
  overflow: hidden;
  border: 1px solid #ccc;
	}
.downloadBoxes {
  display: inline-block;
  width: 100%;
  text-align: center;
	}
ul.downloadCats {
	  margin: 0;
  padding: 20px 0 40px 0;
  list-style: none;
  text-align:center;
	}
ul.downloadCats li {
	  margin: 0;
  padding: 0;
  list-style: none;
  display:inline-block;
	}
ul.downloadCats li a {
	margin: 0 5px 0 5px;
   padding: 10px;
     text-decoration: none;
  border: 2px solid #A26B4F;
    font-size: 1.6em;
	}
	ul.downloadCats li a:hover,
	ul.downloadCats li.current-cat a{
		background-color: #00AFAA;
		color:#00AFAA;
			}

article#post-46,
.downloadResults article  {

  display: inline-block;
  vertical-align:top;
	}
.searchBox {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
	}
.searchBox input.searchText {
	  width: 75%;
  padding: 10px;
  border: 2px solid #A26B4F;
  font-size: 1.6em;
  color: #C31111;
 display: inline-block;
   vertical-align: bottom;
	}
.searchBox input.subImage {
	width:49px;
	height:49px;
	display: inline-block;
	  vertical-align: bottom;
	}

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
/*  display: block;*/
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
    min-height: 100vh;
}
/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
   min-height: 100vh;
  margin: 0 auto 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color:#00AFAA;
    padding-top: 0;
    margin-top: -80px;
    position: relative;
    z-index: 100;
	    display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color:#00AFAA;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bannerInner .bannerCenter {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  padding: 0 0 10px 0;
  margin: 0;
  max-width: 500px;
  width: 90%;
  margin: 250px 0 0 110px;
}
	.bannerInner {
  width: 100%;
    text-align: center;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    /* position: relative; */
    /* vertical-align: middle; */
    display: table;
    height: 450px;
    text-align: left;
}
.bannerInner .bannerCenter p {
    color: #00AFAA;
    font-size: 5em;
    line-height: 60px;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
  color: white;
  font-size: 4em;
  text-transform: uppercase;
  font-weight: 100;
}
 .headerText {
    float: right;
    padding: 30px 60px 0 0;
    width: 285px;
    text-align: right;
    font-size: 3em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 400;
    box-sizing: border-box;
}
.middleText {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    width: calc(100% - 610px);
    display: inline-block;
    vertical-align: middle;
    height: 110px;
}
.middleTextBlock {
	display: inline-block;
    padding: 35px 20px 35px 22px;
    width: 30%;
    min-width: 230px;
    text-align: left;
    font-size: 1.6em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 400;
    box-sizing: border-box;
    /* height: 110px; */
    border-left: 2px solid #EAEFF3;
}
.middleTextBlock a {
	text-decoration:none;
	}
span.middleTextTitle {
    font-size: 1em;
    float: right;
    width: 100%;
    display: block;
	font-weight:800;
}

  .food-box {
    display: inline-block;
    width: 22%;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
       margin-bottom: 30px;
    vertical-align: top;
    padding: 10px;
   background-color: #c1b19d;
    background-image: url(img/panelbg.jpg);
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative;
  cursor: pointer;
}
  .food-box  h4 {
    color:#414142;
    font-size: 1em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 400;
    text-align: center;
	    padding: 0;
}
.content-area .food-box h4 a, .content-area .food-box a h4 {
    color: #00AFAA;
    font-size: 1.8em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 600;
    padding: 10px;
    border: none;
    text-decoration: none;
    display: block;
}
.content-area .food-box:hover {
	    background-color: rgb(51, 72, 101);
		-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  position: relative;
animation: bounce 1s;
	}

@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	80% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
}

.content-area .food-box h4 a:hover, .content-area .food-box a h4:hover {
    background-color:transparent;
}
.food-boxes {
    text-align: center;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    width: 94% !important;
}

.widget ul {
	list-style:none;
	padding:0;
	margin:0;
	}
.widget ul li {
	list-style:none;
	padding:0;
	margin:0;
	}
.widget ul li a {
	padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: dotted 1px #A26B4F;
    width: 100%;
    color: #00AFAA;
    text-decoration: none;
    display: block;
    font-size: 0.9em;
	}
.widget ul li a:hover {
	border-bottom: dotted 1px #FFF;
	color:#00AFAA;
	}

.widget select {
    margin: 50px;
    border: 1px solid #111;
    background: transparent;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 1.4em;
    border: 1px solid #A26B4F;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/menubg.png) no-repeat right #A26B4F;
    color:#00AFAA;
    margin: 0;
    /* -webkit-appearance: none; */
    -webkit-border-radius: 0px;
	font-family: "acumin-pro", arial, ans-serif;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  .widget select {
    background: none;
    padding: 5px;
  }
}
#map {
	height:100%;
	min-height:500px;
}
#map div.gm-style-cc {
    display: none;
}

ul.foodMenu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
ul.foodMenu  li {
    list-style: none;
	padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: dotted 1px #A26B4F;
    width: 100%;
	float: left;
}

.page-id-35 #bookatable {
    max-width: 300px;
}
.ui-content {
    border: 1px solid #fff !important;
    background-color: #fff !important;
}
.single-menus th {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    color: #00AFAA;
    padding: 0 0 5px 0;
}

.single-menus td {
    font-family: Raleway, sans-serif;
    font-size: 1.4em;
    color:#414142;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #A26B4F;
}
th.menualcvol, td.menualcvol,
th.menusizetwo, td.menusizetwo,
th.menusizeone, td.menusizeone {
    text-align: center;
}
li#menu-item-1574 a {
    color:#00AFAA;
    background-color: #00AFAA;
}
li#menu-item-1574 a:hover {
	 color: #00AFAA;
    background-color:#00AFAA;
	}
td.menutitle {
    display: table-cell;
    width: 60%;
}
.page-template-template-rooms .feature-text {
    background-color: #00AFAA;
    color: #FFF;
	padding: 10px;
}
.page-template-template-rooms  .feature-text p {color: #FFF;    font-size: 1.4em;}

.socialTop {
    float: right;
    padding-left: 30px;
}
.socialTop .one-third.socialBox {
    padding-left: 10%;
    float: right;
}

.subscribeForm {
    padding-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}
article#post-42 {
    float: left;
    width: 63%;
    box-sizing: border-box;
}
#events {
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-top: 50px;
    float: left;
    box-sizing: border-box;
    margin: 0;
    /* max-width: 300px; */
}
#events h2 {
    color: #00AFAA;
    font-size: 4em;
    line-height: 1em;
    font-family: "acumin-pro",sans-serif;
    font-weight: 400;
    margin: 0;
    /* text-transform: uppercase; */
    padding: 0 0 20px 0;
}
#secondary.content-area #events h3 {
    color: #00AFAA;
    font-size: 1.6em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 800;
    text-align: left;
}
#secondary.content-area #events h2 a {
	text-decoration:none;
	}
#secondary.content-area #events .main-text{
    width: 100%;
	box-sizing:border-box;
    padding: 10px 0 10px 0;
    float: left;
    min-height: inherit;
    border-bottom: 1px solid #DAC870;
}

.home #secondary.content-area {
    width: 33%;
    box-sizing: border-box;
}
.gform_wrapper span.ginput_product_price_label {
    margin-right: .125em;
    display: none !important;
}
.gform_wrapper span.ginput_product_price {
    display: none !important;
}

.small-thumb {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.scrolldown {
    height: 34px;
    width: 19px;
    background-image: url(img/scroll2.png);
	position:absolute;
    top:88vh ;
    left:50%;
	z-index:1000;
}
.scrolldown:before {
	content: 'SCROLL DOWN';
	display: block;
	width: 200px;
	height: 10px;
	color: #00afab;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1.4em;
}
.secondary-page-title,
.main .entry-header {
	float: left;
    font-family: "acumin-pro", arial, ans-serif;
    padding-top: 0;
    max-width: 15%;
    box-sizing: border-box;
}
.secondary-page-title h2,
.main h2,
.seniors .entry-header h2,
.entry-header h1 {
	font-size: 3.8em;
    font-weight: 100;
    color: #00afab;
    line-height: 1.2em;
	 font-family: "acumin-pro", arial, ans-serif;
	 text-transform: uppercase;
}
.single-services .main h2 {
	max-width: 270px;
}
#lowerBox.site-content {
	padding-bottom: 0;
}
#newsletter.site-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
#newsletter.site-content .newsletterText {
	max-width: 30%;
}
#newsletter.site-content .newsletterText p:first-of-type {
	width: 80px;
}
#newsletter.site-content .newsletterText p:last-of-type {
	display: block;
	float: right;
	width: auto;
	margin-right: calc(100% - 280px);
}
#lowerBox .secondary-page-title {
	max-width: 25%;
}
#lowerBox .content-area {
	max-width: 50%;
}
#signup {
	display: none;
}
.featherlight-content #signup {
	display: block;
}
.lowerBoxtext a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    border: 1px solid #000;
}
.lowerBoxtext a:hover {
	 color: #00afab;
	 border: 1px solid #00afab;
	}
#lowerBoxtext.content-area a {
    color: #00263D;
    text-decoration: none;
	padding: 5px 25px;
    display: inline-block;
    border: 1px solid #00263D;
    margin-top: 20px;
}
#lowerBoxtext.content-area a:hover {
	border: 1px solid #00afab;
	color: #00afab;
	}
.slideContainer {
	position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 245px;
	}
	.sprev, .snext {
		position:absolute;
		    top: 15vw;
		z-index:1000;
		width:65px;
		height:65px;
		background-size: cover !important;
		}

	.sprev {
		left:18vw;
		background-image:url(img/prev.png);
		}
		.sprev:hover {
		background-image:url(img/arrowPrevHover.png);
		background-repeat: no-repeat;
		background-size: cover !important;
		}
	.snext {
		right:18vw;
		background-image:url(img/next.png);
		}
	.snext:hover {
		background-image:url(img/arrowHover.png);
		background-repeat: no-repeat;
		background-size: cover !important;
		}
.sliderBox {
	width:100%;
	box-sizing:border-box;
	padding-right:70px;
	padding-left:70px;
	position: relative;
	text-align: center;
	}
	.home .sliderBoxImg:after {
		display: block;
		content: '';
		padding-bottom: 70%;
	}
	.home main {
		padding: 0 70px;
	}
	.sliderBox:hover .sliderBoxTitle {
	background: rgba(0, 37, 64, 0.8);
	}
	.sliderBox:hover .sliderBoxMore {
	background: rgba(0, 175, 171, 0.8);
	}
	.sliderBox:hover .sliderBoxMore a {
		color: #00263D;
		border-color: #00263D;
	}

.slick-center {
   /* CENTER STUFF*/
}
.sliderBox img{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    margin: auto;
}
.slick-center .sliderBox img{
	-webkit-filter:none;
	filter:none;
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.slick-slider .slick-track {
    overflow: visible !important;
}

.sliderBoxText {
    display: inline-block;
    position: absolute;
    z-index: 1001;
    bottom: -85px;
    left: 30px;
    right: 30px;
	overflow: visible;
	opacity:0;
	-o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.slick-current .sliderBoxText {
	opacity:1;
	-o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
	}
.sliderBoxTitle {
    padding: 20px;
    background-color: rgba(0, 175, 171, 0.8);
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.5em;
    height: 120px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 100;
    box-sizing: border-box;
    text-align: center;
}
.sliderBoxTitle p {
	margin: 0;
	max-width: calc(100% - 40px);
}
.sliderBoxMore {
       background-color: #0a253e;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 23px;
    box-sizing: border-box;
    height: 80px;
}
.sliderBoxMore a,
.otherBox .more a {
	text-decoration:none;
	padding: 5px 25px;
	border:1px solid #00afab;
	color:#00afab;
	min-width: 100px;
}
.sliderBoxMore a {
	min-width: 100px;
}
.sliderBoxMore a.overlay {
	border: none;
	padding: 0;
}
.sliderBoxMore a.centerChild:hover {color:#FFF; border:1px solid #FFF;}
#services.content-area {
	background-color: #0A253E;
	background-image:url(img/servicebg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom: 100px;
	padding-top: 120px;
	}
.servicesInt {
	max-width: 1500px;
    margin: auto;
	}
.serviceBox {
	width:100%;
	box-sizing:border-box;
	padding: 30px 100px 30px 100px;
	display: inline-block;
	text-align:left;
	position:relative;
	min-height: 360px;
	margin: 100px 0;
	}
.serviceImage {
	width:100%;
	max-width:300px;
	height: 100%;
	max-height: 300px;
	box-sizing:border-box;
	padding: 0 20px 0 0;
	display: inline-block;
	position:absolute;
	background-size: cover !important
	}
.serviceText {
	position: relative;
    border: 1px solid #FFF;
    box-sizing: border-box;
 	margin-left: 260px;
	margin-right: 150px;
	margin-top: 20px;
	max-width: 900px;
	cursor:pointer;
	}
.serviceBox:nth-of-type(odd) .serviceText {    margin-left: 150px; margin-right: 260px;float: right;}
.serviceBox:nth-of-type(odd) .serviceImage {
    right: 100px;
}

.serviceTextInt {
	padding: 40px 60px;
    min-height: 262px;
	box-sizing: border-box;
	}

.content-area .serviceTextInt h3 {
   	color: #00AFAA;
    font-size: 3em;
    line-height: 1.4em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 100;
    padding-bottom: 0;
    text-transform: uppercase;
}
.content-area .serviceTextInt p {
	color:#FFF;
	font-size:1.4em;
	}
.content-area .serviceTextInt a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.4em;
	text-transform: uppercase;
}
.content-area .serviceTextInt:hover a {
	color: #00AFAA;
}


.lowerFooter {
	float:left;
	width:100%;
	padding: 0px 30px 0 30px;
	box-sizing:border-box;
	}
/*LINE STUFF!************************************************************************************/

.topl, .botl, .lftl, .rgtl {
	position:absolute;
	display:block;
	background-color:#00AFAA;
	}
.topl, .botl {
	width:0%;
    overflow:hidden;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
	height:3px;
	}
.lftl, .rgtl {
	width:3px;
	height:0%;
	overflow:hidden;
    -webkit-transition: height  0.2s ease-in-out;
    -moz-transition: height  0.2s ease-in-out;
    -o-transition: height  0.2s ease-in-out;
    transition: height  0.2s ease-in-out;
	}

.topl {
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
	left:-1px;
	top:-1px;
}
.rgtl {
    -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
	right:-1px;
	top: -1px;
}
.botl {
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
	right:-1px;
	bottom:-1px;
}
.lftl {
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
	left:-1px;
	bottom:-1px;
}


.open .topl, .open .botl {
	width:100%;
}
.open .lftl, .open .rgtl {
	height:100%;
}
.open .topl {
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}
.open .rgtl {
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.open .botl {
    -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;
}
.open .lftl {
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}

/*LINE STUFF!************************************************************************************/

.newsletterBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    text-align: left;
    position: relative;
    min-height: 360px;
}
body:not(.home) .newsletterBox {
	min-height: 200px;
}
.newsletterImage {
    width: 70%;
    max-width: 1015px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    display: inline-block;
    position: absolute;
    left: 25%;
    z-index: 2;
}
.newsletterImage:after {
	content: '';
	display: block;
	padding-bottom: 70%;
}
.newsletterText {
    position: relative;
    border: 1px solid #00263D;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
    max-width: 280px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 3;
}
.newsletterText .topl,
.newsletterText .lftl,
.newsletterText .rgtl,
.newsletterText .botl {
	background-color: #FF9E16;
}
.newsletterTextInt {
    padding: 25px;
    box-sizing: border-box;
}
.newsletterText:hover {
	color: rgb(245,156,36);
}

.newsletterText p {
	font-size:1.6em;
	 font-family: "acumin-pro", arial, ans-serif;
	 margin-bottom: 0;
	 display: inline-block;
	}
	footer .newsletterText p {
		font-size: 1.3em;
	}
.newsletterText p:first-of-type {
	width: 65px;
}
	.newsletterText p:last-of-type {
		float: right;
		width: 60%;
		padding-top: 18px;
	}
.home .footer {
	margin-top: 60px;
	}
	.home main {
		margin: auto;
	}
	.home #primary.content-area.withtitle {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 50%;
	}
	.slick-dots {
		display:none !important;
		}
.arrowsMobile {
	display: none;
}


/* SECTOR SINGLE --------------------------------------------------------------
============================================================================ */

.staffMemb .rgtl {
	top: 0;
}
.staffMemb .rgtl,
.staffMemb .topl,
.staffMemb .lftl,
.staffMemb .botl {
	background: rgb(245,156,36);
}
#headerImage {
	padding-top: 150px;
	min-height: 0;
	height: 50vh;
	width: 95vw;
	z-index: 500;
	min-height: 420px;
}
.bannerSection {
	min-height: 0;
	height: 100% !important;
}
body {
	background: url(./img/headerBack.jpg)  top center / contain no-repeat;
}
header.site-header {
	height: calc(150px + 30vh);
	max-width: 1600px;
	left: 50%;
	transform: translateX(-50%);
}
.bannerInner .bannerCenter {
	margin: 100px 0 0 110px;
}
.logo {
	padding-left: calc(2.5vw + 20px);
	margin-left: 2.5vw;
}
.logo a img {
	width: 218px;
}
.bannerInner .bannerCenter h1,
.bannerInner .bannerCenter h2 {
	font-size: 3.5rem;
	text-transform: uppercase;
	color: white;
	font-weight: 100;
}
.main {
	padding: 150px 0;
	margin: 0 110px;
	box-sizing: border-box;
}
.main > div {
	box-sizing: border-box;
}
.main .entry-header {
	max-width: 25%;
	float: left;
}
.main.noText {
	padding: 100px 0 50px;
}
.main.noText .entry-header {
	max-width: 50%;
}
.single-case-studies .main .entry-header {
	max-width: 60%;
    margin-top: 30px;
    border: 1px solid #00afab;
    position: absolute;
    width: 65%;
    max-width: 1100px !important;
}
.single-case-studies .entry-side {
    float: right;
}
.main .entry-content {
	width: 50%;
	max-width: 1200px;
	float: left;
	padding: 0 40px;
}
.main .entry-side {
	max-width: 25%;
	float: left;
	width: 400px;
}
.entry-side .staffMemb {
	width: 200px;
	margin: auto;
	padding: 210px 15px 15px;
	position: relative;
	border: solid 1px rgb(245, 156, 36);
	box-sizing: border-box;
}
.staffMemb .img {
	width: 100%;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: -1;
}
.staffMemb .img:after {
	display: block;
	content: '';
	padding-bottom: 100%;
}
.entry-side {
	font-size: 1.3em;
}
.staffMemb .info {
	text-transform: uppercase;
}
.staffMemb .name {
	margin-bottom: 10px;
}
.staffMemb a {
	text-decoration: none;
}
.single-sectors .middle {
	background: url(./img/colorLargeBack.gif) center center/cover no-repeat;
}
.middle h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 34px;
	padding-bottom: 30px;
}
.middle .left,
.middle .right {
	width: 50%;
	float: left;
	color: white;
}
.middle .left:after,
.middle .right:after {
	display: block;
	content: '';
	padding-bottom: 75%;
}
.middle .experienceInner,
.middle .sub-sectorsInner {
	position: absolute;
	width: 65%;
	height: auto;
	font-size: 1.3em;
}
.experienceInner {
	padding-right: 10%;
	box-sizing: border-box;
	padding-right: 50px;
}
.sub-sectorsInner {
	border: solid 1px white;
	padding: 50px;
	box-sizing: border-box;
}
.sub-sectorsInner h2 {
	color: rgb(245,156,36);
	font-size: 1.4em;
}
.sub-sectorsInner ul {
	margin: 0 0 0 20px;
	color: rgb(245,156,36);
	font-weight: 100;
	font-size: 1.2em;
}
li span {
	color: white;
}
.main .entry-content li span {
	color: #00263D;
}
.related {
	position: relative;
	background: url('./img/largeGreyBack.gif') center center /cover no-repeat;
	padding: 150px 0;
}
.sliderBoxMain {
	background: rgba(1,176,170,0.8);
	color: white;
	text-transform: uppercase;
}
.sliderBoxMain h3 {
	color: white;
	padding: 30px 0;
	max-width: 90%;
	margin: auto;
	height: 70px;
	font-size: 1.8em;
}
.single-team .sliderBoxMain h3 {
	height: auto;
}
.sliderBoxMain .image {
	width:90%;
	margin: auto;
}
.sliderBoxMain .image:after {
	padding-bottom: 33.33%;
	display: block;
	content: '';
}
.related h2 {
	text-align: center;
}
.related .sliderBoxMore {
	width: 90%;
	margin: auto;
	height: 60px;
	max-width: 400px;
}
.related .sliderBoxMain {
	max-width: 444px;
	margin: auto;
}
.related .sliderBox.slick-current:hover .sliderBoxMain,
.related .sliderBox:not(.slick-current):hover .sliderBoxMore {
	background: #0a253e;
}
.related .sliderBox:not(.slick-current):hover .sliderBoxMore a {
	color: #00afab;
	border: 1px solid #00afab;
}
.related .sliderBox:not(.slick-current) > div {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.related .sprev,
.related .snext,
.sectors .sprev,
.sectors .snext {
	top: 55%;
}
.sectors .sprev {
	left: 18%;
}
.sectors .snext {
	right: 18%;
}
.related .snext {
	right: 34vw;
}
.related .sprev {
	left: 34vw;
}
.content-area {
	padding: 150px 0;
}
.content-area h2 {
	text-align: center;
	padding-bottom: 150px;
}
.single-sectors .related h2 {
	margin-bottom: 0;
}
.sectors {
	margin: 0 110px;
	width: auto;
	position: relative;
}
.sectors .otherBox {
	float: left;
	max-width: calc(33.33% - 60px);
	width: 100%;
	padding: 0 50px;
}
.single-services .sectors .otherBoxes {
	text-align: center;
}
.single-services .sectors .otherBox {
	max-width: calc(40% - 60px);
	display: inline-block;
	float: none;
}
.single-services .middle {
	background: url('./img/largeBackGreen.gif') center center /cover no-repeat;
}
.single-services ul {
	color: rgb(245,156,36);
	margin-left: 15px;
}
.single-services .listInner {
	color: #00263D;
}
.single-services a .listInner {
	color: #00afab;
}
.otherBox .image {
	position: relative;
}
.otherBox .image:after {
	padding-bottom: 70%;
	content: '';
	display: block;
}
.otherBox .title {
	background: rgba(1,176,170,0.8);
	position: absolute;
	bottom: 0;
	color: white;
	width: 90%;
	height: 120px;
	text-align: center;
}
.otherBox h3 {
	color: white;
	text-transform: uppercase;
	width: 70%;
}
.otherBox .more {
	background: rgb(17,38,60);
	width: 90%;
	margin: auto;
	height: 65px;
	text-transform: uppercase;
}
.otherBox:hover .title {
	background: rgba(17,38,60,0.8);
}
.otherBox:hover .more {
	background: rgb(1,176,170);
}
.otherBox:hover .more a {
	color: rgb(17,38,60);
	border: 1px solid rgb(17,38,60);
}
footer .newsletterText {
	margin-top: 0;
}


/* SECTOR SINGLE --------------------------------------------------------------
============================================================================ */

.single-services .middle, {
	background: url('./img/largeBackGreen.gif') center center /cover no-repeat;
}
.single-services .middle h2,
.single-services .middle h3 {
	color: #00263D;
	text-transform: uppercase;
}
.middle .middleBoxes {
margin: 0 110px;
padding: 0 110px;
}
body.single-services .middle .middleBoxes {
	padding: 0;
	margin: auto;
}
.middle .middleBoxes .middleBox:after {
	padding-bottom: 85%;
	display: block;
	content: '';
}
.middleBoxes .middleBox {
	display: inline-block;
	max-width: calc(33% - 40px);
	width: 100%;
	margin: 20px;
	border: 1px solid white;
	position: relative;
	box-sizing: border-box;
}
.postid-143 .middle .middleBoxes,
.postid-144 .middle .middleBoxes {
	margin: 20px;
}
.postid-143 .middleBoxes .middleBox {
	max-width: calc(25% - 42px);
}
.middleBox .middleBoxInner {
	box-sizing: border-box;
	padding: 40px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.middleBoxes .middleBox p {
	color: white;
	font-size: 1.6em;
}


/* TEAM LANDING --------------------------------------------------------------
============================================================================ */

.main .directors {
	clear: both;
	margin-top: 180px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 50px 0;
}
.post-type-archive-team .middle {
	padding: 150px 110px;
	background-color: rgb(0,174,171);
	background-image: url('./img/largeBackGreen.gif');
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.team {
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	margin: 0 4%;
	position: relative;
}
.team.director {
	display: table-cell;
	max-width: 25%;
	border: solid 1px rgb(1,176,170);
}
.team.senior .topl,
.team.senior .lftl,
.team.senior .rgtl,
.team.senior .botl {
	background: rgb(245, 156, 36);
}
.team.senior {
	border: solid 1px #00afab;
	margin: 0;
	z-index: 10;
	box-sizing: border-box;
}
.team.senior .more {
	width: 60%;
	position: absolute;
	height: 50px;
	bottom: -50px;
	right: -1px;
	background: #00afab;
	transition: ease-out all 200ms;
}
.teamInner {
	box-sizing: border-box;
}
.director .teamInner {
	padding: 70% 2vw 2vw;
}
.senior .teamInner {
	padding: 40px;
}
.team.director .image,
.seniorWrap .image {
	position: absolute;
	width: 60%;
	right: -15px;
	top: -25px;
}
.team.director .image {
	z-index: -1;
}
.seniorWrap .image {
	width: 30%;
}
.seniorWrap {
	max-width: 45%;
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 100px 20px;
	box-sizing: border-box;
}
.seniorWrap:nth-of-type(even){
	float: right;
}
.seniorWrap:nth-of-type(odd) {
	float: left;
}
.seniors div:nth-of-type(2) {
	margin-top: 0;
}
.team.director .image:after,
.seniorWrap .image:after {
	padding-bottom: 125%;
	display: block;
	content: '';
}
.team.director .more {
	background: rgb(1,176,170);
	position: absolute;
	width: calc(100% + 2px);
	height: 70px;
	left: -1px;
	bottom: -50px;
	text-transform: uppercase;
	transition: all 200ms ease-out;
}
.team.senior:hover .more {
	background: rgb(245,156,36);
}
.team.senior:hover .more a {
	color: white;
}
.team .more a {
	font-size: 1rem;
	display: block;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	transition: ease-out 200ms all;
}
.team .info,
.team .info p {
	font-size: 1rem;
}
.team.senior .info {
	max-width: 70%;
}
.team.senior .info a {
	color: #00afab;
}
.team.senior:hover .info a {
	color: rgb(245,156,36);
}
.team .info .role {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}
.team .info a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.team.director p {
	font-size: 1rem;
}
.seniors .entry-header {
	float: left;
	width: 50%;
	margin-bottom: 100px;
}



/* SINGLE TEAM ----------------------------------------------------------------
============================================================================ */

.single-team .flexWrap {
	display: flex;
	flex-direction: row;
}
.single-team .wrap {
	position: relative;
	width: 70vw;
}
.single-team .side {
	width: 30vw;
	background: #e3e3e3;
	position: relative;
	box-sizing: border-box;
}
.single-team .sideInner {
	padding: 180px 40px 0;
	max-width: 480px;
	margin-right: auto;
	position: relative;
}
.single-team .side:before {
	content: '';
	position: absolute;
	height: 250px;
	top: -250px;
	background: #e3e3e3;
	width: 100%;
}
.side .sprev,
.side .snext {
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	left: 50%;
}
.side .sprev {
	top: 65px;
	bottom: auto;
}
.side .snext {
	top: 1150px;
	bottom: auto;
}
.single-team .main {
	width: 100%;
	margin: 0;
}
.single-team .slick-slider .slick-list {
	overflow: hidden !important;
}
.single-team .sliderBox > div {
	background: transparent;
}
.single-team .sliderBox:hover > div {
	background: transparent;
}
.single-team .sliderBox {
	padding: 45px 30px;
	max-width: 100%;
}
.single-team .sliderBoxMain {
	position: relative;
	padding-top: 0;
}
.single-team .sliderBoxMain .text {
	border: 1px solid rgb(17,38,60);
	box-sizing: border-box;
	padding: 40px 0 30px 34%;
	text-align: left;
	transform: translate3d(0,0,1px);
	height: 140px;
}
.single-team .slick-slide {
	height: 230px !important;
}
.single-team .slick-list {
	box-sizing: border-box;
}
.single-team .sliderBoxMain h3 {
	padding-bottom: 10px;
	color: white;
	font-size: 0.9rem;
	max-width: none;
	padding-top: 0px;
}
.single-team .sliderBoxMain h4 {
	font-size: 0.9rem;
}
.single-team .sliderBoxMain .image {
	width: 28%;
	position: absolute;
	left: -10px;
	top: -10px;
	margin: 0;
	height: auto;
}
.single-team .sliderBoxMain .image:after {
	display: block;
	content: '';
	padding-bottom: 120%;
}
.single-team .main {
	padding: 150px 50px 150px 110px;
}
.single-team .main,
.single-team .middleInner {
	max-width: 1120px;
	margin-left: auto;
}
.single-team .main .entry-content {
	width: 100%;
	float: none;
	clear: both;
}
.entry-header .quals {
	color: #00afab;
	font-size: 0.9rem;
	font-weight: 100;
}
.entry-header .role,
.entry-header .secondaryRole {
	color: #00263D;
	font-size: 0.9rem;
	font-weight: 600;
	margin-top: 15px;
	text-transform: uppercase;
}
.entry-header .secondaryRole {
	font-weight: 100;
	margin-top: 0;
}
.single-team .entry-content {
	padding: 0;
}
.single-team .entry-header-side {
	float: right;
	width: 55%;
	font-size: 1rem;
	position: relative;
	margin-bottom: 150px;
}
.entry-header-side .bold,
.middle .bold {
	font-weight: 600;
	margin-right: 10px;
}
.entry-header-side .image {
	width: 25%;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: -1;
}
.entry-header-side .image:after {
	display: block;
	content: '';
	padding-bottom: 120%;
}
.entry-header-side .text {
	border: 1px solid rgb(245,156,36);
	padding: 60px 25% 60px 20px;
	z-index: 200;
}
.single-team .entry-header-side .text {
	padding-right: 32%;
}
.single-team .entry-header-side .image {
	width: 30%;
	max-width: 170px;
}
.single-team .middle {
	font-size: 1.2em;
	color: white;
	background: url('./img/largeBackGreen.gif') center center /cover no-repeat;
}
.single-team .middleInner {
	padding: 150px 110px;
	box-sizing: border-box;
}
.single-team .middle p {
	color: white;
}
.single-team .middle ul {
	margin-left: 20px;
}
.single-team .topl,
.single-team .lftl,
.single-team .rgtl,
.single-team .botl {
	background: rgb(245,156,36);
	transform: translate3d(0,0,5px);
	z-index: 500;
}
.single-team .sliderBox:not(.active) .image {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.sliderBox.active .text {
	border: 1px solid rgb(245,156,36);
}
.single-team .sliderBox:not(.active) h3 {
	color: white;
}
.single-team .sliderBox:not(.active) h4 {
	color: #00263D;
}
.single-team .sliderBox:not(.active):hover .image {
	-webkit-filter: none;
	filter: none;
	-webkit-filter: unset;
	filter: unset;
}
.single-team .sliderBox:not(.active):hover h3 {
	color: #00263D;
}
.single-team .sliderBox:not(.active):hover h4 {
	color: #00afab;
}



/* CREDENTIALS LANDING --------------------------------------------------------
============================================================================ */

.filter .title {
	color: #00afab;
	text-transform: uppercase;
	font-size: 1.5em;
}
.filter select,
.filterArea select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 8px 44px 8px 20px;
	background: transparent;
	border: 1px solid rgb(245,156,36);
	text-transform: uppercase;
	background: url('./img/selectArrow.png') no-repeat;
	background-size: auto 30%;
	background-position: 95% 12px;
	margin: 10px 0;
}
.filter select#sectorFilter {
	margin-right: 20px;
}
.post-type-archive-case-studies .entry-content {
	float: right;
	width: auto;
	margin-top: 0;
}

.post-type-archive-case-studies .credentials {
	padding: 0 110px 150px;
}
.credentials .credential {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 40px 30px;
	box-sizing: border-box;
}
.credential .top {
	height: auto;
	text-align: center;
	background: #ebebeb;
}
.credentials .title {
	text-transform: uppercase;
	max-width: 90%;
	margin: auto;
	height: 70px;
	padding: 30px 0;
}
.credentials .title h3 {
	padding-bottom: 0;
	width: 100%;
}
.credential .image {
	width: 90%;
	margin: auto;
}
.credential .image:after {
	display: block;
	content: '';
	padding-bottom: 33.33%;
}
.credential .more {
	background: #00afab;
	max-width: 90%;
	margin: auto;
	height: 60px;
}
.credential .more a:last-of-type {
	color: white;
	text-decoration: none;
	border: 1px solid white;
	display: block;
	font-size: 1em;
	text-align: center;
	width: auto;
	min-width: 80px;
	padding: 5px 25px;
	text-transform: uppercase;
}
.credential:hover .more {
	background: #ebebeb;
}
.credential:hover .more a {
	color: #00263D;
	border: 1px solid #00263D;
}
.credential:hover .top {
	background: #00afab;
}
.credential:hover .title {
	color: white;
}


/* CASE STUDIES SINGLE + PAGE.PHP --------------------------------------------------------------
============================================================================ */

.page ul {
	color: rgb(245,156,36);
	margin-left: 25px;
}
.page ul.bxslider {
	margin-left: 0;
}
.page .listInner {
	color: #00263D;
}
.page a .listInner {
	color: #00afab;
}

.single-case-studies .middle .image,
.page .middle .image {
	width: 40%;
	min-width: 150px;
	margin-bottom: 30px;
}
.single-case-studies .middle .image:after,
.page .middle .image:after {
	display: block;
	content: '';
	padding-bottom: 40%;
}
.single-case-studies .middle,
.page .middle,
.single-post .middle {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 1.2em;
	padding-bottom: 150px;
	width: calc(85vw - 200px);
}
.single-post .entry-header {
	margin-top: 30px;
	border: 1px solid #00afab;
	position: absolute;
	width: 65%;
	max-width: 1100px !important;
}
.single-post .entry-header h1 {
	position: absolute;
	padding: 0 50px;
	top: 50%;
	transform: translateY(-50%);
}
.single-post .entry-header:after {
	display: block;
	content: '';
	padding-bottom: 15%;
}
.single-post .entry-side {
	float: right;
}
.single-post .entry-side .image:after {
	content: '';
	padding-bottom: 70%;
	display: block;
}
.single-post .entry-header h1 {
	position: absolute;
	padding: 0 50px;
	top: 50%;
	transform: translateY(-50%);
}
.single-post .entry-header:after {
	display: block;
	content: '';
	padding-bottom: 15%;
}
.single-post .entry-side .image:after {
	content: '';
	padding-bottom: 70%;
	display: block;
}
/* start */
.single-case-studies .entry-header {
	margin-top: 30px;
	border: 1px solid #00afab;
	position: absolute;
	width: 65%;
	max-width: 1100px !important;
}

.single-case-studies .entry-header h1 {
	position: absolute;
	padding: 0 50px;
	top: 50%;
	transform: translateY(-50%);
}
.single-case-studies .entry-header:after {
	display: block;
	content: '';
	padding-bottom: 15%;
}
.single-case-studies .entry-side {
	float: right;
}
.single-case-studies .entry-side .image:after {
	content: '';
	padding-bottom: 70%;
	display: block;
}
/* finish */
.single-post .shareBox {
	position: absolute;
	right:0;
}
.single-post .shareBox div {
	display: inline-block;
	margin: 0 10px;
}
.single-post .shareBox a {
	color: #00afab;
	font-size: 1.5em;
}
.single-post .shareBox a:hover {
	color: rgb(245,156,36);
}
.single-post .shareBox .twitter {
	margin-left: 20px;
}
.backButton {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 100px;
	height: 50px;
}
.backBox:hover .arrowBack {
	background: url('./img/arrowPrevHover.png') center center /contain no-repeat;
}
.backBox:hover a {
	color: rgb(245,156,36);
}
.backButton .arrowBack {
	height: 50px;
	width: 50px;
	background: url('./img/prev.png') center center /contain no-repeat;
	display: inline-block;
}
.backButton .arrowBack:hover {
	background-image: url(img/arrowPrevHover.png);
	background-repeat: no-repeat;
	background-size: cover !important;
}
.backButton .arrowText {
	left: 75px;
}
.backButton a {
	color: #00263D;
}



/* CONTACT PAGE ---------------------------------------------------------------
============================================================================ */

.page-id-47 .main {
	padding-bottom: 100px;
}
.location {
	position: relative;
    margin-bottom: 60px;
}
.location .text {
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;

	width: 55%;
	padding: 50px 0;
	position: absolute;
	box-sizing: border-box;
}
.location .text .inner {
	max-width: 300px;
	margin: auto;
	font-size: 1rem;
}
.location .text .inner a {
	text-decoration: none;
	color: rgb(245,156,36);
}
.location .topl,
.location .botl,
.location .lftl,
.location .rgtl {
	background: rgb(245,156,36);
}
.location .map {
	width: 50%;
	position: relative;
}
.location .map:after {
	padding-bottom: 100%;
	display: block;
	content: '';
}
.location .map iframe {
	width: 100%;
	position: absolute;
	height: 100%;
}
.location h3.title {
	font-size: 0.9rem;
	color: rgb(245,156,36);
	font-weight: 600;
	text-transform: uppercase;
}
.location .address {
	padding-bottom: 15px;
}

/* Left */
.entry-content.location_container .location:nth-child(odd) {
	width: 100%;
}

.entry-content.location_container .location:nth-child(odd) .map {
	float: right;
}

/* Right */
.entry-content.location_container .location:nth-child(even) .text {
	right: 0;
}

/* Last Item */
.entry-content.location_container .location:last-of-type {
	margin-bottom: 0;
}

.single-case-studies .content-area h2 {
	padding-bottom: 50px;
}
.filterArea {
	text-align: center;
	margin-bottom: 80px;
}
.filterArea h3 {
	text-transform: uppercase;
	color: #00263D;
	font-size: 1rem;
}
.filterArea select {
	border-color: #00263D;
	width: 265px;
	margin: 0 30px;
}
.filterArea select.selected {
	border: solid 1px rgb(245,156,36);
	font-weight: bold;
}

/* OTHER MISC -----------------------------------------------------------------
============================================================================ */
.clear {
	width: 100%;
	clear: both;
}
body.single-sectors .menu-item-243 > a,
body.single-services .menu-item-244 > a,
body.post-type-archive-team .menu-item-52 > a,
body.single-team .menu-item-52 > a,
body.single-case-studies .menu-item-178 > a,
body.page-id-44 .menu-item-50 > a,
body.post-type-archive-case-studies .menu-item-178 > a,
body.page-id-42 .menu-item-51 > a,
body.page-id-47 .menu-item-49 > a {
	color: rgb(1,176,170);
}
body:not(.home) {
	overflow: scroll !important;
	overflow-x: hidden !important;
}
.sectors .sprev,
.sectors .snext {
	display: none;
}
.breakTab {
	display: none;
}


/* SOCIAL =================================
=========================================== */
.social {
  width: 50px;
  margin-left: auto;
  position:fixed;
  height: 120px;
  z-index: 3000;
  right: 0;
  top: 30vh;
}
.social div {
  height: 0;
  width: 0;
  position:absolute;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
}
.social div .inner {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	height: 35px;
	width: 35px;
	text-align: center;
}
.social a {
	color: white !important;
}
.social .two .inner {
	right: 14px;
	left: auto;
}
.social .one {
  border-right: solid 50px rgb(22,161,152);
  border-top: dotted 40px transparent;
  border-bottom: dotted 40px transparent;
}
.social .two {
  border-left: solid 50px rgb(99,203,197);
  border-top: dotted 40px transparent;
  border-bottom: dotted 40px transparent;
  top: 40px;
}
.social .three {
  border-right: solid 50px rgb(56,184,177);
  border-top: dotted 40px transparent;
  border-bottom: dotted 40px transparent;
  top: 80px
}
.social .one:hover,
.social .three:hover {
	border-right-color: rgb(245,156,36);
}
.social .two:hover {
	border-left-color: rgb(245,156,36);
}

/* NEWS SECTION ------------------------------------------
------------------------------------------------------- */
.newsWrap {
	padding: 0 110px;
	max-width: 100%;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.newsItem {
	/*-webkit-flex: 1 0 0;*/
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(33.33% - 50px);
	flex: 1 0 calc(33.33% - 50px);
}
.newsWrap.pagination {
	font-size: 1.5em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.newsWrap.pagination .page-numbers {
	position: relative;
    display: inline-block;
    padding: 0 6px;
    /*margin: 0 8px;*/
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.newsWrap > div:first-of-type {
	-webkit-box-flex: 3;
      -ms-flex: 3 3 100%;
          flex: 3 3 100%;
}
.newsItem .top {
	background: #00afab;
	padding-top: 5%;
	position: relative;
}
.newsItem .top:after {
	padding-bottom: 50%;
	content: '';
	display: block;
}
.newsItem .top .image {
	position: absolute;
	height: 100%;
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.newsItem .top .image:after {
	content: '';
	display: block;
	padding-bottom: 70%;
}
.newsItem .bottom {
	background: #ebebeb;
	padding: 50px 30px 30px;
	height: auto;
}
.newsWrap .newsItem {
	float: left;
	max-width: calc(33.33% - 50px);
	margin: 0 25px 50px;
	box-sizing: border-box;
	background: #ebebeb;
}
.newsItem h3 {
	text-transform: uppercase;
	color: #00afab;
	font-weight: 200;
	font-size: 2em;
	padding-bottom: 0;
}
.newsItem .date {
	color: #00263D;
	font-style: italic;
	font-size: 1.4em;
	margin-bottom: 20px;
	font-weight: 500;
}
.newsItem .content {
	font-size: 1.1em;
}
.newsItem .more {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 1.6em;
}

/* MOBILE STUFF ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 2000px) {
	.related .snext {
		right: 28vw;
	}
	.related .sprev {
		left: 28vw;
	}
}
@media screen and (max-width: 1600px){
	.sliderBoxMore {
		height: 60px;
	}
	.sliderBoxMain h3 {
		font-size: 1.8em;
		height: 52px;
		padding: 40px 0;
	}
}
@media screen and (max-width: 1400px) {
	.postid-144 .middle .middleBoxes .middleBox:after {
		padding-bottom: 80%;
	}
	.related .snext {
		right: 22vw;
	}
	.related .sprev {
		left: 22vw;
	}
}
@media screen and (max-width: 1350px) {
	.main-navigation a {
	    font-size: 0.8em;
	    font-size: 0.8rem;
	    padding-left: 6px;
	    padding-right: 6px;
	}
	.postid-144 .middle .middleBoxes .middleBox:after {
		padding-bottom: 110%;
	}
	.postid-143 .middle .middleBoxes .middleBox:after {
		padding-bottom: 95%;
	}
	.newsletterImage {
		max-width: 800px;
		right: 110px;
		left: auto;
	}
	#newsletter.site-content .newsletterText p:last-of-type {
		margin-right: calc(100% - 260px);
	}
	.sectors .otherBox {
		padding: 0 100px;
	}
	.sectors {
		margin: 0;
	}
	.sectors .sprev,
	.sectors .snext {
		display: block;
	}
	.single-sectors .middle {
		height: 550px;
	}
	.middle .left, .middle .right {
		height: 100%;
	}
	.secondary-page-title h2,
	.main h2,
	.seniors .entry-header h2,
	.entry-header h1 {
		font-size: 3em;
	}
	.home .site-content.homeTop {
		height: 200px;
	}
	.home #primary.content-area.withtitle {
		width: 60%;
	}
}

@media screen and (max-width: 1200px) {
	.postid-144 .middleBoxes .middleBox {
		max-width: calc(50% - 80px);
	}
	.postid-144 .middle .middleBoxes .middleBox:after {
		padding-bottom: 50%;
	}
	.postid-143 .middle .middleBoxes .middleBox:after {
		padding-bottom: 135%;
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 90%;
	}
	.related .snext {
		right: 18vw;
	}
	.related .sprev {
		left: 18vw;
	}
	.newsletterImage {
		right: 0;
	}
	.post-type-archive-case-studies .credentials {
		padding-left: 60px;
		padding-right: 60px;
	}
	.bannerInner .bannerCenter {
		margin-left: 3%;
	}
.site-content {
    margin-left: 3%;
    margin-right: 3%;
}
#primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area {
    margin-right: 5%;
    width: 50%;
}

#secondary.content-area {
    width: 44%;
}
.main-navigation ul {
    padding-right: 30px;
}

.sliderBoxTitle {
    padding: 10px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.6em;
}
.sliderBoxMore {
    font-size: 1.2em;
	    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	    padding: 25px;
}
.sprev, .snext {

    top: 25%;
	}
	.snext {
		right: 16%;
	}
	.sprev {
		left: 16%;
	}
}

/* NEWS ITEM FIRST OF TYPES ------------------------------
------------------------------------------------------- */
@media screen and (min-width: 1101px){
	.newsWrap > div:first-of-type {
		float: none;
		width: 100%;
		position: relative;
		max-width: none;
	}
	.newsWrap > div:first-of-type:after {
		display: block;
		content: '';
		padding-bottom: 30%;
	}
	.newsWrap > div:first-of-type .top {
		width: calc(33% - 25px);
		box-sizing: border-box;
		display: inline-block;
		height: 100%;
		position: absolute;
		padding: 20px 0 20px 20px;
	}
	.newsWrap > div:first-of-type .top .image {
		width: 120%;
		left: 20px;
		z-index: 200;
		height: 90%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.newsWrap > div:first-of-type .top .image:after,
	.newsWrap > div:first-of-type .top a:after {
		display: none;
	}
	.newsWrap > div:first-of-type .bottom {
		float: right;
		max-width: calc(67% - 25px);
		box-sizing: border-box;
		height: 100%;
		position: absolute;
		right: 25px;
		padding-left: 13%;
		padding-right: 8%;
		padding: 40px 40px 40px 13%;
	}
}
@media screen and (max-width: 1100px) {
	.newsItem .bottom {
		height: auto;
	}
	.newsWrap {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	}
	.newsWrap > div:first-of-type,
	.newsItem {
		-webkit-flex: 1 0 40%;
	}
	.newsItem .bottom {
		box-sizing: border-box;
	}
	.newsWrap .newsItem {
		max-width: calc(50% - 50px);
	}

	.main-navigation ul {
	    padding-right: 5px;
	}
	.lowerFooter {
		padding: 0 2%;
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 50%;
	}
	.breakTab {
		display: block;
	}
	.newsletterText p:first-of-type {
		padding-top: 5px;
	}
	.newsletterTextInt {
		padding: 20px;
	}
	.postid-143 .middleBox .middleBoxInner {
		padding: 20px;
	}
	.post-type-archive-case-studies .credentials,
	.newsWrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*========== SERVICE SINGLE ==========*/
	.middleBoxes .middleBox {
		max-width: calc(49% - 40px);
	}

	.single-sectors .middle {
		height: 650px;
	}
	/*==================== TEAM LANDING ====================*/
	.middle .seniors {
		margin: 0;
	}
	.main {
		margin-left: 5vw;
		margin-right: 5vw;
	}
	/*==================== SINGLE PAGE ====================*/
	.single-case-studies .middle,
	.page .middle {
		max-width: 90vw;
	}
	.home .footer {
		padding-top: 100px;
		margin-top: -100px;
	}

	.scrolldown {
		display:none !important;
		background-position: 0 !important;
		}
	.serviceText {
    position: relative;
    border: 1px solid #FFF;
    box-sizing: border-box;
    margin-left: 260px;
    margin-right: 0px;
    margin-top: 20px;
    max-width: inherit;
    cursor: pointer;
}

.serviceBox:nth-of-type(odd) .serviceText {
    margin-left: 0px;
    margin-right: 260px;
    float: right;
}
.serviceTextInt {
    padding: 40px 60px 40px 60px;
    min-height: 262px;
    box-sizing: border-box;
}
	.middleTextBlock {
    text-align: center;
	}
	.middleText {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: initial;
    text-align: center;
}
#second-stories {
width: 94%;
float: left;
min-height: 285px;
margin-bottom: 80px;
margin-left: 3%;
margin-right: 3%;
}
.headerText {
    float: left;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-family: "acumin-pro", arial, ans-serif;
    font-weight: 600;
    box-sizing: border-box;
}
#main {
    display: block;
    text-align: center;
}
.one-third.footerBox {
width: 96%;
padding: 2%;
float: left;
min-height: inherit;
}
.one-third.footerBox.one, .one-third.footerBox.two, .one-third.footerBox.three {
border-right:0;
}
.one-third.footerBox.four {
border-left: 0;
}
	.main-image {
width: 94%;
margin-left: 3%;
margin-right: 3%;
float: left;
padding:1px;
}
.sub-story .main-image {
width: 38%;
margin-left: 0%;
margin-right: 2%;
float: left;
padding: 1px;
}

#news.content-area .news-inner {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
}
#lowerBox.content-area {
padding-top: 50px;
padding-bottom: 50px;
max-width: 770px;
padding-left: 3%;
padding-right: 3%;
width: 94%;
}
#lowerBox.content-area h2 {
padding-top: 0px;
padding-bottom: 50px;
}
.sub-story {
width: 100%;
}

.main-image img {
height: auto;
width: 100%;
}

.main-text  {
width: 90%;
padding: 2%;
float: left;

min-height: inherit;
margin: 0 3% 20px 3%;
}
.sub-story .main-text {
width: 55%;
padding: 1%;
float: left;
border: 0px solid #FFF;
min-height: inherit;
margin: 0 2% 20px 0%;
}
#top-story {
width: 100%;
float: left;
min-height: inherit;
margin-bottom: 20px;
}

	.feature-box {
width: 41%;
padding-right: 4%;
padding-left: 4%;
padding-top: 4%;
text-align: center;
min-width: inherit;
display: inline-block;
padding-bottom: 20px;
}
.left, .right {
float: none;
display: inline-block;
}
.icon-box {
width: 90%;
margin-bottom: 20px;
padding: 0px 5% 20px 5%;
}
.socialTop {
    float: right;
    padding-left: 0;
    max-width: 80px;
}
.content-area h1 {
    font-size: 5em;
}
.course-children .listCol1,
.course-children .listCol2 {
width: 94%;
float: none;
padding-right: 2%;
display: inline-block;
}

.featureBoxes {
	display: block;
text-align: center;
	}


.blog #story,
.single #story {
width: 100%;
display: inline-block;
border-bottom: 1px solid #A26B4F;
margin-bottom: 20px;
}
.blog .content-area h2 a {
color: #00AFAA;
text-decoration:none;
}
.blog .content-area h2 a:hover {
color:#00AFAA;
text-decoration:none;
}
.blog .main-image,
.single .main-image {
margin: 0;
  padding-bottom: 20px;
}

.blog .main-text,
.single .main-text {
/*width: 44%;*/
width: 90%;
padding: 2%;
float: left;
min-height: inherit;
text-align: left;
}
.blog  .main-text .read-more a:hover {
color:#00AFAA;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi {
	padding-top:10px;
	padding-bottom:20px;
	}

}

@media screen and (max-width: 1000px) {
	.single-post .entry-header {
		width: 75%;
	}
.main-navigation a,
.main-navigation li a:hover {
	color: #00263D;
}
	.mobSoc {
		text-align: center;
		margin-bottom: 50px;
	}
	.mobSoc > div {
		display: inline-block;
		margin: 0 10px;
	}
	.mobSoc div a {
		color: white;
		font-size: 2.4em;
	}
	.social {
		display: none;
	}
	.logo.mob {
		margin-left: 0;
	}
	.experienceInner {
		padding-right: 0;
	}
	.middle .experienceInner,
	.middle .sub-sectorsInner {
		width: 80%;
	}
	.single-team .entry-header-side .text {
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
	.single-team .main,
	.single-team .middle {
		padding: 100px 5vw;
	}
	html.menuOpen {
		overflow: hidden !important;
		height: 100vh;
	}
	html.menuOpen body,
	html.menuOpen #page,
	html.menuOpen #skrollr-body {
		height: 100vh;
		overflow: hidden !important;
	}
	html.menuOpen header {
		overflow: scroll !important;
		height: 100vh !important;
	}
	.bannerInner .bannerCenter h1,
	.bannerInner .bannerCenter h2,
	.home .bannerInner .bannerCenter p {
		font-size: 3rem;
	}
	.postid-144 .middle .middleBoxes .middleBox:after {
		padding-bottom: 70%;
	}
	.postid-143 .middle .middleBoxes .middleBox:after {
		padding-bottom: 50%;
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 75%;
	}
	.sliderBox {
		padding-right: 45px;
		padding-left: 45px;
	}
	#newsletter.site-content .newsletterText p:last-of-type {
		margin: 0;
		float: none;
		display: inline-block;
		padding-top: 25px;
		vertical-align: top;
		margin-left: 20px;
	}

	.postid-143 .middleBoxes .middleBox {
		max-width: calc(50% - 42px);
	}
	.postid-143 .middleBoxes .middleBox:after {
		padding-bottom: 50%;
	}
	.page h1 {
		padding-bottom: 0;
	}
	.page .entry-content {
		margin-top: 0;
	}
	.main-navigation a {
		border: none;
	}
	.main-navigation li.menu-item:hover > a {
		color: white;
	}
	.post-type-archive-case-studies .credentials {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.credentials .credential {
		width: 49%;
	}
	/*========== SINGLE SECTORS ==========*/
	.single-sectors .slick-slide {
		margin: 0;
		max-width: none;
	}
	.otherBox {
		padding: 0 50px;
	}
	.single-sectors .middle > div {
		float: none;
		display: block;
		width: 100%;
	}
	.single-sectors .middle {
		background-image: none;
		height: auto;
	}
	.single-sectors .middle .left {
		background: url('./img/largeBackGreen.gif') center center /cover no-repeat;
	}
	.single-sectors .middle .right {
		background: url('./img/largeBackBlue.gif') center center /cover no-repeat;
	}

	body.single-sectors .menu-item-243 > a,
	body.single-services .menu-item-244 > a,
	body.post-type-archive-team .menu-item-52 > a,
	body.single-team .menu-item-52 > a,
	body.single-case-studies .menu-item-178 > a,
	body.page-id-44 .menu-item-50 > a,
	body.post-type-archive-case-studies .menu-item-178 > a,
	body.page-id-42 .menu-item-51 > a,
	body.page-id-47 .menu-item-49 > a {
		color: white;
	}

	/* ===== SINGLE PAGE ===== */
	header.site-header {
		height: auto;
	}
	#headerImage {
		padding-top: 0;
		width: 100vw;
	}

	/* ===== SINGLE TEAM ===== */
	.single-team .main,
	.site-content,
	.main,
	.content-area {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.single-team .middleInner {
		padding: 0;
	}
	.middle .left:after,
	.middle .right:after {
		padding-bottom: 50%;
	}
	.page .middle,
	.post-type-archive-case-studies .credentials,
	.single-case-studies .middle {
		padding-bottom: 110px;
	}
	.single-case-studies .middle .image,
	.page .middle .image {
		margin-top: 0;
	}
	.backButton {
		margin-top: 0;
	}
	.content-area h2,
	.archive .main {
		padding-bottom: 60px;
	}
	.slideContainer {
		padding-bottom: 165px;
	}
	#services.content-area h2 {
		padding-top: 0;
	}
	.main .entry-header {
		margin-bottom: 80px;
	}
	.page .main .entry-header,
	.archive .main .entry-header {
		margin-bottom: 0;
	}
	.page .main {
		padding-bottom: 80px;
	}
	.home .footer {
		padding-top: 50px;
	}
	.single-team .main .entry-header,
	.single-team .main .entry-header-side {
		float: none;
		width: 90%;
	}
	.single-team .main .entry-header-side {
		margin: 50px auto 50px 0;
	}
	.single-team .side {
		display: none;
	}
	.single-team .wrap {
		max-width: none;
		width: 100%;
	}

	/* ===== HEADER STUFF ===== */
	.site-header {
		width: 100%;
		padding: 0;
		margin: 0;
		color:#00AFAA;
		position:relative;
		z-index: 1000;
	}
	.main-navigation ul ul a {
	width: 92%;
	}
		.logo {
	display: block;
	width: 15%;
	padding: 0;
	float: left;
	color:#00AFAA;
	padding-left: 5%;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	}
	.main-navigation {
	    background-color: #00AFAA;
	    width: 100%;
	    padding: 0;
	    float: left;
	    color: #FFF;
	    text-align: center;
	    margin-top: 0;
	}
	#headerImage {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	/*padding-top: 60px;*/
	}

		.menu-toggle {
	    display: block;
	    font-family: "acumin-pro", arial, ans-serif;
	    font-weight: 400;
	    color: #FFF;
	    float: left;
	    padding-left: 3%;
	    padding-right: 3%;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    width: 94%;

	}

	 .main-navigation.toggled .nav-menu {
	  display: block;
	  font-family: "acumin-pro", arial, ans-serif;
	  font-weight: 400;
	  color:#00AFAA;
	  float: left;

	  padding-left: 0;
	  padding-right: 0;
	      padding-top: 0;
	    padding-bottom: 0;
	  width: 100%;
	}

	.main-navigation .menu-main-menu-container > ul > .current-menu-item,
	.main-navigation .menu-main-menu-container > ul > .current-menu-ancestor {
		border: white 1px solid;
	}
	.main-navigation .menu-main-menu-container > ul > .current-menu-ancestor .sub-menu.open {
		margin-bottom: -15px;
	}

	.main-navigation li {
	position: relative;
	width: 100%;
	}
	.main-navigation ul li {
	      background-color: #00afab;
	text-align: center;
	margin: 10px 0;
	padding: 5px 0;
	}
	.main-navigation ul li ul li {
	    padding: 10px 0 10px 0;
	    border-bottom: 1px solid #BDDCF3;
	    margin: 5px 0;
	    box-sizing: border-box;
	}
	.main-navigation ul li ul li ul li {
	background-color: transparent;
	    padding: 10px 0 10px 0;
	    border-bottom: 0px dotted #BDDCF3;
	    font-style: italic;
	}
	.main-navigation ul li ul li ul li a {
	  padding-left: 0;
	  padding-right: 0;
	  width: 100%;
	 }
	.main-navigation ul li ul li a {
	  padding-left: 0;
	  padding-right: 0;
	  width: 100%;
	 }
	.main-navigation ul ul, .main-navigation ul ul ul {
	box-shadow: none;
	float: left;
	left: 0;
	position: relative;
	top: 0;
	z-index: 99999;
	width: 100%;
	padding: inherit;
	margin-bottom: 0;
	}
	.main-navigation ul ul:before {
		display: none;
	}
	.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: "acumin-pro", arial, ans-serif;
	font-size: 1.2rem;
	padding-left: 6px;
	padding-right: 6px;
	}
	.availability-wrap {
	width: 94%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #afe6d1;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	}
	.logo {
	    display: block;
	    width: 100%;
	    padding: 0;
	    float: left;
	    color: #00AFAA;
	    padding-left: 0;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    text-align: center;
	    max-width: 100%;
	}
	.logo img {
	    max-width: 201px;
	    width: 100%;
	}
	/* ===== END HEADER STUFF ===== */
	.logo {
		width: calc(100% - 90px);
		display: inline-block;
		float: none;
		text-align: left;
		padding: 0;
		background: rgb(244,244,244);
		height: 90px;
	}
	.logo.desk {
		display: none;
	}
	.logo.mob {
		display: block;
		float: left;
	}
	.logo.mob a {
		display: block;
		height: 80%;
		margin: 9px 0;
	}
	.menuIcon {
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		letter-spacing: 0;
	}
	.menuIcon:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	.lineWrap div {
		width: 60%;
		background: white;
		height: 3px;
		margin: 8px auto;
	}
	.menuIcon .line1 {
		margin-top: 0;
	}
	.menuIcon .line3 {
		margin-bottom: 0;
	}
	.menu-toggle {
		background: #0A253E;
		position: relative;
		padding: 0px;
		width: 90px;
		display: inline-block;
		float: right;
	}
	.lineWrap {
		display: inline-block;
		vertical-align: middle;
		width: 60px;
		margin-right: -0.275em;
	}
	.menu-toggle:after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.main-navigation {
		display: none;
	}
	.main-navigation ul {
		box-sizing: border-box;
		overflow: hidden;
		transition: all 0.5s ease-out;
		padding: 40px 10vw;
		margin-left: 0;
	}
	nav {
		position: absolute;
		top: 90px;
	}
	body .main-navigation ul.sub-menu {
		box-sizing: border-box;
		padding: 0;
		overflow: hidden;
		margin: 10px 0 30px;
	}
	.main-navigation ul.sub-menu {
		left: -10vw;
		background-color: #00263D !important;
		width: 100vw;
	}
	.main-navigation ul.sub-menu.open {
		margin-top: 20px;
	}
	.main-navigation ul.sub-menu a {
		font-size: 0.7em;
	}
	.main-navigation li {
		display: block;
	}
	.main-navigation ul li:hover > ul {
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	.main-navigation ul ul {
		transition: none;
		transform: none;
	}
	.sub-menu li {
		border-bottom: none !important;
		background: transparent !important;
	}
	.sub-menu li a {
		color: white;
	}
	#newsletter.site-content .newsletterText {
		max-width: 100%;
	}
	.newsletterImage {
		width: 100%;
		padding: 0;
		position: relative;
		left: 0;
	}
	.newsletterText {
		max-width: none;
		border: 1px solid black;
	}
	.newsletterTextInt p {
		display: inline-block;
		font-size: 2.5em;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.home .newsletterTextInt p:last-of-type{
		float: right;
		display: block;
		width: calc(100% - 110px);
	}
	.site-content {
		margin-left: 10vw;
		margin-right: 10vw;
	}
	.nomob {
		display: none;
	}
	.newsletterText p:first-of-type {
		padding-top: 0;
	}
	#newsletter.site-content .newsletterText {
		margin-bottom: 50px;
	}
	.entry-side .staffMemb {
		width: 100%;
	}
	.staffMemb .img {
		width: 50%;
	}
	.staffMemb .info {
		width: 45%;
		display: inline-block;
		position: absolute;
		top: 30px;
	}
}

@media screen and (max-width: 800px) {
	.single-post .main {
		padding: 50px 0 30px;
	}
	.single-post .entry-header h1 {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.single-post .entry-header:after {
		display: none;
	}
	.single-post .main .entry-side {
		width: 70%;
		margin: 30px auto;
	}
	.single-post .middle {
		width: 90vw;
	}
	.single-post .entry-header {
		border: none;
	}
	.newsItem .bottom {
		padding: 50px 20px 30px;
	}
	.newsWrap .newsItem {
		padding: 0 10px;
	}
	.postid-144 .middle .middleBoxes .middleBox:after {
		padding-bottom: 90%;
	}
	.single-case-studies .middle,
	.page .middle {
		width: 100%;
	}
	.relCenter .sliderBox {
		padding-left: 100px;
		padding-right: 100px;
	}
	/*========== CONTACT PAGE ==========*/
	.location .map {
		width: 50%;
		margin-top: 150px;
	}
	.location.reading .map {
		margin-top: 250px;
	}
	.location .text {
		width: 52%;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	/*========== CASE STUDY SINGLE ==========*/
	.single-case-studies .main {
		padding-bottom: 50px;
	}
    
	.single-case-studies .entry-content {
		margin-top: 0;
	}
    
	.single-case-studies .entry-header h1 {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.single-case-studies .main .entry-header {
		border: none;
        width: 100%;
        float: none;
        width: 100%;
        padding: 0;
        position: relative;
	}
    .single-case-studies .main .entry-side{
        width: 70%;
        margin: 30px auto;
    }

	/*========== SERVICE SINGLE ==========*/
	.middle .middleBoxes {
		margin: 0 5vw;
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 100%;
	}
	.postid-143 .middleBoxes .middleBox:after {
		padding-bottom: 70%;
	}
	.single-services .sectors .otherBox {
		padding: 0 30px;
	}

	/*========== SECTOR SINGLE ==========*/
	.sectors {
		margin: 0 5vw;
	}
	.sectors .sprev,
	.sectors .snext {
		display: none;
	}
	.sectors .otherBox {
		padding: 0 40px;
	}
	.main .entry-header,
	.main .entry-content,
	.main .entry-side {
		max-width: none;
		float: none;
		width: 100%;
		padding: 0;
		position: relative;
	}
	.main .entry-side {
		margin-top: 50px;
	}

	/*==================== TEAM LANDING ====================*/
	.post-type-archive-team .middle {
		padding: 150px 5vw;
	}
	.post-type-archive-team .main .entry-header,
	.seniors .seniorWrap {
		float: none;
	}
	.seniors .seniorWrap {
		margin: 80px 0;
		max-width: 100%;
	}
	.seniors > div:nth-of-type(2){
		margin-top: 50px;
	}
	.main .directors,
	.team.director {
		display: block;
		max-width: none;
		margin: 0;
	}
	.team.director {
		max-width: 95%;
		margin: 50px auto 150px;
	}
	.director .teamInner {
		padding: 5vw;
		max-width: 70%;
	}
	.team.director .image {
		width: 30%;
	}
	.logo.mob {
		padding-left: 20px;
	}
	/*========== HOME ==========*/
	.site-content {
		margin-left: 10vw;
		margin-right: 10vw;
	}
	.home .site-content.homeTop {
		height: auto;
		box-sizing: border-box;
	}
	.secondary-page-title,
	#lowerBoxtext.content-area.withtitle {
		float: none;
	}
	#lowerBox .secondary-page-title,
	#lowerBox .content-area,
	#newsletter.site-content .newsletterText {
		max-width: 100%;
	}
	#newsletter.site-content .newsletterText p:last-of-type {
		float: right;
		max-width: calc(100% - 100px);
		margin: 2px 0;
	}
	.home .footer {
		margin-top: 0;
	}
	/*========== END HOME ===========*/

	.bannerInner .bannerCenter {
		margin-left: 5vw;
	}
	.home .bannerInner .bannerCenter {
		margin: 50px 0 0;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
	.home .bannerInner .bannerCenter {
		margin-left: 0;
		margin-top: 50px;
	}
	.one-forth.footerBox.two {
		margin-left: 0;
	}
	#lowerBoxtext.content-area.withtitle {
		padding-top: 20px;
	}
	.serviceText {
		max-width: 75%;
		float: none !important;
	}
	.home #primary.content-area.withtitle {
		position: relative;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		float: none;
	}
	.home main {
		padding: 0;
	}
	#primary.content-area.withtitle,
	#lowerBoxtext.content-area.withtitle {
		width: 100%;
	}
	.secondary-page-title {
		width: 100%;
		max-width: 100%;
	}
	#primary.content-area.withtitle {
		margin-left: 0;
	}
	.snext, .sprev {
		display: none;
	}
	.slick-current .sliderBox img {
		-webkit-filter: none;
		filter: none;
	}
	.slideContainer {
		padding-bottom: 100px;
	}
	.arrowsMobile {
		display: block;
		margin-top: 120px;
		padding: 0 16%;
	}
	.sectors .arrowsMobile {
		width: 100vw;
	}
	.arrowsMobile > img {
		float: left;
		display: block;
		height: 20px;
	}
	.arrowsMobile img.shaft {
		max-width: calc(50vw - 20px - 26%);
		width: 100%;
	}
	.servicesInt {
		padding: 4% 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.serviceBox {
		padding: 30px 0;
		max-width: 100%;
		margin: 0 35px;
	}
	.serviceText {
		margin: 0 !important;
	}
	#services.content-area h2 {
		padding-bottom: 50px;
	}
	.serviceBox .serviceImage {
		right: 0 !important;
		top: 10px;
		width: 30%;
		height: auto;
		max-height: none;
		padding: 0;
	}
	.serviceBox .serviceImage:after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.serviceTextInt {
		padding: 40px;
	}
	.content-area .serviceTextInt h3 {
		max-width: 60%;
	}
	#services .arrowsMobile {
		margin-top: 0;
	}
	#primary.content-area.withtitle,
	#lowerBoxtext.content-area.withtitle {
		margin-left: 0;
	}
	#lowerBox p:last-of-type {
		text-align: center;
	}
	footer .newsletterTextInt p:last-of-type {
		float: none;
		display: block;
		width: auto;
	}
	.home .footer {
		padding-top: 50px;
	}


	article#post-42 {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.home #secondary.content-area {
    width: 100%;
}
#events {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    float: left;
}
#secondary.content-area #events .main-text {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
	.booknow {
		display:none;
		}
	.alignright, .alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.food-box {
    width: 100%;
}
.content-area .food-box h4 a {
	    font-size: 1.2em;
}

.single-menus td, .single-menus th {

    font-size: 1em;

}

#primary.content-area, #primary.content-area.withside, .blog #primary.content-area, .single #primary.content-area, #primary.content-area.ftft.withside {
  max-width: 1200px;
  margin-left: initial;
  margin-right: initial;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#secondary.content-area, #secondary.content-area.ftft {
  /* max-width: 1200px; */
  margin-left: initial;
  margin-right: initial;
  width: 100%;
  /* float: right; */
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
.one-half {
width: 100%;
float: left;
position: relative;
}

.blog .main-image,
.single .main-image {
width: 96%;
margin-left: 2%;
margin-right: 2%;
float: none;
padding-bottom: 20px;
}

.blog .main-text,
.single .main-text {
width: 90%;
padding: 2%;
float: left;

min-height: inherit;
text-align: left;
}

.footerBox.one {
  background-image:none;
  background-position: left top;
  background-repeat: no-repeat;
}

.feature-box {
    width: 88%;
}
.left-column,
.right-column {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
}
article#post-46, .downloadResults article {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: inline-block;
  vertical-align: top;
}
.searchBox {
  width: 96%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

ul.downloadCats li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
ul.downloadCats li a {
  margin: 0 5px 0 5px;
  padding: 10px;
  text-decoration: none;
  border: 2px solid #A26B4F;
  font-size: 1.6em;
  display: block;
  margin-bottom: 5px;
}
.downloadBox {
  max-width: 325px;
  height: 240px;
  margin-left: 0;
  margin-bottom: 10px;
  display: inline-block;
  /* float: left; */
  overflow: hidden;
  border: 1px solid #ccc;
}
}

@media screen and (max-width: 700px) {
	.postid-144 .middle .middleBoxes .middleBox:after {
		padding-bottom: 140%;
	}
	.postid-143 .middle .middleBoxes .middleBox:after {
		padding-bottom: 85%;
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 150%;
	}
	#newsletter.site-content .newsletterText p:last-of-type {
		padding-top: 4px;
	}
	.credentials .credential {
		width: 100%;
	}
	.post-type-archive-case-studies .credentials {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 600px){
	.newsWrap .newsItem {
		max-width: none;
	}
	.newsWrap .newsItem .bottom {
		padding: 50px 30px 30px;
	}
	.staffMemb .img {
		width: 30%;
	}
	.staffMemb .info {
		font-size: 1.2em;
	}
	.bannerInner .bannerCenter h1,
	.bannerInner .bannerCenter h2,
	.home .bannerInner .bannerCenter p {
		font-size: 2.2rem;
		line-height: 45px;
	}
	.postid-144 .middleBoxes .middleBox,
	.postid-143 .middleBoxes .middleBox {
		max-width: 90vw;
		margin-left: 5vw;
	}
	.middle .middleBoxes .middleBox:after {
		display: none;
	}
	.middleBox .middleBoxInner {
		position: relative;
	}
	/*========== CONTACT PAGE ==========*/
	.location .map,
	.location .text {
		width: 90vw;
		margin: 0 auto;
	}
	.location .map {
		margin-top: 0;
	}
	.location {
		margin-bottom: 60px;
	}
	.location .text {
		transform: none;
		padding: 35px;
		top: 0;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
	.entry-content.location_container .location:nth-child(odd) .map {
		float: none;
	}
	.location.reading .text {
		top: -260px;
	}
	.location.reading .map {
		margin-left: 0;
		margin-top: 330px;
	}

	/*========== SERVICE SINGLE ========== */
	.middleBoxes .middleBox,
	.postid-143 .middleBoxes .middleBox {
		max-width: calc(100% - 10vw);
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 80%;
	}
	.postid-143 .middleBoxes .middleBox:after {
		padding-bottom: 50%;
	}
	.single-services .sectors .otherBox  {
		padding: 0;
	}

	/*========== SECTOR SINGLE ========== */
	.related .sliderBox:not(.slick-center) > div {
		-webkit-filter: none;
		filter: none;
	}
	.relCenter .sliderBox {
		padding: 0;
	}
	.sectors .otherBox {
		padding: 0 20px;
	}
	.sectors .arrowsMobile img.shaft {
		max-width: calc(34% - 51px);
	}
	.middle .left,
	.middle .right {
		height: 450px;
		padding: 5vw 0;
	}
	.middle .experienceInner {
		width: 90vw;
	}
	.middle .left:after,
	.middle .right:after {
		display: none;
	}

	/*========== HOME ==========*/
	.sliderBox {
		padding-left: 0;
		padding-right: 0;
	}
	.slick-slide {
		margin: 0 20px;
	}
	/*========== /HOME ==========*/
	.serviceText {
		max-width: 96%;
	}
}

@media screen and (max-width: 500px){
	.sliderBoxMain h3 {
		font-size: 1.6em;
	}
	.credentials .credential {
		padding: 5vw;
	}
	.otherBox.slick-slide {
		margin: 0 10px;
	}
	.single-services .main h2 {
		max-width: none;
	}
	.staffMemb .info {
		width: 60%;
	}
	.page .main .entry-header,
	.archive .main .entry-header {
		margin-bottom: 50px;
	}
	.secondary-page-title h2,
	.main h2,
	.seniors .entry-header h2,
	.entry-header h1 {
		font-size: 2.5em;
	}
	.main .entry-header,
	.page .main .entry-header,
	.archive .main .entry-header {
		margin-bottom: 0;
	}
	.bannerInner .bannerCenter {
		margin: 20px auto;
		width: 100%;
		max-width: 90%;
		text-align: center;
	}
	.middle .middleBoxes .middleBox:after {
		padding-bottom: 70%;
	}
	#newsletter.site-content .newsletterText p:last-of-type {
		padding-top: 16px;
	}
	.newsletterTextInt p {
		font-size: 1.8em;
	}
	.team.senior .info {
		max-width: 75%;
	}
	.serviceTextInt {
		padding-top: 80px;
	}
	.logo.mob {
		padding-left: 0px;
	}
	.bannerInner .bannerCenter {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 400px) {
	.entry-side .staffMemb {
		padding-top: 170px;
	}
	.team .info .role {
		margin-bottom: 40px;
	}
	.team.senior .info {
		max-width: 100%;
	}
	.sliderBoxMain h3 {
		padding: 30px 0;
		height: 68px;
	}
	.team .more a {
		width: 110px;
	}
	.sliderBoxText {
		left: 10px;
		right: 10px;
	}
	.sliderBoxTitle,
	.sliderBoxMore {
		margin: auto;
		width: 95%;
	}
	.sliderBoxTitle p {
		width: 100%;
	}
	.slick.center .slick-slide {
		width: 90vw !important;
		box-sizing: border-box !important;
	}
	footer .newsletterTextInt p:last-of-type {
		display: inline-block;
		margin-left: 15px;
	}
	.newsletterTextInt p {
		font-size: 1.5em;
	}
	.newsletterText p:last-of-type {
		padding-top: 0;
	}
	.single-case-studies .main .entry-header {
		max-width: 100%;
	}
	.middle h2 {
		max-width: 95vw;
		margin: auto;
	}
	.middleBoxes .middleBox {
		height: auto;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	.middleBox .middleBoxInner {
		position: relative;
	}
	.middle .middleBoxes .middleBox:after {
		display: none;
	}
}

@media screen and (min-width: 1600px){
	.main-navigation {
		width: 70%;
	}
	.single-team .side {
		width: 38vw;
	}
	.single-team .wrap {
		width: 62vw;
	}
	.main,
	.main.noText,
	.site-content,
	.newsWrap {
		max-width: 1600px;
		margin: auto;
		padding-left: 110px;
		padding-right: 110px;
		box-sizing: border-box;
	}
	.post-type-archive-case-studies .credentials,
	.bxslider .bannerInner,
	footer.site-footer,
	body:not(.home) #headerImage,
	.middle .seniors,
	.middle h2,
	.middle .middleBoxes,
	.content-area.sectors {
		max-width: 1600px;
		margin: auto;
	}
	.middle .left,
	.middle .right {
		max-width: 800px;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.single-sectors .middle {
		text-align: center;
	}
	.bxSlider {
		width: 100% !important;
	}
	.bannerInner {
		max-width: 160;
	}
}
.greenText {
	color: rgb(1,176,170);
}

a.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 300;
	left: 0;
	top: 0;
	border: none !important;
	box-sizing: border-box;
}
.vcParent, .hcParent, .centerParent {
	position: relative;
}
.vcChild, .hcChild, .centerChild {
	position: absolute;
}
.vcChild {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hcChild {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.centerChild {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.featherlight .featherlight-content {
	min-width: 0;
	width: 250px;
}
table.alo_easymail_form_table {
	border-spacing: 0 10px;
	table-layout: fixed;
}
table.alo_easymail_form_table td:first-of-type {
	width: 70px;
}
@media screen and (min-width: 1000px){
	.mobSoc {
		display: none;
	}
	.menu-item-has-children:hover .sub-menu {
		display: block !important;
	}
}
@media screen and (max-height: 900px){
	.bannerSection {
		min-height: 420px;
		background-position: center center !important;
	}
	.post-type-archive-team .bannerSection,
	.single-team .bannerSection {
		background-image: url(./img/Team_1200x350.jpg) !important;
	}
	.page-id-44 .bannerSection {
		background-image: url(./img/About_1200x350.jpg) !important;
	}
	.post-type-archive-case-studies .bannerSection {
		background-image: url(./img/Case_Studies_1200x350.jpg) !important;
	}
	.page-id-47 .bannerSection {
		background-image: url(./img/Contact_1200x350.jpg) !important;
	}
	.page-id-42 .bannerSection {
		background-image: url(./img/International_1200x350.jpg) !important;
	}
	.single-services .bannerSection {
		background-image: url(./img/Services_1200x350.jpg) !important;
	}
}


/* Contact page Updates (rellax added) */
.page .middle {
	max-width: 1000px;
	width: calc(100vw - 200px);
}

.text.aBox {
	border: 1px solid rgb(245, 156, 36);
}

@media screen and (min-width: 600px) {
	.aBox--inner {
		border: solid 1px rgb(245, 156, 36);
		width: 100%;
		padding: 50px 1em;
		position: relative;
	}
	.text.aBox {
		border: 0;
	}
	.location .text {
		bottom: 0;
	}
	.location .map {
		margin-top: 0;
	}
	.location {
		margin-bottom: 128px;
	}
}

@media screen and (max-width: 768px) {
	.page .middle {
		width: calc(100vw - 128px);
	}
}

@media screen and (min-width: 768px) {
	.location {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 600px) {
	.page .middle {
		width: calc(100vw - 24px);
	}
	.location .text {
		position: relative;
	}
}

.language-switcher {
	position: absolute;
	right: 0;
	top: 0;

}

.language-switcher ul {
	font-size: 12px !important;
	text-align: right;
}
.language-switcher .wpml-ls-legacy-dropdown a {
	background: transparent !important;
	border: none;
	color: white !important;
	/*font-size: 0.9em;*/
}
.language-switcher .wpml-ls-legacy-dropdown a:hover {
	background: rgba(0,0,0,0.2) !important;
	border: none;
	colro: black;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: none;
}
@media screen and (max-width: 1000px)
{
	.language-switcher {
		/*clear: both;
		left: 0;*/
		top: auto;
		bottom: -40px;
	}
}