.st_facebook, .st_twitter {
	display: none;
}


.kint dt {
	min-width: 800px;
}
h3 {
	line-height: 1.4;
}
h4{
	line-height: 1.4;
}

body {
	overflow-x: hidden;
	font-family: "Open Sans", Helvetica, arial, sans-serif;
}

a {
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
	-moz-transition: color 0.25s linear, background-color 0.25s linear;
	-o-transition: color 0.25s linear, background-color 0.25s linear;
	-ms-transition: color 0.25s linear, background-color 0.25s linear;
	transition: color 0.25s linear, background-color 0.25s linear;
	color: #fb7f00;
}
a:hover {
	color: #666;
}
p + ul, p + ol {
	margin-top: -10px;
}
dl { margin: 0; }
dt {
	width: 100px;
	float: left;
	clear: left;
	font-weight: bold;
}
dd {
	margin-left: 110px;
	padding: 0 0 6px 0;
}
dt, dd {
	line-height: 16px;
	min-height: 16px;
}
dd p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}
h5 {
	font-weight: bold;
}
#gmap img, .gmnoprint img {
	max-width: none;
}
.row.divider > [class*='col-']:not(:last-child):after {
	display: block;
	content: '';
	background: #333;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	min-height: 100px;
}
html.c5-edit-mode .inner-content {z-index:auto;}

.ccm-file-selector-file-selected .clearfix {
	max-height: 240px;
}
.btn-default {
	color: #fff;
	background-color: #fb7f00;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #fb7f00 #ea8f0b #eb9a25;
	font-weight: 500;
	text-shadow: none;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	background-color: #666;
	color: #eee;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.focus, .btn-default:active.focus, .btn-default:active:focus, .btn-default:focus {
	background-color: #ccc;
	color: #666;
	border-color: #fb7f00;
	outline-color: #fb7f00;
}
.btn-primary {
	color: #000;
	text-shadow: none;
	background-color: #fff;
	background-image: none;
	border-color: #fb7f00 #ea8f0b #eb9a25;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fff;
	color: #333;
	border-color: #8b0e27 #bc1c3c #fb7f00;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.focus, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:focus {
	background-color: #ccc;
	color: #666;
	border-color: #fb7f00;
	outline-color: #fb7f00;
}
.bootstrap-select .btn-default {
	background-color: #fff;
	color: #333;
	border-color: #aaa;
	border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
}
.bootstrap-select.btn-group .dropdown-menu > li > a:hover,
.bootstrap-select.btn-group .dropdown-menu > li > a:focus:hover {
	color: #fff;
	background: #fb7f00;
}
#hd .navbar {
	min-height: 85px;
}
#hd .navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
	z-index: 50;
}
.ccm-panel-ready.ccm-toolbar-visible #hd .navbar-default {
	z-index: auto;
}
#hd .navbar-brand {
	display: block;
	padding: 14px 15px 15px 30px;
	height: 85px;
}
#hd .navbar-brand img {
	max-height: 56px;
}
@media screen and (max-width: 768px) {
	#hd .navbar-default {
		min-height: 50px;
	}
	#hd .navbar-brand {
		height: 50px;
		padding: 5px;
	}
	#hd .navbar-brand img {
		height: 40px;
	}
	.nav.navbar-nav.navbar-right {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-right > li.collapse {
		display: none;
	}
	.navbar-right > li.collapse.in {
		display: block;
	}
}

/* NAVIGATION */

.gte-768 #navbar { text-align: center; }
.gte-768 #navbar > ul > li {
	position: relative;
	float: none;
	vertical-align: top;
	display: inline-block;
	border: none;
}
.gte-768 #navbar > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
.gte-768 #navbar > ul > li.dropdown > a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.gte-768 #navbar > ul > li > ul {
	position: absolute;
	padding:0px;
    background: #ebebeb;
}
.gte-768 #navbar ul > li > ul > li {
	background: #4d525a;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	right: 0px;
}
.gte-768 #navbar ul > li > ul > li > a {
	color: #FFF;
	font-size:12px;
	background: #4d525a;
	border-right: 2px solid #4d525a;
	padding-right: 60px;
}
.gte-768 #navbar ul > li > ul > li > a:hover,
.gte-768 #navbar ul > li > ul > li:hover > a {
	border-right-color: #fb7f00;
	color: #fb7f00;
}
.gte-768 #navbar ul > li > ul > li > a::before {
	content: "\f061";
	font-weight: 300;
	padding-right: 10px;
	color: #fb7f00;
	font-family: "Font Awesome 5 Pro";
}
.gte-768 #navbar ul > li > ul > li > ul {
	position: absolute;
	left: 100%;
}

.gte-768 #navbar > ul > li.nav-item-182,
.gte-768 #navbar > ul > li.nav-item-16217 {
	position: static;
}
.gte-768 #navbar > ul > li.nav-item-182.dropdown:hover > ul,
.gte-768 #navbar > ul > li.nav-item-16217.dropdown:hover > ul {
	height:415px;
}

@media (min-width: 768px) {
	.nav-item-182.dropdown:hover > .dropdown-menu,
	.nav-item-182 .dropdown:hover > .dropdown-menu,
	.nav-item-16217.dropdown:hover > .dropdown-menu,
	.nav-item-16217 .dropdown:hover > .dropdown-menu {
		display: flex !important;
	}
}
.gte-768 #navbar > ul > li.nav-item-182 > ul,
.gte-768 #navbar > ul > li.nav-item-16217 > ul {
	display: flex !important;
	flex-flow: column nowrap;
	align-items: stretch;

	margin: 0px;
	right:0px;
	padding:0px;

	height: 0px;
	min-height:0px;
	overflow: hidden;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gte-768 #navbar > ul > li.nav-item-182 > ul::after,
