﻿/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	word-break: break-word;
	word-wrap: break-word;
}

:root {
	--ssus-primary-blue: #0b588f;
	--ssus-grey: #f4f5f8;
	--ssus-blue-grey: #f2f4f9;
}

.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%;
}

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;
	}
}

a,h1,h2,h3,h4,p,blockquote,pre,input,button,textarea,img,figure,video,object,audio,em,b,strong,article {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

body {
	color: #191A19;
	font: 400 16px/1.618 Roboto, Arial,sans-serif;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	background: #062E4B;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: normal;
	overflow-x: hidden;
}

a {
	color: var(--ssus-primary-blue);
	text-decoration: underline;
}

a:hover {
	color: #5DB1E3;
}

a.noclick {
	pointer-events: none;
}

a img {
	outline: none;
	border: 0;
}

.wrapper, .woocommerce #container {
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 30px;
}

.wrapper:after,.wrapper:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

.wrapper:after {
	clear: both;
}

*::selection {
	color: #FFF;
	background-color: var(--ssus-primary-blue);
}

*::-khtml-selection {
	color: #FFF;
	background-color: var(--ssus-primary-blue);
}

*::-webkit-selection {
	color: #FFF;
	background-color: var(--ssus-primary-blue);
}

*::-moz-selection {
	color: #FFF;
	background-color: var(--ssus-primary-blue);
}

*::-ms-selection {
	color: #FFF;
	background-color: var(--ssus-primary-blue);
}

*::-o-selection {
	color: #FFF;
	background-color: var(--ssus-primary-blue);
}

.social {
	display: inline-block;
	width: 21px;
	height: 22px;
	text-indent: -999em;
	text-align: left !important;
	background: url(../images/icons-social.png) no-repeat;
}

.social.facebook {
	background: url(../images/facebook.png) no-repeat;
}

.social.twitter {
	background: url(../images/twitter.png) no-repeat;
}

.social.google {
	background: url(../images/google+.png) no-repeat;
}

.social.linkedin {
	background: url(../images/linkedin.png) no-repeat;
}

.button:not(.wp-block-button),
.wp-block-button .wp-block-button__link {
	display: inline-block;
	height: auto;
	color: #fff;
	font: 600 18px/1.618 Raleway,Lato,Arial,sans-serif;
	text-decoration: none;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.button:hover {
	color: #FFF;
}

.wp-block-button .wp-block-button__link {
	background-color: var(--ssus-primary-blue);
	color: #ffffff;
}

.button.blue,.button.gform_button {
	background-color: #5DB1E3;
	white-space: nowrap;
}

.button.blue:hover,.button.gform_button:hover {
	background-color: #329cdb;
}

.button.darkblue {
	background-color: var(--ssus-primary-blue);
}

.button.darkblue:hover {
	background-color: #0f75be;
}

.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 {
	border-color: #FFF;
	background: #029A55;
}

.button.green:hover {
	background: #028147;
}

.button [src*="icon-calendar"] {
	top: 50%;
	left: 24px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.button [src*="icon-newsletter"],
.button [src*="icon-image"] {
	top: 50%;
	left: 24px;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.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;
}

.alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: calc(100vw - 8px);
	width: 100vw;
}

.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px calc( ( 767px - 920px ) / 2 );
		max-width: 920px;
		width: 920px;
	}
}

.viewMore,
.viewMore .label,
.view-more,
.view-more .label {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
}

.viewMore .label,
.view-more .label {
	border-bottom: 1px dotted;
}
/*.viewMore .fa {
	margin-right: 3px;
}
.viewMore:hover {
}*/
#topHeader {
	color: #747474;
	font-size: 14px;
	padding: 8px 10px;
	background-color: var(--ssus-blue-grey);
}

#topHeader:after,#topHeader:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#topHeader:after {
	clear: both;
}

#topHeader a {
	color: inherit;
	text-decoration: none;
}
/*#topHeader sspan{
	display: inline-block;
	width: 1px;
	height: 25px;
	text-indent: -999em;
	margin: 0 14px;
	zoom: 1;
	background-color: transparent;
	background-color: rgba(255,255,255,0.35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59FFFFFF,endColorstr=#59FFFFFF)
}
#topHeader sspan:last-child{
	display: none;
}*/
#topHeader p:first-child {
	float: left;
	width: 35%;
	margin: 0;
}

#topHeader aside {
	float: right;
	top: -3px;
}

