﻿.full-bg {
	background: center no-repeat;
	background-size: cover;
	-khtml-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.noanim {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.cls {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.cover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.table.cover,
.table.cover>.cell {
	width: 100%;
	height: 100%;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.centerY {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.centerX {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-khtml-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

[class*="grid-"] {
	zoom: 1;
}

[class*="grid-"]:after,
[class*="grid-"]:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

[class*="grid-"]:after {
	clear: both;
}

[class*="grid-"] .item {
	float: left;
}

@media (max-width: 40.063em) {
	[class*="grid-"] .item {
		width: 100% !important;
		margin: auto;
		text-align: center;
	}
	[class*="grid-"] .item * {
		text-align: center !important;
	}
}

[class*="grid-"].grid-1 .item {
	width: 100%;
}

[class*="grid-"].grid-2 .item {
	width: 50%;
}

[class*="grid-"].grid-3 .item {
	width: 33.33333%;
}

[class*="grid-"].grid-4 .item {
	width: 25%;
}

[class*="grid-"].grid-5 .item {
	width: 20%;
}

[class*="grid-"].grid-6 .item {
	width: 16.66667%;
}

[class*="grid-"].grid-7 .item {
	width: 14.28571%;
}

[class*="grid-"].grid-8 .item {
	width: 12.5%;
}

[class*="grid-"].grid-9 .item {
	width: 11.11111%;
}

body {
	text-rendering: optimizeLegibility;
	font-smoothing: antialised;
	-webkit-font-smoothing: antialised;
	-moz-font-smoothing: antialised;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

* {
	position: relative;
	box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a img {
	outline: 0;
	border: 0;
}

figure {
	margin: 0;
}

q:before {
	content: "“";
}

q:after {
	content: "”";
}

.wf-loading {
	visibility: hidden !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}

.notification {
	padding: 10px;
	margin: 15px 0;
	border: 1px solid transparent;
}

.notification.error {
	color: #981010;
	border-color: #8F0000;
	background: #fcc;
}

.notification.success {
	color: #258815;
	border-color: #9ADF8F;
	background: #D4FFCD;
}

.notification.info {
	color: #2850C1;
	border-color: #9FC7F5;
	background: #DBECFF;
}

.notification.warning {
	color: #878314;
	border-color: #E5DB55;
	background: #FEFCCB;
}

.table {
	display: table;
	text-align: center;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.gm-style * {
	position: static;
	max-width: none;
	box-sizing: content-box;
	-khtml-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
}

.unreverse {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.row.full-width {
	max-width: none;
}

.row.collapse .columns {
	padding-left: 0;
	padding-right: 0;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

@media (min-width: 40.063em) {
	.collapse-2col .columns:first-child {
		padding-left: 0 !important;
	}
	.collapse-2col .columns:last-child {
		padding-right: 0 !important;
	}
	.collapse-2col .columns:only-child {
		width: 100% !important;
		padding: 0 !important;
		padding: 0 !important;
	}
}

@media (max-width: 40.063em) {
	.collapse-2col .columns.small-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 40.063em) {
	.collapse-3col .columns:first-child,
	.collapse-3col .columns:nth-child(3n+1) {
		padding-left: 0 !important;
	}
	.collapse-3col .columns:nth-child(2),
	.collapse-3col .columns:nth-child(3n+2) {
		padding: 0 0.47rem;
	}
	.collapse-3col .columns:last-child,
	.collapse-3col .columns:nth-child(3n) {
		padding-right: 0 !important;
	}
}

@media (max-width: 40.063em) {
	.collapse-3col .columns.small-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

body {
	color: #191A19;
	font: 300 16px/1.618 "museo-slab", Arial, sans-serif;
	letter-spacing: -0.025em;
	margin: 0;
	padding: 0;
	background-color: #282828;
}

a {
	color: #62997A;
	text-decoration: underline;
}

a:hover {
	color: #E6842E;
}

a.noclick {
	pointer-events: none;
}

a img {
	outline: none;
	border: 0;
}

.wrapper {
	zoom: 1;
	width: 950px;
	margin: 0 auto;
}

.wrapper:after,
.wrapper:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

.wrapper:after {
	clear: both;
}

*::selection {
	color: #FFF;
	background: #996281;
}

*::-khtml-selection {
	color: #FFF;
	background: #996281;
}

*::-webkit-selection {
	color: #FFF;
	background: #996281;
}

*::-moz-selection {
	color: #FFF;
	background: #996281;
}

*::-ms-selection {
	color: #FFF;
	background: #996281;
}

*::-o-selection {
	color: #FFF;
	background: #996281;
}

.social {
	display: inline-block;
	width: 21px;
	height: 22px;
	text-indent: -999em;
	text-align: left !important;
	background: url(../images/icons-social.png) no-repeat;
}

.social.twitter {
	background-position: right top;
}

.button {
	display: inline-block;
	height: 54px;
	height: auto;
	color: #FFF;
	font: 100 18px/54px "museo-slab", Arial, sans-serif;
	letter-spacing: -0.025em;
	text-decoration: none;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}

.button:hover {
	color: #FFF;
}

.button.blue,
.button.gform_button {
	background: #62997A;
}

.button.blue:hover,
.button.gform_button:hover {
	background: #80ae94;
}

.button.darkblue {
	background: #62997A;
}

.button.darkblue:hover {
	background: #80ae94;
}

.button.transparent {
	border-color: #FFF;
}

.button.transparent:hover {
	zoom: 1;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.button.green,
.button.orange {
	background: #E6842E;
}

.button.green:hover,
.button.orange:hover {
	background: #eb9f5c;
}

.button.white {
	color: #62997A;
	background: #FFF;
}

.button.white:hover {
	background: #f2f2f2;
}

.button [src*="icon-calendar"] {
	top: 3px;
	left: -8px;
}

.button [src*="icon-newsletter"] {
	top: 1px;
	left: -13px;
	margin-right: -5px;
}

.button [src*="icon-newsletterLarge"] {
	top: 5px;
}

.button [src*="icon-marker"] {
	top: 7px;
	margin-right: 10px;
}

.button [src*="icon-booking"] {
	top: 3px;
	margin-right: 5px;
}

.button [src*="icon-download"] {
	top: 5px;
	margin-right: 10px;
}

.viewMore {
	display: inline-block;
	color: #FFF;
	font: 100 13px "museo-slab", Arial, sans-serif;
	text-decoration: none;
	padding: 7px 10px 7px 35px;
	border: 0;
	border-radius: 0.2em;
	-khtml-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	background: #62997A url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODAyREJGREUxMDNFMTFFMzhEREZGNUE2RjkzNENBQTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODAyREJGREYxMDNFMTFFMzhEREZGNUE2RjkzNENBQTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MDJEQkZEQzEwM0UxMUUzOERERkY1QTZGOTM0Q0FBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MDJEQkZERDEwM0UxMUUzOERERkY1QTZGOTM0Q0FBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr5HkEoAAADsSURBVHjanJNPCoJAFMZnAnGbeIUgOoirImzToq1dIDpMtPAELmpR7vQaEbTTUxhqn/IGntOMQQM/kOf3Pd6fGdk0jTCcGViCDZhT7Aku4A5eX44uEcMBB1CA1kJBGod7eRIfJMzwBjEIiZhi/f+6rhPyDBJNQcaSVGCnVSsoVjFdRt4+kQfuWvkn1uqWUK2cNW3n9QSVrM8hIFPEYhHFAoM+nmDeUthPa/huDTqpWkstrblgT7iW1lLVmhp2/sewcz7sX+tfE4P1k9Y33SO1pSMoRy5kSZrBhZQjT2QFQrCg2ANcwc30RD4CDACXnkcpPKvcNAAAAABJRU5ErkJggg==) 10px center no-repeat;
}

.viewMore:hover {
	color: rgba(255, 255, 255, 0.8);
}

#topHeader {
	zoom: 1;
	color: #FFF;
	font: 300 16px "museo-slab", Arial, sans-serif;
	padding: 10px 0;
	background: #62997A;
}

#topHeader:after,
#topHeader:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#topHeader:after {
	clear: both;
}

#topHeader a {
	color: #FFF;
	text-decoration: none;
}

#topHeader a:hover {
	color: rgba(255, 255, 255, 0.7);
}

#topHeader span {
	display: inline-block;
	width: 1px;
	height: 25px;
	text-indent: -999em;
	margin: 0 10px;
	zoom: 1;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59FFFFFF, endColorstr=#59FFFFFF);
}

#topHeader span:last-child {
	display: none;
}

#topHeader aside {
	float: right;
	top: -3px;
}

#topHeader aside [src*="icon-"] {
	display: inline-block;
	top: 5px;
}

#topHeader aside tel {
	text-transform: uppercase;
}

#topHeader aside tel img {
	top: 7px;
	margin-right: 10px;
}

#topHeader nav {
	display: inline-block;
}

#topHeader nav ul,
#topHeader nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topHeader nav ul li a {
	display: inline-block;
}

#topHeader nav ul li a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -3px;
	left: 5px;
	width: 6px;
	height: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADCAQAAAAaCLZwAAAAJUlEQVQIW2P4n/3/1X8I2Mnwn/d/L4T5n4HhP8N/gf9FIOZ/BgBMgxuGobplqQAAAABJRU5ErkJggg==) no-repeat;
}