.gte-768 #navbar > ul > li.nav-item-16217 > ul::after{
	content:" ";
	height: 100%;
	background-color: #4d525a;
	flex-grow: 1;
	width:36.5vw;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li {
	width:36.5vw;
	flex-flow: row nowrap;
	text-align: right;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul {
	align-self: flex-start;
	flex-flow: column nowrap;
	align-items: stretch;

    position: absolute;
    float: none;
	left: 100%;
	top: 18px;
	height: 370px;

	border: none;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li:nth-of-type(2) > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li:nth-of-type(2) > ul {
    top: -35px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li:nth-of-type(3) > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li:nth-of-type(3) > ul {
    top: -88px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul::after,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul::after{
	content:" ";
	height: 100%;
	flex-grow: 1;
	width: 240px;
	border-right: 2px solid #d8d8db;
	background-color: #ebebeb;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li {
	padding: 0px;
	background: #ebebeb;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > a,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > a {
	border-right: 2px solid #d8d8db;
	color: #686b70;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	width: 240px;
	font-size: 12px;
	line-height: 15px;
	background: #ebebeb;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li:first-of-type > a,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li:first-of-type > a {
	padding-top: 0px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > a::before,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > a::before {
	color: #fb7f00;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li:hover > a,
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > a:hover,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li:hover > a,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > a:hover {
	border-right-color: #fb7f00;
	color: #fb7f00;
}

.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul {
	align-self: flex-start;
	flex-flow: column nowrap;
	align-items: stretch;

    position: absolute;
    float: none;
	left: 100%;
	top: 0px;
	height: 354px;

	border: none;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul::after,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul::after {
	content:" ";
	height: 100%;
	flex-grow: 1;
	background-color: #ebebeb;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li {
	padding: 0px;
	background: #ebebeb;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > a,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > a {
	color: #686b70;
	font-size: 12px;
	line-height: 15px;
	padding-right: 0px;
	background: #ebebeb;
	word-wrap: normal;
	white-space: pre-line;
	border: none;
	width: 200px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > a::before,
.gte-768 #navbar ul > li.nav-item-16217> ul > li > ul > li > ul > li > a::before {
	content:'';
	padding: 0px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > a:hover,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > a:hover {
	color: #fb7f00;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li.dropdown,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li.dropdown {
	order: 99;
	align-self: flex-start;
	flex-flow: column nowrap;
	align-items: stretch;

    position: absolute;
    float: none;
	left: 0px;
	top: 0px;
	height: 354px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li:hover > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li:hover > ul {
	display: block !important;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li.dropdown:nth-of-type(1),
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li.dropdown:nth-of-type(1) {
	left: 200px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li.dropdown:nth-of-type(2),
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li.dropdown:nth-of-type(2) {
	left: 400px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li.dropdown a,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li.dropdown a {
	font-weight: bold;
	color: #45494f;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > ul {
	position: relative;
	left: 0px;
	display: block;
	box-shadow: none;
	float: none;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background: #ebebeb;
	box-shadow: none;
    border: none;
	word-wrap: normal;
	white-space: pre-line;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li:nth-of-type(2) > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li:nth-of-type(2) > ul {
    top: -35px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li:nth-of-type(3) > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li:nth-of-type(3) > ul {
    top: -90px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li:nth-of-type(4) > ul,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li:nth-of-type(4) > ul {
    top: -145px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > ul > li,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > ul > li {
	padding: 0px;
	background: #ebebeb;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > ul > li > a,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > ul > li > a {
	color: #686b70 !important;
	font-size: 12px;
	line-height: 15px;
	background: #ebebeb;
	padding-right: 0px;
	border: none;
	width: 200px;
	font-weight: normal !important;
	word-wrap: normal;
	white-space: pre-line;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > ul > li > a::before,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > ul > li > a::before {
	content:'';
	padding: 0px;
}
.gte-768 #navbar ul > li.nav-item-182 > ul > li > ul > li > ul > li > ul > li > a:hover,
.gte-768 #navbar ul > li.nav-item-16217 > ul > li > ul > li > ul > li > ul > li > a:hover {
	color: #fb7f00 !important;
}

/* NAVIGATION */

main .subnav {
	border-bottom: 1px solid #333;
	margin-bottom: 60px;
}
.lt-768 header nav .navbar-collapse.in{
	overflow-y: visible;
}
.lt-768 main .subnav {
	margin-bottom: 15px;
}
.gte-768 main .subnav ul.navbar-middle > li {
	margin-right: 50px;
}
.gte-768 main .subnav ul.navbar-middle > li:last-child {
	margin-right: 0;
}
.gte-1200 #hd .search form {
	padding-left: 10px;
	padding-right: 25px;
}
.gte-1200 #hd #switch > a {
	padding-left: 5px;
}
.gte-1200 #hd #switch > a i.fa-chevron-down {
	margin-left: 3px;
}
.gte-1200 #hd #switch > a img {
	margin-right: 3px;
}
.gte-1200 #hd .search {
	max-width: 220px;
}
.gte-768.lt-992 #hd ul.navbar-middle > li > a {
	padding-left: 8px;
	padding-right: 8px;
}
.gte-768 #hd .navbar-nav > li > a {
	padding-top: 33px;
	padding-bottom: 28px;
	color: #595959;
	border-bottom: 4px solid transparent;
}
.gte-768 #hd .navbar-nav.navbar-right > li > a {
	border-bottom: none;
}
.gte-768 #hd .navbar-nav.navbar-right > li {
	padding-bottom: 4px;
}

header #navbar .dropdown-menu{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0px;
}

#hd .navbar-default .navbar-nav > .open > a,
.gte-768 #hd .navbar-default .navbar-nav > .dropdown:not(.mega):hover > a,
#hd .navbar-default .navbar-nav > .open > a:hover,
.gte-768 #hd .navbar-default .navbar-nav > .dropdown:not(.mega):hover > a:hover,
#hd .navbar-default .navbar-nav > .open > a:focus,
.gte-768 #hd .navbar-default .navbar-nav > .dropdown:not(.mega):hover > a:focus,
#hd .navbar-default .navbar-nav > li.selected > a {
	background: transparent;
	border-color: #fb7f00;
}
@media (min-width: 768px) {
	.dropdown:not(.mega):not(.nav-item-182):hover > .dropdown-menu {
		display: block;
	}
}
#hd .navbar-default .navbar-nav > li.active.selected > a {
	border-color: transparent;
	color: #fb7f00;
}
#hd .navbar-right > li > a img {
	margin-right: 6px;
}
#hd .nav > li > a i.fa-chevron-down {
	font-size: 9px;
	font-weight: normal;
	vertical-align: 2px;
	margin-left: 6px;
	color: #F08920;
}
#hd .navbar-toggle {
	border-left: 1px solid #ccc;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
	padding: 0 15px;
	vertical-align: middle;
	height: 50px;
	color: #888;
	margin: 0;
}
.lt-768 #hd #switch > a {
	display: none;
}
.lt-768 #hd #switch.collapse.in > ul.dropdown-menu,
.lt-768 #hd #switch.collapsing > ul.dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	display: block;
}
.lt-768 #hd #switch .multicolumn {
	padding-left: 15px;
	padding-right: 15px;
}
.gte-768 #hd #switch .multicolumn {
	width: 700px;
}
#hd #switch .multicolumn > ul {
	list-style-type: none;
	margin: 0 0 15px 0;
}
.gte-768 #hd #switch .multicolumn > ul > li {
	padding-left: 15px;
}
#hd #switch .multicolumn > ul > li a {
	color: #444;
	text-decoration: none;
}
#hd #switch .multicolumn > ul > li a:hover {
	color: #fb7f00;
}
#hd #switch .multicolumn > ul > li.continent {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.gte-768 #hd #switch .multicolumn > ul > li.continent:first-child {
	margin-top: 5px;
}
#hd #menu-toggle {
	padding: 18px 15px;
}
#hd {
	position: relative;
	/*max-width: 1300px;*/
	margin-left: auto;
	margin-right: auto;
	background: #f1f1f1;
}
#hd .megamenu {
	min-height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f1f1f1;
	color: #000;
	z-index: 24;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}
.lt-768 #hd .megamenu {
	display: none !important;
}
#hd .megamenu.open,
#hd .megamenu.over {
	display: block;
}
#hd a.desktop {
	display: none;
}
#hd li.mega > a {
	display: none;
}
.lt-768 #hd li.mega > a {
	display: block;
}
#hd li.mega > a.desktop {
	display: block;
}
.lt-768 #hd li.mega > a.desktop {
	display: none;
}
.gte-768 .navbar-nav .open.mega > .dropdown-menu {
	display: none;
}
#hd ul.navbar-nav li a {
	background-image: none !important;
}
#hd .megamenu .row.divider > [class*='col-']:not(:last-child):after {
	width: 1px;
	background-color: #bbb;
}
#hd .megamenu a {
	width: 100%;
	padding-top: 61.803%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	color: #595959;
}
#hd .megamenu a:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
#hd .megamenu a span {
	position: absolute;
	width: 100%;
	top: 100%;
	text-align: center;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 15px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
#hd .megamenu a:hover span {
	color: #fff;
}
#hd .megamenu a:hover span {
	font-weight: bold;
}
#hd .megamenu .row > div > div {
	padding: 0 0 50px 0;
	margin-left: 30px;
	margin-right: 30px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
#hd .megamenu .row > div > div:hover {
	background: #595959;
}

div.spacer {
	padding-top: 30px;
	padding-bottom: 30px;
}


ul.grid {
	margin: 0 -6px;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#grid.packed .item .packed,
#grid.list .item .list {
	display: block;
}
#grid.packed .item .list,
#grid.list .item .packed {
	display: none;
}

ul.grid li {
	margin: 0;
	padding: 0;
}

ul.grid .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: soft-light;
	background-color: #888c92;
	border: 6px solid #fff;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
