/*

Colours

Dark Blue: #123A5E
Light Blue: #459ADE

Yellow: #C2BD00

Grey: #EFEFF6 

Green: #008C70

Orange: #F09D3A
Light Orange: #FCE9D2

*/

* {
	box-sizing: border-box;
	backface-visibility: hidden;
}

:root { font-size: 14px; }

:focus, :active { outline: 0; }

body {
	background: white;
	font-family: "Metropolis", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #123A5E;
	min-width: 320px;
	padding-top: 56px;
}

::selection {
	background: #123A5E; /* WebKit/Blink Browsers */
	color: white;
}

::-moz-selection {
	background: #123A5E; /* Gecko Browsers */
	color: white;
}

.invert-selection ::selection {
	background: white; /* WebKit/Blink Browsers */
	color: #123A5E;
}

.invert-selection ::-moz-selection {
	background: white; /* Gecko Browsers */
	color: #123A5E;
}

.site-wrapper { padding: 0; overflow: hidden; }

header#mainheader {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	transition: box-shadow 0.2s;
}

.admin-bar header#mainheader { margin-top: 46px; }

#wpadminbar { position: fixed; }

@media (min-width: 783px) {
	.admin-bar header#mainheader { margin-top: 32px; }
}

header#mainheader #LogoText { transition: transform 0.2s; transform-origin: 20% 80%; }

@media (max-width: 959px) {
	.nav-open header#mainheader { box-shadow: none; }
}

header#mainheader::after {
	content: "";
	display: block;
	clear: both;
}

header#mainheader a.logo {
	display: block;
	float: left;
	height: 38.2714px;
	transition: transform 0.2s;
	transform-origin: 0 75%;
}

header#mainheader a.logo img,
header#mainheader a.logo svg {
	display: block;
	width: auto;
	height: 100%;
}

header#mainheader a.nav-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 59px;
	height: 59px;
}

header#mainheader a.nav-opener i {
	display: block;
	position: absolute;
	top: 50%;
	left: 30%;
	width: 40%;
	height: 4px;
	background: #C2BD00;
	border-radius: 4px;
	margin-top: -2px;
	transition: top 0.5s, transform 0.5s, opacity 0.5s;
}

header#mainheader a.nav-opener i:first-of-type { top: 35%; }
header#mainheader a.nav-opener i:last-of-type { top: 65%; margin-top: -1px; }

header#mainheader .bits {
	padding: 1em;
	position: relative;
	z-index: 15;
	background: white;
	overflow: hidden;
	box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.5s;
}

.nav-open header#mainheader .bits { box-shadow: none; }

.nav-open header#mainheader a.nav-opener i {
	opacity: 0;
	transform: rotateZ(135deg);
}

.nav-open header#mainheader a.nav-opener i:first-of-type {
	opacity:1;
	transform: rotateZ(135deg);
	top: 50%;
}

.nav-open header#mainheader a.nav-opener i:last-of-type {
	opacity:1;
	transform: rotateZ(225deg);
	top: 50%;
	margin-top: -2px;
}

.scrolled header#mainheader { box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2); }

@media (max-width: 959px) {
	nav.main {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0;
		width: 100%;
		height: calc(100vh - 56px);
		background: white;
		padding: 1em;
		transition: top 0.5s;
		z-index: 10;
		overflow: auto;
		overflow-x: hidden;
	}

	.nav-open nav.main { top: 56px; }
}

nav.main .language-select-wrapper {
	float: right;
	margin: 0 0 1em;
	width: 60px;
	height: 23px;
}

nav.main .language-select {
	border: 1px solid #ccc;
	padding: 21px 2px 0;
	cursor: pointer;
	position: relative;
	background: white;
	z-index: 12;
}

nav.main .language-select.open {
	height: 130px;
	background: white;
	border-color: currentColor;
}

nav.main .language-select::before {
	content: "";
	display: block;
	line-height: 17px;
	margin-right: 12px;
	width: 25px;
	height: 17px;
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: white;
	background-size: 25px 17px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	white-space: nowrap;
}

nav.main .language-select.en::before { background-image: url(../img/flags/gb.png); }
nav.main .language-select.be::before { background-image: url(../img/flags/be.png); }
nav.main .language-select.no::before { background-image: url(../img/flags/no.png); }
nav.main .language-select.nl::before { background-image: url(../img/flags/nl.png); }

nav.main .language-select::after {
	content: "\e900";
	display: block;
	position: absolute;
	top: -2px;
	right: 2px;
	font-family: "sgi-icons";
	font-weight: normal;
	font-size: 6px;
	color: #c6cdd6;
}

nav.main .language-select:hover { border-color: currentColor; }
nav.main .language-select:hover::after { color: inherit; }

nav.main .language-select ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

nav.main .language-select li {
	list-style: none;
	display: block;
	padding: 2px 0;
	margin: 0;
}

