/******************************************************************

Theme Name: Eight Wire
Theme URI: https://eightwire.uk
Description: Web Design & Development
Author: Eight Wire
Author URI: https://eightwire.uk
Version: 200617
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, featured-images
Text Domain: eightwire

******************************************************************/


/***
VARS
***/
/*
lite: #ACB9BA;
dark: #67767E;
*/

/***
BASE
***/
html, body {
    margin: 0;
    padding:0;
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Oxygen-Sans", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	max-width: 100vw;
}
html {
    height: 100%;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
body {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #67767E;
	-webkit-font-smoothing: antialiased;
    background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
    min-height:100%;
	min-width: 320px;
}
.lg-on.admin-bar #wpadminbar {
    display: none !important;
}

/****
RESET
****/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn, i. em {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
figure {
	margin: 0;
	display: inline-block;
}
figcaption {
	margin: 0.5em 0;
	padding: 0.5em 0;
	border-top: 1px solid rgba(127,127,127,0.5);
	border-bottom: 1px solid rgba(127,127,127,0.5);
}
svg:not(:root) {
	overflow: hidden;
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1em;
}
pre {
	overflow: auto;
}
code, pre {
	text-align: left;
	padding: 5px 10px;
	background: #f5f5f5;
}
blockquote {
	padding: 0 0 0 1em;
	margin: 0 0 0 .1em;
	-webkit-box-shadow: inset 5px 0 rgba(17, 17, 17, 0.3);
	        box-shadow: inset 5px 0 rgba(17, 17, 17, 0.3);
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
    outline: none;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
    outline: none;
}
button[disabled],
input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 0;
	padding: 0;
}
legend {
	border: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
td, th {
	padding: 5px 2.4em 5px 10px;
}
th {
	text-align: left;
	font-weight: 900;
	color: #fff;
	background-color: #67767E;
}
@media screen and (max-width:480px) {
    td, th {
        display: block;
        width: auto;
        padding:5px 1px;
    }
    th {
        word-break: break-all;
        word-wrap: break-word;
    }
    table {
        table-layout: fixed;
        width: auto;
    }

}
tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.05);
}
ul {
    margin: 0;
	padding: 0;
	list-style: none;
}
main ul {
    text-align: left;
    list-style: outside;
    margin-left: 20px;
}
main li {
    text-align: left;
    padding-left: 10px;

}
main .bullets ul {
	list-style: none;
}
main .bullets li {
    background: transparent url("assets/images/bullet.png") 0 2px no-repeat scroll;
    padding-left: 30px;
    min-height: 30px;
    list-style: none;
}

/***
FLEX
***/
.flex {
    display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	width: 100%;
    /*height: 100%;*/
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
/*	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;*/
}

.flex>* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0;
}

.flex.margin {
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}
.flex.margin>*{
	padding: 5px;
}

.flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex[class*="one"]>*,
.flex[class*="two"]>*,
.flex[class*="three"]>*,
.flex[class*="four"]>*,
.flex[class*="five"]>*,
.flex[class*="six"]>*,
.flex[class*="seven"]>*,
.flex[class*="eight"]>*,
.flex[class*="nine"]>*,
.flex[class*="ten"]>*,
.flex[class*="eleven"]>*,
.flex[class*="twelve"]>* {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0
}

.flex.grow>* {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1
}