ul.grid .item:hover {
	background-color: transparent;
}
.grid-holder.narrow ul.grid {
	margin: 0 -2px;
}
.grid-holder.narrow ul.grid .item {
	border-width: 2px;
}
.home ul.grid .item {
	border-width: 8px;
}
ul.grid.show-items .item {
	opacity: 1;
}
ul.grid .item .packed {
	height: 100%;
	position: relative;
}
ul.grid .item h2 {
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 100%;
	height:100%;
	margin: 0;
	line-height: 1;
	padding: 6px 0;
	cursor: pointer;
	font-family: 'Open Sans', 'Helvetica', arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 8px;
}
ul.grid .item h2.opening span.title,
ul.grid .item h2.open span.title {
	font-weight: 600;
}
ul.grid .item h2.open.closing span.title {
	font-weight: 600;
}
ul.grid .item h2.bottom.open.closing span.title {
/*	font-weight: bold;*/
}
ul.grid .item h2.hidden {
	display: block !important;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}
ul.grid .item h2.hidden span.title {
	font-size: 26px;
}
ul.grid .item h2.hidden.opening,
ul.grid .item h2.hidden.open {
	opacity: 1;
}
ul.grid .item h2.hidden.open.closing {
	opacity: 0;
}
ul.grid .item h2 a {
	color: #fff;
	text-decoration: none;
	max-width: 100%;
	word-wrap: break-word;
}
ul.grid .item h2 a span.title {
	display: inline-block;
}
/*ul.grid .item h2.bottom a span.title:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
	color: #fff;
	margin: -2px 0 0 6px;
}*/
ul.grid .item h2 a span.blurb {
	display: none;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: none;
	margin-top: 8px;
	font-weight: normal;
	font-size: 14px;
}
ul.grid .item h2.bottom a span.blurb {
/*	font-size: 16px;
	line-height: 1.2;*/
}
ul.grid .item h2.opening a span.blurb,
ul.grid .item h2.open a span.blurb {

}
.lt-768 ul.grid .item h2 a span.blurb {
	display: none;
}
ul.grid .item h2 a span.readmore {
	display: none;
	margin-top: 16px;
	opacity: 0;
	font-weight: normal;
}
ul.grid .item h2.bottom a span.readmore {
/*	font-weight: bold;*/
}

ul.grid .item, ul.grid .grid-sizer {
	width: 25%;
	height: 240px;
}

ul.grid .item.quarter {
	width: 25%;
}
ul.grid .item.half {
	width: 50%;
}
ul.grid .item.third {
	width: 33.3333%;
}
ul.grid .item.twothirds {
	width: 66.6666%;
}
ul.grid .item.threequarters {
	width: 75%;
}
ul.grid .item.full {
	width: 100%;
}
ul.grid .item.two {
	height: 480px;
}


@media screen and (max-width: 992px) {
	ul.grid .grid-sizer,
	ul.grid .item {
		height: 180px;
	}
	ul.grid .item.two {
		height: 360px;
	}
}
@media screen and (max-width: 768px) {
	ul.grid .item,
	ul.grid .item.half,
	ul.grid .item.quarter,
	ul.grid .item.third,
	ul.grid .item.twothirds,
	ul.grid .item.threequarters {
		width: 100%;
		height: 160px;
	}
	.left-column-holder ul.grid .item {
		width: 100%;
		height: 180px !important;
		border: 1px solid #fff;
	}
	ul.grid .grid-sizer {
		width: 100%;
		height: 160px;
	}
	.home .grid-holder {
		margin-top: 0;
	}
}

#grid.list .item,
#grid.list .grid-sizer {
	width: 100%;
	height: auto;
	background-image: none !important;
}
ul.grid .thumb {
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	float: left;
}
input.view-more{
	margin-top: 0px;
}
.view-more {
	background-color: transparent;
	display: inline-block;
	color: #F08920 !important;
	border:1px solid #F08920;
    padding: 5px 25px;
    border-radius: 18px;
	letter-spacing: 2px;
	vertical-align: middle;
	line-height: 27px;
	font-size: 12px;
	margin-top: 20px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.view-more:hover {
	text-decoration: none;
	color: #FFF !important;
	background-color:#F08920;
}
.lt-768 .view-more {
	margin-top: 15px;
	margin-bottom: 15px;
}
.grid-holder {
	margin-top: 30px;
	margin-bottom: 30px;
}
.lt-768 .grid-holder {
	margin-top: 15px;
	margin-bottom: 15px;
}
.grid-holder h1 {
	font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.dropdown-submenu {
    position: static;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.5px;
    margin-left: -1px;
    /*-webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-submenu.short {
	position: relative;
}
.dropdown-submenu.short > .dropdown-menu {
	top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:not(.selected):after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
main .dropdown-menu a.selected {
	background: #fb7f00;
	color: #fff;
}
main .dropdown-menu a.selected:after {
	display: inline-block;
	float: right;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f058";
	color: #fff;
	margin: 4px -15px 0 0;
}
#filter {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
main ul.nav > li > a {
	font-size: 16px;
	color: #666;
	border-bottom: 4px solid transparent;
	text-transform: uppercase;
}
main ul.nav > li:hover > a,
main ul.nav > li.active > a,
main ul.nav > li.selected > a {
	border-color: #fb7f00;
}
main ul.nav > li > a span.caret {
	display: none;
}
main .nav > li > a:hover,
main .nav > li > a:focus,
main .nav .open > a,
main .nav .open > a:hover,
main .nav .open > a:focus {
	background: none;
	border-color: inherit;
}
main .dropdown-menu {
	padding: 0;
}
main .dropdown-menu > li {
	border-bottom: 1px solid #fff;
}
main .dropdown-menu > li:nth-child(odd),
main .dropdown-menu li.dropdown-submenu .dropdown-menu > li:nth-child(even) {
  background: #ebebeb;
}
main .dropdown-menu > li:nth-child(even),
main .dropdown-menu li.dropdown-submenu .dropdown-menu > li:nth-child(odd) {
  background: #ebebeb;
  /*background: #e1e1e1;*/
}
main .dropdown-menu > li > a:focus {
	color: inherit;
	background: inherit;
}
main .dropdown-menu > li > a:hover,
main .dropdown-menu > li > a:focus:hover {
	color: #fb7f00;
	background: #ebebeb;
}
main .dropdown-menu > li > a.selected:hover,
main .dropdown-menu > li > a.selected:focus {
	color: #fff;
	background: #fb7f00;
}
main .dropdown-menu > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
main #layout {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}
#layout p {
	font-family: "Roboto", "Open Sans", Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
#layout p span {
	font-weight: bold;
}
#layout p a {
	color: #333;
	margin-left: 6px;
	line-height: 20px;
}
#layout p a.selected {
	color: #fb7f00;
}

#ft {
	margin-top: 30px;
}
#footer-columns {
	background: #202126;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer-columns h2 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#footer-columns ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 20px;
}
#footer-columns ul li {
  margin-bottom: 5px;
}
#footer-columns ul li:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f105';
  margin: 0 0 0 -20px;
  color: #c0c0c0;
}
#footer-columns ul li a {
	color: #c0c0c0;
	text-decoration: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
#footer-columns ul li a:hover {
	color: #fff;
}
#copyright {
	background: #202126;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top:thin solid #2e2f34;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
#copyright .return-to-top {
	font-size: 20px;
	margin-bottom: 5px;
}
#copyright .return-to-top:hover {
	color: #ccc;
}
#copyright .container.content {
	text-align: center;
}

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