#topHeader nav ul li .sub-menu {
	z-index: 502;
	display: none;
	position: absolute;
	left: -13px;
	top: 100%;
	white-space: nowrap;
	text-align: left;
	padding: 13px;
	background: #62997A;
}

#topHeader nav ul li .sub-menu li a {
	display: block;
	font-size: 14px;
	line-height: 2;
}

#topHeader nav ul li .sub-menu li a:after {
	display: none !important;
}

#trueHeader {
	z-index: 500;
	zoom: 1;
	padding: 33px 0 25px;
	white-space: nowrap;
	background: #FFF url(../images/bg-header.jpg);
}

#trueHeader:after,
#trueHeader:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#trueHeader:after {
	clear: both;
}

#trueHeader #logo {
	float: left;
	margin: 0 28px 0 -10px;
}

#trueHeader #nav {
	float: right;
}

#trueHeader #nav ul,
#trueHeader #nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#trueHeader #nav ul li {
	display: inline-block;
}

#trueHeader #nav ul li a {
	display: inline-block;
	color: #454545;
	font: 500 16px "museo-slab", Arial, sans-serif;
	text-decoration: none;
	padding: 15px 10px;
	border: 1px solid transparent;
	transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	background: transparent;
}

#trueHeader #nav ul li a:hover {
	color: #E6842E;
}

