/*!
Theme Name: Claimont
Theme URI: http://underscores.me/
Author: Allan Crabtree
Author URI: https://allancrabtree.co.uk
Description: An Underscores-based theme.
Version: 1.0.0
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: claimont
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*

.audience-public-sector & {
  background-color: $publicAudience;
  color: $publicAudience;
}

.audience-personal-injury & {
  background-color: $personalAudience;
  color: $personalAudience;
}

.audience-careers & {
  background-color: $careersAudience;
  color: $careersAudience;
}

*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1 {
	font-size: 42px;
	line-height: 68px;
	font-weight: 400;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 767.98px) {
	h1 {
		font-size: 40px;
		line-height: 58px;
	}
}

@media only screen and (max-width: 575.98px) {
	h1 {
		font-size: 31px;
		line-height: 44px;
	}
}

h2 {
	font-size: 42px;
	line-height: 56px;
	margin: 0 0 15px 0;
	font-weight: 400;
}

@media only screen and (max-width: 767.98px) {
	h2 {
		font-size: 35px;
		line-height: 42px;
	}
}

h3 {
	font-size: 34px;
	line-height: 43px;
	font-weight: 400;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 767.98px) {
	h3 {
		font-size: 27px;
		line-height: 33px;
	}
}

h4 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 25px 0;
}

@media only screen and (max-width: 767.98px) {
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 575.98px) {
	h4 {
		font-size: 19px;
		line-height: 24px;
	}
}

h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 25px 0;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #1d4451;
	margin: 0;
	padding-top: 190px;
	overflow-x: hidden;
}

body .simple-banner {
	margin-top: 10px;
}

body.post, body.page {
	margin: 0;
}

body a {
	color: #1d4451;
}

body em {
	font-family: 'Montserrat', serif;
	font-size: 16px;
	line-height: 26px;
}

body p {
	margin-top: 0;
}

body img {
	display: block;
	border: none;
}

body.open {
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	body.open .mobile-nav-wrapper.open {
		display: none;
	}
}

body.admin-bar {
	padding-top: 236px;
}

@media screen and (min-width: 783px) {
	body.admin-bar {
		padding-top: 222px;
	}
}

@media only screen and (min-width: 1025px) {
	body.admin-bar {
		padding-top: 222px;
	}
}

body.no-navigation {
	padding-top: 135px;
}

@media only screen and (min-width: 1025px) {
	body.no-navigation {
		padding-top: 94px;
	}
}

body.no-navigation.admin-bar {
	padding-top: 181px;
}

@media screen and (min-width: 783px) {
	body.no-navigation.admin-bar {
		padding-top: 167px;
	}
}

@media only screen and (min-width: 1025px) {
	body.no-navigation.admin-bar {
		padding-top: 126px;
	}
}

#wpadminbar {
	position: fixed;
}

a.btn {
	padding: 13px 50px;
	text-align: center;
	display: inline-block;
	background-color: #45A09C;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
}

a.btn:visited {
	color: #fff;
}

a.btn.green {
	background-color: #45A09C;
}

a.btn.blue {
	background-color: #1d4451;
}

a.btn.orange {
	background-color: #d3a95b;
}

a.btn.hollow {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

a.btn.hollow:hover {
	background-color: #1d4451;
	color: #fff;
}

a.btn.hollow.white {
	border-color: #fff;
}

.container {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

@media only screen and (max-width: 1024px) {
	.container {
		padding: 0 30px;
	}
}

.container.medium {
	max-width: 1100px;
}

#nav-icon {
	position: relative;
	width: 35px;
	height: 20px;
	margin-left: auto;
}

@media only screen and (min-width: 1025px) {
	#nav-icon {
		display: none;
	}
}

#nav-icon:hover {
	cursor: pointer;
}

#nav-icon.open span {
	background-color: #1d4451;
}

#nav-icon.open span:nth-child(3) {
	width: 100%;
	left: auto;
}

#nav-icon span, #nav-icon3 span, #nav-icon4 span {
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #1d4451;
	border-radius: 100px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0;
	width: 26px;
	left: 9px;
}

#nav-icon span:nth-child(2) {
	top: 8px;
	width: 33px;
	left: 2px;
}

#nav-icon span:nth-child(3) {
	top: 16px;
	width: 23px;
	left: 12px;
}

#nav-icon.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 0;
	width: 100%;
}

#nav-icon.open span:nth-child(2) {
	opacity: 0;
}

#nav-icon.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.custom-form-wrapper {
	margin-top: 35px;
}

.custom-form-wrapper .caldera-grid .row {
	margin: 20px 0;
}

.custom-form-wrapper .caldera-grid .row .form-group .intl-tel-input {
	display: block;
}

.custom-form-wrapper .caldera-grid .row .form-group input, .custom-form-wrapper .caldera-grid .row .form-group textarea {
	background-color: #FAFBFC;
}

.custom-form-wrapper .caldera-grid .row .form-group input, .custom-form-wrapper .caldera-grid .row .form-group select, .custom-form-wrapper .caldera-grid .row .form-group textarea {
	padding: 15px;
	height: auto;
	border-radius: 50px;
	border-color: #dcdcdc;
}

.custom-form-wrapper .caldera-grid .row .form-group textarea {
	border-radius: 10px;
}

.custom-form-wrapper .caldera-grid .row .form-group input[type="tel"] {
	padding-left: 50px;
}

.custom-form-wrapper .caldera-grid .row .form-group input[type="submit"] {
	width: 100%;
	background-color: #d3a95b;
	color: #fff;
}

.mobile-nav-wrapper {
	position: fixed;
	top: 190px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	visibility: hidden;
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
	display: none;
}

.mobile-nav-wrapper::-webkit-scrollbar {
	display: none;
}

.admin-bar .mobile-nav-wrapper {
	top: 247px;
}

@media screen and (min-width: 783px) {
	.admin-bar .mobile-nav-wrapper {
		top: 232px;
	}
}

.mobile-nav-wrapper .nav-wrapper {
	padding: 25px 0 160px 0;
}

.mobile-nav-wrapper .nav-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.mobile-nav-wrapper .nav-wrapper ul li {
	float: none;
	width: 100%;
}

.mobile-nav-wrapper .nav-wrapper ul li.menu-item-1615 > a {
	color: #b89550;
}

.mobile-nav-wrapper .nav-wrapper ul li a {
	color: #1d4451;
	padding: 12px 22px 12px 0;
	font-size: 16px;
	display: inline-block;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.mobile-nav-wrapper .nav-wrapper ul li a {
		padding: 6px 22px 6px 0;
	}
}

.mobile-nav-wrapper .nav-wrapper ul li a.linkable {
	font-weight: bold;
}

.mobile-nav-wrapper .nav-wrapper ul li ul {
	position: relative;
	left: auto;
	top: auto;
	float: none;
	box-shadow: none;
	display: none;
	padding-left: 25px;
}

.mobile-nav-wrapper .nav-wrapper ul li ul li a {
	padding: 5px 0;
	font-size: 14px;
}

.mobile-nav-wrapper .nav-wrapper ul li ul li:hover ul {
	display: none;
}

.mobile-nav-wrapper .nav-wrapper ul li.menu-item-has-children {
	position: relative;
}

.mobile-nav-wrapper .nav-wrapper ul li.menu-item-has-children > a {
	position: relative;
}

.mobile-nav-wrapper .nav-wrapper ul li.menu-item-has-children > a:before {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-nav-wrapper .actions ul li a {
	display: block;
	padding: 13px 20px;
	max-width: 300px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	.mobile-nav-wrapper .actions ul li a {
		padding: 11px 10px;
		max-width: 160px;
	}
}

.mobile-nav-wrapper .actions ul li a, .mobile-nav-wrapper .actions ul li i {
	color: #fff;
}

.mobile-nav-wrapper .actions ul li.call-to-actions {
	margin-top: 25px;
}

.mobile-nav-wrapper.open {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.mobile-nav-wrapper .mobile-footer-content {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 25px 0;
	background-color: #1d4451;
}

.audience-public-sector .mobile-nav-wrapper .mobile-footer-content {
	background-color: #105e6b;
}

.audience-personal-injury .mobile-nav-wrapper .mobile-footer-content {
	background-color: #006b76;
}

.audience-careers .mobile-nav-wrapper .mobile-footer-content {
	background-color: #007987;
}

.mobile-nav-wrapper .mobile-footer-content p {
	color: #fff;
	margin-bottom: 10px;
}

.mobile-nav-wrapper .mobile-footer-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-nav-wrapper .mobile-footer-content ul li p {
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}

.mobile-nav-wrapper .mobile-footer-content ul li p strong {
	color: #d3a95b;
}

.mobile-nav-wrapper .mobile-footer-content ul li p a {
	color: #fff;
	text-decoration: none;
}

.mobile-nav-wrapper .mobile-footer-content ul li:last-child p {
	margin-bottom: 0;
}

.main-popup-form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(30, 68, 81, 0.86);
	z-index: 10;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	-ms-transition: 1s all ease;
	-o-transition: 1s all ease;
	transition: 1s all ease;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.main-popup-form .form-wrapper {
	width: 100%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767.98px) {
	.main-popup-form .form-wrapper {
		max-width: 94%;
	}
}

.main-popup-form .form-wrapper .close {
	position: absolute;
	right: 0;
	top: -35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.main-popup-form .form-wrapper .close:hover {
	cursor: pointer;
}

.main-popup-form .form-wrapper .custom-form-wrapper {
	margin-top: 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 10px;
}

@media only screen and (min-width: 768px) {
	.main-popup-form .form-wrapper .custom-form-wrapper {
		padding: 20px 30px;
	}
}

.main-popup-form.open {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr {
		border: 1px solid #ccc;
	}
	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	/*
  Label the data
  */
	td:before {
		content: attr(data-name);
	}
}

