/*!
Theme Name: Augustine Hill Custom WordPress Theme
Author: Originate
Author URI: https://www.originate.ie/
Description: A custom theme by Originate
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: originate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Originate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Bebas Neue";
	margin: 0 0 1rem 0;
}

p {
	font-size: 1.15rem;
	font-family: "GT America Light";
}

@media screen and (max-width: 900px) {
	p {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	p {
		font-size: 16px;
	}
}

.banner-heading {
	font-size: 9.375rem;
	font-family: "Bebas Neue";
	font-weight: 200 !important;
	line-height: 1;
}

@media screen and (max-width: 1400px) {
	.banner-heading {
		font-size: 8.375rem;
	}
}

@media screen and (max-width: 900px) {
	.banner-heading {
		font-size: 6.375rem;
	}
}

@media screen and (max-width: 600px) {
	.banner-heading {
		font-size: 5.375rem;
	}
}

.main-heading {
	font-size: 5rem;
	font-family: "Bebas Neue";
	line-height: 1;
	font-weight: 200;
}

@media screen and (max-width: 1400px) {
	.main-heading {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 900px) {
	.main-heading {
		font-size: 4rem;
	}
}

@media screen and (max-width: 600px) {
	.main-heading {
		font-size: 3.5rem;
	}
}

.sub-heading {
	font-size: 2.5rem;
	font-family: "Juana Light";
}

@media screen and (max-width: 900px) {
	.sub-heading {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.sub-heading {
		font-size: 1.5rem;
	}
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "GT America Light";
}

p {
	margin: 0 0 1rem 0;
	font-size: 1.15rem;
	font-family: "GT America Light";
	line-height: 1.6;
}

@media screen and (max-width: 900px) {
	p {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	p {
		font-size: 16px;
	}
}

a {
	text-decoration: none;
}

input, textarea, select {
	outline: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	margin: 0 0 .875em .875em;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0 .875em 1.5em;
	padding: 0;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
	width: 100%;
}

#content.page-login {
	background: #FDD51F;
}

#content.page-login .has-default-circle {
	overflow: hidden;
	position: relative;
}

#content.page-login .has-default-circle .circle {
	width: 300px;
	height: 300px;
	background: #FAACD5;
	border-radius: 0 0 0 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}

#content.page-login .has-default-circle .container {
	z-index: 4;
}

#content.page-login .has-default-circle .default-curve {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#content.page-login .has-default-circle .default-curve .the-default-curve {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translate(-33%, 33%);
	        transform: translate(-33%, 33%);
}

#content.page-login #login-page {
	min-height: 105vh;
	position: relative;
}

#content.page-login #login-page .login-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 50%;
	background-color: #fff;
	border: solid 2px #A1D9C9;
}

#content.page-login #login-page .login-cont .login-box-p {
	margin: 0 auto;
	padding: 2em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo {
	margin-bottom: 2em;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo a {
	display: block;
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p .login-logo a img {
	display: block;
	width: 100%;
	max-width: 81px;
	height: auto;
	margin: 0 auto;
}

#content.page-login #login-page .login-cont .login-box-p .error {
	color: #fff;
	background: #A1D9C9;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 0;
	margin-top: -15px;
}

#content.page-login #login-page .login-cont .login-box-p .success {
	color: #A1D9C9;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-username, #content.page-login #login-page .login-cont .login-box-p #loginform .login-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 1.5em;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-username label, #content.page-login #login-page .login-cont .login-box-p #loginform .login-password label {
	width: 100%;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-username input, #content.page-login #login-page .login-cont .login-box-p #loginform .login-password input {
	width: 100%;
	padding: 10px 5px;
	margin-top: 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-remember {
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-remember label input {
	margin-right: .5em;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit {
	margin: .5rem 0 1.5rem 0;
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit #wp-submit {
	text-transform: uppercase;
	cursor: pointer;
	background: #F75C0F;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	border: solid 1px #F75C0F;
	padding: .75rem 3rem;
	-webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit #wp-submit:hover {
	background: #fff;
	color: #F75C0F;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#content.page-login #login-page .login-cont .login-box-p .lost-password {
	text-align: center;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a {
	font-size: .875em;
	color: #222;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a:hover {
	color: #F75C0F;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	margin: 3px auto 0 auto;
	background: #F75C0F;
	-webkit-transition: width 400ms linear;
	transition: width 400ms linear;
}

#content.page-login #login-page .login-cont .login-box-p .lost-password a:hover:after {
	width: 90%;
}

#content.page-login #login-page .login-cont .login-box-p .originate-logo {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

#content.page-login #login-page .login-cont .login-box-p .originate-logo a img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 30px;
	border-radius: 100%;
}

@media screen and (max-width: 1400px) {
	#content.page-login #login-page .login-cont {
		width: 60%;
	}
}

@media screen and (max-width: 1150px) {
	#content.page-login .has-default-circle .circle {
		width: 200px;
		height: 200px;
	}
	#content.page-login #login-page .login-cont {
		width: 70%;
	}
}

@media screen and (max-width: 900px) {
	#content.page-login .has-default-circle .circle {
		width: 150px;
		height: 150px;
	}
	#content.page-login .has-default-circle .default-curve .the-default-curve {
		-webkit-transform: translate(-85%, 33%);
		        transform: translate(-85%, 33%);
	}
}

@media screen and (max-width: 600px) {
	#content.page-login .has-default-circle .circle {
		width: 100px;
		height: 100px;
	}
	#content.page-login #login-page {
		min-height: unset;
		padding: 4rem 0 6rem 0;
	}
	#content.page-login #login-page .login-cont {
		width: 100%;
		position: relative;
		top: unset;
		left: unset;
		-webkit-transform: unset;
		        transform: unset;
	}
	#content.page-login #login-page .login-cont .login-box-p {
		border: 0;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
		padding: 1em;
		margin: 1.5em 0;
	}
	#content.page-login #login-page .login-cont .login-box-p .login-logo {
		margin-bottom: 3em;
	}
	#content.page-login #login-page .login-cont .login-box-p .login-logo h6 {
		font-size: 1em;
	}
	#content.page-login #login-page .login-cont .login-box-p #loginform .login-submit {
		margin-top: 3em;
	}
	#content.page-login #login-page .login-cont .login-box-p .originate-logo {
		position: absolute;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		bottom: unset;
		right: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

/*--------------------------------------------------------------
# Includes
--------------------------------------------------------------*/
.top-banner-slider {
	min-height: 95vh;
}

.top-banner-slider .example .slide {
	width: 100vw;
	height: 95vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.top-banner-slider .example .slide.one {
	background: red;
}

.top-banner-slider .example .slide.two {
	background: green;
}

.top-banner-slider .example .slide.three {
	background: blue;
}

.top-banner-slider .example .owl-nav {
	margin-top: 0;
}

.top-banner-slider .example .owl-nav .owl-prev {
	left: 1rem;
}

.top-banner-slider .example .owl-nav .owl-next {
	right: 1rem;
}

.top-banner-slider .example .owl-nav .owl-prev, .top-banner-slider .example .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 4em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.top-banner-slider .example .owl-nav .owl-prev:hover, .top-banner-slider .example .owl-nav .owl-next:hover {
	color: white;
	background: none;
}

.top-banner-slider .example .owl-dots .owl-dot.active span {
	background: #19d3c5;
}

.top-banner-slider .example .owl-dots .owl-dot:hover span {
	background: #ed4337;
}

.top-banner-slider .example .owl-dots .owl-dot span {
	background: none;
	border: solid 1px #19d3c5;
	width: 10px;
	height: 10px;
}

@media screen and (max-width: 600px) {
	.top-banner-slider {
		min-height: 33vh;
	}
	.top-banner-slider .example .slide {
		height: 33vh;
	}
}

.ajax-posts {
	padding: 2em 0;
	background: #fff;
}

.ajax-posts .container .blog-posts {
	margin: 0;
}

.ajax-posts .container .blog-posts .blog-posts-item {
	margin-bottom: .5em;
}

.ajax-posts .container .blog-posts .blog-posts-item a {
	color: #222;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.ajax-posts .container .blog-posts .blog-posts-item a:hover {
	color: #19d3c5;
}

.originate-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.originate-modal .originate-modal-form {
	width: 60vw;
	min-height: 660px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
}

.originate-modal .originate-modal-form .originate-modal-closer {
	position: fixed;
	z-index: 1000;
	top: 1em;
	right: 1.5em;
}

.originate-modal .originate-modal-form .originate-modal-closer p a i {
	font-size: 1.5em;
	color: #aaa;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.originate-modal .originate-modal-form .originate-modal-closer p a i.closer-animate {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.originate-modal .originate-modal-form .originate-modal-closer p a:hover i {
	color: #19d3c5;
}

.originate-modal .originate-modal-form .originate-modal-content {
	margin: 3em 6em;
}

@media screen and (max-width: 600px) {
	.originate-modal .originate-modal-form {
		width: 80vw;
		min-height: 660px;
	}
	.originate-modal .originate-modal-form .originate-modal-closer {
		top: .5em;
		right: .5em;
	}
	.originate-modal .originate-modal-form .originate-modal-content {
		margin: 3em 1em;
	}
}

.half-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: red;
}

.half-container .row .column-one {
	width: 50%;
	background: green;
}

.half-container .row .column-one .inner-container {
	max-width: 90%;
	padding: 0 10% 0 0;
	margin-left: auto;
	background: blue;
}

.half-container .row .column-two {
	width: 50%;
	height: 80vh;
}

.half-container .row .column-two img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#bottom-owl-slider {
	position: relative;
}

#bottom-owl-slider .hill_owl {
	z-index: 1;
}

#bottom-owl-slider .hill_owl .owl-stage-outer .owl-stage .item {
	height: 80vh;
}

#bottom-owl-slider .hill_owl .owl-stage-outer .owl-stage .item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#bottom-owl-slider .dotsContainer {
	z-index: 2;
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#bottom-owl-slider .dotsContainer .owl-dot {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	background-color: transparent;
	margin: 0 0.3rem;
}

#bottom-owl-slider .dotsContainer .owl-dot.active {
	background-color: #F75C0F;
	border: 2px solid #F75C0F;
}

#bottom-owl-slider .dotsContainer .owl-dot:hover {
	background-color: rgba(247, 92, 15, 0.5);
}

#bottom-owl-slider .dotsContainer .owl-dot:hover.active {
	background-color: #F75C0F;
	border: 2px solid #F75C0F;
}

@media screen and (max-width: 900px) {
	#bottom-owl-slider .hill_owl .owl-stage-outer .owl-stage .item {
		height: 60vh;
	}
}

