/*
	Blue: #143642;
	Lime: #d7df23;
	Grey: #e7eaec;
	Light grey: #f3f4f5;
*/

html, body {
	background-color: #fff;
	color: #143642;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

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

body.home .content .row {
	position: relative;
	z-index: 0;
}

@media (max-width: 1000px) {
	body.home #ticker .left {
		padding-top: 5rem;
	}
}

.yellow { color: #EFF645; }

.bg_blue { background-color: #143642; }
.bg_lime { background-color: #d7df23; }
.bg_grey { background-color: #e7eaec; }
.bg_lightgrey { background-color: #f3f4f5; }

a { text-decoration: none; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.25em; margin-bottom: 1em; }
h1 em { font-style: italic; font-weight: 300; }
h1.heading {
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 1em;
}
p { line-height: 1.5rem; margin-bottom: 1.5rem; }
p:last-of-type { margin-bottom: 0; }
p a { color: #d7df23; }
p a:hover { color: #143642; }

.wysiwyg ul {
	list-style: none;
	margin-bottom: 2rem;
}
.wysiwyg ul li {
	margin-bottom: 0.5rem;
	padding-left: 2rem;
}
.wysiwyg ul li:before {
	background-image: url(../img/tick.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 1.5rem;
	margin-left: -2rem;
	vertical-align: top;
	width: 2rem;
}
.wysiwyg ul ul {
	margin: 1rem 0;
}
.wysiwyg ol {
	margin-bottom: 2rem;
}
.wysiwyg ol li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	margin-bottom: 1rem;
}
.wysiwyg ol h3 {
	margin: 2rem 0;
}
.wysiwyg ol ol {
	margin-bottom: 0.5rem;
	margin-left: 2rem;
	margin-top: 1rem;
}
.wysiwyg ol ol li {
	list-style-type: lower-latin;
}


.col:after,
header .top:after,
header .menu:after,
.left:after,
.right:after,
#our .blocks:after,
.links:after,
#profile .blocks:after,
.report:after,
#contact .maps:after {
	clear: both;
	content: "";
	display: table;
}

.row {}
.col {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: calc(100% - 8rem);
	z-index: 3;
}
.col .left { float: left; }
.col .right { float: right; }

/* Header */

header {
	color: white;
	position: relative;
}
header .holder {
	display: table;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 2;
}
header .dots {
	display: flex;
	position: relative;
}
header .dots:after {
	background-image: url(../img/dots.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3rem;
	content: '';
	height: 8rem;
	left: 0;
	position: absolute;
	width: 32rem;
}
header .top,
header .menu,
header .login,
header .dots .login:after {
	pointer-events: all;
}
header .top {
	border-bottom: 1px solid #d7df23;
	font-size: 0.8rem;
	padding: 1rem 0;
}
header .top .social {
	float: left;
}
header .top .social a {
	color: white;
	display: inline-block;
	font-weight: 600;
	margin-right: 0.5rem;
}
header .top .social a i {
	color: #d7df23;
	font-size: 1.125rem;
}

header .top .social a:hover i {
	color: white;
}
body[class*='archive'] header .top .social a:hover i,
body.post-template-single-post header .top .social a:hover i {
	color: #143642;
}
header .top .social div { display: inline-block; }
header .top .country {
	display: flex;
	float: right;
	height: 1.25rem;
	cursor: pointer;
}
header .top .country:hover #dropdown {
	height: 2.5rem;
}
header .top .country:after {
	height: 1.25rem;
	width: 1.25rem;
	content: '';
	background-image: url(../img/drop.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#dropdown {
	height: 1.25rem;
	overflow: hidden;
	padding: 0 0.5rem;
}
body[class*='archive'] #dropdown,
body[class*='single'] #dropdown,
body.post-template-single-post #dropdown {
	background-color: white;
}
#au, #nz {
	color: white;
	display: block;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
}
#au:hover, #nz:hover {
	color: #d7df23;
}
#au:before, #nz:before {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 1.25rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 1rem;
}
#au:before {
	background-image: url(../img/au.svg);
}
#nz:before {
	background-image: url(../img/nz.svg);
}


header .menu {
	padding: 2rem 0;
	position: relative;
	z-index: 99;
}
header .menu .logo {
	float: left;
	height: 3rem;
}
header .menu .logo img {
	height: 100%;
}
body.page-template-index #logo_white,
body[class*='archive'] #logo_blue,
body[class*='single'] #logo_blue,
body.post-template-single-post #logo_blue,
body.error404 #logo_blue { display: block; }
body.page-template-index #logo_blue,
body[class*='archive'] #logo_white,
body[class*='single'] #logo_white,
body.post-template-single-post #logo_white,
body.error404 #logo_white { display: none; }
body[class*='archive'] #logo_blue,
body[class*='single'] #logo_blue,
body.post-template-single-post #logo_blue,
body.error404 #logo_blue { height: 75%; }

header .menu .nav {
	float: right;
	font-weight: 400;
}
header ul.menu { padding: 0; }
header .menu .nav ul {
	list-style: none;
	margin-right: -1rem;
}
header .menu .nav ul li {
	display: inline-block;
	float: left;
	position: relative;
}
header .menu .nav > ul > li.menu-item-has-children > a:before {
	color: #d7df23;
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
	position: absolute;
	right: 0;
}
header .menu .nav > ul > li > a:after {
	background-color: #d7df23;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
}
header .menu .nav > ul > li:hover > a:after {
	height: 4px;
}
header .menu .nav ul li a {
	color: white;
	display: block;
	line-height: 3rem;
	overflow: hidden;
	padding: 0 1rem;
	position: relative;
}
header .menu .nav ul li a:hover {
	color: #d7df23;
}
header .menu .nav ul ul {
	display: none;
	left: 0;
	padding-top: 0.5rem;
	position: absolute;
	top: 100%;
}
header .menu .nav ul li:hover ul {
	display: block;
}
header .menu .nav ul ul li {
	display: block;
	width: 100%;
}
header .menu .nav ul ul li a {
	display: block;
	line-height: 2rem;
	white-space: nowrap;
}



body.mobile header .menu .nav > ul {
	background-color: rgba(20,54,66,0.95);
	display: none;
	left: 0;
	margin: 0;
	padding: 1rem 3rem;
	position: absolute;
	right: 0;
	top: 5rem;
}
body[class*='single'].mobile header .menu .nav > ul,
body[class*='archive'].mobile header .menu .nav > ul,
body.post-template-single-post.mobile header .menu .nav > ul {
	background-color: rgba(255,255,255,0.95);
	top: 4rem;
}
body[class*='single'].mobile header .menu .nav ul ul,
body[class*='archive'].mobile header .menu .nav ul ul,
body.post-template-single-post.mobile header .menu .nav ul ul { background-color: transparent; }
body.mobile header .menu .nav > ul li,
body.mobile header .menu .nav ul ul {
	display: block;
	float: none;
}
body.mobile header .menu .nav > ul li a.sub:before,
body.mobile header .menu .nav > ul > li > a:after { content: none; }
body.mobile header .menu .nav ul ul {
	padding: 0 2rem 1rem;
	position: initial;
}
body.mobile header .menu .nav ul ul li {
	margin-bottom: 0.5rem;
}
body.mobile header .menu .nav ul ul li:last-child {
	margin-bottom: 0;
}
body.mobile header .menu .nav ul ul li a {
	line-height: 1.25rem;
	overflow: initial;
	white-space: initial;
}

body.mobile header .menu .nav.open > ul {
	display: block;
}
body.mobile header .menu .nav #hamburger {
	display: block;
}
header .menu .nav #hamburger {
	background-image: url(../img/toggles.svg);
	background-repeat: no-repeat;
	background-size: 400%;
	cursor: pointer;
	display: none;
	float: left;
	height: 3rem;
	line-height: 3rem;
	width: 3rem;
}
header .menu .nav #hamburger { background-position: 0% top; }
header .menu .nav #hamburger:hover { background-position: 0% bottom; }
header .menu .nav.open #hamburger { background-position: 33.3% top; }
header .menu .nav.open #hamburger:hover { background-position: 33.3% bottom; }