#trueHeader #nav ul li:last-child>a {
	border-right: 0;
}

#trueHeader #nav ul li.active>a,
#trueHeader #nav ul li.current-menu-item>a,
#trueHeader #nav ul li.current-menu-parent>a,
#trueHeader #nav ul li.current-menu-ancestor>a,
#trueHeader #nav ul li.current-page-ancestor>a,
#trueHeader #nav ul li.current_page_parent>a,
#trueHeader #nav ul li.current_page_item>a,
#trueHeader #nav ul li.current_page_ancestor>a,
#trueHeader #nav ul li.current-cat>a,
#trueHeader #nav ul li.current-cat-parent>a {
	color: #E6842E;
}

#trueHeader #nav ul li.over>a {
	z-index: 1;
	border-color: #CCC;
	border-width: 1px 1px 0px;
	background: #FAFAFA;
}

#trueHeader #nav ul li>.sub-menu {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	width: auto;
	min-width: 100%;
	white-space: nowrap;
	border: 1px solid #CCC;
}

#trueHeader #nav ul li>.sub-menu li {
	display: block;
}

#trueHeader #nav ul li>.sub-menu li a {
	display: block;
	color: #454545;
	font-size: 14px;
	font-weight: 300;
	padding: 7px 15px !important;
	border: 0 !important;
	background: #FAFAFA;
}

#trueHeader #nav ul li>.sub-menu li a:hover {
	color: #FFF;
	background: #E6842E;
}

#trueHeader #nav ul li>.sub-menu li>ul {
	top: 0;
	left: 100%;
}

@-moz-document url-prefix() {
	#trueHeader #nav ul li>.sub-menu {
		top: 50px;
	}
}

#slideshow {
	height: 400px;
	-webkit-backface-visibility: hidden;
}

#slideshow #theSlides .slide {
	z-index: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 400px;
	transition: opacity 2s ease;
	-khtml-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-khtml-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

#slideshow #theSlides .slide.active {
	z-index: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

#slideshow #theSlides .slide figcaption {
	height: 366px;
	color: #FFF;
	text-align: left;
}

#slideshow #theSlides .slide figcaption .cell {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

#slideshow #theSlides .slide figcaption h2 {
	font: 300 50px/60px "museo-slab", Arial, sans-serif;
	letter-spacing: -0.025em;
	margin: 0 0 10px 7px;
}

#slideshow #theSlides .slide figcaption p {
	display: block;
	top: 5px;
	left: 13px;
	font: 100 21.2px "museo-slab", Arial, sans-serif;
}

#slideshow #theSlides .slide figcaption .button {
	z-index: 1;
	top: 10px;
}

#slideshow #theSlides .slide figcaption .button+.button {
	margin-left: 13px;
}

.no-csstransitions #slideshow #theSlides .slide {
	display: none;
	filter: alpha(opacity=100) !important;
}

#masthead {
	height: 142px;
	background: #E6842E url(../images/bg-masthead.jpg) center no-repeat;
	background-size: cover;
	-khtml-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

#masthead .table,
#masthead .cell {
	height: 100%;
	text-align: left;
}

#masthead h1 {
	color: #FFF;
	font: 100 50px "museo-slab", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#masthead .button {
	z-index: 1;
	float: right;
	white-space: nowrap;
}

#content {
	zoom: 1;
	background: #FFF;
}

#content:after,
#content:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content:after {
	clear: both;
}

#content:not(.wrapper) {
	width: auto !important;
}

#content .contentBlock {
	padding: 33px 0;
}

#content .contentBlock.pattern {
	background: #F5F5F5 url(../images/bg-contentSecondary.jpg);
}

#content>.contentBlock:only-child {
	padding-bottom: 0;
}

#content .carousel {
	zoom: 1;
}

#content .carousel:after,
#content .carousel:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content .carousel:after {
	clear: both;
}

#content .carousel .scroller {
	width: 950px;
	overflow: hidden;
}

#content .carousel .overflow {
	width: 9999em;
	overflow: hidden;
}

#content .carousel .item {
	float: left;
	width: 300px;
	margin-right: 20px;
}

#content .carousel .item .image {
	width: 300px;
	height: 202px;
}

#content .carousel .item .image>a em {
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	top: auto;
	right: 3px;
	bottom: 4px;
	color: #FFF;
	font: 20px "museo-slab", Arial, sans-serif;
	text-decoration: none;
	padding: 12px 19px 12px 29px;
	zoom: 1;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000, endColorstr=#B3000000);
}

#content .carousel .item .image>a em span {
	float: right;
}

#content .carousel .item .image a:hover>em {
	zoom: 1;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000, endColorstr=#D9000000);
}

#content .carousel .item .image a:hover>em span {
	transform: rotate(-360deg);
	-khtml-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
}

#content .carousel .item figcaption {
	letter-spacing: -0.05em;
	padding-top: 30px;
}

#content .carousel .prevNext {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	pointer-events: none;
}

#content .carousel .prevNext a {
	pointer-events: auto;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	top: 62px;
	display: block;
	width: 73px;
	height: 73px;
	text-indent: -999em;
	text-align: left !important;
	background: url(../images/icons-carouselNav.png) no-repeat;
}

#content .carousel .prevNext a:hover {
	opacity: 0.35;
	filter: alpha(opacity=35);
}