@media screen and (max-width: 600px) {
	#bottom-owl-slider .hill_owl .owl-stage-outer .owl-stage .item {
		height: 45vh;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	border-radius: 3px;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
body {
	font-family: "GT America Light";
	font-size: 16px;
	line-height: 1.2;
}

.site {
	overflow-x: hidden;
	opacity: 0;
	-webkit-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.site .site-main {
	position: relative;
	z-index: 998;
}

.site.visible {
	opacity: 1;
}

.container {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 900px) {
	.container {
		width: 100%;
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 600px) {
	.container {
		width: 100%;
		padding: 0 1em;
	}
}

.the-curve {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.originate-button {
	background: #F75C0F;
	border-radius: 0;
	color: #fff;
	padding: .75rem 2.5rem;
	text-transform: uppercase;
	font-family: 'GT America Medium', sans-serif;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 2px;
	border: solid 1px #F75C0F;
}

.originate-button:hover {
	background: #fff;
	color: #F75C0F;
}

.originate-button.large {
	padding: .5rem 4rem;
}

.originate-button.green {
	border: solid 1px #19d3c5;
	color: #19d3c5;
}

.originate-button.green:hover {
	background: #19d3c5;
	color: #fff;
}

.originate-button.orange {
	border: solid 1px #F75C0F;
	color: #fff;
	background: #F75C0F;
	font-family: "GT America LCG Exp Md";
}

.originate-button.orange:hover {
	background: #fff;
	color: #F75C0F;
}

.parallax-image-container {
	position: relative;
	overflow: hidden;
	height: 80vh;
	max-height: 500px;
}

.parallax-image-container .parallax-image {
	position: absolute;
	width: 100%;
	height: 160%;
	-o-object-fit: cover;
	   object-fit: cover;
	bottom: 0;
}

.parallax-stretch {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	top: 0;
	-webkit-transform-origin: center top;
	        transform-origin: center top;
}

.parallax-stretch .parallax-stretch-image {
	height: 200vh;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	will-change: transform;
}

.triangle {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #A1D9C9;
	z-index: 10;
}

.triangle.bl {
	bottom: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
	        clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.triangle.br {
	bottom: 0;
	right: 0;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
	        clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.triangle.tl {
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	        clip-path: polygon(0 0, 100% 0, 0 100%);
}

.triangle.tr {
	top: 0;
	right: 0;
	-webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
	        clip-path: polygon(100% 100%, 0 0, 100% 0);
}

.grecaptcha-badge {
	visibility: hidden;
}

.blink-me {
	-webkit-animation: blinker 1.5s linear infinite;
	        animation: blinker 1.5s linear infinite;
}

@-webkit-keyframes blinker {
	50% {
		opacity: 0;
	}
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

.site-main.default {
	background: #FDD51F;
	padding: 18rem 0 6rem 0;
	overflow: hidden;
	position: relative;
}

.site-main.default .circle {
	width: 300px;
	height: 300px;
	background: #FAACD5;
	border-radius: 0 0 0 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}

.site-main.default .container {
	z-index: 4;
}

.site-main.default .container .default-content {
	width: 80%;
	margin: 0 auto;
	color: #003333;
}

.site-main.default .container .default-content .main-heading {
	margin-bottom: 2rem;
}

.site-main.default .container .default-content h1, .site-main.default .container .default-content h2, .site-main.default .container .default-content h3, .site-main.default .container .default-content h4, .site-main.default .container .default-content h5, .site-main.default .container .default-content h6 {
	color: #003333;
}

.site-main.default .container .default-content h1:not(.main-heading), .site-main.default .container .default-content h2:not(.main-heading), .site-main.default .container .default-content h3:not(.main-heading), .site-main.default .container .default-content h4:not(.main-heading), .site-main.default .container .default-content h5:not(.main-heading), .site-main.default .container .default-content h6:not(.main-heading) {
	margin: 2rem 0 1rem 0;
	font-family: "Juana Light";
	font-size: 2.5rem;
}

.site-main.default .container .default-content a {
	color: #fff;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.site-main.default .container .default-content a:hover {
	color: #F75C0F;
}

.site-main.default .container .default-content ul {
	list-style: disc;
	font-size: 1.15rem;
	margin: 0 0 0.875rem 1.5rem;
}

.site-main.default .container .default-content ul li {
	margin-bottom: .25rem;
}

.site-main.default .container .default-content table {
	font-size: 1.15rem;
}

.site-main.default .container .default-content table th {
	text-align: left;
}

.site-main.default .container .default-content table th, .site-main.default .container .default-content table td {
	padding: 1rem;
	border: solid 1px #003333;
}

.site-main.default .default-curve {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.site-main.default .default-curve .the-default-curve {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translate(-75%, 20%);
	        transform: translate(-75%, 20%);
}

@media screen and (max-width: 1400px) {
	.site-main.default .container .default-content {
		width: 90%;
	}
	.site-main.default .container .default-content h1:not(.main-heading), .site-main.default .container .default-content h2:not(.main-heading), .site-main.default .container .default-content h3:not(.main-heading), .site-main.default .container .default-content h4:not(.main-heading), .site-main.default .container .default-content h5:not(.main-heading), .site-main.default .container .default-content h6:not(.main-heading) {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.site-main.default {
		padding: 14rem 0 4rem 0;
	}
	.site-main.default .circle {
		width: 200px;
		height: 200px;
	}
	.site-main.default .container .default-content {
		width: 96%;
	}
	.site-main.default .container .default-content h1:not(.main-heading), .site-main.default .container .default-content h2:not(.main-heading), .site-main.default .container .default-content h3:not(.main-heading), .site-main.default .container .default-content h4:not(.main-heading), .site-main.default .container .default-content h5:not(.main-heading), .site-main.default .container .default-content h6:not(.main-heading) {
		font-size: 1.5rem;
	}
	.site-main.default .default-curve .the-default-curve {
		-webkit-transform: translate(-50%, 20%);
		        transform: translate(-50%, 20%);
	}
}

@media screen and (max-width: 900px) {
	.site-main.default {
		padding: 4rem 0;
	}
	.site-main.default .circle {
		width: 150px;
		height: 150px;
	}
	.site-main.default .container .default-content h1:not(.main-heading), .site-main.default .container .default-content h2:not(.main-heading), .site-main.default .container .default-content h3:not(.main-heading), .site-main.default .container .default-content h4:not(.main-heading), .site-main.default .container .default-content h5:not(.main-heading), .site-main.default .container .default-content h6:not(.main-heading) {
		font-size: 2rem;
	}
	.site-main.default .container .default-content table {
		font-size: 1rem;
	}
	.site-main.default .default-curve .the-default-curve {
		width: 116%;
		-webkit-transform: translate(-75%, 10%);
		        transform: translate(-75%, 10%);
	}
}

@media screen and (max-width: 600px) {
	.site-main.default {
		padding: 2rem 0;
	}
	.site-main.default .circle {
		width: 100px;
		height: 100px;
	}
	.site-main.default .container .default-content {
		width: 100%;
	}
	.site-main.default .container .default-content .main-heading {
		margin-bottom: 1rem;
	}
	.site-main.default .container .default-content h1:not(.main-heading), .site-main.default .container .default-content h2:not(.main-heading), .site-main.default .container .default-content h3:not(.main-heading), .site-main.default .container .default-content h4:not(.main-heading), .site-main.default .container .default-content h5:not(.main-heading), .site-main.default .container .default-content h6:not(.main-heading) {
		font-size: 1.5rem;
	}
	.site-main.default .container .default-content ul {
		font-size: 1rem;
	}
	.site-main.default .container .default-content table th, .site-main.default .container .default-content table td {
		font-size: 6px;
	}
	.site-main.default .default-curve .the-default-curve {
		-webkit-transform: translate(-65%, 8%);
		        transform: translate(-65%, 8%);
	}
}

#ajax-area {
	width: 100%;
}

#ajax-area #ajax-button {
	cursor: pointer;
	background: linear-gradient(98deg, #19d3c5 0%, #f3f3f3 100%);
	border: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#ajax-area #ajax-button:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#ajax-area .ajax-sample {
	margin-bottom: 0;
}

#ajax-area .loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #19d3c5;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	        animation: spin 2s linear infinite;
}

#ajax-area .loader-text {
	font-weight: 700;
	margin-top: 1em;
}

#ajax-area .error-text {
	text-align: center;
	margin-top: 4em;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-container.login {
	background: #FDD51F;
}

.site-header-container .site-header {
	background: transparent;
	position: absolute;
	padding: 2rem 0;
	display: block;
	z-index: 999;
	width: 100%;
}

.site-header-container .site-header.alt-header {
	position: relative;
	background: #fff;
}

.site-header-container .site-header.alt-header .container .row .col.col-2 .main-navigation ul li a {
	color: #003333;
}

.site-header-container .site-header .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.site-header-container .site-header .container .row .col.col-1 {
	position: relative;
	z-index: 3;
}

.site-header-container .site-header .container .row .col.col-1 .site-branding.why-galway .site-branding-logo {
	display: none;
}

.site-header-container .site-header .container .row .col.col-1 .site-branding.why-galway .site-branding-logo.secondary {
	display: block;
}

.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo.secondary {
	display: none;
}

.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a.mobile-logo {
	display: none;
}

.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a img {
	display: block;
	width: 100%;
	max-width: 81px;
	min-width: 61px;
	height: auto;
	margin-left: 1rem;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 6rem;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li:first-child {
	padding-left: 0;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.current-menu-item a {
	color: #F75C0F;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li:hover .sub-menu {
	display: block;
	opacity: 1;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li a {
	white-space: nowrap;
	color: #fff;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
	font-size: 20px;
	text-transform: uppercase;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li a:hover {
	color: #F75C0F;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.originate-button {
	margin-left: 6rem;
	padding: 0;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	background: unset;
	border: unset;
	font-family: "GT America Light";
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.originate-button a {
	padding: .75rem 2.5rem;
	background: #F75C0F;
	border: solid 1px #F75C0F;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	color: #fff !important;
	font-weight: bolder;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.originate-button a:hover {
	background: #fff;
	color: #F75C0F !important;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.originate-button:hover a {
	color: #F75C0F;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: 1rem .5em .5em .5em;
	display: none;
	opacity: 0;
	position: absolute;
	left: 0;
	min-width: 200px;
	-webkit-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu li {
	background: #F75C0F;
	width: 100%;
	margin: 0;
	padding: 1rem 1rem 0 1rem;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu li:first-child:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #F75C0F;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu li:last-child {
	padding-bottom: 1rem;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu li.current-menu-item a {
	color: #19d3c5;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu li a {
	color: #222;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li .sub-menu li a:hover {
	color: #fff;
}

.site-header-container .site-header .container .row .col.col-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-header-container .site-header .container .row .col.col-contact ul {
	margin: 0;
}

.site-header-container .site-header .container .row .col.col-3 {
	display: none;
	position: relative;
	z-index: 3;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile {
	position: relative;
	width: 55px;
	display: block;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle {
	cursor: pointer;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle span {
	margin-top: -2.5px;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle span,
.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle span:before,
.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle span:after {
	cursor: pointer;
	border-radius: 2px;
	height: 5px;
	width: 45px;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: #F75C0F;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle span:before {
	top: -11px;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle span:after {
	top: 11px;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle.active span {
	background-color: transparent;
	background: unset;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle.active span:before, .site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle.active span:after {
	top: 0;
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.site-header-container .site-header .container .row .col.col-3 .nav-mobile #nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@media screen and (max-width: 1440px) {
	.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li {
		margin-left: 2rem;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.originate-button {
		margin-left: 4rem;
	}
}

@media screen and (max-width: 1150px) {
	.site-header-container .site-header .container {
		width: 96%;
	}
	.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a img {
		max-width: 61px;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li {
		margin-left: 1.5rem;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li.originate-button {
		padding: .75rem 2rem;
		margin-left: 0;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation ul li a {
		font-size: 18px;
	}
}

@media screen and (max-width: 900px) {
	.site-header-container.login .site-header {
		position: absolute;
	}
	.site-header-container .site-header {
		position: relative;
	}
	.site-header-container .site-header .container {
		width: 100%;
	}
	.site-header-container .site-header .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .row .col.col-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.site-header-container .site-header .container .row .col.col-1 .site-branding.why-galway .site-branding-logo {
		display: block;
	}
	.site-header-container .site-header .container .row .col.col-1 .site-branding.why-galway .site-branding-logo.secondary {
		display: none;
	}
	.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a {
		display: none;
	}
	.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a.mobile-logo {
		display: block;
	}
	.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a img {
		max-width: 81px;
		height: auto;
		margin-left: 2rem;
	}
	.site-header-container .site-header .container .row .col.col-2 {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: 0;
		overflow: hidden;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation {
		z-index: 2;
		width: 100%;
		padding: 1.25rem 0 .25rem 0;
		background: #fff;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li {
		width: 100%;
		margin-bottom: .75em;
		padding-bottom: .75em;
		margin-left: 0;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li.current-menu-item a {
		color: #F75C0F;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li a {
		color: #003333;
		font-size: 24px;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li:first-child {
		padding-top: .5em;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li.originate-button {
		margin-left: 0;
		padding: 0;
		background: none;
		border: 0;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li.originate-button a {
		display: inline-block;
		padding: .75rem 2rem;
		background: #F75C0F;
		color: #fff;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li .sub-menu {
		display: block;
		position: relative;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
		padding: 1.5rem 0 0 0;
		opacity: 1;
		border: 0;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li .sub-menu li {
		background: #222;
		border: 0;
		padding: 0 0 .75em 0;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li .sub-menu li:first-child:before {
		display: none;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li .sub-menu li a {
		color: #fff;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li .sub-menu li:last-child {
		padding-bottom: 0;
	}
	.site-header-container .site-header .container .row .col.col-contact {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		display: none;
		padding: 2rem 0;
		width: 100%;
	}
	.site-header-container .site-header .container .row .col.col-contact ul {
		width: 100%;
		-webkit-transform: translateX(38%);
		        transform: translateX(38%);
	}
	.site-header-container .site-header .container .row .col.col-3 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.site-header-container .site-header .container .row .col.col-1 .site-branding .site-branding-logo a img {
		max-width: 61px;
		height: auto;
		margin-left: 1rem;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation {
		padding: 1.25rem 0 .25rem 0;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li a {
		font-size: 20px;
	}
	.site-header-container .site-header .container .row .col.col-2 .main-navigation #primary-menu li .sub-menu {
		border-bottom: 0;
	}
	.site-header-container .site-header .container .row .col.col-contact {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		display: none;
		padding: 2rem 0;
		width: 100%;
	}
	.site-header-container .site-header .container .row .col.col-contact ul {
		width: 100%;
		-webkit-transform: translateX(23.5%);
		        transform: translateX(23.5%);
	}
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.front-page #section-1 {
	height: 100vh;
	position: relative;
}

.front-page #section-1 .hero {
	height: 100%;
}

.front-page #section-1 .hero .hero-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.front-page #section-1 .hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 51, 0.35);
}

.front-page #section-1 .hero-overlay .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.front-page #section-1 .hero-overlay .container h1 {
	color: #F75C0F;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.front-page #section-1 .hero-overlay .container .video-controls {
	display: none;
	position: absolute;
	bottom: 50px;
	height: 120px;
	width: 80%;
	left: 10%;
	/* Fallback stuff */
	/* WebKit styles */
	/* Firefox styles */
}

.front-page #section-1 .hero-overlay .container .video-controls div {
	background: transparent;
	border: none;
	color: #F75C0F;
	display: inline-block;
	margin: 3px 0 3px 0;
}

.front-page #section-1 .hero-overlay .container .video-controls div#play {
	margin: 0 0 8px 0;
}

.front-page #section-1 .hero-overlay .container .video-controls div#play p {
	cursor: pointer;
	font-size: 1.5em;
	margin: 0;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute {
	float: right;
	cursor: pointer;
	display: none;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .mute-icon {
	display: block;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .mute-icon img {
	height: 25px;
	width: 25px;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves {
	display: none;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap,
.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap,
.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap {
	position: relative;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap {
	height: 25px;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0 0 3px 0;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	width: 3px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2px 0 2px;
	font-size: 1.5em;
	font-weight: 700;
	color: white;
	border-radius: 4px;
	background-color: #F75C0F;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box1 {
	height: 10px;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box2 {
	height: 15px;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box3 {
	height: 10px;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box4 {
	height: 15px;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box5 {
	height: 10px;
}

.front-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box6 {
	height: 15px;
}

.front-page #section-1 .hero-overlay .container .video-controls div svg {
	fill: #F75C0F;
	width: 1rem;
}

.front-page #section-1 .hero-overlay .container .video-controls progress[value] {
	border: none;
	color: #F75C0F;
	display: inline;
	height: .75rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: 100%;
	clear: right;
}

.front-page #section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
}

.front-page #section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-value {
	background-color: #F75C0F;
	position: relative;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

.front-page #section-1 .hero-overlay .container .video-controls progress[value]::-moz-progress-bar {
	background-color: #F75C0F;
	position: relative;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

@media screen and (max-width: 600px) {
	.front-page #section-1 {
		height: 650px;
	}
}

.front-page #section-2 {
	background: #003333;
	color: white;
	position: relative;
	overflow: hidden;
}

.front-page #section-2 .text-section {
	position: relative;
	padding: 4rem 0;
	overflow: hidden;
}

.front-page #section-2 .text-section .container .row .col {
	width: 50%;
	padding: 1rem;
}

.front-page #section-2 .text-section .container .row .col.col-1 {
	padding-right: 3rem;
}

.front-page #section-2 .text-section .container .row .col.col-1 h2 {
	color: #FDD51F;
	margin-top: 0;
}

.front-page #section-2 .text-section .container .row .col.col-1 .originate-button {
	display: inline-block;
	margin-top: 2rem;
}

.front-page #section-2 .text-section .container .row .col.col-2 {
	padding-right: 3rem;
}

.front-page #section-2 .text-section .container .row .col.col-2 p {
	z-index: 10;
}

.front-page #section-2 .text-section .triangle {
	background: #A1D9C9;
}

.front-page #section-2 #section-two-floating {
	overflow: hidden;
}

.front-page #section-2 #section-two-floating .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.front-page #section-2 #section-two-floating .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	background-color: #FAACD5;
	position: relative;
}

.front-page #section-2 #section-two-floating .row .col.col-1 {
	overflow: hidden;
}

.front-page #section-2 #section-two-floating .row .col.col-1 .thick-curve {
	position: absolute;
	top: 200px;
	left: -300px;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.front-page #section-2 #section-two-floating .row .col.col-1 .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.front-page #section-2 #section-two-floating .row .col.image-col .img-container {
	position: relative;
	overflow: hidden;
	height: 80vh;
	width: 100%;
}

.front-page #section-2 #section-two-floating .row .col.image-col .img-container img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
	z-index: 2;
}

.front-page #section-2 #section-two-floating .row .col.image-col .triangle {
	background: #FDD51F;
}

.front-page #section-2 .skinny-curve {
	position: absolute;
	top: 15%;
	left: 0;
	height: 100%;
	width: 100%;
}

.front-page #section-2 .skinny-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 1400px) {
	.front-page #section-2 .text-section .triangle {
		background: #A1D9C9;
	}
}

@media screen and (max-width: 1150px) {
	.front-page #section-2 .text-section .container .row .col.col-1 h2 br {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.front-page #section-2 .text-section {
		padding: 2rem 0;
	}
	.front-page #section-2 .text-section .container .row .col.col-1 .originate-button {
		margin-top: 4rem;
	}
	.front-page #section-2 .text-section .container .row .col.col-2 {
		padding-right: 2rem;
	}
	.front-page #section-2 .text-section .triangle {
		display: none;
	}
	.front-page #section-2 #section-two-floating .row .col {
		width: 100%;
	}
	.front-page #section-2 #section-two-floating .row .col.col-1 {
		height: 60vh;
	}
	.front-page #section-2 #section-two-floating .row .col.col-1 .thick-curve {
		top: 200px;
		left: -300px;
	}
	.front-page #section-2 #section-two-floating .row .col.image-col .img-container {
		height: 60vh;
	}
	.front-page #section-2 .skinny-curve {
		top: 0;
	}
}

@media screen and (max-width: 600px) {
	.front-page #section-2 .text-section {
		padding: 2rem 0;
	}
	.front-page #section-2 .text-section .container .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.front-page #section-2 .text-section .container .row .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.front-page #section-2 .text-section .container .row .col.col-1 {
		padding-right: 0;
		text-align: center;
	}
	.front-page #section-2 .text-section .container .row .col.col-1 .originate-button {
		display: inline-block;
		width: 50%;
		margin: 1rem auto 2rem auto;
	}
	.front-page #section-2 .text-section .container .row .col.col-2 {
		padding-right: 0;
	}
	.front-page #section-2 .text-section .triangle {
		background: #A1D9C9;
	}
	.front-page #section-2 #section-two-floating .row .col {
		width: 100%;
	}
	.front-page #section-2 #section-two-floating .row .col.col-1 {
		height: 45vh;
	}
	.front-page #section-2 #section-two-floating .row .col.col-1 .thick-curve {
		top: 200px;
		left: -250px;
	}
	.front-page #section-2 #section-two-floating .row .col.image-col .img-container {
		height: 45vh;
	}
	.front-page #section-2 .skinny-curve {
		top: 15%;
	}
}

.front-page #section-3 {
	padding: 4rem 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.front-page #section-3 .container .main-heading {
	color: #003333;
	font-weight: 200;
}

.front-page #section-3 .container .feature-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.front-page #section-3 .container .feature-icons .icon-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 25%;
	height: auto;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 1.5rem 0;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col {
	color: #003333;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-1 {
	width: 100%;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-1 .icon-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 80%;
	height: 150px;
	margin: 0 auto;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-2 {
	padding: 0 0 1rem 0;
	width: 100%;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-2 h4 {
	display: inline-block;
	margin: 0;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-2 .plus {
	padding-left: 0.5rem;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-5 {
	width: 100%;
}

.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-5 p {
	width: 70%;
	margin: 0 auto;
}

.front-page #section-3 .thick-curve {
	position: absolute;
	top: 0;
	left: 20%;
	height: 100%;
	width: 100%;
}

.front-page #section-3 .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.front-page #section-3 .triangle {
	background: #A1D9C9;
}

@media screen and (max-width: 1150px) {
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner {
		padding: 1rem 0;
	}
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-1 .icon-image {
		height: 120px;
	}
}

@media screen and (max-width: 900px) {
	.front-page #section-3 {
		padding: 3rem 0;
	}
	.front-page #section-3 .container .feature-icons {
		padding: 1rem 0;
	}
	.front-page #section-3 .container .feature-icons .icon-card {
		width: 50%;
	}
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-1 .icon-image {
		height: 175px;
	}
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-2 {
		padding: 0 0 0 0;
	}
	.front-page #section-3 .thick-curve {
		top: 20%;
	}
}

@media screen and (max-width: 600px) {
	.front-page #section-3 {
		padding: 3rem 0;
	}
	.front-page #section-3 .container .feature-icons {
		padding: 0;
	}
	.front-page #section-3 .container .feature-icons .icon-card {
		width: 100%;
	}
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner {
		padding: 1rem 0;
	}
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-1 .icon-image {
		height: 125px;
	}
	.front-page #section-3 .container .feature-icons .icon-card .icon-inner .col.col-2 {
		padding: 0 0 0 0;
	}
	.front-page #section-3 .thick-curve {
		display: none;
	}
	.front-page #section-3 .triangle {
		display: none;
	}
}

.front-page #section-4 {
	background-color: #FAACD5;
	position: relative;
	overflow: hidden;
}

.front-page #section-4 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.front-page #section-4 .row .col {
	width: 50%;
}

.front-page #section-4 .row .col.retail-col {
	z-index: 2;
	padding: 4rem 0;
}

.front-page #section-4 .row .col.retail-col .retail-content {
	width: 100%;
	color: #003333;
	text-align: center;
}

.front-page #section-4 .row .col.retail-col .retail-content ul {
	margin: 0;
	text-transform: uppercase;
}

.front-page #section-4 .row .col.retail-col .retail-content ul li {
	padding: 0.75rem 0 0.75rem 0;
}

.front-page #section-4 .row .col.retail-col .retail-content ul li .team-item-inner {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.front-page #section-4 .row .col.retail-col .retail-content ul li .team-item-inner.white {
	color: #FFFFFF;
}

.front-page #section-4 .row .col.retail-col .retail-content ul li .team-item-inner.black {
	color: #003333;
}

.front-page #section-4 .row .col.retail-col .retail-content ul li p {
	margin: 0;
	line-height: 1.2 !important;
}

.front-page #section-4 .row .col.retail-col .retail-content ul li .type {
	font-family: "GT America Light";
}

.front-page #section-4 .row .col.retail-col .retail-content ul li .content {
	font-family: "Bebas Neue";
	font-size: 50px;
}

.front-page #section-4 .row .col.retail-col .retail-content ul .team-item-white {
	color: #FFFFFF;
}

.front-page #section-4 .row .col.retail-col .retail-content ul .team-item-black {
	color: #003333;
}

.front-page #section-4 .row .col.image-col {
	position: relative;
}

.front-page #section-4 .row .col.image-col .para-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.front-page #section-4 .row .col.image-col .para-container #ajax-area {
	height: 100%;
}

.front-page #section-4 .row .col.image-col .para-container #ajax-area img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.front-page #section-4 .triangle {
	background: #A1D9C9;
}

@media screen and (max-width: 1150px) {
	.front-page #section-4 .row .col.retail-col {
		padding: 2rem 0;
	}
}

@media screen and (max-width: 900px) {
	.front-page #section-4 {
		padding: 0;
	}
	.front-page #section-4 .row .col {
		width: 100%;
	}
	.front-page #section-4 .row .col.retail-col {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.front-page #section-4 .row .col.image-col {
		height: 60vh !important;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}

@media screen and (max-width: 600px) {
	.front-page #section-4 .row .col.retail-col .retail-content ul li {
		padding: 0 0 2rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.front-page #section-4 .row .col.retail-col .retail-content ul li:nth-child(7) {
		width: 100%;
	}
	.front-page #section-4 .row .col.image-col {
		height: 45vh !important;
	}
}

.front-page #section-5 {
	position: relative;
	overflow: hidden;
}

.front-page #section-5 .section-five-image {
	height: 75vh;
	width: 100%;
}

.front-page #section-5 .section-five-image .section-image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.front-page #section-5 .triangle {
	background: #A1D9C9;
}

@media screen and (max-width: 900px) {
	.front-page #section-5 .section-five-image {
		height: 60vh;
	}
	.front-page #section-5 .triangle {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.front-page #section-5 .section-five-image {
		height: 45vh;
	}
}

.front-page #section-6 {
	overflow: hidden;
}

.front-page #section-6 .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 55vh;
}

.front-page #section-6 .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	position: relative;
}

.front-page #section-6 .row .col .big-pulse {
	background-color: #FDD51F;
	height: 80%;
	width: 80%;
	border-top-right-radius: 100%;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.front-page #section-6 .row .col .big-pulse .big-ring {
	position: absolute;
	background-color: #FDD51F;
	border-top-right-radius: 100%;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.front-page #section-6 .row .col .thick-curve {
	position: absolute;
	top: -100px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.front-page #section-6 .row .col .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.front-page #section-6 .row .col.col-1 {
	background-color: #FAACD5;
	overflow: hidden;
	height: 85%;
}

.front-page #section-6 .row .col.col-2 {
	background-color: #FFFFFF;
	height: 100%;
	z-index: 10;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.front-page #section-6 .row .col.col-2 .masterplan-content {
	width: 80%;
	margin: 0 auto;
	padding: 2rem 0;
}

.front-page #section-6 .row .col.col-2 .masterplan-content .main-heading {
	color: #4399BC;
	font-weight: 200;
}

.front-page #section-6 .row .col.col-2 .masterplan-content .sub-heading {
	color: #003333;
	padding-bottom: 2rem;
	width: 100%;
}

@media screen and (max-width: 1400px) {
	.front-page #section-6 .row {
		height: 65vh;
	}
}

@media screen and (max-width: 1150px) {
	.front-page #section-6 .row {
		height: 60vh;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content {
		width: 80%;
		margin: 0 auto;
		padding: 2rem 0;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content .main-heading {
		color: #4399BC;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content .sub-heading {
		font-size: 30px !important;
	}
}

@media screen and (max-width: 900px) {
	.front-page #section-6 .row {
		width: 100%;
		height: auto;
	}
	.front-page #section-6 .row .col {
		width: 100%;
	}
	.front-page #section-6 .row .col.col-1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		height: 70vh;
	}
	.front-page #section-6 .row .col.col-2 {
		height: auto;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content {
		padding: 3rem 0 4rem 0;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content .sub-heading br {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.front-page #section-6 .row .col {
		width: 100%;
	}
	.front-page #section-6 .row .col .thick-curve {
		top: -100px;
		left: -100px;
	}
	.front-page #section-6 .row .col.col-1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		height: 55vh;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content {
		padding: 2rem 0 3rem 0;
	}
	.front-page #section-6 .row .col.col-2 .masterplan-content .sub-heading {
		font-size: 22px !important;
	}
}

/*--------------------------------------------------------------
## Why Galway Page
--------------------------------------------------------------*/
.why-galway-page #why-galway-section-1 {
	height: 100vh;
	position: relative;
}

.why-galway-page #why-galway-section-1 .hero {
	height: 100%;
}

.why-galway-page #why-galway-section-1 .hero .hero-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.why-galway-page #why-galway-section-1 .hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.why-galway-page #why-galway-section-1 .hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 51, 0.35);
}