body[class*='archive'] header .menu .nav #hamburger,
body[class*='single'] header .menu .nav #hamburger,
body.post-template-single-post header .menu .nav #hamburger { background-position: 66.6% top; }
body[class*='archive'] header .menu .nav #hamburger:hover,
body[class*='single'] header .menu .nav #hamburger:hover,
body.post-template-single-post header .menu .nav #hamburger:hover { background-position: 66.6% bottom; }
body[class*='archive'] header .menu .nav.open #hamburger,
body[class*='single'] header .menu .nav.open #hamburger,
body.post-template-single-post header .menu .nav.open #hamburger { background-position: 100% top; }
body[class*='archive'] header .menu .nav.open #hamburger:hover,
body[class*='single'] header .menu .nav.open #hamburger:hover,
body.post-template-single-post header .menu .nav.open #hamburger:hover { background-position: 100% bottom; }

body.mobile.page header .menu .nav > ul > li > a,
body.mobile.single-post header .menu .nav > ul > li > a { font-weight: 700; padding-bottom: 0; }

body.mobile .menu .nav > ul > li.menu-item-has-children > a:before { display: none; }
body.mobile .menu .nav > ul > li > a { padding: 0; }
body.mobile .menu .nav ul ul { padding: 0 0 1rem; }

header .login {
	color: #143642;
	margin-bottom: 10rem;
	margin-top: 6rem;
	padding: 0;
	position: relative;
	width: 33.3%;

	min-height: 28rem; /* TEMP */
}
header .dots .login .tab { display: none; }

header .carousel_home {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}


/* Header (Subpage) */