#content .carousel .prevNext a:first-child {
	left: -93px;
}

#content .carousel .prevNext a:last-child {
	right: -93px;
	background-position: right top;
}

#footer {
	color: #FFF;
	line-height: 30px;
	margin-top: 35px;
	background: #282828;
}

#footer h2 {
	font: 300 25px "museo-slab", Arial, sans-serif;
	margin: 0 0 15px;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: rgba(255, 255, 255, 0.6);
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topFooter {
	padding: 35px 0;
	background: #62997A;
}

#topFooter .widget {
	float: left;
	width: 203px;
}

#topFooter .widget:last-child {
	width: 125px;
	white-space: nowrap;
}

#topFooter .widget i {
	display: inline-block;
	width: 30px;
}

#trueFooter {
	padding: 35px 0;
	text-align: center;
}

#trueFooter .left {
	zoom: 1;
	float: left !important;
}

#trueFooter .left:after,
#trueFooter .left:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#trueFooter .left:after {
	clear: both;
}

#trueFooter .right {
	zoom: 1;
	float: right !important;
}

#trueFooter .right:after,
#trueFooter .right:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#trueFooter .right:after {
	clear: both;
}

#trueFooter table {
	table-layout: fixed;
	width: 100%;
	height: 80px;
	margin: 0 0 35px;
}

#trueFooter table td {
	padding: 0 20px;
}

#trueFooter #footerLinks {
	zoom: 1;
	font: 100 16px "museo-slab", Arial, sans-serif;
	vertical-align: middle;
}

#trueFooter #footerLinks:after,
#trueFooter #footerLinks:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#trueFooter #footerLinks:after {
	clear: both;
}

#trueFooter #footerLinks .left span {
	margin: 0 5px;
	vertical-align: middle;
}

#trueFooter #footerLinks .right {
	text-align: right;
}

#trueFooter #footerLinks .right span {
	float: left;
	display: block;
	vertical-align: middle;
	white-space: nowrap;
}

#trueFooter #footerLinks .right span:not(:last-child) {
	margin: 0 25px 0 0;
}

#trueFooter #footerLinks .right span img {
	top: 2px;
	margin: 0 3px 0 0;
}

#trueFooter #footerLinks .right span a[target] {
	text-decoration: none;
}

#trueFooter #footerLinks .right span a[target] img {
	top: -4px;
	margin: 0;
}

#sidebar {
	float: right;
	width: 240px;
	margin: -33px 0 0;
	padding: 43px 0 0;
}

#sidebar #pageNav,
#sidebar .widget {
	padding: 27px 0 27px 28px;
	border-bottom: 1px solid #C2C2C2;
}

#sidebar #pageNav:last-child,
#sidebar .widget:last-child {
	border-bottom: 0;
}

#sidebar h2 {
	color: #62997A;
	font: 900 20px "museo-slab", Arial, sans-serif;
	text-transform: capitalize;
	margin: 0 0 5px;
}

#sidebar #featuredImage {
	padding-top: 0;
}

#sidebar #featuredImage+#pageNav {
	padding-top: 27px;
}

#sidebar #pageNav {
	padding-top: 0;
}

#sidebar #pageNav ul,
#sidebar #pageNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #pageNav ul li a {
	display: block;
	color: #191A19;
	font: 300 16px/30px "museo-slab", Arial, sans-serif;
	text-decoration: none;
}

#sidebar #pageNav ul li a:hover {
	color: #62997A;
}

#sidebar #pageNav ul li:first-child>a {
	padding-top: 0;
}

#sidebar #pageNav ul li:last-child>a {
	padding-bottom: 0;
}

#sidebar #pageNav ul li.active>a,
#sidebar #pageNav ul li.current-menu-item>a,
#sidebar #pageNav ul li.current-menu-parent>a,
#sidebar #pageNav ul li.current-menu-ancestor>a,
#sidebar #pageNav ul li.current-page-ancestor>a,
#sidebar #pageNav ul li.current_page_parent>a,
#sidebar #pageNav ul li.current_page_item>a,
#sidebar #pageNav ul li.current_page_ancestor>a,
#sidebar #pageNav ul li.current-cat>a,
#sidebar #pageNav ul li.current-cat-parent>a {
	color: #62997A;
	font-size: 20px;
	font-weight: 900;
}

#sidebar #pageNav ul li.active>a+ul,
#sidebar #pageNav ul li.current-menu-item>a+ul,
#sidebar #pageNav ul li.current-menu-parent>a+ul,
#sidebar #pageNav ul li.current-menu-ancestor>a+ul,
#sidebar #pageNav ul li.current-page-ancestor>a+ul,
#sidebar #pageNav ul li.current_page_parent>a+ul,
#sidebar #pageNav ul li.current_page_item>a+ul,
#sidebar #pageNav ul li.current_page_ancestor>a+ul,
#sidebar #pageNav ul li.current-cat>a+ul,
#sidebar #pageNav ul li.current-cat-parent>a+ul {
	display: block;
}

#sidebar #pageNav ul li>ul {
	display: none;
	padding: 0 0 20px;
}

#sidebar #pageNav ul li>ul li a {
	font: 300 0.8em/2 "museo-slab", Arial, sans-serif;
}

#sidebar #pageNav ul li>ul li a:before {
	content: "- ";
}

