/*
Theme Name: The Outline v5.0
Theme URI: https://outlinesdesign.com
Author: Outlines Design Limited
Author URI: http://outlinesdesign.com
Description: The Outline v5.0
Version: 5.0
*/


/*----- CSS Import -----*/

@import url('css/foundation.css');
@import url('fonts/fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('css/the-outline.css');

:root {
	--main-colour: rgba(227,0,58,1);
	--secondary-colour: rgba(52,68,78,1);
	--main-colour-overlay: rgba(227,0,58,0.75);
	--secondary-colour-overlay: rgba(52,68,78,0.75);
	--main-colour-transparent: rgba(227,0,58,0);
	--secondary-colour-transparent: rgba(52,68,78,0);
	--dark-text: #000;
	--light-font: 'Raleway', sans-serif;
	--bold-font: 'Raleway', sans-serif;
	--button-font: 'Raleway', sans-serif;}

.mode {
	--dark-text: #fff;}

.dark-mode-toggle {
	cursor: pointer;
	z-index: 9;
	position: fixed;
	bottom: 1rem;
	left: 1rem;}

.dark-mode-toggle input[type=checkbox] {
	display: none;}


/*----- Utility Styles -----*/

body {
	background: var(--white);
    font-family: var(--light-font);
	font-weight: 400;
	color: var(--dark-text);
	overflow-x: hidden;}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--light-font);
	font-weight: 400;
	margin: 0 0 2rem 0;
	color: var(--secondary-colour);
	letter-spacing: 0;
	text-transform: uppercase;}

h6 {
	position: relative;
	text-transform: uppercase;
	padding-left: 5rem;}

h6::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--dark-text);
	width: 4rem;
	height: 1px;}

p, ul, ol, label {
    font-family: var(--light-font);
	font-weight: 400;
	color: var(--dark-text);
	font-size: 1rem;
	letter-spacing: 0;}

i {
	color: var(--main-colour);}

em {
	font-style: normal;
	color: var(--main-colour);}

strong {
	font-family: var(--bold-font);
	font-weight: 700;}

/*-----*/


/*-- Links & Buttons --*/