.flexcol {
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flexrow {
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexdirection {
	-webkit-box-direction: normal;
	box-direction: normal;
}
.flexdirectionreverse {
	-webkit-box-direction: reverse;
	box-direction: reverse;
}
.flexstretch {
	-webkit-box-pack: justify;
	box-pack: justify;
	-ms-flex-pack: stretch;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexstart {
	-ms-flex-line-pack: flex-start;
	align-content: flex-start;
	-webkit-box-align: flex-start;
	box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flexwrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexfirst {
	-webkit-box-ordinal-group: 0;
	box-ordinal-group:-1;
	-ms-flex-order: -1;
	order: -1;
}
.flexorder {
	-webkit-box-ordinal-group: 1;
	box-ordinal-group:0;
	-ms-flex-order: -1;
	order: -1;
}
.flexistretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	    align-self: stretch;
}
.flexaround {
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
 -ms-flex-pack: distribute;
     justify-content: space-around;
}
.flexspaceb {
	-webkit-box-pack: space-between;
	box-pack: space-between;
	-ms-flex-pack: space-between;
	-moz-flex-pack: space-between;
	justify-content: space-between;
}
.center,
.flexcenter {
	-moz-justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.flexend {
	-moz-justify-content: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.flexvcenter,
.vcenter {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one>* {
	width: 100%
}

.two>* {
	width: 50%
}

.three>* {
	width: calc(100% / 3)
}

.four>* {
	width: 25%
}

.five>* {
	width: 20%
}

.six>* {
	width: calc(100% / 6)
}

.seven>* {
	width: calc(100% / 7)
}

.eight>* {
	width: 12.5%
}

.nine>* {
	width: calc(100% / 9)
}

.ten>* {
	width: 10%
}

.eleven>* {
	width: calc(100% / 11)
}

.twelve>* {
	width: calc(100% / 12)
}

/*@media all and (min-width: 480px) and (max-width:959px) {*/
@media all and (min-width: 480px) {
	.one-s>* {
		width: 100%
	}
	.two-s>* {
		width: 50%
	}
	.three-s>* {
		width: calc(100% / 3)
	}
	.four-s>* {
		width: 25%
	}
	.five-s>* {
		width: 20%
	}
	.six-s>* {
		width: calc(100% / 6)
	}
	.seven-s>* {
		width: calc(100% / 7)
	}
	.eight-s>* {
		width: 12.5%
	}
	.nine-s>* {
		width: calc(100% / 9)
	}
	.ten-s>* {
		width: 10%
	}
	.eleven-s>* {
		width: calc(100% / 11)
	}
	.twelve-s>* {
		width: calc(100% / 12)
	}
    .flex>.full-s {
		width: 100%;
		display: block
	}
	.flex>.half-s {
		width: 50%;
		display: block
	}
	.flex>.third-s {
		width: calc(100% / 3);
		display: block
	}
	.flex>.two-third-s {
		width: calc(200% / 3);
		display: block
	}
	.flex>.fourth-s {
		width: 25%;
		display: block
	}
	.flex>.three-fourth-s {
		width: 75%;
		display: block
	}
	.flex>.fifth-s {
		width: 20%;
		display: block
	}
	.flex>.two-fifth-s {
		width: 40%;
		display: block
	}
	.flex>.three-fifth-s {
		width: 60%;
		display: block
	}
	.flex>.four-fifth-s {
		width: 80%;
		display: block
	}
	.flex>.sixth-s {
		width: calc(100% / 6);
		display: block
	}
    .flex>.none-s {
		display: none
	}
    .flex>.off-none-s {
		margin-left: 0
	}
	.flex>.off-half-s {
		margin-left: 50%
	}
	.flex>.off-third-s {
		margin-left: calc(100% / 3)
	}
	.flex>.off-two-third-s {
		margin-left: calc(200% / 3)
	}
	.flex>.off-fourth-s {
		margin-left: 25%
	}
	.flex>.off-three-fourth-s {
		margin-left: 75%
	}
	.flex>.off-fifth-s {
		margin-left: 20%
	}
	.flex>.off-two-fifth-s {
		margin-left: 40%
	}
	.flex>.off-three-fifth-s {
		margin-left: 60%
	}
	.flex>.off-four-fifth-s {
		margin-left: 80%
	}
	.flex>.off-sixth-s {
		margin-left: calc(100% / 6)
	}
}

/*@media all and (min-width: 960px) and (max-width:1439px) {*/
@media all and (min-width: 960px) {
	.one-m>* {
		width: 100%
	}
	.two-m>* {
		width: 50%
	}
	.three-m>* {
		width: calc(100% / 3)
	}
	.four-m>* {
		width: 25%
	}
	.five-m>* {
		width: 20%
	}
	.six-m>* {
		width: calc(100% / 6)
	}
	.seven-m>* {
		width: calc(100% / 7)
	}
	.eight-m>* {
		width: 12.5%
	}
	.nine-m>* {
		width: calc(100% / 9)
	}
	.ten-m>* {
		width: 10%
	}
	.eleven-m>* {
		width: calc(100% / 11)
	}
	.twelve-m>* {
		width: calc(100% / 12)
	}
    .flex>.full-m {
		width: 100%;
		display: block
	}
	.flex>.half-m {
		width: 50%;
		display: block
	}
	.flex>.third-m {
		width: calc(100% / 3);
		display: block
	}
	.flex>.two-third-m {
		width: calc(200% / 3);
		display: block
	}
	.flex>.fourth-m {
		width: 25%;
		display: block
	}
	.flex>.three-fourth-m {
		width: 75%;
		display: block
	}
	.flex>.fifth-m {
		width: 20%;
		display: block
	}
	.flex>.two-fifth-m {
		width: 40%;
		display: block
	}
	.flex>.three-fifth-m {
		width: 60%;
		display: block
	}
	.flex>.four-fifth-m {
		width: 80%;
		display: block
	}
	.flex>.sixth-m {
		width: calc(100% / 6);
		display: block
	}
    .flex>.none-m {
		display: none
	}
    .flex>.off-none-m {
		margin-left: 0
	}
	.flex>.off-half-m {
		margin-left: 50%
	}
	.flex>.off-third-m {
		margin-left: calc(100% / 3)
	}
	.flex>.off-two-third-m {
		margin-left: calc(200% / 3)
	}
	.flex>.off-fourth-m {
		margin-left: 25%
	}
	.flex>.off-three-fourth-m {
		margin-left: 75%
	}
	.flex>.off-fifth-m {
		margin-left: 20%
	}
	.flex>.off-two-fifth-m {
		margin-left: 40%
	}
	.flex>.off-three-fifth-m {
		margin-left: 60%
	}
	.flex>.off-four-fifth-m {
		margin-left: 80%
	}
	.flex>.off-sixth-m {
		margin-left: calc(100% / 6)
	}
}

/*@media all and (min-width: 1440px) and (max-width:1920px) {*/
@media all and (min-width: 1440px) {
	.one-l>* {
		width: 100%
	}
	.two-l>* {
		width: 50%
	}
	.three-l>* {
		width: calc(100% / 3)
	}
	.four-l>* {
		width: 25%
	}
	.five-l>* {
		width: 20%
	}
	.six-l>* {
		width: calc(100% / 6)
	}
	.seven-l>* {
		width: calc(100% / 7)
	}
	.eight-l>* {
		width: 12.5%
	}
	.nine-l>* {
		width: calc(100% / 9)
	}
	.ten-l>* {
		width: 10%
	}
	.eleven-l>* {
		width: calc(100% / 11)
	}
	.twelve-l>* {
		width: calc(100% / 12)
	}
    .flex>.full-l {
		width: 100%;
		display: block
	}
	.flex>.half-l {
		width: 50%;
		display: block
	}
	.flex>.third-l {
		width: calc(100% / 3);
		display: block
	}
	.flex>.two-third-l {
		width: calc(200% / 3);
		display: block
	}
	.flex>.fourth-l {
		width: 25%;
		display: block
	}
	.flex>.three-fourth-l {
		width: 75%;
		display: block
	}
	.flex>.fifth-l {
		width: 20%;
		display: block
	}
	.flex>.two-fifth-l {
		width: 40%;
		display: block
	}
	.flex>.three-fifth-l {
		width: 60%;
		display: block
	}
	.flex>.four-fifth-l {
		width: 80%;
		display: block
	}
	.flex>.sixth-l {
		width: calc(100% / 6);
		display: block
	}
    .flex>.off-none-l {
		margin-left: 0
	}
	.flex>.off-half-l {
		margin-left: 50%
	}
	.flex>.off-third-l {
		margin-left: calc(100% / 3)
	}
	.flex>.off-two-third-l {
		margin-left: calc(200% / 3)
	}
	.flex>.off-fourth-l {
		margin-left: 25%
	}
	.flex>.off-three-fourth-l {
		margin-left: 75%
	}
	.flex>.off-fifth-l {
		margin-left: 20%
	}
	.flex>.off-two-fifth-l {
		margin-left: 40%
	}
	.flex>.off-three-fifth-l {
		margin-left: 60%
	}
	.flex>.off-four-fifth-l {
		margin-left: 80%
	}
	.flex>.off-sixth-l {
		margin-left: calc(100% / 6)
	}
    .flex>.none-l {
		display: none
	}
}

/*@media all and (min-width: 1921px) and (max-width:2399px) {*/
@media all and (min-width: 1921px) {
	.one-xl>* {
		width: 100%
	}
	.two-xl>* {
		width: 50%
	}
	.three-xl>* {
		width: calc(100% / 3)
	}
	.four-xl>* {
		width: 25%
	}
	.five-xl>* {
		width: 20%
	}
	.six-xl>* {
		width: calc(100% / 6)
	}
	.seven-xl>* {
		width: calc(100% / 7)
	}
	.eight-xl>* {
		width: 12.5%
	}
	.nine-xl>* {
		width: calc(100% / 9)
	}
	.ten-xl>* {
		width: 10%
	}
	.eleven-xl>* {
		width: calc(100% / 11)
	}
	.twelve-xl>* {
		width: calc(100% / 12)
	}
    .flex>.full-xl {
		width: 100%;
		display: block
	}
	.flex>.half-xl {
		width: 50%;
		display: block
	}
	.flex>.third-xl {
		width: calc(100% / 3);
		display: block
	}
	.flex>.two-third-xl {
		width: calc(200% / 3);
		display: block
	}
	.flex>.fourth-xl {
		width: 25%;
		display: block
	}
	.flex>.three-fourth-xl {
		width: 75%;
		display: block
	}
	.flex>.fifth-xl {
		width: 20%;
		display: block
	}
	.flex>.two-fifth-xl {
		width: 40%;
		display: block
	}
	.flex>.three-fifth-xl {
		width: 60%;
		display: block
	}
	.flex>.four-fifth-xl {
		width: 80%;
		display: block
	}
	.flex>.sixth-xl {
		width: calc(100% / 6);
		display: block
	}
    .flex>.none-xl {
		display: none
	}
    .flex>.off-none-xl {
		margin-left: 0
	}
	.flex>.off-half-xl {
		margin-left: 50%
	}
	.flex>.off-third-xl {
		margin-left: calc(100% / 3)
	}
	.flex>.off-two-third-xl {
		margin-left: calc(200% / 3)
	}
	.flex>.off-fourth-xl {
		margin-left: 25%
	}
	.flex>.off-three-fourth-xl {
		margin-left: 75%
	}
	.flex>.off-fifth-xl {
		margin-left: 20%
	}
	.flex>.off-two-fifth-xl {
		margin-left: 40%
	}
	.flex>.off-three-fifth-xl {
		margin-left: 60%
	}
	.flex>.off-four-fifth-xl {
		margin-left: 80%
	}
	.flex>.off-sixth-xl {
		margin-left: calc(100% / 6)
	}
}

/*@media all and (min-width: 2400px) and (max-width:3359px) {*/
@media all and (min-width: 2400px) {
	.one-xxl>* {
		width: 100%
	}
	.two-xxl>* {
		width: 50%
	}
	.three-xxl>* {
		width: calc(100% / 3)
	}
	.four-xxl>* {
		width: 25%
	}
	.five-xxl>* {
		width: 20%
	}
	.six-xxl>* {
		width: calc(100% / 6)
	}
	.seven-xxl>* {
		width: calc(100% / 7)
	}
	.eight-xxl>* {
		width: 12.5%
	}
	.nine-xxl>* {
		width: calc(100% / 9)
	}
	.ten-xxl>* {
		width: 10%
	}
	.eleven-xxl>* {
		width: calc(100% / 11)
	}
	.twelve-xxl>* {
		width: calc(100% / 12)
	}
    .flex>.full-xxl {
		width: 100%;
		display: block
	}
	.flex>.half-xxl {
		width: 50%;
		display: block
	}
	.flex>.third-xxl {
		width: calc(100% / 3);
		display: block
	}
	.flex>.two-third-xxl {
		width: calc(200% / 3);
		display: block
	}
	.flex>.fourth-xxl {
		width: 25%;
		display: block
	}
	.flex>.three-fourth-xxl {
		width: 75%;
		display: block
	}
	.flex>.fifth-xxl {
		width: 20%;
		display: block
	}
	.flex>.two-fifth-xxl {
		width: 40%;
		display: block
	}
	.flex>.three-fifth-xxl {
		width: 60%;
		display: block
	}
	.flex>.four-fifth-xxl {
		width: 80%;
		display: block
	}
	.flex>.sixth-xxl {
		width: calc(100% / 6);
		display: block
	}
    .flex>.none-xxl {
		display: none
	}
    .flex>.off-none-xxl {
		margin-left: 0
	}
	.flex>.off-half-xxl {
		margin-left: 50%
	}
	.flex>.off-third-xxl {
		margin-left: calc(100% / 3)
	}
	.flex>.off-two-third-xxl {
		margin-left: calc(200% / 3)
	}
	.flex>.off-fourth-xxl {
		margin-left: 25%
	}
	.flex>.off-three-fourth-xxl {
		margin-left: 75%
	}
	.flex>.off-fifth-xxl {
		margin-left: 20%
	}
	.flex>.off-two-fifth-xxl {
		margin-left: 40%
	}
	.flex>.off-three-fifth-xxl {
		margin-left: 60%
	}
	.flex>.off-four-fifth-xxl {
		margin-left: 80%
	}
	.flex>.off-sixth-xxl {
		margin-left: calc(100% / 6)
	}
}

@media all and (min-width: 3360px) {
	.one-xxxl>* {
		width: 100%
	}
	.two-xxxl>* {
		width: 50%
	}
	.three-xxxl>* {
		width: calc(100% / 3)
	}
	.four-xxxl>* {
		width: 25%
	}
	.five-xxxl>* {
		width: 20%
	}
	.six-xxxl>* {
		width: calc(100% / 6)
	}
	.seven-xxxl>* {
		width: calc(100% / 7)
	}
	.eight-xxxl>* {
		width: 12.5%
	}
	.nine-xxxl>* {
		width: calc(100% / 9)
	}
	.ten-xxxl>* {
		width: 10%
	}
	.eleven-xxxl>* {
		width: calc(100% / 11)
	}
	.twelve-xxxl>* {
		width: calc(100% / 12)
	}
    .flex>.full-xxxl {
		width: 100%;
		display: block
	}
	.flex>.half-xxxl {
		width: 50%;
		display: block
	}
	.flex>.third-xxxl {
		width: calc(100% / 3);
		display: block
	}
	.flex>.two-third-xxxl {
		width: calc(200% / 3);
		display: block
	}
	.flex>.fourth-xxxl {
		width: 25%;
		display: block
	}
	.flex>.three-fourth-xxxl {
		width: 75%;
		display: block
	}
	.flex>.fifth-xxxl {
		width: 20%;
		display: block
	}
	.flex>.two-fifth-xxxl {
		width: 40%;
		display: block
	}
	.flex>.three-fifth-xxxl {
		width: 60%;
		display: block
	}
	.flex>.four-fifth-xxxl {
		width: 80%;
		display: block
	}
	.flex>.sixth-xxxl {
		width: calc(100% / 6);
		display: block
	}
    .flex>.none-xxxl {
		display: none
	}
    .flex>.off-none-xxxl {
		margin-left: 0
	}
	.flex>.off-half-xxxl {
		margin-left: 50%
	}
	.flex>.off-third-xxxl {
		margin-left: calc(100% / 3)
	}
	.flex>.off-two-third-xxxl {
		margin-left: calc(200% / 3)
	}
	.flex>.off-fourth-xxxl {
		margin-left: 25%
	}
	.flex>.off-three-fourth-xxxl {
		margin-left: 75%
	}
	.flex>.off-fifth-xxxl {
		margin-left: 20%
	}
	.flex>.off-two-fifth-xxxl {
		margin-left: 40%
	}
	.flex>.off-three-fifth-xxxl {
		margin-left: 60%
	}
	.flex>.off-four-fifth-xxxl {
		margin-left: 80%
	}
	.flex>.off-sixth-xxxl {
		margin-left: calc(100% / 6)
	}
}
.full {
	width: 100%
}

.half {
	width: 50%
}

.third {
	width: calc(100% / 3)
}

.two-third {
	width: calc(200% / 3)
}

.fourth {
	width: 25%
}

.three-fourth {
	width: 75%
}

.fifth {
	width: 20%
}

.two-fifth {
	width: 40%
}

.three-fifth {
	width: 60%
}

.four-fifth {
	width: 80%
}

.sixth {
	width: calc(100% / 6)
}

.none {
	display: none
}

.off-none {
	margin-left: 0
}

.off-half {
	margin-left: 50%
}

.off-third {
	margin-left: calc(100% / 3)
}

.off-two-third {
	margin-left: calc(200% / 3)
}

.off-fourth {
	margin-left: 25%
}

.off-three-fourth {
	margin-left: 75%
}

.off-fifth {
	margin-left: 20%
}

.off-two-fifth {
	margin-left: 40%
}

.off-three-fifth {
	margin-left: 60%
}

.off-four-fifth {
	margin-left: 80%
}

.off-sixth {
	margin-left: calc(100% / 6)
}



/******
STYLING
******/
.wrapper,
.content {
	max-width: 1920px;
	margin: 0 auto;
    padding: 0 20px;
}
.content {
	max-width: 1480px;
}
.home .content {
	max-width: 980px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans";
    text-rendering: optimizelegibility;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 0.5em 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
}
h1,.h1 {
    font-family: "PT Sans";
	font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.heading {
    margin: 0 0 1em 0;
    color: inherit;
    position: relative;
}
.heading::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0.5em auto 0 auto;
    max-width: 184px;
    left:0;
    right: 0;
    height: 1px;
    background-color: #fff;
}
_:-ms-input-placeholder, :root .heading::after { position: relative; }
h2,.h2 {
	font-size: 3.6rem;
    text-align: center;
    text-transform: uppercase;
}
article.article h2,
article.article .h2 {
	font-size: 2rem;
    text-align: inherit;
}
.home article.article h2,
.home article.article .h2 {
    text-align: center;
}
article.article h3,
article.article .h3 {
	font-size: 2rem;
}
h3,.h3 {
	font-size: 16px;
}
p {
	font-weight: inherit;
	text-rendering: optimizeSpeed;
    font-size: inherit;
	line-height: inherit;
    margin: 0;
}
p:not(:last-child) {
    margin: 0 0 1em 0;
}
a {
	text-decoration: none;
	color: inherit;
    display: inline-block;
}
a:hover, a:active {
	outline: 0;
}
article p a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: inherit;
}
article p a:hover {
    color: #ACB9BA;
}

/*****
HEADER
*****/
header.header {
	text-align:center;
    max-width: 1920px;
    margin:0 auto;
    position: relative;
}
.site-logo {
    text-align: center;
	padding: 20px 30px;
    max-width: 520px;
	width: 100%;
    margin: 0 auto;
}
.sitelogo {
	display: block;
	margin: 0;
	text-align: center;
}
.sitelogo img ,
.sitelogo svg {
    width:100%;
    height: auto;
	display:block;
}

.toprow {
    padding: 10px 35px;
	background: #fff url("assets/images/header3.png") 50% 50% no-repeat scroll;
    background-size: contain;
}
.toprow .flex {
	height:100%;
}
.header-contact ul {
    padding: 0 2vw;
}
.header-contact li {
    display: inline-block;
	margin: 0.5em;
	text-align: center;
}
.header-contact a {
    color: #67767E !important;
	font-weight: 700;
	font-size: 1.35rem;
}
.header-contact a:hover {
    color: #ACB9BA !important;
}
.header-contact svg {
    vertical-align: middle;
    margin-right: 1rem;
}
.header-contact a svg path {
    fill: #67767E !important;
}
.header-contact a:hover svg path {
    fill: #ACB9BA !important;
}
.header-contact .email svg {
    width: 33px;
}
.header-contact .telephone svg {
    width: 28px;
}

.bsi img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 20px;
}
@media screen and (min-width:480px) {
	.bsi {
		min-width: 260px;
		max-width: 24.5vw;
		margin: 0 auto;
	}
	.bsi img {
        padding: 0;
    }
	.header-contact a {
		font-size: 2rem;
	}
}
@media screen and (min-width:768px) {
    .toprow {
        background: #fff url("assets/images/header3.png") 53% 58% no-repeat scroll;
        background-size: 822px 726px;
    }
}
@media screen and (min-width:960px) {
    .header-contact {
        text-align: left;
    }
    .site-logo {
        margin-left: auto;
        margin-right: auto;
        padding: 20px 10px;
    }
}
@media screen and (min-width:1412px) {
    .header-secondary {
        padding: 0;
    }
    .site-logo {
        text-align: left;
		flex-grow: 0;
        margin-right: auto;
		max-width: 520px;
		max-width: 27.084vw;
        margin-left: 0 ;
	}
}

/**
NAV
**/
.nav [type=checkbox] {
	opacity: 0;
	width: 0;
	position: absolute;
	display: inline-block
}
.nav {
    background-color: #67767E;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
nav.primary-menu {
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
/*	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;*/
}
nav.primary-menu .menu {
    list-style: none;
}
nav.primary-menu .menu li ,
nav.primary-menu .menu a {
    color: #fff;
}
nav.primary-menu .menu > li a {
    padding:0.188em 0.5em;
    color: #fff;
    text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
nav.primary-menu .menu ul li a {
    display: block;
}
nav.primary-menu .menu > li a:hover,
nav.primary-menu .menu > li.menu-item-has-children:hover > a {
    color: #ACB9BA;
}
nav.primary-menu .menu li.current-menu-ancestor > a,
.single-mooring nav.primary-menu .menu > li.menu-item-120 > a,
.single-post nav.primary-menu .menu > li.menu-item-87 > a,
nav.primary-menu .menu li.current-menu-item > a/*,
nav.primary-menu .menu > li.menu-item-has-children:hover > a*/ {
    border-bottom: 3px solid #ACB9BA;
}
@media screen and (min-width:1025px) {
	nav.primary-menu .menu ul {
		display: none;
		position: absolute;
		z-index: 999;
		top: 100%;
		background-color: #67767E;
        border-left: 1px solid rgba(255,255,255,0.5);
        border-right: 1px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
        color: #fff;
		left:50%;
		white-space: nowrap;
		max-width: 300px;
		overflow: hidden;
		text-transform: uppercase;
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	nav.primary-menu .menu > li.menu-item-has-children:hover > ul {
		display: block;

	}
	nav.primary-menu .menu > li.menu-item-has-children {
		position: relative;
	}
	nav.primary-menu .menu ul li:not(:last-child)::after {
		content: "";
		display:block;
		border-bottom: 1px solid #fff;
		margin: 0 1em;
	}
}
nav.primary-menu .menu > li.menu-item-has-children > ul a {
    color: #fff;
}
nav.primary-menu .menu > li.menu-item-has-children > ul a:hover {
    color: #ACB9BA;
}
nav.primary-menu .burger {
	display: none;
    cursor: pointer;
    position: relative;
    z-index: 200;
    margin: 10px;
    font-size: 24px;
    border: 1px solid #eee;
    padding: 0 0.4em;
    line-height: 36px;
}
nav.primary-menu .burger span::before {
    /*content: "≡";*/
    content: "\2261";
    font-size: 2.4rem;
}

@media all and (max-width: 1024px) {
    .nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 0;
        z-index: 100;
        margin: 0;
        display: block;
        background: none;
        color: #67767E;
    }
	nav.primary-menu .burger {
		display: inline-block;
		position: absolute;
		height: 40px;
        width: 40px;
		right: 0;
        top: 56px;
        text-align: center;
        background: #fff;
		color: #67767E;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
    nav.primary-menu .show:checked~.burger span::before {
        content: "\d7";
        font-size: 3.2rem;
    }

	nav.primary-menu .burger~.menu {

	}
/*	nav.primary-menu .show:checked~.burger {
		color: transparent;
		width: 100%;
		border-radius: 0;
		background: rgba(0, 0, 0, 0.2);
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}*/
	nav.primary-menu .show~.menu {
        opacity: 0;
        position: absolute;
        z-index: 100;
        left:0;
        top:0;
        height: 100vh;
        overflow: auto;
        padding:8vmin 18vmin;
        background: rgba(0,0,0,0.6);
        text-align: center;
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
        pointer-events: none;
		/*-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);*/

    }
    nav.primary-menu .show:checked~.menu {
        opacity: 1;
        pointer-events: all;
		/*-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;*/
	}
    nav.primary-menu .menu > li {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -ms-flexbox;
		display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
        align-items: center;
        width:100%;
        background: #ACB9BA;
        font-size: 1.6rem;
    }
    nav.primary-menu .menu > li a {
        display: block;
        width: 100%;
		font-size: 4vmin;
    }
    nav.primary-menu .menu > li a:hover {
        color: #67767E;
    }
    nav.primary-menu .menu > li:first-child {
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
        overflow: hidden;
    }
    nav.primary-menu .menu > li:last-child {
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        overflow: hidden;
    }
    nav.primary-menu .menu ul {
		display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -ms-flexbox;
		display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

		width: 100%;
	}
    nav.primary-menu .menu ul li a {
		color: #67767E !important;
		font-size: 3vmin;
	}
}

/* NAV - Fix nav to top of screen when scrolled */
@media screen and (min-width:1025px) {
    .sticky {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
        box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
    }
    .admin-bar .sticky {
        top:32px;
    }
    .sticky + .content {
        padding-top: 152px;
    }
}

/****************
HERO
****************/
.banner-container {
    position: relative;
}
#scrolldown {
display:block;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    background: #fff;
    text-align: center;
    line-height: 20px;
    width:42px;
    height:25px;
    position:absolute;
    left:50%;
    margin-left: -21px;
    bottom:20px;
    z-index: 999;
    background: transparent url("assets/images/scrolldown.png") 50% 0% no-repeat scroll;
}
#scrolldown:hover ,
#scrolldown:focus:active ,
#scrolldown:active {
    outline: none;
}
#scrolldown:hover {
    background-position: 50% 100%;
}
/*@media screen and (max-width:1200px) {
    #scrolldown {
        display: none !important;
    }
}*/
.lSSlideOuter  {
	max-width:1920px;
    width: 100%;
	margin: 0 auto;
    position: relative;
}
.lightSlider > div {
    height:100%;
    background-size: cover;
    margin: 0;
}
.single-post .lightSlider > div {
    background-size: contain !important;
}
.lightslider {
    padding-bottom: 56% !important; /* (1920x1080) */
    padding-bottom: 31.4965% !important; /* (1920x600) */
    min-height: 200px;
}
.lslide::before  {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(26, 29, 31, 0.7);
	pointer-events: none;
}
@supports (mix-blend-mode: multiply) {
    .lslide::before  {
        background-color: rgba(103, 118, 126, 0.9);
        mix-blend-mode: multiply;
    }
}
.lightslider .caption {
    position: relative;
    z-index: 12;
    color: #fff;
    text-align: center;
    font-family: "PT Sans";
    font-size: 17px;
}
.lightslider .caption-heading {
    font-family: "PT Sans";
    font-size: calc(8px + 4vmin);
    font-weight: 700;
}
_::-webkit-full-page-media, _:future, :root .lightslider .caption-heading { font-size: 4.5vmin; }

.lightslider .caption-heading::first-line {
    font-weight: 400;
}
.lightslider .caption-heading:empty {
    display: none;
}
.lSSlideOuter .lSPager.lSpg{
    position: absolute;
    z-index: 10;
    right:50px;
    bottom: 20px;
}
.lSSlideOuter .lSPager.lSpg li:only-child{
    display: none;
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
}
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}
.lSSlideOuter .lSPager.lSpg>li:hover a {
    border: 1px solid #67767E;
    background-color: transparent;
}

/*****
PAGES
*****/
main.main {
    margin: 0;
    padding: 0;
}
article.article {
    background: #67767E url("assets/images/welcome.png") 0 0 no-repeat scroll;
    color: #fff;
    padding: 25px 0;
}
/*****
CARDS
*****/
.cards {
    padding: 40px 20px;
}
.cards h2 {
    font-size: 3.6rem;
}
.cards .heading::after {
    background-color: #67767E;
}
.card {
    /*max-width: 630px;*/
}
@media screen and (min-width:960px) {
    .card:not(:last-child) {
        border-right: 2px solid #67767E;
    }
}
@media screen and (min-width:641px) and (max-width:959px) {
    .cards > .flex {
        justify-content: flex-start;
    }
    .card {
        flex-basis: 50%;
        max-width: 50%;
    }
    .card:nth-child(odd) {
        border-right: 2px solid #67767E;
    }
    .card:not(:last-child) {
        border-bottom: 2px solid #67767E;
    }
}
@media screen and (max-width:640px) {
    .card {
        flex-basis: 100%;
    }
    .card:not(:last-child) {
        border-bottom: 2px solid #67767E;
    }
}
.card .inner {
    max-width: 293px;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
}
.card h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
}
.card .heading::after {
    max-width: 68px;
}
.card p {
    font-size: 2.0rem;
}
.cards ul {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 0 0.5em 0;
}
.card .icon {
    text-align: center;
    margin: 0 0 0.5em 0;
}
.card .icon img ,
.card .icon .svg {
    margin: 0 auto;
    display: inline-block;
}
.card .btn {
    margin-top: auto;
}
/*****
BUTTON
*****/
button, .button, .btn {
    background-color: #67767E;
    color: #fff;
    padding: 0.5em 1.5em;
    margin: 0.5em 0;
    display: inline-block;
    text-transform: uppercase;
	border: none;
	box-shadow: none;
    text-decoration: none;
    text-align: center;
}
.cta1 button, .cta1 .button, .cta1 .btn {
    padding: 0.5em 0.5em;
}
button:hover, .button:hover, .btn:hover,
a.cta2:hover button, a.cta2:hover span.btn ,
a.cta3:hover button, a.cta3:hover span.btn {
    background-color: #ACB9BA;
}
button.alt, .button.alt, .btn.alt ,
button.alt2, .button.alt2, .btn.alt2 {
    background-color:#ACB9BA;
}
button.alt:hover, .button.alt:hover, .btn.alt:hover {
    background-color: #67767E;
}
button.alt2:hover, .button.alt2:hover, .btn.alt2:hover {
    color: #67767E;
}
/*****
CTA
*****/
.cta {
    display: block;
    color: #fff;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #67767E url("assets/images/dots2.png") 50% 50% repeat-y fixed;
	font-size: 3.6rem;
    font-size: calc(16px + 1vw);
}
.home .cta {
    background-color: #ACB9BA;
    background-image: url("assets/images/dots.png");
}
.cta2 {
    background: #DEE3E3 url("assets/images/bg.png") 50% 43% repeat-y scroll;
    background-size: cover;
    font-size: 1.6rem;
}
.cta h3 {
    color: #67767E;
	font-size: 2.4rem;
}
.cta > div {
    padding: 2.842% 0;
    height: 100%;
}
.cta:hover {
    color: #ACB9BA;
}
.cta .btn ,
.cta .button ,
.cta button {
    min-width: 200px;
}
.cta1 button {
    background-color: transparent;
}
.cta1:hover button {
    background-color: #67767E;
}
.home .cta1:hover button {
    background-color: #ACB9BA;
}
/*****
CTAS
*****/
.ctas .cta1,
.ctas .cta2,
.ctas .cta3 {
    background: #DEE3E3 url() 50% 50% no-repeat scroll;
    background-size: cover;
    padding: 5% 0;
	padding: 9.082% 0;
    height: auto;
    position: relative;
}
.home .ctas .cta1,
.home .ctas .cta2,
.home .ctas .cta3 {
    padding: 5% 0;
}
.page-id-587 .ctas .cta1,
.page-id-587 .ctas .cta2,
.page-id-587 .ctas .cta3 {
    padding: 5% 0;
}
.ctas .cta1.dark,
.ctas .cta2.dark,
.ctas .cta3.dark {
    background-color: #67767E;
}
.ctas .cta1.dark::after,
.ctas .cta2.dark::after,
.ctas .cta3.dark::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(26, 29, 31, 0.7);
}
@supports (mix-blend-mode: multiply) {
    .ctas .cta1.dark::after,
    .ctas .cta2.dark::after,
    .ctas .cta3.dark::after {
        background-color: rgba(103, 118, 126, 1);
        mix-blend-mode: multiply;
    }
}
.ctas h3 {
    color: #67767E;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.ctas .cta1.dark h3,
.ctas .cta2.dark h3,
.ctas .cta3.dark h3 {
    color: #fff;
}
.ctas .btn ,
.ctas .button {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    min-width: 200px;
}
@media screen and (min-width:960px){
    _:-ms-input-placeholder, :root .three-m>* { width:33.3%; }
}

/*****
CTA LARGE
*****/
.ctal {
    background: #DEE3E3 url() 50% 50% no-repeat scroll;
    background-size: cover;
    padding: 9.082% 0;
    height: auto;
    position: relative;
}
.ctal.dark {
    background-color: #67767E;
}
.ctal.dark::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(26, 29, 31, 0.7);
}
@supports (mix-blend-mode: multiply) {
    .ctal.dark::after {
        background-color: rgba(103, 118, 126, 0.9);
        mix-blend-mode: multiply;
    }
}
.ctal h3 {
    color: #67767E;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.ctal.dark h3 {
    color: #fff;
}
.ctal:hover {
    color: #ACB9BA;
}
.ctal .btn {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}
/*****
FEEDS
*****/
.feeds {
    background-color: #DEE3E3;
    height: auto;
}
@media screen and (max-width: 480px) {
    .feeds {
        border-top: 1px solid #ACB9BA;
    }
}
.feeds .inner {
    /*max-width: 300px;*/
    max-width: 530px;
    margin: 0 auto;
    padding: 20px;
}
.feeds .feed1 {
    border-bottom: 2px solid #67767E;
}
@media screen and (min-width:960px) {
    .feeds .feed1 {
        border-bottom: none;
        border-right: 2px solid #67767E;
    }
}
.feeds .inner>div {
    padding-left: 47px;
    background: transparent url("assets/images/twitter.svg") 0 0 no-repeat scroll;
    background-size: 32px;
}
.feeds .feed1 .inner>div {
    background-image: url("assets/images/linkedin.svg");
}

.feeds h4 {
    font-size: 2.4rem;
}
.feeds h5 {
    font-size: 2.0rem;
}
.feeds p {
    font-size: 1.5rem;
}
.feeds a {
    word-break: break-all;
}
.feeds a:not(.btn):hover {
    color: #ACB9BA;
}

/* ABOUT */
.vid-txt > * {
    padding: 20px;
}
@media screen and (min-width:1024px) {
    .vid-txt > * {
        padding: 25px 50px;
    }
}
.vid-txt .vid {
    height: auto;
}

/* TEAM */
.intro {
    padding: 20px;
    max-width: 910px;
    margin: 0 auto;
}
.page-id-119 .intro ,
.page-id-601 .intro ,
.page-id-84 .intro ,
.page-id-587 .intro ,
.single-post .intro {
    max-width: 1060px;
}
.intro:empty {
   display: none;
}
.intro h2 {
    text-transform: none;
    font-size: 2rem;
}
.medias {
    padding: 20px;
    max-width: 1240px;
    margin: 0 auto;
}
.media:not(first-child) {
    margin-top:25px;
}
.page-id-591 .media:nth-child(even),
.page-id-654 .media:nth-child(even),
.page-id-119 .media:nth-child(even),
.page-id-601 .media:nth-child(even),
.single-post .media:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.media .img ,
.media .txt ,
.media .txt2 {
    padding: 20px;
    width: 100%;
}
.media .headings:not(:empty) {
    margin: 0 0 1em 0;
}
.media h3 {
    text-transform: uppercase;
    margin: 0;
}
.media h3, .media h4 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}
.media a.btn {
    margin-top: 1em;
}
@media screen and (min-width:1024px) {
    .intro {
        padding: 50px 50px 25px 50px;
    }
    .medias {
        padding: 25px 50px 50px 50px;
    }
    .media:nth-child(even) .txt .inner {
        padding: 25px 50px 25px 0;
    }
    .media:nth-child(odd) .txt .inner ,
    .page-id-597 .media:nth-child(even) .txt .inner {
        padding: 25px 0 25px 50px;
    }

    .media .img {
        width: calc( 100%/3 );
        padding: 0;
    }
    .media .txt {
        width: calc( 200%/3 );
        padding: 0 ;
    }
    .media .txt2 {
        width: calc(200% / 3);
        margin:0 auto;
    }
    .media h3, .media h4 {
        text-align: left;
    }
}