nav.main .language-select li a {
	display: block;
	width: 25px;
	height: 17px;
	text-indent: 25px;
	text-decoration: none;
	color: inherit;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

nav.main .language-select li a::before {
	content: "";
	display: block;
	width: 25px;
	height: 17px;
	background-size: 25px 17px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

nav.main .language-select li.en a::before { background-image: url(../img/flags/gb.png); }
nav.main .language-select li.fr a::before { background-image: url(../img/flags/fr.png); }
nav.main .language-select li.nl a::before { background-image: url(../img/flags/nl.png); }

nav.main .language-select.en li.en { display: none; }
nav.main .language-select.fr li.fr { display: none; }
nav.main .language-select.nl li.nl { display: none; }

nav.main .top-nav {
	clear: both;
	list-style: none;
	display: flex;
	margin: 1em 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	white-space: nowrap;
}

nav.main .top-nav li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

nav.main .top-nav li a {
	display: block;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	padding: 0.5em;
	position: relative;
	z-index: 10;
}

nav.main .top-nav li ul {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	background: white;
	z-index: 9;
	border: 1px solid #123A5E;
	display: none;
	padding: 2em 0 0 0;
	margin: 0;
	min-width: 100%;
}

nav.main .top-nav li.region ul
nav.main .top-nav li.regio ul {
	right: auto;
	left: 0;
}

nav.main .top-nav li ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

/* UK Region select */
.region-gb nav.main .top-nav li.region > a span::after { content: ": UK"; }

/* Norway Region Select */
.region-no nav.main .top-nav li.omrade > a span::after { content: ": Norge"; }

/* Netherlands Region Select */
.region-nl nav.main .top-nav li.regio > a span::after { content: ": Nederland"; }
.region-nl nav.main .top-nav li.region > a span::after { content: ": Nederland"; }
.lang-en_US.region-nl nav.main .top-nav li.region > a span::after { content: ": Netherlands"; }
.lang-en_US.region-nl nav.main .top-nav li.regio > a span::after { content: ": Netherlands"; }
.lang-en_GB.region-nl nav.main .top-nav li.region > a span::after { content: ": Netherlands"; }
.lang-en_GB.region-nl nav.main .top-nav li.regio > a span::after { content: ": Netherlands"; }

/* Belgium Region Select */
.region-be nav.main .top-nav li.regio > a span::after { content: ": Belgie"; }
.region-be nav.main .top-nav li.region > a span::after { content: ": Belgie"; }
.lang-fr_FR.region-be nav.main .top-nav li.region > a span::after { content: ": Belgique"; }
.lang-fr_FR.region-be nav.main .top-nav li.regio > a span::after { content: ": Belgique"; }

/* Belgium - FibreCount Region Select */
.region-be-fc nav.main .top-nav li.regio > a span::after { content: ": Belgie"; }
.region-be-fc nav.main .top-nav li.region > a span::after { content: ": Belgie"; }
.lang-fr_FR.region-be-fc nav.main .top-nav li.region > a span::after { content: ": Belgique"; }
.lang-fr_FR.region-be-fc nav.main .top-nav li.regio > a span::after { content: ": Belgique"; }

/* France - FibreCount Region Select */
.region-fr nav.main .top-nav li.regio > a span::after { content: ": France"; }
.region-fr nav.main .top-nav li.region > a span::after { content: ": France"; }

nav.main .top-nav li.open ul { display: block; }
nav.main .top-nav li ul li a { border: none; text-transform: none; }
nav.main .top-nav li.region ul li a { padding-right: 2em; }
nav.main .top-nav li a:hover { text-decoration: underline; }

nav.main .top-nav li > a::after {
	display: inline-block;
	color: #C2BD00;
	vertical-align: baseline;
	font-family: "sgi-icons";
	font-weight: normal;
	margin: 0 0 0 0.25em;
}

ul li.region > a::after { content: "\e907"; }
ul li.regio > a::after { content: "\e907"; }
ul li.omrade > a::after { content: "\e907"; }

ul li.contact-us > a::after { content: "\e901"; }
ul li.kontakt-oss > a::after { content: "\e901"; }
ul li.contact > a::after { content: "\e901"; }
ul li.prenez-contact-avec-nous > a::after { content: "\e901"; }
ul li.contactez-nous > a::after { content: "\e901"; }

ul li.careers > a::after { content: "\e902"; }
ul li.jobs > a::after { content: "\e902"; }
ul li.karrierer > a::after { content: "\e902"; }
ul li.ledige-stillinger > a::after { content: "\e902"; }
ul li.carriers > a::after { content: "\e902"; }
ul li.carrieres > a::after { content: "\e902"; }

ul li.portal-login > a::after { content: "\e903"; }
ul li.innlogging > a::after { content: "\e903"; }

nav.main .main-nav { margin: 1em 0 0; }

nav.main .main-nav .shop {
	margin: 1em 0;
	background: #123A5E;
	color: #C2BD00;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

nav.main .main-nav .shop a {
	padding: 0.5em 1em;
	color: #C2BD00;
	text-decoration: none;
	flex-grow: 1;
	position: relative;
	text-align: center;
}

nav.main .main-nav .shop a:hover { background: rgba(255, 255, 255, 0.25); }

nav.main .main-nav .shop a.checkout { padding-right: 4em; flex-grow: 0; text-align: left; }

nav.main .main-nav .shop a.checkout::before {
	content: "\e904";
	display: block;
	position: absolute;
	top: 3px;
	right: 12px;
	font-weight: normal;
	font-family: "sgi-icons";
	font-size: 24px;
	width: 24px;
	text-align: center;
}

nav.main .main-nav .shop a.checkout::after {
	content: attr(data-cart-item-count);
	display: block;
	position: absolute;
	top: 14px;
	right: 12px;
	width: 24px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: 400;
}

nav.main .main-nav .shop a.disabled { opacity: 0.35; cursor: default; background: transparent; }

nav.main .main-nav ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav.main .main-nav ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav.main .main-nav ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	padding: 1em 0;
	position: relative;
}

nav.main .main-nav ul li a:hover { text-decoration: underline; }

nav.main .main-nav ul li ul {
	padding: 0 0 0 1em;
	margin: 0 0 0 3em;
	position: relative;
}

nav.main .main-nav ul li ul::before {
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
	width: 2px;
	bottom: 1em;
	border-left: 2px solid #C2BD00;
}

nav.main .main-nav ul li ul li a em { font-style: normal; display: block; }
nav.main .main-nav ul li ul li a span { display: none; }

nav.main .side-nav { margin: 2em 0; overflow: hidden; background: white; }

nav.main .side-nav .social {
	display: table;
	margin: 0 0 1em -0.5em;
}

nav.main .side-nav .social ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav.main .side-nav .social::after {
	content: attr(data-title);
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 0.5em;
}

nav.main .side-nav .social li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

nav.main .side-nav .social li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: 40px;
	overflow: hidden;
	position: relative;
	color: #C2BD00;
	text-decoration: none;
}

nav.main .side-nav .social li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	text-indent: 0;
	text-align: center;
	line-height: 40px;
	font-family: "sgi-icons";
	font-weight: normal;
	font-size: 24px;
	transition: color 0.2s;
}