#topHeader aside img[src*="flag-"] {
	margin-left: 4px;
}

#topHeader aside img[src*="icon-"] {
	display: inline-block;
	top: 5px;
}

#topHeader aside tel {
	text-transform: uppercase;
}

#topHeader aside tel img[src*="icon-"] {
	top: 7px;
	margin-right: 10px;
}

#trueHeader {
	z-index: 500;
	padding: 0px 0 0px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	background-color: #ffffff;
}

#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;
	margin-top: 20px;
}

#trueHeader #nav ul,
#trueHeader #nav li {
	margin: 0;
	padding: 0;
}

#trueHeader #nav ul li {
	display: inline-block;
}

#trueHeader #nav ul li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 10px;
	border-bottom: 1px solid transparent;
	transition: color 0.35s ease;
	-khtml-transition: color 0.35s ease;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	background-color: transparent;
}

#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: #F9F9F9;
	border-bottom-color: #084169;
	background-color: #0A5284;
}
/*#trueHeader #nav ul li.over a{
	color: #F9F9F9;
	border-bottom-color: #084169;
	background: #0A5284
}*/
#trueHeader #nav .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

#trueHeader #nav ul li:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

#trueHeader #nav ul li > .sub-menu li {
	display: block;
}

#trueHeader #nav ul li > .sub-menu li a {
	display: block;
	color: #D6EAF5;
	padding: 13px 15px;
	background-color: #0A5287;
}

#trueHeader #nav ul li>.sub-menu li a:hover {
	color: #ACE0FF;
	background: #073A5F;
}

#trueHeader #nav .sub-menu .sub-menu {
	margin: -50px 0 0 209px;
}
/*#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 #theSlides .slide {
	z-index: 0;
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;*/
	opacity: 0;
	filter: alpha(opacity=0);
	hheight: 561px;
	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 .slide-inner {
	hheight: 484px;
	color: #FFF;
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-khtml-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-ms-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	-o-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);*/
	text-align: left;
	/*white-space: nowrap*/;
}

#slideshow #theSlides .slide .slide-inner .cell {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

#slideshow #theSlides .slide .slide-inner h2 {
	font-family: Raleway,Lato,Arial,sans-serif;
	letter-spacing: normal;
	margin: 0 0 10px 0;
}

#slideshow #theSlides .slide .slide-inner .button {
	z-index: 1;
	top: 10px;
	margin-left: 0;
	position: relative;
}

#slideshow #theSlides .slide .slide-inner .button+.button {
	margin-left: 13px;
	text-align: center;
}

.no-csstransitions #slideshow #theSlides .slide {
	display: none;
	filter: alpha(opacity=100) !important;
}

#masthead {
	background: -webkit-gradient(linear, left bottom, left top, from(#f2f4f9), to(#fff));
	background: -o-linear-gradient(bottom, #f2f4f9 0%, #fff 100%);
	background: linear-gradient(0deg, #f2f4f9 0%, #fff 100%);
	padding: 30px 0;
}

#masthead .table,#masthead .cell {
	height: 100%;
	text-align: left;
}

#masthead h1 {
	color: #21242f;
	font-size: 32px !important;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

#masthead .button {
	z-index: 1;
	float: right;
}

#content {
	zoom: 1;
}

#content:after,#content:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content:after {
	clear: both;
}

section#content:not(.wrapper), body #content:not(.wrapper) {
	width: auto !important;
}

#content .contentBlock {
	padding: 33px 0;
	background: #FFF;
}

#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: 100%;
	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 Raleway,Lato,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: normal;
	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;
}

#footer h2 {
	font: 600 22px Raleway,Lato,Arial,sans-serif;
	margin: 0 0 15px;
}

#footer a:not(.uk-slidenav) {
	color: #FFF;
	text-decoration: none;
}

#footer #topFooter a {
	border-bottom: 1px dotted;
	padding-bottom: 2px;
}

#footer #topFooter a.social {
	border-bottom: 0 none;
	padding-bottom: 0;
}

#footer a:hover {
	color: rgba(255,255,255,0.6);
}

#footer ul,#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	margin-bottom: 8px;
}

#topFooter {
	padding: 35px 0 10px;
	background-color: var(--ssus-primary-blue);
}

#topFooter .widget {
	float: left;
	width: 17.94%;
	margin-left: 2.564102564102564%;
}

