/*
Theme Name: Delta Theme - Latest (delta-esourcing)
Author: Martin Stewart
Description: Theme for Delta WordPress site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bip_theme
Tags: delta-esourcing

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.

BiP Theme 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.com/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: 'Open Sans', sans-serif;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	width: 100%;
}

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 {
	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"] {
	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,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* 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/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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: 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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #121d4c;
	color: #FFF;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1;
	padding: .6em 1em;
	border-radius: 50px;
	transition: background 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #5a5a5d;
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation > ul > li {
	float: left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 3.4em;
	left: 0;
	z-index: 99999;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	text-align: center;
	display: block;
	padding: 10px 0 30px;
	transition: background 0.3s;
}

.main-navigation ul ul li {
	margin-bottom: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {background: rgba(255,255,255,0.1);}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	max-height: 999em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	background: #FFF;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright,
img.alignleft {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site_header:before,
.site_header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site_header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 2.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}


/* Site design - main.css */

html, body {
	font-size: 14px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	min-width: 300px;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x: hidden;
}

body * {
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 768px) {
	html, body {
		font-size: 13px;
	}
}

.warning_text {
	color: red;
}

hr {
	border-top: 1px solid #ebebeb;
	margin: 30px 0;
}

.pure-g {
	max-width: 1200px;
	margin: 0 auto;
}

#page {
	background: #FFF;
}

#content {
	background: #FFF;
	min-height: 400px;
}

#primary {
	min-height: 400px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 .67em 0;
	color: #151b53;
	line-height: 1.5;
}

h1 { 
	font-size:2rem;
}

h2 {
	font-size: 1.71rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2em
}

a,
a:visited,
a:focus {
	color: #24418f;
	text-decoration: none;
	border: 0;
	transition: color 0.5s;
	outline: 0;
}

.page-content a,
.entry-content a,
.entry-summary a,
.comments-area a {
	border-bottom: 1px solid #cecece;
}

p {
	font-family: 'Open Sans', sans-serif;
}

p:empty {
	display: none;
}

/*.site-main > div:last-of-type {
	padding-bottom: 100px;
}*/

.content_block p:first-child {
	font-weight: bold;
}

.site-main p:last-child,
.site-main ul:last-child,
.site-main ol:last-child {
	margin-bottom: 0;
}

.site-main p a:not(.cta_button) {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.site-logo {
	position: relative;
	padding-right: 20px;
	top: 8px;
}

.cta_button,
a.cta_button {
    display: inline-block;
    font-size: 0.857143rem;
    color: #FFF;
    position: relative;
    transition: background 0.2s, color 0.2s;
    padding: 5px 35px 5px 20px;
    box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50px;
	outline: 0;
	border: 0;	
}

.site-main .content_block .cta_button {
	margin-top: 20px;
}

.cta_button:hover,
button.cta_button:hover,
input[type="button"].cta_button:hover,
input[type="reset"].cta_button:hover,
input[type="submit"].cta_button:hover {
    background-color: #FFF;
    color: #121F51;
}

.cta_button:after {
    content: '\203A';
    width: 1.285714rem;
    height: 1.285714rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    background: #0E418F;
    color: #FFF;
    border-radius: 9px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    text-indent: 1px;
    display: block;
    width: 18px;
    height: 18px;
}

.cta_button.cta_button_left,
a.cta_button.cta_button_left {
	padding: 5px 20px 5px 35px;
}

.cta_button.cta_button_left:after {
	content: '\2039';
	right: auto;
	left: 10px;
}

.cta_button.cta_button_down:after {
	transform: rotate(90deg);
}

@keyframes cta_small_hover_bounce {
  0%   { right: 10px; }
  50%  { right: 6px; }
  100% { right: 10px; }
}

@keyframes cta_small_left_hover_bounce {
  0%   { left: 10px; }
  50%  { left: 6px; }
  100% { left: 10px; }
}

.cta_button:hover:after {
    animation: cta_small_hover_bounce 0.7s 0.2s;
}

.cta_button.cta_button_left:hover:after {
    animation: cta_small_left_hover_bounce 0.7s 0.2s;
}




/*
 *	Header
 */

.header__live_chat {
    text-align: center;
    background: #33ACE3;
    padding: 5px;
}

.header__live_chat a {
	color: #FFF;
}

@media screen and (min-width: 750px) {

	.header__live_chat {
		position: fixed;
		top: 275px;
		right: 0;
		z-index: 1000;
		font-size: 0.857143rem;
		padding: 10px 8px;
		transition: background 0.3s;
		border-radius: 10px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	}

	.header__live_chat:hover {
		background: #121f51;
	}

	.header__live_chat .fa {
		font-size: 2rem;
		display: block;
	}

}



.site_header {
	background-color: #121D4C;
	padding: 30px 30px 18px 30px;
}

.site_header > .pure-g {
	position: relative;
}

/* Nav menu */
.menu_toggle {
	display: none;
	color: #FFF;
	text-align: center;
	font-size: 2.142857em;
}

@media screen and (max-width: 750px) {	

	.menu_toggle div {
		font-size: 12px;
	}

	#site-navigation > ul,
	.secondary-navigation {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s;
	}
	
	#site-navigation.target > ul,
	#site-navigation.target ~ .secondary-navigation, 
	#site-navigation:target > ul,
	#site-navigation:target ~ .secondary-navigation {
		max-height: 999em;
	}

	#site-navigation .close_menu {
		display: none;
	}

	#site-navigation.target .close_menu,
	#site-navigation:target .close_menu {
		display: block;
	}

	#site-navigation.target .open_menu,
	#site-navigation:target .open_menu {
		display: none;
	}

	.menu_toggle {
		display: block;
		position: absolute;
		right: 0;
    	top: 0;
    	width: 32px;
	}

}

.main-navigation > ul > li {
	padding: 0 5px;
	margin-right: 6px;
	border-bottom: 2px solid transparent;
	transition: border-bottom-color 0.2s;
}

@media screen and (min-width: 751px) {

	.main-navigation > ul > li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}
	
	.main-navigation > ul > li.current_page_parent,
	.main-navigation > ul > li.current_page_item,
	.main-navigation > ul > li:hover {
		border-bottom-color: #ffcb29;
	}

}

.main-navigation a {
	color: #FFF;
}

.main-navigation > ul > li > a {
	font-size: 1rem;
}

.main-navigation ul.children > li > a span {
	background: transparent;
	color: #FFF;
	transition: color 0.3s, background 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
}

/*.main-navigation ul.children > li > a:hover span {
	background: #FFF;
    color: #121d4c;
    display: inline-block;
}*/

li.page_item_has_children:not(:first-child) > a {
	cursor: pointer;
}

