/*!
Theme Name: Insurance Brokers Theme
Theme URI: http://underscores.me/
Author: Adam Hetherington
Author URI: https://www.linkedin.com/in/adam-hetherington-48155a51/
Description: A custom theme by Binate Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: binate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	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"] {
	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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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%;
}

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

*,
*:before,
*:after {
	box-sizing: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

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

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# 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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Includes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main Banner
--------------------------------------------------------------*/
.main-banner {
	margin: 1em 0 4em 0;
	position: relative;
}

.main-banner.home-main-banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
}

.main-banner .bb-square {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: #02a4dc;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-banner .bb-square-os {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: #4fb2ad;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-banner .news-square {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: #ad3f9e;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-banner .container {
	position: relative;
	z-index: 2;
	padding: 1em;
}

.main-banner .container.hiddenContainer {
	display: none;
}

.main-banner .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.main-banner .container .row .col {
	width: 50%;
}

.main-banner .container .row .col .main-banner-content h1 {
	font-weight: 900;
	color: #02a4dc;
	margin-bottom: 16px;
}

.main-banner .container .row .col .main-banner-content h1.front {
	font-size: 92px;
	line-height: 82px;
}

.main-banner .container .row .col .main-banner-content p {
	font-size: 1.25em;
	max-width: 90%;
}

.main-banner .container .row .col .main-banner-content p.sub-head {
	max-width: 80%;
}

.main-banner .container .row .col .main-banner-content p.sub-head.post {
	font-size: 1.4em;
	font-weight: 400;
}

.main-banner .container .row .col .main-banner-content p.learn-more {
	text-transform: uppercase;
	margin-top: 3em;
}