.why-galway-page #why-galway-section-1 .hero-overlay .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container h1 {
	color: #A1D9C9;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls {
	position: absolute;
	bottom: 50px;
	height: 120px;
	width: 80%;
	left: 10%;
	display: none;
	/* Fallback stuff */
	/* WebKit styles */
	/* Firefox styles */
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div {
	background: transparent;
	border: none;
	color: #A1D9C9;
	display: inline-block;
	margin: 3px 0 3px 0;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#play {
	margin: 0 0 8px 0;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#play p {
	cursor: pointer;
	font-size: 1.5em;
	margin: 0;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute {
	float: right;
	cursor: pointer;
	display: none;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .mute-icon {
	display: block;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .mute-icon img {
	height: 25px;
	width: 25px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves {
	display: none;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap,
.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap,
.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap {
	position: relative;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap {
	height: 25px;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0 0 3px 0;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	width: 3px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2px 0 2px;
	font-size: 1.5em;
	font-weight: 700;
	color: white;
	border-radius: 4px;
	background-color: #A1D9C9;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box1 {
	height: 10px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box2 {
	height: 15px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box3 {
	height: 10px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box4 {
	height: 15px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box5 {
	height: 10px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box6 {
	height: 15px;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls div svg {
	fill: #A1D9C9;
	width: 1rem;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls progress[value] {
	border: none;
	color: #A1D9C9;
	display: inline;
	height: .75rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: 100%;
	clear: right;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-value {
	background-color: #A1D9C9;
	position: relative;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

.why-galway-page #why-galway-section-1 .hero-overlay .container .video-controls progress[value]::-moz-progress-bar {
	background-color: #A1D9C9;
	position: relative;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

@media screen and (max-width: 600px) {
	.why-galway-page #why-galway-section-1 {
		height: 650px;
	}
}

.why-galway-page #why-galway-section-2 {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.why-galway-page #why-galway-section-2 .content-section-container {
	height: 130vh;
	overflow: hidden;
}

.why-galway-page #why-galway-section-2 .content-section-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-1 {
	height: 60%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-1 .culture-image {
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-1 .culture-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
	z-index: 3;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-2 {
	height: 40%;
	background-color: #A1D9C9;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-1 {
	height: 35%;
	background-color: #FAACD5;
	z-index: 1;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-1 .small-pulse {
	background-color: #FFFFFF;
	height: 200px;
	width: 200px;
	border-bottom-right-radius: 200px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-1 .small-pulse .small-ring {
	position: absolute;
	background-color: #FFFFFF;
	border-bottom-right-radius: 200px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-1 .triangle {
	background-color: #FDD51F;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 {
	height: 65%;
	background-color: #4399BC;
	z-index: 2;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .culture-content {
	width: 80%;
	margin: 0 auto;
	padding: 2rem 0;
	z-index: 3;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .culture-content .inner .main-heading {
	color: #FFFFFF;
	line-height: 1;
	font-weight: 200;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .culture-content .inner p {
	width: 100%;
	color: #003333;
	margin: 0;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .small-pulse {
	background-color: #5ac0ea;
	height: 450px;
	width: 450px;
	border-top-left-radius: 450px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .small-pulse .small-ring-bottom {
	position: absolute;
	background-color: #5ac0ea;
	border-top-left-radius: 450px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.why-galway-page #why-galway-section-2 .image-section-container {
	height: 75vh;
	overflow: hidden;
}

.why-galway-page #why-galway-section-2 .image-section-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-1 {
	width: 85%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-1 .vibrant-image {
	height: 100%;
	width: 100%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-1 .vibrant-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 {
	width: 15%;
	background-color: #FDD51F;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	position: relative;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col.inner-col-1 {
	height: 60%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col.inner-col-1 .triangle {
	background-color: #A1D9C9;
	width: 100%;
	height: 60%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col.inner-col-2 {
	height: 40%;
}

.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col.inner-col-2 .triangle {
	background-color: #A1D9C9;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-2 .skinny-curve {
	position: absolute;
	top: -15%;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.why-galway-page #why-galway-section-2 .skinny-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: fill;
	   object-fit: fill;
}

@media screen and (max-width: 1150px) {
	.why-galway-page #why-galway-section-2 .content-section-container {
		height: 120vh;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-1 {
		height: 70%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-2 {
		height: 30%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-1 {
		height: 20%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 {
		height: 80%;
		position: relative;
		z-index: 6;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .culture-content {
		width: 90%;
	}
	.why-galway-page #why-galway-section-2 .skinny-curve {
		top: -5%;
	}
}

@media screen and (max-width: 900px) {
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-1 {
		height: 60%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-2 {
		height: 40%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-1 {
		height: 40%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 {
		height: 60%;
	}
	.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col.inner-col-1 {
		height: 60%;
	}
	.why-galway-page #why-galway-section-2 .image-section-container .row .col.col-2 .inner-row .inner-col.inner-col-2 {
		height: 40%;
	}
	.why-galway-page #why-galway-section-2 .skinny-curve {
		top: 0;
	}
}

@media screen and (max-width: 600px) {
	.why-galway-page #why-galway-section-2 .content-section-container {
		height: unset;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col {
		width: 100%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col.col-1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col.col-2 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-1 {
		height: unset;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .left-inner-row .left-inner-col.left-inner-col-2 {
		display: none;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .culture-content {
		width: 80%;
	}
	.why-galway-page #why-galway-section-2 .content-section-container .row .col .right-inner-row .right-inner-col.right-inner-col-2 .culture-content .inner p {
		width: 100%;
	}
	.why-galway-page #why-galway-section-2 .image-section-container {
		display: none;
	}
}

.why-galway-page #why-galway-section-3 .section-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-3 .section-container .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 {
	width: 50%;
	background-color: #003333;
	position: relative;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-1 {
	width: 20%;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 {
	padding: 6rem 0;
	z-index: 2;
	width: 80%;
	background-color: #FAACD5;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content {
	width: 85%;
	margin: 0 auto;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content .main-heading {
	color: #003333;
	line-height: 1;
	font-weight: 200;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content p {
	color: #003333;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content p:last-child {
	margin: 0;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .skinny-curve {
	position: absolute;
	top: 0;
	height: -200px;
	width: 100%;
	z-index: 1;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .skinny-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: fill;
	   object-fit: fill;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .medium-curve {
	position: absolute;
	top: 0;
	left: -255px;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .medium-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: fill;
	   object-fit: fill;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-2 {
	width: 50%;
	position: relative;
	z-index: 5;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-2 .natural-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.why-galway-page #why-galway-section-3 .section-container .col.col-2 .natural-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right;
	   object-position: right;
}

@media screen and (max-width: 1400px) {
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 {
		padding: 6rem 0;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content {
		width: 70%;
	}
}

@media screen and (max-width: 1150px) {
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-1 {
		width: 0;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 {
		width: 100%;
		padding: 4rem 0;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content {
		width: 80%;
	}
}

@media screen and (max-width: 900px) {
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 .natural-content {
		width: 90%;
	}
}

@media screen and (max-width: 600px) {
	.why-galway-page #why-galway-section-3 .section-container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 {
		width: 100%;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-1 {
		display: none;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-1 .inner-row .inner-col.inner-col-2 {
		width: 100%;
		padding: 2rem 0;
	}
	.why-galway-page #why-galway-section-3 .section-container .col.col-2 {
		width: 100%;
	}
}

.why-galway-page #why-galway-section-4 .section-container {
	height: 100%;
}

.why-galway-page #why-galway-section-4 .section-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-4 .section-container .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	height: 100%;
	background-color: #003333;
	position: relative;
	z-index: 5;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.why-galway-page #why-galway-section-4 .section-container .row .col .transport-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.why-galway-page #why-galway-section-4 .section-container .row .col .transport-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right;
	   object-position: right;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 {
	padding: 6rem 0;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .transport-content {
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .transport-content .main-heading {
	color: #FDD51F;
	line-height: 1;
	font-weight: 200;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .transport-content p {
	color: #fff;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .transport-content p:last-child {
	margin: 0;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 2.5rem;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul {
	width: 90%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li {
	color: #fff;
	text-align: center;
	width: 50%;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li:before, .why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li:after {
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	background: #fff;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li:before {
	margin-bottom: 1.25rem;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li:after {
	margin-top: 1rem;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li .time {
	font-size: 96px;
	font-family: "Bebas Neue";
	line-height: 1;
	margin: 0;
}

.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li .location {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.why-galway-page #why-galway-section-4 .section-container .row .col .transport-content {
		width: 70%;
	}
}

@media screen and (max-width: 1150px) {
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 {
		padding: 4rem 0;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .transport-content {
		width: 80%;
	}
}

@media screen and (max-width: 900px) {
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 {
		padding: 2rem 0;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li .time {
		font-size: 56px;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 .timings ul li .location {
		width: 80%;
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	.why-galway-page #why-galway-section-4 .section-container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col {
		width: 100%;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2.col-2 {
		padding: 2rem 0;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2.col-2 .timings ul li .time {
		font-size: 56px;
	}
	.why-galway-page #why-galway-section-4 .section-container .row .col.col-2.col-2 .timings ul li .location {
		width: 60%;
		font-size: 12px;
	}
}

.why-galway-page #why-galway-section-5 .section-five-image {
	height: 75vh;
}

.why-galway-page #why-galway-section-5 .section-five-image .section-image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

@media screen and (max-width: 900px) {
	.why-galway-page #why-galway-section-5 .section-five-image {
		height: 60vh;
	}
}

@media screen and (max-width: 600px) {
	.why-galway-page #why-galway-section-5 .section-five-image {
		height: 45vh;
	}
}

.why-galway-page #why-galway-section-6 .section-container {
	height: 75vh;
	background-color: #A1D9C9;
}

.why-galway-page #why-galway-section-6 .section-container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.why-galway-page #why-galway-section-6 .section-container .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 {
	width: 40%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content {
	margin: 0 auto;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content .sub-heading {
	color: #003333;
	margin: 0 auto;
	width: 65%;
	line-height: 1.2;
	padding-bottom: 4rem;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content .sub-heading span {
	font-size: smaller;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table {
	margin: 0 auto;
	width: 50%;
	font-size: 20px;
	border-collapse: collapse;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table .table-headings {
	font-size: 28px;
	font-family: "Bebas Neue";
	font-weight: 200;
	letter-spacing: 1.1px;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table tr {
	border-bottom: 2px solid #003333;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table tr td {
	padding: 0.5rem 0 0.5rem 1rem;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table tr:nth-last-child(3) {
	background-color: #FFFFFF;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 {
	width: 60%;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 .transport-image {
	height: 100%;
	width: 100%;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 .transport-image svg {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 .transport-image svg #big-ireland-circle {
	opacity: 0.2;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 .transport-image svg #medium-ireland-circle {
	opacity: 0.5;
}

.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 .transport-image svg #small-ireland-circle {
	opacity: 0.8;
}

@media screen and (max-width: 1150px) {
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content .sub-heading {
		width: 75%;
		padding-bottom: 4rem;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table {
		width: 75%;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table .table-headings {
		font-size: 22px;
	}
}

@media screen and (max-width: 900px) {
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content .sub-heading {
		width: 80%;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table {
		font-size: 18px;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table .table-headings {
		font-size: 20px;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table tr:nth-last-child(1) {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table tr:nth-last-child(2) {
		background-color: rgba(3, 51, 51, 0.5);
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table tr:nth-last-child(3) {
		background-color: rgba(255, 255, 255, 0.5);
	}
}

@media screen and (max-width: 600px) {
	.why-galway-page #why-galway-section-6 .section-container {
		padding-top: 2rem;
		height: unset;
		background-color: #A1D9C9;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 {
		width: 100%;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content {
		padding: 2rem 0 1rem 0;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content .sub-heading {
		color: #003333;
		margin: 0 auto;
		width: 80%;
		padding-bottom: 2rem;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table {
		width: 80%;
		font-size: 18px;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-1 .map-content table .table-headings {
		font-size: 18px;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 {
		width: 100%;
	}
	.why-galway-page #why-galway-section-6 .section-container .row .col.col-2 .transport-image {
		height: 65vh;
		width: 90%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
## Masterplan Page
--------------------------------------------------------------*/
.masterplan-page .main-heading {
	line-height: 1;
	font-weight: 200;
}

.masterplan-page #masterplan-section-1 {
	height: 100vh;
	position: relative;
}

.masterplan-page #masterplan-section-1 .hero {
	height: 100%;
}

.masterplan-page #masterplan-section-1 .hero .hero-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.masterplan-page #masterplan-section-1 .hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.masterplan-page #masterplan-section-1 .hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 51, 0.35);
}

.masterplan-page #masterplan-section-1 .hero-overlay .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container h1 {
	color: #FFFFFF;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls {
	position: absolute;
	bottom: 50px;
	height: 120px;
	width: 80%;
	left: 10%;
	display: none;
	/* Fallback stuff */
	/* WebKit styles */
	/* Firefox styles */
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div {
	background: transparent;
	border: none;
	color: #FFFFFF;
	display: inline-block;
	margin: 3px 0 3px 0;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#play {
	margin: 0 0 8px 0;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#play p {
	font-size: 1.5em;
	margin: 0;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute {
	float: right;
	display: none;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .mute-icon {
	display: block;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .mute-icon img {
	height: 25px;
	width: 25px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves {
	display: none;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap,
.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap,
.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap {
	position: relative;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap {
	height: 25px;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0 0 3px 0;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	width: 3px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2px 0 2px;
	font-size: 1.5em;
	font-weight: 700;
	color: white;
	border-radius: 4px;
	background-color: #FFFFFF;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box1 {
	height: 10px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box2 {
	height: 15px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box3 {
	height: 10px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box4 {
	height: 15px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box5 {
	height: 10px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box6 {
	height: 15px;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls div svg {
	fill: #FFFFFF;
	width: 1rem;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls progress[value] {
	border: none;
	color: #FFFFFF;
	display: inline;
	height: .75rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: 100%;
	clear: right;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-value {
	background-color: #FFFFFF;
	position: relative;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

.masterplan-page #masterplan-section-1 .hero-overlay .container .video-controls progress[value]::-moz-progress-bar {
	background-color: #FFFFFF;
	position: relative;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

.masterplan-page #section-2 {
	position: relative;
}

.masterplan-page #section-2 .small-pulse {
	background-color: #FAACD5;
	height: 150px;
	width: 150px;
	border-bottom-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.masterplan-page #section-2 .small-pulse .small-ring {
	position: absolute;
	background-color: #FAACD5;
	border-bottom-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

.masterplan-page #section-2 .text-section {
	position: relative;
	padding: 8rem 0;
	overflow: hidden;
	background-color: #003333;
}

.masterplan-page #section-2 .text-section .container .row .col {
	width: 50%;
	padding: 1rem;
}

.masterplan-page #section-2 .text-section .container .row .col.col-1 {
	padding-right: 3rem;
}

.masterplan-page #section-2 .text-section .container .row .col.col-1 h2 {
	color: #FDD51F;
	margin-top: 0;
}

.masterplan-page #section-2 .text-section .container .row .col.col-1 .originate-button {
	display: inline-block;
	margin-top: 2rem;
}

.masterplan-page #section-2 .text-section .container .row .col.col-2 {
	padding-right: 3rem;
}

.masterplan-page #section-2 .text-section .container .row .col.col-2 p {
	z-index: 10;
	color: #FFFFFF;
}

@media screen and (max-width: 1150px) {
	.masterplan-page #section-2 .small-pulse {
		height: 100px;
		width: 100px;
		border-bottom-right-radius: 100px;
	}
	.masterplan-page #section-2 .small-pulse .small-ring {
		border-bottom-right-radius: 100px;
	}
	.masterplan-page #section-2 .text-section {
		padding: 6rem 0;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #section-2 .small-pulse {
		height: 75px;
		width: 75px;
		border-bottom-right-radius: 75px;
	}
	.masterplan-page #section-2 .small-pulse .small-ring {
		border-bottom-right-radius: 75px;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #section-2 .small-pulse {
		height: 25px;
		width: 25px;
		border-bottom-right-radius: 25px;
	}
	.masterplan-page #section-2 .small-pulse .small-ring {
		border-bottom-right-radius: 25px;
	}
	.masterplan-page #section-2 .text-section {
		padding: 4rem 0;
	}
	.masterplan-page #section-2 .text-section .container .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.masterplan-page #section-2 .text-section .container .row .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.masterplan-page #section-2 .text-section .container .row .col.col-1 {
		padding-right: 0;
	}
	.masterplan-page #section-2 .text-section .container .row .col.col-2 {
		padding-right: 0;
	}
	.masterplan-page #section-2 .text-section .container .row .col.col-2 p {
		margin: 0;
	}
}

.masterplan-page #section-3 {
	background: #A1D9C9;
	padding: 6rem 0;
}

.masterplan-page #section-3 .container ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.masterplan-page #section-3 .container ul li {
	width: 25%;
	text-align: center;
	text-transform: uppercase;
	color: #003333;
}

.masterplan-page #section-3 .container ul li p {
	margin: 0;
}

.masterplan-page #section-3 .container ul li .main-heading {
	margin: 0;
	white-space: nowrap;
}

@media screen and (max-width: 1450px) {
	.masterplan-page #section-3 .container ul li .main-heading {
		font-size: 60px;
	}
}

@media screen and (max-width: 1400px) {
	.masterplan-page #section-3 .container ul li .main-heading {
		font-size: 56px;
	}
}

@media screen and (max-width: 1150px) {
	.masterplan-page #section-3 {
		padding: 4rem 0;
	}
	.masterplan-page #section-3 .container ul li .main-heading {
		font-size: 50px;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #section-3 {
		padding: 4rem 0 2rem 0;
	}
	.masterplan-page #section-3 .container ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.masterplan-page #section-3 .container ul li {
		width: 50%;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #section-3 {
		padding: 3rem 0 1rem 0;
	}
	.masterplan-page #section-3 .container ul li {
		width: 100%;
	}
}

.masterplan-page #section-4 .main-title-section {
	background: #4399BC;
	color: #003333;
	padding: 4rem 0 0 0;
}

.masterplan-page #section-4 .main-title-section .container .main-heading {
	text-align: center;
	margin-bottom: 2rem;
}

.masterplan-page #section-4 .main-title-section .container ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.masterplan-page #section-4 .main-title-section .container ul li .sub-heading {
	font-family: "Bebas Neue";
	text-transform: uppercase;
	margin: 0;
	cursor: pointer;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.masterplan-page #section-4 .main-title-section .container ul li .sub-heading:hover {
	color: #fff;
}

.masterplan-page #section-4 .main-title-section .container ul li .sub-heading:after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #4399BC;
	margin-top: 1rem;
}

.masterplan-page #section-4 .main-title-section .container ul li .sub-heading.active {
	color: #fff;
}

.masterplan-page #section-4 .main-title-section .container ul li .sub-heading.active:after {
	background: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .main-image-area {
	position: relative;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-instructions {
	position: absolute;
	top: 6rem;
	left: 4rem;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-instructions .instructions-icon {
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin-bottom: 1rem;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-instructions p {
	text-transform: uppercase;
	font-family: "Bebas Neue";
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg {
	width: 100%;
	height: 100%;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block {
	cursor: pointer;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.public-spaces polygon, .masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.public-spaces path {
	fill: rgba(247, 92, 15, 0.5);
	-webkit-transition: fill 400ms linear;
	transition: fill 400ms linear;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.public-spaces:hover polygon, .masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.public-spaces:hover path {
	fill: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.public-spaces.active polygon, .masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.public-spaces.active path {
	fill: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block polygon, .masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block path {
	fill: #003333;
	-webkit-transition: fill 400ms linear;
	transition: fill 400ms linear;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block:hover polygon, .masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block:hover path {
	fill: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.active polygon, .masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg svg .masterplan-block.active path {
	fill: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area {
	min-height: 800px;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .blocks-area-title {
	color: #F75C0F;
	padding: 4rem 0 2rem 0;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .blocks-area-title .main-heading {
	margin: 0;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 4rem;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col {
	width: 50%;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading {
	font-size: 2rem;
	font-family: "Bebas Neue";
	color: #959595;
	margin: 0;
	cursor: pointer;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
	display: inline-block;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading:hover {
	color: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin: .5rem 0 1rem 0;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading.active {
	color: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading.active:after {
	background: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 #blocks-area-image img {
	display: block;
	width: 100%;
	height: auto;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table {
	padding-left: 6rem;
	height: 100%;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table {
	margin: 0;
	border-collapse: collapse;
	font-size: 1rem;
	color: #003333;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table thead {
	border-bottom: solid 5px #003333;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tbody tr {
	border-bottom: solid 1px #959595;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tr {
	text-align: center;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tr th {
	padding-bottom: 1rem;
	/**
                        DELETE ME
                         */
	/**
                        END OF DELETE ME
                         */
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tr th:nth-child(6) {
	display: none;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tr td {
	padding: 1rem 0;
	/**
                         DELETE ME
                        */
	/**
                        END OF DELETE ME
                         */
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tr td:nth-child(6) {
	display: none;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table tr td a {
	font-size: 1.5rem;
	color: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description {
	padding-top: 2rem;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h1, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h2, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h3, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h4, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h5, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h6 {
	color: #003333;
	font-size: 2.5rem;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .owl-dots .owl-dot.active span {
	background: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .owl-dots .owl-dot:hover span {
	background: #F75C0F;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .owl-dots .owl-dot span {
	background: none;
	border: solid 1px #F75C0F;
	width: 10px;
	height: 10px;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .desc-slide {
	height: 600px;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .desc-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description-image {
	height: 100%;
	width: 100%;
	position: relative;
}

.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 1400px) {
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading {
		font-size: 1.5rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h1, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h2, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h3, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h4, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h5, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h6 {
		font-size: 2rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .desc-slide {
		height: 450px;
	}
}

@media screen and (max-width: 1150px) {
	.masterplan-page #section-4 .main-title-section {
		padding-top: 2rem;
	}
	.masterplan-page #section-4 .main-title-section .container ul li .sub-heading {
		font-size: 30px;
	}
	.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-instructions {
		top: 1rem;
		left: 1rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area {
		min-height: 550px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .blocks-area-title {
		padding: 2rem 0;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading {
		font-size: 20px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table {
		padding: 0 2rem 0 3rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .desc-slide {
		height: 300px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description {
		padding-top: 1rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h1, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h2, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h3, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h4, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h5, .masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description h6 {
		font-size: 30px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description p {
		font-size: 1rem;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #section-4 .main-title-section {
		padding-bottom: .5rem;
	}
	.masterplan-page #section-4 .main-title-section .container .main-heading {
		margin-bottom: 1rem;
	}
	.masterplan-page #section-4 .main-title-section .container ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.masterplan-page #section-4 .main-title-section .container ul li {
		width: 100%;
		text-align: center;
	}
	.masterplan-page #section-4 .main-title-section .container ul li .sub-heading {
		display: inline-block;
	}
	.masterplan-page #section-4 .main-title-section .container ul li .sub-heading:after {
		margin: .25rem 0 .75rem 0;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area {
		min-height: 700px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col {
		width: 100%;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 {
		padding-top: 1rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table {
		padding: 0;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .desc-slide {
		height: 500px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table #blocks-area-description-image {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #section-4 .main-title-section .container .main-heading {
		font-size: 50px;
		margin-bottom: 1.25rem;
	}
	.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-instructions {
		display: none;
	}
	.masterplan-page #section-4 #masterplan-area .main-image-area .main-image-svg {
		width: 1000px;
		height: 563px;
		top: 0;
		right: unset;
		bottom: unset;
		left: 50%;
		-webkit-transform: translateX(-55%);
		        transform: translateX(-55%);
		z-index: 2;
	}
	.masterplan-page #section-4 #masterplan-area .main-image-area img {
		position: relative;
		z-index: 1;
		width: 1000px;
		height: 563px;
		max-width: unset;
		-webkit-transform: translateX(-55%);
		        transform: translateX(-55%);
		left: 50%;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area {
		min-height: 400px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .blocks-area-title {
		padding: 1rem 0;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .blocks-area-title .main-heading {
		font-size: 40px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row {
		padding-bottom: 2rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-1 .blocks-area-filter ul li .blocks-area-heading {
		font-size: 1rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table {
		font-size: 1rem;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table table thead {
		font-size: 12px;
	}
	.masterplan-page #section-4 #masterplan-area .blocks-area .container .row .col.col-2 #blocks-area-table .desc_img_owl .desc-slide {
		height: 250px;
	}
}

.masterplan-page #section-5 {
	padding-top: 3rem;
	background: #A1D9C9;
}

.masterplan-page #section-5 .container .content {
	width: 70%;
	padding-bottom: 2rem;
}

.masterplan-page #section-5 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.masterplan-page #section-5 .row .pink-circle {
	background-color: #FAACD5;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(66%, 0);
	        transform: translate(66%, 0);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

.masterplan-page #section-5 .row .col.col-1 {
	width: 55%;
	height: 100%;
	position: relative;
}

.masterplan-page #section-5 .row .col.col-1 .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.masterplan-page #section-5 .row .col.col-1 .overlay svg {
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle {
	cursor: pointer;
}

.masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle g circle, .masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle g ellipse {
	fill: rgba(255, 255, 255, 0);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle:hover g circle, .masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle:hover g ellipse {
	fill: #F75C0F;
	stroke: #F75C0F;
}

.masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle.active g circle, .masterplan-page #section-5 .row .col.col-1 .overlay svg .map-circle.active g ellipse {
	fill: #F75C0F;
	stroke: #F75C0F;
}

.masterplan-page #section-5 .row .col.col-1 img {
	width: 100%;
	height: auto;
}

.masterplan-page #section-5 .row .col.col-2 {
	width: 45%;
	background: #4399BC;
	position: relative;
	overflow: hidden;
}

.masterplan-page #section-5 .row .col.col-2 #image-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.masterplan-page #section-5 .row .col.col-2 #image-area .the-image {
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 100%;
}

.masterplan-page #section-5 .row .col.col-2 #image-area .the-information {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 8rem 1rem 2rem 1rem;
	background: #003333;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 51, 51, 0.6)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgba(0, 51, 51, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.masterplan-page #section-5 .row .col.col-2 #image-area .the-information h1, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h2, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h3, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h4, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h5, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h6 {
	font-size: 2.5rem;
}

.masterplan-page #section-5 .row .col.col-2 #image-area .the-information p {
	width: 80%;
	line-height: 1.25;
}

.masterplan-page #section-5 .row .col.col-2 #image-area .the-information p:last-of-type {
	margin: 0;
}

@media screen and (max-width: 1400px) {
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information h1, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h2, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h3, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h4, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h5, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h6 {
		font-size: 2rem;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1150px) {
	.masterplan-page #section-5 .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.masterplan-page #section-5 .row .pink-circle {
		height: 100px;
		width: 100px;
	}
	.masterplan-page #section-5 .row .col.col-1 {
		width: 100%;
	}
	.masterplan-page #section-5 .row .col.col-2 {
		width: 100%;
		height: 700px;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information h1, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h2, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h3, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h4, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h5, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h6 {
		font-size: 1.5rem;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information p {
		width: 60%;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #section-5 .container .content {
		width: 85%;
	}
	.masterplan-page #section-5 .row .pink-circle {
		height: 75px;
		width: 75px;
	}
	.masterplan-page #section-5 .row .col.col-2 {
		height: 600px;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information h1, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h2, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h3, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h4, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h5, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h6 {
		font-size: 2rem;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information p {
		width: 80%;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #section-5 .container .content {
		width: 100%;
	}
	.masterplan-page #section-5 .row .pink-circle {
		height: 50px;
		width: 50px;
		-webkit-transform: translate(85%, 0);
		        transform: translate(85%, 0);
	}
	.masterplan-page #section-5 .row .col.col-1 .overlay {
		width: 800px;
		height: 450px;
		top: 0;
		right: unset;
		bottom: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 2;
	}
	.masterplan-page #section-5 .row .col.col-1 img {
		position: relative;
		z-index: 1;
		width: 800px;
		height: 450px;
		max-width: unset;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		left: 50%;
	}
	.masterplan-page #section-5 .row .col.col-2 {
		height: 400px;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information h1, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h2, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h3, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h4, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h5, .masterplan-page #section-5 .row .col.col-2 #image-area .the-information h6 {
		font-size: 1.5rem;
	}
	.masterplan-page #section-5 .row .col.col-2 #image-area .the-information p {
		width: 100%;
	}
}

.masterplan-page #section-6 {
	padding: 8rem 0 12rem 0;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.masterplan-page #section-6 .small-pulse {
	background-color: #FAACD5;
	height: 150px;
	width: 150px;
	border-bottom-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.masterplan-page #section-6 .small-pulse .small-ring-2 {
	position: absolute;
	background-color: #FAACD5;
	border-bottom-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

.masterplan-page #section-6 .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.masterplan-page #section-6 .container .row .col {
	width: 50%;
}

.masterplan-page #section-6 .container .row .col.col-1 .main-heading {
	margin: 0;
}

.masterplan-page #section-6 .container .row .col.col-1 .cta {
	padding-top: 6rem;
}

.masterplan-page #section-6 .container .row .col.col-1 .cta p {
	margin: 0;
	font-size: 16px;
}

.masterplan-page #section-6 .triangle {
	background: #4399BC;
}

.masterplan-page #section-6 .green-curve {
	overflow: hidden;
	position: absolute;
	top: -20px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.masterplan-page #section-6 .green-curve .the-curve {
	width: 100%;
	height: 140%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 1150px) {
	.masterplan-page #section-6 {
		padding: 6rem 0 8rem 0;
	}
	.masterplan-page #section-6 .small-pulse {
		height: 100px;
		width: 100px;
		border-bottom-right-radius: 100px;
	}
	.masterplan-page #section-6 .small-pulse .small-ring {
		border-bottom-right-radius: 100px;
	}
	.masterplan-page #section-6 .container .row .col.col-1 .cta {
		padding-top: 4rem;
	}
	.masterplan-page #section-6 .green-curve .the-curve {
		left: 50%;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #section-6 .small-pulse {
		height: 75px;
		width: 75px;
		border-bottom-right-radius: 75px;
	}
	.masterplan-page #section-6 .small-pulse .small-ring {
		border-bottom-right-radius: 75px;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #section-6 {
		padding: 4rem 0 6rem 0;
	}
	.masterplan-page #section-6 .small-pulse {
		height: 50px;
		width: 50px;
		border-bottom-right-radius: 25px;
	}
	.masterplan-page #section-6 .small-pulse .small-ring {
		border-bottom-right-radius: 25px;
	}
	.masterplan-page #section-6 .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.masterplan-page #section-6 .container .row .col {
		width: 100%;
	}
	.masterplan-page #section-6 .container .row .col.col-1 .main-heading {
		margin-bottom: 1rem;
	}
	.masterplan-page #section-6 .container .row .col.col-1 .cta {
		padding-top: 0;
		position: absolute;
		left: 5%;
		bottom: 0;
	}
	.masterplan-page #section-6 .container .row .col.col-2 {
		padding-bottom: 4rem;
	}
	.masterplan-page #section-6 .green-curve {
		display: none;
	}
}

.masterplan-page #masterplan_floorplans {
	background-color: #4399BC;
	height: auto;
	position: relative;
}

.masterplan-page #masterplan_floorplans .text-section {
	position: relative;
	padding: 4rem 0;
	overflow: hidden;
	background-color: #003333;
}

.masterplan-page #masterplan_floorplans .text-section .container .row .col {
	width: 50%;
	padding: 1rem;
}

.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-1 {
	padding-right: 3rem;
}

.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-1 h2 {
	color: #FDD51F;
	margin-top: 0;
}

.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-1 .originate-button {
	display: inline-block;
	margin-top: 2rem;
}

.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-2 {
	padding-right: 3rem;
}

.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-2 p {
	z-index: 10;
	color: #FFFFFF;
}

.masterplan-page #masterplan_floorplans .text-section .triangle {
	background: #A1D9C9;
}

.masterplan-page #masterplan_floorplans .text-section .skinny-curve {
	position: absolute;
	top: 0;
	left: 60%;
	height: 100%;
	width: 100%;
}

.masterplan-page #masterplan_floorplans .text-section .skinny-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.masterplan-page #masterplan_floorplans .floorplans-heading {
	width: 100%;
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	text-align: center;
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer .owl-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	padding: 1rem 0;
	font-family: "Bebas Neue";
	font-size: 50px;
	cursor: pointer;
	color: #003333;
	font-weight: 200;
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer .owl-dot.active {
	color: #F75C0F;
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer .owl-dot:hover {
	color: rgba(247, 92, 15, 0.5);
}

.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer .owl-dot.active:hover {
	color: #F75C0F;
}

.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item {
	height: 95vh;
	width: 100%;
}

.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	pointer-events: none;
}

.masterplan-page #masterplan_floorplans .floorplans-data {
	padding: 4rem 0;
	background-color: #FFFFFF;
	display: none;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption {
	opacity: 1;
	-webkit-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
	color: #003333;
	font-size: 20px;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table {
	border-collapse: collapse;
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table tr {
	border-bottom: 1px solid #707070;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table tr td {
	padding: .5rem 0;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table tr td img {
	width: 50px;
	height: 50px;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table tr:nth-child(1) {
	border-bottom: 5px solid #707070;
}

.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table tr:nth-child(1) th {
	padding: .5rem 0 1rem 0;
}

@media screen and (max-width: 1150px) {
	.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item {
		height: 90vh;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table tr td img {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #masterplan_floorplans .text-section .triangle {
		display: none;
	}
	.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer .owl-dot {
		font-size: 40px;
	}
	.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item {
		height: 65vh;
	}
	.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data {
		padding: 2rem 2rem;
		overflow-x: auto;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data .image-caption {
		font-size: 18px;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table {
		width: 150%;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #masterplan_floorplans .text-section {
		padding: 2rem 0 2rem 0;
	}
	.masterplan-page #masterplan_floorplans .text-section .container .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.masterplan-page #masterplan_floorplans .text-section .container .row .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-1 {
		padding-right: 0;
		text-align: center;
	}
	.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-2 {
		padding-right: 0;
	}
	.masterplan-page #masterplan_floorplans .text-section .container .row .col.col-2 p {
		margin: 0;
	}
	.masterplan-page #masterplan_floorplans .text-section .triangle {
		display: none;
	}
	.masterplan-page #masterplan_floorplans .text-section .skinny-curve {
		display: none;
	}
	.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer {
		padding: 2rem 0;
	}
	.masterplan-page #masterplan_floorplans .floorplans-heading .container .menu-row .menu-col .floorplan-dotsContainer .owl-dot {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0.5rem 0;
		font-size: 40px;
	}
	.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item {
		height: 45vh;
	}
	.masterplan-page #masterplan_floorplans .floorplan-owl .owl-stage-outer .owl-stage .owl-item .item img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data {
		padding: 2rem 1rem;
		overflow-x: auto;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data .image-caption {
		font-size: 18px;
	}
	.masterplan-page #masterplan_floorplans .floorplans-data .image-caption table {
		width: 320%;
	}
}

.masterplan-page #masterplan-elevation {
	height: 75vh;
	background-color: #f8fcf4;
}

.masterplan-page #masterplan-elevation .elevation-image {
	padding: 4rem 0;
	height: 100%;
	width: 80%;
	margin: 0 auto;
}

.masterplan-page #masterplan-elevation .elevation-image .section-image {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: bottom;
	   object-position: bottom;
}

@media screen and (max-width: 1150px) {
	.masterplan-page #masterplan-elevation5 .elevation-image {
		padding: 3rem 0;
	}
}

@media screen and (max-width: 900px) {
	.masterplan-page #masterplan-elevation {
		height: 60vh;
	}
	.masterplan-page #masterplan-elevation .elevation-image {
		padding: 3rem 0;
	}
	.masterplan-page #masterplan-elevation .elevation-image .section-image {
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 600px) {
	.masterplan-page #masterplan-elevation {
		height: 45vh;
	}
}

/*--------------------------------------------------------------
## Augustine Hill Page
--------------------------------------------------------------*/
.augustine-hill-page #augustine-hill-section-1 {
	height: 100vh;
	position: relative;
}

.augustine-hill-page #augustine-hill-section-1 .hero {
	height: 100%;
}

.augustine-hill-page #augustine-hill-section-1 .hero .hero-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.augustine-hill-page #augustine-hill-section-1 .hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 51, 0.35);
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container h1 {
	color: #FDD51F;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls {
	position: absolute;
	bottom: 50px;
	height: 120px;
	width: 80%;
	left: 10%;
	display: none;
	/* Fallback stuff */
	/* WebKit styles */
	/* Firefox styles */
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div {
	background: transparent;
	border: none;
	color: #FDD51F;
	display: inline-block;
	margin: 3px 0 3px 0;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#play {
	margin: 0 0 8px 0;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#play p {
	font-size: 1.5em;
	margin: 0;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute {
	float: right;
	display: none;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .mute-icon {
	display: block;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .mute-icon img {
	height: 25px;
	width: 25px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves {
	display: none;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap,
.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap,
.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap {
	position: relative;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap {
	height: 25px;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0 0 3px 0;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	width: 3px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2px 0 2px;
	font-size: 1.5em;
	font-weight: 700;
	color: #FDD51F;
	border-radius: 4px;
	background-color: #FDD51F;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box1 {
	height: 10px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box2 {
	height: 15px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box3 {
	height: 10px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box4 {
	height: 15px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box5 {
	height: 10px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box6 {
	height: 15px;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls div svg {
	fill: #FDD51F;
	width: 1rem;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls progress[value] {
	border: none;
	color: #FDD51F;
	display: inline;
	height: .75rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: 100%;
	clear: right;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-value {
	background-color: #FDD51F;
	position: relative;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

.augustine-hill-page #augustine-hill-section-1 .hero-overlay .container .video-controls progress[value]::-moz-progress-bar {
	background-color: #FDD51F;
	position: relative;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

.augustine-hill-page #augustine-hill-section-2 {
	overflow: hidden;
	position: relative;
}

.augustine-hill-page #augustine-hill-section-2 .text-section {
	position: relative;
	padding: 4rem 0;
	overflow: hidden;
	background-color: #A1D9C9;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col {
	width: 50%;
	padding: 1rem;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-1 {
	padding-right: 3rem;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-1 h2 {
	color: #003333;
	margin-top: 0;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-1 .originate-button {
	display: inline-block;
	margin-top: 2rem;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-2 {
	padding-right: 3rem;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-2 p {
	z-index: 10;
	color: #003333;
}

.augustine-hill-page #augustine-hill-section-2 .text-section .triangle {
	background: #FDD51F;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	background-color: #FAACD5;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-1 .section-image {
	height: 70vh;
	width: 100%;
	position: relative;
	z-index: 6;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-1 .section-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 {
	overflow: hidden;
	position: relative;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .medium-curve {
	position: absolute;
	top: 0;
	left: -150px;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .medium-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .skinny-curve {
	position: absolute;
	top: 0;
	left: 200px;
	height: 150%;
	width: 100%;
	z-index: 2;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .skinny-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .triangle {
	width: 350px;
	height: 350px;
	background: #4399BC;
	z-index: 4;
}

@media screen and (max-width: 1400px) {
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .medium-curve {
		top: 80px;
	}
}

@media screen and (max-width: 1150px) {
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .medium-curve {
		left: -100px;
	}
}

@media screen and (max-width: 900px) {
	.augustine-hill-page #augustine-hill-section-2 .text-section .triangle {
		display: none;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col {
		width: 100%;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 {
		height: 60vh;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .skinny-curve {
		position: absolute;
		top: 200px;
		left: 100px;
		height: 150%;
		width: 100%;
		z-index: 2;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .skinny-curve img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 600px) {
	.augustine-hill-page #augustine-hill-section-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section {
		padding: 2rem 0 2rem 0;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .container .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 0;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-1 {
		padding-right: 0;
		text-align: center;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-2 {
		padding-right: 0;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .container .row .col.col-2 p {
		margin: 0;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .triangle {
		display: none;
	}
	.augustine-hill-page #augustine-hill-section-2 .text-section .skinny-curve {
		display: none;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col {
		width: 100%;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-1 .section-image {
		height: 45vh;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 {
		height: 45vh;
	}
	.augustine-hill-page #augustine-hill-section-2 .animate-section .row .col.col-2 .triangle {
		width: 150px;
		height: 150px;
	}
}

.augustine-hill-page #section-3 #map {
	height: 80vh;
}

.augustine-hill-page #section-3 .map-filters {
	background: #003333;
	padding: 2rem 0;
}

.augustine-hill-page #section-3 .map-filters .container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
}

.augustine-hill-page #section-3 .map-filters .container ul li p {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	color: #4399BC;
	font-family: "Bebas Neue";
	font-size: 50px;
	cursor: pointer;
}

.augustine-hill-page #section-3 .map-filters .container ul li p.active {
	color: #FAACD5;
}

.augustine-hill-page #section-3 .map-locations {
	background: #FAACD5;
	position: relative;
	height: 45vh;
}

.augustine-hill-page #section-3 .map-locations .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.augustine-hill-page #section-3 .map-locations .container #locations-area {
	width: 60%;
}

.augustine-hill-page #section-3 .map-locations .container #locations-area ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.augustine-hill-page #section-3 .map-locations .container #locations-area ol li {
	width: 50%;
	color: #fff;
	font-size: 20px;
	margin-bottom: 2rem;
}

.augustine-hill-page #section-3 .map-locations .container #locations-area ol li span {
	color: #003333;
	cursor: pointer;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.augustine-hill-page #section-3 .map-locations .container #locations-area ol li span:hover {
	color: #fff;
}

.augustine-hill-page #section-3 .map-locations .container #hidden-locations-area {
	display: none;
}

.augustine-hill-page #section-3 .map-locations #image-area {
	width: 35%;
	position: absolute;
	top: 0;
	right: 0;
}

.augustine-hill-page #section-3 .map-locations #image-area .image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 45vh;
}

@media screen and (max-width: 1150px) {
	.augustine-hill-page #section-3 .map-filters .container ul li p {
		font-size: 40px;
	}
}

@media screen and (max-width: 900px) {
	.augustine-hill-page #section-3 .map-filters .container ul li p {
		font-size: 30px;
	}
	.augustine-hill-page #section-3 .map-locations {
		height: 35vh;
	}
	.augustine-hill-page #section-3 .map-locations #image-area .image {
		height: 35vh;
	}
}

@media screen and (max-width: 600px) {
	.augustine-hill-page #section-3 .map-filters .container ul li p {
		font-size: 18px;
	}
	.augustine-hill-page #section-3 .map-locations {
		height: unset;
	}
	.augustine-hill-page #section-3 .map-locations .container #locations-area {
		width: 100%;
		padding: 2rem 0;
	}
	.augustine-hill-page #section-3 .map-locations .container #locations-area ol {
		margin-bottom: 0;
	}
	.augustine-hill-page #section-3 .map-locations .container #locations-area ol li {
		font-size: 14px;
		margin-bottom: 1rem;
		width: 100%;
	}
	.augustine-hill-page #section-3 .map-locations .container #locations-area ol li:last-child {
		margin-bottom: 0;
	}
	.augustine-hill-page #section-3 .map-locations #image-area {
		display: none;
	}
}

.augustine-hill-page #augustine-hill-section-4 {
	background-color: #4399BC;
	position: relative;
	overflow: hidden;
}

.augustine-hill-page #augustine-hill-section-4 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.augustine-hill-page #augustine-hill-section-4 .row .col {
	width: 50%;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col {
	z-index: 2;
	padding: 4rem 0;
	position: relative;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content {
	width: 100%;
	color: #003333;
	text-align: center;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul {
	margin: 0;
	text-transform: uppercase;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li {
	padding: 0.75rem 0 0.75rem 0;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li .team-item-inner {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li .team-item-inner.white {
	color: #FFFFFF;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li .team-item-inner.black {
	color: #003333;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li p {
	margin: 0;
	line-height: 1.2 !important;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li .type {
	font-family: "GT America Light";
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li .content {
	font-family: "Bebas Neue";
	font-size: 50px;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul .team-item-white {
	color: #FFFFFF;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul .team-item-black {
	color: #003333;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .medium-curve {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -100px;
	height: 140%;
	width: 100%;
	z-index: -1;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .medium-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.image-col {
	position: relative;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.image-col .para-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.image-col .para-container #ajax-area {
	height: 100%;
}

.augustine-hill-page #augustine-hill-section-4 .row .col.image-col .para-container #ajax-area img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 1400px) {
	.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .medium-curve {
		top: 110px;
	}
}

@media screen and (max-width: 1150px) {
	.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .medium-curve {
		top: 390px;
	}
}

@media screen and (max-width: 900px) {
	.augustine-hill-page #augustine-hill-section-4 {
		padding: 0;
	}
	.augustine-hill-page #augustine-hill-section-4 .row .col {
		width: 100%;
	}
	.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.augustine-hill-page #augustine-hill-section-4 .row .col.image-col {
		height: 60vh !important;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}

@media screen and (max-width: 600px) {
	.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li {
		padding: 0 0 2rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .retail-content ul li:nth-child(7) {
		width: 100%;
	}
	.augustine-hill-page #augustine-hill-section-4 .row .col.retail-col .medium-curve {
		left: -140px;
	}
	.augustine-hill-page #augustine-hill-section-4 .row .col.image-col {
		height: 45vh !important;
	}
}

/*--------------------------------------------------------------
## Gallery Page
--------------------------------------------------------------*/
.gallery-page #section-1 {
	height: 100vh;
	position: relative;
}

.gallery-page #section-1 .hero {
	height: 100%;
}

.gallery-page #section-1 .hero .hero-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-page #section-1 .hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.gallery-page #section-1 .hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 51, 0.35);
}

.gallery-page #section-1 .hero-overlay .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery-page #section-1 .hero-overlay .container h1 {
	color: #FDD51F;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.gallery-page #section-1 .hero-overlay .container .video-controls {
	position: absolute;
	bottom: 50px;
	height: 120px;
	width: 80%;
	left: 10%;
	display: none;
	/* Fallback stuff */
	/* WebKit styles */
	/* Firefox styles */
}

.gallery-page #section-1 .hero-overlay .container .video-controls div {
	background: transparent;
	border: none;
	color: #FFFFFF;
	display: inline-block;
	margin: 3px 0 3px 0;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#play {
	margin: 0 0 8px 0;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#play p {
	font-size: 1.5em;
	margin: 0;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute {
	float: right;
	display: none;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .mute-icon {
	display: block;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .mute-icon img {
	height: 25px;
	width: 25px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves {
	display: none;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap,
.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap,
.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap {
	position: relative;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap {
	height: 25px;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0 0 3px 0;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	width: 3px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2px 0 2px;
	font-size: 1.5em;
	font-weight: 700;
	color: white;
	border-radius: 4px;
	background-color: #FFFFFF;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box1 {
	height: 10px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box2 {
	height: 15px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box3 {
	height: 10px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box4 {
	height: 15px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box5 {
	height: 10px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box6 {
	height: 15px;
}

.gallery-page #section-1 .hero-overlay .container .video-controls div svg {
	fill: #FFFFFF;
	width: 1rem;
}

.gallery-page #section-1 .hero-overlay .container .video-controls progress[value] {
	border: none;
	color: #FFFFFF;
	display: inline;
	height: .75rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: 100%;
	clear: right;
}

.gallery-page #section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
}

.gallery-page #section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-value {
	background-color: #FFFFFF;
	position: relative;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

.gallery-page #section-1 .hero-overlay .container .video-controls progress[value]::-moz-progress-bar {
	background-color: #FFFFFF;
	position: relative;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

.gallery-page #section-2 {
	background: #003333;
}

.gallery-page #section-2 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-page #section-2 .row .col {
	width: 50%;
	position: relative;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg {
	width: 100%;
	height: 100%;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number {
	cursor: pointer;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number circle, .gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number line, .gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number polygon, .gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number ellipse {
	fill: rgba(255, 255, 255, 0);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number:hover circle, .gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number:hover polygon, .gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number:hover ellipse {
	fill: #F75C0F;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number:hover line {
	stroke: #F75C0F;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number.active circle, .gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number.active polygon {
	fill: #F75C0F;
}

.gallery-page #section-2 .row .col.col-1 .background-image-svg svg .number.active line {
	stroke: #F75C0F;
}

.gallery-page #section-2 .row .col.col-2 #gallery-numbers-image-area {
	height: 100%;
}

.gallery-page #section-2 .row .col.col-2 #gallery-numbers-image-area .blocks-image {
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
	.gallery-page #section-2 .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.gallery-page #section-2 .row .col {
		width: 100%;
	}
	.gallery-page #section-2 .row .col.col-2 {
		height: 380px;
	}
}

.gallery-page #section-3 {
	background: #003333;
	position: relative;
	overflow: hidden;
	padding: 8rem 0;
}

.gallery-page #section-3 .container {
	position: relative;
}

.gallery-page #section-3 .container img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.gallery-page #section-3 .container .description {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 33.333%;
}

.gallery-page #section-3 .container .description h1, .gallery-page #section-3 .container .description h2, .gallery-page #section-3 .container .description h3, .gallery-page #section-3 .container .description h4, .gallery-page #section-3 .container .description h5, .gallery-page #section-3 .container .description h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-3 .container .description p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

.gallery-page #section-3 .triangle {
	background: #4399BC;
}

.gallery-page #section-3 .section-3-curve {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-page #section-3 .section-3-curve .the-curve {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-33%);
	        transform: translateX(-33%);
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-3 {
		padding: 6rem 0;
	}
	.gallery-page #section-3 .container .description h1, .gallery-page #section-3 .container .description h2, .gallery-page #section-3 .container .description h3, .gallery-page #section-3 .container .description h4, .gallery-page #section-3 .container .description h5, .gallery-page #section-3 .container .description h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-3 {
		padding: 4rem 0;
	}
	.gallery-page #section-3 .container .description {
		max-width: 40%;
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-3 .container .description h1, .gallery-page #section-3 .container .description h2, .gallery-page #section-3 .container .description h3, .gallery-page #section-3 .container .description h4, .gallery-page #section-3 .container .description h5, .gallery-page #section-3 .container .description h6 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-3 .container .description {
		max-width: 50%;
		left: 1.5rem;
	}
	.gallery-page #section-3 .container .description h1, .gallery-page #section-3 .container .description h2, .gallery-page #section-3 .container .description h3, .gallery-page #section-3 .container .description h4, .gallery-page #section-3 .container .description h5, .gallery-page #section-3 .container .description h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-3 {
		padding: 2rem 0;
	}
	.gallery-page #section-3 .container {
		z-index: 11;
	}
	.gallery-page #section-3 .container .description {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-3 .container .description h1, .gallery-page #section-3 .container .description h2, .gallery-page #section-3 .container .description h3, .gallery-page #section-3 .container .description h4, .gallery-page #section-3 .container .description h5, .gallery-page #section-3 .container .description h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-3 .container .description p:last-of-type {
		font-size: 1rem;
	}
	.gallery-page #section-3 .section-3-curve .the-curve {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.gallery-page #section-4 {
	position: relative;
	height: 100vh;
}

.gallery-page #section-4 img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
	z-index: 1;
}

.gallery-page #section-4 .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 33.333%;
}

.gallery-page #section-4 .content h1, .gallery-page #section-4 .content h2, .gallery-page #section-4 .content h3, .gallery-page #section-4 .content h4, .gallery-page #section-4 .content h5, .gallery-page #section-4 .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-4 .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-4 .content h1, .gallery-page #section-4 .content h2, .gallery-page #section-4 .content h3, .gallery-page #section-4 .content h4, .gallery-page #section-4 .content h5, .gallery-page #section-4 .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-4 .content {
		max-width: 40%;
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-4 .content h1, .gallery-page #section-4 .content h2, .gallery-page #section-4 .content h3, .gallery-page #section-4 .content h4, .gallery-page #section-4 .content h5, .gallery-page #section-4 .content h6 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-4 {
		height: unset;
	}
	.gallery-page #section-4 img {
		height: auto;
	}
	.gallery-page #section-4 .content {
		max-width: 50%;
	}
	.gallery-page #section-4 .content h1, .gallery-page #section-4 .content h2, .gallery-page #section-4 .content h3, .gallery-page #section-4 .content h4, .gallery-page #section-4 .content h5, .gallery-page #section-4 .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-4 {
		padding: 2rem 1rem;
	}
	.gallery-page #section-4 .container {
		padding: 0;
	}
	.gallery-page #section-4 .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		bottom: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-4 .content h1, .gallery-page #section-4 .content h2, .gallery-page #section-4 .content h3, .gallery-page #section-4 .content h4, .gallery-page #section-4 .content h5, .gallery-page #section-4 .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-4 .content p:last-of-type {
		font-size: 1rem;
	}
}

.gallery-page #section-5 {
	background: #4399BC;
	position: relative;
	overflow: hidden;
	padding: 6rem 0 10rem 0;
}

.gallery-page #section-5 .small-pulse {
	background-color: #FAACD5;
	height: 150px;
	width: 150px;
	border-top-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.gallery-page #section-5 .small-pulse .small-ring {
	position: absolute;
	background-color: #A1D9C9;
	border-top-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.gallery-page #section-5 .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-page #section-5 .container .row .col {
	width: 50%;
	position: relative;
}

.gallery-page #section-5 .container .row .col img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-page #section-5 .container .row .col .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 50%;
}

.gallery-page #section-5 .container .row .col .content h1, .gallery-page #section-5 .container .row .col .content h2, .gallery-page #section-5 .container .row .col .content h3, .gallery-page #section-5 .container .row .col .content h4, .gallery-page #section-5 .container .row .col .content h5, .gallery-page #section-5 .container .row .col .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-5 .container .row .col .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

.gallery-page #section-5 .triangle {
	background: #F75C0F;
}

.gallery-page #section-5 .section-5-curve {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-page #section-5 .section-5-curve .yellow-curve {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-15%);
	        transform: translateX(-15%);
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-5 .container .row .col .content {
		max-width: 60%;
	}
	.gallery-page #section-5 .container .row .col .content h1, .gallery-page #section-5 .container .row .col .content h2, .gallery-page #section-5 .container .row .col .content h3, .gallery-page #section-5 .container .row .col .content h4, .gallery-page #section-5 .container .row .col .content h5, .gallery-page #section-5 .container .row .col .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-5 {
		padding: 4rem 0 8rem 0;
	}
	.gallery-page #section-5 .small-pulse {
		height: 100px;
		width: 100px;
		border-top-right-radius: 100px;
	}
	.gallery-page #section-5 .small-pulse .small-ring {
		border-top-right-radius: 100px;
	}
	.gallery-page #section-5 .container .row .col .content {
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-5 .container .row .col .content h1, .gallery-page #section-5 .container .row .col .content h2, .gallery-page #section-5 .container .row .col .content h3, .gallery-page #section-5 .container .row .col .content h4, .gallery-page #section-5 .container .row .col .content h5, .gallery-page #section-5 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-5 {
		padding: 4rem 0 6rem 0;
	}
	.gallery-page #section-5 .small-pulse {
		height: 75px;
		width: 75px;
		border-top-right-radius: 75px;
	}
	.gallery-page #section-5 .small-pulse .small-ring {
		border-top-right-radius: 75px;
	}
	.gallery-page #section-5 .container {
		z-index: 4;
	}
	.gallery-page #section-5 .container .row .col {
		width: unset;
	}
	.gallery-page #section-5 .container .row .col.col-1 {
		width: 35%;
	}
	.gallery-page #section-5 .container .row .col.col-2 {
		width: 65%;
	}
	.gallery-page #section-5 .container .row .col .content h1, .gallery-page #section-5 .container .row .col .content h2, .gallery-page #section-5 .container .row .col .content h3, .gallery-page #section-5 .container .row .col .content h4, .gallery-page #section-5 .container .row .col .content h5, .gallery-page #section-5 .container .row .col .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-5 {
		padding: 2rem 0;
	}
	.gallery-page #section-5 .small-pulse {
		height: 50px;
		width: 50px;
		border-top-right-radius: 50px;
	}
	.gallery-page #section-5 .small-pulse .small-ring {
		border-top-right-radius: 50px;
	}
	.gallery-page #section-5 .container .row .col.col-1 {
		width: 0;
	}
	.gallery-page #section-5 .container .row .col.col-2 {
		width: 100%;
	}
	.gallery-page #section-5 .container .row .col .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-5 .container .row .col .content h1, .gallery-page #section-5 .container .row .col .content h2, .gallery-page #section-5 .container .row .col .content h3, .gallery-page #section-5 .container .row .col .content h4, .gallery-page #section-5 .container .row .col .content h5, .gallery-page #section-5 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-5 .container .row .col .content p:last-of-type {
		font-size: 1rem;
	}
	.gallery-page #section-5 .triangle {
		z-index: 1;
	}
}

.gallery-page #section-6 {
	position: relative;
	height: 100vh;
}

.gallery-page #section-6 img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 100% 70%;
	   object-position: 100% 70%;
	position: relative;
	z-index: 1;
}

.gallery-page #section-6 .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 33.333%;
}

.gallery-page #section-6 .content h1, .gallery-page #section-6 .content h2, .gallery-page #section-6 .content h3, .gallery-page #section-6 .content h4, .gallery-page #section-6 .content h5, .gallery-page #section-6 .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-6 .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-6 .content h1, .gallery-page #section-6 .content h2, .gallery-page #section-6 .content h3, .gallery-page #section-6 .content h4, .gallery-page #section-6 .content h5, .gallery-page #section-6 .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-6 .content {
		max-width: 40%;
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-6 .content h1, .gallery-page #section-6 .content h2, .gallery-page #section-6 .content h3, .gallery-page #section-6 .content h4, .gallery-page #section-6 .content h5, .gallery-page #section-6 .content h6 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-6 {
		height: unset;
	}
	.gallery-page #section-6 img {
		height: auto;
	}
	.gallery-page #section-6 .content {
		max-width: 50%;
	}
	.gallery-page #section-6 .content h1, .gallery-page #section-6 .content h2, .gallery-page #section-6 .content h3, .gallery-page #section-6 .content h4, .gallery-page #section-6 .content h5, .gallery-page #section-6 .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-6 {
		padding: 2rem 1rem 1rem 1rem;
	}
	.gallery-page #section-6 .container {
		padding: 0;
	}
	.gallery-page #section-6 .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		bottom: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-6 .content h1, .gallery-page #section-6 .content h2, .gallery-page #section-6 .content h3, .gallery-page #section-6 .content h4, .gallery-page #section-6 .content h5, .gallery-page #section-6 .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-6 .content p:last-of-type {
		font-size: 1rem;
	}
}

.gallery-page #section-7 {
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
}