body[class*='archive'] header .top,
body[class*='archive'] header .menu,
body[class*='single'] header .top,
body[class*='single'] header .menu,
body.post-template-single-post header .top,
body.post-template-single-post header .menu,
body.error404 header .top,
body.error404 header .menu {
	background-color: white;
}
body[class*='archive'] header .top,
body[class*='archive'] header .menu,
body[class*='archive'] header .top .social a,
body[class*='archive'] header #au,
body[class*='archive'] header #nz,
body[class*='archive'] header .menu .nav ul li a,
body[class*='single'] header .top,
body[class*='single'] header .menu,
body[class*='single'] header .top .social a,
body[class*='single'] header #au,
body[class*='single'] header #nz,
body[class*='single'] header .menu .nav ul li a,
body.post-template-single-post header .top,
body.post-template-single-post header .menu,
body.post-template-single-post header .top .social a,
body.post-template-single-post header #au,
body.post-template-single-post header #nz,
body.post-template-single-post header .menu .nav ul li a,
body.error404 header .top,
body.error404 header .menu,
body.error404 header .top .social a,
body.error404 header #au,
body.error404 header #nz,
body.error404 header .menu .nav ul li a {
	color: #143642;
}
body[class*='archive'] header .top .social a:hover,
body[class*='archive'] header #au:hover,
body[class*='archive'] header #nz:hover,
body[class*='archive'] header .menu .nav ul li a:hover,
body[class*='single'] header .top .social a:hover,
body[class*='single'] header #au:hover,
body[class*='single'] header #nz:hover,
body[class*='single'] header .menu .nav ul li a:hover,
body.post-template-single-post header .top .social a:hover,
body.post-template-single-post header #au:hover,
body.post-template-single-post header #nz:hover,
body.post-template-single-post header .menu .nav ul li a:hover,
body.error404 header .top .social a:hover,
body.error404 header #au:hover,
body.error404 header #nz:hover,
body.error404 header .menu .nav ul li a:hover {
	color: #d7df23;
}
body[class*='archive'] header .menu,
body[class*='single'] header .menu,
body.post-template-single-post header .menu,
body.error404 header .menu {
	padding-bottom: 0;
}
body.page.mobile header .menu,
body.post-template-single-post.mobile header .menu,
body.error404.mobile header .menu {
	padding-bottom: 1rem;
}
body[class*='archive'] header .menu .nav > ul > li > a,
body[class*='single'] header .menu .nav > ul > li > a,
body.post-template-single-post header .menu .nav > ul > li > a,
body.error404 header .menu .nav > ul > li > a {
	padding-bottom: 1rem;
}
body[class*='archive'] header .menu .nav > ul > li:hover > a:after,
body[class*='single'] header .menu .nav > ul > li:hover > a:after,
body.post-template-single-post header .menu .nav > ul > li:hover > a:after,
body.error404 header .menu .nav > ul > li:hover > a:after {
	height: 1rem;
}
body[class*='archive'] header .menu .nav ul li a.sub:after,
body[class*='single'] header .menu .nav ul li a.sub:after,
body.post-template-single-post header .menu .nav ul li a.sub:after,
body.error404 header .menu .nav ul li a.sub:after {
	margin-left: 0;
}
body[class*='archive'] header .menu .nav ul ul,
body[class*='single'] header .menu .nav ul ul,
body.post-template-single-post header .menu .nav ul ul,
body.error404 header .menu .nav ul ul {
	background-color: white;
	padding-bottom: 1rem;
}
body[class*='archive'] .dots,
body[class*='single'] .dots,
body.post-template-single-post .dots,
body.error404 .dots {
	display: block;
	min-height: 30rem;
	position: relative;
}
body[class*='archive'] .page_title,
body[class*='archive'] .webcell,
body[class*='single'] .page_title,
body[class*='single'] .webcell,
body.post-template-single-post .page_title,
body.post-template-single-post .webcell,
body.error404 .page_title,
body.error404 .webcell {
	pointer-events: all;
}
body[class*='archive'] .page_title,
body[class*='single'] .page_title,
body.post-template-single-post .page_title,
body.error404 .page_title {
	bottom: 8rem;
	left: 0;
	position: absolute;
	width: calc(66.6% - 4rem);
}
body[class*='archive'] .page_title h1,
body[class*='archive'] .page_title h1,
body[class*='single'] .page_title h1,
body[class*='single'] .page_title h1,
body.post-template-single-post .page_title h1,
body.error404 .page_title h1 {
	font-size: 4rem;
	font-weight: 800;
	margin-bottom: 2rem;
}
body[class*='archive'] .page_title #breadcrumb a,
body[class*='single'] .page_title #breadcrumb a,
body.post-template-single-post .page_title #breadcrumb a {
	color: #d7df23;
}
body[class*='archive'] .page_title #breadcrumb a:hover,
body[class*='single'] .page_title #breadcrumb a:hover,
body.post-template-single-post .page_title #breadcrumb a:hover {
	color: white;
}
body[class*='archive'] .webcell,
body[class*='single'] .webcell {
	color: #143642;
	position: absolute;
	right: 0;
	top: 0;
	bottom: -3rem;
	width: 33.3%;
}
body[class*='archive'] .webcell div,
body[class*='single'] .webcell div,
.webcell div {
	bottom: 0;
	padding: 2rem 2rem 8rem;
	position: absolute;
}
body[class*='archive'] .webcell .arrow,
body[class*='single'] .webcell .arrow,
.webcell .arrow {
	background-color: #d7df23;
	bottom: 2rem;
	height: 4rem;
	line-height: 4rem;
	position: absolute;
	left: 2rem;
	text-align: center;
	width: 4rem;
}
/*body[class*='home'] .webcell .arrow {
    background-color: #d7df23;
    display: inherit;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    width: 4rem;
}*/
body[class*='archive'] .webcell .tc,
body[class*='single'] .webcell .tc,
.webcell .tc {
	bottom: 2rem;
	position: absolute;
	right: 2rem;
	text-align: right;
	width: calc(100% - 9rem);
}
body[class*='archive'] .webcell .arrow i,
body[class*='single'] .webcell .arrow i,
.webcell .arrow i {
	color: #143642;
	font-size: 2rem;
	line-height: 4rem;
	vertical-align: middle;
}
body[class*='archive'] .webcell h1,
body[class*='single'] .webcell h1,
.webcell h1 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 0.5rem;
}
body[class*='archive'] .webcell span,
body[class*='single'] .webcell span,
.webcell span {
	font-size: 0.75rem;
}

body[class*='archive'] .webcell .arrow:hover,
body[class*='single'] .webcell .arrow:hover,
.webcell .arrow:hover { background-color: white; }
body[class*='archive'] .webcell .arrow:hover i,
body[class*='single'] .webcell .arrow:hover i,
.webcell .arrow:hover i { color: #d7df23; }



/* Subpage Hero */

#subhero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	min-height: 30rem;
	position: absolute;
	width: 100%;
}


/* Slick | Home */

.slick_home:not(.slick-initialized) .slickbase {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: grid;
	float: left;
	min-height: 1px;
	background-size: cover;
	background-position: center;
}

.slick_home:not(.slick-initialized) .slickin {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: calc(100% - 8rem);
}

.slick_home:not(.slick-initialized) .slickin img {
	position: absolute;
	bottom: 6rem;
	right: 0;
	min-width: 22rem;
	width: 33.3%;
	display: block;
}

.slick_home:not(.slick-initialized) {
	position: relative;
	display: block;
	box-sizing: border-box;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick_home .slick-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slick_home .slick-slide div {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: calc(100% - 8rem);
}
.slick_home .slick-slide div img {
	position: absolute;
	bottom: 6rem;
	right: 0;
	min-width: 22rem;
	width: 33.3%;
}


.content {

}

body[class*='single'] .content,
body[class*='archive'] .content,
body.error404 .content {
	padding-top: 9rem;
}

/* Full Width */

.full_width {
	padding-bottom: 8rem;
}
.full_width img {
	display: block;
	height: auto;
	margin: 4rem 0;
	width: 100%;
}

/* News | Latest 3 */

#latest3 {
	padding: 6rem 0;
}
#latest3 .col a {
	color: #143642;
	float: left;
	background-color: white;
	padding: 1rem 1rem 2rem;
	margin: 1rem;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
#latest3 img {
	float: left;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}
#latest3 .heading {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
#latest3 .btn {
	display: inline-block;
	font-weight: bold;
	padding: 1rem 0;
	margin-top: 1rem;
}
#latest3 .btn span:after {
	color: #d7df23;
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}
#latest3 a {
	color: #143642;
}
#latest3 a:hover {
	color: #d7df23;
}
#latest3 .slick-dots {
	bottom: -4rem;
	text-align: center;
}
#latest3 .slick-dots li button:before { color: rgba(0,0,0,0.1); }
#latest3 .slick-dots li.slick-active button:before { color: #d7df23; }