#topFooter .widget:first-child {
	margin-left: 0;
}

#topFooter .widget:last-child {
	white-space: nowrap;
}

#topFooter .widget i {
	display: inline-block;
	width: 30px;
}

#trueFooter {
	padding: 35px 0;
	text-align: center;
}
/*#trueFooter ul li {
	_padding: 0 15px;
}
#trueFooter table{
	width: 100%;
	margin: 0 0 10px
}
#trueFooter table td{
	padding: 0 5px
}*/
#sidebar {
	float: left;
	width: 27.076923076923077%;
	margin: 20px 0 0;
	padding: 0;
	border-left: 1px solid #E1E1E1;
}

#sidebar #pageNav,#sidebar .widget {
	padding: 27px 0 27px 28px;
	border-bottom: 1px solid #E1E1E1;
}

#sidebar #pageNav:last-child,#sidebar .widget:last-child {
	border-bottom: 0;
}

#sidebar h2 {
	color: var(--ssus-primary-blue);
	font: 18px Raleway,Lato,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;
}

.single #sidebar #pageNav {
	padding-top: 27px;
}

#sidebar #pageNav ul,#sidebar #pageNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #pageNav ul li a {
	display: block;
	color: #191A19;
	font: 300 18px Raleway,Lato,Arial,sans-serif;
	text-decoration: none;
	padding: 10px 0;
}

#sidebar #pageNav ul li a:hover {
	color: var(--ssus-primary-blue);
}

#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: var(--ssus-primary-blue);
	font-weight: 700;
}

#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: 10px 0 20px;
}

#sidebar #pageNav ul li>ul li a {
	font: 300 0.8em/1em Raleway,Lato,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-weight: 300;
}

.sidebar .dropdownBox,
#sidebar .dropdownBox {
	margin: 7px 0 11px;
	min-width: 190px;
}

.sidebar .dropdownBox.open label span,
#sidebar .dropdownBox.open label span {
	background-position: left 95%;
}

.sidebar .dropdownBox label,
#sidebar .dropdownBox label {
	cursor: pointer;
	display: block;
	height: 46px;
	color: #191A19;
	font: 18px/1.618 Raleway,Lato,Arial,sans-serif;
	padding-left: 18px;
	border: 1px solid #D6D6D6;
	background: #FFF;
}

.sidebar .dropdownBox label span,
#sidebar .dropdownBox label span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	left: auto;
	width: 44px;
	height: 46px;
	background: url(data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAaUlEQVQoz2O4du2aDhD3gWgGAgBFLZDYC8QPoNgUjyZTJHV7QQJeSAIg7IVFE3Y1WCTCkDSF4TUYzSkgnAzFDwh6Ber5G2iKH0DFdAiFnDIQX0DSBGIrMxADgApFobaAsCgDKQCqGacmAD70xjvIZUEUAAAAAElFTkSuQmCC) center no-repeat;
}

.sidebar .dropdownBox ul,
#sidebar .dropdownBox ul {
	z-index: 5;
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	max-height: 350px;
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #D6D6D6;
	border-top: 0;
	background: #FFF;
}

.sidebar .dropdownBox ul li a,
#sidebar .dropdownBox ul li a {
	display: block;
	color: #191A19;
	font: 16px Raleway,Lato,Arial,sans-serif;
	text-decoration: none;
	padding: 8px 18px;
}

.sidebar .dropdownBox ul li a:hover,
#sidebar .dropdownBox ul li a:hover {
	background: #EFEFEF;
}

.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: var(--ssus-primary-blue);
	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: 70.35897435897436%;
	padding: 20px 0 0;
	margin-right: 2.564102564102564%;
}

#page.full {
	float: none;
	width: auto;
	margin: 0;
}

#page h1,#page h2,#page h3,#page h4,#page h5,#page h6 {
	color: var(--ssus-primary-blue);
	_font-weight: 500;
	_font-family: Raleway,Helvetica,Lato,Arial,sans-serif;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.618;
}

#page h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

#page h3 {
	font-size: 24px;
}

#page .button {
	height: 50px;
}

#page img {
	max-width: 100%;
	height: auto;
}

#page img.wp-block-cover__image-background {
	height: 100%;
}

#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 #E1E1E1;
}

#page ul {
	list-style-image: url(../images/icon-bullet.jpg);
}

#page table {
	table-layout: fixed;
	width: 100%;
	margin: 22px 0 36px;
	border-collapse: collapse;
}