@media screen and (max-width:750px) {

	#site-navigation,
	.secondary-navigation {
		width: 100%;
	}

	.main-navigation > ul > li > a {
		font-size: 1rem;
	    border: 1px solid #ebebeb;
	    padding: 5px;
	    border-radius: 40px;
	    position: relative;
	}

	.main-navigation > ul > li:first-child {
		margin-top: 15px;
	}

	.main-navigation > ul > li {
		width: 100%;
		text-align: center;
		position: relative;
		margin-bottom: 3px;
	}

	.main-navigation > ul > li.page_item_has_children > a:after {
		content: '';
		height: 4px;
		width: 4px;
		margin-top: 5px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -2px;
		border-top: 4px solid #FFF;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}

	.main-navigation ul ul {
		position: relative;
    	width: 100%;
    	top: auto;
	}

	.main-navigation ul ul > li {
		width: 50%;
	}

	.secondary-navigation {
		margin-top: -5px;
	}

}

.main-navigation > ul > li > ul {
	background-color: #121D4C;
	padding: 0px 10px;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s, padding 0.3s;
}

.main-navigation > ul > li:hover > ul {
	padding: 30px 0px 0px 0px;
	opacity: 1;
}

@media screen and (min-width: 751px) {
	
	.main-navigation > ul > li {
		margin-top: 15px;
		padding-bottom: 10px;
	}

}

.main-navigation .mega_menu_icon {
	color: #FFF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
    border: 2px solid transparent;
    border-radius: 50px;
    margin: 0 auto 10px auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s, border 0.3s;
}

/*.main-navigation a:hover > .mega_menu_icon {
	border: 2px solid #FFF;
}*/

.main-navigation > ul > li:hover .mega_menu_icon {
	opacity: 1;
}

.main-navigation .mega_menu_icon.bespoke_icon {
	background: transparent !important;
}

.main-navigation .mega_menu_icon img {
	height: 30px !important;
	width: auto;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Secondary nav buttons */
@media screen and (min-width: 568px) {

	.secondary-navigation {
		text-align: right;
		white-space: nowrap;
	}

}

@media screen and (min-width: 64em) {

	.secondary-navigation {
		position: relative;
		right: -4.1667%;
	}

}

.secondary-navigation ul {
	margin: 0;
	padding: 0;
}

.secondary-navigation li {
	display: inline-block;
	padding-top: 7px;
	margin-left: 5px;
	list-style: none;
	min-width: 31px;
}

@media screen and (min-width: 751px) {

	.secondary-navigation li:first-child {
		margin-left: 0;
	}

}

@media screen and (max-width: 750px) {

	.secondary-navigation li {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		text-align: center;
		display: block;
	}

	.secondary-navigation li a {
		width: 100%;
	}

	.site_header {
		padding: 20px;
	}

}

.secondary-navigation .cta_button {
	padding-right: 20px;
	box-shadow: none;
	font-size: 0.928571rem;
}

.secondary-navigation .cta_button.header_button_blue {
	background: #0E418F
}

.secondary-navigation .cta_button.header_button_red {
	background: #EE343B;
}

.secondary-navigation .cta_button.header_button_yellow {
	background: #FFCB29;
}

.secondary-navigation .cta_button.header_button_light_blue {
	background: #65d4ff;
	color: #121F51;
}

.secondary-navigation .cta_button.header_button_green {
	background: #72df55;
	color: #121F51;
}

.secondary-navigation .cta_button:hover {
	background: #FFF;
}

.secondary-navigation .cta_button:after {
	display: none;
}

.secondary-navigation .cta_button.search_cta_button {
	background: #FFCB29;
	color: #121F51;
	text-shadow: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    height: 31px;
    width: 31px;
}

@media screen and (min-width: 751px) {

	.secondary-navigation .cta_button.search_cta_button {
		position: absolute;
	    right: 0;
	    top: 7px;
	}

}

@media screen and (max-width: 750px) {
	.secondary-navigation .cta_button.search_cta_button,
	.secondary-navigation .search-field:focus {
		width: 100% !important;
	}
}

.secondary-navigation .cta_button.search_cta_button:hover {
	background: #FFF;
}

.secondary-navigation .search-form .fa {
    position: relative;
    margin-left: -16px;
    right: -26px;
    z-index: 1;
	pointer-events: none;
}

@media screen and (min-width: 751px) {

	.secondary-navigation .search-form .fa {
		position: relative;
    	left: -8px;
	}

}

.secondary-navigation .search-field {
	margin: 0;
    border-radius: 50px;
    width: 7px;
    text-align: center;
    cursor: pointer;
    transition: width 0.3s, text-indent 0.3s, background 0.3s;
}

@media screen and (min-width: 751px) {
	.secondary-navigation .search-field {
    	text-indent: 50px;
    	text-align: left;
	}	
}

.secondary-navigation .search-submit {
	display: none;
}

.secondary-navigation .search-field:focus {
	width: 100%;
    background: #FFF;
    text-indent: 27px;
    cursor: auto;
    text-align: left;
}

@media screen and (min-width: 751px) {

	.secondary-navigation .search-field {
		max-width: 400px;
	}

}

.password {
	color: #FFF !important;
    font-weight: bold;
    font-size: 0.8rem;
    padding-top: 5px;
    display: inline-block;
}

@media screen and (min-width: 750px) and (max-width: 1200px) {

	.password {
		position: relative;
    	top: -68px;
	}

}

/* Title with image background */
.page__title {
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 2.214286rem;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	position: relative;
	background: #121D4C url('img/title_bg_2.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page__title:before,
.page__title:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(33, 173, 227, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.page__title:after {
	background: rgba(10, 117, 159, 0.85);
	z-index: 1;
}

.page__title span {
	z-index: 3;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.page__title span.posted-on {
	display: inline-block;
}

.page__title span.page__title_icon {
	display: none;
}

.page__sub_title {
	color: #121d4c;
	font-size: 1.2rem;
}

@media screen and (min-width: 500px) {

	.page__title {
		padding: 40px 20px;
	}

	.page__title_icon {
		display: inline-block;
	}

	.page__sub_title,
	.page__title_text {
		text-align: left;
		display: inline-block;
	}

	.page__title span.page__title_icon {
		font-size: 2.428571rem;
		background: #FFF;
		color: #21ADE3;
		width: 56px;
		height: 56px;
		line-height: 56px;
		border-radius: 60px;
		vertical-align: top;
		max-width: 20%;
		display: inline-block;
	}

	.page__title span.page__title_icon.bespoke_icon {
		background: none;
	}

	.page__title span.page__title_text {
		max-width: 80%;
		padding: 0 30px;
		display: inline-block;
	}

	.page__title span.page__sub_title {
		top: -10px;
		display: inline-block;
	}

}


/* Responsive styles for nav bar */
@media screen and (min-width: 750px) and (min-height: 700px) {

	.site_header {
		position: sticky;
	    /* position: fixed; */
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 10000;
	}

	.admin-bar .site_header {
		top: 30px;
	}

	#page {
		/* padding-top: 110px; */
	}

}

@media screen and (min-width: 750px) and (max-width: 1200px) {

	.site_header {
		padding-bottom: 60px;
	}

	.main-navigation ul {
		position: absolute;
	    top: 3.3rem;
	    right: 0;
	}

	.main-navigation ul ul.children {
		
		width: 100%;
		/*width: 230%;
    	left: -127%;*/
	}

}

@media screen and (min-width: 750px) and (max-width: 1200px) and (min-height: 700px) {

	#page {
	    /* padding-top: 152px; */
	}

}




/*
 *	Footer
 */

.site-footer {
	background: #121D4C;
	padding: 50px 20px 22px 20px;
}

#frontend .site-footer .site-footer {
	background: none;
	padding: 0;
}

.site-footer img {
	max-width: 130px;
}

.site-footer ul {
	padding: 16px 0 0 0;
	margin: 0;
	font-size: 0.928571rem;
}

.site-footer li {
	display: inline-block;
	margin: 0 20px 20px 0;
}

@media screen and (min-width: 64em) {

	.site-footer li {
		margin: 0 10px;
	}

}

.site-footer li:first-child {
	margin-left: 0;
}

.site-footer li a {
	color: #FFF;
}

.footer_sign_up {
	text-align: center;
	padding: 30px 20px 20px 20px;
	border-top: 2px solid #CACACA;
	background: #F6F6F6;
}

.footer_sign_up .cta_button {
	font-size: 1.2rem;
	line-height: 30px;
	margin: 20px 10px 40px 10px;
}

.footer_sign_up .cta_button:hover {
	background: #FFF;
}

.footer_sign_up .cta_button {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 40px;
	padding-left: 24px;
}

@keyframes cta_footer_hover_bounce {
  0%   { right: 10px; }
  50%  { right: 6px; }
  100% { right: 10px; }
}

.footer_sign_up .cta_button:hover:after {
    animation: cta_footer_hover_bounce 0.7s 0.2s;
}

@media screen and (min-width: 1120px) {
	.footer_sign_up .pure-g > div:not(:last-child) {
		border-right: 1px solid #c7c7c7;
	}
}

.footer_sign_up h3 {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.partner_logos {
		margin-top: 70px;
}

@media screen and (min-width: 64em) {
	.partner_logos {
		margin-top: 0;
	}
}

.footer_logos {
	margin-top: 30px;
}

.footer_logos a i {
	color: #FFF;
    font-size: 1.714286rem;    
    display: inline-block;
    margin: 10px 12px 10px 0;
}

@media screen and (min-width: 64em) {

	.footer_logos a i {
		margin: 10px 12px;
	}

	.footer_logos {
		text-align: right;
		margin-top: 0;
	}

}

.footer__live_chat {
	text-align: center;
	margin-top: 70px;
}

@media screen and (min-width: 35.5em) {

	.footer__live_chat {
			margin-top: 7px;
	}

}

.footer__live_chat a {
	color: #151b53;
}

.footer__live_chat .fa {
	font-size: 2rem;
    background: #121f51;
    color: #FFF;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 5px;
}


/*
 *	Content blocks
 */

.content_block {
	white-space: nowrap;
	padding: 20px 0;
	background: #121D4C url(img/title_bg_2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

/*Home page corona block*/
/*.home .content_block, .content_block:before {
    background: #65d4ff!important;
    padding: 32px 0px 22px;
}

.home .content_block h2{
    color: #fff!important;
	font-weight: bold;
}
*/

@media screen and (min-width: 57.142857em) {

	.content_block {
		padding: 50px 0;
	}

}

.content_block:last-child {
	padding-bottom: 80px;
}

.content_block * {
	position: relative;
}

.content_block:before {
	content: '';
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content_block__full_width,
.content_block__left_column,
.content_block__middle_column,
.content_block__right_column {
	padding: 0 20px;
	white-space: normal;
}

.content_block__full_width {
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (min-width: 57.142857em ) {
	
	.content_block__left_column,
	.content_block__middle_column,
	.content_block__right_column {
		display: inline-block;
	 	vertical-align: top;
	 	padding: 0 10px 0 0;
	}

	.content_block__middle_column {
		padding: 0 5px;
	}

	.content_block__right_column {
		padding: 0 0 0 10px;
	}

	.content_block__full_width {
		padding: 0;
	}

}


/*
 *	Contact form
 */

.contact_form .pure-g {
	max-width: 900px;
	position: relative;
}

.contact_form .pure-g p:first-child {
	font-weight: bold;
}

.contact_form form .pure-g p:first-child {
	font-weight: normal;
}

.contact_form {
 	padding: 50px 20px;
 	white-space: nowrap;
 	position: relative;
 	background: url(img/title_bg_2.jpg) no-repeat;
 	background-size: cover;
 	background-attachment: fixed;
}

.contact_form:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.95);
}

.contact_form__top_column,
.contact_form__full_width_column,
.contact_form__bottom_column,
.contact_form__left_column,
.contact_form__right_column {
	padding: 0;
	white-space: normal;
}

.contact_form__top_column,
.contact_form__full_width_column {
	padding-bottom: 1.5rem;
}

.contact_form__bottom_column {
	padding: 0;	
}

@media screen and (min-width: 57.142857em ) {
	
	.contact_form__left_column,
	.contact_form__right_column {
		display: inline-block;
	 	vertical-align: top;
	 	padding: 0 10px 0 0;
	}

	.contact_form__right_column {
		padding: 0 0 0 10px;
	}

}

.contact_form form {
	padding: 30px;
	background: #FFF;
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #ccc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.contact_form .full_width_form form {
	max-width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form select {
	width: 100%;
}
.contact_form label {
	font-weight: bold;
	text-align: left;
}

/*.contact_form form p:last-of-type {
	text-align: center;
}*/

.contact_form form textarea {
	max-height: 100px;
}

.required {
	color: red;
}

.contact_form .recaptcha > div {
	margin: 30px auto;
}

@media screen and (max-width: 400px) and (max-height: 700px){
	
	.recaptcha,
	.g-recaptcha {
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}

}

/* Pardot forms in iframe */

.pardotform {
    display: block;
    padding: 30px;
    background: #FFF;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}


/*
 *	Video
 */

.video {
	margin-bottom: 1.5rem;
 	white-space: nowrap;
}

.video__top_column,
.video__bottom_column,
.video__full_width_column,
.video__left_column,
.video__right_column {
	padding: 0 0.5rem;
	white-space: normal;
}

.video__top_column,
.video__full_width_column {
	padding: 0 0 1.5em 0;
}

.video__bottom_column {
	padding: 0;	
}

@media screen and (min-width: 57.142857em ) {
	
	.video__left_column,
	.video__right_column {
		display: inline-block;
	 	vertical-align: top;
	 	padding: 0 0.5em 0 0;
	}

	.video__right_column {
		padding: 0 0 0 0.5rem;
	}

}

.video__responsive_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border: 1px solid #aaa;
}

.video__responsive_container iframe,
.video__responsive_container object,
.video__responsive_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 *	Image slideshow
 */

.image_slideshow {
	margin-bottom: 1.5rem;
 	white-space: nowrap;
}

.image_slideshow__top_column,
.image_slideshow__bottom_column,
.image_slideshow__full_width_column,
.image_slideshow__left_column,
.image_slideshow__right_column {
	padding: 0 0.5rem;
	white-space: normal;
}

.image_slideshow__top_column,
.image_slideshow__full_width_column {
	padding: 0 0 1.5em 0;
}

.image_slideshow__bottom_column {
	padding: 0;	
}

@media screen and (min-width: 57.142857em ) {
	
	.image_slideshow__left_column,
	.image_slideshow__right_column {
		display: inline-block;
	 	vertical-align: top;
	 	padding: 0 0.5em 0 0;
	}

	.image_slideshow__right_column {
		padding: 0 0 0 0.5rem;
	}

}

.image_slideshow__wrapper {
	border:  5px solid #ddd;
	border-top-width: 30px;
	border-bottom-width: 30px;
	margin-bottom: 1.5rem;
}

.image_slideshow__slider {
    margin: 0;
}

.image_slideshow__slider img {
	margin: 20px auto;
	max-height: 400px;
	max-width: 90%;
	width: auto;
	border: 5px solid #FFF;
	box-sizing: border-box;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4);
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
	border-radius: 7px;

}

.image_slideshow__left_column .image_slideshow__slider img,
.image_slideshow__right_column .image_slideshow__slider img {
	max-height: 250px;
}


/*
 *	Hero
 */

.hero .pure-g {
	max-width: 100%;

}

.hero {
	margin-bottom: 0;
}

.hero__container {
	padding: 50px 20px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.hero__container:before {
    content: '';
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero__title {
	text-align: center;
	max-width: 580px;
	margin: 0 auto;
	position: relative;
}

.hero__title h1,
.hero__title h2 {
	font-size: 2.285714rem;
	font-weight: bold;
}

.hero__text {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	font-size: 1.142857rem;
}

.hero__logo {
	width: 100%;
	position: relative;
}

.hero__logo img {
	margin: 0 auto;
	display: block;
}

.hero__cta_container {
	text-align: center;
}

.hero__cta {
    display: inline-block;
    background-color: #121F51;
    height: 70px;
    width: 254px;
    margin-top: 20px;
    color: #FFF;
    position: relative;
    transition: background 0.2s, color 0.2s;
    padding: 11px 0;
    box-sizing: border-box;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50px;
}

@media screen and (min-width: 630px) {
	.hero__cta {
		
    	margin: 20px 20px 0 20px;
	}
}

.hero__cta:hover {
    background-color: #FFF;
}

.hero__cta_text {
    font-size: 1.857143rem;
    display: block;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    transition: color 0.2s;
}

.hero__cta_sub_text {
    font-size: 1rem;
    color: #CCC;
    transition: color 0.2s;
}

.hero__cta:hover .hero__cta_text,
.hero__cta:hover .hero__cta_sub_text {
    color: #121F51;
}

.hero__cta:after {
    content: '\203A';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    background: #0E418F;
    color: #FFF;
    border-radius: 9px;
    font-size: 1.428571rem;
    line-height: 14px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    text-indent: 1px;
}

.hero__cta:nth-of-type(2n):after {
    background: #EE343B;
}

.hero__cta:nth-of-type(3n):after {
    background: #FECC18;
}

.hero__cta:nth-of-type(4n):after {
    background: #26ACE3;
}

@keyframes hover_bounce {
  0%   { right: 20px; }
  50%  { right: 16px; }
  100% { right: 20px; }
}

.hero__cta:hover:after {
    animation: hover_bounce 0.7s 0.2s;
}


/*
 *	Question section
 */

.questions {
	background: #121D4C url('img/title_bg_2.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
 	padding: 10px 5px;
 	position: relative;
 	text-align: center;
}

@media screen and (min-width: 500px) {

	.questions {
	 	padding: 30px 20px 0px;
	}

}

.questions:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(10, 117, 159, 0.85);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.questions .pure-g {
	max-width: 800px;
	position: relative;
}

.questions__container {
	font-size: 2rem;
	margin-bottom: 30px;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 500px) {
	
	.questions__container {
		padding: 0 30px;
	}

}

.questions__icon {
	font-size: 3.428571rem;
	display: inline-block;
	margin-right: 20px;
	color: #AAA;
}

.questions__text {
	display: inline-block;
	width: 70%;
	vertical-align: top;
    color: #fff;
}

.questions .bx-wrapper .bx-viewport {
	background: none;
}

ul.questions_slider {
	padding: 0;
	margin: 0;
	height: 100%;
}

ul.questions_slider li {
	height: 100%;
	display: table;
}

.questions .cta_button:after {
	background-color: #E62A2E;
	transform: rotate(90deg);
}

.questions .cta_button {
	margin: 20px 0;
}

@media screen and ( min-width: 500px ) {

	.questions .cta_button {
		margin: 30px 0;
	}

}

.questions .bx-wrapper .bx-controls-direction a {
	font-size: 1.5rem;
	color: #FFF;
	text-indent: 0px;
	background: none;
	transition: color 0.5s;
}

.questions .bx-wrapper .bx-controls-direction a:hover {
	color: #121D4C;
}

.questions__scroll_to_bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}


/*
 *	Wheel section
 */

.wheel {
	padding: 50px 20px;
}

 .wheel .pure-g {
 	max-width: 900px;
}

.wheel__svg_container,
.wheel__content_container {
	margin-top: 30px;
}

.wheel__svg_container svg {
	width: 100%;
	height: 100%;
	max-height: 300px;
}

.wheel__content_container {
	text-align: center;
	position: relative;
}

.wheel__content_container .cta_button {
	margin-top: 30px;
}

.wheel__content_container_text {
	text-align: left;
}

h2.wheel__title,
.wheel__content_container > div h2 {
	text-align: center;
	font-weight: bold;
}

.wheel__content_container > div h2:after,
h2.wheel__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: #FFCB29;
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-top: 10px;
}

.wheel__content_container_red,
.wheel__content_container_yellow,
.wheel__content_container_light_blue,
.wheel__content_container_green,
.wheel__content_container > div.disable_tab {
	display: none;
}

.wheel__content_container > div {
	background: #F6F6F6;
	padding: 30px;
	border: 1px solid #C1C1C1;
	border-radius: 10px;
	position: relative;
	transition: opacity 0.5s
}

@media screen and min-width( 750px ) {

.wheel__content_container > div {
	padding: 30px 60px 50px 60px;
}

}

.active_tab {
	display: block !important;
}


@media screen and (min-width:800px) {
	
	/* Left arrow on container */
	.wheel__content_container div.left_arrow:before,
	.wheel__content_container > div:before {
		content: '';
		display: block;
		height: 0px;
		width: 0px;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-right: 30px solid #f6f6f6;
		position: absolute;
		top: 50%;
		left: -29px;
		margin-top: -40px;
		z-index: 2;
	}

	.wheel__content_container div.left_arrow:before {
		border-right-color: #C1C1C1;
		left: -30px;
		z-index: 1;
	}

}

/* Bottom border on container */
.wheel__content_container > div:after {
	content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.wheel__content_container_blue:after {
	background: #193985;
}

.wheel__content_container_red:after {
	background: #E62A2E;
}

.wheel__content_container_yellow:after {
	background: #FFCD0D;
}

.wheel__content_container_light_blue:after {
	background: #33ACE3;
}

.wheel__content_container_green:after {
	background: #4DAD33;
}

@keyframes spin_the_wheel {
	0%   { transform: rotateZ( 0deg ); }
  	100% { transform: rotateZ( 360deg ); }
}

.wheel__svg_container.spin .wheel__svg_and_titles {
	animation: spin_the_wheel 0.5s;
}


/* Titles in wheel */

.wheel__svg_container {
	max-height: 300px;
	max-width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.wheel__svg_and_titles {
	display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    padding-bottom: 100%; 
    vertical-align: middle;
}

.wheel__svg_and_titles svg {
	display: block;
    position: absolute;
    top: 0;
    left: 0; 
}

.wheel_title {
	color: #FFF;
	font-weight: bold;
	position: absolute;
	font-size: 1.2rem;
	pointer-events: none;
	z-index: 1;
}

@media screen and (min-width: 800px) {

	.wheel_title {
		font-size: 1.4rem;
	}

}

#wheel_title_blue {
	top: 15%;
	left: 27%;
	transform: rotateZ(-36deg);
}

#wheel_title_red {
    top: 26%;
    left: 85%;
    transform: rotateZ(57deg);
}

#wheel_title_yellow {
    top: 83%;
    left: 72%;
    transform: rotateZ(-40deg);
    color: #121d4c;
}

#wheel_title_light_blue {
    top: 70%;
    left: 16%;
    transform: rotateZ(63deg);
    color: #121d4c;
}

#wheel_title_green {
    top: 44%;
    left: 36.5%;
    width: 28%;
    text-align: center;
    color: #121d4c;
}




/*
 *	Case studies section
 */

.case_studies {
	background-color: #F6F6F6;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed; 
	padding: 50px 20px;
	text-align: center;
	position: relative;
}

.case_studies * {
	position: relative;
}

.case_studies:before {
	content: '';
	display: none;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.case_studies p {
	position: relative;
}

.case_studies .pure-g {
	max-width: 900px;
}

h2.case_studies__title {
	text-align: center;
	font-weight: bold;
	position: relative;
}

h2.case_studies__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: #FFCB29;
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-top: 10px;
}

.case_study {
	margin-top: 30px;
	text-align: center;
}

.case_study .case_study_image_container {
	width: 200px;
	height: 200px;
	background: #FFF;
	border: solid 1px #929292;
	border-radius: 5px;
	display: block;
	margin: 0 auto 15px auto;
	position: relative;
	transition: 0.5s;
}

.case_study .case_study_image_url_buffer {
	width: 200px;
	height: 200px;
}

.case_study .case_study_image_container:hover {
	transform: scale(1.05);
	box-shadow: 5px 5px #c7c7c7;
	transition: 0.5s;
}
.case_study .case_study_image_container img {
	position: absolute;
	height: auto;
    max-height: 70%;
    max-width: 90%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* .case_study__button.cta_button {
	background: #FFF;
	color: #0e418f;
	box-shadow: none;
} */


/*
 *	Features section
 */

.features {
	padding: 50px 20px;
	text-align: center;
	position: relative;
	background-image: url(img/title_bg_2.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.features:before {
	content: '';
    background: rgba(255, 255, 255, 0.96);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.features .pure-g {
	max-width: 900px;
	position: relative;
}

.features__wysiwyg_top_content {
	text-align: left;
	margin-bottom: 50px;
}

.features__wysiwyg_bottom_content {
	text-align: left;
}

.features__wysiwyg_top_content p:first-child {
	font-weight: bold;
}

.features__container {
	max-width: 220px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: margin-bottom 0.5s;
}

.features__container.accordian_opened {
	transition: none;
}

.top_arrow {
	position: relative;
}

.features__container:after,
.top_arrow:after {
	content: '';
	display: block;
	height: 0px;
	width: 0px;	
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	transition: border-width 0.5s 0.3s, margin-left 0.5s 0.3s, opacity 0.5s 0.3s;
}

.features__container.active_feature:after,
.top_arrow.active_feature:after {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #f6f6f6;
	margin-left: -30px;
	opacity: 1;
}

.top_arrow.active_feature:after {
	border-bottom-color: #C1C1C1;
	z-index: 1;
	bottom: -1px;
}

h2.features__title {
	text-align: center;
	font-weight: bold;
}

h2.features__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: #FFCB29;
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-top: 15px;
    margin-bottom: 40px;
}

.features__feature_icon {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	color: #FFF;
	font-size: 2.5rem;
	line-height: 70px;
	text-align: center;
	margin: 0 auto 15px auto;
}

@media screen and (min-width: 500px) {

	.features__feature_icon {
		width: 96px;
		height: 96px;
		border-radius: 96px;
		font-size: 3.571429rem;
		line-height: 96px;
	}

	.features__content .features__feature_icon.bg_bespoke_icon {
		width: 150px;
		height: 150px;
	}

}

.features__content_button  {
	margin-top: 30px;
}

.features__feature_icon.bg_blue,
.features__feature_icon.bg_blue ~ .cta_button:after  {
	background: #0E418F;
}

.features__feature_icon.bg_red,
.features__feature_icon.bg_red ~ .cta_button:after {
	background: #EE343B;
}

.features__feature_icon.bg_light_blue,
.features__feature_icon.bg_light_blue ~ .cta_button:after {
	background: #21ADE3;
}

.features__feature_icon.bg_yellow,
.features__feature_icon.bg_yellow ~ .cta_button:after {
	background: #FFCB29;
}

.features__feature_icon.bg_yellow ~ .cta_button:after {
	color: #121d4c;
}

.features__feature_icon.bg_green,
.features__feature_icon.bg_green ~ .cta_button:after {
	background: #82d66c;
}

.features__feature_title {
	text-align: center;
	min-height: 42px;
}

.features__feature_title h2 {
	font-size: 1rem;
	font-weight: bold;
}

.features__container > .cta_button {
	margin-bottom: 70px;
}

.features__content {
	background: #F6F6F6;
	border: 1px solid #C1C1C1;
	padding: 40px 20px;
	text-align: left;
	display: none;
	position: absolute;
	width: 100%;
	border-radius: 10px;
}

@media screen and (min-width: 500px) {

	.features__content {
		padding: 50px;
	}

}

.features__content.active_feature {
	display: block;
    border-radius: 10px;
}

.features__content_title h3 {
	font-size: 1.714286rem;
	font-weight: bold;
}

.features__content .features__feature_icon {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
}

@media screen and (min-width: 500px) {

	.features__content .features__feature_icon {
		font-size: 3.5rem;
	}

}

.features__content ul {
	padding: 0 0 0 17px;
	margin: 0 0 1.5em 0;
}

.features__content ul:last-child {
	margin-bottom: 0;
}

.features__close {
	position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 20px;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

.features__close:hover {
	background: #121F51;
	color: #FFF;
}

.features_button:after {
	transform: rotate(90deg);
}

/* Tracker page */
.tracker_page .features {
	background-color: #ebebeb;
	background-image: none !important;
}

.tracker_page .features:before {
	display: none;
}

.tracker_page .features__feature_icon {
	background: url(img/tracker_swirl.png) no-repeat left 85%;
	background-size: contain;
	border-radius: 0;
	color: #045fa8;
}

.tracker_page .features__feature_title h2 {
	font-size: 1.5rem;
	font-weight: normal;
}

.tracker_page .features__container > .cta_button {
	background: #FFF;
	color: #121F51;
	box-shadow: none;
}

.tracker_page .features__feature_title {
	min-height: 0;
}


/* Buyer/supplier page */

.buyer_supplier_page > .features:not(:last-child) .features__container,
.buyer_supplier_page > .features:not(:last-child) .features__close,
.buyer_supplier_page > .features:not(:last-child) .pure-u-5-5 .pure-u-5-5 {
	display: none;
}

.buyer_supplier_page .features:not(:last-child) {
	padding-top: 50px;
	padding-bottom: 0;
}

.buyer_supplier_page > .features ~ .features:not(:last-child) {
	padding-top: 0;
}



.buyer_supplier_page > .features:not(:last-child) .features__content {
	display: inline-block;
    position: static;
    width: 100%;
    margin: 0 0 50px 0;
    vertical-align: top;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    background: #FFF;
    background: rgba(255,255,255,0.7);
}

.buyer_supplier_page > .features:not(:last-child) .features__content .features__content_wrapper {
	
}


/*
 *	Profiles section
 */

.profiles {
	padding: 50px 20px;
	text-align: center;
	position: relative;
	background-image: url(img/title_bg_2.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed; 
}

.profiles:before {
	content: '';
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.profiles .pure-g {
	max-width: 900px;
	position: relative;
}

.profiles__wysiwyg_content {
	text-align: left;
	margin-bottom: 50px;
}

.profiles__container {
	max-width: 220px;
	margin: 0 auto 20px auto;
	text-align: center;
	position: relative;
	transition: margin-bottom 0.5s;
}

.profiles__container.accordian_opened {
	transition: none;
}

.top_arrow {
	position: relative;
}

.profiles__container:after,
.top_arrow:after {
	content: '';
	display: block;
	height: 0px;
	width: 0px;	
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: 0;
	opacity: 0;
	z-index: 2;
	transition: border-width 0.5s 0.3s, margin-left 0.5s 0.3s, opacity 0.5s 0.3s;
}

.profiles__container.active_profile:after,
.top_arrow.active_profile:after {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #f6f6f6;
	margin-left: -30px;
	opacity: 1;
}

.top_arrow.active_profile:after {
	border-bottom-color: #C1C1C1;
	z-index: 1;
	bottom: -1px;
}

h2.profiles__title {
	text-align: center;
	font-weight: bold;
}

h2.profiles__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: #FFCB29;
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.profiles__profile_photo {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	color: #FFF;
	font-size: 2.5rem;
	line-height: 70px;
	text-align: center;
	margin: 0 auto 3px auto;
}

@media screen and (min-width: 500px) {

	.profiles__profile_photo {
		width: 138px;
		height: 138px;
		border-radius: 96px;
		font-size: 3.571429rem;
		line-height: 96px;
	}


}

.profiles__profile_photo ~ .cta_button:after {
	background: #EE343B;
}

.profiles__profile_title {
	text-align: center;
	min-height: 42px;
    font-size: 0.857143rem;
}

.profiles__profile_title h2 {
	font-size: 1.285714rem;
	font-weight: bold;
	margin-bottom: 0;
}

.profiles__container > .cta_button {
	margin-top: 20px;
    margin-bottom: 70px;
}

.profiles__content {
	background: #F6F6F6;
	border: 1px solid #C1C1C1;
	padding: 40px 20px;
	text-align: left;
	display: none;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 500px) {

	.profiles__content {
		padding: 50px;
	}

}

.profiles__content.active_profile {
	display: block;
}

.profiles__content_title h3 {
	font-size: 1.714286rem;
	font-weight: bold;
}

.profiles__content .profiles__profile_photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
}

@media screen and (min-width: 500px) {

	.profiles__content .profiles__profile_photo {
		font-size: 3.5rem;
	}

}

.profiles__content ul {
	padding: 0 0 0 17px;
	margin: 0;
}

.profiles__close {
	position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 20px;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

.profiles__close:hover {
	background: #121F51;
	color: #FFF;
}

.profiles_button:after {
	transform: rotate(90deg);
}


/*
 *  Webinars
 */

.webinars {
	padding: 50px 20px;
}

.webinar {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.webinar >.pure-g > .pure-u-md-17-24 {
	margin-bottom: 20px;
}

.webinar:last-of-type {
	border: 0;
}


/*
 *  Latest blog posts
 */

.latest_blog_posts {
	padding: 50px 20px;
	background: #F6F6F6;
}

.latest_blog_posts .posted-on,
.single-blog-box .posted-on{
	position: relative;
    display: inline-block;
    left: 0;
	top: 0;
	margin: 20px 20px 0 20px;
}

h2.latest_blog_posts__title,
.latest_blog_posts__content_container > div h2 {
	text-align: center;
	font-weight: bold;
}

.latest_blog_posts__content_container > div h2:after,
h2.latest_blog_posts__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: #FFCB29;
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-top: 10px;
}

.latest_blog_posts .blog__tile {
    background: #fff;
}


/*
 *	Blog
 */

.blog__main_container {
	background: #121D4C url(img/title_bg_2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 50px;
}

.blog__main_container:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	width: 100%;
	height: 100%;
}

.cat-links, .tag-links {
	margin-right: 20px;
}

 .blog__tile {
	background: #F2F2F2;
	border: 1px solid #BDBDBD;
	box-sizing: border-box;
	border-radius: 15px;
	margin: 30px;
	overflow: hidden;
	position: relative;
	height: calc(100% - 60px);
	transition: box-shadow 0.3s;
 }

 .blog__tile:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
 }

 /*.posted-on {
    background: #4FACD0;
    border: 2px solid #FFF;
    border-radius: 15px;
    font-size: 10px;
    color: #FFF;
    padding: 3px 31px!important;
    position: relative!important;
    height: 20px;
    line-height: 15px;
    display: table!important;
    text-align: center!important;
    margin: 0 auto!important;;
    left:0!important;
 }
*/
 
 .posted-on {
    background: #4FACD0;
    border: 2px solid #FFF;
    border-radius: 15px;
    font-size: 10px;
    color: #FFF;
    padding: 1px 7px;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    line-height: 15px;
    display: block;
}


.blog__tile h2.entry-title {
	text-align: left;
	position: relative;
	margin-bottom: 0;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}


.blog__tile h2.entry-title a {
	color: #333;
}

.blog__tile .entry-content {
	font-size: 0.857143rem;
	padding: 20px;
	margin-top: 0;
}

.blog__tile .entry-content p {
	text-align: left;
}

.blog__tile .entry-content .cta_button {
	margin: 17px 0 10px 0;
}

.blog__tile .blog__tags_and_categories {
	font-size: 0.857143rem;
}

.blog__tile .blog__tags_and_categories .edit-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.blog__post .pure-g {
	max-width: 640px;
	position: relative;
    padding-bottom: 50px;
}

.blog__post .page__title {
	padding: 0 20px 18px 20px;
}

.blog__post .page__title h1 {
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
	font-size: 2.142857rem;
	color: #FFF;
	position: relative;
}

.blog__post .page__title h1 .posted-on {
	top: 2px;
	left: 0;
}

.blog__post .blog__tags_and_categories {
	text-align: left;
	max-width: 640px;
	margin: -11px auto 0;
}

.blog__post .blog__tags_and_categories a {
	color: #D7D7D7;
	font-size: 0.857143rem;
	font-weight: normal;
}

.blog__post > div:not(.related_posts) .entry-content p:first-child {
	font-weight: bold;
	font-size: 1.285714rem;
	color: #0E418F;
	line-height: 1.5;
}

.blog__post .entry-footer {
	margin-top: 20px;
}

.blog__post .edit-link {
	display: block;
	margin-top: 20px;
}

.comments-area {
	margin-top: 50px;
	margin-bottom: 50px;
}

.alm-reveal {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.older_posts_ajax_loader {
	text-align: center;
	margin-bottom: 50px;
}

.older_posts_cta_button {
    background: #FFF;
    color: #0E418F;
    font-size: 1.5rem;
    padding: 10px 45px 10px 30px;
    border: 2px solid #bdbdbd;
    box-shadow: none;
    transition: box-shadow 0.3s;
}

.older_posts_cta_button:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.older_posts_cta_button.loading {
	color: #FFF !important;
	background: #FFF url(img/ajax-loader.gif) no-repeat 94% 14px;
}

.older_posts_cta_button:after {
	opacity: 1;
	transition: opacity 0.3s;
}

.older_posts_cta_button.loading:before {
	color: #FFF;
	transition: color 0.3s;
}

.older_posts_cta_button.loading:before {
    content: 'Loading...';
    position: absolute;
    left: 46px;
    top: 10px;
    color: #0E418F;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-size: 1.5rem;
    text-align: left;
}

.older_posts_cta_button.loading:after {
	opacity: 0;
}


/*
 *  Related posts
 */

.related_posts {
	width: 100%;
	background: #F6F6F6;
	position: relative;
	text-align: center;
}

.related_posts .pure-g {
	max-width: 1200px;
	padding: 50px 20px;
}

.related_posts .blog__tile {
	background: #FFF;
}

.blog__post .related_posts .blog__tags_and_categories a {
	font-size: inherit;
}

main.has_related_posts {
	padding-bottom: 0;
}

h2.related_posts__title {
	position: relative;
	text-align: center;
}

h2.related_posts__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: #FFCB29;
	position: relative;
	left: 50%;
	margin-left: -75px;
	margin-top: 10px;
}


/*
 *	404 page
 */

.error-404 .page-content {
	padding: 50px 20px;
	margin-top: 0;
}

.error-404 .pure-g {
	max-width: 900px;
}



/* 
 *  Search results
 */

.search_results_page .pure-g {
	max-width: 900px;
}

.search_results_page .pure-g .pure-u-5-5 {
	padding: 50px 20px;
}

.search_results_page article {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 1.5em;
}

.search_results_page .posted-on {
	position: static;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 5px;
}

.search_results_page .entry-meta{
	display: none;
}

.search_results_page .entry-title  {
	display: inline-block;
}

.search-no-results #primary .search-field {
	background: #FFF;
	box-shadow: none;
	border-radius: 50px;
	text-indent: 27px;
	width: 280px;
	padding: .6em 1em;
}

.search-no-results #primary .search-form .fa {
	position: relative;
    margin-left: -16px;
    right: -26px;
    z-index: 1;
    pointer-events: none;
}

.search-no-results #primary .search-submit {
	border-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    left: -60px;
}


.search_results_page .entry-summary,
.service_updates_page .entry-summary {
	margin-top: 0;
}

.search_results_page,
.service_updates_page {
	background: url('img/frontend_bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.search_results_page *,
.service_updates_page * {
	position: relative;
}

.search_results_page:before,
.service_updates_page:before {
	content: '';
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.search_results_page .nav-previous,
.search_results_page .nav-next {
	padding: 20px;
    position: relative;
}

.search_results_page .nav-previous .cta_button:after {
	left: 10px;
	right: auto;
}


/*
 *  Sitemap
 */

.site_map {
	padding: 50px 20px;
}

.sitemap_wrapper {
	font-size: 1rem;
}

.sitemap_wrapper ul:empty {
	display: none;
}

.sitemap_wrapper > ul > li > a .mega_menu_icon {
	width: 50px;
	height: 60px;
	background: #24418f;
	color: #FFF;
	text-align: center;
	font-size: 1.7rem;
	line-height: 60px;
	position: relative;
	display: inline-block;
	margin-right: 4%;
	max-width: 26%;
	vertical-align: top;
}

.sitemap_wrapper > ul > li > a .mega_menu_icon ~ span {
	margin-top: 15px;
	display: inline-block;
	max-width: 70%;
}

.sitemap_wrapper > ul > li > a .mega_menu_icon:before {
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	border: 10px solid #FFF;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.sitemap_wrapper > ul > li {
	padding-right: 5%;
    margin-bottom: 40px;
}

.sitemap_wrapper > ul > li ul.children {
	margin-left: 25px;
	border-left: 1px solid #bebebe;
	font-size: 0.8rem;
	clear: both;
}

.sitemap_wrapper > ul > li ul.children ul.children  {
	margin-left: 45px;
}

.sitemap_wrapper > ul > li ul.children ul.children >li:first-child {
	padding-top: 10px;
}

.sitemap_wrapper > ul > li ul.children > li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	left: -1px;
}

.sitemap_wrapper > ul > li > ul.children > li:first-child {
	padding-top: 20px;
}

.sitemap_wrapper > ul > li ul.children > li > a .mega_menu_icon {
	display: inline-block;
	/* margin-right: 10px; */
	font-size: 1rem;
	width: 30px;
	background: #24418f;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
	vertical-align: top;
	max-width: 30%;
}

.sitemap_wrapper > ul > li ul.children > li > a span {
	display: inline-block;
	width: 100%;
	padding-left: 5%;
	line-height: 1.2;
	max-width: 65%;
	vertical-align: sub;
}

.sitemap_wrapper > ul > li ul.children > li > a .mega_menu_icon .mega_bespoke_icon {
	width: 16px;
	margin: 0 auto;
}

.sitemap_wrapper > ul > li ul.children li:last-child {
	margin-bottom: 0;
}

.sitemap_wrapper > ul > li ul.children li:after {
	content: '';
	position: absolute;
	border-top: 1px solid #bebebe;
	width: 20px;
	position: absolute;
	top: 25px;
	left: 0;
}

.sitemap_wrapper > ul > li > ul.children > li:first-child:after {
	top: 50px;
}

.sitemap_wrapper > ul > li ul.children li:last-child:before {
	content: '';
	display: block;
	height: 100%;
	width: 3px;
	position: absolute;
	left: 0;
	top: 26px;
	background: #FFF;
	z-index: 1;
}

.sitemap_wrapper > ul > li ul.children > li > a {
	background: #ebebeb;
	border-radius: 4px;
	margin-left: 20px;
	padding: 10px;
	display: block;
	transition: background 0.3s;
}

.sitemap_wrapper > ul > li ul.children > li > a:hover {
	background: #ddd;
}


/*
 *  Ts and Cs
 */

.tandcs p:last-child,
.tandcs ol:last-child {
	margin-bottom: 1.5em;
}


/*
 *  Delta app-side pages
 */

#frontend .content_block__full_width {
	margin-top: 30px;
}

#frontend #book {
	margin: 30px 0;
}

#book_contact {
	text-align: center;
	margin: 45px 0 30px;
}

#frontend #book:after,
#book_contact:after {
	content: ' ';
	display: table;
	clear: both;
}