.gallery-page #section-7 .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-page #section-7 .container .row .col {
	position: relative;
}

.gallery-page #section-7 .container .row .col img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.gallery-page #section-7 .container .row .col .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 50%;
}

.gallery-page #section-7 .container .row .col .content h1, .gallery-page #section-7 .container .row .col .content h2, .gallery-page #section-7 .container .row .col .content h3, .gallery-page #section-7 .container .row .col .content h4, .gallery-page #section-7 .container .row .col .content h5, .gallery-page #section-7 .container .row .col .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-7 .container .row .col .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

.gallery-page #section-7 .container .row.row-1 .col.col-1 {
	width: 70%;
}

.gallery-page #section-7 .container .row.row-1 .col.col-2 {
	width: 30%;
}

.gallery-page #section-7 .container .row.row-2 {
	padding-top: 6rem;
}

.gallery-page #section-7 .container .row.row-2 .col.col-1 {
	width: 30%;
}

.gallery-page #section-7 .container .row.row-2 .col.col-2 {
	width: 70%;
}

.gallery-page #section-7 .section-7-curve {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-page #section-7 .section-7-curve .seven-curve {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.gallery-page #section-7 .small-pulse {
	background-color: #FAACD5;
	height: 150px;
	width: 150px;
	border-top-left-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