#sidebar #pageNav ul li>ul li.active>a,
#sidebar #pageNav ul li>ul li.current-menu-item>a,
#sidebar #pageNav ul li>ul li.current-menu-parent>a,
#sidebar #pageNav ul li>ul li.current-menu-ancestor>a,
#sidebar #pageNav ul li>ul li.current-page-ancestor>a,
#sidebar #pageNav ul li>ul li.current_page_parent>a,
#sidebar #pageNav ul li>ul li.current_page_item>a,
#sidebar #pageNav ul li>ul li.current_page_ancestor>a,
#sidebar #pageNav ul li>ul li.current-cat>a,
#sidebar #pageNav ul li>ul li.current-cat-parent>a {
	font-size: 0.8em;
	font-weight: 300;
}

#sidebar .dropdownBox {
	margin: 7px 0 11px;
	min-width: 190px;
}

#sidebar .dropdownBox.active label,
#sidebar .dropdownBox.active ul {
	border-color: #a9a9a9;
}

#sidebar .dropdownBox.active label {
	border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-bottom-color: transparent;
}

#sidebar .dropdownBox.active label span {
	transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#sidebar .dropdownBox label {
	cursor: pointer;
	display: block;
	height: 38px;
	color: #191A19;
	font: 300 16px/38px "museo-slab", Arial, sans-serif;
	padding: 0 0 0 18px;
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #FFF;
}

#sidebar .dropdownBox label span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	left: auto;
	width: 35px;
	height: 38px;
	transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAMElEQVQYV2OQlJJsAOL/BHADA5AAYXyKQXIMMIW4FIMVoStEVwxXhE0hTDGKIhAGAAC6J8UKh/0QAAAAAElFTkSuQmCC) center no-repeat;
}

#sidebar .dropdownBox ul {
	z-index: 5;
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	max-height: 350px;
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #C2C2C2;
	border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-top: 0;
	background: #FFF;
}

#sidebar .dropdownBox ul li a {
	display: block;
	color: #191A19;
	font: 100 14px "museo-slab", Arial, sans-serif;
	text-decoration: none;
	padding: 7px 18px;
	transition: none;
	-khtml-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

#sidebar .dropdownBox ul li a:hover {
	color: #FFF;
	background: #E6842E;
}

.tax-glossary_category #sidebar #pageNav ul li.active>a,
.tax-glossary_category #sidebar #pageNav ul li.current-menu-item>a,
.tax-glossary_category #sidebar #pageNav ul li.current-menu-parent>a,
.tax-glossary_category #sidebar #pageNav ul li.current-menu-ancestor>a,
.tax-glossary_category #sidebar #pageNav ul li.current-page-ancestor>a,
.tax-glossary_category #sidebar #pageNav ul li.current_page_parent>a,
.tax-glossary_category #sidebar #pageNav ul li.current_page_item>a,
.tax-glossary_category #sidebar #pageNav ul li.current_page_ancestor>a,
.tax-glossary_category #sidebar #pageNav ul li.current-cat>a,
.tax-glossary_category #sidebar #pageNav ul li.current-cat-parent>a,
.post-type-archive #sidebar #pageNav ul li.active>a,
.post-type-archive #sidebar #pageNav ul li.current-menu-item>a,
.post-type-archive #sidebar #pageNav ul li.current-menu-parent>a,
.post-type-archive #sidebar #pageNav ul li.current-menu-ancestor>a,
.post-type-archive #sidebar #pageNav ul li.current-page-ancestor>a,
.post-type-archive #sidebar #pageNav ul li.current_page_parent>a,
.post-type-archive #sidebar #pageNav ul li.current_page_item>a,
.post-type-archive #sidebar #pageNav ul li.current_page_ancestor>a,
.post-type-archive #sidebar #pageNav ul li.current-cat>a,
.post-type-archive #sidebar #pageNav ul li.current-cat-parent>a {
	color: #191A19;
	font-weight: 300;
}

.tax-glossary_category #sidebar #pageNav ul li.page-item-89>a,
.tax-glossary_category #sidebar #pageNav ul li.page-item-53>a,
.post-type-archive #sidebar #pageNav ul li.page-item-89>a,
.post-type-archive #sidebar #pageNav ul li.page-item-53>a {
	color: #62997A;
	font-weight: 700;
}

#page.full #sidebar {
	float: none;
	width: auto;
	border: 0;
	padding: 0;
}

#page.full #sidebar .widget {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
}

#page.full #sidebar .widget:last-child {
	margin: 0;
}

#page.full #sidebar .widget h2 {
	font-size: 18px;
}

#page {
	float: left;
	width: 700px;
	padding: 20px 28px 0 0;
}

#page.full {
	float: none;
	width: auto;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
	color: #E6842E;
	font-weight: 700;
	font-family: "museo-slab", Arial, sans-serif;
	margin: 25px 0 5px;
	padding: 0;
}

#page h1:first-child,
#page h2:first-child,
#page h3:first-child,
#page h4:first-child,
#page h5:first-child,
#page h6:first-child {
	margin-top: 0 !important;
}

#page h2 {
	color: #62997A;
	font-weight: 900;
	ffont-size: 20px;
	line-height: inherit;
	margin-bottom: 20px;
}

#page h3,
#page h4 {
	font-size: 14px;
}

#page h2 + .entry-meta {
	color: #999;
	margin-top: -10px;
}

#page p {
	font-size: 14px;
}

#page .button {
	_height: 50px;
	line-height: initial;
}