body.post-template-single-post #latest3 .heading { font-size: 1rem; }
body.post-template-single-post #latest3 .btn {
	padding: 0;
	margin-top: 0;
	font-size: 0.8rem;
}

/* Ticker */

#ticker .left {
	padding: 10rem 0 6rem;
	width: calc(66.6% - 2rem);
}
#ticker .right {
	background-color: #143642;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 33.3%;
}
#ticker h1 {
	font-size: 2.5rem;
	line-height: 1.25em;
}
#ticker h1 p {
	line-height: inherit;
}
.ticker > div {
	float: left;
	margin-right: 2rem;
	width: calc(25% - 2rem);
}
.ticker .countup {
	font-size: 5rem;
	font-weight: 800;
	white-space: nowrap;
}
.ticker div:nth-child(3) .countup:after {
	content: '+';
	display: inline-block;
}

/* Video */

video#home_video {
	left: 50%;
	position: relative;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* Adjust video for Responsive */
video#home_video {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	position: absolute;
}

@media (max-width: 800px) {
	video#home_video {
		height: 400px !important;
		object-fit: cover !important;
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
		width: 100% !important;
		transform: none !important;
	}

	#ticker .right {
		height: auto !important;
	}
}


/* Offering */

#offering {
	padding: 6rem 0;
}
#offering .blocks {
	display: flex;
	flex-wrap: wrap;
}
#offering .blocks > div {
	float: left;
	padding: 2rem;
	text-align: center;
	width: calc(33.3% - 4rem);
}
#offering .icon {
	background-color: #e7eaec;
	border-radius: 999px;
	overflow: hidden;
	padding-top: 50%;
	width: 50%;
	margin: 0 auto 2em;
	position: relative;
}
#offering .icon:hover {
	background-color: #d7df23;
}
#offering .icon div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	padding-top: 100%;
	width: 100%;
	margin: 0 auto 2em;
	top: 0;
	position: absolute;
}
#offering .icon div.playing { pointer-events: none; }
#offering h2 {
	margin-bottom: 1em;
}

/* Our*/

#our {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#our .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4rem;
}
#our .blocks > div {
	float: left;
	padding: 4rem 4rem 12rem;
	position: relative;
	text-align: left;
	width: calc(33.3% - 8rem);
}
#our .blocks > div:nth-child(even) {
	background-color: #e7eaec;
}
#our .text {
	line-height: 1.5rem;
}
#our .blocks > div:nth-child(odd) h1 {
	color: white;
}
#our .blocks > div:nth-child(odd) .text {
	color: rgba(255,255,255,0.5);
}
#our .arrow {
	background-color: #d7df23;
	bottom: 4rem;
	height: 4rem;
	line-height: 4rem;
	position: absolute;
	right: 4rem;
	text-align: center;
	width: 4rem;
}
#our .arrow i {
	color: #143642;
	font-size: 2rem;
	line-height: 4rem;
	vertical-align: middle;
}

#our .arrow:hover { background-color: white; }
#our .arrow:hover i { color: #d7df23; }
/*#our .blocks > div:nth-child(even) .arrow  { background-color: #143642; }
    #our .blocks > div:nth-child(even) .arrow i { color: white; }
#our .blocks > div:nth-child(even) .arrow:hover  { background-color: white; }
    #our .blocks > div:nth-child(even) .arrow:hover i { color: #143642; }*/

/* Companies */

#companies {
	color: white;
	padding: 4rem 0;
}
#companies .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
#companies .blocks > div {
	float: left;
	padding: 2rem 2rem 8rem;
	position: relative;
	text-align: left;
	width: calc(33.3% - 4rem);
}
#companies .blocks > div img {
	border: 1px solid white;
	margin-bottom: 2rem;
	width: calc(100% - 2px);
}
#companies .blocks > div .btn {
	background-color: #d7df23;
	color: white;
	font-weight: 600;
	padding: 1rem 3rem;
	position: absolute;
	bottom: 2rem;
}
#companies .blocks > div .btn:hover {
	background-color: #e7eaec;
	color: #143642;
}
#companies .blocks > div .btn span:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}

/* What We Do */

#whatwedo {
	padding: 0rem 0 4rem 0;
}
#whatwedo .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
#whatwedo .blocks > div {
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
	float: left;
	margin: 1.5rem;
	padding: 1.5rem 1.5rem 6rem;
	position: relative;
	text-align: left;
	width: calc(33.3% - 6rem);
}
#whatwedo .blocks > div h1 {
	margin-bottom: 1rem;
	font-size: 1.5rem
}
#whatwedo .blocks > div img {
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
	display: block;
}
#whatwedo .blocks > div .btn {
	background-color: #d7df23;
	color: white;
	font-weight: 600;
	padding: 0.5rem 2rem;
	position: absolute;
	bottom: 1.5rem;
}
#whatwedo .blocks > div .btn:hover {
	background-color: #e7eaec;
	color: #143642;
}
#whatwedo .blocks > div .btn span:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}

/* Our Brands */

#ourbrands {
	padding: 0rem 0 4rem 0;
}
#ourbrands ul.brands {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 4rem 0 0;
}
#ourbrands ul.brands li {
	display: table;
	height: 10rem;
	width: 20%;
}
#ourbrands ul.brands li div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#ourbrands ul.brands li div img {
	display: block;
	max-height: 4rem;
	margin: 0 auto;
	opacity: 0.25;
	width: 66.6%;
}

/* Team*/