nav.main .side-nav .social li a span { visibility: hidden; opacity: 0; }

nav.main .side-nav .social li.twitter a::before { content: "\e905"; }
nav.main .side-nav .social li.linkedin a::before { content: "\e906"; }
nav.main .side-nav .social li.facebook a::before { content: "\e90c"; }
nav.main .side-nav .social li.instagram a::before { content: "\e90d"; }

nav.main .side-nav .social li.twitter a:hover::before { color: #009DED; }
nav.main .side-nav .social li.linkedin a:hover::before { color: #0072AE; }
nav.main .side-nav .social li.facebook a:hover::before { color: #1773EA; }
nav.main .side-nav .social li.instagram a:hover::before { color: #E4405F; }

nav.main .side-nav a.tel {
	display: table;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 1em;
}

nav.main .side-nav a.tel:hover span { text-decoration: underline; }

nav.main .side-nav a.tel::before {
	content: "\e901";
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-indent: 0;
	text-align: center;
	line-height: 40px;
	font-family: "sgi-icons";
	font-weight: normal;
	font-size: 24px;
	color: #C2BD00;
	margin-left: -6px;
	margin-right: 0.25em;
}

nav.main .side-nav a.emergency {
	display: table;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

nav.main .side-nav a.emergency:hover span { text-decoration: underline; }

nav.main .side-nav a.emergency i {
	display: inline-block;
	color: #C20000;
	font-style: normal;
	margin: 0 0.5em 0 0;
}

@media (max-width: 767px) {
	nav.main .top-nav li.region {
		position: absolute;
		top: 1em;
		left: 1.25em;
		z-index: 11;
	}

	nav.main .top-nav li.region ul {
		right: auto;
		left: 0;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.nav-open nav.main { top: 84px; height: calc(100vh - 84px); }

	nav.main .top-nav { position: relative; margin: 0.6em 0; }
	nav.main .top-nav li.region {
		position: absolute;
		bottom: 100%;
		left: 0;
		z-index: 11;
	}

	nav.main .top-nav li.region ul {
		right: auto;
		left: 0;
	}
}

@media (min-width: 768px) {
	:root { font-size: 11px; }

	body { padding-top: 84px; }
	header#mainheader a.logo { height: 67.588px; }
	header#mainheader .bits { padding: 1em 2em; }
	header#mainheader a.nav-opener { width: 84px; height: 84px; }
	header#mainheader a.nav-opener i { height: 6px; margin-top: -3px; }
	header#mainheader a.nav-opener i:last-of-type { height: 6px; margin-top: -2px; }

	nav.main { padding: 1.5em 2em; }

	nav.main .language-select-wrapper {
		position: absolute;
		top: 1.5em;
		right: 2em;
		margin-top: 0.5em;
		margin-left: 3em;
		z-index: 15;
	}

	nav.main .top-nav { clear: none; float: left; width: 340px; }
	nav.main .top-nav li a::after { margin: 0 0 0 1em; }

	nav.main .main-nav { margin-top: 0.25em; }
	nav.main .main-nav .shop { float: right; margin: 0 6em 0 0; }

	nav.main .main-nav > ul {
		clear: both;
		font-size: 16px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		padding-top: 1em;
	}

	nav.main .main-nav ul li { padding: 0 2em; }

	nav.main .main-nav ul li a:hover { text-decoration: none; }

	nav.main .main-nav ul li a:hover::before,
	nav.main .main-nav ul li.open > a::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0.8em;
		width: 100%;
		height: 2px;
		background: #C2BD00;
	}

	nav.main .main-nav ul li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		width: calc(100% + 6rem);
		margin: 0 -3rem;
		padding: 0 3rem 2em;
		background: white;
		box-shadow: inset 0 0.25em 0.25em rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
		background: white;
		overflow: hidden;
	}

	nav.main .main-nav ul li ul { padding: 0; margin: 0; }

	nav.main .main-nav ul li ul::before { display: none; }

	nav.main .main-nav ul li ul li {
		width: 50%;
		float: left;
		margin: 1em 0 0;
	}

	nav.main .main-nav ul li ul li:nth-of-type(2n+1) { clear: left; }

	nav.main .main-nav ul li ul li:hover { text-decoration: underline; }

	nav.main .main-nav ul li ul li a:hover::before { display: none; }
	nav.main .main-nav ul li ul li.open a:hover::before { display: none; }

	nav.main .side-nav {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		width: calc(100% - 4rem);
		margin: 0;
		font-size: 16px;
	}

	nav.main .side-nav .social li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-indent: 50px;
	}

	nav.main .side-nav .social li a::before {
		font-size: 30px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	nav.main .side-nav a.tel::before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
}

@media (min-width: 960px) {
	:root { font-size: 12px; }

	body { padding-top: 132px; }

	.site-wrapper { padding: 0 2.7em; }

	header#mainheader { position: absolute; padding: 0 2.7em 0 5.4em; }

	header#mainheader .top-container { position: relative; }
	nav.main .language-select-wrapper { right: 0; }
	header#mainheader::after { content: ""; display: block; clear: both; }

	header#mainheader .bits { padding: 2em; float: left; box-shadow: none; transition: padding 0.2s; overflow: visible; }
	header#mainheader a.logo { height: 78.324px; float: none; margin-left: -31%; }
	header#mainheader a.nav-opener { display: none; }

	nav.main {
		padding: 0 3em 0 2em;
		margin: 0;
	}

	nav.main .top-nav {
		position: absolute;
		top: 1.5em;
		right: 7rem;
		float: none;
		z-index: 20;
		white-space: nowrap;
		margin: 0.75em 0;
		width: auto;
		font-size: 10px;
		transition: top 0.2s;
	}

	nav.main .top-nav li { margin: 0 0 0 2em; transition: margin 0.2s; }
	
	nav.main .top-nav li a::after { font-size: 18px; vertical-align: middle; margin: 0 0 0.125em 0.5em; }

	nav.main .top-nav a span { transition: font-size 0.2s; }

	nav.main .main-nav {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		z-index: 23;
		margin-left: 200px;
		padding-top: 67px;
		transition: padding-top 0.2s;
	}

	nav.main .main-nav .shop { margin: 0 0 0 2em; font-size: 12px; }
	nav.main .main-nav .shop a.checkout::before { top: 4px; font-size: 18px; }
	nav.main .main-nav .shop a.checkout::after { top: 8px; font-size: 9px; }

	nav.main .main-nav > ul {
		flex-grow: 1;
		font-size: 12px;
		padding: 0;
		position: static;
	}

	nav.main .main-nav > ul > li > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2em;
		background: transparent;
	}

	nav.main .main-nav ul li .submenu {
		width: 100%;
		margin: 0;
	}

	nav.main .main-nav ul li .submenu ul {
		padding: 0 2em 0 8em;
		margin: 0 auto;
		width: 100%;
		max-width: 800px;
	}

	nav.main .main-nav ul li a:hover::before,
	nav.main .main-nav ul li.open > a::before { height: 3px; bottom: 0.7em; }

	nav.main .main-nav ul li ul li:hover { text-decoration: none; }
	nav.main .main-nav ul li ul li a { padding-right: 3em; position: relative; }
	nav.main .main-nav ul li ul li a span { display: block; font-weight: normal; text-transform: none; line-height: 1.4em; margin: 0.5em 0 0; }

	nav.main .main-nav ul li ul li a:hover::after {
		content: "";
		display: block;
		position: absolute;
		top: 1em;
		right: 100%;
		margin-right: 1em;
		bottom: 1em;
		border-right: 3px solid #C2BD00;
	}

	nav.main .side-nav {
		position: fixed;
		top: 0;
		left: 100%;
		bottom: auto;
		width: 100vh;
		transform-origin: 0 0;
		transform: rotateZ(90deg);
		padding: 0 6.75em;
		z-index: 24;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	nav.main .side-nav .social { margin: 0; display: block; }
	nav.main .side-nav .social ul { display: inline-block; }

	nav.main .side-nav .social::before {
		content: attr(data-title);
		display: inline-block;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.2vh;
	}

	nav.main .side-nav .social::after { display: none; }

	nav.main .side-nav .social li a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-indent: 32px;
	}

	nav.main .side-nav .social li a::before {
		transform: rotateZ(-90deg);
		font-size: 18px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	nav.main .side-nav a.tel { font-size: 1.2vh; display: block; margin: 0; }
	nav.main .side-nav a.tel::before { display: none; }
	nav.main .side-nav a.tel::after {
		content: "\e901";
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 32px;
		text-indent: 0;
		text-align: center;
		line-height: 32px;
		font-family: "sgi-icons";
		font-weight: normal;
		font-size: 18px;
		color: #C2BD00;
		margin-left: 6px;
		transform: rotateZ(-90deg);
	}

	nav.main .side-nav a.emergency { font-size: 1.2vh; display: block; }
}

@media (min-width: 960px) and (max-height: 550px) {
	nav.main .side-nav { padding: 0 3em; }
}

@media (min-width: 1280px) {
	.container { max-width: 1105px; margin: 0 auto; }

	header#mainheader { position: fixed; padding: 0 2.7em; }
	header#mainheader .bits { overflow: visible; }
	header#mainheader a.logo { transform-origin: 25% 50%; }

	.scrolled header#mainheader #LogoText { transform: scale(0); }

	nav.main { padding: 0; }

	nav.main .language-select-wrapper { right: -4.5em; top: 2em; }
	nav.main .top-nav { right: 0; font-size: 12px; }

	nav.main .main-nav { margin-left: 340px; }
	nav.main .main-nav ul li .submenu { overflow: visible; }
	nav.main .main-nav ul li .submenu ul { max-width: 1105px; overflow: hidden; }

	nav.main .main-nav ul li ul li a { padding-right: 6em; }

	.scrolled header#mainheader a.logo { transform: scale(0.75); }
	.scrolled header#mainheader .bits { padding: 0 2em; }
	.scrolled nav.main .top-nav { top: 0; }
	.scrolled nav.main .top-nav li { margin: 0 0.25em; }
	.scrolled nav.main .top-nav a span { font-size: 0; }
	.scrolled nav.main .top-nav .submenu a span { font-size: 1em; }
	.scrolled nav.main .main-nav { padding-top: 34px; }
}

@media (min-width: 1680px) {
	:root { font-size: 15px; }
	body { padding-top: 196px; }

	.site-wrapper { padding: 0 3em; }
	.container { max-width: 1412px; margin: 0 auto; }

	header#mainheader a.logo { height: 132.3212px; margin-left: -29%; }

	header#mainheader .bits { background: transparent; }

	nav.main .language-select-wrapper { right: -5.25em; top: 1.5em; }

	nav.main .main-nav { margin-left: 520px; padding-top: 106px; }
	nav.main .main-nav .shop { margin: 0 0 0 4em; font-size: 14px; }
	nav.main .main-nav .shop a.checkout::before { top: 5px; font-size: 20px; }
	nav.main .main-nav .shop a.checkout::after { top: 11px; }
	nav.main .main-nav > ul { font-size: 14px; }
	nav.main .main-nav > ul > li > a::after { height: 2.25em; }
	nav.main .main-nav ul li .submenu ul { max-width: 1400px; }

	nav.main .side-nav { padding: 0 10em; }
	.region-nl nav.main .side-nav { padding: 0 4em 0 10em; }
	nav.main .side-nav .social::before { font-size: 1.4vh; }
	nav.main .side-nav .social li a { width: 54px; height: 54px; line-height: 54px; text-indent: 54px; }
	nav.main .side-nav .social li a::before { width: 54px; height: 54px; line-height: 54px; font-size: 24px; }
	nav.main .side-nav a.tel { font-size: 1.4vh; }
	nav.main .side-nav a.tel::after { width: 54px; height: 54px; line-height: 54px; font-size: 24px; }
	nav.main .side-nav a.emergency { font-size: 1.4vh; }

	.scrolled header#mainheader a.logo { transform: scale(0.5); }
	.scrolled header#mainheader .bits { margin-bottom: -2em; }
}

footer {
	background: #123A5E;
	color: white;
	padding: 2em 1em;
}

footer .container { overflow: hidden; }

footer a.logo {
	display: block;
	float: left;
	height: 38.2714px;
}

footer a.logo svg {
	display: block;
	width: auto;
	height: 100%;
}

footer .top-nav {
	list-style: none;
	display: flex;
	margin: 1em 0;
	padding: 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	float: right;
}

footer .top-nav li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

footer .top-nav li a {
	display: block;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	z-index: 10;
	padding: 0.5em;
}

footer .top-nav li ul {
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	background: #123A5E;
	z-index: 9;
	border: 1px solid white;
	display: none;
	padding: 0 0 2.5em 0;
	margin: 0;
	min-width: 100%;
}

footer .top-nav li ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

footer .top-nav li.open ul { display: block; }

footer .top-nav li a:hover { text-decoration: underline; }

footer .top-nav li a::after {
	display: inline-block;
	vertical-align: baseline;
	font-family: "sgi-icons";
	font-weight: normal;
	margin: 0 0 0 0.25em;
}

footer .top-nav li a span { display: none; }

footer .top-nav li.open ul { display: block; }
footer .top-nav li ul li a { border: none; text-transform: none; }
footer .top-nav li a:hover { text-decoration: underline; }

footer .top-nav li > a::after {
	display: inline-block;
	vertical-align: baseline;
	font-family: "sgi-icons";
	font-weight: normal;
	margin: 0 0 0 0.25em;
}

footer .footer-nav { display: none; cursor: default; }

footer address {
	clear: left;
	display: table;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 1em;
}

footer ul.legal {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.4em;
	cursor: default;
}

footer ul.legal li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

footer ul.legal li::after {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25em 0 0.5em;
}

footer ul.legal li:last-of-type::after { display: none; }

footer ul.legal li a { color: inherit; text-decoration: none; text-transform: uppercase; }
footer ul.legal li a:hover { text-decoration: underline; }

footer ul.social {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	float: right;
	clear: both;
	cursor: default;
}

footer ul.social li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 0.25em;
	vertical-align: middle;
}

footer ul.social li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-indent: 24px;
	overflow: hidden;
	color: white;
	text-decoration: none;
}

footer ul.social li a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	font-family: "sgi-icons";
	font-weight: normal;
	text-indent: 0;
}

footer ul.social li.twitter a::before { content: "\e905"; }
footer ul.social li.linkedin a::before { content: "\e906"; }
footer ul.social li.facebook a::before { content: "\e90c"; }
footer ul.social li.instagram a::before { content: "\e90d"; }

footer ul.social li.twitter a:hover::before { color: #009DED; }
footer ul.social li.linkedin a:hover::before { color: #0072AE; }
footer ul.social li.facebook a:hover::before { color: #1773EA; }
footer ul.social li.instagram a:hover::before { color: #E4405F; }

footer .copyright {
	margin: 1em 0 0;
	font-size: 10px;
}

footer .disclosure {
	margin: 1em 0 0;
	font-size: 10px;
}

@media (min-width: 768px) {
	footer { padding: 2em; }

	footer a.logo { margin: 0.5em 0 0; }

	footer .top-nav li { margin: 0 0 0 2em; }
	footer .top-nav li a span { display: inline; }

	footer .top-nav li a::after {
		font-size: 24px;
		vertical-align: middle;
		margin-bottom: 0.25em;
		margin-left: 0.5em;
	}

	footer ul.legal { margin: 2em 0 1em; }

	footer .copyright { margin: 2em 0 0; }

	footer .disclosure { margin: 2em 0 0; }
}

@media (min-width: 960px) {
	footer { padding: 2em 4.75em 2em 2em; }

	footer { position: relative; z-index: 10; }
	footer a.logo { height: 61.5124px; margin: 0 0 1em 0; }

	footer .top-nav { font-size: 12px; margin: 2em 0 0; }
	footer .top-nav li a::after { font-size: 18px; }
	footer .top-nav li a::after { font-size: 18px; }

	footer .footer-nav {
		list-style: none;
		display: block;
		padding: 0;
		margin: 2em -2em 0;
		float: right;
		clear: right;
		font-size: 12px;
	}

	footer .footer-nav li {
		list-style: none;
		display: inline-block;
		padding: 0;
		margin: 0;
		vertical-align: middle
	}

	footer .footer-nav li a {
		display: block;
		padding: 0 2em;
		color: white;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}

	footer .footer-nav li a:hover { text-decoration: underline; }

	footer ul.social { margin-right: -0.5em; }

	footer address { font-size: 12px; }

	footer ul.legal { font-size: 12px; }
	footer .copyright { font-size: 12px; }
	footer .disclosure { font-size: 12px; }

	.footer-inner {
		overflow: hidden;
	}
}

@media (min-width: 1280px) {
	footer { padding: 2em 3em; }
	footer .container { overflow: visible; }
	.footer-inner { padding: 0; }

	footer a.logo svg { margin-left: -21%; }
}

@media (min-width: 1680px) {
	footer a.logo { height: 80.7396px; }

	footer .top-nav { font-size: 14px; }
	footer .top-nav li a::after { font-size: 24px; }

	footer .footer-nav { font-size: 14px; }
	footer address { font-size: 14px; }
	footer ul.legal { font-size: 14px; }
	footer .copyright { font-size: 14px; }
	footer .disclosure { font-size: 14px; }

	footer ul.social li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-indent: 40px
	}

	footer ul.social li a::before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
}

.wpcf7 form .wpcf7-response-output { margin: 2em 0 0; }
.wpcf7-not-valid-tip { margin: 0.5em; font-weight: 600; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #C2BD00; }

section.articles { padding: 2em; }
section.articles .container { position: relative; }
section.articles .sidebar-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "sgi-icons";
	font-size: 20px;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	color: #C2BD00;
}

section.articles .sidebar-opener::before { content: "\e909"; }

section.articles h1 { font-weight: 700; font-size: 1.8em; }

section.articles .sidebar {
	list-style: none;
	display: block;
	padding: 1px 0;
	margin: 0;
}

section.articles .sidebar li.widget {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 2em;
}

section.articles .sidebar li.widget h2.widgettitle {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: #C2BD00;
	margin: 0 0 0.5em;
}

section.articles .sidebar #searchform label { display: none; }
section.articles .sidebar #searchform div {
	display: block;
	background: #efeff6;
	position: relative;
}

section.articles .sidebar #searchform #s {
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	font: inherit;
	line-height: 2em;
	padding: 0 2em 0 0.5em;
	color: inherit;
}

section.articles .sidebar #searchform #searchsubmit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0;
	font-family: "sgi-icons";
	font-weight: normal;
	color: #C2BD00;
}

section.articles .sidebar .widget_categories ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em 0;
}