.gallery-page #section-7 .small-pulse .small-ring-2 {
	position: absolute;
	background-color: #4399BC;
	border-top-left-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-7 .container .row .col .content h1, .gallery-page #section-7 .container .row .col .content h2, .gallery-page #section-7 .container .row .col .content h3, .gallery-page #section-7 .container .row .col .content h4, .gallery-page #section-7 .container .row .col .content h5, .gallery-page #section-7 .container .row .col .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-7 {
		padding: 4rem 0;
	}
	.gallery-page #section-7 .container .row .col .content {
		max-width: 40%;
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-7 .container .row .col .content h1, .gallery-page #section-7 .container .row .col .content h2, .gallery-page #section-7 .container .row .col .content h3, .gallery-page #section-7 .container .row .col .content h4, .gallery-page #section-7 .container .row .col .content h5, .gallery-page #section-7 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-7 .container .row.row-2 {
		padding-top: 4rem;
	}
	.gallery-page #section-7 .small-pulse {
		height: 100px;
		width: 100px;
		border-top-left-radius: 100px;
	}
	.gallery-page #section-7 .small-pulse .small-ring-2 {
		border-top-left-radius: 100px;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-7 .container .row .col .content {
		max-width: 50%;
	}
	.gallery-page #section-7 .container .row .col .content h1, .gallery-page #section-7 .container .row .col .content h2, .gallery-page #section-7 .container .row .col .content h3, .gallery-page #section-7 .container .row .col .content h4, .gallery-page #section-7 .container .row .col .content h5, .gallery-page #section-7 .container .row .col .content h6 {
		font-size: 2rem;
	}
	.gallery-page #section-7 .container .row.row-1 .col.col-1 {
		width: 90%;
	}
	.gallery-page #section-7 .container .row.row-1 .col.col-2 {
		width: 10%;
	}
	.gallery-page #section-7 .container .row.row-2 .col.col-1 {
		width: 10%;
	}
	.gallery-page #section-7 .container .row.row-2 .col.col-2 {
		width: 90%;
	}
	.gallery-page #section-7 .section-7-curve .seven-curve {
		-webkit-transform: translateX(0) translateY(-50%);
		        transform: translateX(0) translateY(-50%);
	}
	.gallery-page #section-7 .small-pulse {
		height: 75px;
		width: 75px;
		border-top-left-radius: 75px;
	}
	.gallery-page #section-7 .small-pulse .small-ring-2 {
		border-top-left-radius: 75px;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-7 {
		padding: 2rem 0;
	}
	.gallery-page #section-7 .container .row .col .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-7 .container .row .col .content h1, .gallery-page #section-7 .container .row .col .content h2, .gallery-page #section-7 .container .row .col .content h3, .gallery-page #section-7 .container .row .col .content h4, .gallery-page #section-7 .container .row .col .content h5, .gallery-page #section-7 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-7 .container .row .col .content p:last-of-type {
		font-size: 1rem;
	}
	.gallery-page #section-7 .container .row.row-2 {
		padding-top: 2rem;
	}
	.gallery-page #section-7 .section-7-curve .seven-curve {
		-webkit-transform: translateX(-2%) translateY(-55%);
		        transform: translateX(-2%) translateY(-55%);
	}
	.gallery-page #section-7 .small-pulse {
		height: 50px;
		width: 50px;
		border-top-left-radius: 50px;
	}
	.gallery-page #section-7 .small-pulse .small-ring-2 {
		border-top-left-radius: 50px;
	}
}