#frontend .book_icons {
	float: left;
	width: 25%;
	text-align: center;
}

#frontend .book_icons .fa {
	font-size: 2rem;
    background: #0e418f;
    color: #FFF;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    margin: 0 auto -16px;
}

#frontend .book_icons a {
    display: block;
}

#frontend {
	background: url('img/frontend_bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#frontend #page {
	background: rgba(255,255,255,0.95);
}

#frontend #content {
	background: none;
	margin-bottom: 50px;
}

#frontend #content .pure-g {
	max-width: 900px;
}

#frontend .pure-g form > fieldset {
	padding: 30px;
	border: 1px solid #ddd;
	background: #FFF;
	margin-bottom: 30px;
}

#frontend .pure-g form ul {
	padding: 0;
	margin: 0;
}

#frontend .pure-g form li {
	list-style: none;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 20px;
}

@media screen and ( min-width: 500px ) {
	#frontend .pure-g form li.leftHalf,
	#frontend .pure-g form li.rightHalf {
		width: 49%;
	}
}

#frontend .pure-g form li label {
	font-weight: bold;
}

#frontend .pure-g form li input:not([type=checkbox]),
#frontend .pure-g form li textarea,
#frontend .pure-g form li select {
	border: 1px solid #ddd;
	display: block;
}