#page img {
	max-width: 100%;
	height: auto;
}

#page img.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

#page img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

#page hr {
	margin: 25px 0;
	border: 0;
	border-top: 1px solid #C2C2C2;
}

#page ul {
	list-style-image: url(../images/icon-bullet.jpg);
}

#page ul,
#page ol {
	font-size: 14px;
}

#page table {
	table-layout: fixed;
	width: 100%;
	margin: 22px 0 36px;
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid #D6D6D6;
}

#page table td,
#page table th {
	font: 300 14px/22px "museo-slab", Arial, sans-serif;
	text-align: left;
	padding: 0.5em 0.55556em;
}

#page table thead {
	background: #F5F5F5;
}

#page table thead th {
	font-weight: 7t00;
}

#page table tbody tr:nth-child(even) td {
	background: #F9F9F9;
}

#page table tbody tr td img {
	top: 1px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper select,
.gform_wrapper textarea {
	display: inline-block;
	color: #191A19;
	font: 300 16px "museo-slab", Arial, sans-serif;
	margin: 0 0 10px;
	padding: 6px 8px !important;
	border: 1px solid #CCC;
	border-radius: 0.25em;
	-khtml-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	background: #FFF;
}

.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
	border-color: #62997A;
}

.gform_wrapper select {
	cursor: pointer;
}

[page-footer] {
	zoom: 1;
	margin-bottom: -20px;
}

[page-footer]:after,
[page-footer]:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

[page-footer]:after {
	clear: both;
}

[page-footer] ul,
[page-footer] li {
	display: inline;
	margin: 0;
	padding: 0;
}

[page-footer] li a {
	float: left;
	display: block;
	width: 300px;
	height: 49px;
	color: #FFF;
	font: 100 18px/49px "museo-slab", Arial, sans-serif;
	text-decoration: none;
	margin: 0 20px 20px 0;
	padding: 0 28px;
	background: #282828;
}

[page-footer] li a:hover {
	background: #62997A;
}

[page-footer] li a span {
	float: right;
}

[page-footer] li:nth-child(3n)>a {
	margin-right: 0;
}

#content #topBanner {
	zoom: 1;
	padding: 0;
	background: #FFF url(../images/bg-topBanner.jpg) center top no-repeat;
}

#content #topBanner:after,
#content #topBanner:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content #topBanner:after {
	clear: both;
}

#content #topBanner h1 {
	float: left;
	top: 25px;
	width: 593px;
	color: #62997A;
	font: 300 27.424px/32px "museo-slab", Arial, sans-serif;
	margin: 0;
}

#content #topBanner #bannerStat {
	float: right;
	width: 311px;
	color: #252525;
	font: 300 16px "museo-slab", Arial, sans-serif;
	white-space: nowrap;
	padding: 10px 20px;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
}

#content #topBanner #bannerStat p {
	margin: 0;
}

#content #topBanner #bannerStat strong {
	display: inline-block;
	top: 1px;
	width: 65px;
	color: #62997A;
	font: 700 21px "museo-slab", Arial, sans-serif;
	text-align: right;
	padding: 0 12px 0 0;
}

#content #featuredInfo {
	zoom: 1;
	padding: 51px 0;
}

#content #featuredInfo:after,
#content #featuredInfo:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content #featuredInfo:after {
	clear: both;
}

#content #featuredInfo .contentBlock {
	padding: 0;
}

#content #sellingPoints {
	zoom: 1;
	margin: 53px 0 0 0;
	padding: 53px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#content #sellingPoints:after,
#content #sellingPoints:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content #sellingPoints:after {
	clear: both;
}

#content #sellingPoints h2 {
	color: #62997A;
	font: 100 30px "museo-slab", Arial, sans-serif;
	margin: 0 0 7px;
}

#content #sellingPoints p {
	letter-spacing: -0.05em;
}

#content #sellingPoints div:first-child {
	float: left;
	width: 620px;
}

#content #sellingPoints div:last-child {
	float: right;
	top: 9px;
	left: -50px;
	width: 226px;
	color: #62997A;
}

#content #sellingPoints div:last-child .button {
	display: block;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}

#content #caseStudies {
	padding: 55px 0 35px;
}

#content #caseStudies hr {
	margin: 40px 0 57px;
	border: 0;
	border-top: 1px solid #C2C2C2;
}

#content #caseStudies h2 {
	color: #9D9999;
	font: 300 22px "museo-slab", Arial, sans-serif;
	margin: 0 0 30px;
}

#content #caseStudies table {
	width: 100%;
	height: 113px;
}

#content #caseStudies table td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #C2C2C2;
}

#content #caseStudies table td:last-child {
	border-right: 0;
}

#content #hotelInfo {
	zoom: 1;
	height: 218px;
	overflow: hidden;
	margin: 21px 0 25px;
	background: #D6EAF6;
}

#content #hotelInfo:after,
#content #hotelInfo:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content #hotelInfo:after {
	clear: both;
}

#content #hotelInfo img {
	float: left;
	width: 340px;
	height: 100%;
}

#content #hotelInfo figcaption {
	float: right;
	width: 330px;
	font: 16px/12px Arial, sans-serif;
	padding: 1px 27px;
}

#content #hotelInfo figcaption strong {
	line-height: 20px;
}

#content #bookingInfo {
	margin: 45px 0 0;
}