#current-news {
	background: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.lt-768 #current-news {
	padding-top: 15px;
	padding-bottom: 30px;
}
#current-news .owl-stage {
	background: #eee;
}
.home #current-news,
.home #current-news .owl-stage {
	background: transparent;
}
.home #current-news {
	padding-bottom: 10px;
}
#current-news h1 {
	line-height: 1;
	color: #444;
	margin: 0 0 30px 0;
	text-align: center;
}
#current-news .news-item .thumb {
	width: 100%;
	padding-top: 61.803%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	background-blend-mode: soft-light;
	background-color: #888c92;
}
.lt-768 .home #current-news .news-item > a {

}
.lt-768 #current-news .news-item .description {
	display: none;
}
#current-news .news-item:hover .thumb {
	background-color: transparent;
}
#current-news .news-item .thumb,
#current-news h2,
#current-news h2 a,
#current-news .content,
#current-news .content p.description,
#current-news a.readmore {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#current-news h2 {
	font-family: 'Open Sans', 'Helvetica', arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 6px 0;
	text-transform: none;
}
#current-news a {
	color: #444;
}
#current-news h2 a {
	text-decoration: none;
}
#current-news .content {
	position: relative;
	background: #eee;
	padding: 15px 15px 45px 15px;
}
#current-news .content p.description {
	font-size: 10px;
	margin-bottom: 12px;
	line-height: 1.6;
	color: #444;
}
.lt-768 #current-news .content {
	padding: 10px 15px 45px 15px;
}
#current-news a.view-more{
	margin-top:5px;
}
#current-news a.readmore {
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	font-family: 'Roboto', 'Open Sans', 'Helvetica', arial, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 30px;
}
#current-news a.readmore .fa{
	color: #F08920;
	font-size: 20px;
	top: 3px;
    position: relative;
}
#current-news .owl-nav > div {
	position: absolute;
	top: 40%;
}
#current-news .owl-nav .owl-prev {
	left: -50px;
}
#current-news .owl-nav .owl-next {
	right: -50px;
}
#current-news .owl-nav i {
	font-size: 36px;
	color: #fb7f00;
	cursor: pointer;
}
.lt-768 #current-news .owl-nav > div {
	top: auto;
	bottom: 0px;
}
.lt-768 #current-news .owl-nav .owl-prev {
	left: calc(50% - 24px);
}
.lt-768 #current-news .owl-nav .owl-next {
	right: calc(50% - 24px);
}
.lt-768 #current-news .owl-nav i {
	font-size: 18px;
}
.lt-768 #current-news .owl-carousel {
	padding-bottom: 30px;
}
#current-news .owl-dots {
	display: none;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
#blog-post img {
	width: 100%;
}
#blog-social {
	margin-left: -4px;
}
#blog-list .addthis_toolbox {
	float: right;
}
#blog-list h3 {
	margin-top: 0;
}
#search-block {
	margin-top: 30px;
	margin-bottom: 60px;
}
.search-block form {
	background: #eee;
	display: block;
	padding: 30px 30px 15px 30px;
	height: 100%;
}
.search-block form h2 {
	color: #595959;
	text-transform: uppercase;
	margin: 3px 0 0 0 !important;
	padding: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
}
.search-block form .input-group-addon,
.search-block form .form-control {
	border: 1px solid #595959;
	border-radius: 0;
}
.search-block form #blog_keyword.form-control {
	border-right: none;
}
.search-block form .input-group-addon {
	background: #fff;
}
.search-block form button {
	background: none;
	border: none;
}
#keep-up-to-date {
	background: #fb7f00;
	height: 100%;
	padding: 30px;
}
#keep-up-to-date h3 {
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
}
#keep-up-to-date ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#keep-up-to-date ul li {
	padding: 0;
	margin: 0 0 5px 0;
}
#keep-up-to-date ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
#keep-up-to-date ul li a i {
	margin-right: 10px;
}
#nav-page-images {
	margin-top: 30px;
	margin-bottom: 30px;
}
#nav-page-images a {
	width: 100%;
	padding-top: 61.803%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
}
#nav-page-images a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	padding: 8px 30px;
}
#nav-page-images a span:after {
	display: inline-block;
	float: right;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
	color: #fff;
	margin: 4px 0 0 0;
}
main h1 {
	font-family: "Roboto", "Open Sans", Helvetica, arial, sans-serif;
	color: #333;
	font-size: 27px;
	margin-top:30px;
}
main h2 {
	font-family: "Roboto", "Open Sans", Helvetica, arial, sans-serif;
	color: #fb7f00;
	font-size: 20px;
}
main h2:first-child,
main h3:first-child {
	margin-top: 0;
}
main blockquote {
	color: #fb7f00;
	border-color: #fb7f00;
}
main .content {
	margin-bottom: 15px;
}
.container.content + .container.hr {
	margin-top: -25px;
}
.container.page-title {
	margin-top: 30px;
	margin-bottom: 15px;
}
.container.page-title hr {
	border-color: #bbb;
}
.container.page-title h1 {
	margin: 0;
}
.gte-768 .container.page-title .social {
	margin-top: 6px;
	font-size: 18px;
	text-align: right;
}
.gte-768 .container.page-title .social a {
	font-size: 14px;
	line-height: 18px;
}