#team {
	padding: 0px 0 4rem 0;
}
#team .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
#team .blocks > div {
	float: left;
	margin: 0 1rem 1rem;
	text-align: center;
	width: calc(20% - 2rem);
}
#team .blocks > div img {
	border-top: 0.5rem solid #d7df23;
	display: block;
	width: 100%;
	height: auto;
}
#team .blocks > div .info {
	margin-top: -1.5rem;
}
.blocks .info .links {
	min-height: 1.5rem;
}
#team .blocks > div .info h1 {
	margin: 1rem 0 0.25rem;
	font-size: 1.5rem
}
#team .blocks > div .info .btn {
	background-color: #d7df23;
	color: white;
	display: inline-block;
	font-size: 1.5rem;
	height: 3rem;
	margin: 0 0.25rem;
	width: 3rem;
	line-height: 3rem;
	text-align: center;
}
#team .blocks > div .info .btn:hover {
	background-color: #143642;
	color: #d7df23;
}

#team .blocks > div .info .btn:hover i {
	color: #d7df23 !important;
}

/* Profile */

#profile {
	padding: 0 0 4rem 0;
}
#profile .blocks {
	border-bottom: 1px solid #d7df23;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}
#profile .blocks .img {
	float: left;
	width: 25%;
}
#profile .blocks .img img {
	display: block;
	width: 100%;
	height: auto;
}
#profile .blocks .txt {
	float: right;
	width: calc(75% - 4rem);
}
#profile .blocks .txt h1 {
	margin-bottom: 0.5rem;
}
#profile .blocks .txt h2 {
	color: #d7df23;
	font-size: 0.85rem;
	margin-bottom: 1.5rem;
}
#profile .blocks .txt .links {
	margin-top: 2rem;
}
#profile .blocks .txt .links .btn {
	border: 1px solid #143642;
	color: #143642;
	border-radius: 999px;
	display: inline-block;
	height: 2rem;
	margin-right: 0.5rem;
	width: 2rem;
	line-height: 2rem;
	text-align: center;
}
#profile .blocks .txt .links .btn:hover {
	border-color: #d7df23;
	color: #d7df23;
}
#profile .slick_team {
	margin: 2rem -1rem;
	padding: 0 4rem;
}
#profile .slick_team .slick-prev {
	left: 0;
}
#profile .slick_team .slick-next {
	right: 0;
}
#profile .slick_team .slick-prev:before,
#profile .slick_team .slick-next:before {
	background-image: url(../img/sprite_arrows.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 2rem;
	margin: 0 auto;
	opacity: 1;
	text-align: center;
	width: 2rem;
}
#profile .slick_team .slick-prev:before {
	background-position: center left;
}
#profile .slick_team .slick-next:before {
	background-position: center right;
}

#profile .slick_team a { color: #143642; }
#profile .slick_team a:hover { color: #d7df23; }
#profile .slick_team .img {
	float: left;
	margin-right: 1rem;
	width: 4rem;
}
#profile .slick_team .img img {
	display: block;
	width: 100%;
	height: auto;
}
#profile .slick_team .txt {
	padding-right: 2rem;
}
#profile .slick_team .txt h1 {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}
#profile .slick_team .txt p { font-size: 0.85rem; }

/* Sustainability */

#sustainability { }
#sustainability ul { }
#sustainability .partners { margin-top: 4rem; }

#sustainability ul.brands {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
#sustainability ul.brands li {
	display: table;
	height: 6rem;
	width: 20%;
}
#sustainability ul.brands li div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#sustainability ul.brands li div img {
	display: block;
	max-height: 2rem;
	margin: 0 auto;
	opacity: 0.25;
	width: 66.6%;
}

#sustainability #sustain_graphic { }
#sustainability #sustain_graphic img { width: 100%; }

/* Investors */

#investors { }
#investors .col .left {
	width: calc(66.6% - 4rem);
}
#investors .col .right {
	background-color: #f3f4f5;
	padding: 2rem;
	width: calc(33.3% - 4rem);
}
#investors .left .block { margin-bottom: 4rem; }
#investors .right .block { margin-bottom: 2rem; }
.download_ad {
	background-color: white;
	border: 1px #ddd solid;
	display: block;
}
#investors .block img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
}

#investors .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
#investors .blocks > div {
	float: left;
	margin: 0 1rem 2rem;
	text-align: center;
	width: calc(33.3% - 2rem);
}
#investors .blocks div img {
	border-top: 0.5rem solid #d7df23;
	display: block;
	width: 100%;
}
#investors .blocks div .info {
	margin-top: -1.25rem;
}
#investors .blocks div .info h1 {
	margin: 0.5rem 0 0;
	font-size: 1.5rem
}
#investors .blocks div .info .btn {
	background-color: #d7df23;
	color: white;
	display: inline-block;
	font-size: 1.25rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0 0.25rem;
	text-align: center;
	width: 2.5rem;
}
#investors .blocks div .info .btn:hover {
	background-color: #143642;
}
#investors .right .btn {
	background-color: #d7df23;
	color: #143642;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	margin-top: 1rem;
	padding: 0.5rem 2rem;
}
#investors .right .btn:hover {
	color: white;
}
#investors .right .btn span:after {
	background-image: url(../img/sprite_investors.png);
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: 300%;
	content: '';
	display: inline-block;
	height: 1rem;
	margin-left: 0.25rem;
	vertical-align: middle;
	width: 1rem;
}
#stockbio em {
	display: block;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-top: 0.5rem;
}

/* ACCORDION */

.acc {}
.acc_btn {
	border-bottom: 1px solid #143642;
	cursor: pointer;
	font-weight: 600;
	padding: 2rem 2rem 2rem 0;
	position: relative;
}
.right .acc_btn {
	border-bottom: 1px solid #d7df23;
	color: #bcb3c0;
}
.acc_btn:after {
	background-image: url(../img/plus_minus.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 200%;
	content: '';
	display: inline-block;
	height: 1.5rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 2rem;
	width: 1.5rem;
}
.acc .acc_btn:hover:after  {
	background-position: right bottom;
}
.acc .acc_btn.active:after  {
	background-position: left top;
}
.acc .acc_btn.active:hover:after  {
	background-position: left bottom;
}
.acc_btn:hover {
	color: #d7df23;
}
.acc_collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-out;
}
.acc_collapse > div {
	padding: 2rem 0 0;
}

/* REPORTS */