header#masthead {
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 9px 25px -21px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 9px 25px -21px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 9px 25px -21px rgba(0, 0, 0, 0.75);
	z-index: 10;
	background-color: #fff;
}

body.admin-bar header#masthead {
	top: 46px;
}

@media screen and (min-width: 783px) {
	body.admin-bar header#masthead {
		top: 32px;
	}
}

header#masthead .top-bar {
	background-color: #153641;
	overflow: hidden;
	padding: 10px 0;
	font-size: 14px;
}

.audience-public-sector header#masthead .top-bar {
	background-color: #105e6b;
}

.audience-personal-injury header#masthead .top-bar {
	background-color: #006b76;
}

.audience-careers header#masthead .top-bar {
	background-color: #007987;
}

header#masthead .top-bar .col {
	float: left;
	width: 100%;
	max-width: 78%;
	text-align: right;
}

header#masthead .top-bar .col a {
	color: #fff;
	text-decoration: none;
}

header#masthead .top-bar .col:first-of-type {
	max-width: 200px;
	text-align: left;
	display: block;
}

header#masthead .top-bar .col:last-of-type {
	float: right;
}

@media only screen and (max-width: 1024px) {
	header#masthead .top-bar .col:last-of-type {
		text-align: left;
		width: 100%;
		max-width: 100%;
		display: none;
	}
}

header#masthead .top-bar .col ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	text-align: right;
	display: inline-block;
}

header#masthead .top-bar .col ul li {
	float: left;
	padding: 0 25px;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	header#masthead .top-bar .col ul li {
		padding: 0 10px;
	}
}

header#masthead .top-bar .col ul li:before {
	content: '';
	position: absolute;
	left: 0;
	height: 12px;
	top: 50%;
	width: 1px;
	background-color: #c7c7c7;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

header#masthead .top-bar .col ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

@media only screen and (max-width: 1024px) {
	header#masthead .top-bar .col ul li:last-child {
		display: block;
		padding: 0;
		border: none;
	}
	header#masthead .top-bar .col ul li:last-child:before {
		display: none;
	}
}

header#masthead .top-bar .col ul li:first-of-type:before {
	display: none;
}

header#masthead .top-bar .col p {
	color: #d3a95b;
	margin: 0;
}

.audience-careers header#masthead .top-bar .col p {
	color: #f1c065;
}

header#masthead .top-bar .col p a {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	header#masthead .navigation-wrapper {
		position: relative;
		padding: 18px 0 17px;
	}
}

header#masthead .navigation-wrapper > .container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
	header#masthead .navigation-wrapper > .container {
		flex-direction: row-reverse;
	}
}

header#masthead .container {
	position: relative;
}

header#masthead .container:after {
	content: "";
	display: table;
	clear: both;
}

header#masthead .main-logo {
	max-width: 165px;
}

@media only screen and (max-width: 1024px) {
	header#masthead .main-logo {
		position: relative;
		left: auto;
		top: auto;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 470px) {
	header#masthead .main-logo {
		max-width: 170px;
	}
}

header#masthead .main-logo a {
	display: block;
}

header#masthead .main-logo img {
	display: block;
	width: auto;
}

header#masthead .mobile-actions {
	display: none;
}

@media only screen and (max-width: 1024px) {
	header#masthead .mobile-actions {
		display: block;
		position: absolute;
		right: 25px;
		top: 55%;
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	header#masthead .mobile-actions ul li {
		display: inline-block;
	}
	header#masthead .mobile-actions ul li a {
		font-size: 16px;
		padding: 5px;
		color: #fff;
	}
}

header#masthead #site-navigation {
	text-align: center;
	width: auto;
}

@media only screen and (max-width: 1024px) {
	header#masthead #site-navigation {
		display: none;
	}
}

header#masthead #site-navigation ul {
	display: block;
}

header#masthead #site-navigation ul li {
	display: inline-block;
}

header#masthead #site-navigation ul li.menu-item-1615 > a, header#masthead #site-navigation ul li.menu-item-5474 > a, header#masthead #site-navigation ul li.menu-item-5485 > a, header#masthead #site-navigation ul li.menu-item-5799 > a {
	color: #b89550;
}

header#masthead #site-navigation ul li.menu-item-1615:after, header#masthead #site-navigation ul li.menu-item-5474:after, header#masthead #site-navigation ul li.menu-item-5485:after, header#masthead #site-navigation ul li.menu-item-5799:after {
	background-color: #45a09c;
}

header#masthead #site-navigation ul li a {
	padding: 35px 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #1d4451;
}

header#masthead #site-navigation ul li a:hover {
	cursor: pointer;
}

header#masthead #site-navigation ul li a:hover:after {
	content: '';
	position: absolute;
	bottom: 25px;
	height: 2px;
	background-color: #d3a95b;
	left: 20px;
	right: 20px;
}

header#masthead #site-navigation ul li.menu-item-has-children {
	position: relative;
}

header#masthead #site-navigation ul li.menu-item-has-children > a:before {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

header#masthead #site-navigation ul li.current_page_item a, header#masthead #site-navigation ul li.current-page-ancestor a {
	position: relative;
}

header#masthead #site-navigation ul li.current_page_item a:after, header#masthead #site-navigation ul li.current-page-ancestor a:after {
	content: '';
	position: absolute;
	bottom: 25px;
	height: 2px;
	background-color: #d3a95b;
	left: 50%;
	width: 100%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

header#masthead #site-navigation ul li ul {
	background: #fff;
	width: 444px;
	padding: 10px 20px;
}

header#masthead #site-navigation ul li ul ul {
	background: #fdf7f3;
	right: 0;
}

header#masthead #site-navigation ul li ul li {
	width: 100%;
	float: left;
	max-width: 50%;
	padding: 0;
	text-align: left;
	padding-right: 4px;
}

header#masthead #site-navigation ul li ul li a {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	display: block;
	width: 100%;
	color: #1d4451;
	line-height: 20px;
}

header#masthead #site-navigation ul li ul li a:hover {
	border-bottom-color: #b89550;
}