.gallery-page #section-8 {
	position: relative;
	height: 100vh;
}

.gallery-page #section-8 .triangle {
	background: #FAACD5;
}

.gallery-page #section-8 img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
	z-index: 1;
}

.gallery-page #section-8 .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 33.333%;
}

.gallery-page #section-8 .content h1, .gallery-page #section-8 .content h2, .gallery-page #section-8 .content h3, .gallery-page #section-8 .content h4, .gallery-page #section-8 .content h5, .gallery-page #section-8 .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-8 .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-8 .content h1, .gallery-page #section-8 .content h2, .gallery-page #section-8 .content h3, .gallery-page #section-8 .content h4, .gallery-page #section-8 .content h5, .gallery-page #section-8 .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-8 .content {
		max-width: 40%;
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-8 .content h1, .gallery-page #section-8 .content h2, .gallery-page #section-8 .content h3, .gallery-page #section-8 .content h4, .gallery-page #section-8 .content h5, .gallery-page #section-8 .content h6 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-8 {
		height: unset;
	}
	.gallery-page #section-8 img {
		height: auto;
	}
	.gallery-page #section-8 .content {
		max-width: 50%;
	}
	.gallery-page #section-8 .content h1, .gallery-page #section-8 .content h2, .gallery-page #section-8 .content h3, .gallery-page #section-8 .content h4, .gallery-page #section-8 .content h5, .gallery-page #section-8 .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-8 {
		padding: 2rem 1rem;
	}
	.gallery-page #section-8 .triangle {
		width: 50px;
		height: 50px;
	}
	.gallery-page #section-8 .container {
		padding: 0;
	}
	.gallery-page #section-8 .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		bottom: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-8 .content h1, .gallery-page #section-8 .content h2, .gallery-page #section-8 .content h3, .gallery-page #section-8 .content h4, .gallery-page #section-8 .content h5, .gallery-page #section-8 .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-8 .content p:last-of-type {
		font-size: 1rem;
	}
}

.gallery-page #section-9 {
	background: #FAACD5;
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
}

.gallery-page #section-9 .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-page #section-9 .container .row .col {
	position: relative;
}

.gallery-page #section-9 .container .row .col img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.gallery-page #section-9 .container .row .col .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 50%;
}

.gallery-page #section-9 .container .row .col .content h1, .gallery-page #section-9 .container .row .col .content h2, .gallery-page #section-9 .container .row .col .content h3, .gallery-page #section-9 .container .row .col .content h4, .gallery-page #section-9 .container .row .col .content h5, .gallery-page #section-9 .container .row .col .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-9 .container .row .col .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

.gallery-page #section-9 .container .row.row-1 .col.col-1 {
	width: 70%;
}

.gallery-page #section-9 .container .row.row-1 .col.col-2 {
	width: 30%;
}

.gallery-page #section-9 .container .row.row-2 {
	padding-top: 6rem;
}

.gallery-page #section-9 .container .row.row-2 .col.col-1 {
	width: 30%;
}

.gallery-page #section-9 .container .row.row-2 .col.col-2 {
	width: 70%;
}

.gallery-page #section-9 .section-9-curve {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-page #section-9 .section-9-curve .nine-curve {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-33%);
	        transform: translateX(-33%);
}

.gallery-page #section-9 .small-pulse {
	background-color: #FDD51F;
	height: 150px;
	width: 150px;
	border-bottom-left-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.gallery-page #section-9 .small-pulse .small-ring-3 {
	position: absolute;
	background-color: #FDD51F;
	border-bottom-left-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-9 .container .row .col .content h1, .gallery-page #section-9 .container .row .col .content h2, .gallery-page #section-9 .container .row .col .content h3, .gallery-page #section-9 .container .row .col .content h4, .gallery-page #section-9 .container .row .col .content h5, .gallery-page #section-9 .container .row .col .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-9 {
		padding: 4rem 0;
	}
	.gallery-page #section-9 .container .row .col .content {
		max-width: 40%;
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-9 .container .row .col .content h1, .gallery-page #section-9 .container .row .col .content h2, .gallery-page #section-9 .container .row .col .content h3, .gallery-page #section-9 .container .row .col .content h4, .gallery-page #section-9 .container .row .col .content h5, .gallery-page #section-9 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-9 .container .row.row-2 {
		padding-top: 4rem;
	}
	.gallery-page #section-9 .small-pulse {
		height: 100px;
		width: 100px;
		border-bottom-left-radius: 100px;
	}
	.gallery-page #section-9 .small-pulse .small-ring-3 {
		border-bottom-left-radius: 100px;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-9 .container .row .col .content {
		max-width: 50%;
	}
	.gallery-page #section-9 .container .row .col .content h1, .gallery-page #section-9 .container .row .col .content h2, .gallery-page #section-9 .container .row .col .content h3, .gallery-page #section-9 .container .row .col .content h4, .gallery-page #section-9 .container .row .col .content h5, .gallery-page #section-9 .container .row .col .content h6 {
		font-size: 2rem;
	}
	.gallery-page #section-9 .container .row.row-1 .col.col-1 {
		width: 90%;
	}
	.gallery-page #section-9 .container .row.row-1 .col.col-2 {
		width: 10%;
	}
	.gallery-page #section-9 .container .row.row-2 .col.col-1 {
		width: 10%;
	}
	.gallery-page #section-9 .container .row.row-2 .col.col-2 {
		width: 90%;
	}
	.gallery-page #section-9 .section-9-curve .nine-curve {
		-webkit-transform: translateX(-16%);
		        transform: translateX(-16%);
	}
	.gallery-page #section-9 .small-pulse {
		height: 75px;
		width: 75px;
		border-bottom-left-radius: 75px;
	}
	.gallery-page #section-9 .small-pulse .small-ring-3 {
		border-bottom-left-radius: 75px;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-9 {
		padding: 2rem 0;
	}
	.gallery-page #section-9 .container .row .col .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-9 .container .row .col .content h1, .gallery-page #section-9 .container .row .col .content h2, .gallery-page #section-9 .container .row .col .content h3, .gallery-page #section-9 .container .row .col .content h4, .gallery-page #section-9 .container .row .col .content h5, .gallery-page #section-9 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-9 .container .row .col .content p:last-of-type {
		font-size: 1rem;
	}
	.gallery-page #section-9 .container .row.row-2 {
		padding-top: 2rem;
	}
	.gallery-page #section-9 .section-9-curve .nine-curve {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.gallery-page #section-9 .small-pulse {
		height: 50px;
		width: 50px;
		border-bottom-left-radius: 50px;
	}
	.gallery-page #section-9 .small-pulse .small-ring-3 {
		border-bottom-left-radius: 50px;
	}
}

.gallery-page #section-10 {
	background: #003333;
	position: relative;
	overflow: hidden;
	padding: 8rem 0 12rem 0;
}

.gallery-page #section-10 .small-pulse {
	background-color: #005C5C;
	height: 150px;
	width: 150px;
	border-top-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.gallery-page #section-10 .small-pulse .small-ring-4 {
	position: absolute;
	background-color: #005C5C;
	border-top-right-radius: 150px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.gallery-page #section-10 .container {
	z-index: 5;
}

.gallery-page #section-10 .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery-page #section-10 .container .row .col {
	position: relative;
}

.gallery-page #section-10 .container .row .col.col-1 {
	width: 60%;
}

.gallery-page #section-10 .container .row .col.col-2 {
	width: 40%;
}

.gallery-page #section-10 .container .row .col img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-page #section-10 .container .row .col .content {
	background: #FDD51F;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	padding: 1.5rem 2rem;
	max-width: 50%;
}

.gallery-page #section-10 .container .row .col .content h1, .gallery-page #section-10 .container .row .col .content h2, .gallery-page #section-10 .container .row .col .content h3, .gallery-page #section-10 .container .row .col .content h4, .gallery-page #section-10 .container .row .col .content h5, .gallery-page #section-10 .container .row .col .content h6 {
	font-size: 2.5rem;
	color: #003333;
}

.gallery-page #section-10 .container .row .col .content p:last-of-type {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
}

.gallery-page #section-10 .triangle {
	background: #F75C0F;
}

.gallery-page #section-10 .section-10-curve {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.gallery-page #section-10 .section-10-curve .ten-curve {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-15%);
	        transform: translateX(-15%);
}

@media screen and (max-width: 1400px) {
	.gallery-page #section-10 .container .row .col .content {
		max-width: 60%;
	}
	.gallery-page #section-10 .container .row .col .content h1, .gallery-page #section-10 .container .row .col .content h2, .gallery-page #section-10 .container .row .col .content h3, .gallery-page #section-10 .container .row .col .content h4, .gallery-page #section-10 .container .row .col .content h5, .gallery-page #section-10 .container .row .col .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.gallery-page #section-10 {
		padding: 4rem 0 8rem 0;
	}
	.gallery-page #section-10 .small-pulse {
		height: 100px;
		width: 100px;
		border-top-right-radius: 100px;
	}
	.gallery-page #section-10 .small-pulse .small-ring-4 {
		border-top-right-radius: 100px;
	}
	.gallery-page #section-10 .container .row .col .content {
		padding: 1rem 1.5rem;
	}
	.gallery-page #section-10 .container .row .col .content h1, .gallery-page #section-10 .container .row .col .content h2, .gallery-page #section-10 .container .row .col .content h3, .gallery-page #section-10 .container .row .col .content h4, .gallery-page #section-10 .container .row .col .content h5, .gallery-page #section-10 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.gallery-page #section-10 {
		padding: 4rem 0 6rem 0;
	}
	.gallery-page #section-10 .small-pulse {
		height: 75px;
		width: 75px;
		border-top-right-radius: 75px;
	}
	.gallery-page #section-10 .small-pulse .small-ring-4 {
		border-top-right-radius: 75px;
	}
	.gallery-page #section-10 .container {
		z-index: 4;
	}
	.gallery-page #section-10 .container .row .col {
		width: unset;
	}
	.gallery-page #section-10 .container .row .col.col-1 {
		width: 85%;
	}
	.gallery-page #section-10 .container .row .col.col-2 {
		width: 15%;
	}
	.gallery-page #section-10 .container .row .col .content h1, .gallery-page #section-10 .container .row .col .content h2, .gallery-page #section-10 .container .row .col .content h3, .gallery-page #section-10 .container .row .col .content h4, .gallery-page #section-10 .container .row .col .content h5, .gallery-page #section-10 .container .row .col .content h6 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.gallery-page #section-10 {
		padding: 2rem 0;
	}
	.gallery-page #section-10 .small-pulse {
		height: 50px;
		width: 50px;
		border-top-right-radius: 50px;
	}
	.gallery-page #section-10 .small-pulse .small-ring-4 {
		border-top-right-radius: 50px;
	}
	.gallery-page #section-10 .container .row .col.col-1 {
		width: 100%;
	}
	.gallery-page #section-10 .container .row .col.col-2 {
		width: 0;
	}
	.gallery-page #section-10 .container .row .col .content {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: unset;
		padding: .75rem 1rem;
	}
	.gallery-page #section-10 .container .row .col .content h1, .gallery-page #section-10 .container .row .col .content h2, .gallery-page #section-10 .container .row .col .content h3, .gallery-page #section-10 .container .row .col .content h4, .gallery-page #section-10 .container .row .col .content h5, .gallery-page #section-10 .container .row .col .content h6 {
		font-size: 1.5rem;
	}
	.gallery-page #section-10 .container .row .col .content p:last-of-type {
		font-size: 1rem;
	}
	.gallery-page #section-10 .triangle {
		z-index: 1;
	}
}

/*--------------------------------------------------------------
## Sustainability Page
--------------------------------------------------------------*/
.sustainability-page #section-1 {
	height: 100vh;
	position: relative;
}

.sustainability-page #section-1 .hero {
	height: 100%;
}

.sustainability-page #section-1 .hero .hero-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.sustainability-page #section-1 .hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.sustainability-page #section-1 .hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 51, 51, 0.35);
}

.sustainability-page #section-1 .hero-overlay .container {
	width: 100%;
	height: 100%;
	position: relative;
}

.sustainability-page #section-1 .hero-overlay .container h1 {
	color: #A1D9C9;
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sustainability-page #section-1 .hero-overlay .container .video-controls {
	position: absolute;
	bottom: 50px;
	height: 120px;
	width: 80%;
	left: 10%;
	display: none;
	/* Fallback stuff */
	/* WebKit styles */
	/* Firefox styles */
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div {
	background: transparent;
	border: none;
	color: #FFFFFF;
	display: inline-block;
	margin: 3px 0 3px 0;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#play {
	margin: 0 0 8px 0;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#play p {
	font-size: 1.5em;
	margin: 0;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute {
	float: right;
	display: none;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .mute-icon {
	display: block;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .mute-icon img {
	height: 25px;
	width: 25px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves {
	display: none;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap,
.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap,
.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .boxWrap {
	position: relative;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .demoWrap {
	height: 25px;
	width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 0 0 3px 0;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box {
	width: 3px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2px 0 2px;
	font-size: 1.5em;
	font-weight: 700;
	color: white;
	border-radius: 4px;
	background-color: #FFFFFF;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box1 {
	height: 10px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box2 {
	height: 15px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box3 {
	height: 10px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box4 {
	height: 15px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box5 {
	height: 10px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div#mute .sound-waves .box6 {
	height: 15px;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls div svg {
	fill: #FFFFFF;
	width: 1rem;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls progress[value] {
	border: none;
	color: #FFFFFF;
	display: inline;
	height: .75rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: 100%;
	clear: right;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-bar {
	background-color: whiteSmoke;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls progress[value]::-webkit-progress-value {
	background-color: #FFFFFF;
	position: relative;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
}

.sustainability-page #section-1 .hero-overlay .container .video-controls progress[value]::-moz-progress-bar {
	background-color: #FFFFFF;
	position: relative;
	-moz-transition: width 1s linear;
	transition: width 1s linear;
}

@media screen and (max-width: 600px) {
	.sustainability-page #section-1 .hero-overlay .container h1 {
		font-size: 4rem;
	}
}

.sustainability-page #section-2 {
	background: #A1D9C9;
	position: relative;
	padding: 6rem 0;
	overflow: hidden;
}

.sustainability-page #section-2 .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sustainability-page #section-2 .container .row .col {
	width: 50%;
}

.sustainability-page #section-2 .container .row .col.col-1 .sub-heading {
	color: #fff;
	width: 60%;
	margin: 0 auto;
}

.sustainability-page #section-2 .container .row .col.col-2 .content {
	width: 80%;
	margin: 0 auto;
	color: #003333;
}

.sustainability-page #section-2 .container .row .col.col-2 .content p:last-of-type {
	margin: 0;
}

.sustainability-page #section-2 .triangle {
	background: #003333;
}

.sustainability-page #section-2 .section-2-curve {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sustainability-page #section-2 .section-2-curve .curve {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(33%);
	        transform: translateX(33%);
}

@media screen and (max-width: 1400px) {
	.sustainability-page #section-2 .container .row .col.col-1 .sub-heading {
		width: 90%;
	}
	.sustainability-page #section-2 .container .row .col.col-2 .content {
		width: 90%;
	}
}

@media screen and (max-width: 1150px) {
	.sustainability-page #section-2 {
		padding: 4rem 0;
	}
	.sustainability-page #section-2 .container .row .col.col-1 .sub-heading {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.sustainability-page #section-2 {
		padding: 2rem 0;
	}
	.sustainability-page #section-2 .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sustainability-page #section-2 .container .row .col {
		width: 100%;
	}
	.sustainability-page #section-2 .container .row .col.col-1 .sub-heading {
		width: 60%;
		margin: 0 0 1rem 0;
	}
	.sustainability-page #section-2 .container .row .col.col-2 .content {
		width: 100%;
	}
	.sustainability-page #section-2 .triangle {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 600px) {
	.sustainability-page #section-2 {
		padding: 2rem 0 3rem 0;
	}
	.sustainability-page #section-2 .container .row .col.col-1 .sub-heading {
		width: 80%;
	}
}

.sustainability-page #section-3 {
	background: #FDD51F;
	position: relative;
	overflow: hidden;
}

.sustainability-page #section-3 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sustainability-page #section-3 .row .column-one {
	width: 50%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sustainability-page #section-3 .row .column-one .inner-container {
	position: relative;
	z-index: 3;
	max-width: 70%;
}

.sustainability-page #section-3 .row .column-one .inner-container .heading {
	padding-bottom: 2rem;
}

.sustainability-page #section-3 .row .column-one .inner-container .heading .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-1 .sub-heading {
	color: #003333;
	margin: 0;
	white-space: nowrap;
}

.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-2 {
	padding-left: 3rem;
}

.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-2 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
}

.sustainability-page #section-3 .row .column-one .inner-container p:last-of-type {
	margin: 0;
}

.sustainability-page #section-3 .row .column-one .circle {
	width: 300px;
	height: 300px;
	background: #FAACD5;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(100%, 100%);
	        transform: translate(100%, 100%);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

.sustainability-page #section-3 .row .column-one .section-3-curve {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sustainability-page #section-3 .row .column-one .section-3-curve .curve {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-33%, 50%) rotate(50deg);
	        transform: translate(-33%, 50%) rotate(50deg);
}

.sustainability-page #section-3 .row .column-two {
	width: 50%;
	height: 80vh;
}

.sustainability-page #section-3 .row .column-two img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 1400px) {
	.sustainability-page #section-3 .row .column-one .inner-container {
		max-width: 75%;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-1 .sub-heading {
		font-size: 2rem;
	}
	.sustainability-page #section-3 .row .column-one .circle {
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width: 1150px) {
	.sustainability-page #section-3 .row .column-one .inner-container {
		max-width: 80%;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-1 .sub-heading {
		font-size: 1.5rem;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-2 img {
		max-width: 75px;
	}
	.sustainability-page #section-3 .row .column-one .circle {
		width: 200px;
		height: 200px;
	}
	.sustainability-page #section-3 .row .column-one .section-3-curve .curve {
		-webkit-transform: translate(-50%, 60%) rotate(50deg);
		        transform: translate(-50%, 60%) rotate(50deg);
	}
}

@media screen and (max-width: 900px) {
	.sustainability-page #section-3 .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sustainability-page #section-3 .row .column-one {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		-webkit-box-align: unset;
		    -ms-flex-align: unset;
		        align-items: unset;
		-webkit-box-pack: unset;
		    -ms-flex-pack: unset;
		        justify-content: unset;
	}
	.sustainability-page #section-3 .row .column-one .inner-container {
		padding: 3rem 1.5rem 3rem 1.5rem;
		max-width: 100%;
		margin: 0;
	}
	.sustainability-page #section-3 .row .column-one .circle {
		width: 150px;
		height: 150px;
	}
	.sustainability-page #section-3 .row .column-one .section-3-curve .curve {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.sustainability-page #section-3 .row .column-two {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		height: 45vh;
	}
}

@media screen and (max-width: 600px) {
	.sustainability-page #section-3 .row .column-one .inner-container {
		padding: 3rem 1rem 3rem 1rem;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col {
		width: 100%;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-2 {
		padding: 0 0 2rem 0;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.sustainability-page #section-3 .row .column-one .inner-container .heading .row .col.col-2 img {
		margin: 0 auto;
	}
	.sustainability-page #section-3 .row .column-one .section-3-curve .curve {
		-webkit-transform: translate(-50%, 80%) rotate(50deg);
		        transform: translate(-50%, 80%) rotate(50deg);
	}
}

.sustainability-page #section-4 {
	background: #4399BC;
	position: relative;
	overflow: hidden;
}

.sustainability-page #section-4 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sustainability-page #section-4 .row .column-one {
	width: 50%;
	height: 80vh;
}

.sustainability-page #section-4 .row .column-one img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.sustainability-page #section-4 .row .column-two {
	width: 50%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sustainability-page #section-4 .row .column-two .inner-container {
	position: relative;
	z-index: 3;
	max-width: 70%;
}

.sustainability-page #section-4 .row .column-two .inner-container h1, .sustainability-page #section-4 .row .column-two .inner-container h2, .sustainability-page #section-4 .row .column-two .inner-container h3, .sustainability-page #section-4 .row .column-two .inner-container h4, .sustainability-page #section-4 .row .column-two .inner-container h5, .sustainability-page #section-4 .row .column-two .inner-container h6 {
	font-size: 60px;
	color: #003333;
}