.stButton span {
	display: none !important;
}
.stButton {
	font-size: 18px !important;
}
.stButton:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1e0";
	color: #fb7f00;
	cursor: pointer;
	margin: -2px 0 0 -3px;
	/* Added the below to mimic .fa-fw */
	width: 1.28571429em;
	text-align: center;
}
.st_facebook .stButton:after {
	content: "\f082";
}
.st_linkedin .stButton:after {
	content: "\f08c";
}
.st_email .stButton:after {
	content: "\f003";
}
.st_twitter .stButton:after {
	content: "\f081";
}
.accordion.panel-group .panel+.panel {
	margin: 0;
}
.accordion .panel-default {
	border-color: #fb7f00;
	border-radius: 0;
	border: none;
}
.accordion .panel-default > .panel-heading + .panel-collapse {
	border: 1px solid #eee;
}
.accordion .panel-default > .panel-heading + .panel-collapse.in {
	border-color: #fb7f00;
}
.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 30px;
}
.accordion .panel-heading {
	border-radius: 0;
	padding: 0;
	border: none;
	position: relative;
}
.accordion h4 a {
	background: #fb7f00;
	display: block;
	padding: 20px 55px 20px 35px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fb7f00;
	border-right: 1px solid #fb7f00;
	border-bottom: 1px solid #fb7f00;
}
.accordion > .panel:first-child h4 a.collapsed {
	border-top: 1px solid #444;
}
.accordion h4 a.collapsed {
	background: #eee;
	color: #444;
	border-color: #444;
}
.accordion h4 a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f13a";
	color: #fff;
	position: absolute;
	top:50%;
	right:20px;
	transform: translateY(-50%);
}
.accordion h4 a.collapsed:after {
	content: "\f139";
	color: #444;
}
.accordion .panel-body h5 {
	text-transform: uppercase;
	margin: 0 0 12px 0;
	color: #444;
	font-weight: bold;
}
.accordion .panel-default > .panel-heading + .panel-collapse,
.accordion .panel-default > .panel-heading + .panel-collapse.in,
.accordion .panel-default h4 a.collapsed,
.accordion > .panel:first-child h4 a.collapsed {
	border-color: #fff;
}
.who-we-are.accordion {
	margin-top: 30px;
	margin-bottom: 30px;
}
.who-we-are.accordion .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.who-we-are.accordion h4 a:after {
	display: none;
}
.who-we-are.accordion h4 a span.name:after {
	display: inline-block;
	float: right;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f139";
	color: #fb7f00;
	margin-top: 20px;
	margin-right: -20px;
}
.who-we-are.accordion h4 a.collapsed span.name:after {
	content: "\f13a";
	color: #444;
}
.who-we-are.accordion h4 a {
	padding: 20px;
	background: #efefef;
	color: #444;
	border-top: 1px solid #fb7f00;
	border-left: 1px solid #fb7f00;
	border-right: 1px solid #fb7f00;
	border-bottom: none;
}
.who-we-are.accordion h4 a.collapsed {
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.who-we-are.accordion h4 a span {
	display: block;
}
.who-we-are.accordion h4 a span.name {
	margin-top: 20px;
	padding-right: 20px;
}
.who-we-are.accordion h4 a span.title {
	margin-top: 12px;
	font-weight: normal;
	padding-right: 30px;
	font-size: 14px;
}
.who-we-are.accordion h4 a img {
	border: 1px solid #eee;
}
.who-we-are.accordion > .panel:first-child h4 a.collapsed {
	border-top-color: transparent;
}
.who-we-are.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 20px;
}
.who-we-are.accordion .panel-default > .panel-heading + .panel-collapse.in,
.who-we-are.accordion .panel-default > .panel-heading + .panel-collapse.collapsing {
	border-top-color: #efefef;
	border-left-color: #fb7f00;
	border-right-color: #fb7f00;
	border-bottom-color: #fb7f00;
}
.who-we-are.accordion.panel-group .panel {

}
.who-we-are.accordion.panel-group .panel + .panel {
	margin-top: -1px;
}
.content ul,
.accordion ul,
ul.tick,
.home .blurb ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.content ul li,
.accordion ul li,
ul.tick li,
.home .blurb ul li {
  margin-bottom: 4px;
}
.content ul li:before{
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight:100 !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 8px;
	margin-left: -20px;
	color: #fb7f00;
}
.accordion ul li:before,
ul.tick li:before,
.home .blurb ul li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin-right: 8px;
  margin-left: -20px;
  color: #fb7f00;
}
.content ul.pagination li {
	margin: 0;
}
.content ul.pagination li:before {
	content: '';
	display: none;
}
.callouts-holder {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
ul.callouts {
	list-style-type: none;
	display: block;
	border: 1px solid #bbb;
	margin: 0 auto;
	padding: 8px 20px;
}

ul.callouts li {
	display: inline-block;
	margin-right: 60px;
}
ul.callouts li:last-child {
	margin-right: 0;
}
.lt-768 ul.callouts li {
	margin-right: 0;
	width: 100%;
}
ul.callouts li a {
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
ul.callouts li a:hover {
	color: #fb7f00;
}
ul.callouts li a i {
	color: #fb7f00;
}
ul.callouts li a:hover i {

}
.homepage_stats {
	margin-top: 16px;
	background-color: #f9f9f9;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}
.homepage_stats.with_blurb{
	margin-top:0px;
	padding:20px;
}
.homepage_stats.with_blurb div{
	padding:30px;
}
.lt-992 .homepage_stats.with_blurb{
	margin-top:15px;
}
.lt-768 .homepage_stats {
	display: none;
}
.homepage_stats i, .homepage_stats span {
	display: block;
	margin: 0 auto;
}
.homepage_stats .section {
	margin: 15px 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.homepage_stats .seperator{
	margin: 0px 40px;
	border-bottom: 1px solid #ccc;
}
.homepage_stats .row > div:last-child .seperator{
	display: none;
}
.lt-768 .homepage_stats .section {
	border-bottom: none;
	margin-left: 0;
	margin-right: 0;
}
.lt-768 .homepage_stats .row > div:nth-child(4n-2),
.lt-768 .homepage_stats .row > div:nth-child(4n-1) {
	background: #fff;
}
.homepage_stats i {
	font-size: 42px;
	line-height: 54px;
	vertical-align: middle;
	color: #bbb;
}
.homepage_stats img {
	max-width: 54px;
	max-height: 54px;
}
.homepage_stats span.value {
	color: #fb7f00;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
}
.homepage_stats span.stat {
	color: #444;
	font-family: 'Open Sans', 'Helvetica', arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
.gte-768 .left-column-holder .col-sm-3 {
	padding-right: 4px;
}
.gte-768 .left-column-holder .col-sm-9 {
	padding-left: 12px;
}
.lt-768 .left-column-holder .col-xs-12 {
	padding: 0;
}
.gte-768 .left-column-holder .grid-holder {
	padding-left: 0;
	padding-right: 0;
	margin-top: 7px;
	margin-bottom: -7px;
}
.gte-768 .left-column-holder .grid-holder ul.grid {
	margin: 0 -8px;
}
#quick-contact {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #2e2f34;
	/* background-image: url(/application/files/6014/6424/6015/quick-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; */
}
#quick-contact #question {
	display: none;
}
#ft > .ccm-custom-style-container > #quick-contact {
	background-image: none;
}
.lt-768 #quick-contact {
	padding-top: 30px;
	padding-bottom: 30px;
}
#quick-contact h1 {
	font-family: "Roboto", "Open Sans", Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 60px 0;
}
.lt-768 #quick-contact h1 {
	margin-bottom: 30px;
}
#quick-contact label {
	font-weight: normal;
}
#quick-contact textarea {
	height: 110px;
}
#quick-contact .form-actions .btn {
	width: 100%;
	background: #ec8a08;
	color: #fff;
	font-weight: bold;
	border-color: #fb7f00;
}
#quick-contact .bootstrap-select .btn-default {
	border-radius: 4px;
}
#quick-contact .bootstrap-select.btn-group .dropdown-toggle .bs-caret:after {
	content: "\f107";
	font: normal normal normal 10px/1 "Font Awesome 5 Pro";
}
.text-orange {
	color: #ec8a08;
}
.form-stacked .text-orange i,
#quick-contact .text-orange i {
	font-size: 7px;
	vertical-align: 7px;
}
.awards-and-ranking h1 {

}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	background-color: #fb7f00;
}
.pagination>li>a,
.pagination>li>span {
	color: #444;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #fb7f00;
	border-color: #fb7f00;
}
.media-releases .pdf a {
	color: #444;
}
.media-releases .pdf a i {
	color: #fb7f00;
	margin-right: 8px;
}
.media-releases td.actions {
	min-width: 60px;
}
.media-releases td.actions a,
.media-releases td.actions > span {
	margin-right: 10px;
}
.media-releases td.actions a:last-child,
.media-releases td.actions > span:last-child {
	margin-right: 0;
}
#map-holder {
	width: 100%;
	padding-top: 81%;
	margin-bottom: 15px;
	position: relative;
}
#map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ccc;
}