.report {
	margin-bottom: 1rem;
}
.report .title {
	float: left;
	line-height: 1.5rem;
	width: calc(100% - 6.5rem);
	padding-left: 2rem;
}
.report .title:before {
	background-image: url(../img/sprite_investors.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	background-size: 300%;
	content: '';
	display: inline-block;
	height: 1.5rem;
	margin-left: -2rem;
	margin-right: 0.5rem;
	vertical-align: top;
	width: 1.5rem;
}
.report .links {
	float: right;
}
.report .links .view,
.report .links .download {
	background-image: url(../img/sprite_investors.png);
	background-repeat: no-repeat;
	background-size: 300%;
	content: '';
	display: inline-block;
	height: 1.5rem;
	vertical-align: middle;
	width: 1.5rem;
	transition: none;
}
.report .links .view {
	background-position: 50% top;
	margin-right: 0.5rem;
}
.report .links .download {
	background-position: 100% top;
}
.report .links .view:hover {
	background-position: 50% bottom;
	margin-right: 0.5rem;
}
.report .links .download:hover {
	background-position: 100% bottom;
}


#investors .right .block.investor_hub_panel {
	width: calc(100% - 60px);
	background: #ffffff;
	border: 0 solid #143642;
	padding: 30px;
	text-align: center;
}

#investors .right .block.investor_hub_panel a.button {
	background-color: #d7df23;
	color: #143642;
	display: inline-block;
	font-weight: 600;
	margin-top: 1rem;
	font-size: 14px;
	padding: .5rem 2rem;
}

#investors .right .block.investor_hub_panel a.button::after {
	content: "\f019";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5rem;
}


/* Contact */

#contact { }
#contact .col .left {
	width: calc(66.6% - 4rem);
}
#contact .col .right {
	background-color: #f3f4f5;
	padding: 2rem;
	width: calc(33.3% - 4rem);
}
#contact .col .block {
	margin-bottom: 2rem;
}
#contact .head {
	font-weight: bold;
	margin-bottom: 1rem;
}
#contact .location .head:before,
#contact .phone .head:before,
#contact .email .head:before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: inline-block;
	height: 1.5rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 1.5rem;
}
#contact .phone .head:before {
	background-image: url(../img/contact_phone.png);
}
#contact .email .head:before {
	background-image: url(../img/contact_email.png);
}
#contact .location .head:before {
	background-image: url(../img/contact_marker.png);
}
#contact .col .block span {
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
}
#contact .col .block.phone a,
#contact .col .block.email a,
#contact .col .block.location a {
	color: #143642;
	font-weight: bold;
	white-space: nowrap;
}
#contact .col .block.phone a:hover,
#contact .col .block.email a:hover,
#contact .col .block.location a:hover { color: #d7df23; }

#contact .links .btn {
	border: 1px solid #143642;
	color: #143642;
	border-radius: 999px;
	display: inline-block;
	height: 2rem;
	margin-right: 0.5rem;
	width: 2rem;
	line-height: 2rem;
	text-align: center;
}
#contact .links .btn:hover {
	border-color: #d7df23;
	color: #d7df23;
}

/* Contact Form */

#contact .form {
	margin-top: 2rem;
}
#contact .form > div,
#contact .form .col_2 div,
#contact .form .form-field {
	display: block;
	margin-bottom: 1rem;
}
#contact .form .col_2 {
	margin-bottom: 0;
	column-count: 2;
	column-gap: 1rem;
}
#contact .form label {
	display: none;
}
#contact .form label span {
	display: inline-block;
	font-weight: normal;
	font-size: 0.75rem;
}
#contact .form input,
#contact .form textarea,
#contact .form select {
	border: 1px solid #ccc;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 0;
	padding: 0.5rem 0.75rem;
	text-align: left;
	width: calc(100% - 1.5rem - 2px);
	line-height: inherit !important;
	height: inherit !important;
}
#contact .form input::placeholder,
#contact .form textarea::placeholder,
#contact .form select::placeholder {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}
#contact .form select { padding: calc(0.5rem - 1px); width: 100%; }
#contact .form textarea { resize: none; }
#contact .form span { display: block; }

#contact .form button {
	background-color: #d7df23;
	color: white;
	cursor: pointer;
	font-size: 1.25rem;
	font-style: normal;
	padding: 1rem 3rem;
}
#contact .form button:hover {
	background-color: #143642;
}
#contact .form button span {
	font-style: normal !important;
	font-size: 1rem !important;
}
#contact .form button span:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}
#contact .form .privacy {
	display: inline-block;
	font-style: italic;
	margin: 1rem;
}
#contact .form .privacy a {
	color: #d7df23 !important;
	font-weight: normal !important;
}
#contact .form .privacy a:hover {
	color: #143642 !important;
}



#contact .maps {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
#contact .maps .map {
	background-color: white;
	box-shadow: 0 0 1rem rgba(0,0,0,0.1);
	display: grid;
	width: calc(50% - 2rem);
}
#contact .maps .map:first-child {
	float: left;
}
#contact .maps .map:last-child {
	float: right;
	margin-left: auto;
}
#contact .maps .map > div {
	padding: 2rem;
}
#contact .maps .map .gm {
	margin-bottom: 1rem;
}
#contact .maps .map .gm img { /* TEMP */
	display: block;
	width: 100%;
	height: auto;
}
#contact .maps .map .txt {
	text-align: center;
}
#contact .maps .map .txt h1 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#contact .maps .map .txt h1 span {
	color: #d7df23;
}

/* News (Archive) */

#news_archive {
	padding: 0rem 0 4rem 0;
}
#news_archive .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
#news_archive .blocks > div {
	border: 1px solid #e7eaec;
	float: left;
	margin: 0 1rem 2rem;
	width: calc(50% - 2rem - 2px);
}
#news_archive .blocks > div img {
	display: block;
	width: 100%;
	height: auto;
}
#news_archive .blocks > div .info {
	padding: 2rem;
}
#news_archive .blocks > div .info .meta {
	margin-bottom: 1rem;
}
#news_archive .blocks > div .info h1 {
	margin-bottom: 1rem;
	font-size: 1.5rem
}
#news_archive .blocks > div .info .btn {
	display: inline-block;
	font-weight: bold;
	padding: 1rem 0;
	margin-top: 1rem;
}
#news_archive .blocks > div .info .btn span:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}
#news_archive .blocks a {
	color: #143642;
}
#news_archive .blocks a:hover {
	color: #d7df23;
}


