/*
Theme Agronomics 0.1
Theme URI:
Description:
Author: Matt Edwards
Author URI:
Version: 0.1
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3fe72f");

@font-face {
  font-family: "NimbusSan-Bol";
  src: url('webFonts/NimbusSanBol/font.woff2') format('woff2'), url('webFonts/NimbusSanBol/font.woff') format('woff');
}
@font-face {
  font-family: "NimbusSan-Reg";
  src: url('webFonts/NimbusSanReg/font.woff2') format('woff2'), url('webFonts/NimbusSanReg/font.woff') format('woff');
}

@font-face {
    font-family: 'DIN';
    src: url('webFonts/DIN-Medium.woff2') format('woff2'),
        url('webFonts/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
p {
	font-size: 18px;
	font-family: "NimbusSan-Reg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.din {
	font-family: 'DIN','Helvetica Neue', Helvetica, Arial, monospace;
}

body>.wrapper {
	position: relative;
}

.main-content {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: underline;
}

.logo-nav-section {
	/* position: absolute !important; */
	width: 100%;
	top: 0px;
	left: 0px;
}

.hero-down-arrow {
	position: absolute;
	left: calc(50% - 30px);
	bottom: 50px;
	z-index: 999;
}

.bounce-up {
	opacity: 0;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bounce-up.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.ecblock {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 1rem;
}

.echeader {
	cursor: pointer;
	background-image: url('img/expand_plus.svg');
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 39px;
}

.wrapper.has-header {
	padding-top: 87px;
}



.expandminus {
	background-image: url('img/expand_minus.svg');
}

.eccontent {
	display: none;
}

.hero-down-arrow img {
	width: 60px;
	height: auto;
	cursor: pointer;
}

strong,
b,
.bold {
	font-weight: 600;
	font-family: "NimbusSan-Bol", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.text-system {
	font-family: apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
}

a.text-system {
	font-weight: 500;
}

.text-system.bold {
	font-weight: 600;
	letter-spacing: 0px;
}

small,
.small {
	font-size: 0.778rem;
	line-height: 1.4em;
}

.caption {
	font-size: 0.778rem;
	line-height: 1.286em;
	font-weight: normal;
}

.text-quote {
	font-size: 2em;
	line-height: 1.111;
	color: #B0AEAB;
}

.text-quote-small {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #B0AEAB;
}

.nowrap {
	white-space: nowrap;
}

.font-size-80 {
	font-size: 80%;
}

.font-size-80 .theme-button {
	font-size: 1rem;
}

.font-size-80 table tbody th,
.font-size-80 table tbody td {
	padding: 0.35rem;
}

.font-size-80 tbody th,
.font-size-80 tbody td {
	padding: 0.35rem;
}

.font-size-120 {
	font-size: 120%;
}

.font-size-120 .theme-button {
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "NimbusSan-Bol", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	/* line-height: 1.111; */
}

h1.big {
	font-size: 70px;
	line-height: 65px;
}

h1 {
	font-size: 55px;
}

h2,
.stat {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.body-plus {
	font-size: 25px;
  line-height: 35px;
}

.no-underline {
	text-decoration: none !important;
}

.header-search input {
	font-size: 12px !important;
	height: 1.6rem !important;
}

#searchsubmit:focus {
	outline: 0 !important;
}

.overflow-hidden {
	overflow: hidden;
}

.fitimage,
.fillcontainer,
.size-fill-container,
.size-logo-carousel {
	width: 100%;
	height: auto;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*MENU STUFF*/

.mobile-menu-container {
	position: absolute;
	z-index: 999;
	top: 81px;
	left: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

div.menu-black {
	background-color: rgba(255, 255, 255, 0.95);
}

div.menu-black ul.mobile-menu li a {
	color: black;
}

ul.mobile-menu ul.sub-menu {
	display: none;
}

ul.mobile-menu li.menu-item-has-children {
	background-image: url('img/expand_plus.svg');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;
}

ul.mobile-menu li.menu-item-has-children.expandminus {
	background-image: url('img/expand_minus.svg');
}

div.menu-white ul.mobile-menu li a {
	color: #2B6741;
	font-family: 'DIN','Helvetica Neue', Helvetica, Arial, monospace;
	text-decoration: none;
	font-size: 18px;
	/* width: 100%; */
	display: inline-block;
}

div.menu-dark-grey ul.mobile-menu li a {
	color: rgb(65, 70, 77);
	font-family: 'DIN','Helvetica Neue', Helvetica, Arial, monospace;
	text-decoration: none;
	font-size: 18px;
	/* width: 100%; */
	display: inline-block;
}

ul.mobile-menu li.current_page_item>a {
	color: #00B050 !important;
}

.mobile-menu-content {
	padding: 10px;
}

.mobile-menu-toggler {
	width: 37px;
	height: 37px;
	position: absolute;
	right: 10px;
  top: 30px;
}

.mobile-menu-toggler .menu-top {
	top: 0px;
}

.mobile-menu-toggler .menu-middle {
	top: 13px;
}

.mobile-menu-toggler .menu-bottom {
	bottom: 10px;
}

.menu-global {
	position: absolute;
	border-top: 1px solid #fff;
	width: 100%;
	transition: 0.25s;
}

.is-sticky .menu-global {
  border-color: #2B6741;
}

.menu-dark-grey .menu-global {
	border-top: 1px solid rgb(65, 70, 77);
}

.button-menu-active .menu-top {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-menu-active .menu-middle {
	opacity: 0;
}

.button-menu-active .menu-bottom {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.button-menu-active .menu-top {
	top: 17px;
	width: 40px;
	left: -2px;
	transition: 0.25s 0.2s;
}

.button-menu-active .menu-bottom {
	top: 14px;
	width: 39px;
	left: 3px;
	transition: 0.25s 0.2s;
}

ul.mobile-menu {
	font-weight: normal;
	font-style: normal;
	font-size: 0.778em;
}

.mobile-menu-content {
	display: none;
}

.menu ul {
	margin: 0;
}

/* .menu ul li {
  display: inline-block;
  margin: 0px 20px 0px 0px;
} */

.menu ul li:last-child {
	margin-right: 0;
}

ul.menu {
	margin: 0;
}

ul.menu>li {
	display: inline-block;
	margin: 0px 40px 0px 0px;
	font-size: 16px;
	position: relative;
	transition-duration: 0.5s;
	font-weight: 500;
	font-family: 'DIN','Helvetica Neue', Helvetica, Arial, monospace;
}

ul.menu.footer-menu li {
	display: list-item;
}

/*ul.menu.header-menu {
  font-size: 85%;
  margin-bottom: 0.5em;
}*/

ul.menu li a {
	text-decoration: none;
}

ul.menu li:last-child {
	margin-right: 0;
}

h3.widget-title {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 1em;
}

.menu-link {
	/*float: right;*/
	text-align: center;
	cursor: pointer;
	line-height: 1em;
	font-size: 1.5rem;
}

/* NEWS STUFF */

.news-post {
	display: none;
}

.news-post:nth-child(-n+9) {
	display: block;
}

.news-load-more {
	cursor: pointer;
}

/* BREADCRUMB STUFF */

/* .breadcrumb-container.theme1 a */

.breadcrumb-container li a:first-child {
	/* margin-left: 0px !important; */
}

.breadcrumb-container ul li:first-child {
	margin-left: -5px;
}

.breadcrumb-container ul li:first-child a {
	margin-left: 0px;
	padding-left: 5px;
}

.breadcrumb-container li a {
	/* padding-left: 0px !important; */
}

.breadcrumb-container li {
	font-family: "DIN", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}

.breadcrumb-container span.separator {
	/* display: none; */
}

.breadcrumb-container span.separator::after {
	content: '';
	width: 16px;
	height: 16px;
	margin-bottom: -2px;
	background: url('img/arrow-static-white.png');
	background-size: cover;
	display: inline-block;
}

/* TABLES ETC */

.background-blue table tbody {
	background-color: transparent;
	border: none;
}

.background-blue table {
	border-collapse: collapse;
	width: 100%;
}

.background-blue table tbody tr:nth-child(2n) {
	background-color: #3395D1;

}

.centre-centre {
	display: flex;
	justify-content: center;
}

/* MOOS LAW STUFF */

.companynews-tile {
  height: 375px;
  position: relative;
}

.companynews-full-story {
  margin-bottom: 75px;
}

.companynews-full-story h2 {
  font-size: 24px;
}

.companynews-full-story .wrapper {
  padding: 0px 50px 0px 50px;
}

.companynews-container {
  height: 100%;
}

.companynews-subtitle {
  font-family: 'DIN','Helvetica Neue', Helvetica, Arial, monospace;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.companynews-content {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 25px;
}

/* INVESTORS STUFF */

#ln-iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}

ul.investors-nav {
	list-style: none;
	margin: 0;
}

ul.investors-nav .parent-item, ul.investors-nav li.parent-item:hover {
  /* color: #000 !important; */
  color: #2B6741 !important;
  margin-bottom: 5px !important;
  background-color: transparent !important;
  cursor: default !important;
}

ul.investors-nav .sub-item {
  font-size: 80%;
  margin-bottom: 5px;
  padding-left: 30px;
}

ul.investors-nav .last-sub-item {
  margin-bottom: 20px !important;
}

.a26-content .investors-table {
  margin-bottom: 50px;
}

.a26-content .investors-table tr td:first-child {
  padding-left: 0px;
}

.a26-content .investors-table tr td:last-child {
  padding-right: 0px;
}

.a26-content .investors-table {
  border-top: 1px solid #2B6741 !important;
}

.a26-content .investors-table .theme-button {
  margin-right: 0px;
}

.investors-table tbody, .investors-table tr, .investors-table thead {
	background-color: transparent !important;
}

.investors-table thead {
	color: #2B6741;
}

.investors-table tbody td {
  padding-top: 12px !important
}

.investors-striped-table tbody tr:nth-child(odd) {
	background-color: #CEE3C7 !important;
	border-color: transparent !important;
}

.investors-striped-table tbody tr td {
	border-color: transparent !important
}

.investors-table thead td {
	padding-left: 10px !important;
	font-family: NimbusSan-Bol, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.hidden {
	display: none;
}

ul.investors-nav li {
	font-family: "DIN", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #2B6741;
	font-size: 20px;
	padding: 6px 10px 4px 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

ul.investors-nav li.is-selected,
ul.investors-nav li:hover {
	background-color: #00B050;
	color: #fff;
}

.investors-table {
	border-spacing: 0px;
}

.investors-table tr, table.dataTable thead th, .investors-table tr td {
	border-bottom: 1px solid #2B6741 !important;
}

.investors-table thead th {
	/* background-color: #ededed; */
	color: #2B6741;
	text-align: left;
	/* font-family: din-condensed, 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-weight: normal !important;
	font-family: NimbusSan-Bol, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 18px;
	margin: 0;
	padding-left: 10px !important
}

table.dataTable.no-footer {
	border-bottom: none !important;
}

.investors-table th,
.investors-table td {
	box-sizing: border-box !important;
	vertical-align: middle;
}

.investors-download-icon {
	height: 22px;
	width: auto;
	margin: 0 auto;
}

/* CONTACT STUFF */

div.wpcf7-response-output {
	margin: 2em 0em 0em 0em !important;
	border: none !important;
	background-color: #29a1ff;
	padding: 20px !important;
	color: #fff;
}

.wpcf7-not-valid-tip {
	margin-top: -15px;
}

.wpcf7-validation-errors {
	font-weight: normal;
	font-style: normal;
}

/*GENERAL STUFF*/

ul.footer-links {
	list-style-type: none;
	margin: 0;
	float: right;
}

ul.footer-links li {
	display: inline;
	margin-right: 10px;
	line-height: 1.667em;
}

ul.footer-links li:last-child {
	margin-right: 0px;
}

.cta-pointer {
	margin-top: 50px
}

.background-bottom {
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
}

.background-top {
	background-position: top center !important;
	background-repeat: no-repeat !important;
}

.background-size-100 {
	background-size: 100% !important;
}

.column-2,
.column-3,
.column-4 {
	text-align: center !important;
}

.wrap {
	position: relative;
}

/* .bold {
  font-weight: 700;
} */

.panel {
	position: fixed;
	right: -15.625em;
	/*left or right and the width of your navigation panel*/
	width: 15.625em;
	/*should match the above value*/
	background-color: #fff;
	padding: 1em;
}

.text-uppercase {
	text-transform: uppercase;
}

.tiny-text {
	font-size: 10px;
}

.story-border {
	border: 1px solid black;
}

/*SPACING STUFF*/

.columns>.youtube-background {
	width: calc(100% - 20px) !important;
	left: 10px !important;
}

.pos-relative {
	position: relative;
}

.push-p-bottom {
	position: relative;
}

.push-p-bottom p {
	position: absolute;
	bottom: 0px;
}

.mobile-image-large {
	width: 100%;
	height: auto;
	max-height: 535px;
	max-width: 320px;
}

.big-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.huge-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

.medium-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.small-padding {
	padding-top: 25px;
	padding-bottom: 25px;
}

.tiny-padding {
	padding-top: 12px;
	padding-bottom: 12px;
}

.small-padding-square {
	padding: 25px !important;
}

.medium-padding-square {
	padding: 50px;
}

/* .row.big-padding, .row .medium-padding, .row .medium-padding-square, .row .small-padding, .row .small-padding-square {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
} */

.row.expanded {
	padding-left: 0rem;
	padding-right: 0rem;
}

.no-bottom-margin,
.no-block-margin-bottom .column-block {
	margin-bottom: 0 !important;
}

.nomargin {
	margin: 0 !important
}

.no-top-margin {
	margin-top: 0 !important;
}

.tiny-bottom-margin {
	margin-bottom: 12px;
}

.small-bottom-margin {
	margin-bottom: 25px;
}

.medium-bottom-margin {
	margin-bottom: 50px;
}

.big-top-margin {
	margin-top: 100px;
}


.big-bottom-margin {
	margin-bottom: 100px;
}

.huge-top-margin {
	margin-top: 150px;
}

.huge-bottom-margin {
	margin-bottom: 150px;
}

.super-huge-bottom-margin{
	margin-bottom: 200px;
}

.no-bottom-margin {
	margin-bottom: 0!important
}

.small-padding-bottom {
	padding-bottom: 25px;
}

.medium-padding-bottom {
	padding-bottom: 50px;
}

.medium-padding-top {
	padding-top: 50px;
}

.medium-padding {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.big-padding-bottom {
	padding-bottom: 100px;
}

.huge-padding-bottom {
	padding-bottom: 150px;
}

.huge-padding-top {
	padding-top: 150px;
}

.small-padding-top {
	padding-top: 25px;
}

.medium-bottom-margin {
	margin-bottom: 50px;
}

.medium-top-margin {
	margin-top: 50px;
}

.no-bottom-padding {
	padding-bottom: 0em;
}

.no-padding {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}

.no-padding-bottom {
	padding-bottom: 0em !important;
}

.small-bottom-padding {
	padding-bottom: 25px;
}

.medium-bottom-padding {
	padding-bottom: 50px;
}

.big-bottom-padding {
	padding-bottom: 50px;
}

.big-top-padding,
.big-padding-top {
	padding-top: 50px;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-top-padding {
	padding-top: 0;
}

.layout-column:first-child {
	padding-top: 0px !important;
}

.layout-column:last-child {
	padding-bottom: 0px !important;
}

.positionbottom {
	position: absolute;
	bottom: 0px;
}

.cap-row {
	margin-bottom: 3em;
}

.center-vertically,
.center-vertically>.wrapper.white-box {
	display: flex;
	align-items: center;
}

.center-vertically .wrapper:first-child {
	width: 100%
}

ul li {
	margin-bottom: 0.5em;
}

.icon32 {
	max-height: 32px;
	max-width: 32px;
	width: 32px;
	height: auto;
}

.icon48 {
	max-height: 48px;
	max-width: 48px;
	width: auto;
	height: auto;
}

.icon64 {
	max-height: 64px;
	max-width: 64px;
	width: auto;
	height: auto;
}

.icon78 {
	max-height: 78px;
	max-width: 78px;
	width: auto;
	height: auto;
}

.box-content>div.wrapper {
	height: 100%;
	padding: 1.5em;
}

.background-top {
	background-position: top center;
}

.hoverzoom {
	overflow: hidden;
	position: relative;
}

.hoverzoom .wrapper {
	position: relative;
}

.hoverzoom::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s;
}

.hoverzoom:hover::before {
	transform: scale(1.05);
}

/* FORM STUFF */

#wpcf7-f2515-o1 [type="text"], #wpcf7-f2515-o1 [type="email"], #wpcf7-f2515-o1 [type="tel"], #wpcf7-f2515-o1 textarea {
  padding: 0px !important;
  margin: 10px 0px 0px 0px !important;
  color: #fff;
  border-color: #fff;
  height: 30px !important;
}

#wpcf7-f2515-o1 .column-block {
  margin-bottom: 0px !important
}

#wpcf7-f2515-o1 .theme-button {
  margin-top: 10px;
}

#wpcf7-f2515-o1  .wpcf7-response-output {
  margin: 25px 0px 0px -10px !important;
  background-color: #3B6544;
  color: #fff;
}

#wpcf7-f2515-o1  .wpcf7-not-valid-tip {
  margin-top: 20px;
}

/*HEADER STUFF*/

.logo-container {
	width: 250px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.logo-container img {
	width: 100%;
	height: auto;
}

.menu-container {
	float: right;
}

.login-container {
	float: right;
}

.header {
	z-index: 299 !important;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 0px;
	/* min-height: 100px; */
}

/* MATRIX STUFF */

.matrix-square {
	height: 320px;
	margin-bottom: 0px;
	position: relative;
}

.matrix-front, .matrix-back {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}


.matrix-logo {
	width: 200px;
	height: auto;
}

.matrix-link {
	display: block;
}

/*FOOTER STUFF*/

.footer {
	/*padding-top: 6em;
  background-image: url('/wp-content/uploads/2017/03/footer-gradient.png');
  background-position: top center;
  background-size: cover;*/
}

.footer,
.copyright {
	font-size: 85% !important;
}

.footer-logo {
	max-width: 300px;
	height: auto;
	display: block;
}

/*COLOUR STUFF*/

a {
	color: inherit;
	text-decoration: underline;
}

a.theme-button,
a.menu-link,
.footer a,
.related-tile a,
input#submit,
form.form p.submit input {
	text-decoration: none;
}

.text-black,
#menu-main-menu.text-black li a {
	color: #000;
}

.text-dark-grey {
	color: rgb(65, 70, 77);
}

.text-white {
	color: #fff;
}

.text-blue {
	color: #007BC6;
}

.text-green {
	color: #00B050
}

.text-green-dark,
.background-green-light {
	color: #2B6741
}

.text-green-light {
	color: #EBF4DE
}

label {
	/* font-family: din-condensed, 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #2B6741;
	font-size: 18px;
}

hr {
	border-bottom: 1px solid #2B6741;;
	margin: 50px 0;
	clear: both;
}

.text-white hr {
  border-color: #fff;
}

.file-date {
	vertical-align: middle !important;
	padding-top: 12px !important;
}

.file-title {
	font-size: 25px;
}

.analyst-sub {
	font-size: 18px;
	font-weight: 400 !important;
}

.share-price {
	font-size: 16px;
	font-family: "DIN", sans-sans-serif;
	padding-bottom: 5px;
}

.extra-content-the-content hr, .matrix-back hr {
  width: 50%;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  margin-left: 25% !important;
  margin-right: 25% !important;
	border-color: white;
}

hr.huge-space-top {
  margin-top: 200px;
}

.bottom-border {
	border-bottom: 1px solid RGBA(255, 255, 255, 1.00);
}

.theme-full-width-image {
	height: 290px
}

.lead-in-text {
	font-size: 1.25em;
}

ul.twocol {
	column-count: 2;
	column-gap: 1em;
}

ul.tickbullet {
	list-style: none;
	padding-left: 0;
}

ul.tickbullet li {
	position: relative;
	padding-left: 40px;
	padding-bottom: 1em;
	font-size: 1.1em;
	display: inline-block;
}

ul.tickbullet li:last-child {
	padding-bottom: 0px;
}

ul.tickbullet li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url('img/bullettick_grey.svg');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 5px;
	/* transform: translateY(-50%); */
}

.theme-button {
	display: block;
	padding: 0px;
	/* min-width: 120px; */
	margin-top: 1em;
	margin-right: 1em;
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	/*border: 1px solid;*/
	border-color: inherit;
	transition: all .3s ease-in 0s;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'DIN','Helvetica Neue', Helvetica, Arial, monospace;
	font-weight: normal;
	font-size: 1em;
	background-color: transparent;
	border: none;
	border-color: inherit;
	color: inherit;
   -moz-appearance:initial;
}


.theme-button::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('img/arrow-static.png');
	background-size: cover;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: -2px;
}

.text-white .theme-button::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('img/arrow-static-white.png');
	background-size: cover;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: -2px;
}

.theme-button:hover::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('img/arrow-ani.gif');
	background-size: cover;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: -2px;
}

.text-white .theme-button:hover::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url('img/arrow-ani-white.gif');
	background-size: cover;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: -2px;
}

.tight-button {
	padding: 0.4em 1em;
}

.wrapper.white-box {
	/*border-radius: 20px;*/
	padding: 1em 2em;
	background-color: #fff;
	height: 100%;
	border: 1px solid rgba(112, 112, 112, 1);
}

.white-border {
	border: solid 1px #fff;
}

.background-white {
	background-color: #fff;
	color: #41464d;
}

.background-white-80 {
	background-color: rgba(255, 255, 255, 0.8);
}

.background-white-90 {
	background-color: rgba(255, 255, 255, 0.9);
}

.background-black {
	background-color: #000;
	color: #fff;
}

.background-green-light {
	background-color: #EBF4DE;
}

.background-green {
	background-color: #00B050;
	color: #fff;
}

.background-green-dark {
	background-color: #2B6741;
}

.background-blue {
	background-color: #007BC6;
}

/*.hover-to-right, .hover-to-left {*/

.button-primary,
.button-secondary,
.theme-button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition: background-color .05s linear, color .05s linear;
}

.button-secondary {
	border: 1px solid #4D4C4A;
	background: none;
	color: #4D4C4A;
}

.button-login {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	padding: 0.1em 1.2em 0.2em 1.2em;
	margin-right: 0px;
}

/* .theme-button:hover {
	background-color: #fff;
	color: #505251;
} */

/* .background-white .theme-button:hover,
.background-light-grey .theme-button:hover {
	background-color: #41464d;
	color: #fff;
	border-color: #41464d;
} */

/* .background-dark .theme-button:hover {
	background-color: #fff;
	color: #41464d;
	border-color: #fff;
} */

.button-inline-link {
	/* padding-top: 20px; */
	display: inline-block;
}

.h1-inline-button {
	font-size: 18px;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0.4em 1.5em 0.5em 1.5em;
}

.button-login-header {
	/* position: absolute; */
	/* right: 57px; */
}

.button-header {
	min-width: 70px;
}

.button-header:first-child {
	margin-right: 10px !important;
}

.button-login-active {
	background-color: rgba(0, 0, 0, 0.90);
}

.mobile-menu .button-primary,
.mobile-menu .button-secondary {
	color: #fff !important;
}

.theme-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: RGBA(69, 85, 96, 0.20);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/*.hover-to-right:before {*/

.button-primary:before,
.button-secondary:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.theme-button-small {
	padding: 0.4em 0.9em;
	min-width: 55px;
	font-size: 0.75em
}

/*.hover-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/

.button-primary:hover,
.button-secondary:hover {
	/*UNCOMMENT THIS LINE TO RESTORE THE MOUSEOVER COLOUR CHANGE*/
	/*color: #465560!important;*/
	/*border: 1px solid transparent;*/
}

