@charset "UTF-8";
/*!
Theme Name: Brokers Ireland
Theme URI: http://underscores.me/
Author: Adam Hetherington
Author URI: http://www.itomic.ie
Description: A custom theme by Itomic Voice & Data for Brokers Ireland
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brokers-ireland
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.

Brokers Ireland is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-size: 0.9em;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	color: #2C2C6F;
	font-family: "Roboto", sans-serif;
}

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: 11.25px;
	font-size: 0.84375em;
	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: 11.25px;
	font-size: 0.84375em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

.right-pad {
	padding-right: 1em;
}

.curve-svg {
	display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.curve-svg {
		width: 100%;
		padding-bottom: 4%;
		overflow: visible;
		height: 1px;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

/* Pagination container */
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    list-style-type: none;
}

/* Pagination links */
.pagination a, .pagination span {
    color: #333;
    background-color: #f4f4f4;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: background-color 0.3s, color 0.3s;
}

/* Current page */
.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
    pointer-events: none;
}

/* Hover effect on pagination links */
.pagination a:hover {
    background-color: #0073aa;
    color: #fff !important;
    border-color: #0073aa;
}

/* Disabled pagination links */
.pagination .disabled {
    color: #ccc;
    background-color: #e9ecef;
    border-color: #ddd;
    pointer-events: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 4px;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
	color: #fff;
	border: none;
	font-weight: 600;
	white-space: nowrap;
	font-size: 1.1em;
	line-height: 1;
	padding: 15px 40px;
}

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

.button-w {
	border: 2px solid #fff;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.button-w:hover, .button-w:active, .button-w:focus {
	border-color: #2C2C6F;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2C2C6F;
	font-size: 1.1em;
}

a:visited {
	color: #2C2C6F;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.current_page_item a {
	color: #00C1F3;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (min-width: 900px) {
	.site-header {
		top: 0;
		left: 0;
		z-index: 1500;
		width: 100%;
		padding: 1em;
	}
}

.site-header .container .nav-mobile {
	display: none;
	position: absolute;
	right: 0;
	height: 70px;
	width: 70px;
}

.site-header .container .site-branding img {
	width: 220px;
	height: auto;
}

.site-header .container .main-navigation ul {
	margin: 0;
	padding: 0;
}

.site-header .container .main-navigation ul li {
	margin: 0;
	float: left;
	list-style: none;
	padding: 1em .6em;
	position: relative;
}

.site-header .container .main-navigation ul li a {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight: 800;
	font-size: 1.2em;
	display: inline-block;
}

.site-header .container .main-navigation ul li a:not(:only-child):after {
	padding-left: 4px;
	content: ' ▾';
}

.site-header .container .main-navigation ul li a:after {
	content: ' ';
	display: block;
	margin: 1px auto;
	height: 4px;
	width: 0;
	background: #00C1F3;
	-webkit-transition: all 800ms linear;
	transition: all 800ms linear;
}

.site-header .container .main-navigation ul li a:hover:after {
	width: 95%;
}

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

.site-header .container #nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}

.site-header .container #nav-toggle span,
.site-header .container #nav-toggle span:before,
.site-header .container #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.site-header .container #nav-toggle span:before {
	top: -10px;
}

.site-header .container #nav-toggle span:after {
	bottom: -10px;
}

.site-header .container #nav-toggle.active span {
	background-color: transparent;
}

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

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

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

@media only screen and (max-width: 1000px) {
	.site-header .container {
		padding: 1em;
		display: block;
		z-index: 1000;
		width: 100%;
	}
	.site-header .container .nav-list {
		display: block !important;
	}
	.site-header .container .nav-mobile {
		display: block;
	}
	.site-header .container .main-navigation ul {
		display: none;
		width: 100%;
		text-align: center;
		margin-top: 1em;
	}
	.site-header .container .main-navigation ul li {
		float: none;
	}
	.site-header .container .main-navigation ul li a {
		padding: 15px;
		line-height: 20px;
	}
	.site-header .container .main-navigation ul li.mobile-login {
		display: block;
		background: linear-gradient(135deg, #00C1F3, #0065A6);
		padding: 10px 15px;
		border-radius: 4px;
	}
	.site-header .container .main-navigation ul li.mobile-login a {
		color: #fff;
	}
	.site-header .container .login button {
		display: none;
	}
	.site-header .container .login a {
		display: none;
	}
	.site-header .container .nav-dropdown {
		position: static;
	}
}

@media only screen and (max-width: 600px) {
	.site-header {
		background-color: #fff;
		background: none;
	}
	.site-header .container {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.site-header .container .site-branding {
		text-align: center;
	}
	.site-header .container .main-navigation ul li a {
		color: #2C2C6F;
	}
	.site-header .container #nav-toggle span,
	.site-header .container #nav-toggle span:before,
	.site-header .container #nav-toggle span:after {
		background: linear-gradient(135deg, #00C1F3, #819AFF);
	}
	.site-header .container .site-branding img {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 10.5px;
	font-size: 0.7875em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

/* ======  Breadcrumbs  ===== */
#breadcrumbs {
	margin-bottom: 0;
	font-size: .8em;
	color: #00C1F3;
}

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

@media only screen and (max-width: 600px) {
	#breadcrumbs {
		font-size: .6em;
	}
}

/* ======  Widget Content (Sidebar)  ===== */
.widget-content {
	margin: 0;
	margin-right: 1em;
	width: 100%;
	background-color: #E9E8E9;
	border-radius: 8px;
	max-width: 240px;
	min-width: 200px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.widget-content .widget-title {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: .5em;
	text-align: center;
	border-radius: 4px;
	white-space: nowrap;
	margin-bottom: 1em;
}

.widget-content ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
	padding: 0 1em;
}

.widget-content ul li {
	font-weight: 600;
	width: 100%;
	margin: .5em 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 600px) {
	.widget-content {
		max-width: none;
		width: auto;
		margin-bottom: 2em;
	}
	.widget-content ul {
		text-align: center;
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Layouts
--------------------------------------------------------------*/
.site-content {
	padding: 0;
	color: #5F6161;
}

@media screen and (min-width: 600px) {
	.site-content {
		padding: 0;
	}
}

.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.grecaptcha-badge {
	visibility: hidden;
}

a {
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.not-mob {
		display: none;
	}
}

.main-content {
	padding: 2em 0;
}

@media only screen and (max-width: 600px) {
	.main-content {
		padding: 1em;
	}
}

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

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

@media only screen and (max-width: 600px) {
	.flex-mob {
		display: block;
	}
}

#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 #21759b;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	        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;
}

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

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

.add-event-btn {
	display: inline-block;
	padding: 1em;
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	border-radius: 8px;
	margin-right: 2em;
}

.add-event-btn p {
	display: inline-block;
	margin: 0;
}

.add-event-btn p a {
	color: #fff !important;
}

.calendar-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 2em 0;
}

.add-to-calendar {
	display: none !important;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.top-banner-slide:not(.slick-initialized) {
	opacity: 0;
}

.top-banner {
	position: relative;
	padding-bottom: 40px;
}

.top-banner .slide {
	overflow: hidden;
}

.top-banner .slide img {
	width: 100%;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.top-banner .slide .slide-comp {
	padding-top: 1em;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.top-banner .slide .slide-comp .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 0 2em;
}

.top-banner .slide .slide-comp .text-box-rev {
	color: #FFF;
	width: 500px;
	height: 100%;
	min-height: 355px;
	padding: 2em 2em 2em 0;
	font-size: 1.4em;
}

.top-banner .slide .slide-comp .text-box-rev .icon {
	max-width: 60px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-bottom: 0;
}

.top-banner .slide .slide-comp .text-box-rev .one-voice-img {
	padding-bottom: 1em;
	max-width: 300px;
}

.top-banner .slide .slide-comp .text-box-rev .one-voice-img img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.top-banner .slide .slide-comp .text-box-rev .slide-head {
	font-size: 2em;
	margin: 0;
	font-weight: 600;
}

.top-banner .slide .slide-comp .text-box-rev .text {
	margin-top: 0;
	line-height: 22px;
	font-size: 20px;
}

.top-banner .slide .slide-comp .one-voice {
	right: 0;
	top: 0;
	max-width: 300px;
	-ms-flex-item-align: center;
	    align-self: center;
}

.top-banner .slide .slide-comp .one-voice img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.top-banner .slide .slide-comp .text-box {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	color: #2C2C6F;
	width: 500px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	height: 100%;
	padding: 2em;
	font-size: 1.4em;
}

.top-banner .slide .slide-comp .text-box .banner1-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 1em;
}

.top-banner .slide .slide-comp .text-box .banner1-heading .one {
	font-weight: 600;
	font-size: 6em;
	font-family: 'Roboto';
	line-height: 0;
}

.top-banner .slide .slide-comp .text-box .banner1-heading .one-sub {
	line-height: 1.2em;
	text-align: center;
}

.top-banner .slide .slide-comp .text-box .banner1-heading .one-sub .voice {
	font-size: 3em;
}

.top-banner .slide .slide-comp .text-box .banner1-heading .one-sub .rep {
	font-size: 1em;
}

.top-banner .slide .slide-comp .text-box .banner1-heading .one-sub .strenght {
	font-size: 1.7em;
}

.top-banner .slide .slide-comp .text-box .banner2-heading {
	margin-bottom: 1em;
}

.top-banner .slide .slide-comp .text-box .banner2-heading .two {
	font-weight: 600;
	font-size: 2em;
	font-family: 'Source Sans Pro';
	margin: 0;
	line-height: 1em;
}

.top-banner .slide .slide-comp .text-box .banner2-heading .two-sub {
	margin: 0;
	font-size: 1.8em;
	line-height: 1em;
}

.top-banner .slide .slide-comp .text-box .banner2-heading .three-sub {
	margin: 0;
	font-size: 1.6em;
	line-height: 1em;
}

.top-banner .slide .slide-comp .text-box .heading {
	margin-bottom: 1em;
}

.top-banner .slide .slide-comp .text-box h2 {
	color: #fff;
}

.top-banner .slide .slide-comp .text-box p {
	margin: 0;
}

.top-banner .slide .slide-comp .text-box .text {
	margin-bottom: 1em;
	line-height: 1em;
}

.top-banner .slide .slide-comp {
	padding-bottom: 90px;
}

.top-banner .slide .slide-comp.one {
	background-size: cover;
	background-position: center;
}

.top-banner .slide .slide-comp.one-1 {
	background-size: cover;
	background-position: center;
}

.top-banner .slide .slide-comp.two {
	background-size: cover;
	background-position: center;
}

.top-banner .slide .slide-comp.four {
	background-size: cover;
	background-position: center;
}

.top-banner .slide .slide-comp.five {
	background-size: cover;
	background-position: center;
}

.top-banner .slide .slide-comp.six {
	background-size: cover;
	background-position: center;
}

.top-banner .banner-slogan {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	color: #FFF;
	background: rgba(0, 73, 143, 0.85);
	padding: .6em;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.top-banner .banner-slogan h1 {
	font-size: 1.2em;
	color: #FFF;
}

.top-banner .banner-slogan h1 span {
	font-weight: 300;
}

.mob-banner {
	margin: 0 !important;
	width: 100%;
	height: auto;
}

.mob-banner img {
	width: 100%;
	height: auto;
}

.banner-slogan {
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #00498F;
	margin-top: 0;
	padding: .6em;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.banner-slogan.mob-cont {
	margin-top: 0;
}

.banner-slogan h1 {
	font-size: 1.2em;
	color: #FFF;
}

.banner-slogan h1 span {
	font-weight: 300;
}

/*-----  Broker Result Grid Design  -------*/
#broker-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 2em;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#broker-grid::after {
	content: "";
	-ms-flex-preferred-size: calc(33.333% - 20px);
	    flex-basis: calc(33.333% - 20px);
}

#broker-grid p {
	margin: 0;
}

#broker-grid .broker-card {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border: 2px solid #fff;
	background: #fff;
	border-radius: 8px;
	-ms-flex-preferred-size: calc(33.333% - 20px);
	    flex-basis: calc(33.333% - 20px);
	padding: 1.5em;
	margin-bottom: 2em;
}

#broker-grid .broker-card:hover {
	border: 2px solid #00C1F3;
}

@media screen and (max-width: 1230px) {
	#broker-grid .broker-card {
		-ms-flex-preferred-size: calc(50% - 20px);
		    flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width: 930px) {
	#broker-grid .broker-card {
		-ms-flex-preferred-size: calc(100%);
		    flex-basis: calc(100%);
	}
}