#page table td,#page table th {
	padding: 2px 4px;
	border: 1px solid #D6D6D6;
}

#page table th:first-child {
	text-align: left;
}

#page table thead tr {
	background: #D6EAF6;
}

#page table thead th {
	font: 700 16px Raleway,Lato,Arial,sans-serif;
	padding: 8px 10px;
	text-align: left;
}

#page table tbody tr td img {
	top: 1px;
}

.gform_wrapper input[type=text],.gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=url], .gform_wrapper select,.gform_wrapper textarea {
	display: inline-block;
	color: #191A19;
	font: 300 18px Raleway,Lato,Arial,sans-serif;
	margin: 0 0 10px;
	padding: 6px 9px;
	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 input[type=tel]:focus, .gform_wrapper input[type=url]:focus, .gform_wrapper select:focus,.gform_wrapper textarea:focus {
	border-color: #5DB1E3;
}

body .gform_wrapper .top_label .hidden_label div.ginput_container,
body .gform_wrapper ul li.hidden_label.gfield {
	margin-top: 0;
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below.hidden_label.gf_left_half,
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below.hidden_label.gf_right_half {
	margin-top: 0 !important;
}

#pageFooter {
	zoom: 1;
	margin-bottom: -20px;
}

#pageFooter:after,#pageFooter:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#pageFooter:after {
	clear: both;
}

#pageFooter ul,#pageFooter li {
	display: inline;
	margin: 0;
	padding: 0;
}

#pageFooter li a {
	float: left;
	display: block;
	width: 300px;
	height: 49px;
	color: #FFF;
	font: 20px/1.618 Raleway,Lato,Arial,sans-serif;
	text-decoration: none;
	margin: 0 20px 20px 0;
	padding: 0 28px;
	zoom: 1;
	background-color: transparent;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
}

#pageFooter li a:hover {
	zoom: 1;
	background-color: transparent;
	background-color: rgba(0,0,0,0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
}

#pageFooter li a span {
	float: right;
}

#pageFooter li:nth-child(3n)>a {
	margin-right: 0;
}

#content #topBanner {
	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 {
	ffloat: left;
	ppadding-top: 25px;
	width: 62%;
	color: var(--ssus-primary-blue);
	margin: 0;
	align-self: center;
	padding-right: 50px;
}

#content #topBanner #bannerStat {
	ffloat: right;
	width: 38%;
	color: #252525;
	font: 300 16px Raleway,Lato,Arial,sans-serif;
	white-space: nowrap;
	padding: 10px 20px;
	border-left: 1px solid #E1E1E1;
}

#content #topBanner #bannerStat p {
	margin: 0;
}

#content #topBanner #bannerStat strong {
	display: inline-block;
	top: 1px;
	width: 65px;
	color: var(--ssus-primary-blue);
	font: 700 21px Raleway,Lato,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 #sellingPoints {
	zoom: 1;
	margin-top: 37px;
	padding-top: 53px;
	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: #0B588F;
	font: 400 22px Raleway,Lato,Arial,sans-serif;
	margin: 0 0 7px;
}

#content #sellingPoints p {
	letter-spacing: normal;
}

#content #sellingPoints div:first-child {
	float: left;
	width: 65%;
	margin-right: 5%;
}

#content #sellingPoints div:last-child {
	float: right;
	width: 30%;
	color: var(--ssus-primary-blue);
	font: 300 20px/1.618 Raleway,Lato,Arial,sans-serif;
}

#content #sellingPoints div:last-child .button {
	display: block;
	width: 100%;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
}

#content #caseStudies {
	padding: 55px 0 35px;
}

#content #caseStudies hr {
	margin: 40px 0 57px;
	border: 0;
	border-top: 1px solid #E1E1E1;
}

#content #caseStudies h2 {
	color: #9D9999;
	font: 300 22px Raleway,Lato,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 #E1E1E1;
}

#content #caseStudies table td:last-child {
	border-right: 0;
}

#content .hotel-info {
	zoom: 1;
	height: 218px;
	overflow: hidden;
	margin: 21px 0 25px;
	background: #D6EAF6;
}

#content .hotel-info:after,#content .hotel-info:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#content .hotel-info:after {
	clear: both;
}

#content .hotel-info img {
	float: left;
	width: 340px;
	height: 100%;
}