#content #bookingInfo p {
	font-weight: 700;
	font-size: 16px;
}

#content #bookingInfo .button+p {
	display: inline;
	top: -4px;
	left: 13px;
	margin: 0;
}

#content .courseTax {
	font: 300 36px "museo-slab", Arial, sans-serif;
	margin: 78px 0 40px;
}

#content .courseTax a {
	display: inline-block;
	color: #191A19;
	font: 16px "museo-slab", Arial, sans-serif;
	text-decoration: underline;
	padding: 5px 10px;
	margin: 0 15px;
	background: #F1F1F1;
}

#content .courseTax a:hover {
	color: #62997A;
}

#content .course h3 {
	font-size: 24px;
	color: #62997A;
	margin-bottom: 30px;
}

#content .course h3 img {
	top: 15px;
}

#content .course h3 img:last-of-type {
	margin-right: 10px;
}

#content .course table {
	width: 100%;
}

#content .course table tr td {
	padding: 5px 10px;
	text-align: left;
}

#page .faqGroup {
	margin: 25px 0;
}

#page .faqGroup h3 {
	margin-bottom: 15px;
}

#page .faqGroup article {
	padding: 10px 0;
	border-bottom: 1px solid #C2C2C2;
}

#page .faqGroup article .title {
	display: block;
	font-size: 20px;
	text-decoration: none;
	padding: 5px 0;
}

#page .faqGroup article .content {
	display: none;
}

#page #glossaryNav {
	text-align: center;
}

#page #glossaryNav a {
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	border: 1px solid #D6D6D6;
}

#page #glossaryNav a:hover {
	border-color: #b0b0b0;
}

#page #glossaryNav a.active {
	border-color: #0B589D;
}

#page #glossaryTerms td:first-child {
	font-weight: 700;
}

#page #glossaryTerms td:last-child {
	text-align: left;
}

#page .post {
	zoom: 1;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #D6D6D6;
}

#page .post:after,
#page .post:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#page .post:after {
	clear: both;
}

#page .post:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

#page .post figure {
	float: left;
	width: 165px;
	height: 145px;
	text-align: center;
}

#page .post figure img {
	max-width: 100%;
	height: auto;
}

#page .post figure+aside {
	float: right;
	width: 72%;
}

#page .post h2 a {
	line-height: 46px;
	text-decoration: none;
}

#page .post h2+em {
	display: block;
	color: #999;
	font: 100 16px "museo-slab", Arial, sans-serif;
	margin-top: -36px;
}

#page .post .viewMore {
	float: right;
	top: -5px;
}

#page #postNav {
	display: none;
	zoom: 1;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #D6D6D6;
}

#page #postNav:after,
#page #postNav:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#page #postNav:after {
	clear: both;
}

#page #postNav .left {
	float: left;
}

#page #postNav .right {
	float: right;
}

.page-id-99 #page .post p {
	color: #000;
	font: 300 16px/28px "museo-slab", Arial, sans-serif;
}

#page #contentBlocks {
	margin: 60px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #E1E1E1;
}

#page #contentBlocks h2 {
	margin-bottom: 30px;
}

.blog #page .post p {
	display: inline-block;
}

.blog #page .post p:last-of-type {
	margin: 0;
}

#popup {
	pointer-events: none;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: opacity 0.4s ease;
	-khtml-transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	background: rgba(0, 0, 0, 0.8);
}

#popup .table {
	width: 100%;
	height: 100%;
}

#popup #thePopup {
	zoom: 1;
	width: 694px;
	margin: auto;
	padding: 20px 30px 30px 30px;
	text-align: left;
	border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	transform: translateX(-200%);
	-khtml-transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transition: all 0.45s ease-in-out;
	-khtml-transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	background: #FFF;
}

#popup #thePopup:after,
#popup #thePopup:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#popup #thePopup:after {
	clear: both;
}

#popup #close {
	z-index: 1;
	position: absolute;
	top: 14px;
	right: 14px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjEzRUY3OEQwNURGMTFFMzlCMDVEMzRBMjQwNUNFM0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjEzRUY3OEUwNURGMTFFMzlCMDVEMzRBMjQwNUNFM0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMTNFRjc4QjA1REYxMUUzOUIwNUQzNEEyNDA1Q0UzRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMTNFRjc4QzA1REYxMUUzOUIwNUQzNEEyNDA1Q0UzRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk9Pc0wAAAC0SURBVHjaYuGO6LdnYGBYAMT8QNwIxBMZUEEBENcB8UcgjmcBEvOBWAEqOQGIuYC4HcqvAuJWKFsQiOeBNAigmdgGpRmRFMOAEAvUusk4NKGDWiYgMQWIqxkIA5CaqUxIJlYTUAy2lQlJ8D8eDf9gDJiGSjzuZoCGGkgNA8jT2QQUIwfER5ANzVgkq3D4qQVkwwdopCArbkfiI8fFe5ANiUD8AKqxAE0xyBmFUDmQmkSAAAMApxgibP1dYIUAAAAASUVORK5CYII=) no-repeat;
}

#popup header {
	zoom: 1;
	padding: 20px 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #C9C9C9;
}

#popup header:after,
#popup header:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#popup header:after {
	clear: both;
}

#popup header #popupLogo {
	float: left;
	width: 110px;
	height: auto;
}