/* SECTOR / SERVICE */
section.form {
    padding: 50px 20px;
	background-color: #67767E;
	color: #fff;
}
section.form h2 {
    font-size: 2rem;
}
section.form form {
    max-width:630px;
    margin: 0 auto;
}
section.form form input:not([type="submit"]) ,
section.form form textarea {
	background-color: #67767E;
    color: #fff;
    border-color: #fff;
}
section.form form input[type="submit"] {
    background-color: #67767E;
    color: #fff;
}
section.form form input[type="submit"]:hover {
    background-color: #ACB9BA;
}

section.list {
    padding:60px 0;
}
section.list .list-item {
    background: #fff;
    color: #67767E;
}
section.list .list-item:not(:first-child) {
    margin-top: 44px;
}
section.list .list-image {
    background: #EEF1F1 url() 50% 50% no-repeat scroll;
    background-size: cover;
    min-height: 380px;
    width: 100%;
}
section.list .list-info {
    padding: 20px;
    line-height: 1.8;
    height: auto;
}
section.list h3 {
    font-size: 2rem;
    text-transform: uppercase;
}
section.list h4 {
    font-size: 2rem;
}
@media screen and (min-width:768px) {
    section.list .list-image {
        max-width: 32%;
    }
    .page-id-603 section.list .list-image {
        max-width: 50%;
    }
    section.list .list-info {
        max-width: 68%;
    }
    .page-id-603 section.list .list-info {
        max-width: 50%;
    }
}
@media screen and (min-width:1024px) {
    .page-id-603 section.list .list-item {
        max-width: 48%;
        margin: 1%;
    }
}