/*UNCOMMENT ME TO GET THE MOUSEOVER EFFECT BACK*/

/*.button-primary:hover:before, .button-secondary:hover:before, .theme-button:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/

/*.theme-button, .wpcf7-submit, input#submit, form.form p.submit input {
  padding: 0.4em 0.9em;
  min-width: 165px;
  background-color: white;
  font-weight: 600;
  color: inherit;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  margin: 1em 0.25em 1em 0em;
  transition: background-color 0.25s;
}

.button-primary {
  background: rgba(89,208,126,1);
  background: -moz-linear-gradient(top, rgba(89,208,126,1) 0%, rgba(43,168,82,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,208,126,1)), color-stop(100%, rgba(43,168,82,1)));
  background: -webkit-linear-gradient(top, rgba(89,208,126,1) 0%, rgba(43,168,82,1) 100%);
  background: -o-linear-gradient(top, rgba(89,208,126,1) 0%, rgba(43,168,82,1) 100%);
  background: -ms-linear-gradient(top, rgba(89,208,126,1) 0%, rgba(43,168,82,1) 100%);
  background: linear-gradient(to bottom, rgba(89,208,126,1) 0%, rgba(43,168,82,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59d07e', endColorstr='#2ba852', GradientType=0 );
  color: #fff !important;
}

.button-primary:hover, .theme-button .button-primary:hover {
  background: rgba(81,146,101,1);
  background: -moz-linear-gradient(top, rgba(81,146,101,1) 0%, rgba(42,103,61,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(81,146,101,1)), color-stop(100%, rgba(42,103,61,1)));
  background: -webkit-linear-gradient(top, rgba(81,146,101,1) 0%, rgba(42,103,61,1) 100%);
  background: -o-linear-gradient(top, rgba(81,146,101,1) 0%, rgba(42,103,61,1) 100%);
  background: -ms-linear-gradient(top, rgba(81,146,101,1) 0%, rgba(42,103,61,1) 100%);
  background: linear-gradient(to bottom, rgba(81,146,101,1) 0%, rgba(42,103,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519265', endColorstr='#2a673d', GradientType=0 );
}

.button-secondary {
  background: rgba(172,188,203,1);
  background: -moz-linear-gradient(top, rgba(172,188,203,1) 0%, rgba(88,121,149,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,188,203,1)), color-stop(100%, rgba(88,121,149,1)));
  background: -webkit-linear-gradient(top, rgba(172,188,203,1) 0%, rgba(88,121,149,1) 100%);
  background: -o-linear-gradient(top, rgba(172,188,203,1) 0%, rgba(88,121,149,1) 100%);
  background: -ms-linear-gradient(top, rgba(172,188,203,1) 0%, rgba(88,121,149,1) 100%);
  background: linear-gradient(to bottom, rgba(172,188,203,1) 0%, rgba(88,121,149,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbccb', endColorstr='#587995', GradientType=0 );
  color: #fff;
}

.button-secondary:hover, .theme-button .button-secondary:hover {
  background: rgba(120,144,159,1);
  background: -moz-linear-gradient(top, rgba(120,144,159,1) 0%, rgba(45,60,70,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(120,144,159,1)), color-stop(100%, rgba(45,60,70,1)));
  background: -webkit-linear-gradient(top, rgba(120,144,159,1) 0%, rgba(45,60,70,1) 100%);
  background: -o-linear-gradient(top, rgba(120,144,159,1) 0%, rgba(45,60,70,1) 100%);
  background: -ms-linear-gradient(top, rgba(120,144,159,1) 0%, rgba(45,60,70,1) 100%);
  background: linear-gradient(to bottom, rgba(120,144,159,1) 0%, rgba(45,60,70,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78909f', endColorstr='#2d3c46', GradientType=0 );
}

.background-white .theme-button {
  border-color: inherit;
  color: inherit;
}*/