#frontend .pure-g form li input[type="text"],
#frontend .pure-g form li textarea {
	width: 90%;
}

#frontend .action-btn,
#frontend a.action-btn {
    display: inline-block;
    font-size: 0.857143rem;
    color: #FFF;
    position: relative;
    transition: background 0.2s, color 0.2s;
    padding: 5px 35px 5px 20px;
    box-sizing: border-box;
    
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50px;
	outline: 0;
	border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#frontend .action-btn:hover {
    background-color: #FFF;
}

#frontend .action-btn:after {
    content: '\203A';
    width: 1.285714rem;
    height: 1.285714rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    background: #0E418F;
    color: #FFF;
    border-radius: 9px;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    font-family: cursive;
    text-indent: 1px;
}

#frontend .pure-g form li input.btn {
	display: inline;
}

#frontend .message.error {
	font-size: 0.85rem;
    color: red;
    border: 1px solid #ababab;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 5px;
}

#frontend .message.error * {
	font-size: 1rem;
	color: #333;
}

/* Events Espresso */
.ee-ical-sbmt,
body:not(.single-espresso_events) .ee-event-datetimes-li br {
    display: none !important;
}

.ee-event-img-dv {
	width: 18%;
	float: right;
}

.ee-event-datetimes-li-daterange {
	margin-right: 20px;
}

.event-datetimes {
	font-size: 1.2em;
}

.ee-event-datetimes-ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 30px !important;
}

.event-header {
	display: inline-block;
	width: 80%;
}

article.espresso_event_type-single-event {
	border-bottom: 1px solid #ccc;
}

#espresso-notices, #espresso-ajax-notices {
	letter-spacing: normal;
    word-spacing: normal;
}

.event_espresso_wrapper {
	background-color: #FFF;
}

.home.page-template-default .site-main h2 .test {
    color: white!important;
    font-weight: bold;
}

.home.page-template-default .content_block:before {
    content: '';
    background: #0c86b5eb!important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.request-demo {
	background-color: #193985;
	color: #FFF;
	padding: 2em;
	position: relative;
	box-shadow: 0 6px 15px -1px #828282;
	max-width: 100%;
	margin-bottom: 2em;
}

.request-demo input:not([type="checkbox"]), .request-demo select {
	width: 100%;
}

.request-demo .cta_button.demo_get_started{
	background-color: #72df55;
	color: #121F51;
}