#broker-grid .broker-card .phone-number {
	font-size: 0.9em;
}

#broker-grid .broker-card .broker-name {
	font-size: 1.2em;
	font-weight: 700;
	color: #2C2C6F;
	margin-bottom: 1em;
	line-height: 1.1em;
}

#broker-grid .broker-card .website {
	color: #00C1F3;
	font-weight: 700;
	font-size: 1.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 240px;
}

#broker-grid .broker-card .address {
	font-weight: 600;
	font-size: 0.9em;
}

#no-results {
	width: 100%;
	min-height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#no-results .message {
	text-align: center;
	max-width: 400px;
	margin-top: 3em;
	color: #999;
	font-size: 1.6em;
	font-weight: 700;
}

/*-----  Find a Broker CSS  -------*/
.find-a-broker {
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	margin-bottom: 50px;
}

.find-a-broker.broker-grid {
	text-align: left;
	margin-bottom: 0;
	width: 70%;
}

.find-a-broker.broker-grid .search-form form {
	margin: 0;
}

.find-a-broker.broker-grid .search-form form label.grid-20 {
	width: unset !important;
}

.find-a-broker.broker-grid .search-form form select.grid-80 {
	width: unset !important;
}

@media screen and (max-width: 1028px) {
	.find-a-broker {
		margin-bottom: 1em;
	}
}

.find-a-broker * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.find-a-broker h2 {
	font-size: 2.2em;
	margin: 1em 0 .2em 0;
	color: #2C2C6F;
}

.find-a-broker h4 {
	font-size: 1.6em;
	color: #2C2C6F;
	margin-top: 0;
	font-weight: 300;
	padding-top: 0;
	margin: 0 auto;
	margin-bottom: 2em;
}

.find-a-broker .search-form {
	width: 100%;
}

.find-a-broker .search-form form {
	/* font size 0 to remove inline-block whitespcae*/
	font-size: 0;
	max-width: 52rem;
	margin: auto;
}

.find-a-broker .search-form .sub-head {
	max-width: 600px;
	margin: 0 auto;
}