/*TEAL SHADED BUTTON*/

/*.background-white .theme-button:hover,
.background-light-grey .theme-button:hover,
.background-white .button-active,
.background-light-grey .button-active {
  background-color: RGBA(69, 85, 96, 0.15);
}*/

/*WHITE SHADED BUTTON*/

/*.button-active,
.background-red .theme-button:hover,
.background-teal .theme-button:hover,
.background-grey .theme-button:hover,
.background-red-gradient-vertical .theme-button:hover,
.background-red-gradient-horizontal .theme-button:hover {
  background-color: RGBA(255, 255, 255, 0.25);
}*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin: 0em 0em 1em 1em;
}

.alignleft {
	float: left;
	margin: 0em 1em 1em 0em;
}

.uppercase {
	text-transform: uppercase;
}

.tick-bullets ul {
	list-style-image: url('img/tick_bullet.png');
	line-height: 2em;
}

.tick-bullets ul li {
	padding-left: 10px;
}

.hero-169 {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}

.hero-168 {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}

.hero-169-inner-wrapper {
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.has-extra-content .extra-content {
	height: 0;
	width: 0;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.extra-content {
	position: absolute;
	padding: 20px;
}

.extra-content-the-content {
	display: none;
}

.theme-full-width-content .theme-button:last-child,
.theme-full-width-content p:last-child,
.theme-layout-column p:last-child,
.theme-layout-column .theme-button:last-child,
.theme-layout-column h1:last-child,
.theme-layout-column h2:last-child,
.theme-layout-column h3:last-child,
.theme-layout-column h4:last-child,
.theme-layout-column h5:last-child,
.theme-layout-column h6:last-child,
.theme-layout-column hr:last-child,
.hero-content .wrapper p:last-child,
.hero-content .wrapper .theme-button:last-child {
	margin-bottom: 0px !important;
}

/* TEAM GRID STUFF */