.main-banner .container .row .col .main-banner-content p.learn-more a {
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.main-banner .container .row .col .main-banner-content p.learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.main-banner .container .row .col .main-banner-image {
	padding: 0;
}

.main-banner .container .row .col .main-banner-image .slick-track {
	padding: .5em 0;
}

.main-banner .container .row .col .main-banner-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.main-banner .other-main-banner-content {
	width: 40%;
	position: relative;
	z-index: 1;
	padding-left: 4em;
	padding-top: 1em;
}

.main-banner .other-main-banner-content h1 {
	font-weight: 900;
	color: #02a4dc;
	margin-bottom: 16px;
}

.main-banner .other-main-banner-content h1.front {
	font-size: 92px;
	line-height: 82px;
}

.main-banner .other-main-banner-content p {
	font-size: 1.25em;
	max-width: 90%;
}

.main-banner .other-main-banner-content p.sub-head {
	max-width: 80%;
}

.main-banner .other-main-banner-content p.sub-head.post {
	font-size: 1.4em;
	font-weight: 400;
}

.main-banner .other-main-banner-content p.learn-more {
	text-transform: uppercase;
	margin-top: 3em;
}

.main-banner .other-main-banner-content p.learn-more a {
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.main-banner .other-main-banner-content p.learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.main-banner .single-banner-image {
	width: 50%;
	position: relative;
	z-index: 2;
}

.main-banner .single-banner-image ul {
	margin: 0;
	list-style: none;
	opacity: 0;
	transition: opacity 400ms linear;
}

.main-banner .single-banner-image ul.slick-initialized {
	opacity: 1;
}

.main-banner .single-banner-image ul .slick-track {
	padding: 1em 0;
}

.main-banner .single-banner-image img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.main-banner .small-circle {
	bottom: 0;
	left: 0;
	transform: translateX(-20%);
}

@media screen and (max-width: 1300px) {
	.main-banner .container {
		padding: 1em 2em;
	}
	.main-banner .other-main-banner-content {
		padding-left: 0;
	}
	.main-banner .other-main-banner-content h1.front {
		font-size: 82px;
		line-height: 72px;
	}
	.main-banner .other-main-banner-content p.sub-head.post {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 900px) {
	.main-banner.home-main-banner {
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.main-banner .container .row .col .main-banner-content p br {
		display: none;
	}
	.main-banner .other-main-banner-content {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
		padding: 0 2em;
		margin-top: 1em;
	}
	.main-banner .other-main-banner-content h1.front {
		font-size: 62px;
		line-height: 52px;
	}
	.main-banner .single-banner-image {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
	}
	.main-banner .single-banner-image ul .slick-track {
		padding-top: 0;
	}
	.main-banner .small-circle {
		bottom: 0;
		left: unset;
		right: 0;
		transform: translate(20%, -20%);
	}
}

@media screen and (max-width: 600px) {
	.main-banner {
		margin-bottom: 1em;
		margin-top: 0;
	}
	.main-banner.home-main-banner {
		margin-top: 1em;
	}
	.main-banner .bb-square-os {
		display: none;
	}
	.main-banner .container {
		padding: 0;
	}
	.main-banner .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.main-banner .container .row .col {
		width: 100%;
	}
	.main-banner .container .row .col.col-1 {
		-ms-flex-order: 2;
		    order: 2;
		padding: 0 1em;
		margin-top: 1em;
	}
	.main-banner .container .row .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.main-banner .container .row .col .main-banner-content p {
		font-size: 1em;
		max-width: 100%;
	}
	.main-banner .other-main-banner-content {
		margin-top: 0;
		padding: 0 1em;
		position: relative;
		z-index: 2;
	}
	.main-banner .other-main-banner-content h1.front {
		font-size: 32px;
		line-height: 32px;
	}
	.main-banner .other-main-banner-content h1.front br {
		display: none;
	}
	.main-banner .other-main-banner-content p.sub-head {
		max-width: 100%;
	}
	.main-banner .other-main-banner-content p.sub-head.post {
		font-size: .875em;
	}
	.main-banner .other-main-banner-content p.learn-more {
		margin-top: 1.5em;
		font-size: 1em;
		max-width: 100%;
	}
	.main-banner .other-main-banner-content p.learn-more a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.main-banner .small-circle {
		display: none;
	}
}

/*--------------------------------------------------------------
## Search Bar
--------------------------------------------------------------*/
.search-bar {
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 2em 0;
}

.search-bar ul {
	background: #02a4dc;
	width: 80%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	border-radius: 0 6px 6px 0;
}

.search-bar ul li {
	-ms-flex: 1;
	    flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	position: relative;
}

.search-bar ul li .search-button {
	width: 100%;
	height: 100%;
}

.search-bar ul li .search-button input {
	width: 100%;
	height: 100%;
}

.search-bar ul li:first-child {
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.search-bar ul li:nth-child(2) {
	background: #f1b36c;
}

.search-bar ul li:nth-child(2) .select-items {
	background-color: #f1b36c;
}

.search-bar ul li:nth-child(3) {
	background: #4fb2ad;
}

.search-bar ul li:nth-child(3) .select-items {
	background-color: #4fb2ad;
}

.search-bar ul li:nth-child(4) {
	background: #ad3f9e;
}

.search-bar ul li:nth-child(4) .select-items {
	background-color: #ad3f9e;
}

.search-bar ul li h5 {
	margin: 0 2em 0 0;
	color: #fff;
	font-weight: lighter;
}

.search-bar ul li h5.heading {
	font-weight: 900;
}

.search-bar ul li .icon {
	position: absolute;
	left: 1em;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 1em;
}

.search-bar ul li .broker-select {
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.search-bar ul li .broker-select ::-webkit-scrollbar {
	width: 6px;
}

.search-bar ul li .broker-select ::-webkit-scrollbar-track {
	border-radius: 10px;
}

.search-bar ul li .broker-select ::-webkit-scrollbar-thumb {
	background: #3e3e3e;
	border-radius: 10px;
}

.search-bar ul li .broker-select ::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

.search-bar ul li .broker-select .select-selected {
	margin-left: 1.3em;
}

@media only screen and (max-width: 1490px) {
	.search-bar ul li .broker-select .select-selected {
		margin-left: 1.8em;
		font-size: 1em;
	}
}

.search-bar ul li input {
	cursor: pointer;
	color: #fff;
	font-size: 1.25em;
	font-weight: lighter;
	background: none;
	border: 0;
}

@media screen and (max-width: 1300px) {
	.search-bar ul {
		width: 90%;
	}
	.search-bar ul li .icon {
		width: 30px;
		height: 30px;
	}
	.search-bar ul li input {
		font-size: 1em;
	}
}

@media screen and (max-width: 900px) {
	.search-bar ul {
		width: 96%;
	}
	.search-bar ul li .search-button input {
		font-size: 1em;
		padding-left: 30px;
	}
	.search-bar ul li h5.heading {
		font-size: 16px;
	}
	.search-bar ul li .icon {
		display: none;
	}
	.search-bar ul li .icon.search {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.search-bar {
		margin-bottom: 1em;
	}
	.search-bar ul {
		width: 95%;
		margin: 0 auto;
		border-radius: 6px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.search-bar ul li {
		-ms-flex: unset;
		    flex: unset;
		width: 100%;
	}
	.search-bar ul li.mbr {
		display: none;
	}
	.search-bar ul li .search-button {
		padding: .25em;
	}
	.search-bar ul li:first-child {
		-ms-flex-pack: center;
		    justify-content: center;
		padding: 1em;
	}
	.search-bar ul li:nth-child(2) {
		z-index: 5;
	}
	.search-bar ul li:nth-child(3) {
		z-index: 4;
	}
	.search-bar ul li:nth-child(4) {
		z-index: 3;
	}
	.search-bar ul li h5 {
		margin: 0;
	}
	.search-bar ul li .icon {
		margin: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

/*--------------------------------------------------------------
## Our Services
--------------------------------------------------------------*/
.our-services {
	position: relative;
}

.our-services .medium-circle, .our-services .small-circle {
	right: 0;
	top: 0;
	transform: translate(15%, -15%);
}

.our-services .container h2 {
	color: #02a4dc;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 3.5em;
}

.our-services .container p.sub-heading {
	text-align: center;
	font-size: 2em;
	font-weight: 900;
	margin-bottom: 2em;
}

.our-services .container ul {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.our-services .container ul li {
	width: 45%;
}

.our-services .container ul li .heading {
	font-weight: 900;
	font-size: 1.4em;
}

.our-services .container ul li:nth-child(2) .service-inner .heading {
	color: #f1b36c;
}

.our-services .container ul li:nth-child(2) .service-inner .heading a {
	color: #f1b36c;
}

.our-services .container ul li:nth-child(2) .service-inner .service-excerpt {
	background: #f1b36c;
}

.our-services .container ul li:nth-child(2) .service-inner .learn-more a {
	border-color: #f1b36c;
	color: #f1b36c;
}

.our-services .container ul li:nth-child(2) .service-inner .learn-more a:hover {
	background: #f1b36c;
}

.our-services .container ul li:nth-child(3) .service-inner .heading {
	color: #4fb2ad;
}

.our-services .container ul li:nth-child(3) .service-inner .heading a {
	color: #4fb2ad;
}

.our-services .container ul li:nth-child(3) .service-inner .service-excerpt {
	background: #4fb2ad;
}

.our-services .container ul li:nth-child(3) .service-inner .learn-more a {
	border-color: #4fb2ad;
	color: #4fb2ad;
}

.our-services .container ul li:nth-child(3) .service-inner .learn-more a:hover {
	background: #4fb2ad;
}

.our-services .container ul li:last-child .service-inner .heading {
	color: #ad3f9e;
}

.our-services .container ul li:last-child .service-inner .heading a {
	color: #ad3f9e;
}

.our-services .container ul li:last-child .service-inner .service-excerpt {
	background: #ad3f9e;
}

.our-services .container ul li:last-child .service-inner .learn-more a {
	border-color: #ad3f9e;
	color: #ad3f9e;
}

.our-services .container ul li:last-child .service-inner .learn-more a:hover {
	background: #ad3f9e;
}

.our-services .container ul li .service-inner .heading {
	color: #02a4dc;
}

.our-services .container ul li .service-inner .heading a {
	color: #02a4dc;
}

.our-services .container ul li .service-inner .service-excerpt {
	width: 75%;
	padding: 1em;
	background: #02a4dc;
	color: #fff;
	margin-bottom: .5em;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.our-services .container ul li .service-inner .learn-more {
	margin: 0;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.our-services .container ul li .service-inner .learn-more a {
	background: #fff;
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.our-services .container ul li .service-inner .learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.our-services .container ul li .service-inner .service-image {
	transform: translate(5%, -25%);
	padding-left: 4em;
	position: relative;
	z-index: 1;
}

.our-services .container ul li .service-inner .service-image .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: .5em;
	right: .5em;
}

.our-services .container ul li .service-inner .service-image img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 1300px) {
	.our-services .container {
		padding: 0 2em;
	}
	.our-services .container ul li .service-inner .service-image {
		transform: translate(0%, -25%);
	}
}

@media screen and (max-width: 900px) {
	.our-services .medium-circle, .our-services .small-circle {
		right: unset;
		left: 0;
		transform: translate(-50%, -25%);
	}
	.our-services .container p.sub-heading {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.our-services .medium-circle, .our-services .small-circle {
		display: none;
	}
	.our-services .container {
		padding: 0 1em;
	}
	.our-services .container h2 {
		margin-top: 0;
	}
	.our-services .container p.sub-heading {
		margin-bottom: .5em;
	}
	.our-services .container ul li {
		width: 100%;
	}
	.our-services .container ul li .service-inner .heading {
		margin-bottom: 0;
	}
	.our-services .container ul li .service-inner .service-excerpt {
		width: 95%;
		font-size: .875em;
	}
	.our-services .container ul li .service-inner .learn-more {
		font-size: .875em;
	}
}

/*--------------------------------------------------------------
## Experienced One
--------------------------------------------------------------*/
.experienced-one {
	position: relative;
	margin-top: 2em;
}

.experienced-one .large-circle {
	top: 50%;
	left: 0;
	transform: translate(-15%, -50%);
}

.experienced-one .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.experienced-one .container .row .col.col-1 {
	width: 40%;
}

.experienced-one .container .row .col.col-2 {
	width: 60%;
	padding-left: 6em;
}

.experienced-one .container .row .col h4 {
	color: #02a4dc;
}

.experienced-one .container .row .col p {
	font-size: 1.25em;
}

.experienced-one .container .row .col p.learn-more {
	text-transform: uppercase;
	margin-top: 1.5em;
}

.experienced-one .container .row .col p.learn-more a {
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.experienced-one .container .row .col p.learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.experienced-one .container .row .col ul {
	margin: 0;
	margin-top: 2em;
}

.experienced-one .container .row .col ul li {
	-ms-flex: 1;
	    flex: 1;
	margin-left: 1em;
}

.experienced-one .container .row .col ul li:first-child {
	margin-left: 0;
}

.experienced-one .container .row .col ul li .xp-image {
	height: 115px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: center;
	    align-items: center;
}

.experienced-one .container .row .col ul li .xp-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 75px;
}

.experienced-one .container .row .col ul li h5 {
	color: #02a4dc;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.experienced-one .container .row .col ul li p {
	font-size: 0.875em;
}

@media screen and (max-width: 1300px) {
	.experienced-one .large-circle {
		transform: translate(-25%, -50%) rotate(90deg);
	}
	.experienced-one .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.experienced-one .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.experienced-one .container .row .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
	.experienced-one .container .row .col.col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.experienced-one {
		margin-top: 0;
	}
	.experienced-one .large-circle {
		display: none;
	}
	.experienced-one .container {
		padding: 0 1em;
	}
	.experienced-one .container .row .col h4 br {
		display: none;
	}
	.experienced-one .container .row .col p {
		font-size: .875em;
	}
	.experienced-one .container .row .col ul {
		margin-top: 1em;
	}
}

/*--------------------------------------------------------------
## Experienced Two
--------------------------------------------------------------*/
.experienced-two {
	margin: 4em 0;
	position: relative;
}

.experienced-two .container .row {
	display: -ms-flexbox;
	display: flex;
}

.experienced-two .container .row .col.col-1 {
	width: 60%;
}

.experienced-two .container .row .col h4 {
	color: #02a4dc;
}

.experienced-two .container .row .col p {
	font-size: 1.25em;
}

.experienced-two .container .row .col p.learn-more {
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}

.experienced-two .container .row .col p.learn-more a {
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.experienced-two .container .row .col p.learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.experienced-two .container .row .col ul {
	margin: 0;
	margin-top: 2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.experienced-two .container .row .col ul li {
	-ms-flex: 1;
	    flex: 1;
	margin-left: 1em;
}

.experienced-two .container .row .col ul li:first-child {
	margin-left: 0;
}

.experienced-two .container .row .col ul li .xp-image {
	height: 115px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: center;
	    align-items: center;
}

.experienced-two .container .row .col ul li .xp-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 75px;
}

.experienced-two .container .row .col ul li h5 {
	color: #02a4dc;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.experienced-two .container .row .col ul li p {
	font-size: 0.875em;
}

.experienced-two .experienced-two-image {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.experienced-two .experienced-two-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 40vw;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*--------------------------------------------------------------
## Videos
--------------------------------------------------------------*/
.videos {
	margin: 6em 0 2em 0;
	position: relative;
}

.videos .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.videos .container .row .col {
	width: 50%;
}

.videos .container .row .col.col-1 h4 {
	color: #02a4dc;
}

.videos .container .row .col.col-1 .videos-content {
	padding: 1.5em 1em;
	background: #02a4dc;
	width: 70%;
}

.videos .container .row .col.col-1 .videos-content p {
	color: #fff;
	margin: 0;
}

.videos .container .row .col.col-1 .learn-more {
	text-transform: uppercase;
	margin-top: .5em;
}

.videos .container .row .col.col-1 .learn-more a {
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.videos .container .row .col.col-1 .learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.videos .container .row .col.col-2 {
	position: relative;
}

.videos .container .row .col.col-2 img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.videos .container .row .col.col-2 .play-button {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all 400ms linear;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.videos .container .row .col.col-2 .play-button a {
	display: block;
	width: 50px;
	height: 50px;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #02a4dc;
	transform: scale(0.9);
	transition: all 400ms linear;
}

.videos .container .row .col.col-2 .play-button a:hover {
	transform: scale(1);
}

.videos .small-circle {
	top: 0;
	right: 0;
	transform: translate(-100%, -25%);
}

.videos .medium-circle {
	top: 50%;
	right: 0;
	transform: translate(-15%, -35%);
}

@media screen and (max-width: 1300px) {
	.videos {
		z-index: 5;
	}
	.videos .container {
		padding: 0 2em;
	}
	.videos .small-circle {
		transform: translate(-50%, -25%);
	}
	.videos .medium-circle {
		transform: translate(30%, -35%);
	}
}

@media screen and (max-width: 900px) {
	.videos .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.videos .container .row .col.col-1 {
		width: 100%;
		margin-bottom: 4em;
	}
	.videos .container .row .col.col-2 {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.videos {
		margin-top: 1em;
	}
	.videos .container {
		padding: 0 1em;
	}
	.videos .container .row .col.col-1 .videos-content {
		width: 100%;
	}
	.videos .small-circle {
		transform: translate(50%, -15%);
	}
	.videos .medium-circle {
		transform: translate(-30%, -35%);
	}
}

/*--------------------------------------------------------------
## Why Use a Broker
--------------------------------------------------------------*/
.why-use-a-broker {
	position: relative;
	margin-bottom: 2em;
}

.why-use-a-broker .why-square {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #4fb2ad;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.why-use-a-broker .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.why-use-a-broker .container .row .col {
	width: 50%;
}

.why-use-a-broker .container .row .col.col-1 .why-use-a-broker-image {
	padding: 2em;
}

.why-use-a-broker .container .row .col.col-1 .why-use-a-broker-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.why-use-a-broker .container .row .col.col-2 {
	padding-left: 6em;
}

.why-use-a-broker .container .row .col.col-2 h4 {
	color: #02a4dc;
}

.why-use-a-broker .container .row .col.col-2 .why-content {
	padding: 1.5em 1em;
	background: #ad3f9e;
	width: 70%;
}

.why-use-a-broker .container .row .col.col-2 .why-content p {
	color: #fff;
	margin: 0;
}

.why-use-a-broker .container .row .col.col-2 .learn-more {
	text-transform: uppercase;
	margin-top: .5em;
}

.why-use-a-broker .container .row .col.col-2 .learn-more a {
	color: #ad3f9e;
	padding: .5em 2em;
	border: solid 3px #ad3f9e;
	transition: all 400ms linear;
}

.why-use-a-broker .container .row .col.col-2 .learn-more a:hover {
	background: #ad3f9e;
	color: #fff;
}

@media screen and (max-width: 900px) {
	.why-use-a-broker .container {
		padding: 0 2em;
	}
	.why-use-a-broker .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-use-a-broker .container .row .col {
		width: 100%;
	}
	.why-use-a-broker .container .row .col.col-1 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.why-use-a-broker .container .row .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
		padding-left: 0;
	}
	.why-use-a-broker .container .row .col.col-2 .why-content {
		width: 80%;
	}
	.why-use-a-broker .container .row .col.col-2 .learn-more a {
		background: #fff;
	}
}

@media screen and (max-width: 600px) {
	.why-use-a-broker .container {
		padding: 0 1em;
	}
	.why-use-a-broker .container .row .col.col-2 .why-content {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## News Section
--------------------------------------------------------------*/
.news-section {
	margin: 8em 0;
	position: relative;
	z-index: 9999;
}

.news-section .container {
	position: relative;
	z-index: 10;
}

.news-section .container .row {
	display: -ms-flexbox;
	display: flex;
}

.news-section .container .row .col {
	width: 50%;
}

.news-section .container .row .col.col-1 .title {
	width: 40%;
}

.news-section .container .row .col.col-1 .title h4 {
	color: #02a4dc;
}

.news-section .container .row .col.col-1 .title p {
	font-size: 1.25em;
}

.news-section .container .row .col.col-1 .title p.learn-more {
	text-transform: uppercase;
	margin-top: 1.5em;
}

.news-section .container .row .col.col-1 .title p.learn-more a {
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.news-section .container .row .col.col-1 .title p.learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.news-section .news-slider {
	width: 65%;
	position: absolute;
	z-index: 12;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.news-section .news-slider .blog-list {
	margin: 0;
}

.news-section .news-slider .blog-list .slick-prev, .news-section .news-slider .blog-list .slick-next {
	border: 0;
	font-size: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.news-section .news-slider .blog-list .slick-prev:after, .news-section .news-slider .blog-list .slick-prev:before, .news-section .news-slider .blog-list .slick-next:after, .news-section .news-slider .blog-list .slick-next:before {
	line-height: 2em;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	padding: .5em;
	border-radius: 50%;
	background: none;
	color: #02a4dc;
	opacity: .5;
	transition: opacity 400ms linear;
}

.news-section .news-slider .blog-list .slick-prev:hover:after, .news-section .news-slider .blog-list .slick-prev:hover:before, .news-section .news-slider .blog-list .slick-next:hover:after, .news-section .news-slider .blog-list .slick-next:hover:before {
	opacity: 1;
}

.news-section .news-slider .blog-list .slick-prev:after {
	content: '\f060';
}

.news-section .news-slider .blog-list .slick-next:before {
	content: '\f061';
}

.news-section .news-slider .blog-list li {
	padding: 0 .25em;
}

.news-section .news-slider .blog-list li a {
	color: #404040;
	transform: scale(0.9);
	transition: all 400ms linear;
	display: block;
}

.news-section .news-slider .blog-list li a:hover {
	transform: scale(1);
}

.news-section .news-slider .blog-list li a .blog-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.news-section .news-slider .blog-list li a h5 {
	margin-top: .5em;
	color: #02a4dc;
	margin-bottom: .5em;
}

@media screen and (max-width: 1300px) {
	.news-section .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.news-section .container .row .col.col-1 .title {
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.news-section {
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.news-section .container {
		padding: 0 1em;
	}
	.news-section .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.news-section .container .row .col {
		width: 100%;
	}
	.news-section .container .row .col.col-1 .title {
		width: 100%;
	}
	.news-section .container .row .col.col-1 .title h4 br {
		display: none;
	}
	.news-section .container .row .col.col-1 .title p {
		font-size: .875em;
	}
	.news-section .container .row .col.col-1 .title p.learn-more a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.news-section .news-slider {
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Financial Advice Section
--------------------------------------------------------------*/
.financial-advice {
	position: relative;
	z-index: 99998;
}

.financial-advice .small-circle {
	top: 0;
	left: 0;
}

.financial-advice .large-circle.one {
	bottom: 0;
	left: 0;
	transform: translate(-35%, 45%);
}

.financial-advice .large-circle.two {
	top: 0;
	right: 0;
	transform: translate(45%, -30%);
}

.financial-advice .container {
	border-top: solid 1px #ad3f9e;
	z-index: 2;
}

.financial-advice .container .financial-advice-form {
	background: #fff;
	width: 90%;
	margin: 4em auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border: solid 2px #4CA4D9;
}

.financial-advice .container .financial-advice-form .logo {
	margin-top: 3em;
	margin-bottom: 3em;
}

.financial-advice .container .financial-advice-form .logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
}

.financial-advice .container .financial-advice-form .content {
	text-align: center;
	margin-bottom: 3em;
	padding: 0 2em;
}

.financial-advice .container .financial-advice-form .content .main-heading {
	color: #02a4dc;
}

.financial-advice .container .financial-advice-form .content p {
	max-width: 1000px;
	margin: 0 auto;
}

.financial-advice .container .financial-advice-form .search {
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 2em 0;
	padding: 0 1em;
}

.financial-advice .container .financial-advice-form .search ul {
	background: #02a4dc;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.financial-advice .container .financial-advice-form .search ul li {
	-ms-flex: 1;
	    flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	position: relative;
}

.financial-advice .container .financial-advice-form .search ul li .search-button {
	width: 100%;
	height: 100%;
}

.financial-advice .container .financial-advice-form .search ul li .search-button input {
	width: 100%;
	height: 100%;
}

.financial-advice .container .financial-advice-form .search ul li:first-child {
	background: #f1b36c;
}

.financial-advice .container .financial-advice-form .search ul li:first-child .select-items {
	background-color: #f1b36c;
}

.financial-advice .container .financial-advice-form .search ul li:nth-child(2) {
	background: #4fb2ad;
}

.financial-advice .container .financial-advice-form .search ul li:nth-child(2) .select-items {
	background-color: #4fb2ad;
}

.financial-advice .container .financial-advice-form .search ul li:nth-child(3) {
	background: #ad3f9e;
}

.financial-advice .container .financial-advice-form .search ul li:nth-child(3) .select-items {
	background-color: #ad3f9e;
}

.financial-advice .container .financial-advice-form .search ul li h5 {
	margin: 0 2em 0 0;
	color: #fff;
	font-weight: lighter;
}

.financial-advice .container .financial-advice-form .search ul li .icon {
	position: absolute;
	left: 1em;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 1em;
}

.financial-advice .container .financial-advice-form .search ul li input {
	cursor: pointer;
	color: #fff;
	font-size: 1.25em;
	font-weight: lighter;
	background: none;
	border: 0;
}

@media screen and (max-width: 1300px) {
	.financial-advice .small-circle {
		transform: translate(-5%, 5%);
	}
	.financial-advice .large-circle.two {
		transform: translate(55%, -5%);
	}
	.financial-advice .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.financial-advice .container .financial-advice-form .search ul li .search-button input {
		font-size: 16px;
		padding-left: 30px;
	}
	.financial-advice .container .financial-advice-form .search ul li .icon {
		display: none;
	}
	.financial-advice .container .financial-advice-form .search ul li .icon.search {
		display: block;
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 600px) {
	.financial-advice .large-circle.one {
		display: none;
	}
	.financial-advice .container {
		padding: 0 1em;
	}
	.financial-advice .container .financial-advice-form {
		width: 100%;
		margin: 2em auto;
	}
	.financial-advice .container .financial-advice-form .logo {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	.financial-advice .container .financial-advice-form .content {
		padding: 0 1em;
		margin-bottom: 1em;
	}
	.financial-advice .container .financial-advice-form .content p {
		font-size: .875em;
	}
	.financial-advice .container .financial-advice-form .search ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.financial-advice .container .financial-advice-form .search ul li {
		-ms-flex: unset;
		    flex: unset;
		width: 100%;
	}
	.financial-advice .container .financial-advice-form .search ul li .search-button {
		padding: .25em;
		z-index: 1;
	}
	.financial-advice .container .financial-advice-form .search ul li:first-child {
		z-index: 1;
	}
	.financial-advice .container .financial-advice-form .search ul li:nth-child(2) {
		z-index: 3;
	}
	.financial-advice .container .financial-advice-form .search ul li:nth-child(3) {
		z-index: 4;
	}
	.financial-advice .container .financial-advice-form .search ul li:last-child {
		z-index: 5;
	}
	.financial-advice .container .financial-advice-form .search ul li .icon {
		margin: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

/*--------------------------------------------------------------
## Benefits Section
--------------------------------------------------------------*/
.benefits {
	position: relative;
	z-index: 999;
}

.benefits .large-circle {
	top: 0;
	left: 0;
	transform: translate(-60%, -50%);
}

.benefits .small-circle {
	bottom: 0;
	right: 0;
	transform: translate(5%, 5%);
	width: 75px;
	height: 75px;
}

.benefits .benefits-square {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: #f1b36c;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.benefits .lower {
	position: relative;
}

.benefits .container .main-heading {
	color: #02a4dc;
	font-weight: lighter;
}

.benefits .container .row {
	display: -ms-flexbox;
	display: flex;
}

.benefits .container .row .col {
	width: 50%;
}

.benefits .container .row .col.col-1 ul {
	margin: 0;
	margin-top: 2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.benefits .container .row .col.col-1 ul li {
	-ms-flex: 1;
	    flex: 1;
	margin-left: 1em;
}

.benefits .container .row .col.col-1 ul li:first-child {
	margin-left: 0;
}

.benefits .container .row .col.col-1 ul li .xp-image {
	height: 115px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: center;
	    align-items: center;
}

.benefits .container .row .col.col-1 ul li .xp-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 75px;
}

.benefits .container .row .col.col-1 ul li h5 {
	color: #02a4dc;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.benefits .container .row .col.col-1 ul li p {
	font-size: 0.875em;
}

.benefits .container .row .col.col-2 {
	padding: 2em;
	position: relative;
}

.benefits .container .row .col.col-2 .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 7em;
	right: 4em;
}

.benefits .container .row .col.col-2 img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1300px) {
	.benefits .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.benefits {
		margin-top: 2em;
	}
	.benefits .large-circle {
		top: 0;
		left: unset;
		right: 0;
		transform: translate(60%, -50%);
	}
	.benefits .benefits-square {
		top: unset;
		bottom: 0;
	}
	.benefits .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.benefits .container .row .col {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.benefits .container {
		padding: 0 1em;
	}
	.benefits .container .row .col.col-1 {
		padding-right: 0;
	}
	.benefits .container .row .col.col-1 ul {
		margin-top: 0;
	}
	.benefits .container .row .col.col-2 .ib-logo {
		display: none;
	}
}

/*--------------------------------------------------------------
## Why Use An Insurance Broker Points Section
--------------------------------------------------------------*/
.why-use-points {
	margin: 6em 0 4em 0;
	position: relative;
}

.why-use-points .large-circle {
	top: 0;
	left: 0;
	transform: translate(-60%, -30%);
}

.why-use-points ul {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 400ms linear;
}

.why-use-points ul.slick-initialized {
	opacity: 1;
}

.why-use-points ul .slick-track {
	padding: 2em 0;
}

.why-use-points ul li {
	background: #78C7E5;
	padding: 2em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: scale(0.95);
	transition: all 400ms linear;
	position: relative;
	z-index: 1;
}

.why-use-points ul li.slick-center {
	z-index: 2;
	background: #02a4dc;
	transform: scale(1.1);
}

.why-use-points ul li .orange-circle {
	width: 25px;
	height: 25px;
	background: #fff;
	border: solid 6px #f1b36c;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.why-use-points ul li .white-circle {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 1em auto;
}

.why-use-points ul li h1, .why-use-points ul li h2, .why-use-points ul li h3, .why-use-points ul li h4, .why-use-points ul li h5, .why-use-points ul li h6 {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.why-use-points ul li p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/*--------------------------------------------------------------
## Binate Modal
--------------------------------------------------------------*/
.binate-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
	opacity: 0;
	transition: all 400ms linear;
}

.binate-modal.modal-opacity {
	opacity: 1;
}

.binate-modal.modal-display {
	display: block;
}

.binate-modal .binate-modal-form {
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border-radius: 4px;
}

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

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

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

.binate-modal .binate-modal-form .binate-modal-closer p a:hover i {
	color: #02a4dc;
}

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

@media screen and (max-width: 900px) {
	.binate-modal .binate-modal-form {
		width: 100vw;
		height: 100vh;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.binate-modal .binate-modal-form .binate-modal-content {
		margin: 0;
	}
}

/*--------------------------------------------------------------
## Cookies Plugin
--------------------------------------------------------------*/
.policy-gradient {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: block;
}

.policy-gradient.policy-display {
	display: none;
}

.insurance-broker-cookie-banner {
	background: #02a4dc;
	border: 0;
	padding: 24px;
	top: 50% !important;
	left: 50%;
	right: unset !important;
	transform: translate(-50%, -50%);
	border-radius: 4px !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 600px) {
	.insurance-broker-cookie-banner {
		transform: unset;
		top: 5% !important;
		border-radius: 0 !important;
	}
}

.insurance-broker-cookie-banner .wrap-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.insurance-broker-cookie-banner .wrap-container .lwpcngNotice_message {
	width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 1em;
	margin: 0 !important;
}

.insurance-broker-cookie-banner .wrap-container .lwpcngNotice_message h1 {
	font-size: 1.5em;
}

.insurance-broker-cookie-banner .wrap-container .lwpcngNotice_buttons {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-top: 0 !important;
}

.insurance-broker-cookie-banner .wrap-container .lwpcngNotice_buttons .lwpcngNotice_more {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-top: .75em;
}

.insurance-broker-cookie-banner .lwpcngNotice_accept, .insurance-broker-cookie-banner .lwpcngNotice_reject {
	color: #fff;
	border-color: #fff;
	border-radius: 6px;
	transition: all 400ms linear;
	padding-left: 2em;
	padding-right: 2em;
}

.insurance-broker-cookie-banner .lwpcngNotice_accept:hover, .insurance-broker-cookie-banner .lwpcngNotice_reject:hover {
	background: #fff;
	color: #4CA4D9;
}

.insurance-broker-cookie-banner .lwpcngNotice_more a {
	color: #fff;
}

@media screen and (max-width: 600px) {
	.insurance-broker-cookie-banner .wrap-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.insurance-broker-cookie-banner .wrap-container .lwpcngNotice_message {
		width: 100%;
	}
	.insurance-broker-cookie-banner .wrap-container .lwpcngNotice_buttons {
		margin-top: .25em;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# 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;
	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 {
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

.site {
	overflow-x: hidden;
}

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

#page {
	opacity: 1;
	transition: all 400ms linear;
	position: relative;
	z-index: 1;
}

#page.page-smooth-loaded {
	left: 100%;
}

#page.page-hide {
	opacity: 0;
}

#page.page-show {
	left: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}

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

.heading {
	font-size: 1.25em;
	font-weight: lighter;
}

@media screen and (max-width: 1300px) {
	.heading {
		font-size: 1.25em;
	}
}

.main-heading {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: .5em;
	font-weight: 900;
}

@media screen and (max-width: 1300px) {
	.main-heading {
		font-size: 3em;
	}
}

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

p {
	margin: 0 0 .875em 0;
	color: #646464;
}

a {
	text-decoration: none;
}

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

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

input, textarea, select {
	outline: none;
}

.broker-select, .broker-select-area {
	position: relative;
	width: 100%;
	border-radius: 6px;
}

.broker-select select, .broker-select-area select {
	display: none;
}

.select-selected {
	color: #fff;
	padding: 1em;
	transition: all 400ms linear;
}

.select-selected.hovered {
	color: #4CA4D9;
}

.select-selected.alerted {
	color: #fff;
	background-color: red;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

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

.select-items div, .select-selected {
	font-size: 1.25em;
	font-weight: lighter;
	cursor: pointer;
}

@media screen and (max-width: 1300px) {
	.select-items div, .select-selected {
		font-size: 1em;
	}
}

@media screen and (max-width: 900px) {
	.select-items div, .select-selected {
		font-size: .875em;
	}
}

.select-items div {
	color: #fff;
	padding: .5em 1em;
}

.select-items {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media screen and (max-width: 600px) {
	.select-items {
		max-height: 250px;
	}
}

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

#binate-search-form-two .select-items {
	top: unset;
	bottom: 100%;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.grecaptcha-badge {
	visibility: hidden;
}

.blur {
	filter: blur(8px);
}

.blink_me {
	animation: blinker 1.5s linear infinite;
}

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

.responsiveTracker {
	width: 0;
	visibility: hidden;
}

@media screen and (max-width: 1300px) {
	.responsiveTracker {
		width: 50%;
	}
}

@media screen and (max-width: 900px) {
	.responsiveTracker {
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.responsiveTracker {
		width: 100%;
	}
}

.small-circle {
	position: absolute;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
}

.medium-circle {
	position: absolute;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
}

.large-circle {
	position: absolute;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	width: 700px;
	height: 700px;
}

@media screen and (max-width: 600px) {
	.error-404 {
		padding: 1em;
	}
}

.ib-logo {
	display: none;
}

#CybotCookiebotDialogBodyUnderlay {
	opacity: .5 !important;
}

#CybotCookiebotDialog {
	border-color: #2699FB !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

#CybotCookiebotDialogBodyContentTitle, #CybotCookiebotDialogBodyContentText {
	text-align: center !important;
}

#CybotCookiebotDialogBodyButtons {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	    flex-direction: column !important;
	-ms-flex-align: center !important;
	    align-items: center !important;
}

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

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

.page-links {
	clear: both;
}

#ajax-area {
	width: 100%;
}

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

#ajax-area .loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #38F9D7;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	margin-top: 4em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-container {
	position: relative;
	z-index: 100002;
}

.site-header-container .site-header {
	background: #fff;
	padding: 1em 2em;
	display: block;
	position: relative;
	z-index: 99999;
}

.site-header-container .site-header.site-header-toggled {
	position: fixed;
	width: 100%;
}

.site-header-container .site-header .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header-container .site-header .container .site-branding {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header-container .site-header .container .site-branding a img {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
}

.site-header-container .site-header .container .site-branding h1 {
	margin-bottom: 0;
}

.site-header-container .site-header .container .site-branding h1 a {
	color: #000;
}

.site-header-container .site-header .container .header-menus .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.site-header-container .site-header .container .header-menus .row:last-child {
	margin-top: 1em;
}

.site-header-container .site-header .container .header-menus .row .user-login {
	padding-right: 25px;
	margin-left: 4em;
	display: -ms-flexbox;
	display: flex;
}

.site-header-container .site-header .container .header-menus .row .user-login p {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.site-header-container .site-header .container .header-menus .row .user-login p:nth-child(2) {
	margin-left: 65px;
}

.site-header-container .site-header .container .header-menus .row .user-login p a {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	background: #4fb2ad;
	transition: background 400ms linear;
}

.site-header-container .site-header .container .header-menus .row .user-login p a:hover, .site-header-container .site-header .container .header-menus .row .user-login p a:hover:before, .site-header-container .site-header .container .header-menus .row .user-login p a:hover:after {
	background: #ad3f9e;
}

.site-header-container .site-header .container .header-menus .row .user-login p a:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4fb2ad;
	transform: translateX(-50%);
	transition: background 400ms linear;
}

.site-header-container .site-header .container .header-menus .row .user-login p a:after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4fb2ad;
	transform: translateX(50%);
	transition: background 400ms linear;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section {
	padding: 0;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section ul {
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5em;
	margin: 0;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section ul li {
	margin-left: 1.5em;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section ul li:first-child {
	margin-left: 0;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section ul li p {
	margin: 0;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section ul li p a {
	color: #02a4dc;
	transition: color 400ms linear;
}

.site-header-container .site-header .container .header-menus .row .social-navigation section ul li p a:hover {
	color: #ad3f9e;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul.mobile-login-nav {
	display: none;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li {
	padding: 0 1em;
	position: relative;
	display: inline-block;
}

@media only screen and (max-width: 1110px) {
	.site-header-container .site-header .container .header-menus .row .main-navigation ul li {
		padding: 0 .5em;
	}
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li:hover .sub-menu {
	display: block;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li a {
	color: #02a4dc;
	text-transform: uppercase;
	transition: color 400ms linear;
	font-weight: 900;
}

@media only screen and (max-width: 1340px) {
	.site-header-container .site-header .container .header-menus .row .main-navigation ul li a {
		margin-left: 1em;
		font-size: .8em;
	}
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li a:hover {
	color: #ad3f9e;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li:last-child {
	padding-right: 0;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li .sub-menu {
	background: #fff;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: .5em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: none;
	position: absolute;
	z-index: 1001;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li .sub-menu li {
	width: 100%;
	border-bottom: solid 1px #00709D;
	margin-bottom: .5em;
	padding: 0;
	padding-bottom: .5em;
	font-size: 0.875em;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li .sub-menu li a {
	white-space: nowrap;
}

.site-header-container .site-header .container .header-menus .row .main-navigation ul li .sub-menu li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-header-container .site-header .container .mobile-login {
	display: none;
}

.site-header-container .site-header .container .nav-mobile {
	display: none;
}

.mobile-footer {
	display: none;
}

.desktop-slideout {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 50vh;
	transform: translateY(-50%);
	background: #02a4dc;
	background: linear-gradient(360deg, #02a4dc 0%, #ad3f9e 100%);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	transition: width 800ms linear;
	width: 240px;
}

.desktop-slideout a {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1em 2em;
}

.desktop-slideout.no-display {
	width: 0;
	padding: 0;
	overflow: hidden;
	transition: width 1ms linear;
}

.desktop-slideout.elements p {
	opacity: 0;
}

.desktop-slideout.elements .icon {
	opacity: 0;
}

.desktop-slideout .circle {
	position: absolute;
	background: #02a4dc;
	background: linear-gradient(360deg, #02a4dc 0%, #ad3f9e 100%);
	width: 50px;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	transform: translateX(-50%);
}

.desktop-slideout .circle-logo {
	width: 41px;
	height: 42px;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	transform: translateX(-45%);
}

.desktop-slideout .icon {
	width: 32px;
	height: 32px;
	margin-right: .75em;
	transition: opacity 400ms linear;
}

.desktop-slideout p {
	font-size: 1em;
	text-align: center;
	margin: 0;
	font-weight: bold;
	transition: opacity 400ms linear;
	color: #fff;
}

@media screen and (max-width: 900px) {
	.site-header-container .site-header {
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 0;
	}
	.site-header-container .site-header .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .site-branding {
		-ms-flex-order: 2;
		    order: 2;
		width: 100%;
	}
	.site-header-container .site-header .container .site-branding a {
		width: 100%;
	}
	.site-header-container .site-header .container .site-branding a img {
		max-width: 175px;
		margin: 0 auto;
	}
	.site-header-container .site-header .container .header-menus {
		-ms-flex-order: 3;
		    order: 3;
		width: 100%;
	}
	.site-header-container .site-header .container .header-menus .row {
		-ms-flex-pack: start;
		    justify-content: flex-start;
	}
	.site-header-container .site-header .container .header-menus .row .user-login {
		display: none;
	}
	.site-header-container .site-header .container .header-menus .row .social-navigation {
		display: none;
	}
	.site-header-container .site-header .container .header-menus .row .main-navigation {
		display: none;
	}
	.site-header-container .site-header .container .header-menus .row .main-navigation ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-header-container .site-header .container .header-menus .row .main-navigation ul.mobile-login-nav {
		display: block;
		margin: 0;
		font-size: 1.25em;
	}
	.site-header-container .site-header .container .header-menus .row .main-navigation ul li {
		width: 100%;
		padding: .5em 1em;
	}
	.site-header-container .site-header .container .header-menus .row .main-navigation ul li .sub-menu {
		display: block;
		position: relative;
		box-shadow: unset;
		padding-bottom: 0;
	}
	.site-header-container .site-header .container .header-menus .row .main-navigation ul li .sub-menu li {
		border: 0;
		padding-bottom: 0;
	}
	.site-header-container .site-header .container .mobile-login {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 10px;
		right: .25em;
		z-index: 3;
		display: block;
	}
	.site-header-container .site-header .container .mobile-login a {
		color: #02a4dc;
		width: 100%;
		height: 100%;
		transform: translate(-20%, -5%);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		    justify-content: flex-end;
		-ms-flex-align: center;
		    align-items: center;
	}
	.site-header-container .site-header .container .mobile-login a span {
		font-size: 1.5em;
	}
	.site-header-container .site-header .container .nav-mobile {
		-ms-flex-order: 1;
		    order: 1;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 10px;
		left: 1em;
		z-index: 3;
		display: block;
	}
	.site-header-container .site-header .container .nav-mobile a {
		width: 100%;
		height: 100%;
		transform: translate(-20%, -5%);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle {
		cursor: pointer;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle span,
	.site-header-container .site-header .container .nav-mobile a#nav-toggle span:before,
	.site-header-container .site-header .container .nav-mobile a#nav-toggle span:after {
		cursor: pointer;
		border-radius: 2px;
		height: 3px;
		width: 25px;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out;
		background: #02a4dc;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle span:before {
		top: -8px;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle span:after {
		top: 8px;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle.active span {
		background-color: transparent;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle.active span:before, .site-header-container .site-header .container .nav-mobile a#nav-toggle.active span:after {
		top: 0;
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle.active span:before {
		transform: rotate(45deg);
	}
	.site-header-container .site-header .container .nav-mobile a#nav-toggle.active span:after {
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 600px) {
	.site-header-container .site-header {
		padding-left: 0;
		padding-right: 0;
	}
	.site-header-container .site-header.nav-toggled .container .mobile-login {
		opacity: 0;
		transition: opacity 400ms linear;
	}
	.site-header-container .site-header .container .site-branding a img {
		max-width: 125px;
	}
	.site-header-container .site-header .container .mobile-login {
		top: 50%;
		transform: translateY(-60%);
	}
	.site-header-container .site-header .container .nav-mobile {
		top: 0;
	}
	.mobile-footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #02a4dc;
		background: linear-gradient(360deg, #02a4dc 0%, #ad3f9e 100%);
		z-index: 10000;
		padding: 1em;
		opacity: 1;
		transition: opacity 400ms linear;
	}
	.mobile-footer.display {
		display: none;
	}
	.mobile-footer.mobile-footer-opacity {
		opacity: 0;
	}
	.mobile-footer .icon {
		width: 32px;
		height: 32px;
		margin-right: 1em;
	}
	.mobile-footer p {
		font-size: 18px;
		text-align: center;
		margin: 0;
		font-weight: bold;
	}
	.mobile-footer p a {
		color: #fff;
	}
	.mobile-footer p a i {
		margin-right: 1em;
		font-size: 1.1em;
	}
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.front-page .search-bar {
	margin: 0;
	position: relative;
	z-index: 1000;
}

/*--------------------------------------------------------------
## Our Services Page
--------------------------------------------------------------*/
.our-services-page .search-bar {
	margin-top: 0;
	position: relative;
	z-index: 1000;
}

/*--------------------------------------------------------------
## Why Use an Insurance Broker Page
--------------------------------------------------------------*/
.why-use-a-broker-page .search-bar {
	margin: 0;
	position: relative;
	z-index: 1000;
}

.why-use-a-broker-page .banner {
	margin: 4em 0;
	position: relative;
}

.why-use-a-broker-page .banner .large-circle {
	bottom: 0;
	right: 0;
	transform: translate(40%, 60%);
}

.why-use-a-broker-page .banner .wu-square {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: #4fb2ad;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.why-use-a-broker-page .banner .container {
	position: relative;
	z-index: 2;
}

.why-use-a-broker-page .banner .container .row {
	display: -ms-flexbox;
	display: flex;
}

.why-use-a-broker-page .banner .container .row .col {
	width: 50%;
}

.why-use-a-broker-page .banner .container .row .col.col-1 {
	padding: 2em 2em 2em 0;
}

.why-use-a-broker-page .banner .container .row .col.col-1 img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.why-use-a-broker-page .banner .container .row .col.col-2 {
	padding-top: 2em;
	padding-left: 2em;
}

.why-use-a-broker-page .banner .container .row .col.col-2 h1 {
	color: #02a4dc;
	width: 75%;
}

.why-use-a-broker-page .banner .container .row .col.col-2 p {
	font-size: 1.25em;
}

.why-use-a-broker-page .content {
	margin-top: 4em;
}

.why-use-a-broker-page .content .container h1, .why-use-a-broker-page .content .container h2, .why-use-a-broker-page .content .container h3, .why-use-a-broker-page .content .container h4, .why-use-a-broker-page .content .container h5, .why-use-a-broker-page .content .container h6 {
	color: #02a4dc;
	font-size: 3em;
}

.why-use-a-broker-page .content .container.columns {
	column-count: 2;
	column-gap: 4em;
}

.why-use-a-broker-page .additional-information {
	margin: 6em 0;
}

.why-use-a-broker-page .additional-information .row {
	position: relative;
	margin-bottom: 3em;
}

.why-use-a-broker-page .additional-information .row .medium-circle.one {
	display: none;
}

.why-use-a-broker-page .additional-information .row .medium-circle.two {
	display: none;
}

.why-use-a-broker-page .additional-information .row .small-circle {
	display: none;
}

.why-use-a-broker-page .additional-information .row .additional-info-square {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #ad3f9e;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.why-use-a-broker-page .additional-information .row .container {
	display: -ms-flexbox;
	display: flex;
}

.why-use-a-broker-page .additional-information .row .container .col {
	width: 50%;
}

.why-use-a-broker-page .additional-information .row .container .col.col-1 {
	padding: 2em 2em 2em 0;
	position: relative;
}

.why-use-a-broker-page .additional-information .row .container .col.col-1 .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 2.5em;
	left: 2.5em;
}

.why-use-a-broker-page .additional-information .row .container .col.col-1 img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.why-use-a-broker-page .additional-information .row .container .col.col-2 {
	padding-left: 2em;
	padding-top: 2em;
}

.why-use-a-broker-page .additional-information .row .container .col.col-2 h1, .why-use-a-broker-page .additional-information .row .container .col.col-2 h2, .why-use-a-broker-page .additional-information .row .container .col.col-2 h3, .why-use-a-broker-page .additional-information .row .container .col.col-2 h4, .why-use-a-broker-page .additional-information .row .container .col.col-2 h5, .why-use-a-broker-page .additional-information .row .container .col.col-2 h6 {
	font-size: 3em;
	color: #02a4dc;
	line-height: 1em;
	font-weight: lighter;
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) {
	margin-bottom: 3em;
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .medium-circle.one {
	display: none;
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .medium-circle.two {
	display: block;
	top: 0;
	right: 0;
	transform: translate(40%, -50%);
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .small-circle {
	display: block;
	top: 0;
	right: 0;
	transform: translate(-150%, -100%);
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .additional-info-square {
	display: none;
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .container .col.col-1 {
	-ms-flex-order: 2;
	    order: 2;
	padding: 0;
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .container .col.col-1 .ib-logo {
	bottom: .5em;
	left: unset;
	right: .5em;
}

.why-use-a-broker-page .additional-information .row:nth-child(odd) .container .col.col-2 {
	padding-top: 0;
	-ms-flex-order: 1;
	    order: 1;
	padding-left: 0;
	padding-right: 2em;
}

.why-use-a-broker-page .additional-information .row:nth-child(3) .medium-circle.one {
	display: block;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}

.why-use-a-broker-page .additional-information .row:nth-child(3) .medium-circle.two {
	display: none;
}

.why-use-a-broker-page .additional-information .row:nth-child(3) .small-circle {
	display: none;
}

.why-use-a-broker-page .additional-information .row:nth-child(3) .additional-info-square {
	background: #4fb2ad;
}

.why-use-a-broker-page .additional-information .row:nth-child(5) .additional-info-square {
	background: #f1b36c;
}

.why-use-a-broker-page .additional-information .row:nth-child(7) .medium-circle.one {
	display: block;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}

.why-use-a-broker-page .additional-information .row:nth-child(7) .medium-circle.two {
	display: none;
}

.why-use-a-broker-page .additional-information .row:nth-child(7) .small-circle {
	display: none;
}

.why-use-a-broker-page .additional-information .row:nth-child(7) .additional-info-square {
	background: #02a4dc;
}

@media screen and (max-width: 1300px) {
	.why-use-a-broker-page .banner .container {
		padding: 0 2em;
	}
	.why-use-a-broker-page .additional-information .row .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.why-use-a-broker-page .banner {
		margin: 1em 0;
	}
	.why-use-a-broker-page .banner .large-circle {
		display: none;
	}
	.why-use-a-broker-page .banner .wu-square {
		display: none;
	}
	.why-use-a-broker-page .banner .container {
		padding: 0;
	}
	.why-use-a-broker-page .banner .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-use-a-broker-page .banner .container .row .col.col-1 {
		width: 100%;
		padding: 0;
	}
	.why-use-a-broker-page .banner .container .row .col.col-2 {
		width: 100%;
		padding-right: 2em;
	}
	.why-use-a-broker-page .banner .container .row .col.col-2 p br {
		display: none;
	}
	.why-use-a-broker-page .additional-information {
		margin: 0;
		margin-top: 2em;
	}
	.why-use-a-broker-page .additional-information .row {
		margin-bottom: 2em;
	}
	.why-use-a-broker-page .additional-information .row .additional-info-square {
		display: none;
	}
	.why-use-a-broker-page .additional-information .row .container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.why-use-a-broker-page .additional-information .row .container .col {
		width: 100%;
	}
	.why-use-a-broker-page .additional-information .row .container .col.col-1 {
		-ms-flex-order: 1;
		    order: 1;
		padding: 0;
		margin-bottom: 2em;
	}
	.why-use-a-broker-page .additional-information .row .container .col.col-2 {
		-ms-flex-order: 2;
		    order: 2;
		padding: 0;
	}
	.why-use-a-broker-page .additional-information .row .container .col.col-2 h1, .why-use-a-broker-page .additional-information .row .container .col.col-2 h2, .why-use-a-broker-page .additional-information .row .container .col.col-2 h3, .why-use-a-broker-page .additional-information .row .container .col.col-2 h4, .why-use-a-broker-page .additional-information .row .container .col.col-2 h5, .why-use-a-broker-page .additional-information .row .container .col.col-2 h6 {
		margin-bottom: .5em;
		font-size: 32px;
	}
	.why-use-a-broker-page .additional-information .row .container .col.col-2 h1 br, .why-use-a-broker-page .additional-information .row .container .col.col-2 h2 br, .why-use-a-broker-page .additional-information .row .container .col.col-2 h3 br, .why-use-a-broker-page .additional-information .row .container .col.col-2 h4 br, .why-use-a-broker-page .additional-information .row .container .col.col-2 h5 br, .why-use-a-broker-page .additional-information .row .container .col.col-2 h6 br {
		display: none;
	}
	.why-use-a-broker-page .additional-information .row:nth-child(odd) {
		margin-bottom: 2em;
	}
	.why-use-a-broker-page .additional-information .row:nth-child(odd) .container .col.col-1 {
		-ms-flex-order: 1;
		    order: 1;
		padding: 0;
		margin-bottom: 2em;
	}
	.why-use-a-broker-page .additional-information .row:nth-child(odd) .container .col.col-2 {
		-ms-flex-order: 2;
		    order: 2;
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	.why-use-a-broker-page .banner .container .row .col.col-2 {
		padding-left: 1em;
		padding-right: 1em;
	}
	.why-use-a-broker-page .banner .container .row .col.col-2 h1 {
		width: 100%;
	}
	.why-use-a-broker-page .banner .container .row .col.col-2 p {
		font-size: 1em;
	}
	.why-use-a-broker-page .additional-information {
		margin-top: 0;
	}
	.why-use-a-broker-page .additional-information .row .container {
		padding: 0 1em;
	}
}

/*--------------------------------------------------------------
## Brokers Archive Page
--------------------------------------------------------------*/
.brokers-archive {
	position: relative;
	z-index: 2;
}

.brokers-archive.search-results .search-bar {
	display: block;
}

.brokers-archive .financial-advice .container {
	border-top: 0;
}

.brokers-archive .search-bar {
	display: none;
	margin: 0;
	position: relative;
	z-index: 1000;
}

.brokers-archive .container {
	text-align: center;
}

.brokers-archive .container h6 {
	color: #646464;
	font-size: 1.25em;
}

.brokers-archive .container .site-search-area {
	margin-bottom: 1em;
	padding: 1em;
	background: #02a4dc;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.brokers-archive .container .site-search-area #binate-search-form-four {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.brokers-archive .container .site-search-area #binate-search-form-four input {
	background: #fff;
	color: #02a4dc;
	border-color: #02a4dc;
	font-size: 1.25em;
}

@media screen and (max-width: 600px) {
	.brokers-archive .container .site-search-area #binate-search-form-four input {
		font-size: 1em;
	}
}

.brokers-archive .container .site-search-area #binate-search-form-four input:-ms-input-placeholder {
	color: #242A3A;
}

.brokers-archive .container .site-search-area #binate-search-form-four input::placeholder {
	color: #242A3A;
}

.brokers-archive .container .site-search-area #binate-search-form-four #fb-search-submit {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	cursor: pointer;
	transition: all 400ms linear;
	margin-left: 6px;
}

.brokers-archive .container .site-search-area #binate-search-form-four #fb-search-submit:hover {
	background: #02a4dc;
	color: #fff;
}

.brokers-archive .container #ajax-area {
	min-height: 40vh;
}

.brokers-archive .container #ajax-area .browse-all-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	z-index: 999;
	margin-bottom: 4em;
}

.brokers-archive .container #ajax-area .browse-all-container p a {
	background: #02a4dc;
	color: #fff;
	font-size: 1.25em;
	padding: .5em 2em;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border: solid 1px #02a4dc;
	transition: all 400ms linear;
}

.brokers-archive .container #ajax-area .browse-all-container p a:hover {
	background: #fff;
	color: #02a4dc;
}

.brokers-archive .container #ajax-area ul li.no-jobs {
	text-align: center;
	font-size: 1.25em;
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.brokers-archive .container #ajax-area ul li.no-jobs p {
	color: red;
}

.brokers-archive .container #ajax-area .broker-list {
	margin: 0;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item {
	border-bottom: solid 1px #02a4dc;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info {
	display: -ms-flexbox;
	display: flex;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-logo {
	width: 30%;
	padding: 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy {
	width: 100%;
	padding: 2em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .info .heading {
	color: #02a4dc;
	font-size: 2em;
	margin-bottom: .25em;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .info p {
	margin: 0;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .info .excerpt {
	margin-top: 1em;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .learn-more p {
	font-size: 0.875em;
	white-space: nowrap;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .learn-more p a {
	padding: 1em 2.5em;
	border-radius: 6px;
	border: solid 1px #4CA4D9;
	color: #4CA4D9;
	transition: all 400ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .learn-more p a:hover {
	background: #fff;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul {
	margin: 0;
	margin-top: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li {
	margin-bottom: .5em;
	margin-left: .75em;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li:after {
	content: '|';
	display: inline;
	margin-left: .75em;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li:first-child {
	margin-left: 0;
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li:last-child:after {
	content: '';
}

.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li p {
	display: inline-block;
	color: #4CA4D9;
	font-size: 14px;
	margin: 0;
}

.brokers-archive .container #ajax-area .pagi-nav {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: solid 2px #02a4dc;
}

.brokers-archive .container #ajax-area .pagi-nav .navigation li a,
.brokers-archive .container #ajax-area .pagi-nav .navigation li a:hover,
.brokers-archive .container #ajax-area .pagi-nav .navigation li.active a,
.brokers-archive .container #ajax-area .pagi-nav .navigation li.disabled {
	color: #ad3f9e;
	font-size: 14px;
	text-decoration: none;
}

.brokers-archive .container #ajax-area .pagi-nav .navigation li {
	display: inline;
	margin-left: .75em;
}

.brokers-archive .container #ajax-area .pagi-nav .navigation li:first-child {
	margin-left: 0;
}

.brokers-archive .container #ajax-area .pagi-nav .navigation li a,
.brokers-archive .container #ajax-area .pagi-nav .navigation li a:hover,
.brokers-archive .container #ajax-area .pagi-nav .navigation li.active a,
.brokers-archive .container #ajax-area .pagi-nav .navigation li.disabled {
	cursor: pointer;
	transition: all 400ms linear;
}

.brokers-archive .container #ajax-area .pagi-nav .navigation li a:hover,
.brokers-archive .container #ajax-area .pagi-nav .navigation li.active a {
	color: #4fb2ad;
}

@media screen and (max-width: 1300px) {
	.brokers-archive .container #binate-search-form-three ul li {
		/* For IE10 */
	}
	.brokers-archive .container .broker-list {
		padding: 0 2em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder {
		padding: 0 2em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image {
		height: 40vh;
	}
}

@media screen and (max-width: 900px) {
	.brokers-archive .container #binate-search-form-three ul li {
		/* For IE10 */
	}
	.brokers-archive .container #binate-search-form-three ul li .icon {
		display: none;
	}
	.brokers-archive .container .browse-all-brokers-placeholder {
		padding: 0 1em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image {
		height: 40vh;
		width: 80%;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .placeholder-gradient {
		background: radial-gradient(50vw at center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .placeholder-text {
		padding-bottom: 3em;
	}
}

@media screen and (max-width: 600px) {
	.brokers-archive {
		margin-top: 0;
	}
	.brokers-archive .benefits .large-circle {
		display: none;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-logo {
		width: 100%;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-logo img {
		margin: 0 auto;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy {
		width: 100%;
		box-shadow: unset;
		padding: 2em 0;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy .row .info .heading {
		font-size: 22px;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul {
		margin-top: 0;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li {
		width: 100%;
		margin-left: 0;
	}
	.brokers-archive .container #ajax-area .broker-list .broker-list-item .broker-info .broker-copy ul li:after {
		display: none;
	}
	.brokers-archive .container #binate-search-form-three {
		padding: 1em;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.brokers-archive .container #binate-search-form-three .copy {
		width: 100%;
		margin-bottom: 1em;
	}
	.brokers-archive .container #binate-search-form-three .copy h1 {
		font-size: 18px;
	}
	.brokers-archive .container #binate-search-form-three .copy p {
		font-size: 12px;
	}
	.brokers-archive .container #binate-search-form-three ul {
		width: 100%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.brokers-archive .container #binate-search-form-three ul li {
		width: 100%;
		-ms-flex: unset;
		    flex: unset;
		border-right: 0;
		border-bottom: solid 1px #ccc;
		/* For IE10 */
	}
	.brokers-archive .container #binate-search-form-three ul li:last-child {
		border-bottom: 0;
		padding: .5em 0;
	}
	.brokers-archive .container #binate-search-form-three ul li .icon {
		display: block;
	}
	.brokers-archive .container .broker-list {
		padding: 0 1em;
	}
	.brokers-archive .container .broker-list .broker-list-item h1, .brokers-archive .container .broker-list .broker-list-item h2, .brokers-archive .container .broker-list .broker-list-item h3, .brokers-archive .container .broker-list .broker-list-item h4, .brokers-archive .container .broker-list .broker-list-item h5, .brokers-archive .container .broker-list .broker-list-item h6 {
		font-size: 18px;
		margin-bottom: .75em;
	}
	.brokers-archive .container .broker-list .broker-list-item p {
		font-size: 12px;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-logo {
		display: none;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy .row .info {
		width: 100%;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy .row .learn-more {
		width: 100%;
		margin: 2em 0 1em 0;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy .row .learn-more p {
		font-size: 12px;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy .row .learn-more p a {
		text-align: center;
		display: block;
		width: 100%;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy ul {
		-ms-flex-pack: justify;
		    justify-content: space-between;
		margin-top: .25em;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy ul li {
		width: 28%;
		margin-left: 0;
		margin-bottom: 0;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy ul li:after {
		display: none;
	}
	.brokers-archive .container .broker-list .broker-list-item .broker-info .broker-copy ul li p {
		font-size: 8px;
		line-height: 1em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder {
		padding: 0 1em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image {
		height: 30vh;
		width: 100%;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .small-circle {
		display: none;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .placeholder-gradient {
		background: radial-gradient(50vw at center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .placeholder-text {
		padding-bottom: 2em;
		padding-left: 1em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .placeholder-text h4 {
		font-size: 1.5em;
	}
	.brokers-archive .container .browse-all-brokers-placeholder .placeholder-image .placeholder-text p {
		font-size: 0.875em;
	}
}

/*--------------------------------------------------------------
## Single Service Page
--------------------------------------------------------------*/
.single-service .col ul li span {
	color: #646464;
}

.single-service .search-bar {
	margin: 0 0 3em 0;
	position: relative;
	z-index: 1000;
}

.single-service .single-banner {
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.single-service .single-banner .single-banner-content {
	width: 40%;
	position: relative;
	z-index: 1;
}

.single-service .single-banner .single-banner-content .small-circle {
	left: 0;
	top: 0;
	z-index: 1;
	transform: translate(-15%, -45%);
}

.single-service .single-banner .single-banner-content .inner {
	position: relative;
	z-index: 2;
	background: #4fb2ad;
	color: #fff;
	padding: 4em 2em;
	transform: translate(10%, 5%);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .single-banner .single-banner-content .inner .inner-content {
	width: 70%;
}

.single-service .single-banner .single-banner-content .inner .inner-content .main-heading {
	width: 50%;
}

.single-service .single-banner .single-banner-content .inner .inner-content p {
	color: #fff;
	font-weight: lighter;
	margin: 0;
	font-size: 1.25em;
}

.single-service .single-banner .single-banner-image {
	width: 50%;
	position: relative;
	z-index: 2;
}

.single-service .single-banner .single-banner-image .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: .5em;
	right: .5em;
}

.single-service .single-banner .single-banner-image img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .additional-information-one {
	margin: 8em 0 4em 0;
	position: relative;
	z-index: 2;
}

.single-service .additional-information-one .aio-square {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: #02a4dc;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-service .additional-information-one .container .row {
	display: -ms-flexbox;
	display: flex;
}

.single-service .additional-information-one .container .row .col {
	width: 50%;
}

.single-service .additional-information-one .container .row .col h1, .single-service .additional-information-one .container .row .col h2, .single-service .additional-information-one .container .row .col h3, .single-service .additional-information-one .container .row .col h4, .single-service .additional-information-one .container .row .col h5, .single-service .additional-information-one .container .row .col h6 {
	font-size: 3em;
	color: #02a4dc;
	line-height: 1em;
	font-weight: lighter;
}

.single-service .additional-information-one .container .row .col ul {
	color: #ad3f9e;
	list-style: disc;
	margin: 0;
	margin-left: 1.25em;
}

.single-service .additional-information-one .container .row .col ul li p {
	margin: 0;
}

.single-service .additional-information-one .container .row .col.col-1 {
	padding: 2em;
	position: relative;
}

.single-service .additional-information-one .container .row .col.col-1 .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 2.5em;
	left: 2.5em;
}

.single-service .additional-information-one .container .row .col.col-1 img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .additional-information-one .container .row .col.col-2 {
	padding-left: 8em;
}

.single-service .additional-information-two {
	margin: 3em 0;
	position: relative;
	z-index: 2;
}

.single-service .additional-information-two .ait-square {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: #02a4dc;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-service .additional-information-two .container .row {
	display: -ms-flexbox;
	display: flex;
}

.single-service .additional-information-two .container .row .col {
	width: 50%;
}

.single-service .additional-information-two .container .row .col h1, .single-service .additional-information-two .container .row .col h2, .single-service .additional-information-two .container .row .col h3, .single-service .additional-information-two .container .row .col h4, .single-service .additional-information-two .container .row .col h5, .single-service .additional-information-two .container .row .col h6 {
	font-size: 3em;
	color: #02a4dc;
	line-height: 1em;
	font-weight: lighter;
}

.single-service .additional-information-two .container .row .col ul {
	color: #02a4dc;
	list-style: disc;
	margin: 0;
	margin-left: 1.25em;
}

.single-service .additional-information-two .container .row .col ul li p {
	margin: 0;
}

.single-service .additional-information-two .container .row .col.col-1 {
	padding-right: 6em;
}

.single-service .additional-information-two .container .row .col.col-2 {
	padding: 2em;
	position: relative;
}

.single-service .additional-information-two .container .row .col.col-2 .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 2.5em;
	right: 2.5em;
}

.single-service .additional-information-two .container .row .col.col-2 img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .in-your-corner {
	margin: 3em 0;
	position: relative;
	z-index: 2;
}

.single-service .in-your-corner .medium-circle {
	top: 0;
	right: 0;
	width: 250px;
	height: 250px;
	transform: translate(-25%, -25%);
}

.single-service .in-your-corner .container .main-heading {
	color: #02a4dc;
	line-height: .8em;
	font-weight: lighter;
}

.single-service .in-your-corner .container .main-heading span {
	font-size: 20px;
}

.single-service .in-your-corner .container .row {
	display: -ms-flexbox;
	display: flex;
}

.single-service .in-your-corner .container .row .col {
	width: 50%;
}

.single-service .in-your-corner .container .row .col h3 {
	font-size: 3em;
	color: #02a4dc;
	line-height: 1em;
	font-weight: lighter;
}

.single-service .in-your-corner .container .row .col h1, .single-service .in-your-corner .container .row .col h2, .single-service .in-your-corner .container .row .col h4, .single-service .in-your-corner .container .row .col h5, .single-service .in-your-corner .container .row .col h6 {
	font-size: 1.25em;
	color: #02a4dc;
	font-weight: bolder;
}

.single-service .in-your-corner .container .row .col h1.no-title-heading, .single-service .in-your-corner .container .row .col h2.no-title-heading, .single-service .in-your-corner .container .row .col h4.no-title-heading, .single-service .in-your-corner .container .row .col h5.no-title-heading, .single-service .in-your-corner .container .row .col h6.no-title-heading {
	font-size: 3em;
	font-weight: lighter;
	line-height: 1em;
}

.single-service .in-your-corner .container .row .col ul {
	color: #02a4dc;
	list-style: disc;
	margin: 0;
	margin-left: 1.25em;
}

.single-service .in-your-corner .container .row .col ul li p {
	margin: 0;
}

.single-service .in-your-corner .top {
	position: relative;
}

.single-service .in-your-corner .top .corner-square {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #02a4dc;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-service .in-your-corner .top .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.single-service .in-your-corner .top .container .row .col {
	width: 50%;
}

.single-service .in-your-corner .top .container .row .col.col-1 {
	padding: 2em;
	position: relative;
}

.single-service .in-your-corner .top .container .row .col.col-1 .ib-logo {
	background-size: contain;
	height: 50px;
	width: 122px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	bottom: 2.5em;
	left: 2.5em;
}

.single-service .in-your-corner .top .container .row .col.col-1 img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .in-your-corner .top .container .row .col.col-2 {
	padding-left: 2em;
}

.single-service .in-your-corner .bottom {
	margin-top: 1em;
}

.single-service .in-your-corner .bottom .container .row {
	display: -ms-flexbox;
	display: flex;
}

.single-service .in-your-corner .bottom .container .row .col {
	width: 50%;
}

.single-service .in-your-corner .bottom .container .row .col.col-1 {
	padding-right: 2em;
}

.single-service .in-your-corner .bottom .container .row .col.col-2 {
	padding-left: 2em;
}

.single-service .additional-rows .container .row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4em;
}

.single-service .additional-rows .container .row:nth-child(odd) .col.col-1 {
	-ms-flex-order: 2;
	    order: 2;
}

.single-service .additional-rows .container .row:nth-child(odd) .col.col-2 {
	-ms-flex-order: 1;
	    order: 1;
	padding-left: 0;
	padding-right: 2em;
}

.single-service .additional-rows .container .row .col {
	width: 50%;
}

.single-service .additional-rows .container .row .col h1, .single-service .additional-rows .container .row .col h2, .single-service .additional-rows .container .row .col h3, .single-service .additional-rows .container .row .col h4, .single-service .additional-rows .container .row .col h5, .single-service .additional-rows .container .row .col h6 {
	font-size: 3em;
	color: #02a4dc;
	line-height: 1em;
	font-weight: lighter;
}

.single-service .additional-rows .container .row .col ul {
	color: #02a4dc;
	list-style: disc;
	margin: 0;
	margin-left: 1.25em;
}

.single-service .additional-rows .container .row .col ul li p {
	margin: 0;
}

.single-service .additional-rows .container .row .col.col-1 img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-service .additional-rows .container .row .col.col-2 {
	padding-left: 2em;
}

.single-service .things-to-consider {
	margin: 4em 0;
	position: relative;
}

.single-service .things-to-consider .large-circle {
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}

.single-service .things-to-consider .container .main-heading {
	color: #02a4dc;
	margin-bottom: 1em;
}

.single-service .things-to-consider .container .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.single-service .things-to-consider .container .row .col {
	width: 45%;
}

.single-service .things-to-consider .container .row .col h1, .single-service .things-to-consider .container .row .col h2, .single-service .things-to-consider .container .row .col h3, .single-service .things-to-consider .container .row .col h4, .single-service .things-to-consider .container .row .col h5, .single-service .things-to-consider .container .row .col h6 {
	font-size: 1.25em;
	color: #02a4dc;
	font-weight: bolder;
}

.single-service .things-to-consider .container .row .col ul {
	list-style: disc;
}

.single-service .things-to-watch {
	margin: 10em 0 18em 0;
	position: relative;
}

.single-service .things-to-watch .medium-circle {
	top: 50%;
	left: 0;
	transform: translate(-50%, -15%);
}

.single-service .things-to-watch .things-title {
	position: relative;
	z-index: 1;
	margin-bottom: 4em;
}

.single-service .things-to-watch .things-title .title {
	padding: 2em 0;
	width: 40%;
	background: #02a4dc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .things-to-watch .things-title .title .main-heading {
	color: #fff;
	margin: 0;
}

.single-service .things-to-watch .things-title .title .main-heading span {
	font-size: 20px;
}

.single-service .things-to-watch .things-slider {
	width: 65%;
	position: absolute;
	z-index: 2;
	right: 1em;
	top: 50%;
	transform: translateY(-35%);
}

.single-service .things-to-watch .things-slider .things-list {
	margin: 0;
	margin-bottom: 2em;
}

.single-service .things-to-watch .things-slider .things-list .slick-prev, .single-service .things-to-watch .things-slider .things-list .slick-next {
	border: 0;
	font-size: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.single-service .things-to-watch .things-slider .things-list .slick-prev:after, .single-service .things-to-watch .things-slider .things-list .slick-prev:before, .single-service .things-to-watch .things-slider .things-list .slick-next:after, .single-service .things-to-watch .things-slider .things-list .slick-next:before {
	line-height: 2em;
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	padding: .5em;
	border-radius: 50%;
	background: none;
	color: #ad3f9e;
	opacity: .5;
	transition: opacity 400ms linear;
}

.single-service .things-to-watch .things-slider .things-list .slick-prev:hover:after, .single-service .things-to-watch .things-slider .things-list .slick-prev:hover:before, .single-service .things-to-watch .things-slider .things-list .slick-next:hover:after, .single-service .things-to-watch .things-slider .things-list .slick-next:hover:before {
	opacity: 1;
}

.single-service .things-to-watch .things-slider .things-list .slick-prev:after {
	content: '\f060';
}

.single-service .things-to-watch .things-slider .things-list .slick-next:before {
	content: '\f061';
}

.single-service .things-to-watch .things-slider .things-list li {
	padding: 0 .25em;
	transform: scale(0.95);
	transition: all 400ms linear;
}

.single-service .things-to-watch .things-slider .things-list li:hover {
	transform: scale(1);
}

.single-service .things-to-watch .things-slider .things-list li .things-image {
	width: 100%;
	height: 35vh;
	background-size: cover;
	background-position: center;
	margin-bottom: .75em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-service .things-to-watch .things-slider .things-list li .copy {
	background-color: #ad3f9e;
	padding: .5em 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-service .things-to-watch .things-slider .things-list li .copy h1, .single-service .things-to-watch .things-slider .things-list li .copy h2, .single-service .things-to-watch .things-slider .things-list li .copy h3, .single-service .things-to-watch .things-slider .things-list li .copy h4, .single-service .things-to-watch .things-slider .things-list li .copy h5, .single-service .things-to-watch .things-slider .things-list li .copy h6 {
	margin-top: .5em;
	color: #fff;
	margin-bottom: .5em;
	font-size: 1.25em;
	font-weight: 900;
}

.single-service .things-to-watch .things-slider .things-list li .copy p {
	font-size: 0.875em;
	color: #fff;
}

.single-service .financial-advice .small-circle {
	right: 0;
	left: unset;
}

.single-service .financial-advice .large-circle.two {
	display: none;
}

@media screen and (max-width: 1300px) {
	.single-service .additional-information-one .container {
		padding: 0 2em;
	}
	.single-service .additional-information-two .container {
		padding: 0 2em;
	}
	.single-service .in-your-corner .container {
		padding: 0 2em;
	}
	.single-service .additional-rows .container {
		padding: 0 2em;
	}
	.single-service .things-to-consider .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.single-service .search-bar {
		margin-bottom: 1em;
	}
	.single-service .single-banner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-service .single-banner .single-banner-content {
		-ms-flex-order: 2;
		    order: 2;
		width: 100%;
	}
	.single-service .single-banner .single-banner-content .small-circle {
		display: none;
	}
	.single-service .single-banner .single-banner-content .inner {
		transform: unset;
		padding-top: 2em;
	}
	.single-service .single-banner .single-banner-content .inner .inner-content {
		width: 100%;
	}
	.single-service .single-banner .single-banner-image {
		-ms-flex-order: 1;
		    order: 1;
		width: 100%;
	}
	.single-service .additional-information-one {
		margin-top: 2em;
		margin-bottom: 0;
	}
	.single-service .additional-information-one .aio-square {
		top: unset;
		bottom: 0;
	}
	.single-service .additional-information-one .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-service .additional-information-one .container .row .col {
		width: 100%;
	}
	.single-service .additional-information-one .container .row .col h1, .single-service .additional-information-one .container .row .col h2, .single-service .additional-information-one .container .row .col h3, .single-service .additional-information-one .container .row .col h4, .single-service .additional-information-one .container .row .col h5, .single-service .additional-information-one .container .row .col h6 {
		margin-bottom: .5em;
		font-size: 32px;
	}
	.single-service .additional-information-one .container .row .col.col-1 {
		-ms-flex-order: 2;
		    order: 2;
	}
	.single-service .additional-information-one .container .row .col.col-2 {
		-ms-flex-order: 1;
		    order: 1;
		padding-left: 0;
	}
	.single-service .additional-information-two {
		margin-top: 2em;
	}
	.single-service .additional-information-two .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-service .additional-information-two .container .row .col {
		width: 100%;
	}
	.single-service .additional-information-two .container .row .col h1, .single-service .additional-information-two .container .row .col h2, .single-service .additional-information-two .container .row .col h3, .single-service .additional-information-two .container .row .col h4, .single-service .additional-information-two .container .row .col h5, .single-service .additional-information-two .container .row .col h6 {
		margin-bottom: .5em;
		font-size: 32px;
	}
	.single-service .additional-information-two .container .row .col.col-1 {
		padding: 0;
	}
	.single-service .in-your-corner {
		margin: 2em 0 0 0;
	}
	.single-service .in-your-corner .medium-circle {
		transform: translate(50%, -25%);
	}
	.single-service .in-your-corner .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-service .in-your-corner .container .row .col h1, .single-service .in-your-corner .container .row .col h2, .single-service .in-your-corner .container .row .col h4, .single-service .in-your-corner .container .row .col h5, .single-service .in-your-corner .container .row .col h6 {
		font-size: 32px;
	}
	.single-service .in-your-corner .container .row .col h1.no-title-heading, .single-service .in-your-corner .container .row .col h2.no-title-heading, .single-service .in-your-corner .container .row .col h4.no-title-heading, .single-service .in-your-corner .container .row .col h5.no-title-heading, .single-service .in-your-corner .container .row .col h6.no-title-heading {
		font-size: 32px;
	}
	.single-service .in-your-corner .top {
		margin-bottom: 4em;
	}
	.single-service .in-your-corner .top .container .row .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
	.single-service .in-your-corner .top .container .row .col.col-2 {
		width: 100%;
		-ms-flex-order: 1;
		    order: 1;
		padding: 0;
	}
	.single-service .in-your-corner .bottom {
		margin-top: 0;
	}
	.single-service .in-your-corner .bottom .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-service .in-your-corner .bottom .container .row .col.col-1 {
		width: 100%;
		margin-bottom: 2em;
	}
	.single-service .in-your-corner .bottom .container .row .col.col-2 {
		width: 100%;
		padding: 0;
	}
	.single-service .additional-rows .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.single-service .additional-rows .container .row:nth-child(odd) .col.col-1 {
		-ms-flex-order: 1;
		    order: 1;
	}
	.single-service .additional-rows .container .row:nth-child(odd) .col.col-2 {
		-ms-flex-order: 2;
		    order: 2;
		padding: 0;
	}
	.single-service .additional-rows .container .row .col {
		width: 100%;
	}
	.single-service .additional-rows .container .row .col h1, .single-service .additional-rows .container .row .col h2, .single-service .additional-rows .container .row .col h3, .single-service .additional-rows .container .row .col h4, .single-service .additional-rows .container .row .col h5, .single-service .additional-rows .container .row .col h6 {
		margin-bottom: .5em;
		font-size: 32px;
	}
	.single-service .additional-rows .container .row .col.col-1 {
		margin-bottom: 2em;
	}
	.single-service .additional-rows .container .row .col.col-2 {
		padding: 0;
	}
	.single-service .things-to-consider {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.single-service .things-to-consider .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-service .things-to-consider .container .row .col.col-1 {
		width: 100%;
	}
	.single-service .things-to-consider .container .row .col.col-2 {
		width: 100%;
	}
	.single-service .things-to-watch {
		margin: 2em 0;
	}
	.single-service .things-to-watch .medium-circle {
		display: none;
	}
	.single-service .things-to-watch .things-title {
		width: 100%;
		margin-bottom: 2em;
	}
	.single-service .things-to-watch .things-title .title {
		width: 100%;
		padding: 1em 2em;
	}
	.single-service .things-to-watch .things-title .title .main-heading {
		text-align: center;
	}
	.single-service .things-to-watch .things-title .title .main-heading br {
		display: none;
	}
	.single-service .things-to-watch .things-title .title .main-heading span {
		font-size: unset;
	}
	.single-service .things-to-watch .things-slider {
		width: 100%;
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
	}
}

@media screen and (max-width: 600px) {
	.single-service .single-banner .single-banner-content .inner {
		padding: 2em 1em;
	}
	.single-service .single-banner .single-banner-content .inner .inner-content .main-heading {
		width: 100%;
	}
	.single-service .single-banner .single-banner-content .inner .inner-content p {
		font-size: 1em;
	}
	.single-service .additional-information-one .container {
		padding: 0 1em;
	}
	.single-service .additional-information-one .container .row .col h1 br, .single-service .additional-information-one .container .row .col h2 br, .single-service .additional-information-one .container .row .col h3 br, .single-service .additional-information-one .container .row .col h4 br, .single-service .additional-information-one .container .row .col h5 br, .single-service .additional-information-one .container .row .col h6 br {
		display: none;
	}
	.single-service .additional-information-two .container {
		padding: 0 1em;
	}
	.single-service .in-your-corner .container {
		padding: 0 1em;
	}
	.single-service .in-your-corner .container .row .col h1, .single-service .in-your-corner .container .row .col h2, .single-service .in-your-corner .container .row .col h4, .single-service .in-your-corner .container .row .col h5, .single-service .in-your-corner .container .row .col h6 {
		margin-bottom: .5em;
	}
	.single-service .in-your-corner .top {
		margin-bottom: 1em;
	}
	.single-service .in-your-corner .bottom .container .row .col.col-1 {
		margin-bottom: 1em;
		padding: 0;
	}
	.single-service .additional-rows .container {
		padding: 0 1em;
	}
	.single-service .things-to-consider {
		margin-top: 1em;
	}
	.single-service .things-to-consider .container {
		padding: 0 1em;
	}
	.single-service .things-to-watch .things-title {
		margin-bottom: 1em;
	}
	.single-service .things-to-watch .things-title .title .main-heading {
		font-size: 1.25em;
	}
}

/*--------------------------------------------------------------
## Single Broker Page
--------------------------------------------------------------*/
.single-brokers .banner-section {
	position: relative;
	margin-top: 5em;
}

.single-brokers .banner-section .banner-section-image {
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	max-height: 726px;
	width: 1088px;
	max-width: 60vw;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-brokers .banner-section .container {
	position: relative;
	z-index: 3;
}

.single-brokers .banner-section .container .small-circle {
	left: 0;
	top: 0;
	transform: translate(-65%, -10%);
}

.single-brokers .banner-section .container .row {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
}

.single-brokers .banner-section .container .row .col {
	width: 50%;
}

.single-brokers .banner-section .container .row .col.col-1 {
	background: #4fb2ad;
	margin-top: 4em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 4em 6em 4em 2em;
	position: relative;
}

.single-brokers .banner-section .container .row .col.col-1 .broker-logo {
	background: #fff;
	margin-bottom: 1.5em;
	display: inline-block;
}

.single-brokers .banner-section .container .row .col.col-1 .broker-logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 175px;
}

.single-brokers .banner-section .container .row .col.col-1 h1 {
	color: #fff;
	line-height: 1em;
}

.single-brokers .banner-section .container .row .col.col-1 h1.logo-heading {
	font-size: 1.5em;
}

.single-brokers .banner-section .container .row .col.col-1 ul {
	margin: 0;
	margin-top: 2em;
}

.single-brokers .banner-section .container .row .col.col-1 ul li {
	color: #fff;
	position: relative;
	margin-bottom: 1em;
}

.single-brokers .banner-section .container .row .col.col-1 ul li i {
	margin-right: .5em;
}

.single-brokers .banner-section .container .row .col.col-1 ul li a {
	color: #fff;
}

.single-brokers .content-section {
	margin: 0 0 14em 0;
	position: relative;
}

.single-brokers .content-section .large-circle {
	left: 0;
	bottom: 0;
	transform: translate(-50%, 25%);
	opacity: .5;
}

.single-brokers .content-section .small-circle {
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-brokers .content-section .container .row {
	display: -ms-flexbox;
	display: flex;
}

.single-brokers .content-section .container .row .col {
	width: 50%;
}

.single-brokers .content-section .container .row .col.col-1 {
	padding: 2em 2em 0 2em;
}

.single-brokers .content-section .container .row .col.col-1 .heading {
	color: #02a4dc;
}

.single-brokers .content-section .container .row .col.col-1 .single-broker-services {
	margin-top: 2em;
}

.single-brokers .content-section .container .row .col.col-1 .single-broker-services ul {
	margin: 0;
}

.single-brokers .content-section .container .row .col.col-1 .single-broker-services ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: .5em;
}

.single-brokers .content-section .container .row .col.col-1 .single-broker-services ul li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 35px;
	margin-right: .5em;
}

.single-brokers .content-section .container .row .col.col-1 .single-broker-services ul li p {
	margin: 0;
}

.single-brokers .content-section .container .row .col.col-2 {
	padding-left: 4em;
	position: relative;
}

.single-brokers .content-section .container .row .col.col-2 .form-info {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback-bg {
	background: #ad3f9e;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translate(50%, 10%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback {
	position: relative;
	z-index: 2;
	padding: 2em;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-10%);
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-title h6 {
	font-size: 1.5em;
	color: #02a4dc;
	margin: 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-title img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 1em 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col {
	width: 49%;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col label span {
	width: 100%;
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap {
	display: block;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap input:-ms-input-placeholder {
	color: #646464;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap input::placeholder {
	color: #646464;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap textarea::placeholder {
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap input, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap select {
	width: 100%;
	padding: .5em;
	border: solid 2px #02a4dc;
	border-radius: 16px;
	color: #646464;
	outline: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap select:focus, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap textarea:focus, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap input:focus {
	outline: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap textarea {
	color: #02a4dc;
	border: solid 2px #02a4dc;
	border-radius: 16px;
	padding: .5em;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-broker {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-message {
	margin-top: 1.5em;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-checkbox {
	font-size: 1em;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-checkbox span {
	margin: 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-checkbox span.wpcf7-list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
	margin-left: 1em;
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-checkbox span.wpcf7-list-item .wpcf7-list-item-label a {
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-checkbox input {
	width: unset;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-county {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap.your-id {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col.col-1 {
	padding: 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col.col-2 {
	padding: 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p {
	margin: 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p label span {
	width: 100%;
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap {
	display: block;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap input:-ms-input-placeholder {
	color: #646464;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap input::placeholder {
	color: #646464;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap textarea::placeholder {
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap input, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap select {
	width: 100%;
	padding: .5em;
	border: solid 2px #02a4dc;
	border-radius: 16px;
	color: #646464;
	outline: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap select:focus, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap textarea:focus, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap input:focus {
	outline: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap textarea {
	color: #02a4dc;
	border: solid 2px #02a4dc;
	border-radius: 16px;
	padding: .5em;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-broker {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-message {
	margin-top: .5em;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-checkbox {
	font-size: 1em;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-checkbox span {
	margin: 0;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-checkbox span.wpcf7-list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
	margin-left: .5em;
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-checkbox span.wpcf7-list-item .wpcf7-list-item-label a {
	color: #ad3f9e;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-checkbox input {
	width: unset;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-county {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap.your-id {
	display: none;
}

.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-submit {
	padding: 1em 3.5em;
	background: #02a4dc;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	border-radius: 16px;
}

@media screen and (max-width: 1300px) {
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback-bg {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.single-brokers .banner-section {
		margin-top: .5em;
	}
	.single-brokers .banner-section .banner-section-image {
		position: relative;
		max-width: 100vw;
		min-height: 40vh;
	}
	.single-brokers .banner-section .container .row .col.col-1 {
		padding: 2em;
		width: 100%;
		margin-top: 0;
		min-height: unset;
	}
	.single-brokers .banner-section .container .row .col.col-1 ul {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}
	.single-brokers .content-section {
		margin: 0 0 2em 0;
	}
	.single-brokers .content-section .small-circle {
		display: none;
	}
	.single-brokers .content-section .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.single-brokers .content-section .container .row .col {
		width: 100%;
	}
	.single-brokers .content-section .container .row .col.col-2 {
		padding: 0;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback-bg {
		display: none;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback {
		box-shadow: unset;
	}
}

@media screen and (max-width: 600px) {
	.single-brokers .banner-section .container .row .col.col-1 {
		padding: 2em 1em;
	}
	.single-brokers .content-section .large-circle {
		display: none;
	}
	.single-brokers .content-section .small-circle {
		display: none;
	}
	.single-brokers .content-section .container .row .col.col-1 {
		padding: 1em 1em 0 1em;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback {
		padding: 2em 1em 0 1em;
		transform: unset;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-title {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    justify-content: center;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-title h6 {
		width: 100%;
		text-align: center;
		-ms-flex-order: 2;
		    order: 2;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-title img {
		-ms-flex-order: 1;
		    order: 1;
		margin-bottom: 1em;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row {
		margin-bottom: 0;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col {
		width: 100%;
		margin-bottom: 1em;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col label span {
		font-size: .875em;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap input, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form .row .col .wpcf7-form-control-wrap select {
		background: #fff;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap input, .single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-form-control-wrap select {
		background: #fff;
	}
	.single-brokers .content-section .container .row .col.col-2 .single-broker-callback .contact-form p .wpcf7-submit {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single-post {
	position: relative;
}

.single-post .search-bar {
	margin-top: 0;
	position: relative;
	z-index: 1000;
}

.single-post .single-banner {
	margin: 3em 0 6em 0;
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.single-post .single-banner .single-banner-image {
	width: 50%;
	position: relative;
	z-index: 2;
}

.single-post .single-banner .single-banner-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-post .single-banner .single-banner-content {
	width: 40%;
	position: relative;
	z-index: 1;
}

.single-post .single-banner .single-banner-content .small-circle {
	right: 0;
	top: 0;
	z-index: 1;
	transform: translate(15%, -45%);
}

.single-post .single-banner .single-banner-content .inner {
	position: relative;
	z-index: 2;
	background: #ad3f9e;
	padding: 4em 2em;
	transform: translate(-10%, 5%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-post .single-banner .single-banner-content .inner .inner-content {
	padding-left: 8em;
}

.single-post .single-banner .single-banner-content .inner .inner-content .main-heading {
	color: #fff;
	width: 60%;
}

.single-post .single-banner .single-banner-content .inner .inner-content ul {
	margin: 0;
	margin-top: 6em;
}

.single-post .single-banner .single-banner-content .inner .inner-content ul li a {
	color: #fff;
}

.single-post .content {
	position: relative;
}

.single-post .content .small-circle {
	top: 50%;
	left: 0;
	transform: translateY(-100%);
}

.single-post .content .large-circle {
	bottom: 0;
	left: 0;
	transform: translate(-20%, 20%);
}

.single-post .content .container {
	column-count: 2;
	column-gap: 2em;
	padding-bottom: 8em;
	margin-bottom: 10em;
	border-bottom: solid 1px #ad3f9e;
}

.single-post .content .container h1, .single-post .content .container h2, .single-post .content .container h3, .single-post .content .container h4, .single-post .content .container h5, .single-post .content .container h6 {
	font-size: 3em;
	line-height: 1em;
	font-weight: lighter;
	margin-bottom: .5em;
	color: #02a4dc;
}

.single-post .content .container p strong {
	color: #02a4dc;
}

.single-post .content .container .content-image {
	position: relative;
	padding: 2em;
	margin-top: 3em;
}

.single-post .content .container .content-image .post-square {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: #4fb2ad;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.single-post .content .container .content-image img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.single-post .news-section {
	margin-bottom: 10em;
}

.single-post .news-section .small-circle {
	bottom: 0;
	right: 0;
	transform: translate(40%, 125%);
}

.single-post .why-use-a-broker {
	margin-bottom: 6em;
}

@media screen and (max-width: 1300px) {
	.single-post .single-banner .single-banner-content {
		width: 45%;
	}
	.single-post .single-banner .single-banner-content .inner .inner-content {
		padding-left: 5em;
	}
	.single-post .content .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.single-post .single-banner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 2em;
	}
	.single-post .single-banner .single-banner-image {
		width: 100%;
	}
	.single-post .single-banner .single-banner-content {
		width: 100%;
	}
	.single-post .single-banner .single-banner-content .inner {
		transform: unset;
		padding: 2em;
	}
	.single-post .single-banner .single-banner-content .inner .inner-content {
		padding: 0;
	}
	.single-post .single-banner .single-banner-content .inner .inner-content .main-heading {
		width: 100%;
	}
	.single-post .single-banner .single-banner-content .inner .inner-content ul {
		margin-top: 0;
	}
	.single-post .content .container h1, .single-post .content .container h2, .single-post .content .container h3, .single-post .content .container h4, .single-post .content .container h5, .single-post .content .container h6 {
		font-size: 32px;
	}
	.single-post .why-use-a-broker {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 600px) {
	.single-post .content .small-circle {
		display: none;
	}
	.single-post .content .large-circle {
		display: none;
	}
	.single-post .content .container {
		padding: 0 1em;
		column-count: 1;
		margin-bottom: 1em;
	}
	.single-post .news-section {
		margin-bottom: 2em;
	}
	.single-post .news-section .small-circle {
		display: none;
	}
}

/*--------------------------------------------------------------
## Default Page
--------------------------------------------------------------*/
.page {
	position: relative;
}

.page.err-404 {
	padding: 2em 0;
}

.page .container {
	position: relative;
	/*
    .title{
      margin-top:2em;

      .row{
        position:relative;

        h1,h2,h3,h4,h5,h6{}

        p{
          white-space:nowrap;
          margin:0;
          position:absolute;
          top:50%;
          right:0;
          transform:translateY(-50%);
        }
      }

      h1,h2,h3,h4,h5,h6{
        color:$fb_navy;
        font-size:$fb_header;

        &:after{
          content:'';
          display:block;
          height:2px;
          width:99%;
          background:$fb_blue;
        }
      }
    }
*/
}

.page .container .content .row {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5em;
}

.page .container .content .row .user-nav {
	min-height: 60vh;
	width: 25%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 2em 0 4em 0;
}

.page .container .content .row .user-nav ul {
	margin: 0;
}

.page .container .content .row .user-nav ul li {
	margin-bottom: 1.5em;
}

.page .container .content .row .user-nav ul li p {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.page .container .content .row .user-nav ul li p a {
	color: #242A3A;
	transition: all 400ms linear;
}

.page .container .content .row .user-nav ul li p a i {
	color: #4CA4D9;
	margin-right: .75em;
	transition: all 400ms linear;
}

.page .container .content .row .user-nav ul li p a:hover {
	color: #4CA4D9;
}

.page .container .content .row .user-nav ul li p a:hover i {
	color: #242A3A;
}

.page .container .content .row .user-nav ul li #resources {
	margin-top: .5em;
	margin-left: 2em;
}

.page .container .content .row .user-nav ul li #resources.resources-visible {
	display: block;
}

.page .container .content .row .user-nav ul li #resources li {
	margin-bottom: .5em;
}

.page .container .content .row .user-nav ul li #resources li.current-resource p a {
	color: #4CA4D9;
}

.page .container .content .row .user-nav ul li #resources li p {
	text-transform: unset;
	font-size: 0.875em;
}

.page .container .content .row .user-panel {
	width: 75%;
	padding-right: 2em;
}

.page .container .content .row .user-panel ul {
	margin: 0;
}

.page .container .content .row .user-panel ul li {
	transition: all 200ms linear;
}

.page .container .content .row .user-panel ul li:hover {
	transform: scale(1.01);
}

@media screen and (max-width: 900px) {
	.page .container .content .row .user-nav ul li #resources {
		margin-left: 1em;
	}
}

@media screen and (max-width: 600px) {
	.page .container .title {
		margin-top: 1em;
	}
	.page .container .title h1, .page .container .title h2, .page .container .title h3, .page .container .title h4, .page .container .title h5, .page .container .title h6 {
		font-size: 18px;
	}
	.page .container .title p {
		font-size: 12px;
	}
	.page .container .content .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.page .container .content .row .user-nav {
		width: 100%;
		min-height: unset;
		padding: 0;
	}
	.page .container .content .row .user-nav ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.page .container .content .row .user-nav ul li {
		width: 50%;
		margin-bottom: .5em;
	}
	.page .container .content .row .user-nav ul li:last-child {
		width: 100%;
	}
	.page .container .content .row .user-nav ul li p {
		font-size: 12px;
	}
	.page .container .content .row .user-nav ul li #resources {
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
	}
	.page .container .content .row .user-nav ul li #resources.resources-visible {
		display: -ms-flexbox;
		display: flex;
	}
	.page .container .content .row .user-nav ul li #resources li:last-child {
		width: 50%;
	}
	.page .container .content .row .user-nav ul li #resources li p {
		font-weight: lighter;
		font-size: 12px;
	}
	.page .container .content .row .user-panel {
		margin-top: 1em;
		width: 100%;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
## Dashboard Page
--------------------------------------------------------------*/
.dashboard {
	padding: 0 2em;
}

.dashboard .container .content .row .user-panel ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.dashboard .container .content .row .user-panel ul li {
	width: 49%;
	margin-bottom: 2%;
	height: 350px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dashboard .container .content .row .user-panel ul li:first-child {
	width: 100%;
}

.dashboard .container .content .row .user-panel ul li a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval {
	display: none;
	padding: 0 .5em;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval.display-approval-msg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	height: 100%;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval p {
	font-weight: bold;
	color: #242A3A;
	text-align: center;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message {
	max-width: 450px;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 1em 2em;
	border-radius: 6px;
	text-align: center;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message .warning-icon {
	margin-bottom: 1em;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message .warning-icon p {
	text-align: center;
	color: #4CA4D9;
	font-size: 2em;
	margin: 0;
}

.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message p {
	font-size: 1.25em;
	font-weight: bold;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	padding: 4em;
	position: relative;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link h4 {
	font-size: 2.25em;
	margin: 0;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link p {
	color: #fff;
	font-size: 1.25em;
	color: #fff;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link .inner-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
	z-index: 2;
	margin-bottom: 1em;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link .inner-title .icon p {
	background: #fff;
	margin: 0;
	color: #4CA4D9;
	border-radius: 50%;
	padding: .25em .5em;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link .inner-content {
	position: relative;
	z-index: 2;
}

.dashboard .container .content .row .user-panel ul li a .resource-centre-link .resource-gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}

.dashboard .container .content .row .user-panel ul li a .panel-image {
	margin-top: .5em;
	width: 100%;
	height: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.dashboard .container .content .row .user-panel ul li a .panel-image.two {
	background-size: cover;
	margin: 0;
}

.dashboard .container .content .row .user-panel ul li a .panel-image h6 {
	position: relative;
	z-index: 2;
	font-size: 2.25em;
}

.dashboard .container .content .row .user-panel ul li a .panel-image .panel-image-gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}

.dashboard .container .content .row .user-panel ul li a .panel-content {
	color: #242A3A;
	padding: 1em 2em 2em 2em;
}

.dashboard .container .content .row .user-panel ul li a .panel-content h6 {
	font-size: 1.25em;
}

@media screen and (max-width: 600px) {
	.dashboard {
		padding: 0 1em;
	}
	.dashboard .container .content .row .user-panel ul li {
		width: 100%;
		height: unset;
		margin-bottom: 1em;
	}
	.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message {
		max-width: 100%;
	}
	.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message .warning-icon p {
		font-size: 1.5em;
	}
	.dashboard .container .content .row .user-panel ul li a .pending-approval .pending-approval-message p {
		font-size: 12px;
	}
	.dashboard .container .content .row .user-panel ul li a .resource-centre-link h4 {
		font-size: 18px;
	}
	.dashboard .container .content .row .user-panel ul li a .resource-centre-link p {
		font-size: 12px;
	}
	.dashboard .container .content .row .user-panel ul li a .resource-centre-link .inner-title .icon p {
		font-size: 12px;
	}
	.dashboard .container .content .row .user-panel ul li a .panel-image {
		height: 150px;
	}
	.dashboard .container .content .row .user-panel ul li a .panel-image h6 {
		font-size: 18px;
	}
	.dashboard .container .content .row .user-panel ul li a .panel-content {
		background: #fff;
	}
}

/*--------------------------------------------------------------
## My Account Page
--------------------------------------------------------------*/
.my-account {
	padding: 0 2em;
}

.my-account .container .content .row .user-panel {
	position: relative;
}

.my-account .container .content .row .user-panel .pending-approval {
	display: none;
}

.my-account .container .content .row .user-panel .pending-approval.display-approval-msg {
	display: block;
}

.my-account .container .content .row .user-panel .pending-approval .pending-approval-message {
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 1em 2em;
	border-radius: 6px;
	text-align: center;
}

.my-account .container .content .row .user-panel .pending-approval .pending-approval-message .warning-icon {
	margin-bottom: 1em;
}

.my-account .container .content .row .user-panel .pending-approval .pending-approval-message .warning-icon p {
	text-align: center;
	color: #4CA4D9;
	font-size: 2em;
	margin: 0;
}

.my-account .container .content .row .user-panel .pending-approval .pending-approval-message p {
	font-size: 1.25em;
	font-weight: bold;
}

.my-account .container .content .row .user-panel ul {
	margin-left: 0;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background: #F1F1F2;
	padding: 2em 1.5em;
	display: inline-block;
	width: 50%;
}

.my-account .container .content .row .user-panel ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: .5em;
	border-radius: 6px;
	background: #fff;
	border-bottom: solid 1px #CBCBCB;
}

.my-account .container .content .row .user-panel .broker-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.my-account .container .content .row .user-panel .broker-logo img {
	max-width: 250px;
}

@media screen and (max-width: 900px) {
	.my-account .container .content .row .user-panel ul {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.my-account .container .content .row .user-panel ul {
		width: 100%;
	}
	.my-account .container .content .row .user-panel .broker-logo {
		display: none;
	}
	.my-account .container .content .row .user-panel .pending-approval-message {
		max-width: 100%;
	}
	.my-account .container .content .row .user-panel .pending-approval-message .warning-icon p {
		font-size: 1.5em;
	}
	.my-account .container .content .row .user-panel .pending-approval-message p {
		font-size: 12px;
	}
	.my-account .big-circle {
		display: none;
	}
}

/*--------------------------------------------------------------
## Broker Profile Page
--------------------------------------------------------------*/
.broker-profile {
	padding: 0 2em;
}

.broker-profile .container .content .row .user-panel .row {
	display: -ms-flexbox;
	display: flex;
}

.broker-profile .container .content .row .user-panel .row .col {
	width: 50%;
	margin-left: 1em;
}

.broker-profile .container .content .row .user-panel .row .col:first-child {
	margin-left: 0;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background: #F1F1F2;
	padding: 2em 1.5em;
}

.broker-profile .container .content .row .user-panel .row .col:last-child {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.broker-profile .container .content .row .user-panel .row .col:last-child textarea {
	font-size: 0.875em;
	color: #242A3A;
	transition: color 400ms linear;
	border: 0;
}

.broker-profile .container .content .row .user-panel .row .col:last-child textarea.editable {
	color: #4CA4D9;
}

.broker-profile .container .content .row .user-panel .row .col:last-child .broker-desc-details {
	background: #F1F1F2;
	padding: 1em;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin: 1em 0;
}

.broker-profile .container .content .row .user-panel .row .col:last-child .broker-desc-details .inner {
	background: #fff;
	padding: .5em;
	margin-bottom: 1em;
}

.broker-profile .container .content .row .user-panel .row .col:last-child .broker-desc-details .inner:last-child {
	margin-bottom: 0;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 2em;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title h3 {
	font-size: 1.25em;
	margin: 0;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title p {
	font-size: 0.875em;
	margin: 0;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title p a#edit-profile-btn {
	color: #fff;
	background: #4CA4D9;
	padding: 1em 2.5em;
	text-transform: uppercase;
	border-radius: 6px;
	opacity: 1;
	transition: all 400ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.broker-profile .container .content .row .user-panel .row .col .bp-title p a#edit-profile-btn:hover {
	background: #fff;
	color: #4CA4D9;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title p a#edit-profile-btn.display {
	display: none;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title p a#edit-profile-btn.opacity {
	opacity: 0;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title input#save-profile-btn {
	cursor: pointer;
	border: 0;
	color: #fff;
	background: #4CA4D9;
	padding: 1em 2.5em;
	text-transform: uppercase;
	border-radius: 6px;
	display: none;
	opacity: 0;
	transition: all 400ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.broker-profile .container .content .row .user-panel .row .col .bp-title input#save-profile-btn:hover {
	background: #fff;
	color: #4CA4D9;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title input#save-profile-btn.display {
	display: inline;
}

.broker-profile .container .content .row .user-panel .row .col .bp-title input#save-profile-btn.opacity {
	opacity: 1;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li {
	background: #fff;
	border-bottom: solid 1px #CBCBCB;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: .5em;
	border-radius: 6px;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.services select {
	font-size: 1em;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.address {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.address h6 {
	width: 100%;
	margin-bottom: .25em;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.address textarea {
	width: 100%;
	border: 0;
	font-size: 0.875em;
	color: #242A3A;
	transition: color 400ms linear;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.address textarea.editable {
	color: #4CA4D9;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li h6 {
	font-size: 1.25em;
	margin: 0;
	white-space: nowrap;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li p {
	margin: 0;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li input {
	width: 100%;
	border: 0;
	text-align: right;
	font-size: 0.875em;
	margin: 0;
	color: #242A3A;
	transition: color 400ms linear;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li input.editable {
	color: #4CA4D9;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li input#logoToUpload, .broker-profile .container .content .row .user-panel .row .col .broker-details li input#imageToUpload {
	width: 45%;
	cursor: pointer;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li select {
	font-size: 0.875em;
	color: #242A3A;
	transition: color 400ms linear;
	background: #fff;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li select.editable {
	color: #4CA4D9;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.description {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.description h6 {
	width: 100%;
	margin-bottom: .25em;
}

.broker-profile .container .content .row .user-panel .row .col .broker-details li.description p {
	width: 100%;
}

.broker-profile .container .content .row .user-panel .row .col .panel-image {
	width: 100%;
	height: 25%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.broker-profile .container .content .row .user-panel .pending-approval {
	display: none;
}

.broker-profile .container .content .row .user-panel .pending-approval.display-approval-msg {
	display: block;
}

.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message {
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 1em 2em;
	border-radius: 6px;
	text-align: center;
}

.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message .warning-icon {
	margin-bottom: 1em;
}

.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message .warning-icon p {
	text-align: center;
	color: #4CA4D9;
	font-size: 2em;
	margin: 0;
}

.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message p {
	font-size: 1.25em;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.broker-profile .container .content .row .user-panel .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.broker-profile .container .content .row .user-panel .row .col {
		width: 100%;
		margin-left: 0;
	}
	.broker-profile .container .content .row .user-panel .row .col:last-child {
		margin-top: 1em;
	}
	.broker-profile .container .content .row .user-panel .row .col:last-child .broker-desc-details .inner h6, .broker-profile .container .content .row .user-panel .row .col:last-child .broker-desc-details .inner textarea {
		font-size: 12px;
	}
	.broker-profile .container .content .row .user-panel .row .col .bp-title h3 {
		font-size: 18px;
	}
	.broker-profile .container .content .row .user-panel .row .col .bp-title p {
		font-size: 12px;
	}
	.broker-profile .container .content .row .user-panel .row .col .broker-details li h6 {
		font-size: 12px;
	}
	.broker-profile .container .content .row .user-panel .row .col .broker-details li input {
		font-size: 12px;
	}
	.broker-profile .container .content .row .user-panel .row .col .broker-details li input#logoToUpload {
		width: 65%;
	}
	.broker-profile .container .content .row .user-panel .row .col .broker-details li select {
		font-size: 12px;
	}
	.broker-profile .container .content .row .user-panel .row .col .panel-image {
		height: 150px;
	}
	.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message {
		max-width: 100%;
	}
	.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message .warning-icon p {
		font-size: 1.5em;
	}
	.broker-profile .container .content .row .user-panel .pending-approval .pending-approval-message p {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
## Resource Centre Page
--------------------------------------------------------------*/
.resource-centre {
	padding: 0 2em;
}

.resource-centre .container .content .row .user-panel {
	margin-top: 4em;
}

.resource-centre .container .content .row .user-panel hr {
	background: #4CA4D9;
}

.resource-centre .container .content .row .user-panel ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -2%;
}

.resource-centre .container .content .row .user-panel ul li {
	width: 23%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 2%;
	margin-left: 2%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 1em;
}

.resource-centre .container .content .row .user-panel ul li a {
	color: #242A3A;
}

.resource-centre .container .content .row .user-panel ul li .icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.resource-centre .container .content .row .user-panel ul li .icon img.default-image {
	margin: 2em 0;
}

.resource-centre .container .content .row .user-panel ul li p {
	text-align: center;
}

@media screen and (max-width: 900px) {
	.resource-centre .container .content .row .user-panel {
		padding-left: 1em;
	}
	.resource-centre .container .content .row .user-panel ul li {
		width: 48%;
	}
}

@media screen and (max-width: 600px) {
	.resource-centre .container .content .row .user-panel {
		padding-left: 0;
		margin-top: 2em;
	}
	.resource-centre .container .content .row .user-panel ul li {
		width: 48%;
		background: #fff;
	}
}

/*--------------------------------------------------------------
## News & Blog Page
--------------------------------------------------------------*/
.news-blog-page {
	position: relative;
}

.news-blog-page .search-bar {
	margin: 0;
	position: relative;
	z-index: 1000;
}

.news-blog-page .medium-circle {
	top: 0;
	left: 0;
	transform: translate(-35%, 50%);
}

.news-blog-page .main-banner {
	margin-bottom: 0;
}

.news-blog-page .main-banner .news-square {
	display: none;
}

.news-blog-page .main-banner .container .row {
	-ms-flex-align: start;
	    align-items: flex-start;
}

.news-blog-page .main-banner .container .row .col.col-1 {
	padding-top: 2em;
	width: 100%;
}

.news-blog-page .main-banner .container .row .col.col-1 .main-banner-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.news-blog-page .main-banner .container .row .col.col-1 .main-heading {
	width: 100%;
}

.news-blog-page .main-banner .container .row .col.col-2 {
	display: none;
}

.news-blog-page .blog {
	position: relative;
}

.news-blog-page .blog .large-circle {
	bottom: 0;
	left: 0;
	transform: translate(-15%, 50%);
}

.news-blog-page .blog .container {
	border-bottom: solid 1px #ad3f9e;
	margin-bottom: 4em;
}

.news-blog-page .blog .container .categories {
	font-size: 0.875em;
	padding-bottom: 2em;
	margin-bottom: 4em;
	border-bottom: solid 2px #ad3f9e;
}

.news-blog-page .blog .container .categories ul {
	width: 100%;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.news-blog-page .blog .container .categories ul li {
	position: relative;
	padding-left: 1.5em;
}

.news-blog-page .blog .container .categories ul li:hover:before {
	background: #4CA4D9;
}

.news-blog-page .blog .container .categories ul li a {
	color: #ad3f9e;
	transition: color 400ms linear;
}

.news-blog-page .blog .container .categories ul li a:before {
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #ad3f9e;
	border: solid 1px #ad3f9e;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 400ms linear;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.news-blog-page .blog .container .categories ul li a:hover:before {
	background: #4fb2ad;
	border-color: #4fb2ad;
}

.news-blog-page .blog .container .categories ul li a:hover {
	color: #4fb2ad;
}

.news-blog-page .blog .container .main {
	margin-top: 6em;
	margin-bottom: 6em;
}

.news-blog-page .blog .container .main .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.news-blog-page .blog .container .main .row .col.col-1 {
	width: 60%;
	position: relative;
}

.news-blog-page .blog .container .main .row .col.col-1 .col-inner {
	position: relative;
}

.news-blog-page .blog .container .main .row .col.col-1 img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.news-blog-page .blog .container .main .row .col.col-1 .content {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(2.5%, 65%);
}

.news-blog-page .blog .container .main .row .col.col-1 .content .copy {
	width: 75%;
	padding: 2em 1.5em;
	background: #02a4dc;
	margin-bottom: .5em;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.news-blog-page .blog .container .main .row .col.col-1 .content .copy .heading {
	color: #fff;
	margin-bottom: .25em;
}

.news-blog-page .blog .container .main .row .col.col-1 .content .copy p {
	color: #fff;
	margin: 0;
}

.news-blog-page .blog .container .main .row .col.col-1 .content .learn-more {
	margin: 0;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.news-blog-page .blog .container .main .row .col.col-1 .content .learn-more a {
	background: #fff;
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.news-blog-page .blog .container .main .row .col.col-1 .content .learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.news-blog-page .blog .container .main .row .col.col-2 {
	width: 30%;
	margin-right: 2em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}

.news-blog-page .blog .container .main .row .col.col-2 .title {
	position: absolute;
	left: 1em;
	top: 0;
	transform: translateY(-50%);
}

.news-blog-page .blog .container .main .row .col.col-2 .title .heading {
	margin: 0;
	padding: .25em .75em;
	display: inline-block;
	background: #ad3f9e;
	color: #fff;
	text-transform: uppercase;
}

.news-blog-page .blog .container .main .row .col.col-2 .twitter-content {
	min-height: 600px;
	max-height: 600px;
	overflow: scroll;
	padding-top: 1em;
}

.news-blog-page .blog .container .article-list .article-ul {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-blog-page .blog .container .article-list .article-ul li {
	width: 33.333%;
	padding: 0 1em;
	margin-bottom: 4em;
}

.news-blog-page .blog .container .article-list .article-ul li:first-child .copy {
	background: #4fb2ad !important;
}

.news-blog-page .blog .container .article-list .article-ul li:first-child .learn-more a {
	color: #4fb2ad !important;
	border-color: #4fb2ad !important;
}

.news-blog-page .blog .container .article-list .article-ul li:first-child .learn-more a:hover {
	color: #fff !important;
	background: #4fb2ad !important;
}

.news-blog-page .blog .container .article-list .article-ul li:nth-child(odd) .copy {
	background: #ad3f9e;
}

.news-blog-page .blog .container .article-list .article-ul li:nth-child(odd) .learn-more a {
	color: #ad3f9e;
	border-color: #ad3f9e;
}

.news-blog-page .blog .container .article-list .article-ul li:nth-child(odd) .learn-more a:hover {
	background: #ad3f9e;
}

.news-blog-page .blog .container .article-list .article-ul li:nth-child(even) .copy {
	background: #f1b36c;
}

.news-blog-page .blog .container .article-list .article-ul li:nth-child(even) .learn-more a {
	color: #f1b36c;
	border-color: #f1b36c;
}

.news-blog-page .blog .container .article-list .article-ul li:nth-child(even) .learn-more a:hover {
	background: #f1b36c;
}

.news-blog-page .blog .container .article-list .article-ul li:last-child .copy {
	background: #02a4dc;
}

.news-blog-page .blog .container .article-list .article-ul li:last-child .learn-more a {
	color: #02a4dc;
	border-color: #02a4dc;
}

.news-blog-page .blog .container .article-list .article-ul li:last-child .learn-more a:hover {
	background: #02a4dc;
}

.news-blog-page .blog .container .article-list .article-ul li .article-ul-img {
	width: 100%;
	height: 30vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin-bottom: 1.5em;
}

.news-blog-page .blog .container .article-list .article-ul li .article-ul-img.default {
	background-size: contain;
	background-repeat: no-repeat;
}

.news-blog-page .blog .container .article-list .article-ul li img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin-bottom: .5em;
}

.news-blog-page .blog .container .article-list .article-ul li .copy {
	padding: 1.5em 1em;
	background: #02a4dc;
	margin-bottom: .5em;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.news-blog-page .blog .container .article-list .article-ul li .copy .heading {
	color: #fff;
	margin-bottom: .25em;
}

.news-blog-page .blog .container .article-list .article-ul li .copy p {
	color: #fff;
	margin: 0;
}

.news-blog-page .blog .container .article-list .article-ul li .learn-more {
	margin: 0;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.news-blog-page .blog .container .article-list .article-ul li .learn-more a {
	background: #fff;
	color: #02a4dc;
	padding: .5em 2em;
	border: solid 3px #02a4dc;
	transition: all 400ms linear;
}

.news-blog-page .blog .container .article-list .article-ul li .learn-more a:hover {
	background: #02a4dc;
	color: #fff;
}

.news-blog-page .blog .container .article-list .load-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.news-blog-page .blog .container .article-list .load-more #load-more-blog {
	background: #fff;
	border: solid 3px #02a4dc;
	padding: .5em 2em;
	font-size: 1.25em;
	border-radius: 0;
	color: #02a4dc;
	cursor: pointer;
	transition: all 400ms linear;
	margin-bottom: 2em;
}

.news-blog-page .blog .container .article-list .load-more #load-more-blog:hover {
	background: #02a4dc;
	color: #fff;
}

.news-blog-page .why-use-a-broker {
	margin-bottom: 6em;
}

@media screen and (max-width: 1300px) {
	.news-blog-page .blog .large-circle {
		transform: translate(-50%, 50%);
	}
	.news-blog-page .blog .container {
		padding: 0 2em;
	}
	.news-blog-page .blog .container .main {
		margin-bottom: 14em;
	}
}

@media screen and (max-width: 900px) {
	.news-blog-page .medium-circle {
		display: none;
	}
	.news-blog-page .blog .container .main {
		margin-top: 2em;
		margin-bottom: 12em;
	}
	.news-blog-page .blog .container .main .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.news-blog-page .blog .container .main .row .col.col-1 {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
	.news-blog-page .blog .container .main .row .col.col-2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
		-ms-flex-order: 1;
		    order: 1;
	}
	.news-blog-page .blog .container .article-list .article-ul li {
		width: 50%;
	}
	.news-blog-page .why-use-a-broker {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 600px) {
	.news-blog-page .main-banner {
		margin-top: 1em;
	}
	.news-blog-page .main-banner .container .row .col.col-1 {
		padding-top: 0;
	}
	.news-blog-page .main-banner .container .row .col.col-1 .main-heading {
		width: 100%;
	}
	.news-blog-page .blog .container {
		padding: 0 1em;
		margin-bottom: 2em;
	}
	.news-blog-page .blog .container .main {
		margin-bottom: 2em;
	}
	.news-blog-page .blog .container .main .row .col.col-1 .content {
		position: relative;
		left: unset;
		bottom: unset;
		transform: unset;
	}
	.news-blog-page .blog .container .main .row .col.col-1 .content .copy {
		width: 100%;
	}
	.news-blog-page .blog .container .article-list .article-ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 2em;
	}
}

/*--------------------------------------------------------------
## Find a Broker Page
--------------------------------------------------------------*/
.find-a-broker .financial-advice .container {
	border-top: 0;
}

.find-a-broker .container {
	text-align: center;
}

.find-a-broker .container h6 {
	color: #646464;
	font-size: 1.25em;
}

.find-a-broker .container .site-search-area {
	margin-bottom: 1em;
	padding: 1em;
	background: #02a4dc;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.find-a-broker .container .site-search-area #binate-search-form-four {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.find-a-broker .container .site-search-area #binate-search-form-four input {
	background: #fff;
	color: #02a4dc;
	border-color: #02a4dc;
	font-size: 1.25em;
}

@media screen and (max-width: 600px) {
	.find-a-broker .container .site-search-area #binate-search-form-four input {
		font-size: 1em;
	}
}

.find-a-broker .container .site-search-area #binate-search-form-four input:-ms-input-placeholder {
	color: #242A3A;
}

.find-a-broker .container .site-search-area #binate-search-form-four input::placeholder {
	color: #242A3A;
}

.find-a-broker .container .site-search-area #binate-search-form-four #fb-search-submit {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	cursor: pointer;
	transition: all 400ms linear;
	margin-left: 6px;
}

.find-a-broker .container .site-search-area #binate-search-form-four #fb-search-submit:hover {
	background: #02a4dc;
	color: #fff;
}

.find-a-broker .no-results-found {
	margin-top: 2em;
	margin-bottom: 1em;
}

.find-a-broker .no-results-found .container .heading {
	color: red;
	text-align: center;
}

.find-a-broker .search-bar {
	display: none;
	margin: 0;
	position: relative;
	z-index: 1000;
}

.find-a-broker .banner {
	margin: 4em 0;
	position: relative;
}

.find-a-broker .banner .large-circle {
	bottom: 0;
	right: 0;
	transform: translate(40%, 60%);
}

.find-a-broker .banner .find-square {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: #02a4dc;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.find-a-broker .banner .container {
	position: relative;
	z-index: 2;
}

.find-a-broker .banner .container .row {
	display: -ms-flexbox;
	display: flex;
}

.find-a-broker .banner .container .row .col {
	width: 50%;
}

.find-a-broker .banner .container .row .col.col-1 {
	padding: 2em 2em 2em 0;
}

.find-a-broker .banner .container .row .col.col-1 img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.find-a-broker .banner .container .row .col.col-2 {
	padding-top: 2em;
	padding-left: 2em;
}

.find-a-broker .banner .container .row .col.col-2 h1 {
	color: #02a4dc;
	width: 75%;
}

.find-a-broker .banner .container .row .col.col-2 p {
	font-size: 1.25em;
}

.find-a-broker .search-bar ul li:first-child {
	-ms-flex-pack: center;
	    justify-content: center;
}

.find-a-broker .search-bar ul li:first-child p {
	margin: 0;
	font-size: 1.25em;
}

.find-a-broker .search-bar ul li:first-child p a {
	color: #fff;
	transition: color 400ms linear;
}

.find-a-broker .search-bar ul li:first-child p a:hover {
	color: #ad3f9e;
}

.find-a-broker .browse-all-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	z-index: 999;
}

.find-a-broker .browse-all-container ul {
	margin: 0;
}

.find-a-broker .browse-all-container ul li p a {
	background: #02a4dc;
	color: #fff;
	font-size: 1.25em;
	padding: .5em 2em;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border: solid 1px #02a4dc;
	transition: all 400ms linear;
}

.find-a-broker .browse-all-container ul li p a:hover {
	background: #fff;
	color: #02a4dc;
}

.find-a-broker .benefits {
	margin-top: 6em;
	margin-bottom: 12em;
}

.find-a-broker .benefits .large-circle {
	top: unset;
	bottom: 0;
	transform: translate(-60%, 50%);
}

@media screen and (max-width: 600px) {
	.find-a-broker .banner {
		margin: 0;
	}
	.find-a-broker .banner .large-circle {
		display: none;
	}
	.find-a-broker .banner .find-square {
		display: none;
	}
	.find-a-broker .banner .container .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.find-a-broker .banner .container .row .col {
		width: 100%;
	}
	.find-a-broker .banner .container .row .col.col-1 {
		padding: 0;
	}
	.find-a-broker .banner .container .row .col.col-2 {
		padding: 2em 1em 0 1em;
	}
	.find-a-broker .banner .container .row .col.col-2 h1 {
		width: 100%;
	}
	.find-a-broker .banner .container .row .col.col-2 h1 br {
		display: none;
	}
	.find-a-broker .banner .container .row .col.col-2 p {
		font-size: .875em;
	}
	.find-a-broker .browse-all-container {
		position: relative;
		z-index: 99999;
	}
	.find-a-broker .benefits {
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

/*--------------------------------------------------------------
## Login Page
--------------------------------------------------------------*/
.login-page {
	position: relative;
}

.login-page .large-circle {
	left: 0;
	bottom: 0;
	transform: translate(-45%, 35%);
}

.login-page .search-bar {
	margin-top: 0;
	position: relative;
	z-index: 1000;
}

.login-page .single-banner {
	margin: 3em 0 6em 0;
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.login-page .single-banner .single-banner-content {
	width: 40%;
	position: relative;
	z-index: 1;
}

.login-page .single-banner .single-banner-content .small-circle {
	left: 0;
	top: 0;
	z-index: 1;
	transform: translate(-15%, -45%);
}

.login-page .single-banner .single-banner-content .inner {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 4em 2em;
	transform: translate(10%, 5%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-page .single-banner .single-banner-content .inner .inner-content {
	width: 60%;
}

.login-page .single-banner .single-banner-content .inner .inner-content .main-heading {
	width: 50%;
	color: #02a4dc;
}

.login-page .single-banner .single-banner-content .inner .inner-content p {
	font-weight: lighter;
	margin: 0;
	font-size: 0.875em;
}

.login-page .single-banner .single-banner-content .inner .inner-content p a {
	color: #ad3f9e;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p {
	font-size: 0.875em;
	margin-bottom: 1em;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p label {
	color: #ad3f9e;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p input {
	border-color: #02a4dc;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-username, .login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-password {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-username label, .login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-password label {
	width: 100%;
	margin-bottom: .25em;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-username input, .login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-password input {
	width: 100%;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-remember {
	margin-bottom: 2em;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-submit input {
	padding: .5em 4em;
	background: #02a4dc;
	color: #fff;
	cursor: pointer;
	transition: all 400ms linear;
	border: solid 1px #02a4dc;
}

.login-page .single-banner .single-banner-content .inner .inner-content #loginform p.login-submit input:hover {
	background: #fff;
	color: #02a4dc;
}

.login-page .single-banner .single-banner-image {
	width: 50%;
	position: relative;
	z-index: 2;
}

.login-page .single-banner .single-banner-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 900px) {
	.login-page .single-banner .single-banner-content {
		width: 100%;
		padding: 0 2em;
	}
	.login-page .single-banner .single-banner-content .inner {
		transform: unset;
	}
	.login-page .single-banner .single-banner-image {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.login-page .single-banner .single-banner-content .inner .inner-content {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.site-footer .main-footer {
	padding: 1em 0;
	background: #4eb2de;
	background: linear-gradient(98deg, #4eb2de 0%, #4fb2ad 100%);
	color: #fff;
	width: 100%;
	position: relative;
}

.site-footer .main-footer .footer-decor {
	position: relative;
	z-index: 1;
}

.site-footer .main-footer .footer-decor img {
	float: right;
}

.site-footer .main-footer .container {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.site-footer .main-footer .container .footer-sections {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(3), .site-footer .main-footer .container .footer-sections .footer-section-list-item:last-child {
	position: relative;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(3):before, .site-footer .main-footer .container .footer-sections .footer-section-list-item:last-child:before {
	content: '';
	display: block;
	width: 1px;
	height: 75%;
	background: #fff;
	position: absolute;
	left: -4em;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item h5 {
	text-transform: uppercase;
	font-weight: lighter;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item ul {
	margin: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item ul li {
	width: 100%;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item ul li a {
	color: #fff;
	transition: color 400ms linear;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item ul li a:hover {
	color: #ad3f9e;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item section {
	padding: 0;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul {
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5em;
	margin: 0;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul li {
	width: unset;
	margin-left: 1.5em;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul li:first-child {
	margin-left: 0;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul li p {
	margin: 0;
}

.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul li p a {
	color: #fff;
}

.site-footer .main-footer .container .widget {
	margin-bottom: 0;
}

.site-footer .site-info {
	padding: 1.5em 2em 1em 2em;
	background: #00709D;
	font-size: .8em;
	color: #fff;
	width: 100%;
}

.site-footer .site-info .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.site-footer .site-info .container p {
	max-width: 50%;
}

.site-footer .site-info p {
	margin-bottom: 0;
	font-weight: 100;
	color: #fff;
}

.site-footer .site-info p strong {
	font-weight: 900;
}

.site-footer .site-info p a {
	color: #fff;
	display: inline-block;
}

.site-footer .site-info p a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #38F9D7;
	margin: 0 auto;
	transition: width 400ms linear;
}

.site-footer .site-info p a:hover:after {
	width: 90%;
}

@media screen and (max-width: 1300px) {
	.site-footer .main-footer .container {
		padding: 0 2em;
	}
	.site-footer .site-info .container {
		padding: 0 2em;
	}
}

@media screen and (max-width: 900px) {
	.site-footer .main-footer .container .footer-sections .footer-section-list-item a img {
		max-width: 100px;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(3):before, .site-footer .main-footer .container .footer-sections .footer-section-list-item:last-child:before {
		display: none;
	}
	.site-footer .site-info .container {
		padding: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-footer .site-info .container p {
		max-width: unset;
		width: 100%;
	}
	.site-footer .site-info .container p:last-child {
		margin-top: .5em;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.site-footer .main-footer .footer-decor {
		position: absolute;
		top: 0;
		right: 0;
	}
	.site-footer .main-footer .container {
		padding: 0 1em;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}
	.site-footer .main-footer .container .footer-sections {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item h5 {
		margin-bottom: .25em;
		font-size: 1em;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item a {
		font-size: .875em;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item:first-child {
		-ms-flex-order: 1;
		    order: 1;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		margin-bottom: 1em;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(2) {
		-ms-flex-order: 4;
		    order: 4;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 1.5em;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(2) h5 {
		display: none;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(3) {
		-ms-flex-order: 2;
		    order: 2;
		width: 50%;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item:nth-child(4) {
		-ms-flex-order: 3;
		    order: 3;
		width: 50%;
		text-align: right;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item section {
		width: 100%;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul {
		width: 50%;
		margin: 0 auto;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
	.site-footer .main-footer .container .footer-sections .footer-section-list-item section ul li {
		margin: 0;
	}
	.site-footer .site-info {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.footer-fixed {
	position: fixed;
	bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*# sourceMappingURL=../Insurance-Broker-Theme/sass/maps/style.css.map */