section.articles .sidebar .widget_categories ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.articles .sidebar .widget_categories ul li a {
	font-weight: 700;
	text-decoration: none;
	color: #123A5E;
}

section.articles .sidebar .widget_categories ul li a:hover { text-decoration: underline; }

section.articles .sidebar li.widget.widget_sgi_other_posts_widget article {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1em;
	margin: 2em 0;
}

section.articles .sidebar li.widget.widget_sgi_other_posts_widget article .image {
	display: block;
	margin: 0 0 1em;
}

section.articles .sidebar li.widget.widget_sgi_other_posts_widget article .image img {
	display: block;
	width: 100%;
	height: auto;
}

section.articles .sidebar li.widget.widget_sgi_other_posts_widget article .read-more { margin: 1em 0 0; }

section.articles article.post {
	display: block;
	margin: 0 0 4em;
}

section.articles article.post .image {
	display: block;
	margin: 0 0 1em;
	background: #BABABA;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

section.articles article.post .image::before {
	content: "";
	display: block;
	padding: 75% 0 0 0;
}

section.articles article.post .image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

section.articles article.post h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
}

section.articles article.post h2 a {
	text-decoration: none;
	color: #C2BD00;
}

section.articles article.post h2 a:hover { text-decoration: underline; }

section.articles article.post .meta { font-size: 0.8em; font-weight: 700; }
section.articles article.post .meta .author { display: inline-block; }
section.articles article.post .meta .author::after { content: "-"; display: inline-block; margin: 0 0.5em; }
section.articles article.post .meta .time { display: inline-block; }