.team-member {
	position: relative;
}

.team-bio-link {
	position: absolute;
	top: 3px;
	right: 0px;
	height: 20px;
	width: 20px;
}

.headshot-details {
	position: relative;
}

.team-bio-full {
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	z-index: 9999999999;
	background-color: #fff;
	overflow: scroll;
	max-height: 100vh;
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
}

.team-headshot {
	margin-bottom: 30px;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 990;
}

.close-popover-button {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
}

/* Menu style ************************************************** */

.main-nav {
	z-index: 10000 !important;
}

.menu-main {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.header .menu-main {
	float: right;
}

.menu-main li {
	float: left;
	padding: 0em 1.5em;
	border-right: 1px solid #fff;
	line-height: 1.2em;
}

.menu-main li a {
	text-decoration: none;
}

.menu-main li:last-child {
	border-right: none !important;
	padding-right: 0em !important
}

/*.is-sticky .main-nav-stickme {
  z-index: 10000 !important;
}*/

.sticky-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.sticky-wrapper.is-sticky .header {
	background-color: #fff;
}

.sticky-wrapper .logo-green {
	display: none;
}

.sticky-wrapper.is-sticky .logo-white {
	display: none;
}

.sticky-wrapper.is-sticky .logo-green {
	display: block !important;
}

.sticky-wrapper.is-sticky .share-price, .sticky-wrapper.is-sticky #menu-main-menu.text-white li a {
	color: #2B6741;
}


