/*
Theme Name: Flex With Benefits
Author: Thrive web design
Author URI: https://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
	margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	/* 1 */
	display: block;
}

/** Add the correct display in IE 9-. */
audio, canvas, progress, video {
	display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

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

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

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {
	outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 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 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
	font-weight: inherit;
}

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

/** Add the correct font style in Android 4.3-. */
dfn {
	font-style: italic;
}

/** 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;
}

/** Add the correct background and color in IE 9-. */
mark {
	background-color: #ff0;
	color: #000;
}

/** 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;
}

/** Hide the overflow in IE. */
svg:not(:root) {
	overflow: hidden;
}

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

/** Add the correct margin in IE 8. */
figure {
	margin: 1em 40px;
}

/** 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 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {
	font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
	font-weight: bold;
}

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

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {
	/* 1 */
	margin: 0;
}

/** 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;
}

/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
	cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/** 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 */
}

/** Remove the default vertical scrollbar in IE. */
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;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
	-webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote {
	border-left: 0.3rem solid #d1d1d1;
	margin-left: 0;
	margin-right: 0;
	padding: 1rem 1.5rem;
}

blockquote *:last-child {
	margin: 0;
}

.button, button {
	background-color: #00AEEF;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 5rem;
	padding: 0 3rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: white;
	margin-top: 35px;
	font-weight: 400;
}

.button:hover, .button:focus, button:hover, button:focus {
	background: #2f3397;
	background: -webkit-gradient(linear, left top, right top, from(#2f3397), to(#00aeef));
	background: linear-gradient(90deg, #2f3397 0%, #00aeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f3397", endColorstr="#00aeef", GradientType=1);
	color: white;
}

.button.button-outline, button.button-outline {
	color: white;
	background-color: #2F3397;
}

.button.button-clear, button.button-clear {
	color: #00AEEF;
	background-color: transparent;
	border-color: transparent;
}

.button.button-clear:hover, .button.button-clear:focus, button.button-clear:hover, button.button-clear:focus {
	color: #2F3397;
	background-color: transparent;
	border-color: transparent;
}

code {
	background: #f4f5f6;
	border-radius: 0.4rem;
	font-size: 86%;
	padding: 0.2rem 0.5rem;
	margin: 0 0.2rem;
	white-space: nowrap;
}

pre {
	background: #f4f5f6;
	border-left: 0.3rem solid #00AEEF;
	font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace;
}

pre>code {
	background: transparent;
	border-radius: 0;
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}

input, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: 0.4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.6rem 1rem;
	width: 100%;
	height: 55px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.2);
	outline: none;
	padding: 15px !important;
}

input:focus, textarea:focus, select:focus {
	border: 0.1rem solid #00AEEF;
	outline: 0;
}

textarea {
	padding-bottom: 0.6rem;
	padding-top: 0.6rem;
	min-height: 6.5rem;
}

label, legend {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
	margin-bottom: 0.5rem;
}

fieldset {
	border-width: 0;
	padding: 0;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
}

.label-inline {
	font-weight: normal;
	display: inline-block;
	margin-left: 0.5rem;
}

.gform_ajax_spinner {
	display: block;
	margin: 1rem auto;
	height: 20px;
	width: 20px;
}

.validation_error, .gform_confirmation_message {
	width: 100%;
	padding: 1rem;
	background: white;
	border: 1px solid #F5F5F5;
	margin: 1.5rem 0;
	font-weight: 500;
}

.page-id-271 .history, .page-id-271 .partners  {
	display: none !important;
}

.validation_error:before, .gform_confirmation_message:before {
	content: "\f06a";
	font-family: "FontAwesome";
	margin-right: 5px;
	color: #00AEEF;
}

.gfield_label {
	display: none !important;
}

.gform_confirmation_message:before {
	content: "\f164";
	font-family: "FontAwesome";
	margin-right: 10px;
	color: #00AEEF;
}

.validation_message {
	background: white;
	font-weight: 500;
	color: #2F3397 !important;
}

.validation_message:before {
	display: none;
}

#gform_fields_1 {
	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;
}

.gfield {
	width: 50%;
}

.gfield input {
	width: 50%;
}

.gform_wrapper .top_label input.medium {
	width: 100% !important;
}

.ginput_container {
	width: 100%;
}

.ginput_container select {
	width: 100% !important;
	color: #737373;
}

.ginput_container textarea {
	width: 100%;
}

.ginput_container_select {
	position: relative;
}

.ginput_container_select:after {
	content: "\f0dd";
	font-family: "FontAwesome";
	margin-right: 10px;
	position: absolute;
	top: 10px;
	right: 5px;
}

.ginput_container_fileupload input {
	width: 100%;
}