header#masthead #site-navigation ul li ul li a:after {
	display: none;
}

header#masthead #site-navigation ul li ul li.menu-item-has-children a:before {
	right: 5px;
}

header#masthead .actions {
	display: inline-block;
}

@media only screen and (max-width: 1100px) {
	header#masthead .actions {
		display: none;
	}
}

header#masthead .actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header#masthead .actions ul li {
	display: inline-block;
	color: #1d4451;
}

header#masthead .actions ul li a {
	border-radius: 40px;
	text-decoration: none;
	padding: 0px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

header#masthead .actions ul li a:hover {
	background-color: #1d4451;
	color: #fff;
}

header#masthead .actions ul li a.open {
	background-color: #1d4451;
	color: #fff;
}

section.slider {
	position: relative;
}

section.slider .container {
	position: relative;
}

section.slider .image-item {
	position: relative;
	padding: 220px 0;
}

@media only screen and (max-width: 1024px) {
	section.slider .image-item {
		padding: 90px 0;
	}
}

section.slider .image-item.no-image {
	padding: 100px 0;
}

section.slider .image-item .content {
	max-width: 580px;
	width: 100%;
	position: relative;
}

section.slider .image-item .content h1, section.slider .image-item .content h2, section.slider .image-item .content h3, section.slider .image-item .content h4 {
	margin-bottom: 10px;
}

section.slider .image-item .content p:last-child {
	margin-bottom: 0;
}

section.slider .image-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.45);
}