.footer-menu {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.footer-menu li {
	margin-bottom: 0.25em;
}

.wpml-ls-legacy-dropdown a {
	border: none !important;
	padding: 0px !important;
	color: RGBA(72, 84, 95, 1.00) !important;
}

.wpml-ls-legacy-dropdown a {
	line-height: 1.375em !important;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background-color: #fff !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
	line-height: 1.7em;
}

.wpml-ls-legacy-dropdown a span {
	vertical-align: baseline !important;
	line-height: 1.5em !important;
}

.wpml-ls-item a {
	padding: 0px 0px 0px 5px !important;
}

.wpml-ls-sub-menu .wpml-ls-item a {
	padding: 5px 0px 5px 5px !important;
}

.wpml-ls-legacy-dropdown {
	width: 7em !important;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: #ff0000 !important
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: 5px;
}

.inline {
	/*float: left;*/
	margin-bottom: 0.5em;
	display: inline-block;
	margin-right: 1.5em;
	line-height: 1.7em;
	font-size: 85%;
}

.inline:last-child {
	margin-right: 0em;
}

li.search-icon {
	margin-right: 0px !important;
}

.search-icon img {
	height: 14px;
	width: auto;
	margin-top: -2px;
}

.search-box input {
	background: transparent;
	font-size: 85%;
	/*color:#000;*/
	padding: 4px;
	height: auto;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
	/*margin-bottom: -2px;*/
}

.search-box #searchsubmit {
	/*margin-top: -1px;*/
	padding: 0px;
	height: 14px;
	width: auto;
}

.search-box input:focus {
	background: transparent;
	border: 1px solid #fff;
}

/*ul.menu li.search-box {
  display: none;
}*/

/* FLIPPPER */

/* simple */

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}

/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/

/* START: Accommodating for IE */

.flip-container:hover .back,
.flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container,
.front,
.back {
	width: 100%;
	/* height: 305px; */
	/* height: 100%; */
}