.pagination {
	display: block;
	margin: 3em auto 1em;
	text-align: center;
	font-weight: 700;
	cursor: default;
}

.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	min-width: 1.25em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-family: "sgi-icons", "Metropolis", Arial, Helvetica, sans-serif;
}

.pagination .page-numbers.prev { font-size: 1.5em; color: #C2BD00; }
.pagination .page-numbers.next { font-size: 1.5em; color: #C2BD00; }

.pagination a.page-numbers:hover {
	color: white;
	background: #123A5E;
}

.pagination span.page-numbers {
	font-size: 1.5em;
	color: #C2BD00;
}

@media (min-width: 768px) {
	section.articles h1 { margin: 0 0 2em; }

	section.articles .wp-container {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	section.articles a.sidebar-opener { display: none }

	section.articles .wp-sidebar { width: 30%; padding: 0; margin: -2.25em 0 0; }
	section.articles .wp-main-content { width: calc(66.66% - 1em); }

	section.articles article.post { width: calc(33.33% - 2em); margin: 2em 1em; }
	section.articles .first-two-posts article.post { width: calc(50% - 2em); }

	section.articles article.post.featured {
		width: auto;
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;
		justify-content: space-between;
		margin: 0 0 2em;
	}

	section.articles article.post.featured .image { width: calc(50% - 3em); }
	section.articles article.post.featured .text { width: calc(50% - 1em); }

	section.articles article.post h2 { font-size: 1.4em; }
	section.articles article.post .meta { font-size: 1em; }

	section.articles .first-two-posts,
	section.articles .other-articles {
		margin: -2em -1em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
	}

	section.articles .first-two-posts { margin-bottom: 2em; }

	section.articles .other-articles article.post {
		padding-bottom: 3em;
		position: relative;
	}

	section.articles .other-articles article.post .button {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 960px) {
	section.articles { padding: 2em 0 2em 3em; }
	section.articles .wp-sidebar { width: 30%; }
	section.articles .wp-main-content { width: calc(66.66% - 0.6em); }
}

@media (min-width: 1280px) {
	section.articles { padding: 2em 0; }
	section.articles .wp-sidebar { width: 25%; }
}

.page-title.search { font-size: 1.4em; }
.page-title.search small {
	display: block;
	font-size: 0.75em;
	font-weight: 500;
}

.search-results .headings { display: none; }

.search-results article.search-result { margin: 2em 0; }

.search-results article.search-result h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #C2BD00;
	margin: 0;
}

.search-results article.search-result h2 a {
	color: inherit;
	text-decoration: none;
}

.search-results article.search-result h2 a:hover { text-decoration: underline; }

.search-results article.search-result .meta { font-size: 0.8em; font-weight: 700; }
.search-results article.search-result .meta .author { display: inline-block; }
.search-results article.search-result .meta .time { display: inline-block; }
.search-results article.search-result .meta .time::before { content: "- "; display: inline-block; margin: 0 0.5em; }

@media (min-width: 768px) {
	.page-title.search { font-size: 2em; margin: 0 0 1em; }
	.page-title.search small {
		display: inline-block;
		font-size: 0.75em;
		font-weight: 500;
		margin: 0 1em;
	}

	.search-results .headings {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
		text-transform: uppercase;
		margin: 0 0 1em;
	}

	.search-results .headings .title { width: 42%; }
	.search-results .headings .excerpt { width: 42%; }
	.search-results .headings .read-more { width: 16%; text-align: center; }

	.search-results article.search-result {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 2em;
	}

	.search-results article.search-result .title-and-meta { width: 42%; }
	.search-results article.search-result .excerpt { width: 42%; }
	.search-results article.search-result .button.read-more { display: none; }

	.search-results article.search-result .icon.read-more {
		display: block;
		width: 16%;
		height: 1.5em;
		line-height: 1.5em;
		text-align: center;
		font-family: "sgi-icons";
		font-weight: normal;
		font-size: 2em;
		text-decoration: none;
		color: inherit;
		margin-top: -0.25em;
	}

	.search-results article.search-result .icon.read-more::before { content: "\e90a"; }

	.search-results article.search-result .excerpt p { margin: 0.5em 0 1em; }
}

@media (min-width: 1280px) {
	.search-results .headings .title { width: 44%; }
	.search-results article.search-result .title-and-meta { width: 44%; }

	.search-results .headings .excerpt { width: 44%; }
	.search-results article.search-result .excerpt { width: 44%; }

	.search-results .headings .read-more { width: 12%; }
	.search-results article.search-result .icon.read-more { width: 12%; }
}

section.course { padding: 2em; }

section.course .course-details .group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 2em;
}

section.course .course-details .group .group-item { width: calc(33.33% - 1em); }

section.course .course-details .date,
section.course .course-details .time,
section.course .course-details .duration {
	font-weight: 700;
	color: #C2BD00;
	text-transform: uppercase;
	margin: 0 0 1em;
	display: block;
}

section.course .course-details .date::before,
section.course .course-details .time::before,
section.course .course-details .duration::before {
	content: attr(title) ":";
	display: block;
	color: #123A5E;
}

section.course .course-details .costs {
	font-weight: 700;
	color: #C2BD00;
	text-transform: uppercase;
	margin: 0 0 1em;
	display: block;
	overflow: hidden;
}

section.course .course-details .costs::before {
	content: attr(title) ":";
	display: block;
	color: #123A5E;
}

section.course .course-details .costs .price { float: left; }

section.course .course-details .costs .supporting {
	font-weight: 400;
	text-transform: none;
	color: #123A5E;
	font-size: 0.8em;
	margin-top: 0.25em;
	margin-left: 6em;
}

section.course .course-details .where {
	font-weight: 700;
	color: #C2BD00;
	text-transform: uppercase;
	margin: 0 0 1em;
	display: block;
	overflow: hidden;
}

section.course .course-details .where::before {
	content: attr(title) ":";
	display: block;
	color: #123A5E;
}

section.course .course-details .where .location { margin: 0 0 0.5em; }

section.course .course-details .where .supporting {
	font-weight: 400;
	text-transform: none;
	color: #123A5E;
	font-size: 0.8em;
}

section.course .course-details .accreditations {
	font-weight: 700;
	color: #C2BD00;
	text-transform: uppercase;
	margin: 0 0 1em;
	display: block;
	overflow: hidden;
	text-align: left;
}

section.course .course-details .accreditations::before {
	content: attr(title) ":";
	display: block;
	color: #123A5E;
	text-align: left;
}

section.course .course-details .accreditations img {
	width: calc(30% - 1em);
	height: auto;
	display: inline-block;
	margin: 1em;
}

section.course .course-details .book-now {
	text-transform: uppercase;
	font-weight: 700;
	color: #C2BD00;
	margin: 0 0 2em;
}

section.course .course-details .button { color: white; }

section.course .course-details .availability { margin: 2em 0 0; }

section.course .course-details .availability::before {
	content: attr(title) ":";
	display: block;
	color: #123A5E;
	margin: 0 0.25em 0 0;
	font-weight: 700;
	text-transform: uppercase;
}

section.course .course-details .availability em {
	display: block;
	font-style: normal;
	font-size: 1.6em;
	color: #008c70;
	text-transform: uppercase;
	font-weight: 600;
}

section.course .course-details .availability em::after { content: " " attr(data-text-places-remaining); }

section.course h1.course-title {
	font-weight: 600;
	font-size: 1.6em;
	margin: 0 0 1em;
	color: #008C70;
	max-width: 25em;
	line-height: 1.4em;
}

section.course h3 { line-height: 1.4em; }

section.course ul {
	list-style: none;
	display: block;
	margin: 0 0 2em;
	padding: 0;
}

section.course ul li {
	list-style: none;
	display: block;
	padding: 0 0 0 1.5em;
	margin: 1em 0;
	position: relative;
}

section.course ul li::before {
	content: "\2013";
	display: block;
	width: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	color: #C2BD00;
	font-weight: 700;
	text-align: center;
}

section.course a.back-to-top {
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}

section.course a.back-to-top:hover { text-decoration: underline; }

section.course a.back-to-top::after {
	content: "\e90b";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1em;
	font-family: "sgi-icons";
	font-weight: normal;
	font-size: 1.2em;
}

section.course .course-content::after {
	content: "";
	display: block;
	clear: both;
}

@media (min-width: 768px) {
	section.course { padding: 2em; }
	section.course .container { overflow: hidden; }

	section.course .course-details {
		float: right;
		width: 35%;
	}

	section.course .course-content {
		width: 65%;
		float: left;
		padding: 0 2em 0 0;
	}
}

@media (min-width: 960px) {
	section.course { padding: 2em 0 2em 3em; }
	section.course .course-details { width: 30%; }
	section.course .course-content { width: 70%; padding-right: 4.75em; }
}

@media (min-width: 1280px) {
	section.course { padding: 2em 0; }
	section.course .course-details { width: 25%; }
	section.course .course-content { width: 75%; }
}

section.articles h1.post-title {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #C2BD00;
	margin: 0 0 0.25em;
}

section.articles .single-post-meta { font-size: 0.8em; font-weight: 700; }
section.articles .single-post-meta .author { display: inline-block; }
section.articles .single-post-meta .author::after { content: "-"; display: inline-block; margin: 0 0.5em; }
section.articles .single-post-meta .time { display: inline-block; }

section.articles a.back-to-top {
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	margin: 1em 0 2em;
	display: inline-block;
}

section.articles a.back-to-top:hover { text-decoration: underline; }

section.articles a.back-to-top::after {
	content: "\e90b";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1em;
	font-family: "sgi-icons";
	font-weight: normal;
	font-size: 1.2em;
}

.single-post-pagination {
	display: block;
	margin: 1em auto;
	text-align: center;
	font-weight: 700;
	cursor: default;
}

.single-post-pagination a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	min-width: 1.25em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-family: "sgi-icons", "Metropolis", Arial, Helvetica, sans-serif;
	margin: 0 1em;
}

.single-post-pagination a.next { font-size: 1.5em; color: #C2BD00; text-transform: uppercase; }

.site-wrapper .single-post-pagination a:hover { color: #C2BD00; text-decoration: underline; }
.site-wrapper .single-post-pagination a.previous:hover { color: inherit; }

.single-post-pagination a em {
	display: inline-block;
	margin: -0.25em 0 0 0;
	font-style: normal;
	font-size: 2rem;
	vertical-align: middle;
	line-height: 1em;
	font-family: "sgi-icons";
	font-weight: normal;
	color: #C2BD00;
	text-decoration: none!important;
}

.single-post-pagination a.next em { margin-left: 0.5em; }
.single-post-pagination a.previous em { margin-right: 0.25em; }

.addtoany_content { margin: 2em 0 0!important; }
.addtoany_header { font-size: 1.2em; font-weight: bold; }

@media (min-width: 768px) {
	section.articles .wp-main-content { position: relative }

	.single-post-pagination { text-align: left; margin: 3em 0 0 0; }
	.single-post-pagination a { margin: 0 2em 0 0; }

	section.articles a.back-to-top { float: right; margin: 2.5em 0 0; }

	section.articles h1.post-title { max-width: 17em; }
}

@media (min-width: 960px) {
	section.articles h1.post-title { max-width: 22em; }
}

@media (min-width: 1280px) {
	section.articles h1.post-title { max-width: 29em; }
}

@media (min-width: 1680px) {
	section.articles h1.post-title { max-width: 31em; }
}

section.career { padding: 2em 1em; }

section.career h1 {
	text-transform: uppercase;
	color: #C2BD00;
	font-size: 1.2em;
	margin: 0 0 1em;
}

section.career .meta { font-size: 0.8em; font-weight: 700; }

section.career .meta .start-date { display: table; }
section.career .meta .start-date::before {
	content: attr(data-css-before) ": ";
	display: inline;
	font-weight: 400;
	text-transform: uppercase;
}

section.career .meta .type { display: table; float: left; margin: 0 1em 0 0; }
section.career .meta .type::before {
	content: attr(data-css-before) ": ";
	display: inline;
	font-weight: 400;
	text-transform: uppercase;
}

section.career .meta .salary { display: table; }
section.career .meta .salary::before {
	content: attr(data-css-before) ": ";
	display: inline;
	font-weight: 400;
	text-transform: uppercase;
}

section.career .meta .region { display: table; }
section.career .meta .region::before {
	content: attr(data-css-before) ": ";
	display: inline;
	font-weight: 400;
	text-transform: uppercase;
}

section.career article.career .excerpt { margin: 1em 0; }

section.career article.career .read-more { display: table; margin: 0 0 0 auto; }

section.career .career-columns { clear: both; }

section.career a.back-to-top {
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	margin: 2em 0 0 auto;
	display: table;
}

section.career a.back-to-top:hover { text-decoration: underline; }

section.career a.back-to-top::after {
	content: "\e90b";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1em;
	font-family: "sgi-icons";
	font-weight: normal;
	font-size: 1.2em;
}

@media (min-width: 768px) {
	section.career { padding: 2em; }

	section.career .career-columns { overflow: hidden; }

	section.career .career-form {
		float: right;
		width: 35%;
		margin: 1em 0 0;
		padding: 0 1em;
		background: #EFEFF6;
	}

	section.career .career-content {
		float: left;
		width: 65%;
		padding: 0 4em 0 0;
	}
}

@media (min-width: 960px) {
	> section.career { padding: 2em 3em 4em; }
}

@media (min-width: 1280px) {
	section.career .container { padding: 0 3.9em; }
}

@media (min-width: 1280px) {
	section.career .container { padding: 0; }
}

.wp-block-team .team-main .team-members .team-member .image::before {
	background: linear-gradient(rgba(18,58,94,0) 30%, rgba(18,58,94,0.8) 100%);
}

.footer-logos {
	display: block;
	margin: 2em 0;
	text-align: left;
}

.footer-logos img {
	display: inline-block;
	max-width: 6em;
	max-height: 4em;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 0 2em 0 0;
}

@media (min-width: 960px) {
	.footer-logos {
		clear: right;
		float: right;
		margin: 2em 0;
		text-align: right;
	}

	.footer-logos img {
		margin: 0 0 0 2em;
	}
}