@media only screen and (min-width: 768px) {
	section.slider .image-item:before {
		margin: 0;
		max-width: 700px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,ffffff+100&1+0,1+49,0+100 */
		background: -moz-linear-gradient(left, white 0%, white 49%, rgba(255, 255, 255, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, white 0%, white 49%, rgba(255, 255, 255, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, white 0%, white 49%, rgba(255, 255, 255, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
		/* IE6-9 */
	}
}

section.slider .slider-form {
	max-width: 450px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	right: 50px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	padding: 30px;
	z-index: 1;
	box-shadow: 0px 0px 26px -15px #909090;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

section.slider .slider-form.fixed {
	position: fixed;
}

@media only screen and (max-height: 735px) {
	section.slider .slider-form.fixed {
		top: 60%;
	}
}

@media only screen and (max-width: 1024px) {
	section.slider .slider-form {
		position: relative;
		transform: none;
		right: auto;
		margin: 30px auto;
		max-width: calc(100% - 50px);
	}
}

section.slider .slider-form.home {
	position: absolute;
}

@media only screen and (max-width: 1024px) {
	section.slider .slider-form.home {
		position: relative;
	}
}

section.slider .slider-form.hide {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

section.slider .slider-form .custom-form-wrapper {
	margin-top: 0;
}

section.slider .slider-form .caldera-grid .row > div {
	padding: 0;
}

section.slider .slider-form .caldera-grid .row.first_row {
	margin: 0;
}

section.slider .slider-form .caldera-grid .row.first_row p {
	margin: 0;
}

section.slider .slider-form .caldera-grid .form-group {
	margin: 0;
}

section.slider .slider-form.fix-form {
	position: absolute;
	top: 50%;
}

@media only screen and (max-width: 1024px) {
	section.slider .slider-form.fix-form {
		position: relative;
		transform: none;
		right: auto;
		margin: 30px auto;
		max-width: calc(100% - 50px);
	}
}

section.slider .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	background: #1d4451;
	height: 38px;
	width: 38px;
	border: 2px solid #1d4451;
	border-radius: 30px;
	color: #fff;
}

section.slider .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	background: #1d4451;
	height: 38px;
	width: 38px;
	border: 2px solid #1d4451;
	border-radius: 30px;
	color: #fff;
}

section.slider .owl-theme .owl-nav .owl-next i {
	padding-left: 3px;
}

section.four-image-block {
	margin-bottom: 15px;
	overflow: hidden;
}

section.four-image-block ul {
	padding: 0;
	margin: 0 -1%;
	list-style: none;
}

section.four-image-block ul li {
	width: 100%;
	float: left;
	margin: 1%;
	max-width: 48%;
}

section.four-image-block ul li .image {
	height: 210px;
}

section.blog-posts {
	padding: 50px 0;
}

section.blog-posts .filters {
	margin-bottom: 50px;
	overflow: hidden;
}

section.blog-posts .filters:after {
	content: "";
	display: table;
	clear: both;
}

section.blog-posts .filters .col {
	float: left;
	margin-right: 15px;
	width: 100%;
}

section.blog-posts .filters .col p {
	margin-top: 9px;
	margin-bottom: 0;
	margin-right: 5px;
	float: left;
}

section.blog-posts .filters .col input, section.blog-posts .filters .col select {
	border: 1px solid #1d4451;
	padding: 10px 20px;
}

section.blog-posts .filters .col button, section.blog-posts .filters .col input[type="submit"] {
	padding: 15px 23px 13px 23px;
	background: #1d4451;
	color: #fff;
	border: none;
	font-weight: 500;
	font-family: Poppins;
	margin: 3px;
}

section.blog-posts .blog-posts-wrapper {
	clear: both;
}

section.blog-posts .blog-posts-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

section.blog-posts .blog-posts-wrapper ul {
	padding: 0;
	margin: -1%;
	list-style: none;
}

@media only screen and (max-width: 767.98px) {
	section.blog-posts .blog-posts-wrapper ul {
		margin: 0;
	}
}

section.blog-posts .blog-posts-wrapper ul li {
	width: 100%;
	max-width: 48%;
	margin: 1%;
	float: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
	section.blog-posts .blog-posts-wrapper ul li {
		max-width: 100%;
		margin: 0 0 25px 0;
	}
	section.blog-posts .blog-posts-wrapper ul li:last-child {
		margin: 0;
	}
}

section.blog-posts .blog-posts-wrapper ul li .image {
	height: 350px;
}

section.blog-posts .blog-posts-wrapper ul li .content {
	padding: 30px;
	border: 1px solid #1d4451;
	border-top: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

section.blog-posts .blog-posts-wrapper ul li .content h2 a {
	text-decoration: none;
	color: #1d4451;
}

section.blog-posts .blog-posts-wrapper ul li .content small {
	font-size: 11px;
}

section.blog-posts .blog-posts-wrapper ul li .content a.btn {
	margin-top: 25px;
	background-color: #1d4451;
}

section.text-with-page-list {
	padding: 75px 0;
	background-color: #1d4451;
	color: #fff;
}

.audience-public-sector section.text-with-page-list {
	background-color: #105e6b;
}

.audience-personal-injury section.text-with-page-list {
	background-color: #006b76;
}

.audience-careers section.text-with-page-list {
	background-color: #007987;
}

section.text-with-page-list .container {
	overflow: hidden;
}

section.text-with-page-list .container h1, section.text-with-page-list .container h2, section.text-with-page-list .container h3, section.text-with-page-list .container h4, section.text-with-page-list .container h5 {
	font-weight: bold;
}

section.text-with-page-list .container .col {
	max-width: 36%;
	width: 100%;
	float: left;
}

@media only screen and (max-width: 767.98px) {
	section.text-with-page-list .container .col {
		max-width: 100%;
		float: none;
		text-align: center;
	}
}

section.text-with-page-list .container .col:last-child {
	text-align: right;
	padding-right: 0;
	max-width: 64%;
}

@media only screen and (max-width: 767.98px) {
	section.text-with-page-list .container .col:last-child {
		max-width: 100%;
		float: none;
		text-align: center;
	}
}

section.text-with-page-list .container .col.select {
	padding-top: 30px;
}

section.text-with-page-list .container .col.select p {
	display: inline-block;
	margin: 0;
	font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
	section.text-with-page-list .container .col.select p {
		margin-bottom: 20px;
		display: block;
	}
}

section.text-with-page-list .container .col.select form {
	display: inline-block;
}

section.text-with-page-list .container .col.select select {
	padding: 12px;
	border-radius: 26px;
	margin-right: 15px;
	margin-left: 15px;
	border: none;
	outline: 0;
	min-width: 250px;
}

@media only screen and (max-width: 767.98px) {
	section.text-with-page-list .container .col.select select {
		margin: 0;
		width: 100%;
		min-width: auto;
	}
}

section.text-with-page-list .container .col.select input[type="submit"] {
	font-weight: bold;
	border: none;
	outline: 0;
	line-height: 40px;
	padding: 2px 16px 5px 18px;
	color: #fff;
	background: #b89550;
	border-radius: 70px;
}

@media only screen and (max-width: 767.98px) {
	section.text-with-page-list .container .col.select input[type="submit"] {
		margin-top: 20px;
	}
}

section.map {
	position: relative;
}

section.map iframe {
	width: 100%;
	display: block;
	height: 500px;
}

section.map:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

section.frequently-asked-questions {
	padding: 75px 0;
}

@media only screen and (max-width: 1024px) {
	section.frequently-asked-questions {
		padding: 50px 0;
	}
}

section.frequently-asked-questions.no-padding {
	padding: 0;
}

section.frequently-asked-questions .container:after {
	content: "";
	display: table;
	clear: both;
}

section.frequently-asked-questions .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.frequently-asked-questions .container ul li {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

section.frequently-asked-questions .container ul li:last-child {
	margin-bottom: 0;
}

section.frequently-asked-questions .container ul li .question {
	position: relative;
}

section.frequently-asked-questions .container ul li .question h1, section.frequently-asked-questions .container ul li .question h2, section.frequently-asked-questions .container ul li .question h3, section.frequently-asked-questions .container ul li .question h4, section.frequently-asked-questions .container ul li .question h5 {
	margin: 0;
	padding-right: 20px;
}

@media only screen and (max-width: 575.98px) {
	section.frequently-asked-questions .container ul li .question h1, section.frequently-asked-questions .container ul li .question h2, section.frequently-asked-questions .container ul li .question h3, section.frequently-asked-questions .container ul li .question h4, section.frequently-asked-questions .container ul li .question h5 {
		padding-right: 41px;
	}
}

section.frequently-asked-questions .container ul li .question:hover {
	cursor: pointer;
}

section.frequently-asked-questions .container ul li .question i {
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

section.frequently-asked-questions .container ul li .content {
	overflow: hidden;
	display: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

section.frequently-asked-questions .container ul li .content .button-wrapper a.call {
	margin-left: 10px;
	text-decoration: none;
	color: #d3a95b;
}

@media only screen and (max-width: 1024px) {
	section.frequently-asked-questions .container ul li .content .button-wrapper a.call {
		display: block;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 1024px) {
	section.frequently-asked-questions .container ul li .content .button-wrapper {
		display: block;
		margin: 10px auto;
		max-width: 270px;
	}
}

section.frequently-asked-questions .container ul li .content p:last-child {
	margin-bottom: 0;
}

section.frequently-asked-questions .container ul li .content ul {
	margin-bottom: 20px;
}

section.frequently-asked-questions .container ul li .content ul li {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 12px;
}

section.frequently-asked-questions .container ul li .content ul li:before {
	content: ' ';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #43D29E;
	border-radius: 10px;
}

section.frequently-asked-questions .container ul li .content.with-image .content-wrapper {
	max-width: 70%;
	width: 100%;
	float: left;
}

section.frequently-asked-questions .container ul li .content.with-image .image-wrapper {
	max-width: 25%;
	margin-left: 5%;
	width: 100%;
	float: left;
}

section.frequently-asked-questions .container ul li.open h4 i {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.contact-us {
	padding: 50px 0;
}

section.contact-us .container:after {
	content: "";
	display: table;
	clear: both;
}

section.contact-us .container .content {
	max-width: 50%;
	width: 100%;
	float: left;
}

@media only screen and (max-width: 767.98px) {
	section.contact-us .container .content {
		max-width: 100%;
		float: none;
	}
}

section.contact-us .container .content ul {
	margin: 0;
}

section.contact-us .container .form-wrapper {
	max-width: 45%;
	width: 100%;
	float: left;
	margin-left: 5%;
	box-shadow: 0px 20px 40px -15px #000;
	padding: 20px;
	border-radius: 10px;
}

@media only screen and (max-width: 767.98px) {
	section.contact-us .container .form-wrapper {
		max-width: 100%;
		float: none;
		margin: 50px 0 0 0;
	}
}

section.three-icons-with-text {
	padding: 50px 0;
}

section.three-icons-with-text .container:after {
	content: "";
	display: table;
	clear: both;
}

section.three-icons-with-text .container ul {
	margin: 0 -1%;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 767.98px) {
	section.three-icons-with-text .container ul {
		margin: 0;
	}
}

section.three-icons-with-text .container ul li {
	width: 100%;
	max-width: 31.3333%;
	float: left;
	margin: 0 1%;
}

@media only screen and (max-width: 767.98px) {
	section.three-icons-with-text .container ul li {
		max-width: 100%;
		margin: 0 0 25px 0;
		float: none;
		text-align: center;
	}
	section.three-icons-with-text .container ul li:last-child {
		margin-bottom: 0;
	}
}

section.three-icons-with-text .container ul li .icon {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
	section.three-icons-with-text .container ul li .icon img {
		margin: 0 auto;
	}
}

section.three-square-images-with-link {
	padding: 50px 0 0 0;
}

@media only screen and (max-width: 767.98px) {
	section.three-square-images-with-link {
		padding-top: 0;
	}
}

section.three-square-images-with-link h1, section.three-square-images-with-link h2, section.three-square-images-with-link h3, section.three-square-images-with-link h4 {
	margin-bottom: 50px;
}

section.three-square-images-with-link .square-images-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

section.three-square-images-with-link .square-images-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

section.three-square-images-with-link .square-images-wrapper ul li {
	max-width: 33.33333%;
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	section.three-square-images-with-link .square-images-wrapper ul li {
		max-width: 100%;
		float: none;
	}
}

section.three-square-images-with-link .square-images-wrapper ul li .image {
	height: 400px;
}

section.three-square-images-with-link .square-images-wrapper ul li .content-wrapper {
	position: absolute;
	width: 100%;
	top: 78%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.84);
	text-align: left;
	padding: 15px 30px;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {
	section.three-square-images-with-link .square-images-wrapper ul li .content-wrapper {
		top: auto;
		background-color: rgba(255, 255, 255, 0.99);
	}
}

section.three-square-images-with-link .square-images-wrapper ul li .content-wrapper a.btn {
	display: block;
	margin-top: 25px;
	clear: both;
	max-width: 230px;
	color: #fff;
}

section.three-square-images-with-link .square-images-wrapper ul li img {
	width: 100%;
}

section.three-square-images-with-link .square-images-wrapper ul li a {
	text-decoration: none;
	color: #1d4451;
}

section.three-square-images-with-link .square-images-wrapper ul li p {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0 0 0;
}

section.three-square-images-with-link .square-images-wrapper ul li:hover .content-wrapper {
	top: auto;
}

@media only screen and (max-width: 767.98px) {
	section.three-square-images-with-link .square-images-wrapper ul li:hover .content-wrapper {
		top: auto;
	}
}

section.three-square-images-with-link .button-wrapper {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
}

section.large-images-with-link {
	padding: 50px 0;
	overflow: hidden;
	text-align: center;
}

section.large-images-with-link .owl-stage-outer {
	overflow: visible;
}

section.large-images-with-link .owl-theme .owl-nav .owl-prev {
	margin: 0 5px;
	background: #1d4451;
	height: 38px;
	width: 38px;
	border: 2px solid #1d4451;
	border-radius: 30px;
	color: #fff;
}

section.large-images-with-link .owl-theme .owl-nav .owl-next {
	margin: 0 5px;
	background: #1d4451;
	height: 38px;
	width: 38px;
	border: 2px solid #1d4451;
	border-radius: 30px;
	color: #fff;
}

section.large-images-with-link .owl-theme .owl-nav .owl-next i {
	padding-left: 3px;
}

section.large-images-with-link .owl-nav {
	margin-top: 70px;
}

section.large-images-with-link .large-images-slider {
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 0 10px;
}

section.large-images-with-link .large-images-slider .item {
	height: 239px;
	border-radius: 0;
	width: 100%;
	position: relative;
	box-shadow: 0 0 25px -12px #000;
	text-align: left;
}

section.large-images-with-link .large-images-slider .item p {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	right: 60px;
}

section.what-we-treat-blocks {
	padding: 50px 0;
}

@media only screen and (max-width: 575.98px) {
	section.what-we-treat-blocks {
		padding-top: 0;
	}
}

section.what-we-treat-blocks .container:after {
	content: "";
	display: table;
	clear: both;
}

section.what-we-treat-blocks .container ul {
	padding: 0;
	margin: 0 -1%;
	list-style: none;
}

section.what-we-treat-blocks .container ul li {
	width: 100%;
	max-width: 23%;
	margin: 1%;
	float: left;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0px 0px 20px -10px #000;
}

@media only screen and (max-width: 1024px) {
	section.what-we-treat-blocks .container ul li {
		max-width: 31.3333%;
	}
}

@media only screen and (max-width: 575.98px) {
	section.what-we-treat-blocks .container ul li {
		max-width: 48%;
	}
}

@media only screen and (max-width: 420px) {
	section.what-we-treat-blocks .container ul li {
		max-width: 100%;
		margin: 0 0 25px 0;
	}
	section.what-we-treat-blocks .container ul li:last-child {
		margin-bottom: 0;
	}
}

section.what-we-treat-blocks .container ul li a {
	text-decoration: none;
	position: relative;
	display: block;
}

section.what-we-treat-blocks .container ul li .image {
	height: 220px;
}

section.what-we-treat-blocks .container ul li .image h5 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: #1d4451;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 17px;
}

.audience-public-sector section.what-we-treat-blocks .container ul li .image h5 {
	background-color: #105e6b;
}

.audience-personal-injury section.what-we-treat-blocks .container ul li .image h5 {
	background-color: #006b76;
}

.audience-careers section.what-we-treat-blocks .container ul li .image h5 {
	background-color: #007987;
}

section.what-we-treat-blocks .container ul li .image h5.private-individual {
	background-color: #1d4451 !important;
}

section.what-we-treat-blocks .container ul li .image h5.public-sector {
	background-color: #105e6b !important;
}

section.what-we-treat-blocks .container ul li .image h5.personal-injury {
	background-color: #006b76 !important;
}

section.what-we-treat-blocks .container ul li .image h5.careers {
	background-color: #007987 !important;
}

section.small-quote {
	text-align: center;
	padding: 50px 0;
}

section.small-quote h3 {
	max-width: 500px;
	margin: 0 auto 25px auto;
}

section.small-quote p {
	margin: 0 auto;
}

section.full-width-content {
	padding: 50px 0;
}

section.full-width-content ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

section.full-width-content ul li {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 12px;
}

section.full-width-content ul li:before {
	content: ' ';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #43D29E;
	border-radius: 10px;
}

section.full-width-content p:last-child {
	margin-bottom: 0;
}

section.full-width-content .button-wrapper {
	margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
	section.full-width-content .button-wrapper {
		text-align: center;
	}
}

section.full-width-content .button-wrapper a {
	display: inline-block;
	margin: 10px auto;
}

@media only screen and (max-width: 767.98px) {
	section.full-width-content .button-wrapper a {
		display: block;
		max-width: 250px;
	}
}

section.full-width-content .button-wrapper a.call {
	margin-left: 10px;
	text-decoration: none;
	color: #45A09C;
}

@media only screen and (max-width: 767.98px) {
	section.full-width-content .button-wrapper a.call {
		margin: 10px auto;
	}
}

section.book-an-assessment {
	padding: 50px 0;
	background-color: #1d4451;
}

.audience-public-sector section.book-an-assessment {
	background-color: #105e6b;
}

.audience-personal-injury section.book-an-assessment {
	background-color: #006b76;
}

.audience-careers section.book-an-assessment {
	background-color: #007987;
}

section.book-an-assessment .container:after {
	content: "";
	display: table;
	clear: both;
}

section.book-an-assessment .container .content {
	width: 100%;
	max-width: 50%;
	float: left;
	padding-right: 5%;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	section.book-an-assessment .container .content {
		max-width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 50px;
	}
}

section.book-an-assessment .container .content p > a {
	color: #fff;
}

section.book-an-assessment .container .content .call a {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

section.book-an-assessment .container .content .call a u {
	text-decoration: none;
}

section.book-an-assessment .container .form-wrapper {
	max-width: 50%;
	width: 100%;
	float: left;
}

@media only screen and (max-width: 767.98px) {
	section.book-an-assessment .container .form-wrapper {
		max-width: 100%;
		padding: 0;
		float: none;
	}
}

section.book-an-assessment .container .form-wrapper .custom-form-wrapper {
	margin-top: 0;
}

section.book-an-assessment .container .form-wrapper .custom-form-wrapper .row .checkbox {
	color: #fff;
	font-size: 12px;
}

section.book-an-assessment .container .form-wrapper .custom-form-wrapper .row input[type="button"] {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #d3a95b;
	color: #fff;
	border: none;
	outline: none;
}

section.client-logo-slider {
	padding: 50px 0;
	background-color: #FAFBFC;
}

section.client-logo-slider .client-logos {
	margin-top: 50px;
}

section.client-logo-slider .client-logos .image {
	padding: 10px;
}

section.client-logo-slider .client-logos .image img {
	border-radius: 10px;
	box-shadow: 0 0 17px -13px #000;
}

section.client-logo-slider .owl-dots .owl-dot span {
	background-color: #FAFBFC;
	border: 2px solid #C1C1C1;
	margin: 5px;
}

section.client-logo-slider .owl-dots .owl-dot.active span {
	background-color: #c1c1c1;
}

section.image-and-content {
	padding: 50px 0;
}

section.image-and-content .container {
	position: relative;
}

section.image-and-content .container:after {
	content: "";
	display: table;
	clear: both;
}

section.image-and-content .container .content-wrapper {
	width: 100%;
	max-width: 50%;
	padding: 0 100px 0 0;
	float: left;
}

@media only screen and (max-width: 1024px) {
	section.image-and-content .container .content-wrapper {
		max-width: 100%;
		padding: 0;
	}
}

section.image-and-content .container .content-wrapper ul {
	margin-left: 0;
}

section.image-and-content .container .content-wrapper h1 em, section.image-and-content .container .content-wrapper h2 em, section.image-and-content .container .content-wrapper h3 em, section.image-and-content .container .content-wrapper h4 em, section.image-and-content .container .content-wrapper h5 em {
	font-size: 70px;
	font-style: normal;
	position: relative;
	bottom: 2px;
}

section.image-and-content .container .content-wrapper h1 span, section.image-and-content .container .content-wrapper h2 span, section.image-and-content .container .content-wrapper h3 span, section.image-and-content .container .content-wrapper h4 span, section.image-and-content .container .content-wrapper h5 span {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

section.image-and-content .container .content-wrapper .content .button-wrapper {
	margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
	section.image-and-content .container .content-wrapper .content .button-wrapper {
		text-align: center;
	}
}

section.image-and-content .container .content-wrapper .content .button-wrapper a.call {
	color: #45A09C;
	margin-left: 20px;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	section.image-and-content .container .content-wrapper .content .button-wrapper a.call {
		margin: 10px auto;
	}
}

@media only screen and (max-width: 1024px) {
	section.image-and-content .container .content-wrapper .content .button-wrapper a {
		display: block;
		margin: 10px auto;
		max-width: 270px;
	}
}

section.image-and-content .container .quote-wrapper {
	width: 100%;
	max-width: 50%;
	float: left;
	padding: 0 50px;
}

section.image-and-content .container .quote-wrapper .quote {
	padding: 30px;
	font-style: italic;
}

section.image-and-content .container .quote-wrapper .quote span {
	display: block;
	margin-top: 25px;
}

section.image-and-content .container .image-wrapper {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	left: 50%;
	border-radius: 10px;
	-webkit-box-shadow: 0px 9px 25px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 9px 25px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 9px 25px -9px rgba(0, 0, 0, 0.75);
}

section.image-and-content.switch .content-wrapper {
	float: right;
	padding: 0 0 50px 100px;
}

section.image-and-content.switch .image-wrapper {
	right: 50%;
	left: 25px;
}

section.service-page-wrapper {
	padding: 50px 0;
}

section.service-page-wrapper .container:after {
	content: "";
	display: table;
	clear: both;
}

section.service-page-wrapper .container .main-content-area {
	width: 100%;
	max-width: 65%;
	float: left;
}

section.service-page-wrapper .container .main-content-area .content-area p:first-of-type strong {
	font-size: 20px;
	line-height: 28px;
}

section.service-page-wrapper .container .main-content-area .content-area blockquote {
	font-size: 18px;
	line-height: 28px;
	background-color: #FAFBFC;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	padding: 20px;
	font-style: italic;
	width: 100%;
	margin: 0 0 25px 0;
}

section.service-page-wrapper .container .main-content-area .content-area blockquote p {
	margin: 0;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions {
	margin-bottom: 20px;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li:first-of-type {
	border-top: 1px solid #ccc;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li p {
	margin: 0;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li .question {
	position: relative;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li .question i {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 25px;
	color: #CECECE;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li .question.open i {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li .answer {
	display: none;
	overflow: hidden;
	margin-top: 10px;
}

section.service-page-wrapper .container .main-content-area .frequently-asked-questions ul li:hover {
	cursor: pointer;
}

section.service-page-wrapper .container .main-content-area .large-image {
	margin-bottom: 15px;
	position: relative;
}

section.service-page-wrapper .container .main-content-area .large-image .owl-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	background: none;
	height: 38px;
	width: 38px;
	border: 2px solid #fff;
	border-radius: 30px;
}

section.service-page-wrapper .container .main-content-area .large-image .owl-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	background: none;
	height: 38px;
	width: 38px;
	border: 2px solid #fff;
	border-radius: 30px;
}

section.service-page-wrapper .container .main-content-area .large-image .owl-next i {
	padding-left: 3px;
}

section.service-page-wrapper .container .main-content-area .large-image .image {
	height: 500px;
}

section.service-page-wrapper .container .main-content-area .large-image img {
	width: 100%;
}

section.service-page-wrapper .container aside {
	float: left;
	width: 100%;
	max-width: 25%;
	position: relative;
	margin-left: 10%;
}

section.service-page-wrapper .container aside .custom-form-wrapper {
	margin: 0 0 50px 0;
}

section.service-page-wrapper .container aside .custom-form-wrapper .caldera-grid .row {
	margin: 0 0 15px 0;
}

section.service-page-wrapper .container aside .custom-form-wrapper .caldera-grid .row .col-sm-12 {
	padding: 0;
}

section.service-page-wrapper .container aside .custom-form-wrapper .caldera-grid .row .form-group {
	margin-bottom: 0;
}

section.service-page-wrapper .container aside:before {
	content: ' ';
	width: 3px;
	background-color: #f7f7f7;
	position: absolute;
	top: 0;
	left: -16.5%;
	bottom: -50%;
}

section.service-page-wrapper .container aside .info ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
}

section.service-page-wrapper .container aside .info ul li {
	position: relative;
}

section.service-page-wrapper .container aside .info ul li p {
	margin-bottom: 10px;
}

section.service-page-wrapper .container aside .info ul li:before {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: red;
	position: absolute;
	left: -12px;
	top: 10px;
}

section.content-with-pdf-download {
	text-align: center;
	padding: 75px 0;
	background-color: #1d4451;
	color: #fff;
}

.audience-public-sector section.content-with-pdf-download {
	background: #105e6b;
}

.audience-personal-injury section.content-with-pdf-download {
	background: #006b76;
}

.audience-careers section.content-with-pdf-download {
	background: #007987;
}

@media only screen and (max-width: 767.98px) {
	section.content-with-pdf-download {
		padding: 50px 0;
	}
}

section.content-with-pdf-download .content {
	max-width: 600px;
	margin: 0 auto;
}

section.content-with-pdf-download.invert {
	background-color: #fff;
}

section.content-with-pdf-download.invert .content {
	color: #1d4451;
}

section.content-with-pdf-download.invert .content a {
	color: #1d4451;
	border-color: #1d4451;
}

section.content-with-pdf-download.invert .content a:hover {
	color: #fff;
}

section.services-icon-list {
	padding: 100px 0;
	text-align: center;
}

@media only screen and (max-width: 767.98px) {
	section.services-icon-list {
		padding: 50px 0;
	}
}

section.services-icon-list.no-padding {
	padding: 50px 0;
}

section.services-icon-list .content {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 870px;
	margin: 0 auto 75px auto;
}

section.services-icon-list .content h4, section.services-icon-list .content p {
	width: 100%;
}

section.services-icon-list .button-wrapper {
	clear: both;
	margin-top: 40px;
}

section.services-icon-list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: stretch;
	padding: 0;
	margin: 0;
	list-style: none;
}

section.services-icon-list ul li {
	flex: 1 0 100%;
	max-width: 100%;
	text-align: center;
	padding: 0 25px;
	max-width: 300px;
	margin: 0 auto 50px auto;
}

section.services-icon-list ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 651px) {
	section.services-icon-list ul li {
		flex: 1 0 33.33333%;
		max-width: 33.33333%;
	}
}

section.services-icon-list ul li p {
	margin-bottom: 0;
}

section.services-icon-list ul li .image {
	margin-bottom: 15px;
}

section.services-icon-list ul li .image img {
	margin: 0 auto 20px auto;
	max-width: 110px;
	max-height: 95px;
}

section.left-right-content {
	padding: 50px 0;
}

@media only screen and (max-width: 767.98px) {
	section.left-right-content {
		padding: 30px 0;
	}
}

section.left-right-content .container {
	overflow: hidden;
}

section.left-right-content .container .left-content, section.left-right-content .container .right-content {
	max-width: 50%;
	width: 100%;
	float: left;
	padding-right: 50px;
}

@media only screen and (max-width: 767.98px) {
	section.left-right-content .container .left-content, section.left-right-content .container .right-content {
		max-width: 100%;
		float: none;
		padding: 20px 0;
	}
}

section.left-right-content .container .left-content > ul, section.left-right-content .container .right-content > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.left-right-content .container .left-content > ul li, section.left-right-content .container .right-content > ul li {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 12px;
}

section.left-right-content .container .left-content > ul li:before, section.left-right-content .container .right-content > ul li:before {
	content: ' ';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #43D29E;
	border-radius: 10px;
}

section.meet-the-team {
	padding: 50px 0;
}

section.meet-the-team .container ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

section.meet-the-team .container ul li {
	overflow: hidden;
	margin-bottom: 25px;
}

section.meet-the-team .container ul li:last-child {
	margin: 0;
}

section.meet-the-team .container ul li .image {
	max-width: 25%;
	width: 100%;
	float: left;
}

section.meet-the-team .container ul li .content {
	max-width: 70%;
	margin-left: 5%;
	float: left;
}

section.contact-form {
	padding: 50px 0;
}

section.split-image-with-content {
	position: relative;
	background-color: #FAFBFC;
}

section.split-image-with-content:after {
	content: "";
	display: table;
	clear: both;
}

section.split-image-with-content .main-image {
	position: absolute;
	top: 0;
	left: 65%;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 1024px) {
	section.split-image-with-content .main-image {
		left: 50%;
	}
}

@media only screen and (max-width: 767.98px) {
	section.split-image-with-content .main-image {
		left: auto;
		position: relative;
		right: auto;
		bottom: auto;
		padding: 250px 0;
	}
	section.split-image-with-content .main-image:before {
		content: ' ';
		background: #fafbfc;
		background: linear-gradient(180deg, #fafbfc 0%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 75%;
	}
}

section.split-image-with-content .main-content {
	width: 100%;
	max-width: 65%;
	float: left;
	padding: 150px 150px 150px 50px;
}

@media only screen and (max-width: 1024px) {
	section.split-image-with-content .main-content {
		padding: 50px 30px;
		max-width: 50%;
	}
}

@media only screen and (max-width: 767.98px) {
	section.split-image-with-content .main-content {
		float: none;
		max-width: 100%;
	}
}

section.split-image-with-content .main-content > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.split-image-with-content .main-content > ul li {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 12px;
}

section.split-image-with-content .main-content > ul li:before {
	content: ' ';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #43D29E;
	border-radius: 10px;
}

section.split-image-with-content .main-content .button-wrapper {
	margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
	section.split-image-with-content .main-content .button-wrapper {
		text-align: center;
	}
}

section.split-image-with-content .main-content .button-wrapper a {
	display: inline-block;
	margin: 10px auto;
}

@media only screen and (max-width: 767.98px) {
	section.split-image-with-content .main-content .button-wrapper a {
		display: block;
		max-width: 250px;
	}
}

section.split-image-with-content .main-content .button-wrapper a.call {
	margin-left: 10px;
	text-decoration: none;
	color: #45A09C;
}

@media only screen and (max-width: 767.98px) {
	section.split-image-with-content .main-content .button-wrapper a.call {
		margin: 10px auto;
	}
}

footer {
	background: #1d4451;
	padding: 50px 0 50px 0;
}

footer:after {
	content: "";
	display: table;
	clear: both;
}

.audience-public-sector footer {
	background-color: #105e6b;
}

.audience-personal-injury footer {
	background-color: #006b76;
}

.audience-careers footer {
	background-color: #007987;
}

footer .footer-wrapper {
	overflow: hidden;
}

footer .footer-wrapper .col {
	max-width: 15%;
	width: 100%;
	float: left;
	margin-left: 5%;
}

@media only screen and (max-width: 767.98px) {
	footer .footer-wrapper .col {
		max-width: 100%;
		margin: 0;
	}
}

footer .footer-wrapper .col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footer-wrapper .col small {
	color: #7E7E81;
	font-size: 12px;
}

footer .footer-wrapper .col .logo {
	max-width: 350px;
	margin-bottom: 25px;
}

footer .footer-wrapper .col:first-of-type {
	max-width: 60%;
	margin: 0 0 30px 0;
}

footer .footer-wrapper .col a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

footer .footer-wrapper .col .social {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-wrapper .col .social li {
	display: inline-block;
	margin-right: 20px;
}

footer .footer-wrapper .col .social li a {
	font-size: 25px;
	color: #fff;
	padding: 10px 0;
	border: none;
	padding: 0;
	margin: 0;
}

.footer-content {
	padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
	.footer-content {
		padding: 25px 0;
	}
}

.footer-content > .container {
	display: flex;
	flex-flow: row wrap;
}

.footer-content__description {
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.footer-content__description {
		text-align: right;
	}
}

.footer-content__description p:last-child {
	margin-bottom: 0;
}

.footer-content__links {
	font-size: 12px;
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
	.footer-content__links {
		text-align: left;
		border-bottom: none;
	}
}

.footer-content__links p {
	margin-bottom: 1em;
}

.footer-content__links ul {
	padding: 0;
	margin: 0 0 1em;
	list-style: none;
}

.footer-content__links ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	position: relative;
}

.footer-content__links ul li:after {
	content: ' ';
	height: 10px;
	width: 2px;
	background-color: #1d4451;
	position: absolute;
	right: -12px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-content__links ul li a {
	text-decoration: underline;
	text-decoration-color: rgba(29, 68, 81, 0.5);
	color: #1d4451;
	font-weight: bold;
}

.footer-content__links ul li a:hover {
	text-decoration-color: #1d4451;
}

.footer-content__links ul li:last-child {
	margin: 0;
}

.footer-content__links ul li:last-child:after {
	display: none;
}

.footer-content__links, .footer-content__description {
	flex: 1 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.footer-content__links, .footer-content__description {
		flex: 1 0 50%;
		max-width: 50%;
	}
}

.social-media {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

footer .footer-wrapper .col .social-media {
	border-bottom: 1px solid #fff;
}

.social-media__link {
	margin: 8px 1.5em 3px 0;
}

@media only screen and (min-width: 768px) {
	.social-media__link {
		font-size: 1em;
	}
}

footer .footer-wrapper .col .social-media__link {
	border-bottom: none;
}

.main-navigation {
	flex: 1;
}

.menu-language-container {
	flex: 1;
}

@media only screen and (min-width: 1025px) {
	.menu-language-container {
		flex: none;
	}
}

.menu-language-container .menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

.menu-language-container .menu li:not(:last-child) {
	margin-right: 10px;
}

.menu-language-container .menu a {
	text-decoration: none;
	color: #1d4451;
	opacity: 0.5;
}

.menu-language-container .menu a:hover {
	opacity: 1;
}

.menu-language-container .menu a > img {
	vertical-align: baseline;
}

.menu-language-container .menu .mlp-current-language-item {
	font-weight: bold;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li.revealed > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul > li.menu-item-has-children > a:before {
	transition: all 0.2s ease-in-out;
}

.main-navigation ul li > a:after {
	transition: 0.2s ease-in-out;
}

.main-navigation ul li.revealed > a:before {
	transform: translateY(-50%) rotate(180deg) !important;
	transform-origin: center;
}

.main-navigation ul li.revealed > a:hover:after {
	height: 5px !important;
}

.main-navigation ul li.revealed > a:after {
	content: '';
	position: absolute;
	bottom: 25px;
	background-color: #b89550;
	left: 20px;
	right: 20px;
	height: 5px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.country-switcher {
	visibility: hidden;
	opacity: 0;
	transform: translateY(100%);
	position: fixed;
	bottom: 0;
	min-width: 100%;
	height: auto;
	z-index: 100001;
	font-size: 14px;
	line-height: 1.6;
	left: 0;
	text-align: center;
	font-weight: 400;
	padding: 12px 0;
	background: white;
	color: #1d4451;
	border-top: 2px solid #b89550;
	transition: ease-in 0.5s;
	transition-delay: 5s;
}

.country-switcher__content {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.country-switcher__message {
	flex: 1;
	position: relative;
	margin: 0;
	text-align: center;
}

.country-switcher__link {
	display: inline-block;
	color: #1d4451;
	font-weight: normal;
	margin: 0;
	border: 1px solid #1d4451;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: none;
	background: #1d4451;
	color: white;
	padding: 3px 12px 4px;
	margin: 0 12px;
	transition: ease-in 0.2s;
}

.country-switcher__link:visited {
	color: white;
}

.country-switcher__link:hover {
	background: #105e6b;
}

.country-switcher__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	height: 2em;
	width: 2em;
	border: 1px solid currentColor;
	border-radius: 50%;
	transition: ease-in 0.2s;
	opacity: 0.6;
}

.country-switcher__close:visited {
	color: #1d4451;
}

.country-switcher__close:hover {
	opacity: 1;
}

.country-switcher--show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.audience-switcher {
	display: flex;
	justify-content: space-evenly;
	align-content: space-between;
	text-align: center;
	line-height: 1.5;
	margin-bottom: -1px;
}

.audience-switcher__link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	color: #fff;
	flex: 1 0 auto;
	text-decoration: none;
	padding: 0 3px;
	height: 71px;
}

@media only screen and (min-width: 1025px) {
	.audience-switcher__link {
		flex-flow: row nowrap;
		height: 50px;
	}
}

.audience-switcher__link:nth-child(1) {
	border-top: 2px solid #153641;
	background: #153641;
}

.audience-switcher__link:nth-child(1):hover {
	background: #173c49;
}

.audience-switcher__link:nth-child(2) {
	border-top: 2px solid #105e6b;
	background: #105e6b;
}

.audience-switcher__link:nth-child(2):hover {
	background: #116674;
}

.audience-switcher__link:nth-child(3) {
	border-top: 2px solid #006b76;
	background: #006b76;
}

.audience-switcher__link:nth-child(3):hover {
	background: #007480;
}

.audience-switcher__link:nth-child(4) {
	border-top: 2px solid #007987;
	background: #007987;
}

.audience-switcher__link:nth-child(4):hover {
	background: #008291;
}

.audience-switcher__link--active[class] {
	font-weight: bold;
	text-decoration: underline;
	border-top: 2px solid #b89550 !important;
}

.audience-switcher__link--active[class]:hover, .audience-switcher__link--active[class]:active {
	text-decoration: underline;
}

.audience-switcher__link:visited {
	color: #d5d5d5;
}

.audience-switcher__link:hover, .audience-switcher__link:focus {
	color: #fff;
	text-decoration: none;
}

.audience-switcher__link:active {
	color: #b9b9b9;
}

.audience-switcher__icon {
	font-size: 22px;
}

@media only screen and (min-width: 1025px) {
	.audience-switcher__icon {
		font-size: 22px;
		margin-right: 12px;
	}
}

.audience-switcher__label {
	display: block;
	font-size: 12px;
	margin-top: 6px;
}

@media only screen and (min-width: 1025px) {
	.audience-switcher__label {
		display: inline-block;
		font-size: 13px;
		margin-top: 0;
	}
}

.audience-switcher-mini {
	padding: 10px 0 0;
	text-align: center;
	line-height: 1.5;
}

.audience-switcher-mini__description {
	color: #757575;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
	.audience-switcher-mini__description {
		max-width: 520px;
	}
}

@media only screen and (min-width: 1024px) {
	.audience-switcher-mini__description {
		max-width: 820px;
	}
}

.audience-switcher-mini__links {
	display: flex;
	justify-content: space-evenly;
	align-content: space-between;
}

.audience-switcher-mini__link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	color: #fff;
	flex: 1 0 auto;
	text-decoration: none;
	padding: 1rem 3px;
}

@media only screen and (min-width: 1024px) {
	.audience-switcher-mini__link {
		flex-flow: row nowrap;
		padding: 0.66rem 3px;
	}
}

.audience-switcher-mini__link:nth-child(1) {
	border-bottom: 2px solid #153641;
	background: #153641;
}

.audience-switcher-mini__link:nth-child(1):hover {
	background: #173c49;
}

.audience-switcher-mini__link:nth-child(2) {
	border-bottom: 2px solid #105e6b;
	background: #105e6b;
}

.audience-switcher-mini__link:nth-child(2):hover {
	background: #116674;
}

.audience-switcher-mini__link:nth-child(3) {
	border-bottom: 2px solid #006b76;
	background: #006b76;
}

.audience-switcher-mini__link:nth-child(3):hover {
	background: #007480;
}

.audience-switcher-mini__link:nth-child(4) {
	border-bottom: 2px solid #007987;
	background: #007987;
}

.audience-switcher-mini__link:nth-child(4):hover {
	background: #008291;
}

.audience-switcher-mini__link--active[class] {
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 2px solid #b89550;
}

.audience-switcher-mini__link--active[class]:hover, .audience-switcher-mini__link--active[class]:active {
	text-decoration: underline;
}

.audience-switcher-mini__link:visited {
	color: #d5d5d5;
}

.audience-switcher-mini__link:hover, .audience-switcher-mini__link:focus {
	color: #fff;
	text-decoration: none;
}

.audience-switcher-mini__link:active {
	color: #b9b9b9;
}

.audience-switcher-mini__icon {
	font-size: 22px;
}

@media only screen and (min-width: 1024px) {
	.audience-switcher-mini__icon {
		font-size: 22px;
		margin-right: 12px;
	}
}

.audience-switcher-mini__label {
	display: block;
	font-size: 12px;
	margin-top: 6px;
}

@media only screen and (min-width: 1024px) {
	.audience-switcher-mini__label {
		display: inline-block;
		font-size: 13px;
		margin-top: 0;
	}
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*
 * Fix styling for gravityforms
 */
div.gform_wrapper a {
	color: inherit;
}

div.gform_wrapper.gf_browser_chrome select {
	padding: 7px 0 6px 3px;
}

div.gform_wrapper div.charleft {
	color: #adadad;
}

div.gform_wrapper .gfield_consent_label {
	font-size: .875em;
	line-height: 1.5;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit] {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	font-family: 'Montserrat', sans-serif;
}

div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	cursor: pointer;
}

.main-popup-form div.gform_wrapper .gform_footer input.button,
.book-an-assessment div.gform_wrapper .gform_footer input.button,
.slider-form div.gform_wrapper .gform_footer input.button, .main-popup-form
div.gform_wrapper .gform_footer input[type=submit],
.book-an-assessment
div.gform_wrapper .gform_footer input[type=submit],
.slider-form
div.gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
	background-color: #b89550;
	color: #fff;
	border-radius: 50px;
	padding: 15px;
	border: none;
	transition: 0.6s all ease;
}

.main-popup-form div.gform_wrapper .gform_footer input.button:hover,
.book-an-assessment div.gform_wrapper .gform_footer input.button:hover,
.slider-form div.gform_wrapper .gform_footer input.button:hover, .main-popup-form
div.gform_wrapper .gform_footer input[type=submit]:hover,
.book-an-assessment
div.gform_wrapper .gform_footer input[type=submit]:hover,
.slider-form
div.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #a58547;
}

@media only screen and (max-width: 767.98px) {
	.main-popup-form div.gform_wrapper .gform_footer input.button, .main-popup-form
	div.gform_wrapper .gform_footer input[type=submit] {
		padding: 7px;
	}
}

.book-an-assessment div.gform_wrapper {
	color: #fff;
}

.book-an-assessment div.gform_wrapper .gfield_required {
	color: #9dcabf;
}

.book-an-assessment div.gform_wrapper .validation_message,
.book-an-assessment div.gform_wrapper .gfield_error .gfield_label,
.book-an-assessment div.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.book-an-assessment div.gform_wrapper li.gfield_error ul.gfield_checkbox,
.book-an-assessment div.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #ffc9c9;
}

.book-an-assessment div.gform_wrapper div.validation_error {
	color: #ffc9c9;
	border-top: #ffc9c9;
	border-bottom: #ffc9c9;
}

div.gform_wrapper .grecaptcha-badge {
	display: none !important;
}

/**
 * Modal Popup form only - Smaller height to fit inside modal
 */
@media screen and (max-width: 320px) {
	#gform_wrapper_4 {
		font-size: 0.825em;
	}
}

#gform_wrapper_4 span.gform_description,
#gform_wrapper_4 .gform_heading {
	margin-bottom: 0;
}

#gform_wrapper_4 .gform_footer {
	margin: 0;
	padding: 0;
}

#gform_wrapper_4 .gform_footer input[type=submit] {
	margin-bottom: 0;
}

#gform_wrapper_4 ul li.gfield {
	margin-top: 0;
}

#gform_wrapper_4 .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom: 0;
}

body.remove-simple-banner .simple-banner {
	display: none;
}

.audience-public-sector .simple-banner {
	background: #105e6b;
}

.audience-personal-injury .simple-banner {
	background: #006b76;
}

.audience-careers .simple-banner {
	background: #007987;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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