.front,
.back {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front,
.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

/* END FLIPPER */

/*blog stuff*/

.pagination {
	clear: both;
	/*padding:1em 0;*/
	margin-bottom: 2.5em;
	position: relative;
	/*font-size:11px;
line-height:13px;*/
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: #2B6741;
  background-color: #CEE3C7;
}

.pagination a:hover {
	color: #fff;
	background: #2B6741;
}

.pagination .current {
	padding: 10px 14px 10px 14px;
  background: #2B6741;
	color: #fff;
}

.userphoto img.photo {
	border-radius: 100%;
}

.post-thumb {
	margin-bottom: 2em;
}

ul.widgets {
	list-style: none;
	margin-left: 0;
}

li.widget ul {
	list-style: square;
	margin-left: 1.25em;
}

li.widget ul li {
	margin-bottom: 0.5em !important;
}

.widget {
	margin-bottom: 3em;
}

.next-posts {
	float: left;
	display: inline-block;
}

.prev-posts {
	float: right;
	display: inline-block;
}

.widget_archive label {
	display: none;
}

h4.widget-title {
	margin-bottom: 1em;
}

.post-date {
	padding: 0.5em 0.75em;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 2em;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}

/*RESOURCES STUFF*/

.filter {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.mixitup-control-active {
	font-weight: 600;
}

.resource-tile-wrap {
	border: 1px solid white;
}

.resource-title {
	min-height: 80px;
	background-image: url('img/cs-header.jpg');
	background-size: cover;
	background-position: top center;
}

.resource-tile-casestudy,
.resource-tile-whitepaper {
	margin-bottom: 2em;
}

.resource-body h3 {
	margin-bottom: 0em;
}

/*CUSTOM STYLES*/

.height-100 {
	height: 100%;
}

[type="text"],
[type="email"],
[type="tel"],
textarea {
	border: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #2B6741;
	background-color: transparent;
	color: #2B6741;
	margin-top: 10px;
	padding: 7px;
	font-size: 18px;
}

.wpcf7-textarea {
	height: 195px
}

.table-border table {
	border: 1px solid #ccc;
}

.center-later-columns .cell2,
.center-later-columns .cell3,
.center-later-columns .cell4,
.center-later-columns .cell5 {
	text-align: center !important;
}

.tab-content-tab {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: grey;
	color: #fff;
	margin-right: 3px;
	text-decoration: none;
}

.tab-active {
	background-color: #ff0000;
}

.tab-content-panel {
	display: none;
}

.hide-view-all .view-all,
label.screen-reader-text {
	visibility: hidden;
	display: none;
}

/*OWL CAROUSEL STUFF*/

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	height: 100%;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	height: 100%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-controls {
	position: absolute !important;
	bottom: calc(50% - 40px);
	margin: 0 auto;
	right: 10px;
	width: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f0f0f0 !important;
	border: 1px solid #f0f0f0;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: transparent !important;
	border: 1px solid #f0f0f0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	height: 100%;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}*/

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots {
	text-align: center;
	/* margin-top: 1em; */
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: RGBA(210, 210, 210, 0.60);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: RGBA(69, 201, 238, 1.00);
}

/*MMENU STUFF*/

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	box-sizing: border-box
}

.mm-btn,
.mm-menu {
	box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
	content: '';
	bottom: 0
}

.mm-hidden {
	display: none!important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	padding: 0;
	position: absolute;
	bottom: 0
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	position: absolute;
	bottom: 0
}

.mm-btn,
.mm-panel.mm-highest {
	z-index: 1
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
	top: 16px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-next:after,
.mm-prev:before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0
}

.mm-prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mm-navbar>* {
	display: block;
	padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}

.mm-listview>li:not(.mm-divider):after {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	right: 0;
	left: 0px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-listview .mm-inset {
	list-style: disc inside;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview .mm-inset>li {
	padding: 5px 0
}

.mm-listview .mm-divider {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}

.mm-listview .mm-spacer {
	padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking,
html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed;
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-menu.mm-offcanvas.mm-current {
	display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
	z-index: 10
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

ul.mobile-menu .theme-button {
	color: #fff !important;
}

.mm-menu.mm-offcanvas.mm-right {
	left: auto
}

html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

html.mm-front .mm-slideout {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	z-index: 0
}

html.mm-front #mm-blocker {
	z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
	z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 80%;
	min-height: 140px;
	max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

li.no-divider::after {
	border: none !important;
}

.event-container p {
	font-size: 80%;
}

.event-container-wrapper {
	width: 100%;
	clear: both;
}

/* VIEWPORT HEIGHTS */

.fixed-height-10vh {
	height: 10vh;
}

.fixed-height-20vh {
	height: 20vh;
}

.fixed-height-30vh {
	height: 30vh;
}

.fixed-height-40vh {
	height: 40vh;
}

.fixed-height-50vh {
	height: 50vh;
}

.fixed-height-60vh {
	height: 60vh;
}

.fixed-height-70vh {
	height: 70vh;
}

.fixed-height-80vh {
	height: 80vh;
}

.fixed-height-90vh {
	height: 90vh;
}

.fixed-height-100vh {
	height: 100vh;
}

.column-height-100pc {
	height: 100%;
}

.column-position-bottom {
	position: absolute;
	bottom: 0px;
}

.row-position-relative,
.position-relative {
	position: relative;
}

/*DEVICES STUFF*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* Styles */
	ul.twocol {
		column-count: 1;
	}

  .column-block-margin-mobile .column-block {
    margin-bottom: 50px;
  }

  .column-block-margin-mobile .column-block:last-child {
    margin-bottom: 0px !important;
  }

  h1.smaller {
		font-size: 40px !important;
	}

	ul.investors-nav {
		margin-bottom: 30px;
	}
	ul.investors-nav li {
		font-size: 18px;
	}
	.hero-169,
	.hero-168 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
	/* .wrapper > .row {
  padding-left: 10px;
  padding-right: 10px;
} */
	.text-white-mobile h1 {
		color: #fff;
	}
	.ignore-extra-padding-mobile {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.logo-container {
		width: 220px;
	}

.text-center-mobile {
  text-align: center;
}

.a26-content .investors-table.stack tbody td {
  border-bottom: none !important;
}

ul.footer-links {
    list-style-type: none;
    margin: auto;
    float: none;
    display: table;
  }

	.padding-top-mobile-20px {
		padding-top: 20px;
	}
	.padding-bottom-mobile-20px {
		padding-bottom: 20px;
	}
	.padding-horizontal-mobile-20px {
		padding-left: 20px !important;
		;
		padding-right: 20px !important;
		;
	}
	.padding-left-mobile-20px {
		padding-left: 20px;
	}
	.padding-mobile-20px {
		padding: 20px;
	}
	.padding-top-mobile-40px {
		padding-top: 40px;
	}
	.padding-horizontal-mobile-40px {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.padding-horizontal-mobile-0px {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.padding-left-mobile-40px {
		padding-left: 40px;
	}
	.padding-mobile-40px {
		padding: 40px;
	}
	.h1-inline-button {
		margin-left: 5px;
	}
	.theme-button {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}
	#wpadminbar,
	.youtube-background {
		display: none !important;
		visibility: hidden !important;
	}
	.no-bottom-margin-mobile {
		margin-bottom: 0 !important;
	}
	.small-bottom-margin-mobile {
		margin-bottom: 1.25em !important;
	}
	.medium-bottom-margin-mobile {
		margin-bottom: 2em !important;
	}
	.twentypx-bottom-margin-mobile {
		margin-bottom: 20px !important;
	}
	.arrows-bg {
		background: none !important;
	}
	.big-padding-mobile {
		padding: 2em 0em 2em 0em;
	}
	/* .theme-button {
  min-width: 100px !important;
} */
	.scroller-column.min-height-150 {
		min-height: 150px;
	}
	.scroller-column.min-height-250 {
		min-height: 250px;
	}
	.scroller-column.min-height-350 {
		min-height: 350px;
	}
	.scroller-column.min-height-450 {
		min-height: 450px;
	}
	.scroller-column.min-height-500 {
		min-height: 500px;
	}
	.scroller-column.min-height-550 {
		min-height: 550px;
	}
	.scroller-column.min-height-650 {
		min-height: 650px;
	}
	.scroller-column.min-height-750 {
		min-height: 750px;
	}
	/* OTHER STYLES */
	.no-border-top-mobile {
		border-top: 0 !important;
	}
	ul {
		margin-left: 2em;
	}
	.small-12 .size-medium {
		width: 100%;
		height: auto;
	}
	.theme-icon-with-content-icon img {
		width: 65px;
	}
	.theme-layout-column {
		margin-bottom: 2em;
	}
	.twentypx-bottom-margin-mobile {
		margin-bottom: 20px !important;
	}
	.column-colour {
		margin-bottom: 0em !important;
	}
	.theme-layout-column:last-child {
		margin-bottom: 0em;
	}
	.medium-padding .theme-layout-column:last-child,
	.medium-bottom-padding .theme-layout-column:last-child {
		margin-bottom: 0em;
	}
	.home-icon {
		width: 50%;
		margin: 0 auto;
	}
	.wrapper.no-background-mobile {
		/*background-image: none !important;*/
	}
	.row.no-background-mobile {
		background-color: RGBA(255, 255, 255, 1);
	}
	.row.no-background-mobile div {
		color: RGBA(72, 84, 95, 1.00)!important;
	}
	.events-header .min-height-450 {
		height: 250px !important;
	}
	.min-height-100-mobile {
		min-height: 100px;
	}
	.min-height-150-mobile {
		min-height: 450px;
	}
	.min-height-200-mobile {
		min-height: 200px;
	}
	.min-height-250-mobile {
		min-height: 250px;
	}
	.min-height-300-mobile {
		min-height: 300px;
	}
	.min-height-350-mobile {
		min-height: 350px;
	}
	.min-height-400-mobile {
		min-height: 400px;
	}
	.min-height-450-mobile {
		min-height: 450px;
	}
	.min-height-500-mobile {
		min-height: 500px;
	}
	.min-height-550-mobile {
		min-height: 550px;
	}
	.min-height-600-mobile {
		min-height: 600px;
	}
	.min-height-620-mobile {
		min-height: 620px;
	}
	.min-height-650-mobile {
		min-height: 650px;
	}
	.min-height-750-mobile {
		min-height: 750px;
	}
	.fixed-height-100-mobile {
		height: 100px;
	}
	.fixed-height-150-mobile {
		height: 450px;
	}
	.fixed-height-200-mobile {
		height: 200px;
	}
	.fixed-height-250-mobile {
		height: 250px;
	}
	.fixed-height-300-mobile {
		height: 300px;
	}
	.fixed-height-350-mobile {
		height: 350px;
	}
	.fixed-height-400-mobile {
		height: 400px;
	}
	.fixed-height-450-mobile {
		height: 450px;
	}
	.fixed-height-500-mobile {
		height: 500px;
	}
	.fixed-height-550-mobile {
		height: 550px;
	}
	.fixed-height-600-mobile {
		height: 600px;
	}
	.fixed-height-620-mobile {
		height: 620px;
	}
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 376px) {}

/* Smaller screen Smartphones (portrait) ----------- */

@media only screen and (max-width: 414px) {}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.no-bottom-margin-mobile {
		margin-bottom: 0 !important;
	}
	h1.big, h1.small {
		font-size: 40px;
	}

	.theme-layout-column {
		margin-bottom: 2em;
	}
	.theme-layout-column:last-child {
		margin-bottom: 0em;
	}
	.medium-padding .theme-layout-column:last-child,
	.medium-bottom-padding .theme-layout-column:last-child {
		margin-bottom: 0em;
	}
	.min-height-100 {
		min-height: 100px;
	}
	.min-height-150 {
		min-height: 150px;
	}
	.min-height-200 {
		min-height: 200px;
	}
	.min-height-250 {
		min-height: 250px;
	}
	.min-height-300 {
		min-height: 300px;
	}
	.min-height-350 {
		min-height: 350px;
	}
	.min-height-400 {
		min-height: 400px;
	}
	.min-height-450 {
		min-height: 450px;
	}
	.min-height-500 {
		min-height: 500px;
	}
	.min-height-550 {
		min-height: 550px;
	}
	.min-height-600 {
		min-height: 6000px;
	}
	.min-height-620 {
		min-height: 620px;
	}
	.min-height-650 {
		min-height: 650px;
	}
	.min-height-750 {
		min-height: 750px;
	}
	.fixed-height-100 {
		height: 100px;
	}
	.fixed-height-150 {
		height: 150px;
	}
	.fixed-height-200 {
		height: 200px;
	}
	.fixed-height-250 {
		height: 250px;
	}
	.fixed-height-300 {
		height: 300px;
	}
	.fixed-height-350 {
		height: 350px;
	}
	.fixed-height-400 {
		height: 400px;
	}
	.fixed-height-450 {
		height: 450px;
	}
	.fixed-height-500 {
		height: 500px;
	}
	.fixed-height-550 {
		height: 550px;
	}
	.fixed-height-600 {
		height: 600px;
	}
	.fixed-height-620 {
		height: 620px;
	}
	.fixed-height-650 {
		height: 650px;
	}
	.fixed-height-750 {
		height: 750px;
	}
	.fixed-height-850 {
		height: 850px;
	}
	.fixed-height-950 {
		height: 950px;
	}
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* Styles */
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.lp-pigeon-hero {
		background-image: url(/wp-content/uploads/2018/12/landing-bg-tablet.jpg) !important;
		background-size: 102% auto !important;
		background-position: top center !important;
	}
	.lp-standard-hero {
		background-image: url(/wp-content/uploads/2018/12/theme-standard-tablet.jpg) !important;
		background-size: 102% auto !important;
		background-position: top center !important;
	}
	.lp-pigeon-top-spacer {
		height: 125px !important;
		min-height: 0px;
	}
}

/* No man's land ----------- */

@media only screen and (min-width: 1025px) and (max-width: 1225px) {
	.min-height-100 {
		min-height: 100px;
	}
	.min-height-150 {
		min-height: 150px;
	}
	.min-height-200 {
		min-height: 200px;
	}
	.min-height-250 {
		min-height: 250px;
	}
	.min-height-300 {
		min-height: 300px;
	}
	.min-height-350 {
		min-height: 350px;
	}
	.min-height-400 {
		min-height: 400px;
	}
	.min-height-450 {
		min-height: 450px;
	}
	.min-height-500 {
		min-height: 500px;
	}
	.min-height-550 {
		min-height: 550px;
	}
	.min-height-600 {
		min-height: 600px;
	}
	.min-height-620 {
		min-height: 620px;
	}
	.min-height-650 {
		min-height: 650px;
	}
	.min-height-750 {
		min-height: 750px;
	}
	.fixed-height-100 {
		height: 100px;
	}
	.fixed-height-150 {
		height: 150px;
	}
	.fixed-height-200 {
		height: 200px;
	}
	.fixed-height-250 {
		height: 250px;
	}
	.fixed-height-300 {
		height: 300px;
	}
	.fixed-height-350 {
		height: 350px;
	}
	.fixed-height-400 {
		height: 400px;
	}
	.fixed-height-450 {
		height: 450px;
	}
	.fixed-height-500 {
		height: 500px;
	}
	.fixed-height-550 {
		height: 550px;
	}
	.fixed-height-600 {
		height: 600px;
	}
	.fixed-height-620 {
		height: 620px;
	}
	.fixed-height-650 {
		height: 650px;
	}
	.fixed-height-750 {
		height: 750px;
	}
	.fixed-height-850 {
		height: 850px;
	}
	.fixed-height-950 {
		height: 950px;
	}
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
	.theme-hero-area {
		height: 240px;
	}
	.hero-middle-row {
		height: 600px;
	}
	.home-hero {
		height: 870px;
	}
	.huge-padding-top {
		padding-top: 4.5em;
	}
	.min-height-100 {
		min-height: 100px;
	}
	.min-height-150 {
		min-height: 150px;
	}
	.min-height-200 {
		min-height: 200px;
	}
	.min-height-250 {
		min-height: 250px;
	}
	.min-height-300 {
		min-height: 300px;
	}
	.min-height-350 {
		min-height: 350px;
	}
	.min-height-400 {
		min-height: 400px;
	}
	.min-height-450 {
		min-height: 450px;
	}
	.min-height-500 {
		min-height: 500px;
	}
	.min-height-550 {
		min-height: 550px;
	}
	.min-height-600 {
		min-height: 600px;
	}
	.min-height-620 {
		min-height: 620px;
	}
	.min-height-650 {
		min-height: 650px;
	}
	.min-height-750 {
		min-height: 750px;
	}
	.fixed-height-100 {
		height: 100px;
	}
	.fixed-height-150 {
		height: 150px;
	}
	.fixed-height-200 {
		height: 200px;
	}
	.fixed-height-250 {
		height: 250px;
	}
	.fixed-height-300 {
		height: 300px;
	}
	.fixed-height-350 {
		height: 350px;
	}
	.fixed-height-400 {
		height: 400px;
	}
	.fixed-height-450 {
		height: 450px;
	}
	.fixed-height-500 {
		height: 500px;
	}
	.fixed-height-550 {
		height: 550px;
	}
	.fixed-height-600 {
		height: 600px;
	}
	.fixed-height-620 {
		height: 620px;
	}
	.fixed-height-650 {
		height: 650px;
	}
	.fixed-height-750 {
		height: 750px;
	}
	.fixed-height-850 {
		height: 850px;
	}
	.fixed-height-950 {
		height: 950px;
	}
}

/* Large screens ----------- */

@media only screen and (min-width: 1280px) {
	/* h1, h2 {
    font-size: 2.667rem;
    line-height: 1.042;
    margin-bottom: 0px;
  } */
	/* Styles */
}

/* iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	/* Styles */
}

/* iPhone 5 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

/* iPhone 6 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	.lp-pigeon-hero {
		background-image: url(/wp-content/uploads/2018/12/landing-bg-mobile.jpg) !important;
		background-size: 102% auto !important;
		background-position: top center !important;
	}
	.lp-standard-hero {
		background-image: url(/wp-content/uploads/2018/12/theme-standard-phone4.png) !important;
		background-size: auto !important;
		background-position: top center !important;
	}
	.lp-pigeon-top-spacer {
		height: 365px;
	}
	.lp-standard-top-spacer {
		height: 250px;
	}
}

/* iPhone 6+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

/* Samsung Galaxy S3 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	/* Styles */
}

/* Samsung Galaxy S4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
}

/* Samsung Galaxy S5 ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	/* Styles */
}

.fixed-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #fff;
}

.fixed-footer .close-button {
	top: -0.3rem;
	right: 0.75rem;
}

/*MEGAMENU STUFF*/

/* .menu-mobile {
    display: none;
    padding: 20px;
} */

ul.mobile-menu {
	margin: 0px;
	list-style-type: none;
}

ul.mobile-menu ul.sub-menu {
	padding-top: 5px;
	list-style-type: none;
	margin-left: 0px;
}

.menu-mobile:after {
	/*content: "\f394";*/
	content: "☰ Menu";
	/*font-family: "Ionicons";*/
	font-size: 1.5rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}

.menu-dropdown-icon:before {
	/*content: "\f489";*/
	content: "+";
	/*font-family: "Ionicons";*/
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	/*background: #fff;*/
	color: #fff;
}

ul#menu-main-menu {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
	line-height: 1rem;
}

#menu-main-menu.text-white li a,
#menu-main-menu .sub-menu li a {
	color: inherit;
}

ul#menu-main-menu>li.menu-item-has-children>a {
	padding-right: 20px;
	background-image: url('img/menu-down-chev.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: right -4px;;
}

.is-sticky ul#menu-main-menu>li.menu-item-has-children>a {
	background-image: url('img/menu-down-chev-dark.png');
}