/* POLICIES */
.repeaters {
    max-width: 631px;
    margin: 0 auto;
}
.repeater {
    padding: 20px;
}
.repeater .btn {
    word-break: break-all;
}
@media screen and (min-width:1024px) {
    .repeater {
        padding: 25px 0;
    }
}

/* PLANT LIST */
section.tables {
    padding: 50px 40px;
}


/* TABLEPRESS */
.table-row {
    margin:25px auto;
    max-width: 990px;
}
.table-row:not(:first-child) {
    border-top: 2px solid #67767E;
    padding-top:50px;
}
.tablepress {
	color: #67767E;
}
.tablepress-scroll-wrapper {
	width: 100%;
    position: relative;
}
section.tables .lightslider-plant {
    padding-bottom: 56% !important;
    min-height: 300px;
}
section.tables .lightslider-plant a.lslide {
    cursor: zoom-in !important;
}
section.tables .lslide:before {
    content: none;
    display: none;
}
section.tables .lightslider-plant figcaption:empty {
    display: none;
}
section.tables .lightslider-plant figcaption {
    background-color: #67767E;
    color:#fff;
    padding: 0.2em 0.5em;margin:0;
    border: none;
}
@media screen and (min-width:1024px) {
    .tablepress-scroll-wrapper {
        max-width: 54.748%; /* 542px / 990px */
    }
    .twotables .tablepress-scroll-wrapper {
        max-width: 47.5%; /* 542px / 990px */
    }
    .table-row:nth-child(even) {
            -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    section.tables .lSSlideOuter  {
        max-width: 40.405%; /* 400px / 990px */
        margin: 0;
    }
}
.tablepress-table-name {
	background-color: #67767E !important;
	color: #fff !important;
	font-family: "PT Sans", sans-serif !important;
	font-size: 2rem !important;
	text-align: cneter !important;
	margin: 0 !important;
	text-transform: uppercase !important;
}
.tablepress tfoot th, .tablepress thead th{
	color: #67767E !important;
	font-weight: 700;
}
.tablepress tfoot th, .tablepress thead th:nth-child(odd),
.tablepress tr td:nth-child(odd){
	background: #EEF1F1;
}
.tablepress tfoot th, .tablepress thead th:nth-child(even),
.tablepress tr td:nth-child(even){
	background: #DEE3E3;
}
.tablepress tbody td:empty {
    height: 39px;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 2px solid #fff !important;
}
.tablepress .row-hover tr:hover td {
    background-color: #ACB9BA !important;
    position: relative;
    cursor: zoom-in !important;
}
.twotables .tablepress .row-hover tr:hover td {
    cursor: default !important;
}
.tablepress .row-hover tr td:not(:last-child)::after {
    content:"";
    position: absolute;
    z-index: 5;
    right:0;
    top: 0;
    bottom:0;
    background: #fff;
    width:1px;
}
.tablepress .row-hover tr:hover td {
    color: #FFF !important;
}
.tablepress tr td.column-1 {
}
.tablepress caption a[href*="action=edit"]{
	color: #67767E;
    background-color: #ACB9BA;
    padding: 0.2em 0.5em;
    text-transform: lowercase;
    position: absolute;
    z-index: 5;
    top:1px;
    right:1px;
}
.tablepress caption a[href*="action=edit"]:hover{
    background-color: #DEE3E3;
}


/* CONTACT */
.contactinfo {
    margin: 50px auto;
    max-width: 1135px;
}
.contact-details a {
    display: inline-block;
}
.contact-details a:hover {
    color: #ACB9BA;
}
.contact-details a:hover svg path {
    fill: #ACB9BA !important;
}
.contact-details > div {
    margin-bottom: 25px;
}
.contact-details > div > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.contact-details img ,
.contact-details svg {
    display: inline-block;
    margin-right: 10px;
    max-width: 31px;
    vertical-align: middle;
}
_:-ms-input-placeholder, :root .contact-details svg { max-height: 42px; }

.contact-details .te2 img ,
.contact-details .te2 svg {
    max-width: 28px;
    margin-left: 2px;
    margin-right: 11px;
}
.contact-details .em2 img ,
.contact-details .em2 svg {
    max-width: 26px;
    margin-left: 3px;
    margin-right: 12px;
}
.contact-details .ad2 img ,
.contact-details .ad2 svg {
    max-width: 26px;
    margin-left: 3px;
    margin-right: 15px;
}

/* OPPORTUNITIES */
.page-id-605 .intro {
    text-align: left;
    font-size: 1.5rem;
    max-width: 1064px;
    margin:0 auto;
}
.page-id-605 .repeaters {
    max-width: 964px;
}
.page-id-605 .intro p {
    margin: 0 0 15px 0;
}
.page-id-605 .intro p:first-of-type {
    font-size: 2rem;
}

/*****
POSTS
*****/
.post-article {
    position: relative;
    max-width: 1130px;
    margin: 50px auto;
    padding: 0 20px;
    min-height: 272px;
}
.post-content a.post-title {
    display: block;
}
.post-date {
    margin-bottom: 1em;
}
.post-content {
    max-width: 412px;
    background: #fff;
    color: #67767E;
    padding: 25px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
}
.home .post-article > div {
    max-width: 697px;
    margin: 0 auto;
    padding: 0 15px;
}
.post-excerpt {
    margin: 0 auto 1em 0;
}
.post-single {
    margin-bottom: 1em;
}
.post-image {
    text-align: center;
    width:100%;
    margin-bottom: -5px;
}
.post-thumb {
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
@media screen and (min-width:1142px) {
    .post-content {
        margin: 0 0 0 auto;
        max-width: 701px;
        width: 100%;
    }
    .post-image {
        position: absolute;
        z-index: 1;
        width: auto;
        margin-bottom: 0;
    }
    _:-ms-input-placeholder, :root .post-image {transform: translateY(-50%);}
}



/*****
FOOTER
*****/
footer.footer {
    background-color: #ACB9BA;
    color: #67767E;
    padding: 40px 0 20px 0;
    font-size: 14px;
}
footer.footer .content {
    max-width: 1210px;
    padding: 0;
}
footer.footer h6 {
    color: #fff;
	text-transform: uppercase;
}
footer.footer .flex>section {
    padding: 0 20px 20px 20px;
}
footer.footer li ,
footer.footer p {
    margin: 0;
    line-height: 1.5;
}

footer.footer .connect ul ,
footer.footer li {
    border-top: 2px solid #67767E;
    padding-top: 5px;
}
footer.footer li:not(:last-child) {
    padding-bottom: 5px;
}
footer.footer a {
    display: block;
}
footer.footer a:hover {
    color: #fff;
}
footer.footer .contact a.telephone {
    font-size: 2.2rem;
}
footer.footer .connect li {
    display: inline-block;
    border: none;
}
footer.footer .connect li:not(:last-child) {
    margin-right: 3rem;
}
footer.footer .connect a {
    font-size: 0;
    color: rgba(0,0,0,0);
}
footer.footer .connect svg {
    width: 32px;
    height: 32px;
}
footer.footer .connect a svg path {
    fill: #67767E !important;
}
footer.footer .connect a:hover svg path {
    fill: #FFFFFF !important;
}

footer.footer section.logos > img {
  width: 120px;
}

@media screen and (min-width: 960px) {
  footer.footer section.logos > img {
    margin-left: auto;
  }
}



/******
UTILITY
******/
@media screen and (max-width:479px) {
    .equal {
        height: auto !important;
    }
}
.transition-all, .ta  {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* ALIGN */
.alignleft {
	float: left;
}
.aligncenter {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
}
.alignright {
	float: right;
}
article .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 75vw;
	width: 100%;
}
article .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.textcenter {
    text-align: center;
}
#gototop {
display:none; /* or script shows on scroll */
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #000;
    opacity:0.5;
    color:#000;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    width:40px;
    height:40px;
    position:fixed;
    left:20px;
    bottom:20px;
    z-index: 999;
}
#gototop:hover {
    opacity: 1;
}
iframe {
	max-width: 100%;
}
/* RATIO EMBED */
/*https://codepen.io/cvn/pen/WbXEoX/ */
.video-bg {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.video-bg .video-fg,
.video-bg iframe,
.video-bg video,
.video-bg .youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
_::-webkit-full-page-media, _:future, :root .video-fg { width: 130%; }
/*
  Full page video background
  Simulate object-fit: cover
  Based on http://fvsch.com/code/video-background/
*/
/*
@media (min-aspect-ratio: 16/9) {
  .video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-bg.cover .video-fg {
    width: 300%;
    left: -100%;
  }
}
*/
@media screen and (max-width: 1082px) {
  .video-bg.cover .video-fg {
    width: 300%;
    left: -100%;
  }
}
@media screen and (min-width:1083px) {
  .video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
}
.video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
@supports (-o-object-fit: cover) {
  .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .video-bg.cover iframe,
  .video-bg.cover video,
  .video-bg.cover .youtubevideo {
    -o-object-fit: cover;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  html:not(.safari) .video-bg.cover iframe,
  html:not(.safari) .video-bg.cover video,
  html:not(.safari) .video-bg.cover .youtubevideo {
       -o-object-fit: cover;
          object-fit: cover;
  }
}
/*
  Vertical centering for 16/9 youtube iframes and video elements
  Simulate object-fit: contain for entire element, not just contents of element
*/
.video-bg.contain {
  font-size: 0;
}
.video-bg.contain * {
  font-size: 16px;
}
.video-bg.contain::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.video-bg.contain .video-fg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  pointer-events: none;
}
.video-bg.contain iframe,
.video-bg.contain video {
  pointer-events: auto;
}
@media (min-aspect-ratio: 16/9) {
  .video-bg.contain .video-fg {
    height: 100%;
    padding-bottom: 0;
    max-width: 53.33333333vh;
    left: 50%;
    margin-left: -26.66666667vh;
  }
}
/* 16x9 Aspect Ratio */
.ratio {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.ratio-4x3 {
  padding-bottom: 75%;
}
.ratio iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border:none;
}
/* CLEARFIX */
.cf {
	zoom: 1;
}
.cf::before, .cf::after {
	content: ' ';
	display: table;
}
.cf::after {
	clear: both;
}
/* MAP */
.acf-map {
    width: 100%;
    height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}
/* GREY */
.greyscale {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
}
.mapcol::after {
	content: "";
	position: absolute;
	top:0; right:0; bottom:0; left:0;
	pointer-events: none;
	background-color: #67767E;
	-webkit-filter: saturate(50%);
	filter: saturate(50%);
	opacity: 0.5;
}
@supports (mix-blend-mode: color) {
    .mapcol::after {
        mix-blend-mode: color;
        -webkit-filter: saturate(50%);
        filter: saturate(50%);
		opacity:1;
    }
}


/*********
PAGINATION
*********/
.custom-pagination {
	clear:both;
	margin: 30px auto 60px auto;
	text-align:center;
    font-size: 1.4rem;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
  text-decoration:none !important;
}
.custom-pagination a {
	color: #CCCCCC;
	border-radius:0;
	display:inline-block;
	padding:5px 20px;
	background:none;
	position:relative;
	text-transform:uppercase;
    text-align: center;
}
.custom-pagination a:hover {
  background-color: #fff;
  color: #67767E;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
display: none;
}
.custom-pagination span.dots {
  padding: 0;
  color: #CCCCCC;
}
.custom-pagination span.current {
  background-color: #67767E;
  color: #fff;
  padding:6px 21px;
}
.custom-pagination span.current:after {
  content:"";
  display:block;
  width: 10px;
  height:1px;
  background-color:#fff;
}



/***
CF7
***/

div.wpcf7 input,
div.wpcf7 textarea {
	width:100%;
	border:2px solid #FFF;
	color:#FFF;
	padding:5px 10px;
    background: none;
}
div.wpcf7 textarea {
	max-height:8em;
	overflow:auto;
}
div.wpcf7 input::-webkit-input-placeholder, div.wpcf7 textarea::-webkit-input-placeholder {
	color:#CCC;
}
div.wpcf7 input::-moz-placeholder, div.wpcf7 textarea::-moz-placeholder {
	color:#CCC;
}
div.wpcf7 input:-ms-input-placeholder, div.wpcf7 textarea:-ms-input-placeholder {
	color:#CCC;
}
div.wpcf7 input::-ms-input-placeholder, div.wpcf7 textarea::-ms-input-placeholder {
	color:#CCC;
}
div.wpcf7 input::placeholder,
div.wpcf7 textarea::placeholder {
	color:#CCC;
}
div.wpcf7 input[type="submit"]{
    display: inline-block;
	width:auto;
	color:#FFF;
	padding:10px 30px;
	font-weight:400;
	background:#ACB9BA;
	font-size:1.6rem;
	border: none;
}
div.wpcf7 input[type="submit"]:hover{
	width:auto;
	color:#fff;
	background: #CCCCCC;
}


/************
THEME CHECKER
************/
.sticky {}
.gallery-caption {}
.bypostauthor {}

/* *********
PRINT STYLES
***********/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		-webkit-filter: none !important;
		        filter: none !important;
		-ms-filter: none !important;
	}
	a, a:link, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a::after, a:visited::after {
		content: " (" attr(href) ")";
	}
	a abbr[title]::after, a:visited abbr[title]::after {
		content: " (" attr(title) ")";
	}
	.ir a::after,  a[href^="javascript:"]::after,  a[href^="#"]::after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2,  h3 {
		page-break-after: avoid;
	}
	.searchform,  nav {
		display: none;
	}
}