/* News (Single) */

body.post-template-single-post .hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body.post-template-single-post .dots {
	min-height: 33.3vw;
}
#post {
	border-bottom: 1px solid #d7df23;
	padding-bottom: 6rem;
	margin-bottom: 6rem;
}
#post #breadcrumb {
	margin-bottom: 2rem;
}
#post .meta {
	margin-bottom: 4rem;
}
#post h1 {
	font-size: 4rem;
	margin-bottom: 2rem;
}
#post a {
	color: #d7df23;
}
#post a:hover {
	color: #143642;
}
body.post-template-single-post #latest3 {
	padding: 0 0 6rem;
}
.post p {
	line-height: 2rem;
	margin-bottom: 2rem;
}
.post .video {
	margin: 3rem 0;
}
.post .video img {
	display: block;
	width: 100%;
}

.wysiwyg p img { height: auto; margin-bottom: 2rem; }
.wysiwyg p img.alignright { float: right; margin-left: 2rem; width: 50%; }
.wysiwyg p img.alignleft { float: left; margin-right: 2rem; width: 50%; }

.post p iframe { width: 100%; }



.blockBtn {
	background-color: #d7df23;
	color: white;
	display: inline-block;
	font-weight: 600;
	padding: 1rem 3rem;
	margin: 1rem 0;
}
.blockBtn:hover {
	background-color: #e7eaec;
	color: #143642;
}
.blockBtn span:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}

/* 404 */

body.error404 .btn {
	background-color: #d7df23;
	color: white;
	font-weight: 600;
	padding: 1rem 3rem;
	position: absolute;
	bottom: 2rem;
}
body.error404 .btn:hover {
	background-color: #e7eaec;
	color: #143642;
}
body.error404 .btn span:after {
	content: "\f30b";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}

/* Footer */

footer {
	border-bottom: 1rem solid #d7df23;
}
footer #footer_logos .col {
	padding: 8rem 0 1rem;
	position: relative;

	text-align: right; /* TEMP */
}

footer #footer_logos .col:before {
	background-image: url(../img/dots.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3rem;
	content: '';
	height: 8rem;
	left: 0;
	position: absolute;
	width: 32rem;
	z-index: 99;
}

#ticker_holder {
	display: flex;
	float: right;
	height: 3rem;
	overflow: hidden;
	width: calc(100% - 33rem);
}
#ticker_holder:hover ul.ticker {
	animation-play-state: paused;
}
ul.ticker {
	animation: ticker 90s infinite linear;
	display: flex;
	height: 3rem;
	list-style: none;
	opacity: 0.25;
}
ul.ticker li {
	margin: 1rem;
}
ul.ticker li img {
	height: 1rem;
}
@keyframes ticker {
	100% { transform: translateX(-100%); }
}

footer #footer_info {
	position: relative;
}
footer #footer_info:after {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 50%;
}
footer #footer_info .col {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
footer #footer_info .col .left,
footer #footer_info .col .right {
	min-height: 24rem;
	position: relative;
}
footer #footer_info .col .left {
	color: white;
	padding: 9rem 2rem 6rem 0;
	width: calc(33.33% - 3rem);
}
footer #footer_info .logo {
	display: block;
	height: 2rem;
	margin-bottom: 3rem;
}
footer #footer_info .logo img {
	display: block;
	height: 100%;
}
footer #footer_info .phone {
	display: block;
	margin-bottom: 2rem;
}

footer #footer_info .phone a { color: white; }
footer #footer_info .phone a:hover { color: #d7df23; }
footer #footer_info .phone span {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	white-space: nowrap;
}
footer #footer_info .socials a {
	background-color: white;
	border-radius: 999px;
	color: #143642;
	display: inline-block;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	text-align: center;
	margin-right: 1rem;
}
footer #footer_info .socials a:hover {
	background-color: #d7df23;
}
footer #footer_info .socials a i {
	font-size: 1.5rem;
	line-height: 3rem;
}
footer #footer_info .col .right {
	padding: 9rem 0 6rem 8rem;
	width: calc(66.66% - 7rem);
}
footer #footer_info .links {
	margin-bottom: 6rem;
}
footer #footer_info .links > div {
	float: left;
	width: 33.33%;
}
footer #footer_info h2 {
	margin-bottom: 1em;
}
footer #footer_info ul {
	list-style: none;
}
footer #footer_info ul li {
	display: block;
}
footer #footer_info ul li a {
	color: #143642;
	display: block;
	font-weight: 400;
	line-height: 2rem;
}
footer #footer_info ul li a:hover {
	color: #d7df23;
}
footer #footer_info ul ul {
	margin-left: 2rem;
}

footer #footer_info .copyright,
footer #footer_info .tsandcs {
	font-size: 0.75rem;
	position: absolute;
	bottom: 6rem;
}
footer #footer_info .tsandcs a {
	color: #d7df23;
}

#footer_news a {
	color: #143642;
	display: block;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
#footer_news a:hover {
	color: #d7df23;
}
#footer_news .meta {
	font-size: 0.75rem;
	line-height: 0.75rem;
	margin-top: 0.5rem;
}

/* 3Sixt */
.sixt_icons {

}

.sixt_icons .sixt_icon {
	display: inline-block;
	padding: 2rem;
	text-align: center;
	width: calc(33% - 4rem);
	vertical-align: top;
}

.sixt_icons p {
	font-weight: 700;
	line-height: 1.25em;
	margin-bottom: 1em;
	font-size: 24px;
}

.sixt_icons img {
	max-width: 166px;
	width: 100%;
	height: auto;
}


.clear {
	clear:both
}

.clear:after {
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	font-size:0
}

/* Transitions */