.is-sticky #menu-main-menu.text-white li a:hover {
	color: #00B050 !important;
}

ul#menu-main-menu:before,
ul#menu-main-menu:after {
	content: "";
	display: table;
}

ul#menu-main-menu:after {
	clear: both;
}

ul#menu-main-menu>li {
	float: left;
	/*background: #e9e9e9;*/
	/*padding: 0em 2em 0em 2em;*/
	/*disabled to put the padding on the A instead*/
	margin: 0;
	/*margin-right: 4em;*/
}

ul#menu-main-menu>li {
	margin-left: 20px;
}

ul#menu-main-menu>li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 0px;
	line-height: 1.1em;
}

ul#menu-main-menu>li:first-child a {
	padding-left: 0px;
}

ul#menu-main-menu>li {
	padding: 0px;
}

ul#menu-main-menu>li>a:hover,
ul#menu-main-menu>li.current-menu-item>a,
ul#menu-main-menu>li.current-page-ancestor>a,
ul.sub-menu>li.current-menu-item>a {
	color: #00B050 !important;
}

/* SUBMENU */

ul#menu-main-menu>li>ul {
	list-style: none;
	visibility: hidden;
	background: transparent;
	opacity: 0;
	min-width: 300px;
	position: absolute;
	/* margin-left: -3px; */
	transition: all 0.25s ease;
	margin-top: 0rem;
	left: -14px;
	/* display: none; */
	padding: 5px 0px 5px 0px;
	padding: 10px;
	/* border-left: 1px solid #ff4500; */
}