.sustainability-page #section-4 .row .column-two .inner-container p:last-of-type {
	margin: 0;
}

.sustainability-page #section-4 .row .column-two .triangle {
	background: #F75C0F;
}

.sustainability-page #section-4 .section-4-curve {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sustainability-page #section-4 .section-4-curve .curve {
	background-size: cover;
	background-position: left;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(40%);
	        transform: translateX(40%);
}

@media screen and (max-width: 1400px) {
	.sustainability-page #section-4 .row .column-two .inner-container h1, .sustainability-page #section-4 .row .column-two .inner-container h2, .sustainability-page #section-4 .row .column-two .inner-container h3, .sustainability-page #section-4 .row .column-two .inner-container h4, .sustainability-page #section-4 .row .column-two .inner-container h5, .sustainability-page #section-4 .row .column-two .inner-container h6 {
		font-size: 56px;
	}
}

@media screen and (max-width: 1150px) {
	.sustainability-page #section-4 .row .column-two .inner-container {
		max-width: 80%;
	}
}

@media screen and (max-width: 900px) {
	.sustainability-page #section-4 .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sustainability-page #section-4 .row .column-one {
		width: 100%;
		height: 45vh;
	}
	.sustainability-page #section-4 .row .column-two {
		width: 100%;
	}
	.sustainability-page #section-4 .row .column-two .inner-container {
		padding: 3rem 1.5rem 3rem 1.5rem;
		max-width: 100%;
		margin: 0;
	}
	.sustainability-page #section-4 .row .column-two .triangle {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 600px) {
	.sustainability-page #section-4 .row .column-two .inner-container {
		padding: 3rem 1rem 3rem 1rem;
	}
	.sustainability-page #section-4 .row .column-two .inner-container h1, .sustainability-page #section-4 .row .column-two .inner-container h2, .sustainability-page #section-4 .row .column-two .inner-container h3, .sustainability-page #section-4 .row .column-two .inner-container h4, .sustainability-page #section-4 .row .column-two .inner-container h5, .sustainability-page #section-4 .row .column-two .inner-container h6 {
		font-size: 3.5rem;
	}
	.sustainability-page #section-4 .section-4-curve .curve {
		-webkit-transform: translateX(80%);
		        transform: translateX(80%);
	}
}

.sustainability-page #section-5 {
	background: #A1D9C9;
	position: relative;
	overflow: hidden;
}

.sustainability-page #section-5 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sustainability-page #section-5 .row .column-one {
	width: 50%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sustainability-page #section-5 .row .column-one .inner-container {
	position: relative;
	z-index: 3;
	max-width: 70%;
}

.sustainability-page #section-5 .row .column-one .inner-container h1, .sustainability-page #section-5 .row .column-one .inner-container h2, .sustainability-page #section-5 .row .column-one .inner-container h3, .sustainability-page #section-5 .row .column-one .inner-container h4, .sustainability-page #section-5 .row .column-one .inner-container h5, .sustainability-page #section-5 .row .column-one .inner-container h6 {
	font-size: 60px;
	color: #003333;
}

.sustainability-page #section-5 .row .column-one .inner-container p:last-of-type {
	margin: 0;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 2.5rem;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul {
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul li {
	color: #003333;
	text-align: center;
	width: 50%;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul li:before, .sustainability-page #section-5 .row .column-one .inner-container .timings ul li:after {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	margin: 0 auto;
	background: #003333;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul li:before {
	margin-bottom: 1.25rem;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul li:after {
	margin-top: 1rem;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul li .time-thousand {
	font-size: 96px;
	font-family: "Bebas Neue";
	line-height: 1;
	margin: 0;
}

.sustainability-page #section-5 .row .column-one .inner-container .timings ul li .location {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 auto;
}

.sustainability-page #section-5 .row .column-one .circle {
	width: 300px;
	height: 300px;
	background: #FAACD5;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-transform: translate(-100%, -100%);
	        transform: translate(-100%, -100%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

.sustainability-page #section-5 .row .column-one .triangle {
	background: #003333;
}

.sustainability-page #section-5 .row .column-two {
	width: 50%;
	height: 80vh;
}

.sustainability-page #section-5 .row .column-two img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 1400px) {
	.sustainability-page #section-5 .row .column-one .inner-container h1, .sustainability-page #section-5 .row .column-one .inner-container h2, .sustainability-page #section-5 .row .column-one .inner-container h3, .sustainability-page #section-5 .row .column-one .inner-container h4, .sustainability-page #section-5 .row .column-one .inner-container h5, .sustainability-page #section-5 .row .column-one .inner-container h6 {
		font-size: 56px;
	}
	.sustainability-page #section-5 .row .column-one .circle {
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width: 1150px) {
	.sustainability-page #section-5 .row .column-one .inner-container {
		max-width: 80%;
	}
	.sustainability-page #section-5 .row .column-one .circle {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 900px) {
	.sustainability-page #section-5 .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.sustainability-page #section-5 .row .column-one {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
	}
	.sustainability-page #section-5 .row .column-one .inner-container {
		padding: 3rem 1.5rem 3rem 1.5rem;
		max-width: 100%;
		margin: 0;
	}
	.sustainability-page #section-5 .row .column-one .inner-container .timings ul li .time-thousand {
		font-size: 56px;
	}
	.sustainability-page #section-5 .row .column-one .inner-container .timings ul li .location {
		width: 80%;
		font-size: 12px;
	}
	.sustainability-page #section-5 .row .column-one .triangle {
		width: 50px;
		height: 50px;
	}
	.sustainability-page #section-5 .row .column-two {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		height: 45vh;
	}
}

@media screen and (max-width: 600px) {
	.sustainability-page #section-5 .row .column-one .inner-container {
		padding: 3rem 1rem 3rem 1rem;
	}
	.sustainability-page #section-5 .row .column-one .inner-container h1, .sustainability-page #section-5 .row .column-one .inner-container h2, .sustainability-page #section-5 .row .column-one .inner-container h3, .sustainability-page #section-5 .row .column-one .inner-container h4, .sustainability-page #section-5 .row .column-one .inner-container h5, .sustainability-page #section-5 .row .column-one .inner-container h6 {
		font-size: 3.5rem;
	}
	.sustainability-page #section-5 .row .column-one .inner-container .timings ul li .time-thousand {
		font-size: 56px;
	}
	.sustainability-page #section-5 .row .column-one .inner-container .timings ul li .location {
		width: 60%;
		font-size: 12px;
	}
}

.sustainability-page #section-6 img {
	display: block;
	width: 100%;
	height: auto;
}

.sustainability-page #section-7 {
	position: relative;
	overflow: hidden;
	background: #FDD51F;
	padding: 6rem 0 8rem 0;
}

.sustainability-page #section-7 .triangle {
	background: #003333;
}

.sustainability-page #section-7 .container .content {
	width: 50%;
	color: #003333;
}

.sustainability-page #section-7 .container .content p {
	font-family: "Juana Light";
	font-size: 2.5rem;
}

.sustainability-page #section-7 .container .content p:last-of-type {
	margin: 0;
}

.sustainability-page #section-7 .section-7-curve {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sustainability-page #section-7 .section-7-curve .curve {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
}

@media screen and (max-width: 1400px) {
	.sustainability-page #section-7 .container .content {
		width: 60%;
	}
	.sustainability-page #section-7 .container .content p {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.sustainability-page #section-7 {
		padding: 4rem 0 6rem 0;
	}
	.sustainability-page #section-7 .container .content p {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.sustainability-page #section-7 {
		padding: 2rem 0 3rem 0;
	}
	.sustainability-page #section-7 .triangle {
		width: 50px;
		height: 50px;
	}
	.sustainability-page #section-7 .container .content {
		width: 85%;
	}
	.sustainability-page #section-7 .container .content p {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.sustainability-page #section-7 {
		padding: 2rem 0;
	}
	.sustainability-page #section-7 .container .content {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.sustainability-page #section-7 .container .content p {
		font-size: 1.5rem;
	}
	.sustainability-page #section-7 .section-7-curve .curve {
		-webkit-transform: translateY(80%);
		        transform: translateY(80%);
	}
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page #contact-section-one {
	overflow: hidden;
}

.contact-page #contact-section-one .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.contact-page #contact-section-one .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 70vh;
}

.contact-page #contact-section-one .row .col.image-col {
	width: 50%;
}

.contact-page #contact-section-one .row .col.image-col .image-container {
	height: 100%;
	width: 100%;
}

.contact-page #contact-section-one .row .col.image-col .image-container img {
	height: 100%;
	width: 100%;
	-o-object-position: bottom;
	   object-position: bottom;
	-o-object-fit: cover;
	   object-fit: cover;
}

.contact-page #contact-section-one .row .col.title-col {
	width: 40%;
	background-color: #003333;
	position: relative;
}

.contact-page #contact-section-one .row .col.title-col .sub-heading {
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.contact-page #contact-section-one .row .col.title-col .triangle {
	background: #4399BC;
}

.contact-page #contact-section-one .row .col.arrow-col {
	width: 10%;
	background-color: #003333;
}

.contact-page #contact-section-one .row .col.arrow-col #section-1-arrow-hill {
	cursor: pointer;
	width: 50%;
	height: 20%;
	margin: auto auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1150px) {
	.contact-page #contact-section-one .row .col.title-col .sub-heading {
		width: 85%;
		font-size: 30px;
	}
	.contact-page #contact-section-one .row .col.arrow-col #section-1-arrow-hill {
		width: 70%;
	}
}

@media screen and (max-width: 900px) {
	.contact-page #contact-section-one .row .col {
		height: 60vh;
	}
	.contact-page #contact-section-one .row .col.image-col {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		width: 100%;
	}
	.contact-page #contact-section-one .row .col.title-col {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		height: 35vh;
		width: 80%;
	}
	.contact-page #contact-section-one .row .col.title-col .sub-heading {
		width: 70%;
	}
	.contact-page #contact-section-one .row .col.title-col .triangle {
		display: none;
	}
	.contact-page #contact-section-one .row .col.arrow-col {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 20%;
		height: 35vh;
	}
	.contact-page #contact-section-one .row .col.arrow-col #section-1-arrow-hill {
		width: 70%;
		height: 30%;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #contact-section-one .row .col {
		height: 45vh;
	}
	.contact-page #contact-section-one .row .col.title-col {
		width: 85%;
		height: 45vh;
	}
	.contact-page #contact-section-one .row .col.title-col .sub-heading {
		width: 90%;
		font-size: 20px;
	}
	.contact-page #contact-section-one .row .col.arrow-col {
		width: 15%;
		height: 45vh;
	}
	.contact-page #contact-section-one .row .col.arrow-col #section-1-arrow-hill {
		width: 60%;
		height: 30%;
	}
}

.contact-page #contact-section-two {
	background-color: #A1D9C9;
	padding: 4rem 0;
	position: relative;
	overflow: hidden;
}

.contact-page #contact-section-two .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contact-page #contact-section-two .container .row .col {
	width: 50%;
}

.contact-page #contact-section-two .container .row .col.col-1 .content {
	padding-right: 10%;
}

.contact-page #contact-section-two .container .row .col.col-1 .content h1, .contact-page #contact-section-two .container .row .col.col-1 .content h2, .contact-page #contact-section-two .container .row .col.col-1 .content h3, .contact-page #contact-section-two .container .row .col.col-1 .content h4, .contact-page #contact-section-two .container .row .col.col-1 .content h5, .contact-page #contact-section-two .container .row .col.col-1 .content h6 {
	font-size: 5rem;
	color: #003333;
	font-weight: 200;
}

.contact-page #contact-section-two .container .row .col.col-1 .content img {
	margin-top: 2rem;
	display: block;
	width: 100%;
	height: auto;
	max-width: 175px;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 0 2em 0;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-heading .main-heading {
	font-weight: 200;
	color: #003333;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	padding: 2rem 0;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content {
	width: 90%;
	margin: 0 auto;
	color: #003333;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 375px;
	width: 100%;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-picture img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-firstname {
	padding: 1rem 0 0 0;
	display: inline-block;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-firstname h3 {
	margin: 0;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-surname {
	padding: 0 0 1rem 0.5rem;
	display: inline-block;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-surname h3 {
	margin: 0;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-phone p {
	margin: 0;
	padding-top: 0.5rem;
	font-family: "GT America Light", serif;
	font-style: italic;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-email p {
	margin: 0;
	font-family: "GT America Light", serif;
	font-style: italic;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-email p a {
	color: #003333;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-email p a:hover {
	color: #4399BC;
}

.contact-page #contact-section-two .thick-curve {
	position: absolute;
	top: 0;
	left: -200px;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.contact-page #contact-section-two .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.contact-page #contact-section-two .small-pulse {
	background-color: #FAACD5;
	height: 300px;
	width: 300px;
	border-bottom-right-radius: 300px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.contact-page #contact-section-two .small-pulse .small-ring {
	position: absolute;
	background-color: #FAACD5;
	border-bottom-right-radius: 300px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.contact-page #contact-section-two .triangle {
	background: #F75C0F;
}

@media screen and (max-width: 1400px) {
	.contact-page #contact-section-two .agents-profiles .row .col .profile-content .profile-firstname .sub-heading {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1150px) {
	.contact-page #contact-section-two .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-page #contact-section-two .container .row .col {
		width: 100%;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-heading {
		padding: 0 0 1em 0;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col {
		padding: 1.5rem 0;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content {
		width: 80%;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-surname {
		padding: 0 0 1rem 0.3rem;
	}
}

@media screen and (max-width: 900px) {
	.contact-page #contact-section-two .agents-heading {
		padding: 0 0 0 0;
	}
	.contact-page #contact-section-two .agents-profiles .row .col {
		padding: 1.5rem 0;
	}
	.contact-page #contact-section-two .agents-profiles .row .col .profile-content {
		width: 90%;
	}
	.contact-page #contact-section-two .agents-profiles .row .col .profile-content .profile-picture {
		height: 350px;
	}
	.contact-page #contact-section-two .triangle {
		display: none;
	}
	.contact-page #contact-section-two .thick-curve {
		top: 30%;
		left: 0;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #contact-section-two {
		padding: 2rem 0;
	}
	.contact-page #contact-section-two .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-page #contact-section-two .container .row .col {
		width: 100%;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-heading {
		padding: 0 0 0 0;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row {
		-ms-flex-wrap: Wrap;
		    flex-wrap: Wrap;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col {
		width: 100%;
		padding: 1rem 0;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content {
		width: 100%;
	}
	.contact-page #contact-section-two .container .row .col.col-2 .agents-profiles .row .col .profile-content .profile-picture {
		height: 275px;
	}
	.contact-page #contact-section-two .thick-curve {
		display: none;
	}
}

.contact-page #section-2 .first {
	position: relative;
	padding: 8rem 0;
	overflow: hidden;
}

.contact-page #section-2 .first .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-page #section-2 .first .container .row .col {
	width: 50%;
}

.contact-page #section-2 .first .container .row .col.col-1 .content {
	padding-right: 10%;
}

.contact-page #section-2 .first .container .row .col.col-1 .content h1, .contact-page #section-2 .first .container .row .col.col-1 .content h2, .contact-page #section-2 .first .container .row .col.col-1 .content h3, .contact-page #section-2 .first .container .row .col.col-1 .content h4, .contact-page #section-2 .first .container .row .col.col-1 .content h5, .contact-page #section-2 .first .container .row .col.col-1 .content h6 {
	font-size: 5rem;
	color: #003333;
	font-weight: 200;
}

.contact-page #section-2 .first .container .row .col.col-1 .content img {
	margin-top: 2rem;
}

.contact-page #section-2 .first .image {
	background-size: cover;
	background-position: left;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 50%;
	bottom: 0;
}

.contact-page #section-2 .first .thick-curve {
	position: absolute;
	top: 0;
	left: -80%;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.contact-page #section-2 .first .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.contact-page #section-2 .second {
	position: relative;
	padding: 8rem 0;
	background: #003333;
}

.contact-page #section-2 .second .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-page #section-2 .second .container .row .col {
	width: 50%;
}

.contact-page #section-2 .second .container .row .col.col-2 .content {
	padding-left: 10%;
	color: #fff;
}

.contact-page #section-2 .second .container .row .col.col-2 .content h1, .contact-page #section-2 .second .container .row .col.col-2 .content h2, .contact-page #section-2 .second .container .row .col.col-2 .content h3, .contact-page #section-2 .second .container .row .col.col-2 .content h4, .contact-page #section-2 .second .container .row .col.col-2 .content h5, .contact-page #section-2 .second .container .row .col.col-2 .content h6 {
	font-size: 5rem;
	color: #4399BC;
	width: 70%;
	font-weight: 200;
}

.contact-page #section-2 .second .container .row .col.col-2 .content img {
	margin-top: 2rem;
}

.contact-page #section-2 .second .image {
	background-size: cover;
	background-position: left;
	position: absolute;
	top: 0;
	right: 50%;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 1400px) {
	.contact-page #section-2 .first .container .row .col.col-1 .content h1, .contact-page #section-2 .first .container .row .col.col-1 .content h2, .contact-page #section-2 .first .container .row .col.col-1 .content h3, .contact-page #section-2 .first .container .row .col.col-1 .content h4, .contact-page #section-2 .first .container .row .col.col-1 .content h5, .contact-page #section-2 .first .container .row .col.col-1 .content h6 {
		font-size: 4.5rem;
	}
	.contact-page #section-2 .second .container .row .col.col-2 .content h1, .contact-page #section-2 .second .container .row .col.col-2 .content h2, .contact-page #section-2 .second .container .row .col.col-2 .content h3, .contact-page #section-2 .second .container .row .col.col-2 .content h4, .contact-page #section-2 .second .container .row .col.col-2 .content h5, .contact-page #section-2 .second .container .row .col.col-2 .content h6 {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 1150px) {
	.contact-page #section-2 .first {
		padding: 4rem 0;
	}
	.contact-page #section-2 .first .thick-curve {
		top: 9%;
	}
	.contact-page #section-2 .second {
		padding: 4rem 0;
	}
}

@media screen and (max-width: 900px) {
	.contact-page #section-2 .first .container .row .col.col-1 .content h1, .contact-page #section-2 .first .container .row .col.col-1 .content h2, .contact-page #section-2 .first .container .row .col.col-1 .content h3, .contact-page #section-2 .first .container .row .col.col-1 .content h4, .contact-page #section-2 .first .container .row .col.col-1 .content h5, .contact-page #section-2 .first .container .row .col.col-1 .content h6 {
		font-size: 4rem;
	}
	.contact-page #section-2 .second .container .row .col.col-2 .content h1, .contact-page #section-2 .second .container .row .col.col-2 .content h2, .contact-page #section-2 .second .container .row .col.col-2 .content h3, .contact-page #section-2 .second .container .row .col.col-2 .content h4, .contact-page #section-2 .second .container .row .col.col-2 .content h5, .contact-page #section-2 .second .container .row .col.col-2 .content h6 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #section-2 .first {
		padding: 2rem 0 0 0;
	}
	.contact-page #section-2 .first .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-page #section-2 .first .container .row .col {
		width: 100%;
	}
	.contact-page #section-2 .first .container .row .col.col-1 .content {
		padding-right: 0;
	}
	.contact-page #section-2 .first .container .row .col.col-1 .content h1, .contact-page #section-2 .first .container .row .col.col-1 .content h2, .contact-page #section-2 .first .container .row .col.col-1 .content h3, .contact-page #section-2 .first .container .row .col.col-1 .content h4, .contact-page #section-2 .first .container .row .col.col-1 .content h5, .contact-page #section-2 .first .container .row .col.col-1 .content h6 {
		font-size: 3.5rem;
	}
	.contact-page #section-2 .first .container .row .col.col-1 .content img {
		margin-top: 1rem;
		display: block;
		width: 100%;
		height: auto;
		max-width: 125px;
	}
	.contact-page #section-2 .first .image {
		position: relative;
		top: unset;
		right: unset;
		left: unset;
		bottom: unset;
		width: 100%;
		height: 45vh;
	}
	.contact-page #section-2 .first .thick-curve {
		top: 0;
		left: -10%;
	}
	.contact-page #section-2 .second {
		padding: 2rem 0 0 0;
	}
	.contact-page #section-2 .second .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-page #section-2 .second .container .row .col {
		width: 100%;
	}
	.contact-page #section-2 .second .container .row .col.col-2 .content {
		padding: 0;
	}
	.contact-page #section-2 .second .container .row .col.col-2 .content h1, .contact-page #section-2 .second .container .row .col.col-2 .content h2, .contact-page #section-2 .second .container .row .col.col-2 .content h3, .contact-page #section-2 .second .container .row .col.col-2 .content h4, .contact-page #section-2 .second .container .row .col.col-2 .content h5, .contact-page #section-2 .second .container .row .col.col-2 .content h6 {
		font-size: 3.5rem;
	}
	.contact-page #section-2 .second .container .row .col.col-2 .content img {
		margin-top: 1rem;
		display: block;
		width: 100%;
		height: auto;
		max-width: 125px;
	}
	.contact-page #section-2 .second .image {
		position: relative;
		top: unset;
		right: unset;
		left: unset;
		bottom: unset;
		width: 100%;
		height: 45vh;
	}
}

