 /*!
Theme Name: REMAXPRO - Artifakt Digital
Author: Artifakt Digital
Author URI: https://www.artifaktdigital.com/
Description: Master theme for Artifakt Digital website projects
Version: 1.3.2
Text Domain: b29

b29 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.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Remax
	## Support
	## Culture
	## Leadership
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
#wpadminbar .gforms-menu-icon {
	display: none;
}
/*--------------------------------------------------------------
# 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 {
	overflow-x: hidden;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

html.open-nav {
	overflow: hidden;
}

/**
 * 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;
}

/* 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;
	color: #004E9B;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: rgba(0, 78, 155, 0.7);
}

/**
 * 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;
	font-family: 'Metropolis', sans-serif;
}

/**
 * 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
--------------------------------------------------------------*/

@font-face {
    font-family: 'Inria Serif';
    src: url('./fonts/hinted-InriaSerif-Regular.woff2') format('woff2'),
        url('./fonts/hinted-InriaSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-Bold.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-BoldItalic.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-MediumItalic.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-Regular.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-Medium.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-RegularItalic.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.brand-font {
	font-family: 'Metropolis';
	font-weight: 900;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Metropolis', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Inria Serif';
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2rem;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #000;
}

.body-font {
	font-family: 'Metropolis', sans-serif;
}

.heading-font {
	font-family: 'Metropolis', sans-serif;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.page-heading {
	padding: 100px 0;
}

.page-heading h1 {
	position: relative;
}

.page-intro p {
	margin-bottom: 0;
	line-height: 2;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.pr-50 {
	padding-right: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-30 {
	padding-right: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.mb-0 > p {
	margin-bottom: 0;
}

.page-header {
	padding: 50px 0;
	margin-top: -145px;
	padding-top: 145px;
}

.overlay {
	position: relative;
}

.overlay::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.page-form,
.page-form-img {
	border: 10px solid #004E9B;
	text-align: center;
	margin-bottom: 50px;
}

.page-form-img {
	padding: 50px 0 100px !important;
}

.page-form {
	padding: 50px 0;
}

.page-form .brandmark {
	width: 100px;
	margin-bottom: 30px;
}

.page-form .gform_body {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.page-form .gform_body textarea {
	height: 150px;
}

.ltgrey-bg {
	background-color: #F3F4F4;
}

.black-bg {
	background-color: #000;
}

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg-img,
.bg-img-top {
  position: relative;
  z-index: 1;
}

.bg-img>img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-img-top>img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
}

.bg-cover {
	background-size: cover;
	background-position: 50%;
}

.hide {
	opacity: 0 !important;
}

.two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style-position: inside;
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* YouTube Videos */
.z-hide {
  z-index: -999 !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
  background-position: 50% 0 !important;
}

.video-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(74, 74, 74, 0.3);
}

.video-overlay svg {
  width: 100px;
  height: 100px;
  z-index: 1;
}

.video-overlay>div {
  height: 100%;
}

.YTwrapper {
  height: 100%;
  padding: 0;
}

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;
}

body {
	background: #fff;
	color: #000;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	padding-left: 20px;
	margin-left: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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%;
}

.page-numbers {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin: 0 4px;
	border-bottom: 3px solid transparent;
}

.page-numbers.next {
	border-bottom: 0 !important;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:active,
.page-numbers:focus {
	color: #004E9B;
	border-bottom: 3px solid #000;
}

/*--------------------------------------------------------------
# Slick CSS
--------------------------------------------------------------*/

/* @charset 'UTF-8'; */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-black,
.btn-white,
.gform_button,
.form-submit input[type="submit"] {
	min-height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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 30px;
	min-width: 175px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'Metropolis', sans-serif;
	font-size: 16px !important;
}

/* White Button */

.btn-white {
	color: #fff;
	border: 2px solid #fff;
	margin-right: 10px;
}

.btn-white::before,
.btn-black::before,
.gform_button::before {
	content: '';
	position: absolute;
	left: 0;
	right: -24px;
	top: 0;
	bottom: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #004E9B;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: -1;
	border-radius: 0 30px 30px 0;
}

.btn-white:hover,
.btn-black:hover,
.gform_button:hover {
	color: #fff;
}

.btn-white:hover::before,
.btn-black:hover::before,
.gform_button:hover::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Black Button */

.btn-black {
	margin-right: 10px;
}

.btn-black,
.gform_button {
	color: #000;
	border: 2px solid #000;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gform_button {
	background: transparent;
	border-radius: 0 !important;
	margin-top: 10px;
}

.gform_button:hover {
	background: transparent !important;
	border: 2px solid #000;
}

/* Arrow Button */

.btn-arrow {
	position: relative;
	background: #004E9B;
}

.btn-arrow::before {
	position: absolute;
	content: '';
	top: 0;
	left: 100%;
	background-image: url(./images/Arrow-Right.svg) !important;
	width: 100px;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: -1;
}

.btn-arrow:hover::before {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

/* Blog Comment Button */

.form-submit {
	float: right;
}

.form-submit input[type="submit"] {
	background: transparent;
	border-radius: 0;
	border: 2px solid #000;
	color: #000;
	-webkit-transition: all 3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"]:focus {
	background: #004E9B;
	color: #fff;
	border: 2px solid #004E9B;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #000;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 20px 0 0 10px;
	width: 100%;
	min-height: 50px;
}

select {
	background: transparent url('./images/angle-down-light.svg') right 10px center no-repeat !important;
	background-size: 14px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
    outline: -webkit-focus-ring-color auto 5px;
	outline-color: #004E9B;
}

select {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
}

textarea {
	width: 100%;
	height: 120px;
	padding-top: 24px;
	font-size: 16px !important;
}

.gform_fields {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.gform_validation_container {
  display: none;
}

*:focus {
	outline: none;
}

.gfield_required {
	color: #004E9B;
}

/* Label Animation */
.focused .gfield_label {
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
  font-size: .75em;
  color: #090605;
}

.comment-form p.focused label {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .75em;
}

.focused .gfield_label {
	color: #004E9B;
}

.gfield,
.comment-form p {
  position: relative;
}

.comment-form p {
  margin-bottom: 0;
}

.gfield_label,
.comment-form label {
  position: absolute;
  left: 0;
  top: 15px;
  left: 10px;
  color: #000;
  background-color: transparent;
  z-index: 10;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  font-size: 14px;
}

.focused .gfield_label {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .8em;
}

.focused select {
  color: #000;
}

/* Search Form */

.search-form input[type="search"] {
  min-height: 50px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #000;
}

.search-form label {
	width: 100%;
}

.search-form .search-submit {
	background: transparent;
	position: absolute;
	right: 15px;
	top: 0;
	height: 50px;
	border: none;
	background-image: url('./images/search-regular.svg');
	background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
	cursor: pointer;
}

.search-form input {
	background: #fff;
}

.search-form input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.search-form input::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.search-form input::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.search-form input::placeholder {
	color: #000;
	opacity: 1;
}

.search-form input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.search-form input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.navbar {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.navbar-brand {
	width: 273px;
	margin-right: 0;
	opacity: 1;
	transition: all .4s linear .8s;
}

.navbar .navbar-brand.open {
	transition: all .4s linear;
	opacity: 0;
}

.header-info {
	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;
}

.page-template-default .page-header {
	margin-bottom: 50px;
}

.home .site-header {
	margin-bottom: 0;
}

.site-header .navbar-brand .site-logo,
.site-header .navbar-brand .site-logo-menu {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.header-info .btn-arrow {
	margin-right: 50px;
}

.site-header .navbar {
	padding: 5px 0 20px;
	z-index: 3;
}

.site-header .navbar-brand .site-logo-menu {
	opacity: 0;
	position: absolute;
	left: 15px;
	width: 273px;
}

.site-header .navbar .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
}

.site-header .navbar svg {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.site-header .navbar .header-info svg:hover,
.site-header .navbar .header-info svg:focus,
.site-header .navbar .header-info svg:active {
	color: #004E9B;
}

.menu-btn-line {
	height: 1px;
	width: 30px;
	background: #fff;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-btn-line:last-of-type {
	margin-bottom: 0;
}

.navbar-toggler {
	border: 10px solid #fff;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	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;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header-social {
	padding-right: 20px;
}

.site-header .menu-text {
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hidden-nav .navbar-toggler {
	border: 10px solid #000;
}

.hidden-nav .menu-btn-line {
	background: #000;
}

.hidden-nav .hidden-navbar {
	opacity: 0;
	-webkit-transition: 1.2s ease-in-out;
	transition: 1.2s ease-in-out;
}

.hidden-nav.open .hidden-navbar {
	opacity: 1;
}

.hidden-nav .hidden-navbar svg,
.hidden-nav .menu-text {
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidden-nav .hidden-navbar svg:hover,
.hidden-nav .hidden-navbar svg:active,
.hidden-nav .hidden-navbar svg:focus {
	color: #004E9B;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

html.open-nav {
	overflow: hidden;
}

.hidden-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 6;
	overflow: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.hidden-nav.open {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	overflow: scroll;
}

.hidden-nav-bg {
	position: fixed;
	top: calc(90px - 112vw);
	right: calc(100px - 112vw);
	width: 224vw;
	height: 224vw;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translateX(6px) translateY(-4px) scaleX(0) scaleY(0) translateZ(0px);
	transform: translateX(6px) translateY(-4px) scaleX(0) scaleY(0) translateZ(0px);
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	z-index: 2;
}

.animate.hidden-nav-bg {
	-webkit-transform: translateX(6px) translateY(-4px) scaleX(1) scaleY(1) translateZ(0px);
	transform: translateX(6px) translateY(-4px) scaleX(1) scaleY(1) translateZ(0px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hidden-nav #mainMenu {
	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: 80%;
	top: 0;
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.hidden-nav #mainMenu ul {
	margin-left: 0;
	font-family: 'Inria Serif';
	font-size: 30px;
	padding: 50px 0 50px;
	position: absolute;
	width: 500px;
}

.hidden-navbar {
	padding: 5px 0 20px;
}

.hidden-nav.open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hidden-nav #mainMenu ul .nav-item {
	text-align: left;
	opacity: 0;
}

.hidden-nav #mainMenu ul .nav-item a {
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
}

.hidden-nav #mainMenu ul .nav-item a .menu-text {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	letter-spacing: 1px;
	position: relative;
}

.hidden-nav #mainMenu ul .nav-item a .menu-text::before {
	content: '';
	width: 0px;
	height: 2px;
	background: #004E9B;
	display: inline-block;
	margin: 0 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidden-nav #mainMenu ul .nav-item:hover a .menu-text::before {
	width: 70px;
}

.menu-text,
.hidden-nav #mainMenu ul .nav-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-num {
	font-family: 'Metropolis';
	font-size: 15px;
	color: #626364;
	position: relative;
	letter-spacing: 0;
}

.hidden-nav #mainMenu ul .nav-item:hover .menu-text,
.hidden-nav #mainMenu ul .nav-item.active .menu-text {
	color: #004E9B;
}

.hidden-nav #mainMenu ul:hover li:not(:hover) .menu-text {
	color: #C4C6C8;
}

.hidden-nav-bg-wrapper {
	position: unset;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

/* Sticky Navbar */

.sticky-navbar {
	position: fixed;
	background: #004E9B;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px 0;
	z-index: 999;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sticky-navbar.sticky {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
}

.sticky-navbar .brand-mark img {
	width: 30px;
}

.brand-mark .navbar-brand {
	width: 100%;
}

.sticky-navbar .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-navbar a {
	color: #fff;
}

.site-brandmark {
	margin-right: 10px;
	width: 30px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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 {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## RE/MAX
--------------------------------------------------------------*/

.timeline-wrapper {
	padding-top: 100px;
	margin-bottom: 50px;
	position: relative;
}

.timeline-wrapper .circle-bg {
	position: absolute;
	top: 40px;
	left: 30px;
}

.timeline-header {
	color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.timeline-header h1 {
	position: relative;
}

.timeline-header::before {
	background: #000;
	position: absolute;
	content: '';
	left: -999px;
	right: 0;
	top: 0;
	bottom: 0;
}

.timeline-img,
.timeline-img > .bg-img {
	height: 400px;
}

.timeline-copy {
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.timeline-event:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.timeline-event {
	 margin-right: 50px;
	 margin-left: 50px;
}

.timeline-dot {
	padding: 20px 0;
}

.timeline-dot svg {
	color: #004E9B;
	border: 1px solid #004E9B;
	border-radius: 50%;
	width: 25px !important;
	height: 25px;
	padding: 2px;
}

.timeline-slider,
.timeline {
	position: relative;
}

.timeline-slider::before {
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 432px;
    height: 1px;
    background: #000;
}

.timeline::before {
	position: absolute;
    content: '';
    left: 12%;
    right: 0;
    top: 50px;
	bottom: 50px;
    background: #F3F4F4;
}

.timeline-slider::after {
	background: #000;
    position: absolute;
	bottom: 398px;
	right: -270px;
	width: 300px;
	height: 80px;
	content: '';
	z-index: 1;
}

.timeline-slider .slick-next,
.timeline-slider .slick-prev {
	top: 432px;
}

.timeline-slider .slick-prev {
	right: -95px;
}

.timeline-slider .slick-next {
	right: -245px;
}

.timeline-event:nth-of-type(odd) .timeline-copy {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.timeline-event:nth-of-type(even) .timeline-copy {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.timeline-pagingInfo {
	position: absolute;
    top: 422px;
    right: -120px;
    color: #fff;
	z-index: 1;
}

.grey-panel {
	padding: 60px 0;
	background-image: url('./images/remaxpro-logo-grey.svg') !important;
	background-position: 50% 35%;
	background-size: 105%;
	background-repeat: no-repeat;
}

.grey-panel-nobg {
	background-image: none !important;
}

.grey-panel p {
	margin-bottom: 0;
}

.black-panel .black-panel-copy {
	padding: 100px 30px;
	z-index: 1;
}

.black-panel .black-panel-img-top {
	height: 100%;
    position: absolute;
    left: 0;
	z-index: 0;
}

.black-panel-gallery {
	z-index: 0;
	position: absolute;
	height: 100%;
}

.black-panel-gallery  .slick-dots {
	bottom: 0;
}

.black-panel-gallery .black-panel-slider,
.black-panel-gallery .black-panel-slider .slick-list,
.black-panel-gallery .black-panel-slider .slick-track,
.black-panel-slider-img {
	height: 100%;
}

.block-copy p {
	margin-bottom: 0;
}

.content-blocks-black .block-copy {
	background: #000;
	color: #fff;
	padding: 30px;
	z-index: 2;
	position: absolute;
}

.content-blocks-black .block-img {
	height: 400px;
}

.content-blocks-black {
	padding: 50px 0;
}

.content-block-right .block-copy {
	right: 0;
}

.content-block-left .block-copy {
	left: 0;
}

.page-template-remax .testimonial {
	padding: 30px 0;
}

.page-template-remax .testimonial .testimonial-img img {
	-webkit-transform: none;
	transform: none;
}

.page-template-remax .content-block {
	margin-bottom: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-blocks-black .content-block:last-of-type {
	margin-bottom: 0;
}

.international-img,
.content-img-bottom {
	height: 100%;
}

.content-img-bottom {
	position: absolute;
}

.white-panel {
	padding: 100px 0 50px;
}

.white-panel .row {
	margin-bottom: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.white-panel .row:last-of-type {
	margin-bottom: 0;
}

.black-panel-gallery .slick-dots li button:before {
	color: #fff;
	opacity: 1;
	font-size: 35px;
}

.international-panel {
	position: relative;
	margin-bottom: 50px;
}

.international-panel .brandmark {
	position: absolute;
    top: -160px;
    left: 0;
    width: 160px;
}

.international-slider {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	margin-bottom: 0;
}

.international-slider .slick-list {
	height: 100%;
}

.international-panel .slick-dots li button:before {
	color: #000;
	opacity: 1;
	font-size: 35px;
}

.black-panel-gallery .slick-dots li.slick-active button:before,
.international-panel .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #004E9B;
}

.testimonial .testimonial-img img {
	-webkit-transform: translateX(0) translateY(-20px);
	transform: translateX(0) translateY(-20px);
}

.content-copy-bottom {
	padding: 50px 15px 50px 50px;
}

.international-copy {
	padding-top: 50px;
	padding-bottom: 50px;
}

.international-panel .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 500px;
	position: relative;
}

/* Content Banner */

.content-banner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, right top, left top, color-stop(5%, rgba(0,0,0,.9)), color-stop(40%, rgba(0,0,0,.5)), color-stop(60%, rgba(0,0,0,0)));
	background: linear-gradient(to left, rgba(0,0,0,.9) 5%, rgba(0,0,0,.5) 40%, rgba(0,0,0,0) 60%);
}

.content-banner-copy {
	z-index: 2;
	padding: 100px 15px;
}

/*--------------------------------------------------------------
## Support
--------------------------------------------------------------*/

.page-template-support .pro-section {
	background: #000;
	color: #fff;
	padding: 50px 0;
}

.page-template-support .content-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-support .content-block-bottom .block-img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.page-template-support .content-block-bottom .block-copy {
	padding: 100px 50px 100px 15px;
}

.page-template-support .content-block-bottom:nth-of-type(even) .block-copy {
	padding: 100px 15px 100px 50px;
}

.page-template-support .content-block-bottom .row {
	min-height: 500px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-support .content-block-bottom:nth-of-type(even) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page-template-support .content-block-bottom:nth-of-type(even) .block-img {
	left: 0;
}

.page-template-support .content-block p {
	margin-bottom: 0;
}

.page-template .testimonial-panel {
	margin-bottom: 50px;
}

.content-block-1 .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 30px 0;
}

.content-block-2 .block-img .content-block-img {
	min-height: 400px;
}

.content-block-2 .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
}

.content-block-2 .block-img {
	padding: 0;
}

.page-template-support .page-form {
	margin-bottom: 0;
}

.page-template-support .content-block-bottom:last-of-type {
	margin-bottom: 50px;
}
/*--------------------------------------------------------------
## Marketing
--------------------------------------------------------------*/

.page-template-marketing .content-blocks {
	padding: 50px 0;
}

.page-template-marketing .content-block {
	margin-bottom: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.page-template-marketing .content-block:last-of-type {
	margin-bottom: 0;
}

.page-template-marketing .content-blocks .block-copy .block-copy-bg {
	padding: 50px 15px;
}

.page-template-marketing .block-img .content-block-img {
	min-height: 450px;
}

.support-slider {
	margin-bottom: 80px;
}

.support-slider .slider-copy {
	margin-bottom: 30px;
	min-height: 280px;
}

.support-slider .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-img {
	height: 400px;
}

.support-pagingInfo {
position: absolute;
   right: 160px;
   color: white;
   z-index: 2;
   bottom: -3px;
}

.content-slider {
	position: relative;
}

/*--------------------------------------------------------------
## Offices
--------------------------------------------------------------*/

.page-template-offices .content-top-copy {
	padding: 30px 15px;
}

.page-template-offices .content-top {
	padding: 50px 0;
}

.page-template-offices .office {
	padding: 50px 0;
}

.page-template-offices .office:nth-of-type(odd) {
	background-color: #F3F4F4;
}

.page-template-offices .office .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.page-template-offices .office-slider-img {
	height: 400px;
}

.kingsway-office-pagingInfo,
.east-office-pagingInfo {
	position: absolute;
    color: #fff;
    right: 175px;
    bottom: -3px;
    z-index: 1;
}
/*--------------------------------------------------------------
## Culture
--------------------------------------------------------------*/

.page-template-culture .content-banner {
	margin-bottom: 50px;
}

.page-template-culture .appointment-panel {
	margin-bottom: 0;
}

.content-testimonials {
	padding: 50px 0;
}

.case-study-img {
	height: 500px;
}

.case-studies {
	background-image: url('./images/Grey-Circle.svg') !important;
	background-image: url(./images/Grey-Circle.svg) !important;
	background-position: 65% 80%;
	background-size: 50%;
	background-repeat: no-repeat;
}

.case-studies .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 100px;
}

.case-studies .row:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.case-studies .row:nth-of-type(even) .case-study-copy {
	left: 0;
	right: unset;
}

.case-study-copy {
	padding: 30px;
}

.case-study-slider .slick-slide {
	margin: 0 15px;
}

.page-form-img .form-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.page-form-img .gform_body {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.feat-icon {
	height: 90px;
	width: 90px;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 78, 155,0.2);
	border-radius: 50%;
	padding: 10px;
}

.features .feature:last-of-type {
	margin: auto;
}

.features {
	background-image: url('./images/icon-bg.svg') !important;
	background-position: 50% 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.culture-gallery {
	position: relative;
}

.culture-gallery::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 30%;
	background: #000;
}

.culture-slider .culture-slider-img {
	height: 500px;
}

.culture-video {
	padding: 50px 0;
}

.culture-video .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.award-img {
	height: 100px;
    width: 100px;
	margin: auto;
	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;
}

.awards {
	padding-bottom: 15px;
}

.culture-pagingInfo {
	position: absolute;
    right: 170px;
    bottom: -3px;
    z-index: 1;
}

/*--------------------------------------------------------------
## Leadership
--------------------------------------------------------------*/

.team-members {
	margin-bottom: 100px !important;
}

.team-box {
	margin-bottom: 50px;
}

.team-copy a {
	color: #fff;
}

.team-copy a:hover,
.team-copy a:active,
.team-copy a:focus {
	color: #004E9B;
}

.team-copy-inner {
	padding: 30px;
}

.team-box:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page-template-leadership .testimonial-img img {
	-webkit-transform: translateX(0px) translateY(-50px);
	transform: translateX(0px) translateY(-50px);
}

.testimonial .testimonial-img img {
	border-color: #000;
}

.page-template-leadership .leadership {
	margin-bottom: 50px;
}

.leadership {
	margin-bottom: 100px;
}

.leadership-copy {
	padding: 100px 30px;
	z-index: 1;
	position: relative;
}

.leadership-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.blog-box {
	margin-bottom: 15px;
}

.ftblog-box-img {
	height: 400px;
}

.ftblog-box {
	padding: 0 80px;
}

.ftblog-box a {
	color: #fff;
}

.blog-header {
	padding-bottom: 50px;
}

.blog-top {
	margin-bottom: 30px;
	padding: 50px 0;
}

.blog-search-cat {
	margin-bottom: 30px;
}

.blog-search-cat select {
	border: 1px solid #000;
	padding: 10px;
}

.blog-top .slick-next {
	right: 200px;
	top: 35%;
	width: 40px;
	height: 40px;
}

.blog-top .slick-prev {
	left: 200px;
	top: 35%;
	width: 40px;
	height: 40px;
}

.blog-top .slick-next:before {
    background-image: url('./images/long-arrow-right-regular.svg') !important;
}

.blog-top .slick-prev:before {
    background-image: url('./images/long-arrow-left-regular.svg') !important;
}

.blog-top .slick-next:before,
.blog-top .slick-prev:before {
    content: '' !important;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	opacity: 1;
}

/* Single Blog */

.blog-comments {
	padding: 50px 0;
	margin-bottom: 50px;
}

.form-submit {
	margin-top: 10px;
}

.blog-content-wrap {
	padding: 30px 0;
	background-image: url('./images/icon-bg.svg') !important;
	background-position: 50%;
	background-size: 300px;
	background-repeat: no-repeat;
}

.blog-content {
	margin-bottom: 50px;
}

.comment-list {
	margin-left: 0;
	margin: 30px 0;
}

.no-results {
	position: relative;
}
/* Blog Search Results */

.archive .site-main,
.category .site-main,
.search .site-main {
	padding-bottom: 50px;
}

.archive .site-header,
.category .site-header,
.search .site-header {
	background: #000;
	margin-bottom: 50px;
}

.blog .site-header {
	background: #000;
	padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Lead Page
--------------------------------------------------------------*/

.lead-header {
	margin-bottom: 50px;
}

.lead-bg {
	min-height: 100vh;
	border: 10px solid #004E9B;
}

.lead-bg.overlay::before {
	background: rgba(0, 0, 0, 0.8);
}

.lead-content {
	padding-bottom: 120px;
}

.lead-content .gform_body .gfield_label {
	color: #fff !important;
}

.lead-content .gform_body input[type="text"],
.lead-content .gform_body input[type="email"],
.lead-content .gform_body input[type="url"],
.lead-content .gform_body input[type="password"],
.lead-content .gform_body input[type="search"],
.lead-content .gform_body input[type="number"],
.lead-content .gform_body input[type="tel"],
.lead-content .gform_body input[type="range"],
.lead-content .gform_body input[type="date"],
.lead-content .gform_body input[type="month"],
.lead-content .gform_body input[type="week"],
.lead-content .gform_body input[type="time"],
.lead-content .gform_body input[type="datetime"],
.lead-content .gform_body input[type="datetime-local"],
.lead-content .gform_body input[type="color"],
.lead-content .gform_body textarea,
.lead-content .gform_body select {
	border-bottom: 1px solid #fff !important;
	color: #fff;
}

.lead-form .gform_button {
	border-color: #fff;
	color: #fff;
}

.lead-form {
	position: relative;
}

.lead-form::before {
	position: absolute;
	content: '';
	left: -50px;
	border-radius: 50%;
	background: rgba(0, 78, 155, 0.8);
	z-index: -1;
}

.page-template-lead .legal {
	position: absolute !important;
	bottom: 10px;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.page-template-lead .site-logo,
.error404 .site-logo,
.page-template-thanks .site-logo {
	width: 375px;
}

/* Thanks and 404 Pages */

.page-template-thanks .lead-bg,
.error404 .lead-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-template-thanks .lead-header,
.error404 .lead-header {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
}

.thanks-copy {
	padding-top: 100px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

/* Hero Panel */

.hero-panel-panel {
	min-height: 100vh;
	margin-top: -142px;
	position: relative;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
}

.hero-panel-panel::before {
	content: '';
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.hero-panel-panel .hero-video {
  z-index: -1;
  position: absolute;
  height: 100%;
}

.hero-panel-panel .hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.hero-panel-panel img {
	-o-object-position: top;
	object-position: top;
}

.hero-slider {
	position: absolute !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.hero-copy {
	position: relative;
	z-index: 2;
	padding-top: 100px;
}

.hero-copy .animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.hero-copy h1 {
	font-size: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-panel-panel .hero-slider .bg {
	min-height: calc(100vh - 139.61px);
}

.hero-copy h1 img {
	height: 60px;
	margin-top: -10px;
}

.hero-panel-panel .hero-copy .word,
.hero-panel-panel .hero-copy .word-flex {
	padding-right: 30px;
}

.hero-panel-panel .hero-copy .word-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-panel-panel .hero-copy p {
	margin-bottom: 0;
}

/* About Panel */

.about-panel {
	position: relative;
}

.about-bar {
	background: #000;
	content: '';
	position: absolute;
	right: 0;
	left: calc(100% - 100px);
	top: 0;
	bottom: 0;
}

.about-panel .row {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-img {
	height: calc(100% - 100px);
	position: absolute;
	right: 0;
	top: 50px;
}

.about-copy {
	margin: 50px 0;
	z-index: 2;
	padding: 30px;
	position: relative;
}

.about-panel .blue-circle {
	position: absolute;
	top: 0px;
	right: 0;
	left: -20px;
	height: 100%;
	width: 400px;
	z-index: -1;
}

/* Services Panel  */

.services-panel {
	z-index: 1;
	padding: 50px 0;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services-panel::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
}

.services-panel-slider {
	position: absolute;
	left: 0;
	height: calc(100% - 100px);
}

.services-slider-for,
.services-slider-for .slick-list,
.slick-slider .slick-track {
	height: 100% !important;
}

.services-panel .container {
	position: relative;
}

.services-slider-nav .slick-track {
	-webkit-transform: none !important;
	transform: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.services-slider-nav .slick-slide {
	float: none;
	width: 100% !important;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 20px;
}

.services-slider-nav .slick-list {
	overflow: visible;
}

.services-slider-nav .slick-slide::before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #004E9B;
	right: calc(100% + 10px);
	top: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.services-slider-nav .slick-slide.slick-current::before {
	width: 100px;
}

.services-slider-nav .slick-slide.slick-current {
	 -webkit-transform: translateX(30px);
	 transform: translateX(30px);
}

.services-slider-nav .slick-slide.slick-current h4 {
	color: #004E9B;
}

.services-slider-nav .slick-slide:focus,
.services-slider-nav .slick-slide:hover,
.services-slider-nav .slick-slide:active,
.services-slider-nav .slick-slide h4:focus,
.services-slider-nav .slick-slide h4:hover,
.services-slider-nav .slick-slide h4:active {
	outline: none;
}

.services-panel .row {
	position: relative;
}

.services-copy {
	padding-bottom: 30px;
}

.services-panel a {
	min-width: 280px;
}

.services-panel .btn-black {
	margin-bottom: 10px;
}

/* Testimonial Panel */

.testimonial-panel {
	border: 15px solid #000;
	padding: 50px;
	margin-bottom: 50px;
}

.testimonial-panel .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-panel .row:focus {
	outline: 0;
}

.testimonial-img .bg-img-top {
	width: 250px;
	height: 250px;
}

.testimonial-img img {
	border-radius: 50%;
	border: 15px solid #004E9B;
	-webkit-transform: translateX(100px) translateY(-20px);
	transform: translateX(100px) translateY(-20px);
}

.testimonial-panel .testimonial-slider {
	margin-bottom: 15px;
}

.testimonial-panel .testimonial-slider .slick-dots {
	text-align: left;
}

.testimonial-panel .testimonial-slider .slick-dots li button:before,
.case-study-slider .slick-dots li button:before {
	font-size: 30px;
	color: #004E9B;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-panel .slick-dots li {
	margin: 0;
}

.testimonial-panel .testimonial-slider .slick-dots li:hover button:before,
.case-study-slider .slick-dots li:hover button:before {
	opacity: 1;
}

.testimonial-panel .slick-dots li.slick-active::before {
	content: '';
}

.testimonial-panel .testimonial-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.testimonial-panel .testimonial-slider .slick-list {
	overflow: visible;
}

.testimonial-panel .test-excerpt {
	font-size: 20px;
}

.testimonial-panel .test-excerpt p:first-of-type::before,
.testimonial .test-copy p:first-of-type::before {
	content: '"';
}

.testimonial-panel .test-excerpt p:last-of-type::after,
.testimonial .test-copy p:last-of-type::after {
	content: '"';
}

/* Appointment Panel */

.appointment-panel {
	position: relative;
}

.appointment-img {
  height: 100%;
  position: absolute;
  left: 0;
}

.appointment-copy {
	z-index: 2;
	padding: 100px 15px;
}

/* Office Panel */

.office-panel {
	position: relative;
	padding: 50px 0;
	margin-bottom: 150px;
}

.office-panel .office-copy {
	z-index: 2;
	margin-top: 80px;
	margin-bottom: 80px;
}

.office-panel .office-img {
	position: absolute;
	right: 0;
	top: 50px;
	height: calc(100% - 100px);
	padding-right: 0;
	z-index: 99;
}

.office-slider .slick-slide,
.office-slider .slick-list,
.office-slider {
	height: 100%;
}

.office-slider,
.support-slider {
	position: relative;
}

.office-slider::before,
.support-slider::before,
.east-office-slider::before,
.kingsway-office-slider::before,
.culture-slider::before {
	background: #000;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 350px;
    height: 80px;
    content: '';
    z-index: 1;
}

.slick-next,
.slick-prev {
	z-index: 2;
	width: 100px;
	bottom: -10px;
	top: unset;
}

.slick-next {
	right: 30px;
}

.slick-prev {
	right: 220px;
	left: unset;
}

.slick-next:before,
.slick-prev:before {
	content: '' !important;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.slick-next:before {
  background-image: url('./images/Arrow-Right.svg') !important;
}

.slick-prev:before {
  background-image: url('./images/Arrow-Left.svg') !important;
}

.office-pagingInfo {
  position: absolute;
  right: calc(175px - 24px);
  color: white;
  z-index: 2;
  bottom: 0;
  width: 50px;
  text-align: center;
}

/* Blog Panel */

.blog-panel .blog-heading {
	padding-bottom: 30px;
}

.blog-panel {
	position: relative;
	margin-bottom: 50px;
}

.blog-bar {
	position: absolute;
	content: '';
	left: 0;
	right: calc(100% - 400px);
	height: 30px;
	top: -80px;
	background: #000;
}

.blog-box .blog-img {
	height: 350px;
	margin-bottom: 10px;
	position: relative;
}

.blog-box .blog-info {
	color: #000;
}

.blog-box-hover {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.blog-box-hover .white-o {
	position: absolute;
	top: 100px;
}

.blog-box:hover .blog-box-hover {
	opacity: 1;
}

.sep-dot svg {
	width: 5px !important;
	color: #004E9B;
}

/*--------------------------------------------------------------
# Extended Lead
--------------------------------------------------------------*/

.page-template-ext-leadpage .sticky-navbar {
	display: none;
}

.page-template-ext-leadpage .footer {
	display: none;
}

.page-template-ext-leadpage .site-footer {
	background: #F3F4F4;
}

.page-template-ext-leadpage .gform_footer {
	display: inline-block;
	width: 100%;
}

.ext-lead-img {
	height: 100%;
	padding: 0;
}

.cta-heading {
	font-family: 'Metropolis';
}

.cta-icon > img {
	width: 80px;
	background: white;
	padding: 15px;
}

.cta-icon {
	position: absolute;
	top: -40px;
	width: 100%;
	left: 0;
	right: 0;
}

.ext-lead-cta-bar {
	background: #004E9B;
	padding: 20px 0;
}

.ext-lead-cta-bar a {
	color: #fff;
	font-size: 24px;
}

.ext-lead-cta-bar a svg {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ext-lead-cta-bar a:hover svg,
.ext-lead-cta-bar a:active svg,
.ext-lead-cta-bar a:focus svg {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.ext-lead-cta-inner {
	position: relative;
	border: 1px solid #ccc;
	padding: 40px 30px 0px;
	min-height: 210px;
	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;
}

.ext-lead-mobile {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ext-lead-mobile svg {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ext-lead-mobile svg:hover,
.ext-lead-mobile svg:active,
.ext-lead-mobile svg:focus {
	color: #004E9B;
}

.ext-lead-mobile-title img {
	width: 300px;
}

.ext-lead-copy .gform_button {
	margin-bottom: 30px;
}

.ext-lead-mobile-img {
	border-radius: 50%;
	overflow: hidden;
	width: 120px !important;
	height: 120px !important;
	border: 3px solid #000;
	display: none;
}

.ext-lead-mobile-img > div,
.ext-lead-mobile-img > div > img {
	height: 100%;
}

.mobile-ppc-trigger {
	position: fixed;
	bottom: 10px;
	left: 10px; right: 10px;
	z-index: 2;
}

.mobile-ppc-trigger .btn-black {
	background-color: #fff;
}

.ppc-modal .modal-content {
	padding: 45px 30px;
	position: relative;
	border: 2px solid #004E9B;
	border-radius: 0;
}

.ppc-modal .close {
	position: absolute;
	top: 10px; right: 15px;
	color: #004E9B;
	opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
	position: relative;
}

.footer::before {
	content: '';
	position: absolute;
	left: 0;
	right: 50%;
	background: #000;
	top: 0;
	bottom: 0;
}

.footer::after {
	content: '';
	position: absolute;
	right: 0;
	left: 50%;
	background: #F3F4F4;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.footer-left {
	padding: 80px 80px 80px 0;
}

.footer-right {
	padding: 80px 0 80px 50px;
}

.footer-office {
	padding: 30px 0;
}

.footer-office .sep-dot svg {
	width: 10px !important;
}

.footer-office .sep-dot:last-of-type {
	display: none;
}

.footer-contact svg,
.footer a {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-contact svg:hover,
.footer-contact svg:active,
.footer-contact svg:focus,
.footer a:hover,
.footer a:active,
.footer a:focus {
	color: #004E9B;
}

.brokerage-logo {
	width: 100px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/* Animatable Animations */
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.animated.Delay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.animated.DelayMed {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated.DelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

.animated.DelayXLong {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

/* Fill Right */
.animated.fillRight {
  -webkit-animation-name: fillRight;
  animation-name: fillRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes fillRight {
  from {
    right: 100%;
  }

  to {
    right: calc(100% - 30%);
  }
}

@-webkit-keyframes fillRight {
	from {
    right: 100%;
  }

  to {
    right: calc(100% - 30%);
  }
}

/* Fill Down */
.animated.fillDown {
  -webkit-animation-name: fillDown;
  animation-name: fillDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes fillDown {
  from {
    bottom: 100%;
  }

  to {
    bottom: 0;
  }
}

@-webkit-keyframes fillDown {
	from {
    bottom: 100%;
  }

  to {
    bottom: 0;
  }
}

/* Reveal Down */
.animated.revealDown {
  -webkit-animation-name: revealDown;
  animation-name: revealDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes revealDown {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

@-webkit-keyframes revealDown {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

/* Zoom In */
.animated.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Fade In Up */
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade In Down */
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade In Left */
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade In */
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Fade In Right */
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
	.ext-lead-cta-inner {
		min-height: 250px;
	}
	.timeline-pagingInfo {
	    top: -70px;
	    right: 225px;
	}
	.testimonial-img img {
		-webkit-transform: translateX(50px) translateY(-20px);
		transform: translateX(50px) translateY(-20px);
	}
	.timeline-event {
		margin-left: 30px;
		margin-right: 30px;
	}
	.timeline-header {
		padding: 30px 30px 60px 30px;
	}
	.timeline-slider .slick-next, .timeline-slider .slick-prev {
		top: -60px;
	}
	.timeline-slider .slick-prev {
		right: 250px;
	}
	.timeline-slider .slick-next {
		right: 100px;
	}
	.timeline-slider::after {
		display: none;
	}
	.timeline {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 991px) {
	.ext-lead-cta-inner {
		min-height: 350px;
	}
	.case-study-slider .slick-dots {
		top: -50px;
		bottom: unset;
	}
	.content-testimonials {
		padding: 80px 0 1px;
	}
	.lead-form::before {
		left: 0px;
	}
	.lead-form::after {
		right: 0px;
	}
	.page-template-offices .content-top-copy {
		padding: 30px 0;
	}
	.page-template-offices .content-top-img {
		position: relative;
		height: 300px !important;
	}
	.features {
		background-attachment: unset;
	}
	.content-banner::before {
		background: rgba(0,0,0,0.8);
	}
	.international-panel .row {
		min-height: auto;
	}
	.international-panel,
	.content-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.international-slider,
	.content-img-bottom {
		height: 400px;
		position: relative;
	}
	.black-panel .black-panel-copy,
	.leadership-copy {
		padding: 50px 15px;
	}
	.blog-info {
		text-align: center !important;
		margin-bottom: 15px;
		padding-right: 15px !important;
	}
	.blog-share {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 15px !important;
	}
	.page-form-img .bg-img-top>img {
		-o-object-position: top right;
		object-position: top right;
	}
	.content-block-1 .block-copy {
		position: relative;
	}
	.content-block-1 .block-copy p {
		margin-bottom: 0;
	}
	.ftblog-box {
		padding: 0 40px;
	}
	.content-blocks-black .block-img {
		height: 500px;
	}
	.international-slider {
		padding-left: 0 !important;
	}
	.pl-50 {
		padding-left: 30px;
	}
	.pr-50 {
		padding-right: 30px;
	}
	.white-panel .content-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.timeline-event:nth-of-type(odd) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.timeline-event:nth-of-type(odd) .timeline-copy {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.timeline-slider::after {
		bottom: 0;
		right: 0;
		width: 350px;
	}
	.team-box:nth-of-type(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.team-box .team-img {
		min-height: 500px;
	}
	.team-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.testimonial .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.culture-slider .culture-slider-img {
		height: 400px;
	}

	.testimonial-panel h2 {
		margin-bottom: 20px;
	}
	.hero-copy h1 {
		display: block;
	}
	.hero-panel-panel .hero-copy .word, .hero-panel-panel .hero-copy .word-flex {
		padding-right: 0;
	}
	.hero-panel-panel .hero-copy .word-flex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.blog-panel::before {
		right: calc(100% - 40%);
	}
	.office-slider .slick-slide {
		height: 550px;
	}
	.page-template-leadership .testimonial-img img {
		-webkit-transform: none;
		transform: none;
	}
	.testimonial-img {
		margin-top: -50px;
		margin-bottom: 30px;
	}
	.testimonial-img .bg-img-top {
		margin: auto;
	}
	.testimonial .test-copy {
		padding-bottom: 30px;
	}
	.hidden-nav-bg {
		top: calc(60px - 224vw);
		right: calc(40px - 224vw);
		width: 480vw;
		height: 480vw;
	}
	.testimonial-panel .testimonial-img img {
		-webkit-transform: none;
		transform: none;
	}
	.testimonial-panel .testimonial-img {
		margin-top: 30px;
	}
	.grey-panel {
		background-position: 50% 25px;
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {


	.ext-lead-header{
		position: fixed;
		background: black;
		top: 0;
		z-index: 999;
	}

	.ext-lead-bg{
		padding-top: 4em;
	}

	.ext-lead-mobile-img {
		display: block;
	}
	.ext-lead-cta-inner {
		min-height: auto;
	}
	.ext-lead-mobile-title img {
		width: 200px;
	}
	.ext-lead-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ext-lead-img {
		display: none;
	}
	.case-study-slider .slick-slide {
		margin: 0 0;
	}
	.sticky-navbar .header-info {
		padding-left: 0;
	}
	.navbar-brand {
		width: 226px;
	}
	.support-slider {
		margin-bottom: 0;
	}
	.support-pagingInfo {
		top: 30px;
		bottom: unset;
		right: calc(50% - 17px) !important;
	}
	.support-slider .slick-next,
	.support-slider .slick-prev {
		top: 40px;
	}
	.support-slider .slider-img {
		margin-bottom: 30px;
	}
	.support-slider::before {
		top: 0;
	}
	.support-slider .row {
		padding-top: 80px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.culture-video-copy {
		margin-bottom: 30px;
	}
	.content-copy-bottom {
		padding: 50px 15px;
	}
	.hero-copy a {
		min-width: 280px;
		margin-right: 0;
	}
	.two-col {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.timeline::before {
		left: 0;
	}

	.lead-form {
		margin-bottom: 50px;
	}
	.lead-form::after {
    	right: -100px;
	}
	.lead-form::before {
    	left: -100px;
		width: 400px;
		height: 400px;
	}
	.animated.Delay {
	  animation-delay: 0s;
	  -webkit-animation-delay: 0s;
	}

	.animated.DelayMed {
	  animation-delay: 0s;
	  -webkit-animation-delay: 0s;
	}

	.animated.DelayLong {
	  animation-delay: 0s;
	  -webkit-animation-delay: 0s;
	}

	.animated.DelayXLong {
	  animation-delay: 0s;
	  -webkit-animation-delay: 0s;
	}
	.timeline-wrapper .circle-bg {
		left: 0;
	}
	.culture-pagingInfo,
	.timeline-pagingInfo,
	.support-pagingInfo,
	.kingsway-office-pagingInfo,
	.east-office-pagingInfo {
	    right: calc(50% - 23px);
	}
	.page-template-offices .content-top-copy {
		padding: 30px 0 0;
	}
	.form-copy {
		position: relative;
		z-index: 3;
	}
	.black-panel-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.black-panel-gallery {
		position: relative;
	}
	.page-header {
		margin-top: -265px;
		padding-top: 265px;
	}
	.about-panel .blue-circle {
		margin: auto;
	    margin-right: 0;
	}
	.services-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.services-panel-slider {
		position: relative;
		height: 300px;
	}
	.services-copy-wrap {
		margin-bottom: 30px;
	}
	.hero-panel-panel {
		margin-top: -215px;
	}
	.hero-copy {
		padding-top: 200px;
	}
	.about-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 50px 0;
	}
	.about-copy {
		margin: 0;
	}
	.about-copy .blue-circle {
		left: 0;
	}
	.about-img {
		position: relative;
		height: 300px;
		top: 0;
	}
	.appointment-panel {
		padding-bottom: 0;
	}
	.ftblog-box {
		padding: 0 7.5px;
	}
	.content-block-2 .block-img {
		padding: 0 15px;
	}
	.page-template-support .content-block {
		margin-bottom: 30px;
	}
	.content-block-2 .row {
		padding: 30px 0 0;
	}
	.content-block-1 .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0;
	}
	.content-block-1 .row p,
	.content-block-2 .row p {
		margin-bottom: 0;
	}
	.office-slider::before, .support-slider::before, .east-office-slider::before, .kingsway-office-slider::before, .culture-slider::before {
		width: 100%;
	}
	.slick-prev {
		left: calc(0px + 20px);
		right: unset;
	}
	.slick-next,
	.timeline-slider .slick-next {
		right: 20px;
	}
	.page-template-marketing .content-block:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.content-block-1 .block-copy {
		background: transparent;
	}
	.page-template-marketing .content-blocks .block-copy,
	.content-block-1 .block-copy,
	.page-form,
	.page-form-img,
	.appointment-img {
		position: relative;
	}
	.page-template-marketing .block-img .content-block-img,
	.appointment-img {
		min-height: 300px;
	}
	.category-select {
		margin-bottom: 10px;
	}
	.blog-header {
		padding-bottom: 80px;
	}
	.blog-top .slick-prev,
	.blog-top .slick-next {
		top: -30px;
	}
	.blog-top .slick-prev {
		left: 50px;
	}
	.blog-top .slick-next {
		right: 50px;
	}
	.office-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.office-panel .office-img {
		position: relative;
		top: 0;
	}
	.page-template-leadership .leadership {
		margin-bottom: 50px;
	}
	.team-copy-inner {
		padding: 30px 0;
	}
	.leadership-copy {
		margin-top: 0;
	}
	.black-panel .black-panel-copy,
	.content-blocks-black .block-copy,
	.leadership-copy,
	.page-template-marketing .content-blocks .block-copy .block-copy-bg,
	.testimonial-panel,
	.office-panel .office-copy,
	.appointment-copy,
	.case-study-copy,
	.block-copy {
		padding: 30px 15px !important;
	}
	.about-copy {
		padding: 0 15px 30px;
	}
	.page-template-support .content-block-bottom .row {
		min-height: auto;
	}
	.page-template-culture .content-top-copy,
	.page-template-support .content-block-1 .block-copy,
	.page-template-support .content-block-bottom .block-copy {
		padding: 50px 15px !important;
	}
	.page-template-offices .office .row {
		margin-bottom: 70px;
	}
	.page-form .gform_body {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.page-template-offices .office-copy {
		margin: 0;
		padding-bottom: 30px;
	}
	.page-template-offices .content-top-copy {
		margin: 0;
	}
	.page-template-offices .content-top {
		padding: 50px 0;
	}
	.page-template-offices .content-top-img,
	.leadership-img {
		height: 300px;
		position: relative;
		top: 0;
	}
	.grey-panel {
		background-size: 0;
	}
	.grey-panel {
		background-image: none;
	}
	.content-block-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.black-panel-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.black-panel-copy-top,
	.black-panel-copy-bottom {
		margin-top: 0;
	}
	.black-panel-copy-bottom,
	.content-blocks-black .block-copy {
		position: relative;
	}
	.black-panel-slider,
	.international-slider {
		margin-bottom: 0px !important;
	}
	.black-panel .black-panel-img-top,
	.black-panel-slider-img,
	.content-blocks-black .block-img,
	.page-template-support .content-block-bottom .block-img {
		height: 300px;
		position: relative;
	}
	h1,
	.page-heading h1 {
    	font-size: 2.4rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	.timeline-event {
		margin-left: 0;
		margin-right: 0;
	}
	.team-box .team-img {
		min-height: 400px;
	}
	.features {
		background-attachment: unset;
	}
	.award-img img {
		width: 100px;
	}
	.page-form-img::before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255,255,255,0.9);
		z-index: 2;
	}
	.page-form .text-left {
		z-index: 3;
	}
	.case-studies .row:last-of-type {
		margin-bottom: 0;
	}
	.case-studies .row {
		margin-bottom: 50px;
	}
	.case-study-copy {
		position: relative;
		margin-top: 0;
	}

	.page-template-culture .content-top .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.page-template-culture .content-top-img {
		position: relative;
		height: 300px !important;
	}
	.page-template-culture .content-top-copy {
		margin-top: 0;
		margin-bottom: 0;
		background: transparent;
	}
	.page-template-culture .content-top-copy p {
		margin-bottom: 0;
	}
	.pr-50 {
		padding-right: 15px;
	}

	.pl-50 {
		padding-left: 15px;
	}
	.pr-30 {
		padding-right: 15px;
	}

	.pl-30 {
		padding-left: 15px;
	}
	.footer-brokerage,
	.footer-office {
		margin-bottom: 10px;
	}
	.header-cta {
		text-align: center;
	}
	.office-slider::before {
		width: 300px;
	}
	.office-slider .slick-next {
		right: 15px;
	}
	.office-slider .slick-prev {
		right: 185px;
	}
	.services-steps h4 {
		font-size: 20px;
	}
	.office-panel .blue-circle {
		left: -130px;
		top: -30px;
	}
	.site-header .navbar .row {
		width: -webkit-fill-available;
	}
	.header-info {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hidden-nav #mainMenu .navbar-nav {
		width: unset;
		padding: 0 0 50px;
		font-size: 26px;
	}
	.hidden-nav .menu-num {
		padding-right: 10px;
	}
	.hidden-nav #mainMenu .nav-fill .nav-item a .menu-text::before {
		display: none;
	}
	.office-pagingInfo {
		bottom: -3px;
	}
	.testimonial-panel {
		margin-bottom: 50px;
	}
	.appointment-copy {
		margin: 0;
		color: #fff;
	}
	.appointment-copy .btn-black {
		border: 2px solid #fff;
		color: #fff;
	}
	.btn-white, .btn-black {
		margin-bottom: 10px;
	}
	.services-slider-for .slick-track {
		height: 500px;
	}
	.about-bar {
		display: none;
	}
	.blog-box {
		margin-bottom: 30px;
	}
	.footer-left,
	.footer-right {
		position: relative;
		padding: 50px 15px;
	}
	.footer-left::before {
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -999px;
		right: -999px;
		content: '';
		z-index: -1;
	}
	.footer-right::before {
		background: #F3F4F4;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -999px;
		right: -999px;
		content: '';
		z-index: -1;
	}
	.footer::before,
	.footer::after {
		display: none;
	}
	.blog-panel {
		margin-bottom: 0;
	}
	.office-img {
		position: unset;
		top: 0;
		padding-left: 0;
		margin-bottom: 60px;
	}
	.office-slider .slick-slide {
		height: 400px;
	}
	.office-panel {
		padding: 30px 0 0;
	}
	.office-panel .blue-circle {
		-webkit-transform: translateX(-75px) translateY(-30px);
		transform: translateX(-75px) translateY(-30px);
	}
	.office-panel .office-copy {
		margin-top: 0;
		margin-bottom: 0;
	}
	.office-panel .office-img {
		height: 400px;
		margin-bottom: 0;
	}
	.sticky-navbar .header-info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sticky-navbar .brand-mark {
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	.lead-form::after {
    	right: -200px;
	}
	.lead-form::before {
    	right: -200px;
	}
	.timeline-slider .slick-next {
		right: 0;
	}
	.timeline-slider .slick-prev {
		left: 0;
		right: unset;
	}
	.office-slider::before, .support-slider::before, .office-gallery-slider::before, .culture-slider::before {
		width: 100%;
	}
}