#content .hotel-info figcaption {
	float: right;
	width: 330px;
	font: 16px/1.618 Arial,sans-serif;
	padding: 1px 27px;
}

#content .hotel-info 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;
}

.h2-outside {
	font-size: 26px;
	font-weight: 400;
	line-height: 38px;
	margin-bottom: 20px;
	color: var(--ssus-primary-blue);
	font-family: sans-serif;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
}

#content #hotelInfo ,.gdl-page-item #hotelInfo {
	height: 218px;
	overflow: hidden;
	margin: 25px 0;
	background: #f6f6f6;
	width: auto;
	max-height: 350px;
}

#content #hotelInfo:after,#content #hotelInfo:before,.gdl-page-item #hotelInfo:after,.gdl-page-item #hotelInfo:before {
	content: "\0020";
	display: table;
	height: 0;
	overflow: hidden;
}

#content #hotelInfo:after,.gdl-page-item #hotelInfo:after {
	clear: both;
}

#content #hotelInfo img ,.gdl-page-item #hotelInfo img {
	float: left;
	width: calc(100% / 3);
	height: 100%;
}

#content #hotelInfo figcaption ,.gdl-page-item #hotelInfo figcaption {
	float: right;
	width: calc(100% / 3);
	font-size: 14px;
	padding: 7px 11px;
	height: 100%;
	overflow: auto;
}

#content #hotelInfo figcaption p, .gdl-page-item #hotelInfo figcaption p {
	margin-bottom: 10px;
	line-height: inherit;
}

#content #location_map, .gdl-page-item #location_map {
	bottom: 5px;
	height: 400px;
	width: 400px;
}

#content #location_map > a, .gdl-page-item #location_map > a {
	display: block;
	margin-bottom: 5px;
}

#content #location_map_small, .gdl-page-item #location_map_small {
	width: calc(100% / 3);
	height: 218px;
	float: left;
}

#content #location_map-small > a, .gdl-page-item #location_map_small > a {
	display: block;
}

#content #bookingInfo ,.gdl-page-item #bookingInfo {
	margin: 45px 0 0;
}

#content #bookingInfo p ,.gdl-page-item #bookingInfo p {
	font-weight: 700;
	font-size: 16px;
}

#content #bookingInfo .button+p ,.gdl-page-item #bookingInfo .button+p {
	display: inline;
	top: -4px;
	left: 13px;
	margin: 0;
}

#content .courseTax {
	font: 300 36px Raleway,Lato,Arial,sans-serif;
	margin: 78px 0 40px;
}

#content .courseTax a {
	display: inline-block;
	color: #191A19;
	font: 16px Raleway,Lato,Arial,sans-serif;
	text-decoration: underline;
	padding: 5px 10px;
	margin: 0 15px;
	background: #F1F1F1;
}

#content .courseTax a:hover {
	color: var(--ssus-primary-blue);
}

#content .course h3 {
	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: 8px 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 #E1E1E1;
}

#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, #page .case_study, .search-results #thePosts > article {
	margin: 0 0 20px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

#page .post:after,#page .post:before {
	content: " ";
	display: table;
	height: 0;
	overflow: hidden;
}

#page .post:after {
	clear: both;
}

#page .post:last-child,
#page .case_study:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

#page .post figure,
#page .case_study figure {
	margin-top: 10px;
	margin-bottom: 10px;
	_text-align: center;
}

#page .post figure > a, #page .case_study figure > a, #page #thePosts figure > a {
	display: block;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
	padding: 5px;
}

#page .post figure img,
#page .case_study figure img {
	_float: left;
	display: block;
	max-width: 100%;
	height: auto;
}

#page .post figure + aside,
#page .case_study figure + aside {
	float: right;
	width: 70%;
	margin-left: 20px;
}

#page .post h2 a,
#page #thePosts h2 a,
#page .case_study h2 a {
	line-height: inherit;
	text-decoration: none;
}

#page .post h2 + em,
#page #thePosts h2 + em,
#page .case_study h2 + em {
	display: block;
	color: #323432;
	font: 300 16px Raleway,Lato,Arial,sans-serif;
	margin-top: -18px;
}

#page .post .viewMore,
#page .post .view-more {
	_float: right;
}

#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 #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: 85px;
	height: auto;
}

#popup header h2 {
	float: right;
	color: var(--ssus-primary-blue);
	font: 43px Raleway,Lato,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