#project dt {
	width: auto;
	float: none;
	color: #fb7f00;
	text-transform: uppercase;
}
#project dd {
	margin-left: 0;
	padding: 0 0 15px 0;
}
#project dt, #project dd {
	line-height: 20px;
	min-height: 20px;
}
#project .overview {
	margin-bottom: 15px;
}
.project-contact {
	background: #fb7f00;
	color: #fff;
	padding-bottom: 15px;
}
.project-contact .thumb {
	width: 100%;
	height: calc(100% - 15px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 15px 0 15px 15px;
}
.gte-992 .project-contact .thumb {
	min-height: 100px
}
.gte-768.lt-992 .project-contact .thumb {
	min-height: 100px;
	max-width: 100px;
}
.gte-768.lt-992 .project-contact .details {
	padding-left: 30px;
	padding-right: 30px;
}
.project-contact h4 {
	text-transform: uppercase;
	margin: 15px 0 4px 0;
	font-size: 16px;
}
.project-contact span,
.project-contact a {
	display: block;
	color: #fff;
	display: block;
	font-size: 12px;
}
.project-contact a.skype {
	display: none;
}
.project-contact span.name {
	font-size: 13px;
}
.slideshow {
	margin-top: 30px;
	margin-bottom: 30px;
}
.gte-768 .right-col .slideshow {
	margin-top: 0;
	margin-bottom: 14px;
}
.slideshow .image {
	width: 100%;
	padding-top: 39%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gte-1200 .carousel-control .glyphicon-chevron-left,
.gte-1200 .carousel-control .icon-prev {
	margin-left: -45px;
}
.gte-1200 .carousel-control .glyphicon-chevron-right,
.gte-1200 .carousel-control .icon-next {
	margin-right: -45px;
}
.gte-768 .carousel-control .glyphicon-chevron-left,
.gte-768 .carousel-control .icon-prev {
	margin-left: -25px;
}
.gte-768 .carousel-control .glyphicon-chevron-right,
.gte-768 .carousel-control .icon-next {
	margin-right: -25px;
}
.gte-768.lt-1200 .slideshow .image {
	/*padding-top: 57%;*/
}
.gte-768 #project .left-col {
	padding-right: 8px;
}
.gte-768 #project .right-col {
	padding-left: 8px;
}
.gte-768 .slideshow + h2 {
	margin-top: 0;
}
.grid-holder.narrow + .callouts-holder {

}
#blog-table .actions {
	min-width: 120px;
}
#blog-table .stButton {
	font-size: 14px !important;
	margin-left: 0;
}
#blog-table .title a {
	color: #444;
}
#blog-table .title a i {
	color: #fb7f00;
}
.gte-768 .publications .blocks > .row > div:nth-child(4n+1),
.gte-768 .publications .blocks > .row > div:nth-child(4n+4) {

}
.lt-768 .publications .blocks > .row > div:nth-child(even) {

}
.publications .blocks > .row {
	background-repeat: repeat;
	background-size: 100% auto;
	background: #fff !important;
	border: none;
}
.publications .blocks > .row:first-child {
	border: 1px solid #e8e8e8;
}
.gte-768 .publications .blocks > .row:first-child {
	margin-left: 0;
	margin-right: 0;
}
/*.publications .blocks > .row:first-child > div:hover {
	background: #f4f4f4;
}*/
.publications .blocks > .row:first-child > div {
	border: 1px solid #e8e8e8;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
}
.publications .publication {
	padding: 20px;
}
.gte-1200 .publications .publication {
	padding: 60px;
}
.publications .publication h2 {
	color: #444;
	text-transform: none;
	font-weight: bold;
}
.publications img {
	width: 100%;
	border: 1px solid #ccc;
}
.publications .publication a {
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.publications .publication .share {
	margin: 8px 0 0 -4px;
}
.publications .publication a:hover {
	color: #fb7f00;
}
.publications h1 .switcher {
	float: right;
	font-size: 14px;
	margin-top: 15px;
}
.publications .switcher a {
	color: #444;
}
.publications .switcher a.selected {
	color: #fb7f00;
}
.publications td.actions {
	min-width: 100px;
}
.gte-768 .publications td.date {
	min-width: 110px;
}
.dataTable td a {
	color: #444;
}
.dataTable td a i {
	color: #fb7f00;
}
.project-list .dtable td.name a i {
	margin-right: 8px;
}
.project-list .dtable td.actions {
	min-width: 80px;
}
.project-list .dtable td.actions a {
	margin-right: -3px;
}
.project-list .stButton {
	font-size: 14px !important;
	margin-left: 0;
	margin-right: 0;
}
.lt-480 .container.project-list > div.col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}
.lt-1200 #hd .search .popup,
.gte-1440 #hd .search .popup,
#hd .search .popup {
	display: none;
}
.gte-1200.lt-1440 #hd .search form {
	/*display: none;*/
}
.gte-1200.lt-1440 #hd .search .popover-content form {
	display: block;
}
#hd .search .popover-content form input.form-control {
	width: 140px;

}
#hd .search h3 {
	display: none;
}
#hd .search {
	max-width: 240px;
}
.lt-768 #hd .search {
	max-width: 100%;
}
.lt-1200 #hd .search {
	border: none;
}
#hd .search form {
	padding: 28px 15px 0 15px;
}
#hd .search .input-group-addon,
#hd .search .form-control {
	border-color: #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 10px;
    text-align: right;
	max-width: 100%;
	height: 26px;
}

.lt-768 #hd .search .form-control {
	height: 38px;
	padding: 10px;
}
#hd .search .input-group-addon {
	background: #fff;
	padding-left: 4px;
	padding-right: 4px;
}
#hd .search button {
	background: none;
	border: none;
}
.gte-1200 #hd #current-language > span {
	display: none;
}
/*.gte-1440 #hd #current-language > img,
.lt-1200 #hd #current-language > img {
	display: none;
}*/

#contact #map-holder {
	padding-top: 0;
	height: 50vh;
}
#contact h1 {
	margin-top: 60px;
	margin-bottom: 60px;
}
#offices {
	border-top: 2px solid #e5e5e5;
}
#offices .office {
	border-bottom: 2px solid #e5e5e5;
}
/*#offices .office:hover {
	background: #f4f4f4;
}*/
#offices .office:hover h2 {
	color: #fb7f00;
}
#offices .office .info {
	padding: 30px;
	position: relative;
}
#offices .office .info:before {
	position: absolute;
	top: 21px;
	left: 1px;
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 27px/1 "Font Awesome 5 Pro";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3c5";
    font-weight: 100;
	padding: 5px;
}
#offices a, #offices h2 {
	color: #444;
}
#offices a.email {
	display: block;
	text-align: center;
	max-width: 40px;
}
#offices a.email i {
	font-size: 32px;
}
#offices a.email span {
	display: block;
	text-transform: uppercase;
}

.header-slider {
	position: relative;
}
.header-slider .image {
	width: 100%;
}
.header-slider .ccm-image-slider-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header-slider .image,
section.header {
	min-height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: soft-light;
	background-color: #888c92;
}

.header-slider-override div div ul li .image{
	background-blend-mode: normal !important;
	background-color:transparent !important;
}

.home .header-slider .image,
.home section.header {
	/*min-height: 480px;*/
	min-height: 390px;
}

.image-background-remover .image{
    background-image: none !important;
}
.lt-992 .header-slider .image,
.lt-992 section.header {
	min-height: 260px;
}
.lt-992 .home .header-slider .image,
.lt-992 .home section.header {
	/*min-height: 360px;*/
}
.lt-768 .header-slider .image,
.lt-768 section.header {
	min-height: 160px;
}
.lt-768 .home .header-slider .image,
.lt-768 .home section.header {
	/*min-height: 240px;*/
}
.header-slider .ccm-image-slider-text .header-box,
section.header .header-box {
	padding: 25px 42px;
	margin-top: 110px;
	display: inline-block;
}
.header-slider .ccm-image-slider-text h1,
section.header h1 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.home .header-slider .ccm-image-slider-text h1,
.home section.header h1 {
	/*margin-top: 175px;*/
}
.header-slider .ccm-image-slider-text h1 a {
	color: #fff;
	text-decoration: none;
}
.lt-992 .header-slider .ccm-image-slider-text .header-box,
.lt-992 section.header .header-box {
	margin-top: 90px;
}
.lt-992 .home .header-slider .ccm-image-slider-text h1,
.lt-992 .home section.header h1 {
	/*margin-top: 110px;*/
}
.lt-768 .header-slider .ccm-image-slider-text .header-box,
.lt-768 section.header .header-box {
	margin-top: 55px;
	margin-left: 38px;
	margin-right: 22px;
	padding: 10px 5px;
	width: calc(100% - 76px);
}
.lt-768 .header-slider .ccm-image-slider-text h1,
.lt-768 section.header h1 {
	font-size: 22px;
	text-align: center;
	width: 100%;
}
.lt-768 .home .header-slider .ccm-image-slider-text h1,
.lt-768 .home section.header h1 {
	/*margin-top: 90px;*/
}
.header-slider .rslides_tabs {
	/*display: none;*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
.lt-480 .header-slider .rslides_tabs{
	display: none;
}
.header-slider .rslides_tabs li {
	display: inline;
	position: relative;
	z-index: 10;
	margin-right: 1px;
}
.header-slider .rslides_tabs li a {
	color: transparent;
}
.header-slider .rslides_tabs li a:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	color: #fff;
}
.header-slider .rslides_tabs li.rslides_here a:after {
	font-weight:900;
	content: "\f111";
}
.header-slider .rslides_nav {
	top: 170px;
	z-index: 2;
	/*display: none;*/
}
.lt-992 .header-slider .rslides_nav {
	top: 150px;
}
.lt-768 .header-slider .rslides_nav {
	top: 95px;
}