a, button, .arrow, .arrow i, header .menu .nav ul li a:after, header .dots .login .tab {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.icon {
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

/* Other styles */
#ticker {
	padding-top:10rem;
	padding-bottom:6rem;
}

/* Responsive */

/* CSS Fixes for Landscape */
@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
	header .login {
		visibility: hidden;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	header .login {
		visibility: hidden;
	}
}

@media all and (max-width: 1200px) {
	#our .col { width: 100%; }
	#our .blocks { margin: 0;  }
	#our .blocks > div { padding: 4rem; width: calc(100% - 8rem); }
	#our .arrow { position: initial; display: inline-block; float: right; margin-top: 2rem; }
}
@media all and (max-width: 1000px) {
	html, body { font-size: 14px; }
	header .dots:after,
	footer #footer_logos .col:before { bottom: -2.3rem; height: 6rem; width: 24rem; }
	#offering .blocks > div, .sixt_icons .sixt_icon { width: calc(48% - 4rem); }
	#ticker_holder { width: calc(100% - 25rem); }
	.ticker > div { width: calc(50% - 2rem); }
	h1.heading { font-size: 2rem; }
	.ticker > div { margin-right: 2rem; }
	.ticker .countup { font-size: 4rem; }
	#investors .col .left { width: 100%; }
	#investors .col .right { width: calc(100% - 4rem); }
	#investors .blocks > div { width: calc(50% - 2rem); }
	#companies .blocks > div,
	#whatwedo .blocks > div { width: calc(50% - 6rem); }
	#team .blocks > div { width: calc(33.3% - 2rem); }
	footer #footer_info .col { width: 100%; }
	footer #footer_info .col .left,
	footer #footer_info .col .right { min-height: auto; padding: 4rem; text-align: center; width: 100%; }
	footer #footer_info .logo img { margin: 0 auto; }
	footer #footer_info .copyright, footer #footer_info .tsandcs { position: initial; margin-top: 2rem; }
	footer #footer_info .links { margin-bottom: 0; }
	footer #footer_info:after { width: 100%; }

	body[class*='archive'] .page_title h1,
	body[class*='archive'] .page_title h1,
	body[class*='single'] .page_title h1,
	body[class*='single'] .page_title h1,
	body.post-template-single-post .page_title h1,
	body.error404 .page_title h1 {
		font-size: 2.5em;
		font-weight: 800;
		margin-bottom: 1em;
	}

	.content h1 {
		font-size: 1.5em;
	}

	body[class*="single"] .content, body[class*="archive"] .content, body.error404 .content {
		padding-top: 5rem;
	}


}
@media all and (max-width: 800px) {
	header .dots, #subhero { height: 36rem; }
	header .dots .login {
		height: 24rem;
		position: absolute;
		margin: 0;
		top: 2rem;
		right: calc(100% + 4rem);
		width: calc(100% - 4rem);
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	header .dots .login.open { right: 4rem; }
	header .dots .login .tab {
		display: inline-block;
		cursor: pointer;
		position: absolute;
		right: -4rem;
		top: 50%;
		margin-top: -2rem;
		overflow: hidden;
		border-radius: 0 0.5rem 0.5rem 0;
		height: 4rem;
		width: 4rem;
		background-color: #f3f4f5;
	}
	header .dots .login .tab:hover { background-color: #d7df23; }
	header .dots:after,
	footer #footer_logos .col:before { bottom: -1.75rem; height: 4.5rem; width: 18rem; }
	footer #footer_info .links > div { margin-bottom: 2rem; width: 100%; }
	#ticker .left, #ticker .right { width: 100%; }
	#ticker .right { height: calc(100vw - 8rem); position: initial; margin-bottom: 4rem; }
	.ticker > div { width: calc(25% - 2rem); }
	#ticker h1 { font-size: 2rem; }
	.ticker .countup { font-size: 3rem; }
	#ticker_holder { width: calc(100% - 19rem); }
	#team .blocks > div { width: calc(50% - 2rem); }
	#ourbrands ul.brands li,
	#sustainability ul.brands li { width: 25%; }
	#contact .col .left { width: 100%; }
	#contact .col .right { width: calc(100% - 4rem); }
	#contact .maps .map { width: 100%; }
	#contact .maps .map:first-child { margin-bottom: 2rem; }
	#news_archive .blocks > div { width: calc(100% - 2rem - 2px); }
	body[class*='archive'] .page_title,
	body[class*='single'] .page_title,
	body.post-template-single-post .page_title { bottom: 5rem; width: 100%; }
	body[class*='archive'] .webcell,
	body[class*='single'] .webcell { display: none; }
	.wysiwyg p img { margin: 0 0 2rem; width: 100% !important; }
}
@media all and (max-width: 650px) {
	#offering .blocks > div, .sixt_icons .sixt_icon { width: calc(100% - 4rem); }
}
@media all and (max-width: 600px) {
	body.mobile header .menu .nav > ul { padding: 2rem 1rem; }
	.col { width: calc(100% - 4rem); }
	.slick-prev, .slick-next { width: 2rem !important; }
	.slick-prev { left: -2rem !important; }
	.slick-next { right: -2rem !important; }
	.slick_home .slick-slide div img { min-width: auto; width: 66%; }
	#ticker_holder { width: 100%; margin-bottom: 3rem; }
	.ticker > div { width: calc(50% - 2rem); }
	#ticker h1 { font-size: 1.75rem; }
	header .dots, #subhero { height: 24rem; }
	header .dots .login {
		min-height: auto;
		height: 16rem;
		top: 0;
		right: calc(100% + 2rem);
		width: calc(100% - 6rem);
	}
	#companies .blocks > div,
	#whatwedo .blocks > div { width: calc(100% - 4rem); }
	#team .blocks > div { width: calc(100% - 1rem); }
	#profile .blocks .img { width: 100%; margin-bottom: 2rem; }
	#profile .blocks .txt { width: 100%; }
	#profile .slick_team { margin: 2rem 0rem; padding: 0 1rem; }
	#profile .slick_team .img { width: 25%; }
	#ourbrands ul.brands li,
	#sustainability ul.brands li { width: 33.3%; }
	#contact .form .col_2 { column-count: 1; }
}
@media all and (max-width: 340px) {
	header .top .social {
		float: none;
		margin-bottom: 1rem;
		text-align: center;
	}
}
@media all and (max-width: 480px) {
	#investors .blocks > div { width: calc(100% - 1rem); }
}

@media (max-width: 800px) {
	.hideonmobile {
		display: none;
	}

	.mobile-remove-margin {
		margin-bottom: 0px !important;
	}
}