#popup header+ul {
	float: left;
	width: 320px;
	font: 300 15px/1.618 Raleway,Lato,Arial,sans-serif;
	letter-spacing: normal;
	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], #popup .gform_wrapper input[type=tel], #popup .gform_wrapper input[type=url] {
	display: block;
	width: 100%;
	height: 57px;
	font: 300 18px/1.618 Raleway,Lato,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 Raleway,Lato,Arial,sans-serif;
}

.page-template-template-ourClients-php #content #sellingPoints {
	margin-top: 0;
	padding: 15px 0;
	border-top: 0;
}

.company-info {
	_text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.company-info img {
	max-width: 300px !important;
	margin-bottom: 20px;
}
/*# sourceMappingURL=core.css.map */
/* NEW CSS */
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

p, h2 {
	word-break: normal;
	white-space: normal;
}

#caseStudies ul {
	float: left;
	width: 100%;
	padding: 0;
	display: table;
	margin: 0 0 30px;
}

#caseStudies ul li {
	list-style: none;
	width: 18%;
	display: table-cell;
	vertical-align: middle;
}

#caseStudies ul li + li {
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px solid #ccc;
}

#caseStudies ul li img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	width: 80%;
	-webkit-filter: grayscale(100%) opacity(20%);
	filter: grayscale(100%) opacity(20%);
}

#caseStudies ul li:hover img {
	-webkit-filter: grayscale(0%) opacity(40%);
	filter: grayscale(0%) opacity(40%);
}

script + iframe {
	display: none;
}

.menu-toggle {
	display: none;
	float: right;
	margin-top: 28px;
	font-size: 24px;
	color: #fff;
	background-color: var(--ssus-primary-blue);
	padding: 5px 8px 4px;
	border: 0 none;
	line-height: 1;
	border-radius: 2px;
	_box-shadow: 0 0 1px rgba(0,0,0,0.15);
}

span.line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

span.line + span.line {
	margin-top: 5px;
}

#footer ul:not(.footerpanel-menu) {
	width: 100% !important;
	display: table;
}

#thePopup {
	position: relative;
}

.close {
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 15;
}

.headerNav, .headerNav ul {
	padding: 0;
	float: right;
	margin: 0;
}

.headerNav li {
	float: left;
	list-style: none;
}

.headerNav > li + li:before {
	content: "|";
	margin-left: 5px;
	padding-right: 5px;
}

.pphone {
	width: 13px;
	margin-top: 2px;
	margin-right: 5px;
}

.eemail {
	width: 18px;
}

.mobileHeaderNav {
	display: none;
}

.mobileHeaderNav .sep {
	height: auto !important;
}

.block + .block {
	margin-top: 10px;
}

p#tracking_code_field, #tracking_code, #uid_class_type_field,#uid_class_type, #opp_payment_method,#opp_payment_method_field, #sales_receipt,#sales_receipt_field, .woocommerce-shipping-fields #_wclli_locklizard_user_id_field, .woocommerce-shipping-fields #_wclli_locklizard_license_field, .woocommerce-shipping-fields #_wcl_instruction_pdf_path_field, .woocommerce-shipping-fields #_wcl_welcome_email_content_field, .woocommerce-shipping-fields #is_third_party_purchase_field, .woocommerce-shipping-fields #sales_receipt_field, .woocommerce-shipping-fields #billing_tp_first_name_field, .woocommerce-shipping-fields #billing_tp_last_name_field, .woocommerce-shipping-fields #billing_tp_company_field, .woocommerce-shipping-fields #billing_tp_email_field, .woocommerce-shipping-fields #billing_tp_phone_field, .woocommerce-shipping-fields #billing_tp_country_field, .woocommerce-shipping-fields #billing_tp_address_1_field, .woocommerce-shipping-fields #billing_tp_address_2_field, .woocommerce-shipping-fields #billing_tp_city_field, .woocommerce-shipping-fields #billing_tp_state_field, .woocommerce-shipping-fields #billing_tp_postcode_field {
	display: none;
}

h3#userattendee-information_field {
	padding-top: 35px;
}
/* WOOCOMMERCE */
.woocommerce div.product, .woocommerce .products ul, .woocommerce ul.products {
	background-color: #f7f7f7;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 30px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.woocommerce div.product div.images img {
	padding: 5px;
	background-color: #ddd;
}

.woocommerce div.product form.cart .variations {
	border: 1px solid #ddd !important;
	padding: 15px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eee;
	margin-bottom: 0 !important;
}