a,
a:focus {
	color: var(--main-colour);
	font-family: var(--button-font);
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a:hover,
a:active {
	color: var(--secondary-colour);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a.button,
a.button:focus {
	background: var(--main-colour);
	border: 1px solid var(--main-colour);
	border-radius: 0;
	padding: 1em;
	color: #fff;
	font-family: var(--button-font);
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a.button:hover,
a.button:active {
	background: var(--secondary-colour);
	border-color: var(--secondary-colour);
	color: #fff;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

input[type=submit],
input[type=submit]:focus {
	background: var(--main-colour);
	border: 1px solid var(--main-colour);
	padding: 1em;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: var(--button-font);
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

input[type=submit]:hover,
input[type=submit]:active {
	background: var(--secondary-colour);
	border-color: var(--secondary-colour);
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a.button-alt,
a.button-alt:focus {
	background: none;
	border: 1px solid var(--main-colour);
	color: var(--main-colour);}

a.button-alt:hover,
a.button-alt:active {
	background: var(--main-colour);
	border-color: var(--main-colour);
	color: #fff;}

a.blog-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;}

a i {
	color: var(--main-colour);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a:hover i,
a:active i {
	color: var(--secondary-colour);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a.button i,
input[type=submit] i {
	color: #fff;}

button {
	outline: 0;
	border: 0;}


a div.column-button-before {
	display: block;
	position: relative;
	height: 5rem;}

a div.column-button {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--main-colour-transparent);
	border: 1px solid var(--main-colour);
	border-radius: 0;
	/* width: 3rem;
	height: 3rem; */
	margin: 0;
	padding: 1em;
	color: var(--main-colour);
	justify-content: center;
	font-family: var(--button-font);
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a:hover div.column-button,
a:active div.column-button {
	background: var(--main-colour);
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a div.column-button i,
.white-text a div.column-button i {
	color: var(--main-colour);
	align-self: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a:hover div.column-button i,
a:active div.column-button i,
.white-text a:hover div.column-button i,
.white-text a:active div.column-button i {
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.column-link-text {
	margin-right: 1rem;}

a.panel-border {
	display: block;
	border: 1px solid transparent;}

a:hover.panel-border,
a:active.panel-border {
	border-color: var(--main-colour);
	opacity: 1!important;
	filter: alpha(opacity=100)!important;}

/*-----*/


/*-- Form Fields --*/

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
textarea,
select {
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #e5e5e5;
	padding: 1rem 0;
	color: var(--dark-text);
	box-shadow: none;
	outline: 0;
    font-family: var(--light-font);
	font-weight: 400;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

select {
	background-image: url('img/dropdown.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-origin: border-box;}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus {
	background: #fff;
	border: 0;
	border-bottom: 2px solid var(--main-colour);
	color: var(--dark-text);
	box-shadow: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

select:focus {
	box-shadow: none;
	border: 0;
	border-bottom: 2px solid var(--main-colour);
	outline: 0;}

option {
	background: #fff;
	color: var(--dark-text);}

textarea,
textarea[rows] {
	height: 10rem;}

/*-----*/


/*-- Tables --*/

table {
	overflow: scroll;
	background: none;
	border: 0;
	width: 100%;
	font-size: 1.25rem;}

thead, tbody, tfoot {
	background: none;
	border: 0;}

table thead {
	background: none;}

table tfoot {
	background: none;}

table tr th, table tr td {}

table tr th {}

table tr td {}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: none;}

tr.table-border-bottom td {
	border-bottom: 1px solid #e5e5e5;
	padding: 1em;}

tr.table-border-bottom:last-child td {
	border-bottom: 0;}

td.table-border-left {
	border-left: 1px solid #e5e5e5;}

.overflow-x-scroll {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;}

/*-----*/


/*-- Grid Corrections --*/

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

.grid-x > .large-1,
.grid-x > .large-2,
.grid-x > .large-3,
.grid-x > .large-4,
.grid-x > .large-5,
.grid-x > .large-6,
.grid-x > .large-7,
.grid-x > .large-8,
.grid-x > .large-9,
.grid-x > .large-10,
.grid-x > .large-11,
.grid-x > .large-12 {
	width: 100%;}

.grid-margin-x > .cell {
	width: calc(100% - 2rem);}

.large-offset-1,
.large-offset-2,
.large-offset-3,
.large-offset-4,
.large-offset-5,
.large-offset-6,
.large-offset-7,
.large-offset-8,
.large-offset-9,
.large-offset-10,
.large-offset-11,
.large-offset-12 {
	margin-left: 0;}

.grid-x > .medium-1 {
    width: 8.33333%;}

.grid-x > .medium-2 {
    width: 16.66667%;}

.grid-x > .medium-3 {
    width: 25%;}

.grid-x > .medium-4 {
	width: 33.33333%;}

.grid-x > .medium-5 {
    width: 41.66667%;}

.grid-x > .medium-6 {
	width: 50%;}

.grid-x > .medium-7 {
    width: 58.33333%;}

.grid-x > .medium-8 {
    width: 66.66667%;}

.grid-x > .medium-9 {
    width: 75%;}

.grid-x > .medium-10 {
    width: 83.33333%;}

.grid-x > .medium-11 {
    width: 91.66667%;}

.grid-x > .medium-12 {
    width: 100%;}

}

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

.grid-x > .medium-1,
.grid-x > .medium-2,
.grid-x > .medium-3,
.grid-x > .medium-4,
.grid-x > .medium-5,
.grid-x > .medium-6,
.grid-x > .medium-7,
.grid-x > .medium-8,
.grid-x > .medium-9,
.grid-x > .medium-10,
.grid-x > .medium-11,
.grid-x > .medium-12 {
	width: 100%;}

.grid-x > .small-1 {
    width: 8.33333%;}

.grid-x > .small-2 {
    width: 16.66667%;}

.grid-x > .small-3 {
    width: 25%;}

.grid-x > .small-4 {
	width: 33.33333%;}

.grid-x > .small-5 {
    width: 41.66667%;}

.grid-x > .small-6 {
	width: 50%;}

.grid-x > .small-7 {
    width: 58.33333%;}

.grid-x > .small-8 {
    width: 66.66667%;}

.grid-x > .small-9 {
    width: 75%;}

.grid-x > .small-10 {
    width: 83.33333%;}

.grid-x > .small-11 {
    width: 91.66667%;}

.grid-x > .small-12 {
    width: 100%;}

}

/*-----*/


/*-- Borders --*/

.border-top {
	border-top: 1px solid transparent;}

.border-bottom {
	border-bottom: 1px solid transparent;}

.border-right {
	border-right: 1px solid transparent;}

.border {
	border-bottom: 1px solid transparent;}

/*-----*/


/*----- Contact Form 7 Styles -----*/

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-family: var(--light-font);
	font-weight: 400;
	color: var(--dark-text);}

span.wpcf7-list-item,
input[type="checkbox"] {
	margin: 0!important;}

footer .screen-reader-response,
footer .wpcf7-not-valid-tip,
footer .wpcf7-response-output,
.white-text .screen-reader-response,
.white-text .wpcf7-not-valid-tip,
.white-text .wpcf7-response-output {
	color: #fff;}

/*-----*/


/*----- Cookie Notice Styles -----*/

.cc_container {
	background: #fff!important;
	border: 0!important;
	font-size: 1rem!important;}

.cc_container .cc_message {
	color: var(--dark-text)!important;
	font-size: 1rem!important;}

.cc_container a,
.cc_container a:visited {
	color: var(--main-colour)!important;}

.cc_container a:hover,
.cc_container a:active {
	color: var(--secondary-colour)!important;}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    background: var(--main-colour)!important;
	border: 1px solid var(--main-colour)!important;
	border-radius: 0!important;
	color: #fff!important;
	font-family: var(--button-font)!important;
	font-weight: 700!important;
	text-transform: uppercase!important;
	letter-spacing: 0!important;
	-webkit-transition: all 0s ease-in-out!important;
	-moz-transition: all 0s ease-in-out!important;
	-o-transition: all 0s ease-in-out!important;
	transition: all 0s ease-in-out!important;}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
	background: var(--secondary-colour)!important;
	border-color: var(--secondary-colour)!important;
	color: #fff!important;
	-webkit-transition: all 0s ease-in-out!important;
	-moz-transition: all 0s ease-in-out!important;
	-o-transition: all 0s ease-in-out!important;
	transition: all 0s ease-in-out!important;}

/*-----*/


/*----- Animations -----*/

.animsition-loading {
	border-top: 2px solid rgba(0, 0, 0, 0.125);
	border-right: 2px solid rgba(0, 0, 0, 0.125);
	border-bottom: 2px solid rgba(0, 0, 0, 0.125);
	border-left: 2px solid var(--main-colour);}

::-webkit-scrollbar {
	width: 5px;}

::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.125);}

::-webkit-scrollbar-thumb {
	background: var(--main-colour-overlay);}

@-webkit-keyframes scale {
	0%  {transform:scale(1,1);}
	50%  {transform:scale(1.25,1.25);}
	100%  {transform:scale(1,1);}
}

@-webkit-keyframes scale-mobile {
	0%  {transform:scale(5,5);}
	50%  {transform:scale(5,5);}
	100%  {transform:scale(5,5);}
}

/* a:hover img {
	-webkit-animation: scale 0.5s;} */

@-webkit-keyframes scrolling {
    from { background-position: 0 bottom; }
    to { background-position: -1000px bottom; }
}

.scrolling-img {
	background: #333 url('img/bg.png') 0 bottom repeat-x;
	background-size: 1000px;
	animation: scrolling 20s linear infinite;
	-webkit-animation: scrolling 20s linear infinite;}

/*-----*/


/*-- White Text --*/

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text ul,
.white-text o1,
.white-text i,
.white-text label {
	color: #fff;}

.white-text a i,
.white-text a:focus i {
	color: var(--main-colour);}

.white-text a:hover,
.white-text a:active,
.white-text a:hover i,
.white-text a:active i {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);}

/* .white-text a.button,
.white-text input[type=submit] {
	background: none;
	border: 1px solid #fff;
	color: #fff;} */

.white-text a.button:hover,
.white-text a.button:active,
.white-text input[type=submit]:hover,
.white-text input[type=submit]:active {
	background: #fff;
	border-color: #fff;
	color: var(--main-colour);
	opacity: 1;
	filter: alpha(opacity=100);}

.white-text input[type=text],
.white-text input[type=email],
.white-text input[type=search],
.white-text textarea,
.white-text select {
	background-color: transparent;
	border-color: var(--main-colour);
	color: #fff;}

.white-text select {
	background-image: url('img/dropdown-white.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-origin: border-box;}

.white-text input[type=text]:focus,
.white-text input[type=email]:focus,
.white-text input[type=search]:focus,
.white-text textarea:focus {
	background-color: transparent;
	border-color: rgba(255,255,255,1);
	color: #fff;}

.white-text ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.white-text ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.white-text :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.white-text :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.white-text .white h1,
.white-text .white h2,
.white-text .white h3,
.white-text .white h4,
.white-text .white h5,
.white-text .white h6,
.white-text .white p,
.white-text .white ul,
.white-text .white o1,
.white-text .white a,
.white-text .white label,
.white-text .grey h1,
.white-text .grey h2,
.white-text .grey h3,
.white-text .grey h4,
.white-text .grey h5,
.white-text .grey h6,
.white-text .grey p,
.white-text .grey ul,
.white-text .grey o1,
.white-text .grey a,
.white-text .grey label {
	color: var(--dark-text);}

.white-text a.white:hover,
.white-text a.white:active,
.white-text a.grey:hover,
.white-text a.grey:active {
	opacity: 1;
	filter: alpha(opacity=100);}

.white-text .white i,
.white-text .grey i {
	color: var(--main-colour);}

.white-text .white a:hover i,
.white-text .white a:active i,
.white-text .grey a:hover i,
.white-text .grey a:active i,
.white-text a.white:hover i,
.white-text a.white:active i,
.white-text a.grey:hover i,
.white-text a.grey:active i {
	color: var(--secondary-colour);}

/*-----*/


/*----- Footer Styles -----*/

footer {
	background: #000;
	width: 100%;}
	
footer ul li a,
footer ul li a:focus {
	font-family: var(--light-font);
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;}

footer .menu-footer-container,
footer ul.menu {
	display: inline-block;}

footer ul.menu li {
	display: inline-block;
	font-size: 0.8rem;}

footer ul.menu li a {
	display: block;
	margin: 0 0.5rem;
	padding: 0;
	text-transform: none;}
	
footer p {
	margin-bottom: 2rem;
	font-size: 1.25rem;}

footer p.small {
	display: inline-block;
	font-size: 0.8rem;}

footer p.bloginfo::after {
	content: '|';
	margin: 0 1rem 0 1.5rem;}

.footer-padding-y {
	padding: 3rem 3rem 6rem 3rem;}

footer ul.inline li {
	margin: 0 0 0 1rem;}


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

footer ul.menu {
	display: inline-block;
	margin: 1rem 0;}

footer p.small {
	display: block;
	margin: 0;}
	
footer p.bloginfo::after {
	content: none;}

footer ul.inline li {
	margin: 0 0.5rem;}
	
}

/*-----*/


/*----- Nav Styles -----*/

.menu a, .menu .button {
	padding: 0;}

.menu-animate {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    background: none;
	min-height: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate .logo-white {
	opacity: 1;
	filter: alpha(opacity=100);}

.menu-animate .logo-black {
	opacity: 0;
	filter: alpha(opacity=0);}

.menu-animate.smaller .logo-white {
	opacity: 0;
	filter: alpha(opacity=0);}

.menu-animate.smaller .logo-black {
	opacity: 1;
	filter: alpha(opacity=100);}
	

.menu-animate ul {
	display: block;
	margin: 2rem 0;
	padding: 0;
	font-size: 1rem;}

.menu-animate ul li {
	display: inline-block;
	margin: 0;
	padding: 0;}

.menu-animate ul li a {
	display: block;
	background: var(--main-colour);
	margin: 0;
	padding: 0 1rem;
	font-size: 1rem;
	line-height: 3rem;
	color: #fff;
	font-family: var(--bold-font);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;}

.menu-animate.smaller ul li a {}

.menu-animate ul li.current-menu-item a {
	color: #fff;}

.menu-animate.smaller ul li.current-menu-item a {}

.menu-animate ul li:hover a,
.menu-animate ul li a:hover,
.menu-animate ul li a:active,
.menu-animate.smaller ul li:hover a,
.menu-animate.smaller ul li a:hover,
.menu-animate.smaller ul li a:active {
	background: #fff;
	color: var(--secondary-colour);}

.menu-animate i {
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller i {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate a:hover i,
.menu-animate a:active i,
.menu-animate.smaller a:hover i,
.menu-animate.smaller a:active i {
	color: var(--secondary-colour);}

.menu-animate img.main-menu-logo {
	z-index: 999;
	position: fixed;
	top: 1rem;
	left: 1rem;
	height: 5rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller img.main-menu-logo {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate .main-menu-buttons {
	z-index: 9;
	position: absolute;
	top: 0;
	right: 7rem;}

.menu-animate .main-menu-buttons a.button {
	padding: 0 1rem;
	line-height: 3rem;}

.menu-animate .main-menu-buttons ul {
	display: inline-block;}

.menu-animate .main-menu-buttons ul.inline {
	margin: 0 1rem;}

.menu-animate .main-menu-buttons ul.inline li {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;}

.menu-animate .main-menu-buttons ul.inline li a,
.menu-animate .main-menu-buttons ul.inline li a:focus {
	background: none;
	border: 0;
	margin: 0 0.5rem;
	padding: 0;}

.menu-animate .main-menu-buttons ul.inline li a:hover,
.menu-animate .main-menu-buttons ul.inline li a:active {
	opacity: 0.5;
	filter: alpha(opacity=50);}

.menu-animate .main-menu-buttons ul.inline li a i {
	color: #fff;
	font-size: 1.25rem;}

.menu-animate.smaller .main-menu-buttons ul.inline li a i {}


.menu-margin-top {
	margin-top: 7rem;}

.nav-banner {
	height: 7rem;}


/*-- Fixed Header Scroll Correction --*/
#row, 
#form {
	scroll-margin-top: 7rem;}

#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten {
	scroll-margin-top: -2rem;}


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

/* .menu-animate,
.menu-animate.smaller {
	text-align: center;} */

.menu-animate img.main-menu-logo,
.menu-animate.smaller img.main-menu-logo {
	top: 2rem;
	left: 2rem;
	height: 3rem;}
	
}

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

.menu-animate,
.menu-animate.smaller {}

/* .menu-animate .logo-white,
.menu-animate.smaller .logo-white {
	display: none!important;}

.menu-animate .logo-black,
.menu-animate.smaller .logo-black {
	display: inline-block!important;} */

.menu-animate img.main-menu-logo,
.menu-animate.smaller img.main-menu-logo {}
	
}

/*-----*/


/*-- Dropdown Option --*/

.menu-animate .main-menu-buttons ul li.menu-item-has-children {
	position: relative;}
 
.menu-animate ul li.menu-item-has-children a {
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate ul li.menu-item-has-children:hover a,
.menu-animate ul li.menu-item-has-children a:hover,
.menu-animate ul li.menu-item-has-children a:hover,
.menu-animate ul li.menu-item-has-children a:active {
	background: var(--main-colour);
	border-color: transparent;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller ul li.menu-item-has-children a {}

.menu-animate.smaller ul li.menu-item-has-children:hover a,
.menu-animate.smaller ul li.menu-item-has-children a:hover,
.menu-animate.smaller ul li.menu-item-has-children a:active {}


/*-- Dropdown Arrow --*/

.menu-animate li.menu-item-has-children a::after {
	content: '';
	position: relative;
	top: -3px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate li.menu-item-has-children:hover a::after,
.menu-animate li.menu-item-has-children a:hover::after,
.menu-animate li.menu-item-has-children a:active::after {
	content: '';
	border-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller li.menu-item-has-children a::after {
	content: '';
	border-color: var(--dark-text);}

.menu-animate.smaller li.menu-item-has-children.current-menu-item a::after {
	content: '';
	border-color: var(--main-colour);}

.menu-animate.smaller li.menu-item-has-children:hover a::after,
.menu-animate.smaller li.menu-item-has-children a:hover::after,
.menu-animate.smaller li.menu-item-has-children a:active::after {
	content: '';
	border-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate li.menu-item-has-children ul.sub-menu li a::after {
	content: '';
	border: 0;
	display: inline-block;
	margin: 0;
	padding: 0;}

.menu-animate ul li.menu-item-has-children.current-menu-item a {
	border-bottom: 1px solid transparent;}


/*-- Dropdown Menu --*/

.menu-animate .main-menu-buttons ul.sub-menu {
    z-index: 99999;
	display: none;
    position: absolute;
	top: 3rem;
	left: 0;
    background: var(--main-colour);
    width: 20rem;
	margin: 0;
    padding: 1rem;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.125);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.125);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.125);}

.menu-animate .main-menu-buttons ul.sub-menu li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;}

.menu-animate .main-menu-buttons ul.sub-menu li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin: 0;
	padding: 1rem 0;
	color: #fff;
	font-size: 80%;
	line-height: 1;}

.menu-animate .main-menu-buttons ul.sub-menu li:last-child a {
	border: 0;
	padding: 1rem 0 0 0;}

.menu-animate .main-menu-buttons ul li.menu-item-has-children:hover ul.sub-menu,
ul.sub-menu:hover {
    display: block;}

/*-----*/


/*----- Main Menu Search -----*/

.main-menu-search {
	position: relative;
	height: 0;}

.main-menu-search form {
	z-index: 9;
	position: fixed;
	top: -5rem;
	width: 100%;}

.main-menu-search input[type=search] {
	z-index: 9;
	position: relative;
	top: 0;
	background: #fff;
	border: 0;
	width: 100%;
	height: 7rem;
	margin: 0 auto;
	padding: 1rem;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 1rem;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;}

.main-menu-search input[type=search]:focus {
	top: 7rem;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;}

.main-menu-search label,
.main-menu-search-open {
	cursor: pointer;
	z-index: 9;
	text-align: center;
	position: fixed;
	top: 1rem;
	right: 5rem;
	background: none;
	box-sizing: border-box;
	width: 5rem;
	height: 5rem;
	padding: 1.5rem;
	color: #fff;
	font-size: 1rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller .main-menu-search label,
.menu-animate.smaller .main-menu-search-open {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}


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

.main-menu-search label,
.main-menu-search-open {}

}

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

/* Mobile fix for Search with contemporary menu style */
.menu-main-container {
	margin-right: 0;}

}

/*-----*/


/*----- Main Menu Slide -----*/

.menu-animate .main-menu-slide {
	position: absolute;
	height: 0;}

.menu-animate .main-menu-slide label {
	z-index: 999999;
	cursor: pointer;
    text-align: center;
	position: fixed;
	top: 2rem;
	right: 2rem;
	font-size: 1rem;}

.menu-animate .main-menu-slide label .livicon-evo {
	background: none;
	box-sizing: border-box;
	display: block!important;
	width: 5rem!important;
    height: 5rem;
    padding: 1.5rem;
    line-height: 2rem;
	font-size: 1rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller .main-menu-slide label .livicon-evo {
	background: var(--main-colour);}

.menu-animate .main-menu-slide label.change .livicon-evo,
.menu-animate.smaller .main-menu-slide label.change .livicon-evo {
	background: var(--secondary-colour);}

.menu-animate .main-menu-slide input[type=checkbox] {
	display: none;}

.menu-animate .main-menu-slide-container {
	z-index: 999;
	overflow-y: scroll;
	text-align: left;
	position: fixed;
	top: 0;
	right: -120%;
	background: var(--main-colour);
	width: 500px;
	height: 100%;
	padding: 7rem 0 4rem 0;
	-webkit-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.25);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate .main-menu-slide-container::-webkit-scrollbar,
.menu-animate .main-menu-slide-container::-webkit-scrollbar {
	display: none;}

.menu-animate .main-menu-slide-container ul {
	display: block;
	margin: 0;
	padding: 0;}

.menu-animate .main-menu-slide-container .menu-slide-animate {
	position: relative;
	left: 1rem;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate .main-menu-slide input[type=checkbox]:checked + .main-menu-slide-container .menu-slide-animate {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.5s;}

.menu-animate .main-menu-slide-container ul li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin: 0;
	padding: 0;}

.menu-animate .main-menu-slide-container ul li ul {
	display: block;
	margin: 0 0 1rem 0;
	padding: 0;}

.menu-animate .main-menu-slide-container ul li ul li {
	display: block;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 1rem;}

.menu-animate .main-menu-slide-container ul li a,
.menu-animate.smaller .main-menu-slide-container ul li a {
	display: block;
	background: none;
	padding: 2rem;
	font-size: 2rem;
	line-height: 1;
	color: #fff;}

.menu-animate .main-menu-slide-container ul li ul li a,
.menu-animate.smaller .main-menu-slide-container ul li ul li a {
	font-size: 1rem;
	padding: 1rem 2.5rem;}

.menu-animate .main-menu-slide-container ul li a:hover,
.menu-animate .main-menu-slide-container ul li a:active,
.menu-animate .main-menu-slide-container ul li.current-menu-item a,
.menu-animate.smaller .main-menu-slide-container ul li a:hover,
.menu-animate.smaller .main-menu-slide-container ul li a:active,
.menu-animate.smaller .main-menu-slide-container ul li.current-menu-item a {
	background: none;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);}

.menu-animate .main-menu-slide-container ul li:hover a,
.menu-animate.smaller .main-menu-slide-container ul li:hover a {
	background: none;}

.menu-animate .main-menu-slide-container ul li.current-menu-item ul li a,
.menu-animate.smaller .main-menu-slide-container ul li.current-menu-item ul li a {
	opacity: 1;
	filter: alpha(opacity=100);}

.menu-animate .main-menu-slide-container ul li.menu-item-has-children:hover a,
.menu-animate .main-menu-slide-container ul li.menu-item-has-children a:hover,
.menu-animate .main-menu-slide-container ul li.menu-item-has-children a:hover,
.menu-animate .main-menu-slide-container ul li.menu-item-has-children a:active,
.menu-animate.smaller .main-menu-slide-container ul li.menu-item-has-children:hover a,
.menu-animate.smaller .main-menu-slide-container ul li.menu-item-has-children a:hover,
.menu-animate.smaller .main-menu-slide-container ul li.menu-item-has-children a:hover,
.menu-animate.smaller .main-menu-slide-container ul li.menu-item-has-children a:active {
	background: none;}

.menu-animate .main-menu-slide-container .menu-main-container ul li.menu-item-has-children ul.sub-menu li a {}

.menu-animate .main-menu-slide input[type=checkbox]:checked + .main-menu-slide-container {
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate img.slide-menu-logo {
	z-index: 9999;
	display: none;
	position: absolute;
	top: 1rem;
	left: 1rem;
	height: 5rem;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate .main-menu-slide input[type=checkbox]:checked + .main-menu-slide-container img.slide-menu-logo {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate .main-menu-slide li.menu-item-has-children a::after,
.menu-animate.smaller .main-menu-slide li.menu-item-has-children a::after {
	display: none;}

.menu-animate .main-menu-slide a i,
.menu-animate.smaller .main-menu-slide a i {
	color: #fff;}

.menu-slide-padding {
	padding: 2rem;}


/*----- Menu Reveal Buttons & Search -----*/

.menu-main-container {
	display: inline-block;}

.menu-animate .main-menu-slide .menu-main-container {
	display: block;}

.menu-animate a.button {
	display: inline-block;
	margin: 1rem 0;}

.menu-animate .main-menu-slide a.button {
	display: block;
	background: none;
	border: 2px solid #fff;
	margin: 0 0 1rem 0;
	color: #fff;}

.menu-animate .main-menu-slide a.button i {
	color: #fff;}

.main-menu-slide input[type=search] {
	padding: 1.5rem 0;
	font-size: 1.5rem;}

.main-menu-slide i.search-icon {
	position: absolute;
	top: 1rem;
	right: 0;
	color: #fff;}

.menu-animate .main-menu-slide ul.inline {
	padding: 1rem 0 0 0;}

.menu-animate .main-menu-slide ul.inline li {
	display: inline-block;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;}

.menu-animate .main-menu-slide ul.inline li a,
.menu-animate .main-menu-slide ul.inline li a:focus {
	background: none;
	border: 0;
	margin: 0 0.5rem;
	padding: 0;}

.menu-animate .main-menu-slide ul.inline li a:hover,
.menu-animate .main-menu-slide ul.inline li a:active {
	opacity: 1;
	filter: alpha(opacity=100);}

.menu-animate .main-menu-slide ul.inline li a i,
.menu-animate.smaller .main-menu-slide ul.inline li a i {
	color: #fff;
	font-size: 1.5rem;}


/*-----*/


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

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

.menu-animate .main-menu-slide-container {
	width: 100%;}

.menu-animate img.slide-menu-logo {
	display: block;}

}


.menu-animate label .hamburger {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	outline: 0;
	width: 3rem;
	height: 3rem;
	margin: 0;
	padding: 0.5rem;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: uppercase;
	overflow: visible;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller label .hamburger {
	background-color: var(--main-colour);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate label.change .hamburger,
.menu-animate.smaller label.change .hamburger {
	background-color: var(--dark-text);}

.menu-animate label .hamburger:hover {
	opacity: 1;}

.menu-animate label.change .hamburger:hover {
	opacity: 1;}

.menu-animate label .hamburger-box {
	position: relative;
	display: inline-block;
	align-self: center;
	width: 2rem;
	height: 2rem;}

.menu-animate label .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;}

.menu-animate label .hamburger-inner,
.menu-animate label .hamburger-inner::before,
.menu-animate label .hamburger-inner::after {
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	width: 2rem;
	height: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller label .hamburger .hamburger-inner,
.menu-animate.smaller label .hamburger .hamburger-inner::before,
.menu-animate.smaller label .hamburger .hamburger-inner::after,
.menu-animate label.change .hamburger .hamburger-inner,
.menu-animate label.change .hamburger .hamburger-inner::before,
.menu-animate label.change .hamburger .hamburger-inner::after,
.menu-animate.smaller label.change .hamburger .hamburger-inner,
.menu-animate.smaller label.change .hamburger .hamburger-inner::before,
.menu-animate.smaller label.change .hamburger .hamburger-inner::after {
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate label .hamburger-inner::before,
.menu-animate label .hamburger-inner::after {
	content: "";
	display: block;}

.menu-animate label .hamburger-inner::before {
	top: -10px;}

.menu-animate label .hamburger-inner::after {
	bottom: -10px;}


/*----- Burger Text -----*/

.menu-animate span.hamburger-text {
	font-family: var(--bold-font);
	font-weight: 700;
	position: absolute;
    top: 0.25rem;
	right: 3rem;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate.smaller span.hamburger-text {
	color: var(--main-colour);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate label.change span.hamburger-text,
.menu-animate.smaller label.change span.hamburger-text {
	/* color: var(--main-colour-transparent); */
	color: #fff;}

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

.menu-animate span.hamburger-text {
	display: none;}
	
}
	
/*-----*/


/*----- Burger Line Widths -----*/

.menu-animate label .hamburger-inner,
.menu-animate label .hamburger-inner::before,
.menu-animate label .hamburger-inner::after {
	border-radius: 0;
	width: 2rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate label .hamburger-inner {
	width: 1.5rem;}

.menu-animate label .hamburger-inner::before {
	width: 1rem;}

.menu-animate label:hover .hamburger-inner,
.menu-animate label:hover .hamburger-inner::before,
.menu-animate label:hover .hamburger-inner::after,
.menu-animate label:active .hamburger-inner,
.menu-animate label:active .hamburger-inner::before,
.menu-animate label:active .hamburger-inner::after,
.menu-animate label.change .hamburger-inner,
.menu-animate label.change .hamburger-inner::before,
.menu-animate label.change .hamburger-inner::after {
	width: 2rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-animate label .hamburger--spin .hamburger-inner,
.menu-animate label .hamburger--spin .hamburger-inner::before,
.menu-animate label .hamburger--spin .hamburger-inner::after {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}
	
/*-----*/


/*----- Reveal Modal Styles -----*/

.close-button {
	z-index: 999999;
    position: fixed;
	top: 1rem;
	right: 1rem;
	text-align: center;
	background: none;
	box-sizing: border-box;
	width: 5rem;
	height: 5rem;
	padding: 1rem;
	font-size: 1rem;}

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

/* .close-button {
	left: 0;} */
	
}

.close-button .livicon-evo {
	width: 100%!important;}

a.close-button:hover,
a.close-button:active {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;}

.reveal,
.reveal-overlay {
	z-index: 99999;
	position: fixed;
	top: 0!important;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	outline: 0;}

.reveal {
	background: #fff;}

.reveal-overlay {
	background: none;}

.reveal.tiny, .reveal.small, .reveal.large {
	position: absolute;
	right: 0;
	border: 0;
	outline: 0;}

.reveal input[type=search] {
	padding: 3rem 0;
	font-size: 3rem;}

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

.reveal input[type=search] {
	font-size: 1.5rem;}
	
}

.reveal::-webkit-scrollbar,
.reveal-overlay::-webkit-scrollbar {
	display: none;}

.reveal .menu-animate {
	z-index: 9999999999;
	background: none;}

.reveal .menu-animate i,
.reveal .menu-animate a:hover i,
.reveal .menu-animate a:active i,
.reveal .menu-animate.smaller i,
.reveal .menu-animate.smaller a:hover i,
.reveal .menu-animate.smaller a:active i {
	color: var(--main-colour);}

/*-----*/


/*----- Search & Filter Styles -----*/

.searchandfilter ul {
	display: block!important;
	margin: 0;
	padding: 0;}

.searchandfilter li {
	display: inline-block;
	width: 23.5%;
	padding: 0!important;
	margin-right: 2%;}

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

.searchandfilter input[type=text],
.searchandfilter input[type=text]:focus,
.searchandfilter select,
.searchandfilter select:focus {
	width: 100%;
	height: 70px;
	margin: 0 0 1rem 0;}

.searchandfilter input[type=submit] {
	width: 100%;
	height: 70px;
	margin: 0 0 1rem 0;}


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

.searchandfilter li,
.searchandfilter li:last-child {
	display: block;
	width: 100%;
	margin: 0;}
	
}

/*-----*/


/*----- Background Sizes -----*/

.background-size {
	background-size: cover!important;}

.background-size-tile {
	position: relative;
	background-size: cover!important;}

a.background-size-tile:hover {
	background-size: cover!important;}

a.background-size-tile::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a.background-size-tile:hover::before,
a.background-size-tile:active::before {
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

a.background-size-tile.border-radius::before {
	border-radius: 20px;}

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


}

/*-----*/


/*----- Shadows & Radius -----*/

.shadow {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);}

.inset-shadow {
	-webkit-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);}

.text-shadow {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);}

.border-radius {
	border-radius: 20px;}
	

/*-----*/


/*----- Vacancy Styles -----*/

a.vacancy-tile {
	display: block;
	border: 1px solid #e5e5e5;}
	
a.vacancy-tile:hover,
a.vacancy-tile:active {
	border-color: var(--main-colour);}

.vacancy-icon {}

.vacancy-icon .livicon-evo,
.vacancy-icon .livicon-evo {
	background: 0;
	border: 0;
	height: auto;
	margin: 0 1rem 0 0;
	padding: 0;}

/*-----*/


/* .medium-grid-frame {
	height: 100vh;} */

.mobile {
	display: none!important;}

.desktop {
	display: block!important;}

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

.desktop {
	display: none!important;}

.mobile {
	display: block!important;}

}


/*----- Size Changes -----*/


h1 {
	font-size: 8rem;
	line-height: 1;}

h2, .h2 {
	font-size: 5rem;
	line-height: 1;}

h3 {
	font-size: 3rem;
	line-height: 1;}

h4 {}

h5 {}

h6 {}

p, ul, li, label {}


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

h1 {
	font-size: 5rem;}

h2, .h2 {
	font-size: 3rem;}

h3 {
	font-size: 2rem;}

}


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

h1 {
	font-size: 3rem;}

h2, .h2 {
	font-size: 2rem;}

}

/*-----*/


.gradient {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );}

.main-colour {
	background: var(--main-colour);}

.main-colour-overlay {
	background: var(--main-colour-overlay);}

.main-colour a.button,
.main-colour input[type=submit],
.main-colour-overlay a.button,
.main-colour-overlay input[type=submit] {}

.main-colour a.button:hover,
.main-colour a.button:active,
.main-colour input[type=submit]:hover,
.main-colour input[type=submit]:active,
.main-colour-overlay a.button:hover,
.main-colour-overlay a.button:active,
.main-colour-overlay input[type=submit]:hover,
.main-colour-overlay input[type=submit]:active {}

.main-colour input[type=text],
.main-colour input[type=email],
.main-colour input[type=search],
.main-colour textarea,
.main-colour select,
.main-colour-overlay input[type=text],
.main-colour-overlay input[type=email],
.main-colour-overlay input[type=search],
.main-colour-overlay textarea,
.main-colour-overlay select {}

.main-colour input[type=text]:focus,
.main-colour input[type=email]:focus,
.main-colour input[type=search]:focus,
.main-colour textarea:focus,
.main-colour-overlay input[type=text]:focus,
.main-colour-overlay input[type=email]:focus,
.main-colour-overlay input[type=search]:focus,
.main-colour-overlay textarea:focus {}


.secondary-colour {
	background: var(--secondary-colour);}

.secondary-colour-overlay {
	background: var(--secondary-colour-overlay);}

.secondary-colour a.button,
.secondary-colour input[type=submit],
.secondary-colour-overlay a.button,
.secondary-colour-overlay input[type=submit] {}

.secondary-colour a.button:hover,
.secondary-colour a.button:active,
.secondary-colour input[type=submit]:hover,
.secondary-colour input[type=submit]:active,
.secondary-colour-overlay a.button:hover,
.secondary-colour-overlay a.button:active,
.secondary-colour-overlay input[type=submit]:hover,
.secondary-colour-overlay input[type=submit]:active {}

.secondary-colour input[type=text],
.secondary-colour input[type=email],
.secondary-colour input[type=search],
.secondary-colour textarea,
.secondary-colour select,
.secondary-colour-overlay input[type=text],
.secondary-colour-overlay input[type=email],
.secondary-colour-overlay input[type=search],
.secondary-colour-overlay textarea,
.secondary-colour-overlay select {}

.secondary-colour input[type=text]:focus,
.secondary-colour input[type=email]:focus,
.secondary-colour input[type=search]:focus,
.secondary-colour textarea:focus,
.secondary-colour-overlay input[type=text]:focus,
.secondary-colour-overlay input[type=email]:focus,
.secondary-colour-overlay input[type=search]:focus,
.secondary-colour-overlay textarea:focus {}

/* .image-overlay {
	opacity: 0.5;
	filter: alpha(opacity=50);} */

/*-----*/


/*----- Image Styling -----*/

.grayscale {
	filter: grayscale(100%);}

.image-styling {
	position: relative;}

.image-styling img {
	z-index: 1;}

.border-padding .image-styling::before {
	z-index: -1;
	content: '';
	position: absolute;
	top: -1rem;
	bottom: 1rem;
	left: -1rem;
	right: 1rem;
	background: none;}

.border-padding .image-styling::after {
	z-index: -1;
	content: '';
	position: absolute;
	top: 1rem;
	bottom: -1rem;
	left: 1rem;
	right: -1rem;
	background: none;}

/*-----*/


/*----- Icon List Styling -----*/

ul.fa-ul {
    margin: 0;
    padding: 0;}

ul.fa-ul li span.fa-li {
    left: 0;}

ul.fa-ul li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    margin: 0;
    padding: 1rem 0 1rem 2.5rem;}

.white-text ul.fa-ul li {
    border-color: rgba(255,255,255,0.25);}

/*-----*/


/*----- Flickity -----*/

.flickity-viewport::before {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	width: 20%;}

.flickity-viewport::after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	width: 20%;}

.flickity-button {
	z-index: 2;
	position: absolute;
	background: rgba(255,255,255,0);
	border: none;
	color: var(--main-colour);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.flickity-button:hover, 
.flickity-button:active {
	background: rgba(255,255,255,0);
	cursor: pointer;
	outline: 0;
	box-shadow: none;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: var(--main-colour);
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;}

.white-text .flickity-viewport::before,
.white-text .flickity-viewport::after {
	content: none;}

.white-text .flickity-button {
	color: rgba(255,255,255,1);}

.mode .flickity-viewport::before,
.mode .flickity-viewport::after {
	content: none;}

/*-----*/


/*----- Promo Widget -----*/

.promo-widget {
	z-index: 9;
	position: fixed;
	bottom: 1rem;
	right: 1rem;}

.promo-title {
	z-index: 99;
	position: absolute;
	top: 1.25rem;
	left: 1rem;
	line-height: 1;}

.promo-arrow {
    z-index: 99;
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,0.25);
    border-radius: 0;
    width: 2rem;
    height: 2rem;
	letter-spacing: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.promo-arrow:hover,
.promo-arrow:active {
	cursor: pointer;}

.promo-arrow img {
	height: 1rem;}

.promo-content {
	overflow: hidden;
	width: 25rem;
	height: 4rem;}

.promo-content-inner {
	margin-top: 5rem;}

.promo-widget input[type=checkbox] {
	display: none;}

.promo-widget .promo-content input[type=checkbox] {
	display: inline-block;}

.change .promo-arrow {
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.promo-widget input[type=checkbox]:checked + .promo-content {
	height: auto;}


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

.promo-widget {
	bottom: 0;
	right: 0;
	left: 0;}

.promo-content {
	width: auto;}

}

/*-----*/


/*----- Menu Scroll -----*/

.menu-scroll {
	z-index: 2;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 1rem;
	text-align: center;
	width: 2.5rem;}

.menu-scroll a {
	display: inline-block;
	background: #e5e5e5;
	border: 2px solid transparent;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	margin: 0.5rem;
	padding: 0;
	line-height: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.menu-scroll a.active {
	background: var(--main-colour);
	border-color: transparent;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.grid-y.small-grid-frame {
	height: 100vh;}


/*-----*/


/*----- Elementor -----*/

.mode .elementor-shape .elementor-shape-fill {
	fill: #222;}

/*-----*/


/*----- Client Specific -----*/

.square-before h1,
.square-before h2,
.square-before h3,
.square-after h1,
.square-after h2,
.square-after h3 {
	position: relative;
	margin-top: 2rem;}

.square-before h1::before,
.square-before h2::before,
.square-before h3::before,
.square-after h1::before,
.square-after h2::before,
.square-after h3::before {
	content: '';
	position: absolute;
	background: url(img/squares-red.svg) center center;
	background-size: contain;
	width: 6rem;
	height: 1.5rem;}

.square-before h1::before,
.square-before h2::before,
.square-before h3::before {
	top: -2rem;
	left: 0;}

.square-after h1::before,
.square-after h2::before,
.square-after h3::before {
	bottom: -2rem;
	left: 0;}

.white-text .square-before h1::before,
.white-text .square-before h2::before,
.white-text .square-before h3::before,
.white-text .square-after h1::before,
.white-text .square-after h2::before,
.white-text .square-after h3::before {
	background: url(img/squares-white.svg) center center;}

.main-colour .square-before h1::before,
.main-colour .square-before h2::before,
.main-colour .square-before h3::before,
.main-colour .square-after h1::before,
.main-colour .square-after h2::before,
.main-colour .square-after h3::before {
	background: url(img/squares-black.svg) center center;}

.white-overlay {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0.75) 100%);}

.black-icon i {
	color: #000;}

.menu-slide-padding a,
.menu-slide-padding a i {
	color: #fff;}

.white-button a i {
	color: var(--secondary-colour);}

.white-button a:hover i,
.white-button a:active i,
.white-button a:focus i {
	color: var(--main-colour);}

.red-button a i,
.red-button a:hover i,
.red-button a:active i,
.red-button a:focus i {
	color: #fff;}

.testimonials-carousel .carousel-cell {
	width: 100%;
	padding: 3rem;}

.testimonials-carousel .flickity-viewport::before,
.testimonials-carousel .flickity-viewport::after {
	width: 2rem;}

.flickity-prev-next-button {
	width: 2rem;
	height: 2rem;}

.sticky-element {
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 7rem!important;}


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

.square-before h1::before,
.square-before h2::before,
.square-before h3::before,
.square-after h1::before,
.square-after h2::before,
.square-after h3::before {
    width: 3rem;
	height: 0.75rem;}

.sticky-element {
	position: relative!important;
	top: 0!important;}

}

/*-----*/