#popup header h2 {
	float: right;
	color: #62997A;
	font: 43px "museo-slab", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#popup header+ul {
	float: left;
	width: 320px;
	font: 100 15px/30px "museo-slab", Arial, sans-serif;
	letter-spacing: -0.05em;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAMAAAAxmgQeAAAABGdBTUEAALGPC/xhBQAAAKhQTFRFC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPC1iPAAAAC1iPMLf+UgAAADd0Uk5T0SMl0FA+81U8V8D3/hM01V39Zd5WWTD5Xi1h7zgzSBJE7C4xW7rOTafxXzbj6/ry9To77vD8AFVgscMAAACMSURBVBjTVc9XDsJADARQ0zuE3lvokEbK+P43I7uGsDtfo2fJlglWqj6VQBY1AmavbFkr4zwV06aa2DPsLFSvEfb3y1KRIxQ2Qb0rc/IGnkKPGKC2atFuJZTmU1CoezAU2qgtNOpykfSljxEW2Y/WfXwNk7lQskVhuHUUHU8wDIeI2Z/BMsTjgft/6AOhcjZh9NtEqgAAAABJRU5ErkJggg==);
}

#popup header+ul span {
	top: -3px;
}

#popup #gforms_confirmation_message {
	float: right;
	top: 15px;
	width: 279px;
}

#popup .gform_wrapper form {
	float: right;
	width: 279px;
}

#popup .gform_wrapper form input[type=text],
#popup .gform_wrapper form input[type=email] {
	display: block;
	width: 100%;
	height: 57px;
	font: 100 18px/57px "museo-slab", Arial, sans-serif;
	padding: 0 15px;
}

#popup .gform_wrapper form .validation_error {
	font-size: 15px;
	font-weight: 400;
}

#popup .gform_wrapper form li.gfield.gfield_error,
#popup .gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
}

.woocommerce-page #content h1.page-title,
.woocommerce #content h1.page-title {
	display: none !important;
}

.woocommerce-page #content #page,
.woocommerce #content #page {
	float: none !important;
	width: auto !important;
}

.woocommerce-page #sidebar,
.woocommerce #sidebar {
	display: none !important;
}

.woocommerce-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	display: block !important;
	margin: 15px 0 0 !important;
}

.page-template-template-ourClients-php #content #customers {
	margin: 0 -20px 38px;
	border-collapse: separate;
	border-spacing: 20px;
}

.page-template-template-ourClients-php #content #customers tr td {
	height: 160px;
}

.page-template-template-ourClients-php #content #testimonials {
	zoom: 1;
	margin: 0 0 50px;
	padding: 50px 0 11px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

.page-template-template-ourClients-php #content #testimonials:after,
.page-template-template-ourClients-php #content #testimonials:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

.page-template-template-ourClients-php #content #testimonials:after {
	clear: both;
}

.page-template-template-ourClients-php #content #testimonials .post {
	padding-bottom: 27px;
}

.page-template-template-ourClients-php #content #testimonials .post figure {
	top: 7px;
	width: 229px;
	height: 156px;
	border: 1px solid #DADADA;
}

.page-template-template-ourClients-php #content #testimonials .post figure img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.page-template-template-ourClients-php #content #testimonials .post aside p {
	margin-top: 0;
}

.page-template-template-ourClients-php #content #industries {
	zoom: 1;
	padding: 0 0 50px;
}

.page-template-template-ourClients-php #content #industries:after,
.page-template-template-ourClients-php #content #industries:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

.page-template-template-ourClients-php #content #industries:after {
	clear: both;
}

.page-template-template-ourClients-php #content #industries h2 {
	font: 300 24px "museo-slab", Arial, sans-serif;
}

.page-template-template-ourClients-php #content #sellingPoints {
	margin-top: 0;
	padding: 15px 0;
	border-top: 0;
}

.cart-totals {
	width: 440px;
}


/*# sourceMappingURL=core.css.map */


/* Custom CSS */

.woocommerce th.product-name,
.woocommerce td.product-name {
	width: 30%;
}

.woocommerce th.product-name dt p,
.woocommerce th.product-name dd p,
.woocommerce td.product-name dt p,
.woocommerce td.product-name dd p {
	margin-top: 0;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
	margin-left: 0;
}

#page table td.product-name,
.woocommerce td.product-name {
	text-align: left;
}

.woocommerce td.product-remove a {
	display: inline-block;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: 0.618em;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 17px 0.618em !important;
}

/* Checkout page */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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-size: 0.875rem;
	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. */
}

/** Gutenberg - theme color palette styles **/

.wp-block-button__link.has-orange-background-color {
	background-color: #e6842e;
}

.wp-block-button__link.has-orange-background-color:hover {
	background-color: #e0771b;
}

.wp-block-button__link.has-green-background-color {
	background-color: #62997a;
}

.wp-block-button__link.has-green-background-color:hover {
	background-color: #58896e;
}

.wp-block-button__link.has-black-background-color:hover {
	background-color: #0d0d0d;
}

.wp-block-button__link.has-black-background-color {
	background-color: #191a19;
}

.wp-block-button__link.has-white-background-color {
	background-color: #ffffff;
}

.wp-block-button__link.has-orange-color {
	color: #e6842e;
}

.wp-block-button__link.has-green-color {
	color: #62997a;
}

.wp-block-button__link.has-black-color {
	color: #191a19;
}

.wp-block-button__link.has-white-color {
	color: #ffffff;
}