.woocommerce div.product form.cart .variations td {
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
}

.woocommerce div.product form.cart .variations td.label {
	width: 160px;
}

.woocommerce div.product form.cart .variations td.value {
	width: 300px !important;
}

.variations tr:first-child {
}

.variations select, .orderby {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 15px;
	display: block;
	color: #fff;
	background-color: #5DB1E3;
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	text-transform: uppercase;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.label, .value, .woocommerce-ordering {
	position: relative;
}

.variations .value::after, .woocommerce-ordering::after {
	color: #fff;
	content: "";
	font-family: FontAwesome;
	font-size: 24px;
	pointer-events: none;
	position: absolute;
	right: 22px;
	top: 12px;
}

.woocommerce-ordering::after {
	top: 6px !important;
}

.reset_variations {
	display: none;
}

.woocommerce div.product form.cart .variations td {
	vertical-align: middle !important;
}

.amount {
	color: var(--ssus-primary-blue);
	font-weight: 700;
}

#tab-description a {
	font-size: 24px;
}

.woocommerce .quantity .qty {
	height: 36px;
}

.woocommerce-cart table.cart img {
	width: auto;
}

.single_variation {
	float: left;
	margin-bottom: 0;
	margin-left: 32px;
	margin-right: 5px;
	margin-top: 5px;
}

.shop_table.cart {
	background-color: #f7f7f7;
}

.shop_table.cart td {
	border: 1px solid #ddd;
}

table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
	margin-bottom: 0 !important;
}

#coupon_code {
	width: 150px !important;
	height: 34px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cart_totals th {
	background-color: #d6eaf6;
	color: var(--ssus-primary-blue);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	line-height: 30px;
}

.coupon input.button {
	background-color: #35BE35;
	padding-top: 6px !important;
}

.coupon input.button {
	background-color: var(--ssus-primary-blue) !important;
	color: #fff !important;
	min-width: auto;
	width: auto;
}

.woocommerce a.remove {
	margin: 0 auto;
}

.woocommerce table.shop_table td, .cart-collaterals td {
	border: 1px solid #ddd !important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: auto;
}

.cart-collaterals tbody {
	background-color: #f7f7f7;
}

#page .cart-collaterals table tbody td {
	border: 1px solid #ddd !important;
}

body.woocommerce-cart input.button {
	height: auto !important;
}

.cart .button {
	background-color: #029A55 !important;
	color: #fff;
}

.cart .button:hover {
	background-color: #028147 !important;
}

.coupon + .button {
	background-color: #029A55 !important;
	color: #fff !important;
	padding-top: 6px !important;
}

.coupon + .button:hover {
	background-color: #028147 !important;
}

.orderby {
	height: 40px;
	width: 225px;
}

.woocommerce-result-count {
	margin-top: 15px !important;
}

.woocommerce .products {
	margin-top: 75px;
	padding: 30px !important;
}

.woocommerce ul.products li.product a img {
	padding: 10px;
	background-color: #ddd;
}

.woocommerce ul.products li.product .button {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.woocommerce ul.products li.product .button {
	background-color: #5DB1E3;
	color: #fff;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .price {
	text-align: center;
}

.single_add_to_cart_button {
	line-height: normal !important;
}

.woocommerce .woocommerce-message {
	border-top-color: #5db1e3 !important;
	line-height: 35px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	background-color: #0a5284;
	color: #fff;
	float: right;
	min-width: 0;
	text-align: center;
}

.woocommerce td.product-name dl.variation dd {
	margin-left: 0;
	width: 100%;
}

.woocommerce td.product-name dl.variation dt {
	display: block;
	width: 100%;
}

.product-name {
	width: 30%;
}

.product-name > a {
	display: block;
	margin: 15px 0;
}

.variation-Upgrade p, .variation-SelectDate p {
	margin-top: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #029A55 !important;
	color: #fff;
}

.wc-proceed-to-checkout {
	float: right !important;
}

.woocommerce div.product form.cart .variations select {
	float: left;
	padding: 10px 45px 15px 15px;
	width: 100%;
}

.checkout h3 {
	font-size: 22px !important;
	margin-top: 10px;
}
/* Menu Cart styles */
#trueHeader #logo {
	margin-right: 15px;
}

#trueHeader #nav ul li a {
	padding: 15px 8px;
}

.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. */;
}