#field_1_9, #field_1_8 {
	width: 100%;
}

#input_1_8 {
	color: #737373;
	font-size: 16px;
	line-height: 10px;
}

#gform_submit_button_1 {
	width: 35%;
	line-height: 26px;
}

.gform_wrapper .gform_footer {
	margin-top: 0px !important;
}

.gform_wrapper div.validation_error {
	color: #2F3397 !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 600 !important;
	border-top: none !important;
	border-bottom: none !important;
	text-align: left !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}

.gform_wrapper div.validation_error:before {
	display: none;
}

.gform_wrapper li.gfield.gfield_error {
	background: none !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #2F3397 !important;
}

.gform_confirmation_message_1 {
	font-size: 20px;
	color: #222222;
	line-height: 31px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}

@media (max-width: 550px) {
	.gform_wrapper ul li.gfield {
		margin-top: 0px !important;
	}

	.gform_wrapper textarea.medium {
		height: 200px !important;
	}

	.gfield {
		width: 100% !important;
	}

	.gfield input {
		width: 100% !important;
	}
}

.container {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container.skinny {
	max-width: 850px;
}

.column, .columns {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 400px) {
	.container {
		width: 95%;
		padding: 0;
	}
}

@media (min-width: 550px) {
	.container {
		width: 90%;
	}

	.column, .columns {
		margin-left: 4%;
	}

	.column:first-child, .columns:first-child {
		margin-left: 0;
	}

	.one.column, .one.columns {
		width: 4.66667%;
	}

	.two.columns {
		width: 13.33333%;
	}

	.three.columns {
		width: 22%;
	}

	.four.columns {
		width: 30.66667%;
	}

	.five.columns {
		width: 39.33333%;
	}

	.six.columns {
		width: 48%;
	}

	.seven.columns {
		width: 56.66667%;
	}

	.eight.columns {
		width: 65.33333%;
	}

	.nine.columns {
		width: 74%;
	}

	.ten.columns {
		width: 82.66667%;
	}

	.eleven.columns {
		width: 91.33333%;
	}

	.twelve.columns {
		width: 100%;
		margin-left: 0;
	}

	.one-third.column {
		width: 30.66667%;
	}

	.two-thirds.column {
		width: 65.33333%;
	}

	.one-half.column {
		width: 48%;
	}

	.offset-by-one.column, .offset-by-one.columns {
		margin-left: 8.66667%;
	}

	.offset-by-two.column, .offset-by-two.columns {
		margin-left: 17.33333%;
	}

	.offset-by-three.column, .offset-by-three.columns {
		margin-left: 26%;
	}

	.offset-by-four.column, .offset-by-four.columns {
		margin-left: 34.66667%;
	}

	.offset-by-five.column, .offset-by-five.columns {
		margin-left: 43.33333%;
	}

	.offset-by-six.column, .offset-by-six.columns {
		margin-left: 52%;
	}

	.offset-by-seven.column, .offset-by-seven.columns {
		margin-left: 60.66667%;
	}

	.offset-by-eight.column, .offset-by-eight.columns {
		margin-left: 69.33333%;
	}

	.offset-by-nine.column, .offset-by-nine.columns {
		margin-left: 78%;
	}

	.offset-by-ten.column, .offset-by-ten.columns {
		margin-left: 86.66667%;
	}

	.offset-by-eleven.column, .offset-by-eleven.columns {
		margin-left: 95.33333%;
	}

	.offset-by-one-third.column, .offset-by-one-third.columns {
		margin-left: 34.66667%;
	}

	.offset-by-two-thirds.column, .offset-by-two-thirds.columns {
		margin-left: 69.33333%;
	}

	.offset-by-one-half.column, .offset-by-one-half.column {
		margin-left: 52%;
	}
}

.container:not(.flex):after, .row:not(.flex):after, .u-cf {
	content: "";
	display: table;
	clear: both;
}

a {
	color: #00AEEF;
	text-decoration: none;
}

a:hover {
	color: #2F3397;
}

dl, ol, ul {
	margin-top: 0;
	padding-left: 0;
}

dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {
	font-size: 90%;
	margin: 1.5rem 0 1.5rem 3rem;
}

dl {
	list-style: none;
}

ul {
	list-style: circle inside;
}

ol {
	list-style: decimal inside;
}

dt, dd, li {
	margin-bottom: 1rem;
}

hr {
	border-top: 0.1rem solid #f4f5f6;
	border-width: 0;
	margin-bottom: 3.5rem;
	margin-top: 3rem;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button, button {
	margin-bottom: 1rem;
}

.button:last-child, button:last-child {
	margin-bottom: 0;
}

input, textarea, select, fieldset {
	margin-bottom: 1.5rem;
}

input:last-child, textarea:last-child, select:last-child, fieldset:last-child {
	margin-bottom: 0;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
	margin-bottom: 2.5rem;
}

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

th, td {
	border-bottom: 0.1rem solid #e1e1e1;
	padding: 1.2rem 1.5rem;
	text-align: left;
}

th:first-child, td:first-child {
	padding-left: 0;
}

th:last-child, td:last-child {
	padding-right: 0;
}

p {
	margin-top: 0;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
}

ul {
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
}

a {
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 2rem;
	margin-top: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

h1 {
	line-height: 1.2;
	font-size: 50px;
}

h2 {
	font-size: 40px;
	color: #222222;
	letter-spacing: 0;
}

h3 {
	font-size: 20px;
	color: #222222;
	text-align: center;
	line-height: 31px;
	font-weight: 400;
}

h4 {
	font-size: 2.4rem;
	letter-spacing: -0.08rem;
	line-height: 1.35;
	font-family: "Oswald", sans-serif;
}

h5 {
	font-weight: 700;
	font-size: 15px;
	color: #2F3397;
	letter-spacing: 1.27px;
	text-transform: uppercase;
	margin-bottom: 0rem;
}

h6 {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #222222;
	letter-spacing: 1.8px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section {
	padding: 100px 0;
}

.section.thin {
	padding: 50px 0;
}

.section.thick {
	padding: 10rem 0;
}

@media (max-width: 650px) {
	.section {
		padding: 50px 0;
	}

	.section.thin {
		padding: 30px 0;
	}
}

.dark {
	background-color: #565656;
	color: white;
}

.black {
	background-color: #1a1a1a;
	color: white;
}

.light {
	background-color: #F5F5F5;
}

.primary {
	background-color: #00AEEF;
}

.white {
	background: white;
}

.color-white {
	color: white;
}

.color-primary {
	color: #00AEEF;
}

.flex {
	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;
}

.overlay {
	background: #2f3397;
	background: -webkit-gradient(linear, left top, right top, from(#2f3397), to(#00aeef));
	background: linear-gradient(90deg, #2f3397 0%, #00aeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f3397", endColorstr="#00aeef", GradientType=1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0.6;
}

.background-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}

.background-image img {
	width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.background-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		height: 100%;
	}
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after, .clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.tacenter {
	text-align: center;
}

.taright {
	text-align: right;
}

.taleft {
	text-align: left;
}

.relative {
	position: relative;
}

.PageHeader {
	text-align: center;
	background: #2f3397;
	background: -webkit-gradient(linear, left top, right top, from(#2f3397), to(#00aeef));
	background: linear-gradient(90deg, #2f3397 0%, #00aeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f3397", endColorstr="#00aeef", GradientType=1);
	padding: 13rem 0rem !important;
}

.PageHeader .background-image {
	opacity: 0.6;
}

.PageHeader .button {
	display: none;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.PageHeader--title, .PageHeader--subtitle {
	margin-bottom: 0;
}

.PageHeader--subtitle {
	font-size: 19px;
	letter-spacing: 0.1px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	font-weight: 600;
	max-width: 600px;
	margin: 0 auto;
	line-height: 26px;
	margin-top: 16px;
}

.edit_link {
	position: fixed;
	margin: 0;
	top: 60px;
	left: 10px;
	z-index: 99999;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.edit_link i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 30px;
	font-size: 15px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.edit_link span {
	background-color: #ffffff;
	text-transform: uppercase;
	padding: 3px 5px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.edit_link a {
	color: #000000;
	background-color: transparent;
}

.edit_link a:hover i {
	background-color: #717171;
	color: #ffffff;
}

.edit_link a:hover span {
	background-color: #717171;
	color: #ffffff;
}

.header {
	padding: 15px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: white;
}

.header--wrap {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header--nav .menu {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
}

.header--nav li {
	margin: 0;
}

.header--nav a {
	padding: 2rem;
	color: #222222;
	font-size: 16px;
}

.header--nav a:hover {
	color: #00AEEF;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:before {
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: -10px;
	position: absolute;
	right: 1px;
}

.menu-item-has-children .sub-menu {
	display: none;
}

.menu-item-has-children:hover .sub-menu {
	display: block !important;
}

.menu-item-has-children:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-item-has-children .sub-menu {
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 27px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 27px -10px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	list-style: none;
	position: absolute;
	top: 40px;
	width: 200px;
	z-index: 1;
}

.menu-item-has-children .sub-menu a {
	font-size: 14px;
	width: 100%;
	padding: 0;
	display: inline-block;
}

.menu-item-has-children .sub-menu li {
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	padding: 15px 20px;
}

.menu-item-has-children .sub-menu li:hover {
	background: #2f3397;
	background: -webkit-gradient(linear, left top, right top, from(#2f3397), to(#00aeef));
	background: linear-gradient(90deg, #2f3397 0%, #00aeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f3397", endColorstr="#00aeef", GradientType=1);
	border-radius: 2px;
}

.menu-item-has-children .sub-menu li:hover a {
	color: white;
}

.logo {
	height: 83px;
	text-align: left;
}

.logo img {
	height: 100%;
}

.hamburger {
	display: none;
	width: 3rem;
	height: 5.5rem;
	position: relative;
	cursor: pointer;
	z-index: 2;
}

.hamburger .bar {
	position: absolute;
	width: 3rem;
	height: 2px;
	display: block;
	background: #00AEEF;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.hamburger .bar:nth-child(1) {
	top: 1.5rem;
}

.hamburger .bar:nth-child(2) {
	top: 2.5rem;
}

.hamburger .bar:nth-child(3) {
	top: 3.5rem;
}

@media screen and (max-width: 1050px) {
	/* .menu-item-has-children:hover .sub-menu {
		display: none !important;
	} */

	.menu-item-has-children:before {
		top: 14px;
	}

	.hamburger {
		display: block;
		cursor: pointer;
	}

	.socials {
		display: none !important;
	}

	.logo-nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.header--nav {
		display: none;
	}

	.active.header--nav {
		display: block !important;
		width: 100% !important;
		z-index: 2 !important;
		text-align: center !important;
		position: absolute !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		background: white !important;
		width: 100vw !important;
		height: 100vh !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.active.header--nav .menu-item-has-children a:after {
		top: 0.2rem;
	}

	.active.header--nav .menu-item-has-children a:after {
		top: 0.2rem;
	}

	.active.header--nav ul {
		display: block;
		margin-top: -50px;
	}

	.active.header--nav ul li {
		width: 100%;
		text-align: center;
		margin: 0;
		padding-right: none;
	}

	.active.header--nav ul li a {
		font-size: 20px;
		line-height: 50px;
		font-weight: 400;
	}

	.active.header--nav ul li .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		left: 0px;
		padding: 0;
		border: 0;
	}

	.active.header--nav ul li .sub-menu a {
		font-size: 18px;
		line-height: 25px;
	}
}

.active.hamburger .bar:nth-child(1) {
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	top: 2.5rem !important;
}

.active.hamburger .bar:nth-child(2) {
	opacity: 0 !important;
}

.active.hamburger .bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
	top: 2.5rem;
}

.footer {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #1a1a1a;
}

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

.footer ul {
	list-style: none;
	font-size: 15px;
}

.footer ul li {
	opacity: 0.7;
}

.footer ul a {
	color: #222222;
}

.footer ul a:hover {
	color: #00AEEF;
}

.footer ul .socials {
	opacity: 1 !important;
}

.footer ul .socials a {
	font-size: 25px;
	padding-right: 10px;
	color: #2F3397;
}

.footer ul .socials a:hover {
	color: #00AEEF;
	-webkit-transition: ease all 0.4s;
	transition: ease all 0.4s;
}

.footer .top-row .logo {
	margin-right: 3rem;
}

.footer .top-row .logo img {
	height: auto;
	width: 100%;
}

.footer .bottom-row {
	background-color: #2F3397;
	color: white;
	padding: 1rem 0rem;
	text-align: center;
}

.footer .bottom-row p, .footer .bottom-row a {
	color: white;
	font-size: 13px;
	line-height: 20px;
}

.footer .bottom-row a:hover {
	color: #00AEEF;
	font-weight: 600;
}

@media (max-width: 870px) {
	.footer .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .logo {
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 3rem;
	}

	.footer .logo img {
		margin: 0 auto;
		width: 50% !important;
	}

	.footer .sitemap, .footer .info, .footer .contact {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.footer .logo {
		margin-right: 0px !important;
	}
}

@media (max-width: 400px) {
	.footer .logo img {
		width: 90% !important;
	}
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pagination--button {
	display: block;
}

.pagination--button a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.pagination--button i {
	margin: 0 1rem;
}

.pagination--numeric {
	list-style: none;
	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;
}

.pagination--numeric .pagination--button {
	margin: 0 0.5rem;
}

.pagination--numeric .pagination--button.active {
	font-weight: 600;
}

.share-buttons {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.5;
}

.share-buttons>* {
	margin-bottom: 0;
}

.share-buttons>*+* {
	margin-left: 1rem;
}

.share-buttons:nth-child(1) {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4rem;
}

.blog-item {
	background: white;
	margin: 0.25rem;
}

@media (min-width: 500px) {
	.blog-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 1rem);
		flex: 0 1 calc(50% - 1rem);
	}
}

@media (min-width: 750px) {
	.blog-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(33% - 1rem);
		flex: 0 1 calc(33% - 1rem);
	}
}

@media (min-width: 1000px) {
	.blog-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(25% - 1rem);
		flex: 0 1 calc(25% - 1rem);
	}
}

.blog-item:hover, .blog-item:focus {
	background: #00AEEF;
	color: white;
}

.blog-item:hover .blog-item--image, .blog-item:focus .blog-item--image {
	opacity: 0.7;
}

.blog-item--image {
	min-height: 25rem;
	width: 100%;
	background: #d1d1d1;
	opacity: 0.9;
}

.blog-item--inner {
	padding: 2rem;
}

.blog-item--title {
	margin: 0;
}

.blog-item--subtitle {
	opacity: 0.6;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
}

.blog-item--excerpt {
	font-size: 1.5rem;
}

.blog-nav--title {
	margin-bottom: 1rem;
}

.blog-nav--list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-nav--list li {
	margin: 0 0.9rem;
}

.blog-nav--list li:hover, .blog-nav--list li:focus {
	opacity: 1;
}

.blog-nav--list li.current-cat, .blog .blog-nav--list li.cat-item-all {
	opacity: 1;
	border-bottom: 2px solid currentColor;
}

.accordion--item {
	padding: 1.5rem 0;
	border-top: 1px solid #F5F5F5;
}

.accordion--item--title {
	text-transform: uppercase;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.accordion--item--title>* {
	margin: 0;
}

.accordion--item--title:after {
	content: '\f107';
	color: rgba(0, 0, 0, 0.3);
	font-family: 'fontawesome';
	margin-left: auto;
	font-size: 2em;
	line-height: 1;
}

.open .accordion--item--title:after {
	content: '\f106';
}

.accordion--item--content {
	display: none;
	padding: 1.5rem;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}

.open .accordion--item--content {
	display: block;
}

.InstagramFeed {
	text-align: center;
}

.InstagramFeed--row {
	height: 15rem;
	overflow: hidden;
}

.InstagramFeed--title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	color: #00AEEF;
}

.InstagramFeed--title i {
	font-size: 2em;
	vertical-align: middle;
}

.InstagramFeed--item {
	height: 15rem;
	display: inline-block;
}

.InstagramFeed--item img {
	height: 100%;
	width: auto;
	display: block;
}

.BackgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}

.BackgroundImage.lazy-child {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.BackgroundImage.lazy-child.loaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.BackgroundImage img {
	width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.BackgroundImage img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		height: 100%;
	}
}

.BackgroundImage--parent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cta {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0px;
}

.cta h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 70px;
	letter-spacing: 2px;
	color: white;
	line-height: 85px;
	width: 40%;
}

.cta p {
	text-align: right;
	font-size: 40px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 1px;
}

.cta .button {
	background: white;
	color: #4E579C;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 6rem;
	padding: 0rem 6rem;
	margin-top: 10px;
}

.cta .button-container {
	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-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 60%;
	position: relative;
}

.cta .button-container:after {
	content: '';
	height: 1px;
	width: 70%;
	background: white;
	position: absolute;
	bottom: 27px;
	right: 249px;
}

@media (max-width: 1000px) {
	.cta {
		padding: 100px 0px;
	}

	.cta h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.cta .button-container:after {
		width: 50%;
	}
}

@media (max-width: 725px) {
	.cta .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cta h2 {
		width: 100%;
	}

	.cta p {
		text-align: left;
		margin-bottom: 10px;
	}

	.cta .button-container {
		text-align: left;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cta .button-container:after {
		left: 240px;
	}
}

@media (max-width: 500px) {
	.cta {
		padding: 80px 0px;
	}

	.cta h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.cta p {
		font-size: 30px;
		line-height: 40px;
	}

	.cta .button-container:after {
		display: none;
	}
}

.partners {
	text-align: center;
}

.partners .logos {
	list-style: none;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.partners .logos li {
	width: 24%;
	font-weight: 400;
	margin-bottom: 2rem;
}

.partners .logos li:last-child img {
	max-height: 50px;
}

.partners .logos img {
	width: 100%;
	max-height: 90px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 400px) {
	.partners li {
		width: 40% !important;
	}
}

.specials {
	text-align: center;
}

.specials .specials-image {
	max-width: 100%;
}

.specials .information-box {
	margin-top: 55px;
	padding: 55px;
}

.specials .information-box .content-area {
	text-align: left;
	margin-top: 45px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
}

@media (max-width: 650px) {
	.specials .information-box {
		padding: 20px;
	}

	.specials .information-box .content-area {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.page-home .main-carousel {
	height: 700px;
}

.page-home .main-carousel .flickity-button {
	color: white;
}

.page-home .main-carousel .carousel-cell {
	width: 100%;
	position: relative;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-home .main-carousel .carousel-cell .text-container {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 90%;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	text-align: center;
}

.page-home .main-carousel .carousel-cell .text-container .buttons .button1 {
	margin-right: 30px;
}

.page-home .main-carousel .flickity-button {
	background: none !important;
}

.page-home .main-carousel .flickity-page-dots {
	display: none;
}

@media (max-width: 600px) {
	.page-home .main-carousel {
		height: 450px;
	}

	.page-home .main-carousel .carousel-cell {
		height: 450px;
	}

	.page-home .main-carousel .carousel-cell img {
		height: 450px;
	}

	.page-home .main-carousel .flickity-prev-next-button.next {
		right: 0px;
	}
}

.page-home .PageHeader--title {
	letter-spacing: -0.1rem;
	line-height: 1.25;
	text-transform: uppercase;
	font-size: 56px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	color: white;
}

.page-home .services .services-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-home .services .services-flex a {
	background-color: white;
	width: 23%;
	text-align: center;
	height: 259px;
	border: 1px solid white;
	-webkit-box-shadow: 0 0 27px -7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 27px -7px rgba(0, 0, 0, 0.5);
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	padding: 2rem 0rem;
}

.page-home .services .services-flex a .white-icon {
	display: none;
}

.page-home .services .services-flex a h3 {
	max-width: 90%;
}

.page-home .services .services-flex a:hover {
	background: #2f3397;
	background: -webkit-gradient(linear, left top, right top, from(#2f3397), to(#00aeef));
	background: linear-gradient(90deg, #2f3397 0%, #00aeef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f3397", endColorstr="#00aeef", GradientType=1);
	color: white;
}

.page-home .services .services-flex a:hover p {
	color: white;
}

.page-home .services .services-flex a:hover h3 {
	color: white;
}

.page-home .services .services-flex a:hover .thumbnail {
	display: none;
}

.page-home .services .services-flex a:hover .white-icon {
	display: inline-block;
}

.page-home .services .services-flex a img {
	width: 45px;
	height: 48px;
}

.page-home .services .services-flex a p {
	color: #222222;
	opacity: 0.7;
	font-size: 13px;
	max-width: 90%;
	font-family: "Open Sans", sans-serif;
	margin-top: 20px;
}

@media (max-width: 800px) {
	.page-home .services .services-flex a {
		width: 48% !important;
		margin-bottom: 3%;
	}
}

@media (max-width: 450px) {
	.page-home .services .services-flex a {
		width: 98% !important;
		margin-bottom: 5%;
	}

	.page-home .services .services-flex a .button1 {
		margin-right: 0px;
	}
}

.page-home .about-us {
	text-align: center;
}

.page-home .about-us p {
	max-width: 600px;
	margin: 0 auto;
}

.page-home .our-work h3 {
	font-weight: 900;
	color: #2F3397;
	text-transform: uppercase;
	font-size: 25px;
	text-align: left;
	margin-top: 1.5rem;
}

.page-home .our-work h2, .page-home .our-work h5 {
	text-align: center;
}

.page-home .our-work h2 {
	margin-bottom: 60px;
}

.page-home .our-work .projects {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.page-home .our-work .projects li {
	width: 31%;
}

.page-home .our-work .projects li img {
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #2F3397;
}

.page-home .our-work .projects li:hover img {
	opacity: 0.7;
}

.page-home .our-work .button {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.page-home .testimonials {
	text-align: center;
}

@media (max-width: 1000px) {
	.page-home .projects {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-home .projects li {
		width: 48% !important;
		margin-bottom: 40px;
	}

	.page-home .projects li:last-child {
		width: 100% !important;
	}

	.page-home .projects li img {
		width: 100%;
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.page-home .cta h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.page-home .cta .button-container:after {
		width: 50%;
	}
}

@media (max-width: 725px) {
	.page-home .cta .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-home .cta h2 {
		width: 100%;
	}

	.page-home .cta p {
		text-align: left;
		margin-bottom: 10px;
	}

	.page-home .cta .button-container {
		text-align: left;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.page-home .cta .button-container:after {
		left: 240px;
	}
}

@media (max-width: 450px) {
	.page-home .button1 {
		margin-right: 0px !important;
	}

	.page-home .button {
		margin-bottom: 0px;
		margin-top: 20px;
	}
}

@media (max-width: 700px) {
	.page-home .projects img {
		height: 300px !important;
	}

	.page-about .service-pods ul li .link, .page-about .service-pods ul li .content {
		width: 100% !important;
	}

	.page-about .service-pods ul li {
		flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
	.page-home .PageHeader {
		padding: 8rem 0rem !important;
	}

	.page-home .services-flex {
		margin-top: -50px !important;
	}

	.page-home .projects {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-home .projects li {
		width: 100% !important;
	}

	.page-home .projects li img {
		width: 100%;
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width: 500px) {
	.page-home .PageHeader--title {
		font-size: 34px;
	}

	.page-home .text-container {
		width: 70% !important;
	}

	.page-home .text-container .buttons {
		display: none;
	}

	.page-home .PageHeader--subtitle {
		font-size: 14px;
		line-height: 25px;
	}

	.page-home .cta {
		padding: 90px 0px;
	}

	.page-home .cta h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.page-home .cta p {
		font-size: 30px;
		line-height: 40px;
	}

	.page-home .cta .button-container:after {
		display: none;
	}
}

.page-about .flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-about .column-left {
	width: 25%;
	margin-right: 5%;
}

.page-about .column-right {
	width: 60%;
}

.page-about .icons ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-about .icons ul p {
	color: white;
	line-height: 25px;
	font-size: 15px;
}

.page-about .icons ul .title {
	font-size: 20px;
	color: white;
	margin-bottom: 23px;
}

.page-about .icons ul li {
	background: rgba(47, 51, 151, 0.8);
	width: 25%;
	text-align: center;
	padding: 60px 30px;
}

.page-about .icons ul li img {
	margin-bottom: 23px;
}

.page-about .icons ul li:nth-child(2) {
	background: rgba(47, 51, 151, 0.85);
}

.page-about .icons ul li:nth-child(3) {
	background: rgba(47, 51, 151, 0.9);
}

.page-about .icons ul li:nth-child(4) {
	background: rgba(47, 51, 151, 0.95);
}

.page-about .icons ul li:nth-child(5) {
	background-color: #2F3397;
}

.page-about .team {
	text-align: center;
}

.page-about .team ul {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-about .team ul li {
	margin: 2.5rem;
	position: relative;
}

.page-about .team ul li .details {
	background-color: white;
	border-radius: 3px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.29);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.29);
	width: 65%;
	position: absolute;
	bottom: -30px;
	padding: 1.5rem 0rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-about .team ul li .details p {
	margin-bottom: 10px;
	font-size: 19px;
}

.page-about .team ul li img {
	width: 100%;
}

.page-about .block-content img{
	width: 100%;
	height: auto;
}

@media (max-width: 1050px) {
	.page-about .icons ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-about .icons ul li {
		margin-bottom: 0px;
		width: 33.33%;
	}

	.page-about .icons ul li:nth-child(4) {
		width: 50% !important;
	}

	.page-about .icons ul li:nth-child(5) {
		width: 50% !important;
	}
}

@media (max-width: 1000px) {
	.page-about .column-left {
		width: 40%;
	}

	.page-about .column-right {
		width: 60%;
	}
}

@media (max-width: 900px) {
	.page-about .team ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-about .team ul li {
		width: 60%;
		margin-bottom: 7rem;
	}
}

@media (max-width: 700px) {
	.page-about .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-about .column-left {
		width: 100%;
	}

	.page-about .column-right {
		width: 100%;
	}

	.page-about .icons ul li {
		margin-bottom: 0px;
		width: 50%;
	}

	.page-about .icons ul li:nth-child(5) {
		width: 100% !important;
	}
}

@media (max-width: 500px) {
	.page-about .icons ul li {
		margin-bottom: 0px;
		width: 100% !important;
	}

	.page-about .icons ul li:nth-child(4) {
		width: 100% !important;
	}

	.page-about .team ul li {
		width: 90%;
	}
}

.blog-list--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-post {
	background: #F5F5F5;
}

.single-post--header-image {
	height: 50rem;
	width: 100%;
	max-height: 100vh;
	position: fixed;
	top: 0;
}

.single-post--header-image .background-image {
	opacity: 0.7;
}

.single-post--back-btn {
	padding: 7rem 0 3.5rem;
}

.single-post--back-btn--btn {
	color: white;
	font-family: "Open Sans", sans-serif;
}

.single-post--back-btn--btn:hover, .single-post--back-btn--btn:focus {
	color: white;
	border-bottom: 1px solid currentColor;
}

.pagination-container {
	background-color: #00AEEF;
	color: white;
	padding: 50px;
}

.pagination-container a {
	color: white;
}

.single-post--container {
	padding: 5rem;
}

.single-post--container img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-post--heading {
	border-bottom: 2px solid #F5F5F5;
	margin-bottom: 3rem;
}

.single-post--title {
	font-size: 3.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.single-post--meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #565656;
	opacity: 0.7;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
}

.single-post--meta>*+*:before {
	content: "|";
	margin: 0 1rem;
}

.single-post--meta a {
	color: inherit;
}

.single-post--meta a:hover, .single-post--meta a:focus {
	color: inherit;
	border-bottom: 1px solid currentColor;
}

.single-post--footer {
	border-top: 2px solid #F5F5F5;
	margin-top: 3.5rem;
	padding-top: 1.5rem;
}

@media (max-width: 450px) {
	.single-post--container {
		padding: 2.5rem;
	}
}

.page-default h5 {
	margin-bottom: 30px;
}

.page-default img {
	max-width: 100%;
}

.page-default ul {
	font-family: "Open Sans", sans-serif;
	color: #1a1a1a;
	list-style-position: outside;
	padding-left: 20px;
}

.single-service .service-about .flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-service .service-about .column-left {
	width: 25%;
	margin-right: 5%;
}

.single-service .service-about .column-right {
	width: 60%;
}

.single-service .service-pods ul,
.page-about .service-pods ul {
	list-style: none;
	font-family: "Open Sans", sans-serif;
}

.single-service .service-pods ul li,
.page-about .service-pods ul li {
	color: #1a1a1a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.single-service .service-pods ul li:nth-child(even),
.page-about .service-pods ul li:nth-child(even){
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.single-service .service-pods ul li .content, .single-service .service-pods ul li .link,
.page-about .service-pods ul li .content, .page-about .service-pods ul li .link{
	width: 50%;
}

.single-service .service-pods ul li .content {
	padding: 5%;
}

.page-about .service-pods ul li .content {
	padding: 5% !important;
}

.single-service .service-pods ul li .link,
.page-about .service-pods ul li .link{
	position: relative;
}

.single-service .service-pods ul li .link .overlay,
.page-about .service-pods ul li .link .overlay{
	display: none;
	text-align: center;
}

.single-service .service-pods ul li .link .overlay h2,
.page-about .service-pods ul li .link .overlay h2{
	color: white;
	font-size: 37px;
}

.single-service .service-pods ul li .link:hover .overlay,
.page-about .service-pods ul li .link:hover .overlay{
	display: block;
	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;
}

.single-service .service-pods ul li .link img,
.page-about .service-pods ul li .link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 980px) {
	.single-service .service-about .flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-service .service-about .column-left {
		width: 100%;
	}

	.single-service .service-about .column-right {
		width: 100%;
	}
}

.page-our-work .blog-nav--list {
	margin-bottom: 50px;
}

.page-our-work .blog-nav--list a {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.page-our-work .blog-nav--list a:hover {
	border-bottom: 2px solid #00AEEF;
	color: #00AEEF;
}

.page-our-work .projects {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-our-work .projects .overlay {
	display: none;
	height: 100%;
}

.page-our-work .projects li {
	width: 31%;
	margin: 0 1.15% 2.5rem;
	height: 330px;
	position: relative;
	background-color: #1a1a1a;
}

.page-our-work .projects li:hover .overlay {
	display: block;
	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;
}

.page-our-work .projects li h2 {
	text-align: left;
	font-size: 30px;
	color: white;
}

.page-our-work .projects li img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 330px;
}

.page-our-work .partners {
	padding-top: 0px !important;
}

.page-our-work .light .pagination {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 700;
	padding: 50px 0px;
}

.page-our-work .light .pagination .prev {
	float: left;
}

.page-our-work .light .pagination .next {
	float: right;
}

.page-our-work .light .pagination a {
	color: #1a1a1a;
}

@media (max-width: 900px) {
	.page-our-work .projects li {
		width: 45%;
		margin: 0 2.5% 5%;
	}
}

@media (max-width: 600px) {
	.page-our-work .projects li {
		width: 100%;
		margin: 0 0 5%;
	}
}

.taxonomy-project .PageHeader .BackgroundImage--parent {
	display: none;
}

.taxonomy-project .PageHeader .PageHeader--title {
	display: none;
}

.taxonomy-project .page-header-container {
	position: relative;
}

.taxonomy-project .page-header-container h1 {
	position: absolute;
	z-index: 1;
	color: white;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-contact .flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-contact ul {
	list-style: none;
}

.page-contact ul .socials {
	font-size: 20px;
}

.page-contact ul .socials a {
	padding-right: 15px;
}

.page-contact .column-left {
	width: 35%;
}

.page-contact .column-right {
	width: 60%;
}

.page-contact h6 {
	margin-top: 30px;
}

@media (max-width: 1000px) {
	.page-contact .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-contact .column-left {
		width: 100%;
	}

	.page-contact .column-right {
		width: 100%;
	}
}

.wp-image-16199, .wp-image-16239, .wp-image-16640 {
	width: auto !important;
}

/*# sourceMappingURL=style.css.map */