.find-a-broker .search-form .find-a-broker-form {
	border-radius: 6px;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap {
	display: inline-block;
	/* very messy "grid" styles */
	/* input and label styles*/
}

@media screen and (max-width: 1028px) {
	.find-a-broker .search-form .find-a-broker-form .inp-wrap {
		width: 100%;
	}
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap [class*="grid-"] {
	vertical-align: middle;
	height: 3.125rem;
	font-size: 1.4rem;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .search-wrap {
	width: 50%;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .cat-wrap {
	width: 35%;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .submit-wrap {
	width: 15%;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-20 {
	width: 20%;
}

@media screen and (max-width: 1028px) {
	.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-20 {
		margin-bottom: 2px;
	}
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-25 {
	width: 25%;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-75 {
	width: 75%;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-80 {
	width: 80%;
}

@media screen and (max-width: 1028px) {
	.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-80 {
		margin-bottom: 2px;
	}
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap .grid-100 {
	width: 100%;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap label {
	padding: 0 1rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 3.125rem;
	background: #00C1F3;
	cursor: pointer;
	text-align: center;
	font-weight: 300;
	color: #fff;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.find-a-broker .search-form .find-a-broker-form .inp-wrap label:hover {
	background: #0065A6;
	color: #FFF;
}

.find-a-broker #life-cover-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #00C1F3;
	border-radius: 8px;
	max-width: 700px;
	margin: 30px auto 60px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0.5em 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
}

@media screen and (max-width: 740px) {
	.find-a-broker #life-cover-banner {
		margin: 1em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
}

.find-a-broker #life-cover-banner .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 740px) {
	.find-a-broker #life-cover-banner .content {
		padding-bottom: 1em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.find-a-broker #life-cover-banner .content .banner-icon {
	height: 80px;
	width: auto;
	padding-right: 10px;
}

@media screen and (max-width: 740px) {
	.find-a-broker #life-cover-banner .content .banner-icon {
		padding-right: 0;
	}
}

.find-a-broker #life-cover-banner .content .heading {
	font-size: 2em;
	margin: 0;
	color: #2C2C6F;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.find-a-broker #life-cover-banner .content .sub-text {
	font-size: 1.6em;
	color: #2C2C6F;
	margin-top: 0;
	font-weight: 300;
	padding-top: 0;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}

#life-cover-find-a-broker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 1em;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}

@media screen and (max-width: 840px) {
	#life-cover-find-a-broker {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
	#life-cover-find-a-broker .find-a-broker {
		margin-bottom: 1em;
	}
	#life-cover-find-a-broker .find-a-broker .search-form {
		padding: 0;
	}
	#life-cover-find-a-broker .find-a-broker .search-form label {
		width: 30% !important;
	}
	#life-cover-find-a-broker .find-a-broker .search-form select {
		width: 70% !important;
	}
}

#life-cover-find-a-broker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 1154px) {
	#life-cover-find-a-broker {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

input,
select {
	-webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: -webkit-box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	border: 0;
	padding: 0 0 0 0.5em;
	background-color: #E9E8E9;
}

#search-field:focus,
select:focus {
	outline: none;
	border: 0;
	-webkit-box-shadow: inset 0 0 0 5px #00C1F3;
	        box-shadow: inset 0 0 0 5px #00C1F3;
}

/* select menu styles */
.cat-wrap {
	padding: 0;
	position: relative;
	z-index: 1;
}

.search-wrap {
	padding: 0;
	position: relative;
	z-index: 1;
}

/* triangle */
.cat-wrap::after {
	content: '\25BC';
	position: absolute;
	top: 0.6rem;
	right: 0.5em;
	color: #515151;
	font-size: 1.2rem;
	pointer-events: none;
}

.search-wrap::after {
	content: '\25BC';
	position: absolute;
	top: 0.6rem;
	right: 0.5em;
	color: #515151;
	font-size: 1.2rem;
	pointer-events: none;
}

select {
	padding: 0.5rem 2rem 0.5rem 0.75rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

option {
	margin: 0.6em 0;
}

/* search button and icon styles */
/* remove mozilla button styles */
button::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

.btn {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.9em;
	border: 0;
	padding: 0 1em 0 1em;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	color: white;
	font-weight: 600;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media screen and (max-width: 1028px) {
	.btn {
		margin-top: .5em;
	}
}

.btn:hover,
.btn:focus,
.btn:active {
	outline: 0;
	background: #0B9DFB;
	cursor: pointer;
}

.btn:active {
	-webkit-transform: translateY(1px);
	        transform: translateY(1px);
}

.search-icon-container {
	outline: 0;
}

#search-icon {
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
	outline: 0;
	fill: #fff;
}

.btn:hover #search-icon,
.btn:focus #search-icon {
	fill: #232323;
}

@media screen and (max-width: 820px) {
	.search-label {
		border-radius: 0;
	}
	.cat-wrap {
		width: 50%;
	}
	.submit-wrap {
		width: 50%;
		display: block;
		margin: 1rem auto 1rem;
	}
	.btn {
		border-radius: 5px;
	}
	.search-form {
		padding: 0 1rem;
	}
	.find-a-broker h2 {
		font-size: 2em;
	}
	.find-a-broker h4 {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 560px) {
	.cat-wrap,
	.search-wrap {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.grid-80 {
		width: 75%;
	}
	.grid-20 {
		width: 25%;
	}
}

/*-----  Block CSS  -------*/
.block {
	padding: 0;
	margin: 0;
	position: relative;
}

.block .grey-left {
	background-color: #E9E8E9;
	width: 54%;
	display: inline-block;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	vertical-align: bottom;
}

.block .grey-left .mob-partners {
	display: none;
}

.block .grey-left .mob-partners .container {
	text-align: center;
}

.block .grey-left .mob-partners .container img {
	padding: 5px;
}

.block .grey-left .div-inner-text {
	padding: 2em 80px;
	max-width: 600px;
	padding-bottom: 80px;
}

.block .grey-left .div-inner-text h2 {
	font-size: 2.2em;
	color: #2C2C6F;
	margin: 0;
}

.block .grey-left .div-inner-text h4 {
	font-size: 1.6em;
	color: #2C2C6F;
	margin-top: 0;
	font-weight: 300;
}

.block .grey-left .div-inner-text p {
	color: #5F6161;
	margin-bottom: 40px;
	font-size: 1em;
	max-width: 500px;
}

.block .grey-left .div-inner-text .right-float {
	float: right;
}

.block .block-image {
	width: 45%;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.block .left {
	margin-left: 40px;
	margin-right: -40px;
	margin-top: 40px;
	position: relative;
}

.block .right {
	margin-left: -40px;
	margin-bottom: -20px;
}

@media screen and (max-width: 960px) {
	.block {
		margin-bottom: 30px;
	}
	.block .grey-left {
		width: 100%;
		display: block;
		text-align: center;
		background-color: #E9E8E9;
		border-radius: 0;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}
	.block .grey-left .mob-partners {
		display: block;
	}
	.block .grey-left .div-inner-text {
		padding-bottom: 3em;
	}
	.block .grey-left .div-inner-text .right-float {
		float: none;
	}
	.block .block-image {
		display: none;
	}
	.div-inner-text {
		max-width: 800px;
		padding: .5em 1em;
		margin: 0 auto;
	}
	.div-inner-text p {
		max-width: none;
		font-size: 1em;
	}
}

@media screen and (max-width: 600px) {
	#l-comp {
		display: none;
	}
	.block .grey-left .div-inner-text {
		padding: 2em 1em;
	}
	.block .grey-left .div-inner-text p {
		font-size: 1.2em;
		font-weight: 300;
	}
	.div-inner-text h2 {
		font-size: 2em;
	}
	.div-inner-text h4 {
		font-size: 1.2em;
	}
}

/*-----  Partners  -------*/
.partners .main {
	background-color: #0065A6;
	color: #fff;
	text-align: center;
}

.partners .main h2 {
	color: #fff;
	font-size: 2.2em;
}

.partners .main p {
	margin: 0;
}

.partners .main .container {
	text-align: center;
}

@media screen and (max-width: 960px) {
	.partners {
		display: none;
	}
	.partners section {
		margin: 0;
	}
}

/* ============= Social ==================== */
.social {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 1em;
}

.social .twitter {
	padding: 0 1em;
}

.social .twitter h2 {
	font-size: 1.6em;
	color: #2C2C6F;
}

.social .twitter .twitter-timeline {
	padding: 40px;
}

.social .news-feed {
	width: 400px;
	border-left: 1px solid #E9E8E9;
	padding: 0 1em;
}

.social .news-feed h2 {
	font-size: 1.6em;
	color: #2C2C6F;
}

.social .news-feed h3 {
	color: #2C2C6F;
}

.social .news-feed .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #999;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 4px;
}

.social .news-feed .post:hover {
	cursor: pointer;
	background-color: #E9E8E9;
}

.social .news-feed .post .date p {
	font-size: 1.2em;
	font-weight: 600;
	margin: 1em;
	font-family: 'Roboto', sans-serif;
	color: #00C1F3;
}

.social .news-feed .post .spec {
	font-size: .8em;
}

.social .careers {
	width: 400px;
	border-left: 1px solid #E9E8E9;
	padding: 0 1em;
}

.social .careers h2 {
	font-size: 1.6em;
	color: #2C2C6F;
}

.social .careers h3 {
	margin-bottom: 0;
	color: #2C2C6F;
}

.social .careers .job {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #999;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 4px;
}

.social .careers .job:hover {
	cursor: pointer;
	background-color: #E9E8E9;
}

.social .careers .job .date p {
	font-size: 1.2em;
	font-weight: 600;
	margin: 1em;
	font-family: 'Roboto', sans-serif;
	color: #00C1F3;
	max-width: 50px;
}

.social .careers .job .spec {
	font-size: .8em;
}

.social .careers .job .spec .comp-name {
	padding-top: 0;
	margin: 0;
	color: #999;
	font-weight: 600;
}

.social .careers .job .spec .location {
	padding-top: 0;
	margin: 0;
	color: #5F6161;
	font-weight: 600;
}

@media screen and (max-width: 900px) {
	.twitter {
		display: inline-block;
		width: 49%;
	}
	.Social {
		display: block;
	}
	.Careers {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	.Compliance {
		display: inline-block;
		border-left: none;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.Social {
		display: block;
		width: 100%;
	}
	.twitter {
		width: 100%;
		display: none;
	}
	.Careers {
		border-left: none;
		width: 100%;
	}
	.Compliance {
		border-left: none;
		width: 100%;
	}
}

/* ============= Part Tabs ==================== */
.part-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.part-tabs .lpi {
	padding: 2em;
	width: 100%;
}

.part-tabs .lpi img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

.part-tabs .fin-broker {
	padding: 2em;
	width: 100%;
}

.part-tabs .fin-broker img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

.part-tabs .mortgage-serv {
	padding: 2em;
	width: 100%;
}

.part-tabs .mortgage-serv img {
	width: 100%;
	height: auto;
	max-width: 200px;
}

@media only screen and (max-width: 600px) {
	.part-tabs {
		display: none;
	}
}

/* =============IB TV==================== */
.ibtv {
	width: 100%;
	background-color: #FFF;
	padding: 0 2em 0 2em;
}

.ibtv h2 {
	font-size: 3em;
	color: #2C2C6F;
	margin: 0;
}

.ibtv h4 {
	font-size: 1.8em;
	color: #2C2C6F;
	margin-top: .2em;
	font-weight: 300;
}

.ibtv p {
	color: #2C2C6F;
}

.ibtv .ibtv-head {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ibtv .ibtv-head .logo img {
	height: 50px;
	width: auto;
}

.ibtv .ibtv-head .sub-head h4 {
	display: inline-block;
	margin-left: 20px;
	margin: 0;
}

.ibtv .ibtv-vids section {
	margin: 0;
}

.ibtv .slick-list {
	-webkit-box-sizing: initial;
	        box-sizing: initial;
	padding: 0 0 2em 0;
}

.ibtv .vid {
	padding: 10px;
	background-color: #fff;
	margin: 5px;
	border-radius: 8px;
	border: 1px solid #999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ibtv .vid p {
	font-size: .8em;
	text-align: center;
	height: 60px;
	border-bottom: 2px solid #00C1F3;
}

.ibtv .sponsor p {
	margin: 0;
}

.customer-logos .slick-list .slick-track{
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1000px) {
	.ibtv h4 {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 600px) {
	.vid p {
		font-size: .8em;
		text-align: center;
		height: 80px;
		border-bottom: 2px solid #00C1F3;
	}
	.ibtv-head {
		display: block;
		text-align: center;
	}
	.ibtv-head .call-to-action-button {
		float: none;
	}
	.ibtv {
		display: none;
	}
}

/* ============= Mob Accordion ==================== */
.mob-cont {
	display: none;
	margin-top: 40px;
}

.mob-cont .events {
	background: none;
}

.mob-cont .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}

.mob-cont .tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.mob-cont .tab .tab-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 2s;
	transition: max-height 2s;
}

.mob-cont .tab .tab-content p {
	margin: 1em;
	margin-bottom: 20px;
}

.mob-cont.norm {
	display: block;
}

.tab label {
	position: relative;
	text-align: left;
	display: block;
	padding: 0 0 0 1em;
	background: #16a085;
	font-weight: bold;
	line-height: 3;
	color: #fff;
	cursor: pointer;
}

.blue label {
	background: linear-gradient(135deg, #00C1F3, #819AFF);
}

/* :checked */
.tab input:checked ~ .tab-content {
	max-height: 6000px;
}

/* Icon */
.tab label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.tab input[type=radio] + label::after {
	content: "\25BC";
}

@media only screen and (max-width: 600px) {
	.mob-cont {
		display: block;
	}
	.Social {
		display: none;
	}
	.events {
		display: none;
	}
	.tab .events {
		display: block;
	}
}

.file-icon {
	text-align: center;
	max-width: 18%;
	min-width: 18%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 2px;
}

@media only screen and (max-width: 600px) {
	.file-icon {
		width: 42%;
		max-width: 42%;
	}
}

.mob-careers a {
	color: #999;
}

.mob-careers a .job {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #999;
}

.mob-careers a .job .date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-weight: 800;
	font-size: 1.2em;
	color: #2C2C6F;
}

.mob-careers a .job .spec {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.mob-careers a .job .spec h3 {
	color: #5F6161;
}

.mob-careers a .job .spec .comp-name {
	padding-top: 0;
	margin: 0;
	color: #999;
}

.mob-events .event-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #999;
	padding: 1em 0;
}

.mob-events .event-card .date {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-weight: 800;
	font-size: 1.2em;
	color: #2C2C6F;
}

.mob-events .event-card .spec {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.mob-events .event-card .spec h5 {
	color: #5F6161;
}

.cust-logo-mob-img {
	padding: .5em;
}

.front-more-but {
	text-align: right;
	color: #00C1F3;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.site-content {
		display: block;
	}
}

.main-post-div {
	padding: 0 2em;
	width: 100%;
}

/**
=========== Careers Page =================
 */
.career-p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career-p .main-content {
	width: 100%;
}

.career-p .main-content .main-post-div {
	padding: 1em;
}

.career-p .main-content .main-post-div .job-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}

.career-p .main-content .main-post-div .job-header h1 {
	margin: 0;
	color: #2C2C6F;
}

.career-p .main-content .main-post-div .job-header h4 {
	padding-top: 0;
	margin: 0;
	color: #999;
}

.career-p .main-content .main-post-div .job-header .job-type h2 {
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	color: #fff;
	padding: 15px 20px;
	font-size: 1em;
	font-weight: 600;
	border-radius: 4px;
	white-space: nowrap;
}

.career-p .main-content .main-post-div .top-spec {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: 2em;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.career-p .main-content .main-post-div .top-spec img {
	max-width: 160px;
	height: auto;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (max-width: 900px) {
	.career-p .main-content .main-post-div .top-spec {
		font-size: .8em;
		display: block;
	}
	.career-p .main-content .main-post-div .top-spec img {
		max-width: 160px;
	}
}

.career-p .main-content .main-post-div .content-here {
	margin-top: 1em;
}

.career-p .main-content .main-post-div .content-here .job-desc p {
	font-size: .9em;
	text-align: justify;
}

/**
=========== Brokers Page =================
 */
.broker-p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.broker-p .main-content {
	width: 100%;
}

.broker-p .main-content .main-post-div {
	padding: 0 2em;
	width: 100%;
}

.broker-p .main-content .main-post-div .broker-desc {
	margin-top: 2em;
}

.broker-p .main-content .main-post-div .b-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}

.broker-p .main-content .main-post-div .b-header img {
	width: 150px;
	height: auto;
}

.broker-p .main-content .main-post-div .b-header h1 {
	margin: 0;
	color: #2C2C6F;
}

.broker-p .main-content .main-post-div .b-header .single-page-post-heading .cont-number {
	color: #00C1F3;
	font-size: 2em;
	font-weight: 300;
	margin: 0;
}

.broker-p .main-content .main-post-div .broker-spec {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: 2em;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.broker-p .main-content .main-post-div .broker-spec a {
	color: #00C1F3;
}

.broker-p .main-content .main-post-div .map {
	margin-top: 1em;
}

/**
=========== Brokers Page (Mobile) =================
 */
@media only screen and (max-width: 600px) {
	.broker-p .widget-content {
		display: none;
	}
	.broker-p .main-content .main-post-div h1 {
		font-size: 1.2em;
	}
	.broker-p .main-content .main-post-div .b-header {
		padding-top: 1em;
		text-align: center;
		display: block;
	}
	.broker-p .main-content .main-post-div .b-header .single-page-post-heading .cont-number {
		color: #00C1F3;
		font-size: 1em;
		font-weight: 300;
		margin: 0;
	}
	.broker-p .main-content .main-post-div .broker-spec {
		font-size: .8em;
		padding: 1em;
	}
}

/**
=========== Partner Archive =================
 */
.partner-a .main-cont {
	width: 70%;
}

.partner-a .main-cont .part-list .part-img {
	display: inline-block;
	width: 22%;
	padding: 1em;
	border: 1px solid #999;
	border-radius: 8px;
	margin: .5em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.partner-a .main-cont .part-list .part-img img{
	min-height: 157px;
	object-fit: contain;
}

.partner-a .main-cont .part-list .part-no-img {
	display: inline-block;
	width: 22%;
	padding: 1em;
	border: 1px solid #999;
	border-radius: 8px;
	margin: .5em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.partner-a .widget-content {
		display: none;
	}
	.partner-a .main-cont {
		width: 100%;
	}
	.partner-a .main-cont .part-list .part-img {
		width: 42%;
	}
}

/**
=========== Affinity Archive =================
 */
.affinity-a .main-cont {
	width: 70%;
	padding: 0 2em;
}

.affinity-a .main-cont h3 {
	font-size: 1.5em;
	padding-bottom: 12px;
	padding-top: 2em;
}

.affinity-a .main-cont .single-page-post-heading {
	padding-bottom: 2em;
}

.affinity-a .main-cont .part-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 2em;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.affinity-a .main-cont .part-list .cat-tag {
	font-size: 0.6em;
	color: #fff;
	padding: 4px 6px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 12px;
	margin: 0;
	margin-bottom: 8px;
}

.affinity-a .main-cont .part-list .cat-tag.navy {
	background-color: #2C2C6F;
}

.affinity-a .main-cont .part-list .cat-tag.light-blue {
	background-color: #00C1F3;
}

.affinity-a .main-cont .part-list .cat-tag.orange {
	background-color: #f1b36c;
}

.affinity-a .main-cont .part-list .cat-tag.purple {
	background-color: #ad3f9e;
}

.affinity-a .main-cont .part-list .cat-tag.green {
	background-color: #4fb2ad;
}

.affinity-a .main-cont .part-list .cat-tag.red {
	background-color: #D16666;
}

.affinity-a .main-cont .part-list .cat-tag.brown {
	background-color: #816C61;
}

.affinity-a .main-cont .part-list .cat-tag.green-2 {
	background-color: #7DDE92;
}

.affinity-a .main-cont .part-list .cat-tag.yellow {
	background-color: #7DDE92;
}

.affinity-a .main-cont .part-list a {
	width: 32%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: .5em;
	margin-bottom: 1em;
}

.affinity-a .main-cont .part-list a .part-img {
	padding: 1em;
	border: 1px solid #999;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-direction: column;
	    flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.affinity-a .main-cont .part-list a .part-no-img {
	display: inline-block;
	padding: 1em;
	border: 1px solid #999;
	border-radius: 8px;
	margin: .5em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-align: center;
}

.affinity-a .main-cont .part-list a .a-title {
	font-size: 1em;
	font-weight: 900;
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.partner-a .widget-content {
		display: none;
	}
	.partner-a .main-cont {
		width: 100%;
	}
	.partner-a .main-cont .part-list a {
		width: 100%;
	}
	.partner-a .main-cont .part-list .part-img {
		width: 42%;
	}
}

/**
=========== Event Archive =================
 */
.event-a .main-cont {
	padding: 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-a .main-cont .right-pan {
	width: 100%;
	padding: 0 0 0 2em;
}

.event-a .main-cont .right-pan header.webinars-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.event-a .main-cont .right-pan header.webinars-head .sponsor p {
	margin: 0;
}

.event-a .main-cont .right-pan header.webinars-head .sponsor img {
	max-height: 50px;
	width: auto;
}

.event-a .main-cont .right-pan a {
	color: #5F6161;
}

.event-a .main-cont .right-pan .part-pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #999;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.event-a .main-cont .right-pan .part-pan p {
	margin: 0;
}

.event-a .main-cont .right-pan .part-pan .partner-img {
	height: auto;
	max-width: 100px;
}

.event-a .main-cont .right-pan .part-pan .details-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.event-a .main-cont .right-pan .part-pan .details-right .presenter {
	color: #00C1F3;
	font-size: 1.6em;
	font-weight: 300;
	margin: 0;
}

.event-a .main-cont .right-pan .part-pan .details-right .details {
	margin: 0 2em;
}

.event-a .main-cont .right-pan .part-pan .details-right .details .venue {
	font-size: 1.2em;
	color: #00C1F3;
}

.event-a .main-cont .right-pan .part-pan .details-right .details .date {
	font-weight: 600;
	font-size: 1em;
	color: #999;
	font-size: 1.4em;
}

.event-a .main-cont .right-pan .part-pan .details-right .call-to-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-a .main-cont .right-pan .part-pan .details-right .call-to-action div {
	margin: 1em;
}

/**
=========== Event Archive (Mobile) =================
 */
@media only screen and (max-width: 600px) {
	.event-a .main-cont {
		padding: 1em;
		display: block;
	}
	.event-a .main-cont .right-pan {
		padding: 0 2em;
	}
	.event-a .main-cont .right-pan .part-pan {
		padding: 1em 0;
		font-size: .8em;
	}
	.event-a .main-cont .right-pan .part-pan .partner-img {
		display: none;
	}
	.event-a .main-cont .right-pan .part-pan .details-right .details {
		margin: 0;
		padding: .5em;
	}
	.event-a .main-cont .right-pan .part-pan .details-right .details h3 {
		font-size: 1em;
	}
	.event-a .main-cont .right-pan .part-pan .details-right .details p {
		font-size: .8em;
	}
	.event-a .main-cont .right-pan .part-pan .details-right .call-to-action div {
		margin: .5em 0;
	}
}

/**
=========== Event Page =================
 */
.event-p .main-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.event-p .main-content {
		display: block;
	}
}

.event-p .main-content .event-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 600px) {
	.event-p .main-content .event-head {
		display: block;
	}
}

.event-p .main-content .event-head .single-page-post-heading .venue {
	color: #00C1F3;
	font-size: 1.6em;
	font-weight: 300;
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.event-p .main-content .event-head .single-page-post-heading .venue {
		font-size: .8em;
	}
}

.event-p .main-content .event-head .single-page-post-heading .title {
	margin: 0;
	color: #2C2C6F;
}

.event-p .main-content .event-head .single-page-post-heading .date {
	padding-top: 0;
	margin: 0;
	color: #999;
}

.event-p .main-content .event-head .sponsor-img {
	max-width: 240px;
	width: 100%;
	height: auto;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 240px;
	margin: 1em;
}

@media only screen and (max-width: 600px) {
	.event-p .main-content .event-head .sponsor-img {
		display: none;
	}
}

.event-p .main-content .event-spec {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: 2em;
	border-radius: 8px;
}

.event-p .main-content .content-here {
	margin-top: 1em;
}

.event-p .main-content .content-here .event-desc p {
	font-size: 1em;
}

@media only screen and (max-width: 600px) {
	.event-p .main-content .lower-desc {
		display: block;
	}
}

.event-p .main-content .lower-desc .agenda {
	padding: 0 2em 1em 1em;
}

@media only screen and (max-width: 600px) {
	.event-p .main-content .lower-desc .agenda {
		max-width: 100%;
	}
}

.event-p .main-content .lower-desc .agenda .event-agenda p {
	font-size: .9em;
}

.event-p .main-content .lower-desc .agenda .event-agenda {
	max-width: 100%;
	padding: 0 2em 1em 1em;
}

.event-p .main-content .lower-desc .agenda button {
	margin-bottom: 1em;
}

/**
=========== Event Page (Mobile) =================
 */
@media only screen and (max-width: 600px) {
	.event-p {
		display: block;
	}
	.event-p .event-spec {
		font-size: 1em;
	}
	.event-p .event-head .date {
		font-size: 1em;
	}
	.event-p .event-head h1 {
		font-size: 1em;
	}
	.event-p .lower-desc {
		display: block;
	}
	.event-p .lower-desc .agenda {
		max-width: 100%;
		font-size: 1em;
		padding: 0;
	}
	.event-p .lower-desc .agenda button {
		margin-bottom: 1em;
	}
}

/**
=========== Webinar Page =================
 */
.webinar-p .main-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.webinar-p .main-content {
		display: block;
	}
}

.webinar-p .main-content .event-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 600px) {
	.webinar-p .main-content .event-head {
		display: block;
	}
}

.webinar-p .main-content .event-head .single-page-post-heading .venue {
	color: #00C1F3;
	font-size: 1.6em;
	font-weight: 300;
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.webinar-p .main-content .event-head .single-page-post-heading .venue {
		font-size: .8em;
	}
}

.webinar-p .main-content .event-head .single-page-post-heading .title {
	margin: 0;
	color: #2C2C6F;
}

.webinar-p .main-content .event-head .single-page-post-heading .date {
	padding-top: 0;
	margin: 0;
	color: #999;
}

.webinar-p .main-content .event-head .sponsor-img {
	max-width: 240px;
	width: 100%;
	height: auto;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 140px;
	margin: 1em;
}

@media only screen and (max-width: 600px) {
	.webinar-p .main-content .event-head .sponsor-img {
		display: none;
	}
}

.webinar-p .main-content .event-spec {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: 2em;
	border-radius: 8px;
}

.webinar-p .main-content .content-here {
	margin-top: 1em;
}

.webinar-p .main-content .content-here .event-desc p {
	font-size: 1em;
}

@media only screen and (max-width: 600px) {
	.webinar-p .main-content .lower-desc {
		display: block;
	}
}

.webinar-p .main-content .lower-desc .agenda {
	padding: 0 2em 1em 1em;
}

@media only screen and (max-width: 600px) {
	.webinar-p .main-content .lower-desc .agenda {
		max-width: 100%;
	}
}

.webinar-p .main-content .lower-desc .agenda .event-agenda p {
	font-size: .9em;
}

.webinar-p .main-content .lower-desc .agenda .event-agenda {
	max-width: 100%;
	padding: 0 2em 1em 1em;
}

.webinar-p .main-content .lower-desc .agenda button {
	margin-bottom: 1em;
}

/**
=========== Webinar Page (Mobile) =================
 */
@media only screen and (max-width: 600px) {
	.webinar-p {
		display: block;
	}
	.webinar-p .event-spec {
		font-size: 1em;
	}
	.webinar-p .event-head .date {
		font-size: 1em;
	}
	.webinar-p .event-head h1 {
		font-size: 1em;
	}
	.webinar-p .lower-desc {
		display: block;
	}
	.webinar-p .lower-desc .agenda {
		max-width: 100%;
		font-size: 1em;
		padding: 0;
	}
	.webinar-p .lower-desc .agenda button {
		margin-bottom: 1em;
	}
}

/**
=========== Careers Archive =================
 */
.career-a .main-cont {
	padding: 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career-a .main-cont .right-pan {
	width: 100%;
	padding: 0 1em;
}

.career-a .main-cont .right-pan .page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.career-a .main-cont .right-pan .page-header .career-sub {
	margin-top: 0;
}

.career-a .main-cont .right-pan .page-header .partner-image {
	width: 100%;
	height: auto;
	max-width: 140px;
}

.career-a .main-cont .right-pan a {
	color: #5F6161;
}

.career-a .main-cont .right-pan .part-pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #999;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.career-a .main-cont .right-pan .part-pan .info .comp-name {
	font-weight: 600;
}

.career-a .main-cont .right-pan .part-pan .info .location {
	color: #5F6161;
}

.career-a .main-cont .right-pan .part-pan .info .job-type {
	color: #00C1F3;
}

.career-a .main-cont .right-pan .part-pan p {
	margin: 0;
}

.career-a .main-cont .right-pan .part-pan .action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.career-a .main-cont .right-pan .part-pan .partner-img {
	width: 100%;
	height: auto;
	max-width: 150px;
	padding: 1em;
	padding-right: 2em;
}

@media only screen and (max-width: 600px) {
	.career-a .main-cont {
		display: block;
	}
	.career-a .main-cont .right-pan .part-pan {
		display: block;
	}
	.career-a .main-cont .right-pan .part-pan .action .partner-img {
		display: none;
	}
}

/**
=========== Careers Page (Mobile) =================
 */
@media only screen and (max-width: 600px) {
	.career-p {
		display: block;
	}
	.career-p h1 {
		font-size: 1.2em;
	}
	.career-p .widget-content {
		display: none;
	}
	.career-p .main-post-div .job-header .job-type h2 {
		font-size: .8em;
		margin: 1em;
	}
}

/**
=========== Broker Archive =================
 */
.broker-a .main-cont {
	padding: 2em 0;
}

.broker-a .main-cont .right-pan {
	width: 100%;
	padding: 0em 2em 2em 2em;
}

.broker-a .main-cont .right-pan h1 {
	font-size: 2.2em;
}

.broker-a .main-cont .right-pan .search-att {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: 1em;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.broker-a .main-cont .right-pan .search-att h2 {
	color: #fff;
}

.broker-a .main-cont .right-pan .search-att span {
	margin-right: 1em;
}

.broker-a .main-cont .right-pan .find-a-broker {
	margin-top: 1em;
}

.broker-a .main-cont .right-pan a {
	color: #5F6161;
}

.broker-a .main-cont .right-pan .part-pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #999;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.broker-a .main-cont .right-pan .part-pan p {
	margin: 0;
}

.broker-a .main-cont .right-pan .part-pan p a {
	color: #00C1F3;
}

.broker-a .main-cont .right-pan .part-pan .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.broker-a .main-cont .right-pan .part-pan .details .text {
	padding: 0 2em;
}

.broker-a .main-cont .right-pan .part-pan .details .more-but {
	margin: 1em;
}

.broker-a .main-cont .right-pan .part-pan .details .number {
	color: #5F6161;
	font-weight: 600;
}

.broker-a .main-cont .right-pan .part-pan .details .address {
	color: #999;
}

.broker-a .main-cont .right-pan .part-pan .partner-img {
	width: 100%;
	height: auto;
	max-width: 150px;
}

/**
=========== Broker Archive (tablet) =================
 */
@media only screen and (max-width: 880px) {
	.broker-a {
		font-size: .8em;
	}
	.broker-a .main-cont {
		padding: 1em;
	}
	.broker-a .main-cont .right-pan .part-pan {
		padding: 1em 0;
	}
	.broker-a .main-cont .right-pan .part-pan .details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.broker-a .main-cont .right-pan .part-pan .details .text {
		padding: 0;
	}
	.broker-a .main-cont .right-pan .part-pan .details .more-but {
		margin: 0;
	}
	.broker-a .main-cont .right-pan .part-pan .partner-img {
		display: none;
	}
}

/**
=========== Broker Archive (Mobile) =================
 */
@media only screen and (max-width: 600px) {
	.broker-a {
		font-size: .8em;
	}
	.broker-a .main-cont {
		padding: 1em;
	}
	.broker-a .main-cont .widget-content {
		display: none;
	}
	.broker-a .main-cont .right-pan .part-pan {
		padding: 1em 0;
	}
	.broker-a .main-cont .right-pan .part-pan .details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.broker-a .main-cont .right-pan .part-pan .details .text {
		padding: 0;
	}
	.broker-a .main-cont .right-pan .part-pan .details .more-but {
		margin: 0;
	}
	.broker-a .main-cont .right-pan .part-pan .partner-img {
		display: none;
	}
}

/**
=========== Profile Page =================
 */
.profile p {
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.profile .widget-content {
		display: none;
	}
}

/**
=========== Members Area Homepage =================
 */
.members-area-p .message {
	margin: 0;
}

.members-area-p .main-post-div {
	width: 100%;
}

.members-area-p .main-post-div .welcome {
	text-align: right;
}

.members-area-p .main-post-div .mem-cont {
	margin-top: 2em;
}

.members-area-p .main-post-div .mem-cont .mem-men-1 {
	display: inline-block;
	width: 33%;
	height: auto;
	min-height: 200px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	vertical-align: top;
}

.members-area-p .main-post-div .mem-cont .mem-men-1 .inner-t {
	padding: 1em;
	margin: .5em;
	border-radius: 8px;
	background: linear-gradient(135deg, #00C1F3, #C702FF);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.members-area-p .main-post-div .mem-cont .mem-men-1 .inner-t:hover {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.members-area-p .main-post-div .mem-cont .mem-men-1 .inner-t div {
	-ms-flex-item-align: center;
	    align-self: center;
}

.members-area-p .main-post-div .mem-cont .mem-men-1 .inner-t h3 {
	font-size: 1.4em;
	margin: .5em 0;
	color: #fff;
	border-bottom: 4px solid #fff;
}

.members-area-p .main-post-div .mem-cont .mem-men-1 .inner-t .icon {
	width: 100%;
	max-width: 80px;
	height: auto;
}

.members-area-p .main-post-div .mem-cont .mem-men-1 p {
	padding: 1em;
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.members-area-p .main-post-div .flex {
		display: block;
	}
	.members-area-p .main-post-div .welcome {
		margin-top: 1em;
		text-align: left;
	}
	.members-area-p .main-post-div .mem-cont .mem-men-1 {
		width: 49%;
		margin: 0em;
		padding: 0em;
		min-height: unset;
	}
	.members-area-p .main-post-div .mem-cont .mem-men-1 .inner-t h3 {
		font-size: .8em;
		min-height: 42px;
	}
	.members-area-p .main-post-div .mem-cont .mem-men-1 p {
		display: none;
	}
}

/**
=========== Affinity Archive =================
 */
.affinity-a .affinity-part {
	padding: 0 2em 1em 2em;
	border-bottom: 1px solid #999;
}

@media only screen and (max-width: 600px) {
	.affinity-a .affinity-part {
		border: 1px solid #CCCCCC;
		border-radius: 8px;
		margin-bottom: 1em;
	}
}

.affinity-a .affinity-part .contact {
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	color: #fff;
	padding: 1em;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 0;
}

@media only screen and (max-width: 600px) {
	.affinity-a .affinity-part .contact {
		display: block;
	}
}

.affinity-a .affinity-part .contact p {
	margin: 0;
}

.affinity-a .affinity-part .contact p a {
	color: #00C1F3;
}

.affinity-a .affinity-part .contact .number {
	font-weight: 600;
}

@media only screen and (max-width: 600px) {
	.affinity-a .affinity-part .contact .number {
		margin-bottom: .5em;
	}
}

.affinity-a .affinity-part .content .post-cont {
	font-size: .8em;
}

.affinity-a .affinity-part .content .post-cont p {
	margin-top: 0;
}

.affinity-a .affinity-part .part-pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 600px) {
	.affinity-a .affinity-part .part-pan {
		display: block;
		padding-top: 1em;
	}
}

.affinity-a .affinity-part .part-pan .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.affinity-a .affinity-part .part-pan .details .text .address {
	color: #999;
	margin: 0;
}

.affinity-a .affinity-part .part-pan .partner-img {
	width: 100%;
	height: auto;
	max-width: 120px;
}

/**
=========== News Archive =================
 */
.news-a .main-cont {
	padding: 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-a .main-cont .right-pan {
	width: 100%;
	padding: 0 0 0 2em;
}

.news-a .main-cont .right-pan a {
	color: #5F6161;
}

.news-a .main-cont .right-pan .part-pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #999;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.news-a .main-cont .right-pan .part-pan .feature-image {
	max-width: 150px;
}

.news-a .main-cont .right-pan .part-pan .feature-image img {
	width: 100%;
	height: auto;
}

.news-a .main-cont .right-pan .part-pan .right-pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.news-a .main-cont .right-pan .part-pan .right-pan .info {
	padding: 0 1em;
}

.news-a .main-cont .right-pan .part-pan p {
	margin: 0;
}

.news-a .main-cont .right-pan .part-pan .date {
	font-weight: 600;
	font-size: 1.2em;
	color: red;
}

@media only screen and (max-width: 600px) {
	.news-a .main-cont {
		padding: 1em;
		display: block;
	}
	.news-a .main-cont .right-pan {
		padding: 2em;
	}
	.news-a .main-cont .right-pan .part-pan {
		display: block;
		padding: .5em;
	}
	.news-a .main-cont .right-pan .part-pan .feature-image {
		margin: 0 auto;
	}
	.news-a .main-cont .right-pan .part-pan .right-pan {
		display: block;
		background-color: #E9E8E9;
		padding: 1em;
		border-radius: 8px;
		text-align: center;
	}
	.news-a .main-cont .right-pan .part-pan .more-but {
		margin: 1em;
	}
}

/**
=========== Compliance =================
 */
@media only screen and (max-width: 600px) {
	.compliance .site-content {
		display: block;
	}
	.compliance .site-content .widget-content {
		display: none;
	}
}

/**
=========== Become a Member =================
 */
/**
=========== Executive =================
 */
.executive .staff .block {
	text-align: center;
	display: inline-block;
	width: 32%;
	margin: .2em;
	margin-bottom: 1em;
	vertical-align: top;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.executive .staff .block h4 {
	color: #fff;
	padding: 1em;
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	text-align: center;
}

.executive .staff .block .title {
	color: #2C2C6F;
	margin-bottom: 0;
	font-weight: 600;
	padding: .5em;
	min-height: 68px;
	font-size: 1.2em;
}

@media only screen and (max-width: 1200px) {
	.executive .staff .block .title {
		min-height: 76px;
	}
}

.executive .staff .block .number {
	color: #2C2C6F;
	margin-bottom: 0;
	font-weight: 600;
	padding: .5em;
	font-size: 1.2em;
}

.executive .staff .block .email {
	margin: 0 auto 10px;
	color: #00C1F3;
	word-wrap: break-word;
	width: 180px;
}

@media only screen and (max-width: 900px) {
	.executive .staff .block {
		width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	.executive .staff .block {
		width: 100%;
	}
	.executive .staff .block img {
		margin: 0 auto;
	}
	.executive .staff .block .title {
		min-height: unset;
	}
}

/**
=========== BITV Page =================
 */
.bitv-main .site-content .main-post-div .bitv-main h2 {
	font-size: 3em;
	color: #2C2C6F;
	margin: 0;
}

.bitv-main .site-content .main-post-div .bitv-main h4 {
	font-size: 1.8em;
	color: #2C2C6F;
	margin-top: .2em;
	font-weight: 300;
}

.bitv-main .site-content .main-post-div .bitv-main p {
	color: #2C2C6F;
}

.bitv-main .site-content .main-post-div .bitv-main .ibtv-head {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bitv-main .site-content .main-post-div .bitv-main .vid {
	display: inline-block;
	width: 30%;
	padding: 10px;
	background-color: #fff;
	margin: 5px;
	border-radius: 8px;
	border: 1px solid #999;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bitv-main .site-content .main-post-div .bitv-main .vid p {
	font-size: .8em;
	text-align: center;
	height: 60px;
	border-bottom: 2px solid #00C1F3;
}

@media only screen and (max-width: 600px) {
	.bitv-main .site-content .main-post-div .bitv-main .vid {
		display: inline-block;
		width: 100%;
	}
}

/**
=========== Benifits =================
 */
.benefit {
	display: inline-block;
	max-width: 32%;
	vertical-align: top;
	padding: 1em;
}

.benefit .benefit-icon img {
	max-width: 100px;
}

@media only screen and (max-width: 900px) {
	.benefit {
		max-width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	.benefit {
		max-width: 100%;
		text-align: center;
	}
}

/**
=========== Profile Print Page =================
 */
.page-id-9517 header,
.page-id-9517 footer,
.page-id-9517 .curve-svg {
	display: none;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}

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

@media only screen and (max-width: 600px) {
	.profile .cpd-header {
		display: block;
	}
}

.profile .profile-att {
	display: inline-block;
	padding: 1em;
	border-radius: 8px;
}

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

.profile .profile-att .profile-att-head {
	border-bottom: 2px solid #0065A6;
	display: inline-block;
	min-width: 200px;
	font-size: 1.4em;
}

@media only screen and (max-width: 600px) {
	.profile .profile-att .profile-att-head {
		width: 100%;
	}
}

.profile .cpd-listing .event-head {
	margin-bottom: 1em;
	color: #fff;
	background: linear-gradient(135deg, #0065A6, #2C2C6F);
	padding: .5em;
	border-radius: 4px;
}

.profile .cpd-listing .event-head h3 {
	color: #fff;
}

.profile .cpd-listing .event-head .event-pres-list {
	padding: 0 2em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Login
--------------------------------------------------------------*/
/* ============= Login ==================== */
.login-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.login-cont .login-p {
	margin: 2em;
	width: 60%;
}

.login-cont .login-p .login-box-p {
	margin: 0 auto;
	width: 100%;
	background-color: #E9E8E9;
	max-width: 400px;
	border: 1px solid #999;
	border-radius: 8px;
	padding: 1em;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.login-cont .login-p .login-box-p h1 {
	text-align: center;
	color: #2C2C6F;
}

.login-cont .login-p .login-box-p h3 {
	color: #2C2C6F;
}

.login-cont .login-p .login-box-p .forgot {
	margin-top: 40px;
}

.login-cont .login-p .login-box-p .placeholder {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 4px;
	color: #999;
	margin-bottom: 2em;
}

.login-cont .login-p .login-box-p .login-username {
	margin-bottom: 0;
}

.login-cont .login-p .login-box-p .login-username label,
.login-cont .login-p .login-box-p .login-password label {
	display: block;
	padding: 1em 1em 1em 0;
	font-weight: 600;
}

.login-cont .login-p .login-box-p .login-username input,
.login-cont .login-p .login-box-p .login-password input {
	display: block;
	background-color: #fff;
}

.login-cont .message {
	padding: 2em;
}

.login-cont .message h1 {
	color: #2C2C6F;
}

.login-cont .message p {
	color: #5F6161;
}

.login-button-p {
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	color: #FFF;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1.2em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
}

.good-company {
	margin-bottom: 0;
	font-size: 2em;
	color: #2C2C6F;
	margin-bottom: -50px;
}

@media only screen and (max-width: 900px) {
	.login-cont {
		display: block;
	}
	.login-cont .login-p {
		margin: 0 auto;
		width: 80%;
		padding-top: 2em;
	}
	.login-cont .login-p .login-box-p {
		margin: 0 auto;
		width: 95%;
		max-width: none;
		padding: 1em;
		-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
		        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	}
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact-p .main-post-div {
	width: 100%;
}

.contact-p .main-post-div .block .grey-left .div-inner-text {
	padding-bottom: 0;
}

.contact-p .main-post-div .block .grey-left .div-inner-text .number {
	color: #00C1F3;
	font-size: 2em;
	font-weight: 800;
}

.contact-p .main-post-div .contact {
	width: 100%;
	padding: 1em;
	border: 1px solid #E9E8E9;
	border-radius: 8px;
	margin-top: 2em;
}

.contact-p .main-post-div .contact .brokers-contact-form {
	width: 80%;
}

@media only screen and (max-width: 600px) {
	.contact-p .main-post-div .contact .brokers-contact-form {
		width: 100%;
	}
}

.contact-p .main-post-div .contact .brokers-contact-form input {
	padding: 6px 10px;
}

.contact-p .main-post-div .contact .brokers-contact-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.5em;
}

.contact-p .main-post-div .contact .brokers-contact-form .row h6 {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #5F6161;
	margin: 0;
	margin-bottom: .25em;
}

.contact-p .main-post-div .contact .brokers-contact-form .row h6 span {
	color: #f00;
}

.contact-p .main-post-div .contact .brokers-contact-form .row p {
	margin: 0;
	width: 100%;
}

.contact-p .main-post-div .contact .brokers-contact-form .row p span input {
	width: 100%;
	background: #fff;
}

.contact-p .main-post-div .contact .brokers-contact-form .row .col {
	width: 49%;
}

.contact-p .main-post-div .contact .brokers-contact-form .row .col span input {
	width: 100%;
	background: #fff;
}

.contact-p .main-post-div .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact-p .main-post-div h5 {
	margin: 2em 2em 2em 0;
}

.contact-p .main-post-div .contact-opt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-p .main-post-div .contact-opt a {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	color: #5F6161;
}

.contact-p .main-post-div .contact-opt a:hover {
	color: #00C1F3;
}

.contact-p .main-post-div .contact-opt a .opt {
	margin: 1em;
	padding: 1em;
}

.contact-p .main-post-div .contact-opt a .opt h3 {
	color: #2C2C6F;
}

.contact-p .main-post-div .contact-opt a .opt p {
	margin: 0;
}

.contact-p .main-post-div .contact-opt a .left-bord {
	border-left: 1px solid #999;
}

@media only screen and (max-width: 600px) {
	.contact-p .main-post-div .contact-opt {
		display: block;
	}
	.contact-p .main-post-div .contact-opt a .opt {
		margin: 1em 0;
		padding: 1em 0;
	}
	.contact-p .main-post-div .contact-opt a .left-bord {
		border-left: none;
		border-bottom: 1px solid #00C1F3;
	}
	.contact-p .main-post-div .contact-opt a .mob-bot {
		border-bottom: 1px solid #00C1F3;
	}
}

/*--------------------------------------------------------------
## Includes
--------------------------------------------------------------*/
.events {
	background-size: cover;
	text-align: center;
	margin-top: -10px;
	padding-top: 1em;
}

.events .container .loc-icon {
	height: 60px;
	width: auto;
}

.events .container h2 {
	color: #fff;
	margin-top: 0;
	font-size: 2.2em;
	margin-bottom: 0;
}

.events .container h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: 300;
}

.events .container .events-slide {
	padding: 0;
	margin: 0;
	list-style: none;
}

.events .container .events-slide .slick-list {
	-webkit-box-sizing: initial;
	        box-sizing: initial;
	padding: 50px 0;
}

.events .container .events-slide .slide {
	padding: 0 1em;
}

.events .container .events-slide .slide .event-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	height: 375px;
}

.events .container .events-slide .slide .event-card .event-image {
	width: 100%;
	height: 175px;
	background-position: center;
	background-size: cover;
	border-bottom: solid 2px #2C2C6F;
	position: relative;
}

.events .container .events-slide .slide .event-card .event-image .post-date {
	color: #fff;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: absolute;
	top: 6px;
	left: 9px;
	height: 30px;
	width: 60px;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1em 0;
}

.events .container .events-slide .slide .event-card .event-image .post-date p {
	width: 100%;
	margin: 0;
	line-height: 1em;
	text-align: center;
}

.events .container .events-slide .slide .event-card .event-image .post-date .day {
	font-size: 22px;
}

.events .container .events-slide .slide .event-card .event-image .post-date .month {
	font-size: 14px;
}

.events .container .events-slide .slide .event-card .event-content {
	width: 100%;
	text-align: left;
	height: 200px;
	padding: 1em;
}

.events .container .events-slide .slide .event-card .event-content p {
	margin: 0;
}

.events .container .events-slide .slide .event-card .event-content .date {
	font-size: 12px;
	font-weight: 600;
	color: #999;
}

.events .container .events-slide .slide .event-card .event-content .date .far {
	padding-right: 6px;
}

.events .container .events-slide .slide .event-card .event-content .title {
	font-size: 18px;
	font-weight: 900;
	line-height: 1em;
	padding: 6px 0;
}

.events .container .events-slide .slide .event-card .event-content .venue {
	font-size: 12px;
	font-weight: 600;
	color: #999;
}

.events .container .events-slide .slide .event-card .event-content .action {
	width: 100%;
	text-align: center;
	padding: 1em 0;
}

.events .container .events-slide .slide .event-card .event-content .action a {
	color: #fff;
	display: inline-block;
	padding: .5em 1.5em;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border-radius: 4px;
	font-weight: 900;
}

@media screen and (max-width: 600px) {
	.events .container .events-slide .slide .event-card {
		margin: 0 .8em;
		margin-bottom: 2em;
	}
}

.admin-downloads {
	padding-top: 1em;
}

.admin-downloads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.admin-downloads .master-list .master-list-item {
	margin-bottom: .75em;
}

.admin-downloads .master-list .master-list-item .master-list-title {
	margin: 0;
	padding: .5em 1em;
	color: #fff;
	background: #00C1F3;
	border-radius: 5px;
	cursor: pointer;
	border: solid 1px #00C1F3;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.admin-downloads .master-list .master-list-item .master-list-title:hover {
	background: #fff;
	color: #00C1F3;
}

.admin-downloads .master-list .master-list-item .master-list-title.master-list-title-toggled {
	background: #fff;
	color: #00C1F3;
}

.admin-downloads .master-list .master-list-item .sub-list {
	padding: 0 1em;
	display: none;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item .files {
	width: 80%;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item .files .files-item {
	border-bottom: solid 1px #00C1F3;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item .files .files-item:last-child {
	border-bottom: 0;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item .downloaded {
	width: 20%;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item .downloaded .downloaded-item {
	border-bottom: solid 1px #00C1F3;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

.admin-downloads .master-list .master-list-item .sub-list .sub-list-item .downloaded .downloaded-item:last-child {
	border-bottom: 0;
}

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

.brokers-ireland-cookie-banner {
	background: linear-gradient(135deg, #00b3e8, #212e7b);
	border: 0;
}

.brokers-ireland-cookie-banner .wrap-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.brokers-ireland-cookie-banner .wrap-container .lwpcngNotice_message {
	width: 60%;
	display: block;
	text-align: left;
}

.brokers-ireland-cookie-banner .wrap-container .lwpcngNotice_buttons {
	width: 30%;
	display: block;
}

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

.brokers-ireland-cookie-banner .lwpcngNotice_accept:hover, .brokers-ireland-cookie-banner .lwpcngNotice_reject:hover {
	background: #fff;
	color: #00C1F3;
}

.brokers-ireland-cookie-banner .lwpcngNotice_more a {
	color: #fff;
}

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

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

.title-search #binate-search-form {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.title-search #binate-search-form #brokers-search {
	width: 100%;
	padding: 10px 12px;
}

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

.title-search #binate-search-form #brokers-search-submit:hover {
	background: linear-gradient(135deg, #819AFF, #00C1F3);
	color: #fff;
}

.search-results h3 {
	margin-bottom: 1em;
}

.search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.search-results ul li {
	width: 20%;
	margin-bottom: 1em;
}

.search-results ul li.no-results {
	width: 100%;
}

.search-results ul li.no-results h6 {
	font-size: 1.5em;
}

.search-results ul li a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.search-results ul li a div {
	width: 100%;
	text-align: center;
	font-size: 13px;
}

@media screen and (max-width: 900px) {
	.title-search {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.title-search h1 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.title-search #binate-search-form {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		margin-bottom: 2em;
	}
}

.compliance-archive-container .search-results {
	padding-bottom: 2em;
	border-bottom: solid 4px #2C2C6F;
	margin-bottom: 2em;
}

.compliance-archive-container .compliance-archive {
	padding-bottom: 4em;
}

.compliance-archive-container .compliance-archive ul {
	margin: 0;
	margin-top: 4em;
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.compliance-archive-container .compliance-archive ul li {
	width: 24%;
	margin-bottom: 1.5%;
}

.compliance-archive-container .compliance-archive ul li a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: linear-gradient(135deg, #00C1F3, #C702FF);
	border-radius: 8px;
	padding: 2em 1em;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.compliance-archive-container .compliance-archive ul li a:hover {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.compliance-archive-container .compliance-archive ul li a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 125px;
	margin: 0 auto;
}

.compliance-archive-container .compliance-archive ul li a h6 {
	text-align: center;
	font-size: 1.25em;
	margin: 1em 0 .5em 0;
	color: #fff;
}

.compliance-archive-container .compliance-archive ul li a .underline {
	width: 100%;
	height: 4px;
	background: #fff;
	margin-top: 1em;
}

@media screen and (max-width: 900px) {
	.compliance-archive-container .compliance-archive ul li {
		width: 32%;
	}
	.compliance-archive-container .compliance-archive ul li a img {
		max-width: 100px;
	}
	.compliance-archive-container .compliance-archive ul li a h6 {
		font-size: 1em;
	}
}

@media screen and (max-width: 600px) {
	.compliance-archive-container .compliance-archive ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#compliance-icon {
	z-index: 1000;
	position: fixed;
	bottom: 100px;
	right: 0;
	max-width: 200px;
	height: auto;
}

@media screen and (max-width: 600px) {
	#compliance-icon {
		max-width: 100px;
		bottom: 50px;
	}
}

footer {
	background: -webkit-gradient(linear, left bottom, left top, from(#2C2C6F), to(#0065A6));
	background: linear-gradient(0deg, #2C2C6F, #0065A6);
	color: #fff;
	padding: 0 2em;
}

footer #footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	padding-bottom: 0;
	padding-top: 2em;
}

footer #footer a {
	text-decoration: none;
	color: #fff;
}

footer #footer a:hover {
	color: #00C1F3;
}

footer #footer h3 {
	margin-top: 0;
	font-weight: 300;
	color: #fff;
}

footer #footer ul {
	margin: 0;
	padding: 0;
}

footer #footer ul li {
	margin: 0;
	list-style: none;
	font-weight: 300;
}

footer #footer p {
	font-weight: 300;
}

footer #footer .right {
	text-align: right;
}

footer .copyright {
	width: 100%;
	text-align: center;
	font-size: .8em;
	font-weight: 400;
}

footer .copyright .social-icons img {
	width: 100%;
	max-width: 50px;
	height: auto;
	margin: .2em;
}

footer .copyright a, footer .copyright a:visited {
	color: #fff;
	font-weight: 400;
}

footer #logged-in-footer {
	z-index: 1200;
	width: 100%;
	height: 60px;
	padding: 20px;
	background: linear-gradient(135deg, #00C1F3, #819AFF);
	opacity: 0.9;
	border-top: 1px solid #999;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	display: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	/*Here's what sticks it*/
	bottom: 0;
	/*to the bottom of the window*/
	left: 0;
	/*and to the left of the window.*/
}

@media screen and (max-width: 600px) {
	footer #logged-in-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

footer #logged-in-footer .profile-icon {
	height: 60px;
	width: auto;
	z-index: 12000;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

footer #logged-in-footer .profile-icon img {
	width: auto;
	height: 100%;
	padding: 15px;
}

@media screen and (max-width: 900px) {
	footer #footer {
		display: block;
		padding-top: 2em;
	}
	footer #footer .right {
		text-align: center;
	}
	footer #footer .footer-menu {
		display: inline-block;
		width: 49%;
		vertical-align: top;
		padding: 0 1em 1em 1em;
	}
	footer .copyright {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 560px) {
	footer #footer ul li {
		font-size: .8em;
	}
	footer #footer h3 {
		font-size: .9em;
	}
	footer #footer .right {
		font-size: .8em;
	}
}

.footer-fixed {
	width: 100%;
	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=../brokers-ireland/sass/maps/style.css.map */