.header-slider .description,
section.header .description {
	color: #fff;
	display: block;
	max-width: 60%;
	margin-top: 30px;
}
.lt-768 .header-slider .description,
.lt-768 section.header .description {
	max-width: 100%;
}
.header-slider h1 + .description,
section.header h1 + .description {
	margin-top: 15px;
}
.lt-768 .header-slider .header-box,
.lt-768 section.header .header-box {
	padding: 15px;
	max-width: 100%;
	margin-top: 10px;
	margin-left: 22px;
	margin-right: 22px;
}
.lt-768 .header-slider .description,
.lt-768 section.header .description,
.lt-768 .header-slider .description p,
.lt-768 section.header .description p,
.lt-768 .header-slider .description span,
.lt-768 section.header .description span,
.lt-768 .header-slider .description h3,
.lt-768 section.header .description h3 {
	font-size: 12px !important;
	text-align: center;
}
.lt-768 .header-slider .description,
.lt-768 section.header .description,
.lt-768 .header-slider .description p,
.lt-768 section.header .description p,
.lt-768 .header-slider .description font,
.lt-768 section.header .description font {
	font-size: 12px;
}
/* .bread ol li:first-child {
	display: none;
} */
.bread ol li:first-child + li:before {
	display: none;
}
.bread ol li:first-child + li > a > span {
	display: none;
}
.bread ol li a,
.bread ol li a span{
	color: #444;
    font-weight: 700;
}
/* .bread ol li:first-child + li > a:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f015";
	color: #fb7f00;
} */
.bread .breadcrumb {
	padding: 15px 15px 15px 0px;
	border-radius: 0px;
	background: none !important;
	border-bottom: 1px solid #ccc;
}
.bread .breadcrumb > li + li:before {
	display: inline-block;
	vertical-align: middle;
	font: normal normal 300 14px/1 'Font Awesome 5 Pro';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #fb7f00;
}
section.header + .bread {
	margin-top: -50px;
}
section.header + .bread .breadcrumb {
	background: transparent;
	margin-bottom: 0;
}
section.header + .bread ol li a,
section.header + .bread .breadcrumb > li,
section.header + .bread .breadcrumb > li + li:before {
	color: #fff;
	font-weight: bold;
}
section.header + .bread ol li a:hover {
	text-decoration: none;
	color: #fb7f00;
}
.logos.container > .row > div {
	text-align: center;
	white-space: nowrap;
}
.logos.container > .row > div span.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logos.container > .row > div > a,
.logos.container > .row > div > img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	max-height: 250px;
	padding:8px;
}
.job-search {
	background: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}
.job-search .search-block form > div.row + div.row > div:first-child {
	padding-right: 0;
}
.search-block form h2 {
	font-weight: bold;
	font-family: 'Roboto', 'Open Sans', 'Helvetica', arial, sans-serif;
	font-size: 27px;
}
.search-block h3 {
	font-family: 'Roboto', 'Open Sans', 'Helvetica', arial, sans-serif;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #595959;
}
.job-search .search-block form .form-control {

}
.job-search .search-block form .input-group-addon {
	border-left: none;
}
.job-search .search-block form .input-group-addon i {

}
#blog-search > div.row > div:first-child {
	padding-right: 0;
}
.bootstrap-select .dropdown-header {
	font-weight: bold;
	font-size: 15px;
	color: #000;
}


#locations .title.row {
	padding-top: 45px;
	padding-bottom: 45px;
}
.lt-768 #locations .title.row {
	padding-top: 15px;
	padding-bottom: 15px;
}
#locations #countries .flag {
	display: none;
}
#locations a {
	color: #444;
}
#locations a i {
	color: #444;
}
#locations .form-group {
	margin-top: 20px;
}
#vmap-holder {
	width: 100%;
	padding-top: 40%;
	position: relative;
	background: #d1dee7;
}
#vmap {
	position: absolute;
	top: 20px;
	right: 60px;
	bottom: 20px;
	left: 60px;
}
.lt-768 #vmap {
	top: 2px;
	right: 5px;
	bottom: 2px;
	left: 5px;
}
#vmap-holder .clear {
	clear: both;
}
#vmap-holder .jvectormap-tip {
	border: none;
	background: none; /*rgba(255,255,255,0.25);*/
	color: #444;
	text-transform: uppercase;
	top: 5% !important;
	left: 0 !important;
	pointer-events: none;
}

#vmap-holder .jvectormap-tip h1 {
	margin: 0 10px;
	display: none;
}
#vmap-holder .jvectormap-tip > div.box {
	position: relative;
	z-index: 10;
	/*background: rgba(255, 255, 255, 0.75);*/
	background: #333;
	border: none; /*1px solid #f90;*/
	margin-left: 2px;
}
#vmap-holder .jvectormap-tip ul {
	padding: 10px;
	margin: 0;
	list-style-type: none;
}
#vmap-holder .jvectormap-tip ul li {
	margin: 0;
	padding: 0;
	color: #bbb;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1.1;
	font-family: 'Open Sans', 'Helvetica', arial, sans-serif;
	white-space: nowrap;
}
.lt-768 #vmap-holder .jvectormap-tip ul li {
	text-transform: uppercase;
	color: #333;
	font-weight: 800;
}
#vmap-holder .jvectormap-tip ul li:last-child {

}
#vmap-holder .jvectormap-tip .line {
	float: left;
	width: 3px;
	height: 0;
	background: #f90;
	position: relative;
}
#vmap-holder .jvectormap-tip .line:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f192";
	position: absolute;
	font-size: 20px;
	bottom: -9px;
	left: -7px;
	color: #f90;
}
#vmap-holder .jvectormap-tip.australasia {
	left: 76% !important;
}
#vmap-holder .jvectormap-tip.north-america {
	left: 25% !important;
}
#vmap-holder .jvectormap-tip.north-america ul {

}
#vmap-holder .jvectormap-tip.south-america {
	left: 34.5% !important;
}
#vmap-holder .jvectormap-tip.asia,
#vmap-holder .jvectormap-tip.africa {
	max-width: 420px; /* 80% */
	top: 1% !important;
	left: 10% !important;
}
#vmap-holder .jvectormap-tip.asia {
	max-width: 500px;
}

#vmap-holder .jvectormap-tip.asia ul li,
#vmap-holder .jvectormap-tip.africa ul li {
	display: inline-block;
	float: left;
	width: 33%;
}
.lt-768 #vmap-holder .jvectormap-tip.asia ul li,
.lt-768 #vmap-holder .jvectormap-tip.africa ul li {
	margin-right: 5px;
	width: auto;
	float: none;
}
.lt-768 #vmap-holder .jvectormap-tip.asia ul li:after,
.lt-768 #vmap-holder .jvectormap-tip.africa ul li:after {
	content: ', ';
	display: inline;
}
#vmap-holder .jvectormap-tip.asia ul li:last-child:after,
#vmap-holder .jvectormap-tip.africa ul li:last-child:after {
	content: '';
}
#vmap-holder .jvectormap-tip.africa .line {
	left: 52%;
	margin-top: 45px;
}
#vmap-holder .jvectormap-tip.asia .line {
	/*left: 69%;*/
	left: 50%;
	margin-top: 45px;
}
.gte-1200 #vmap-holder .jvectormap-tip.asia {
	width: 55%;
	/*left: 40% !important;*/
	left: calc(65% - 210px) !important;
}
.gte-768.lt-1200 #vmap-holder .jvectormap-tip.asia {
	left: calc(65% - 210px) !important;
}
.gte-1200 #vmap-holder .jvectormap-tip.asia .line {
	left: 50%;
	margin-top: 60px;
}
.gte-1200 #vmap-holder .jvectormap-tip.africa {
	width: 55%;
	/*left: 24% !important;*/
	left: calc(52% - 210px) !important;
}
.gte-768.lt-1200 #vmap-holder .jvectormap-tip.africa {
	left: calc(52% - 210px) !important;
}