.contact-page #contact-section-three {
	overflow: hidden;
}

.contact-page #contact-section-three .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.contact-page #contact-section-three .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	background-color: #4399BC;
	position: relative;
	height: 85vh;
}

.contact-page #contact-section-three .row .col .big-pulse {
	background-color: #A1D9C9;
	height: 80%;
	width: 80%;
	border-top-right-radius: 100%;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.contact-page #contact-section-three .row .col .big-pulse .big-ring {
	position: absolute;
	background-color: #fff;
	border-top-right-radius: 100%;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.contact-page #contact-section-three .row .col .thick-curve {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.contact-page #contact-section-three .row .col .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.contact-page #contact-section-three .row .col.image-col .image-container {
	height: 100%;
	width: 100%;
	z-index: 3;
}

.contact-page #contact-section-three .row .col.image-col .image-container img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.contact-page #contact-section-three .row .skinny-curve {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	height: 100%;
	width: 100%;
}

.contact-page #contact-section-three .row .skinny-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 900px) {
	.contact-page #contact-section-three .row .col {
		width: 100%;
		height: 60vh;
	}
	.contact-page #contact-section-three .row .skinny-curve {
		top: 20%;
		left: 0;
		z-index: 4;
		height: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #contact-section-three .row .col {
		height: 45vh;
	}
}

.contact-page #contact-section-four {
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.contact-page #contact-section-four .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.contact-page #contact-section-four .container .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	height: 60vh;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contact-page #contact-section-four .container .row .col.title-col .about-title {
	width: 70%;
}

.contact-page #contact-section-four .container .row .col.title-col .about-title .main-heading {
	color: #003333;
	font-weight: 200;
	line-height: 1;
}

.contact-page #contact-section-four .container .row .col.content-col .about-content {
	width: 80%;
	color: #003333;
}

.contact-page #contact-section-four .small-pulse {
	background-color: #FAACD5;
	height: 300px;
	width: 300px;
	border-bottom-right-radius: 300px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.contact-page #contact-section-four .small-pulse .small-ring {
	position: absolute;
	background-color: #FAACD5;
	border-bottom-right-radius: 300px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.contact-page #contact-section-four .medium-curve {
	position: absolute;
	top: -100px;
	left: -200px;
	height: 120%;
	width: 100%;
	z-index: 1;
}

.contact-page #contact-section-four .medium-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.contact-page #contact-section-four .triangle {
	background: #F75C0F;
}

@media screen and (max-width: 1150px) {
	.contact-page #contact-section-four .container .row .col.content-col .about-content {
		width: 100%;
	}
	.contact-page #contact-section-four .container .row .col.content-col .about-content p {
		font-size: 18px !important;
	}
	.contact-page #contact-section-four .small-pulse {
		height: 200px;
		width: 200px;
	}
	.contact-page #contact-section-four .small-pulse .small-ring {
		border-bottom-right-radius: 200px;
	}
	.contact-page #contact-section-four .medium-curve {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.contact-page #contact-section-four {
		padding: 2rem 0;
	}
	.contact-page #contact-section-four .container .row .col {
		width: 100%;
		height: auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.contact-page #contact-section-four .container .row .col.title-col .about-title {
		width: 75%;
		padding: 0;
	}
	.contact-page #contact-section-four .container .row .col.title-col .about-title h3 {
		margin: 0;
	}
	.contact-page #contact-section-four .container .row .col.title-col .about-button {
		padding: 2rem 0;
	}
	.contact-page #contact-section-four .container .row .col.content-col .about-content {
		width: 75%;
	}
	.contact-page #contact-section-four .medium-curve {
		display: none;
	}
	.contact-page #contact-section-four .triangle {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #contact-section-four {
		padding: 1.5rem 0;
	}
	.contact-page #contact-section-four .container .row .col.title-col .about-title {
		width: 100%;
	}
	.contact-page #contact-section-four .container .row .col.title-col .about-button {
		padding: 1.5rem 0;
	}
	.contact-page #contact-section-four .container .row .col.content-col .about-content {
		width: 100%;
	}
}

.contact-page #contact-section-five .section-five-image {
	height: 100vh;
	width: 100%;
}

.contact-page #contact-section-five .section-five-image .section-image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 900px) {
	.contact-page #contact-section-five .section-five-image {
		height: 60vh;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #contact-section-five .section-five-image {
		height: 45vh;
	}
}

.contact-page #contact-section-six {
	background-color: #A1D9C9;
	position: relative;
	overflow: hidden;
}

.contact-page #contact-section-six .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

.contact-page #contact-section-six .row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
}

.contact-page #contact-section-six .row .col.team-col {
	z-index: 2;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contact-page #contact-section-six .row .col.team-col .team-content {
	margin: 0 auto;
	width: 75%;
	color: #003333;
	text-align: center;
}

.contact-page #contact-section-six .row .col.team-col .team-content .main-heading {
	font-weight: 200;
	padding-bottom: 2rem;
}

.contact-page #contact-section-six .row .col.team-col .team-content ul li {
	padding: 0 0 1.5rem 0;
}

.contact-page #contact-section-six .row .col.team-col .team-content ul li p {
	margin: 0;
}

.contact-page #contact-section-six .row .col.team-col .team-content ul li .company-type {
	font-family: "GT America Light";
	line-height: 1;
}

.contact-page #contact-section-six .row .col.team-col .team-content ul li .company-name {
	font-family: "Bebas Neue";
	font-size: 50px;
	font-weight: 200;
	line-height: 1.2;
}

.contact-page #contact-section-six .row .col.team-col .team-content ul li:last-child {
	padding: 0 0 0 0;
}

.contact-page #contact-section-six .row .col.image-col .img-container {
	height: 100vh;
	width: 100%;
}

.contact-page #contact-section-six .row .col.image-col .img-container img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.contact-page #contact-section-six .thick-curve {
	position: absolute;
	top: -150px;
	left: 0;
	height: auto;
	width: auto;
	z-index: 1;
}

.contact-page #contact-section-six .thick-curve img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

@media screen and (max-width: 1150px) {
	.contact-page #contact-section-six .row .col.team-col .team-content {
		padding: 2em 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content .main-heading {
		font-weight: 200;
		padding-bottom: 1rem;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li {
		padding: 0 0 1.5rem 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li p {
		margin: 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li .company-name {
		font-size: 50px;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li:last-child {
		padding: 0 0 0 0;
	}
	.contact-page #contact-section-six .row .col.image-col .img-container {
		height: 100%;
	}
}

@media screen and (max-width: 900px) {
	.contact-page #contact-section-six {
		padding: 2em 0 0 0;
	}
	.contact-page #contact-section-six .row .col {
		width: 100%;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content {
		margin: 0 auto;
		text-align: center;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content .main-heading {
		font-weight: 200;
		padding-bottom: 1rem;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li {
		padding: 0 0 1.5rem 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li p {
		margin: 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li .company-name {
		font-size: 50px;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li:last-child {
		padding: 0 0 0 0;
	}
	.contact-page #contact-section-six .row .col.image-col {
		display: none;
	}
	.contact-page #contact-section-six .row .col.image-col .img-container {
		height: 60vh;
	}
	.contact-page #contact-section-six .thick-curve {
		top: -50px;
	}
}

@media screen and (max-width: 600px) {
	.contact-page #contact-section-six {
		padding: 1em 0 0 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li {
		padding: 0 0 1.5rem 0;
	}
	.contact-page #contact-section-six .row .col.team-col .team-content ul li .company-name {
		font-size: 40px;
	}
	.contact-page #contact-section-six .row .col.image-col .img-container {
		height: 60vh;
	}
	.contact-page #contact-section-six .thick-curve {
		display: none;
	}
}

/*

.page-id-18,.page-id-13{
  .site-header-container{
    .site-header{
      background:$originate_white;
      position: relative;
      .container{
        .row{
          .col{
            &.col-1{
              .site-branding{
                .main-heading{
                  a{}
                }

                .site-branding-logo{
                  a{
                    img{}
                  }
                }
              }
            }

            &.col-2{
              .main-navigation{
                ul{
                  li{
                    &:first-child{}
                    &.current-menu-item{
                      a{}
                    }

                    &:hover .sub-menu{
                    }

                    a{
                      color:$hill_dark_green;
                      font-family: $font__main;
                      &:hover{
                        color:#F75C0F;
                      }
                    }
                    &:last-child{}
                    .sub-menu{
                      li{
                        &:first-child{
                          &:before{}
                        }

                        &:last-child{
                          padding-bottom:1rem;
                        }
                        &.current-menu-item{
                          a{
                            color:$originate_green;
                          }
                        }

                        a{
                          &:hover{}
                        }
                      }
                    }
                  }
                }
              }
            }

            &.col-contact{
              ul{}
            }

            &.col-3{
              .nav-mobile{
                #nav-toggle{
                  span{}
                  span,
                  span:before,
                  span:after{}
                  span:before{}
                  span:after{}
                  &.active span{
                    &:before,
                    &:after{ }
                    &:before{}
                    &:after{}
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  @media screen and (max-width:$query_large){
    .site-header-container{
      .site-header{
        .container{
          .row{
            .col{
              &.col-1{
                .site-branding{
                  .main-heading{
                    a{}
                  }
                  .site-branding-logo{
                    a{
                      img{}
                    }
                  }
                }
              }
              &.col-2{
                .main-navigation{
                  ul{
                    li{
                      &:first-child{}
                      &.current-menu-item{
                        a{}
                      }
                      &:hover .sub-menu{}
                      a{
                        &:hover{}
                      }
                      &:last-child{}
                      .sub-menu{
                        li{
                          &:last-child{}
                        }
                      }
                    }
                  }
                }
              }
              &.col-3{
                .nav-mobile{
                  #nav-toggle{
                    span{}
                    span,
                    span:before,
                    span:after{}
                    span:before{}
                    span:after{}
                    &.active span{
                      &:before,
                      &:after{}
                      &:before{}
                      &:after{}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  @media screen and (max-width:$query_medium){
    .site-header-container{
      .site-header{
        &.active{
          box-shadow:$box_shadow_light;
        }
        .container{
          .row{
            flex-wrap:wrap;
            .col{
              &.col-1{
                order:1;
                .site-branding{
                  .main-heading{
                    a{}
                  }
                  .site-branding-logo{
                    a{
                      img{}
                    }
                  }
                }
              }
              &.col-2{
                width:100%;
                order:3;
                flex-wrap:wrap;
                height:0;
                overflow:hidden;
                .main-navigation{
                  z-index:2;
                  width:100%;
                  padding:1.25rem 0 .25rem 0;
                  &.toggled{}
                  #primary-menu{
                    flex-wrap:wrap;
                    li{
                      width:100%;
                      margin-bottom:.75em;
                      padding-bottom:.75em;
                      padding-left:0;
                      a{}
                      &:first-child{
                        padding-top:.5em;
                      }
                      &:last-child{
                        border-bottom:0;
                        margin-bottom:0;
                      }
                      .sub-menu{
                        display:block;
                        position:relative;
                        box-shadow:unset;
                        padding:1.5rem 0 0 0;
                        opacity:1;
                        border:0;
                        li{
                          background:$originate_black;
                          border:0;
                          padding:0 0 .75em 0;
                          &:first-child{
                            &:before{
                              display:none;
                            }
                          }
                          a{
                            color:$originate_white;
                          }
                          &:last-child{
                            padding-bottom:0;
                          }
                        }
                      }
                    }
                  }
                }
              }
              &.col-3{
                order:2;
                display:block;
                .nav-mobile{
                  #nav-toggle{
                    span{}
                    span,
                    span:before,
                    span:after{}
                    span:before{}
                    span:after{}
                    &.active span{
                      &:before,
                      &:after{}
                      &:before{}
                      &:after{}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  @media screen and (max-width:$query_small){
    .site-header-container{
      .site-header{
        .container{
          .row{
            .col{
              &.col-1{
                .site-branding{
                  .site-branding-logo{
                    a{
                      img{
                        max-width:150px;
                      }
                    }
                  }
                }
              }
              &.col-2{
                .main-navigation{
                  padding:1.25rem 0 .25rem 0;
                  #primary-menu{
                    li{
                      &:first-child{}
                      &.current-menu-item{
                        a{}
                      }
                      &:hover .sub-menu{}
                      a{
                        &:hover{}
                      }
                      &:last-child{}
                      .sub-menu{
                        border-bottom:0;
                        li{
                          &:last-child{}
                        }
                      }
                    }
                  }
                }
              }
              &.col-3{
                .nav-mobile{
                  #nav-toggle{
                    span{}
                    span,
                    span:before,
                    span:after{}
                    span:before{}
                    span:after{}
                    &.active span{
                      &:before,
                      &:after{}
                      &:before{}
                      &:after{}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-container .site-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.footer-container .site-footer .main-footer {
	padding: 4rem 0;
	background: #FAACD5;
	color: #fff;
	width: 100%;
	z-index: 1;
}

.footer-container .site-footer .main-footer .container .row .col {
	width: 50%;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}

.footer-container .site-footer .main-footer .container .row .col.col-1 {
	padding-top: 1rem;
}

.footer-container .site-footer .main-footer .container .row .col.col-1 .download-link {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	position: relative;
	margin-top: 4rem;
	color: #222;
	display: none;
}

.footer-container .site-footer .main-footer .container .row .col.col-1 .download-link:hover {
	color: #003333;
}

.footer-container .site-footer .main-footer .container .row .col.col-1 .download-link:hover::after {
	width: 0;
}

.footer-container .site-footer .main-footer .container .row .col.col-1 .download-link::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #222;
	position: absolute;
	left: 0;
	bottom: -4px;
	-webkit-transition: width .4s ease-out;
	transition: width .4s ease-out;
}

.footer-container .site-footer .main-footer .container .row .col.col-2 {
	text-align: right;
}

.footer-container .site-footer .main-footer .container .row .col .widget {
	margin-bottom: 0;
}

.footer-container .site-footer .main-footer .footer-polygon {
	position: absolute;
	width: 50%;
	height: 100%;
	top: -50px;
	left: -200px;
}

.footer-container .site-footer .main-footer .footer-polygon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.footer-container .site-footer .main-footer .footer-small-pulse {
	background-color: #FDD51F;
	height: 300px;
	width: 500px;
	border-bottom-left-radius: 300px;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.footer-container .site-footer .main-footer .footer-small-pulse .footer-small-ring {
	position: absolute;
	background-color: #FDD51F;
	border-bottom-left-radius: 300px;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	width: 100%;
}

.footer-container .site-footer .main-footer .footer-curve {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}

.footer-container .site-footer .main-footer .footer-curve img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.footer-container .site-footer .site-info {
	width: 100%;
	padding: 1.5rem 0;
	background: #222;
	z-index: 2;
}

.footer-container .site-footer .site-info .container .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul li {
	text-transform: uppercase;
	margin: 0 1rem;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul li.originate-button {
	display: none;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul li:first-child {
	margin-left: 0;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul li.current-menu-item a {
	color: #F75C0F;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul li a {
	color: white;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.footer-container .site-footer .site-info .container .row .col.col-1 ul li a:hover {
	color: #F75C0F;
}

.footer-container .site-footer .site-info .container .row .col.col-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.footer-container .site-footer .site-info .container .row .col.col-2 ul li:after {
	content: '';
	margin: 0 .5rem;
	color: #FDD51F;
}

.footer-container .site-footer .site-info .container .row .col.col-2 ul li:last-child:after {
	display: none;
}

.footer-container .site-footer .site-info .container .row .col.col-2 ul li a {
	font-size: 12px;
	color: #FDD51F;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.footer-container .site-footer .site-info .container .row .col.col-2 ul li a:hover {
	color: #fff;
}

.footer-container .site-footer .site-info .container .row .col.col-2 p {
	font-size: 12px;
	color: #FDD51F;
}

.footer-container .site-footer .site-info .container .row .col p {
	color: #fff;
	margin: 0;
}

.footer-container .site-footer .site-info .container .row .col p a {
	color: #FDD51F;
	-webkit-transition: color 400ms linear;
	transition: color 400ms linear;
}

.footer-container .site-footer .site-info .container .row .col p a:hover {
	color: #F75C0F;
}

@media screen and (max-width: 1400px) {
	.footer-container .site-footer .main-footer .footer-polygon {
		width: 60%;
	}
}

@media screen and (max-width: 1150px) {
	.footer-container .site-footer .main-footer .footer-polygon {
		left: -550px;
		width: 95%;
	}
	.footer-container .site-footer .main-footer .footer-small-pulse {
		height: 300px;
		width: 300px;
		border-bottom-left-radius: 300px;
	}
	.footer-container .site-footer .main-footer .footer-small-pulse .footer-small-ring {
		border-bottom-left-radius: 300px;
	}
}

@media screen and (max-width: 900px) {
	.footer-container .site-footer .main-footer .footer-polygon {
		left: -650px;
	}
	.footer-container .site-footer .main-footer .footer-small-pulse {
		height: 200px;
		width: 200px;
		border-bottom-left-radius: 200px;
	}
	.footer-container .site-footer .main-footer .footer-small-pulse .footer-small-ring {
		border-bottom-left-radius: 200px;
	}
	.footer-container .site-footer .main-footer .footer-curve {
		right: -100px;
	}
	.footer-container .site-footer .site-info .container .row .col.col-1 ul {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer-container .site-footer .site-info .container .row .col.col-1 ul li {
		white-space: nowrap;
	}
	.footer-container .site-footer .site-info .container .row .col.col-2 ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-container .site-footer .site-info .container .row .col.col-2 ul li {
		width: 100%;
		text-align: right;
	}
	.footer-container .site-footer .site-info .container .row .col.col-2 ul li:after {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.footer-container .site-footer .main-footer .footer-polygon {
		left: -100px;
		display: none;
	}
	.footer-container .site-footer .main-footer .footer-small-pulse {
		height: 150px;
		width: 150px;
		border-bottom-left-radius: 150px;
	}
	.footer-container .site-footer .main-footer .footer-small-pulse .footer-small-ring {
		border-bottom-left-radius: 150px;
	}
	.footer-container .site-footer .main-footer .footer-curve {
		display: none;
	}
	.footer-container .site-footer .site-info {
		padding: 1.25rem 0 .25rem 0;
	}
	.footer-container .site-footer .site-info .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
	}
	.footer-container .site-footer .site-info .container .row .col {
		width: 100%;
	}
	.footer-container .site-footer .site-info .container .row .col.col-1 .menu-main-navigation-container ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-container .site-footer .site-info .container .row .col.col-1 .menu-main-navigation-container ul li {
		width: 100%;
		text-align: center;
		padding: 0.5rem 0;
	}
	.footer-container .site-footer .site-info .container .row .col.col-1 .menu-main-navigation-container ul li:first-child {
		margin-left: 1rem;
	}
	.footer-container .site-footer .site-info .container .row .col.col-2 ul {
		padding: .5rem 0 .75rem 0;
	}
	.footer-container .site-footer .site-info .container .row .col.col-2 ul li {
		text-align: center;
	}
	.footer-container .site-footer .site-info .container .row .col.col-2 p {
		margin: 1rem 0 .5rem 0;
	}
	.footer-container .site-footer .site-info .container .row .col.col-3 {
		text-align: center;
	}
}

.footer-fixed {
	position: fixed;
	bottom: 0;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2rem 0;
}

.error-404 .error-image {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
}

.error-404 .error-content {
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
	text-align: center;
}

.error-404 .error-content .search-form {
	width: 60%;
	margin: 0 auto;
}

.error-404 .error-content .search-form input {
	padding: 10px 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}

.error-404 .error-content .search-form input[type="search"] {
	width: 75%;
}

.error-404 .error-content .search-form input[type="submit"] {
	width: 20%;
}

@media screen and (max-width: 900px) {
	.error-404 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.error-404 .error-image {
		-ms-flex-preferred-size: 60%;
		    flex-basis: 60%;
		margin: 0 auto;
	}
	.error-404 .error-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

@media screen and (max-width: 600px) {
	.error-404 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 1rem 0;
	}
	.error-404 .error-image {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.error-404 .error-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.error-404 .error-content .search-form {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*# sourceMappingURL=../augustine_hill/sass/maps/style.css.map */