.is-sticky ul#menu-main-menu>li>ul {
	background: white;
}

ul.sub-menu>li {
	margin: 3px 0px 3px 5px;
}

ul.sub-menu>li a {
	padding: 2px 0px !important;
}

ul#menu-main-menu li:hover>ul,
ul#menu-main-menu li:focus-within>ul,
ul#menu-main-menu li ul:hover,
ul#menu-main-menu li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block;
}

/* ul#menu-main-menu > li > ul:before,
ul#menu-main-menu > li > ul:after {
    content: "";
    display: table;
}

ul#menu-main-menu > li > ul:after {
    clear: both;
}

ul#menu-main-menu > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}


ul#menu-main-menu> li > ul > li > a {
    color: #455560;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

#menu-main-menu .sub-menu {
  font-weight: 400;
} */

/*DIVIDER LINE ON LEVEL 2 ITEMS THAT HAVE CHILDREN*/

/*.sub-menu .menu-item-has-children > a {
  border-bottom: 1px solid #ccc;
}*/

ul#menu-main-menu>li>ul>li a:hover {
	color: #00B050;
}

ul#menu-main-menu>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}

ul#menu-main-menu>li>ul>li>ul:before,
ul#menu-main-menu>li>ul>li>ul:after {
	content: "";
	display: table;
}

ul#menu-main-menu>li>ul>li>ul:after {
	clear: both;
}

ul#menu-main-menu>li>ul>li>ul>li {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	/*font-size: .8em;*/
}

ul#menu-main-menu>li>ul>li>ul>li a {
	color: RGBA(149, 152, 154, 1.00);
	border: 0;
	/*font-weight: 400;*/
}

ul#menu-main-menu>li>ul>li>ul>li a:hover {
	color: #ff0000;
}

ul#menu-main-menu>li>ul.normal-sub {
	width: 300px;
	left: auto;
	padding: 10px 20px;
}

ul#menu-main-menu>li>ul.normal-sub>li {
	width: 100%;
}

ul#menu-main-menu>li>ul.normal-sub>li a {
	border: 0;
	padding: 1em 0;
}

ul#menu-main-menu>li>ul.normal-sub>li a:hover {
	color: #ff0000;
}

#menu-main-menu>.menu-item-home>a {
	padding-left: 0px !important;
}

.menu-item-40719>.sub-menu>li {
	width: 20%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
	/* .menu-container {
        width: 100%;
    } */
	.menu-mobile {
		display: block;
	}
	.menu .show-on-mobile {
		display: block;
	}
}

.main-menu>li>.sub-menu {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

/* PAGINATION FIXES */

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 0px !important;
	padding: 5px 20px 3px 20px !important;
	margin-right: 2px !important;
	color: #2B6741 !important;
	background-color: #CEE3C7 !important;
	border-width: : 0px !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
	color: #2B6741 !important;
	background-color: #CEE3C7 !important;
	font-weight: bold !important;
	border-width: : 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #ededed !important;
	border: none !important;
	border-width: : 0px !important;
}
1
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
	border: none !important;
	background: #2B6741 !important;
	color: #fff !important;
	cursor: default !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
	color: #2B6741 !important;
	border-width: : 0px !important;
}

.dataTables_paginate .paginate_button.disabled,
/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border: none !important;
	border-width: : 0px !important;
}


.dataTables_paginate .paginate_button:hover {
	border: none !important;
	background: #2B6741 !important;
	color: #fff !important;
	border-width: : 0px !important;
}

/* newletter stuff */

.newsletter-signup {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