.gte-1200 #vmap-holder .jvectormap-tip.africa .line {
	left: 50%;
	margin-top: 60px;
}
.lt-992 #vmap-holder .jvectormap-tip.asia ul li {
	font-size: 12px;
}
.lt-768 #vmap-holder .jvectormap-tip {
	position: relative;
	z-index: 20;
	top: auto !important;
	left: auto !important;
	max-width: 100%;
	background: #eee;
	padding: 10px;
	display: none !important;
}
.lt-768 #vmap-holder .jvectormap-tip .line {
	display: none;
}
.lt-768 #vmap-holder .jvectormap-tip .box {
	background: none;
	border: none;
}
.lt-768 #vmap-holder .jvectormap-tip ul {
	background: none;
	padding: 0;
}
.lt-768 #vmap-holder .jvectormap-tip ul li {
	display: inline-block;
	/*float: left;*/
	margin-right: 5px;
}
.lt-768 #vmap-holder .jvectormap-tip ul li:after {
	content: ', ';
	display: inline;
}
.lt-768 #vmap-holder .jvectormap-tip ul li:last-child:after {
	display: none;
}


#job-filters {
	background: #eee;
	min-height: 400px;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#job-filters section.row {
	margin: 0 0 15px 0;
}
#job-filters h2 {
	text-transform: none;
	margin: 0;
	font-size: 16px;
}
#job-filters h2 a {
	text-decoration: none;
}
#job-filters h2 a:hover,
#job-filters h2 a:focus {
	color: #fb7f00;
}
#job-filters h2 a:after {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	margin-left: 8px;
	color: #fb7f00;
}
#job-filters h2 a.collapsed:after {
	content: "\f078";
}
#job-filters h2 a.reset {
	float: right;
	font-size: 11px;
	margin-top: 6px;
}
#job-filters h2 a.reset:after {
	font: normal normal normal 11px/1 "Font Awesome 5 Pro";
	content: "\f00d";
	margin-left: 3px;
	color: #fb7f00;
}
#job-filters h3 {
	font-size: 14px;
	font-weight: normal;
	color: #555;
	margin: 12px 0 -5px 0;
}
#job-filters label span {
	color: #474747;
}
td.details-control:after {
    display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f055";
	margin-left: 2px;
	color: #f3f3f3;
}
tr.shown td.details-control:after {
    content: "\f056";
}
#job-table th.details-control::after {
	display: none;
}
#job-search #job-table .details-control {
	padding-left: 0;
	padding-right: 0;
	max-width: 16px;
}
#job-search .summary {
	padding-right: 30px;
	display: none;
}
#job-search .summary + div {
	margin-top: 15px;
}
#job-search .summary:before {
	display: none;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f078";
	float: right;
	margin-top: 8px;
	margin-right: -20px;
}
#job-table a.btn {
	margin-top: 15px;
	display: none;
}
#job-search .details {
	padding: 4px 8px 4px 16px;
}
#job-search .position {
	min-width: 200px;
}
#job-search .closing-date {
	min-width: 120px;
}
#job-search .location .place {
	display: block;
}
#job-search .location a {
	color: #fb7f00;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#job-search .location,
	#job-search .closing-date {
		display: none;
	}
	div.dataTables_wrapper div.dataTables_filter label,
	div.dataTables_wrapper div.dataTables_filter input.form-control,
	.dataTables_filter input.form-control {
		width: 100%;
		margin: 0;
	}
	.dataTables_wrapper.form-inline.dt-bootstrap > div.row:first-child > div:last-child {
		padding-left: 0;
	}
	.dataTables_wrapper.form-inline.dt-bootstrap {
		margin-top: 15px;
	}
	div.dataTables_wrapper div.dataTables_info {
		white-space: normal;
		margin-bottom: 15px;
	}
	table.dataTable>tbody>tr.child span.dtr-title {
		display: block;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr.child>td.child:first-child {
		padding-left: 15px;
	}
}
#job-search tr.shown,
#job-search tr.odd,
#job-search tr.even {
	background: #f2f2f2;
}
#job-search p:last-child {
	margin-bottom: 0;
}
#job-search #job-table th {
	border-bottom: none;
}
#job-search #job-table td {
	border-top: none;
	border-bottom: 1px solid #b6b6b6;
}
#job-search #job-table tr.shown td {
	border-bottom: none;
}
#job-search #job-table tr:last-child td {
	border-bottom: none;
}
#job-search td.position,
#job-search td.position a {
	font-weight: bold;
	color: #fb7f00;
	text-decoration: none;
}
#job-search td.position a:hover {
	color: #444;
}
#job-table dt {
	width: 70px;
}
#job-table dd {
	margin-left: 80px;
}
#job-detail dl.bottom dt {
	width: 140px;
}
#job-detail dl.bottom dd {
	margin-left: 150px;
}
.gte-992 #job-search .position {
	width: 36%;
	max-width: 40%;
}
.gte-992 #job-search .location {
	max-width: 40%;
	width: 33%;
}
#job-detail .overview {
	margin-top: 15px;
	margin-bottom: 15px;
}
#job-detail .buttons {
	margin-top: 15px;
}
#job-detail .buttons a.btn {
	margin-right: 5px;
}
.image-content .image-col {
	margin-bottom: 15px;
}
.lt-768 .image-content .image-col {
	text-align: center;
}
.ccm-conversation-wrapper {
	display: none;
}
h1.ccm-block-page-attribute-display-wrapper + p.ccm-block-page-attribute-display-wrapper {
	display: none;
}
#main-sidebar{
	padding-top: 30px;
}
#main-sidebar .ccm-block-page-attribute-display-wrapper img {
	width: 100%;
	height: auto;
}
#main-sidebar .ccm-block-page-attribute-display-wrapper + .ccm-block-page-attribute-display-wrapper {
	margin: 30px 0;
}
.gte-768 #main-sidebar {
	padding-right: 80px;
}
#main-sidebar + #sidebar {
	border-left: 1px solid #ccc;
	margin-top: 30px;
}
.gte-768 #main-sidebar + #sidebar {
	padding-left: 30px;
	margin-top: 30px;
}
.news-item-sidebar {
	margin-bottom: 40px;
}
.news-item-sidebar h2 {
	font-size: 16px;
	text-transform: none;
}
.news-item-sidebar h2 a {
	text-decoration: none;
	color: #444;
}
.news-item-sidebar p.description {
	font-size: 12px;
}
.news-item-sidebar a.readmore,
#blog-sidebar a.view-all {
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
	font-size: 12px;
}
#blog-sidebar a.view-all {
	font-size: 16px;
}
body .gsc-table-result, body .gsc-thumbnail-inside, body .gsc-url-top {
	padding-left: 0;
	padding-right: 0;
}
div.ccm-block-page-list-wrapper{
    border-left: 1px solid #fb7f00;
    padding-left: 15px;
}
div.ccm-block-page-list-wrapper a {
    color: #333;
	font-weight: normal;
	line-height: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.ccm-block-page-list-wrapper a:before{
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight:100 !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fb7f00;
	font-size: 16px;
	line-height: 20px;
	padding-right: 8px;
	padding-left: 0px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
div.ccm-block-page-list-wrapper a:hover{
	text-decoration: none;
	color: #fb7f00;
}
div.ccm-block-page-list-wrapper a:hover:before{
	padding-left: 8px;
}

hr{
	border-top: 1px solid #ccc;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	section.header{position:relative;}
	section.header div{position:relative;z-index:1;}
	#current-news .news-item .athumb:before,
	.header-slider .image:before,
	section.header:before,
	ul.grid .item:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		background-color: rgba(136,140,146,0.5) !important;
		background-blend-mode: unset;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#current-news .news-item:hover .athumb:before,
	#current-news .news-item .athumb:hover:before,
	.header-slider .image:hover:before,
	section.header:hover:before,
	ul.grid .item:hover:before {
		background-color: rgba(136,140,146,0);
	}
}

.view-more-white {
	background-color: transparent;
	display: inline-block;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 5px 25px;
	border-radius: 18px;
	letter-spacing: 2px;
	vertical-align: middle;
	line-height: 27px;
	font-size: 12px;
	margin-top: 20px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

.view-more-white:hover {
    text-decoration: none;
    color: #F08920!important;
    background-color:#fff;
}

a.normal {
	color: #333;
}
a.normal:hover {
    color: #F08920;
}
