/*
    Theme Name: dbfb
    Version: 1.0.3
*/
@font-face {
	font-family: 'AVENIR';
	src: url("/app/themes/dbfb/assets/animation/Avenir LT 45 Book.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: 'texgyreadventor-regular';
	src: url('app/themes/dbfb/assets/fonts/texgyreadventor-regular.eot');
	src: local('☺'),
		url('/app/themes/dbfb/assets/fonts/texgyreadventor-regular.woff') format('woff'),
		url('/app/themes/dbfb/assets/fonts/texgyreadventor-regular.ttf') format('truetype'),
		url('/app/themes/dbfb/assets/fonts/texgyreadventor-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'texgyreadventor-regular';
		src: url('app/themes/dbfb/assets/fonts/texgyreadventor-regular.svg#texgyreadventor-regular') format('svg');
	}
}

@font-face {
	font-family: 'texgyreadventor-bold';
	src: url('/app/themes/dbfb/assets/fonts/texgyreadventor-bold.eot');
	src: local('☺'),
		url('/app/themes/dbfb/assets/fonts/texgyreadventor-bold.woff') format('woff'),
		url('/app/themes/dbfb/assets/fonts/texgyreadventor-bold.ttf') format('truetype'),
		url('/app/themes/dbfb/assets/fonts/texgyreadventor-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'texgyreadventor-bold';
		src: url('/app/themes/dbfb/assets/fonts/texgyreadventor-bold.svg#texgyreadventor-bold') format('svg');
	}
}


/* suggested font smoothing code, not seen it work yet but turn on if having issues - might work */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: none;
	text-rendering: optimizeLegibility;

}


/**
 * 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-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	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: texgyreadventor-regular, arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: texgyreadventor-bold, arial, sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0.9375rem 0;
	padding: 0.9375rem 1.875rem;
	background: #f2f2f2;
	width: auto;
	display: inline-block;
	font-weight: 600;
}

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: #359D9E;
	color: white;
	padding: 2px;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

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: #282258;
}

a:visited {
	color: #282258;
}

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* colours */

.color-one {
	color: #263269;
}

.color-two {
	color: #215273;
}

.color-three {
	color: #359d9e;
}

.color-four {
	color: #1e183d;
}

.color-five {
	color: #EB5E5A;
}

.color-six {
	color: #732977;
}

.color-seven {
	color: #f0f0f0;
}

.border-color-one {
	border-color: #263269;
}

.border-color-two {
	border-color: #215273;
}

.border-color-three {
	border-color: #359d9e;
}

.border-color-four {
	border-color: #1e183d;
}

.border-color-five {
	border-color: #EB5E5A
}

.border-color-six {
	border-color: #732977;
}

.border-color-seven {
	border-color: #f0f0f0;
}

.bg-color-one {
	background: #263269;
}

.bg-color-two {
	background: #215273;
}

.bg-color-three {
	background: #359d9e;
}

.bg-color-four {
	background: #1e183d;
}

.bg-color-five {
	background: #EB5E5A
}

.bg-color-six {
	background: #732977;
}

.bg-color-seven {
	background: #f0f0f0;
	color: #1e183d;
}

/* buttons */

.border-button-link,
a.border-button-link {
	display: inline-flex;
	flex-wrap: wrap;
	color: #fff;
	padding: 0.9375rem;
	border-radius: 15px;
	line-height: 1.6em;
	border: 2px solid #fff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all ease-out 0.3s;
	font-family: texgyreadventor-bold, arial, sans-serif;
}

.border-button-link::after,
a.border-button-link::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: calc(100% + 10px);
	height: 100%;
	background: #fff;
	left: calc(-100% - 10px);
	top: 0;
	transition: all ease-out 0.3s;
}

.border-button-link:hover,
a.border-button-link:hover {
	color: #263269;
	background: #fff;
}

.border-button-link:hover::after,
a.border-button-link:hover::after {
	left: 0px;
}

.bg-button-link,
a.bg-button-link {
	background: #eb5e5a;
	border: none;
}

/*animated arrow */

.animArrowBlack,
.animArrowBlack::before,
.animArrowBlack::after {
	background: #1c1c1c;
}

.animArrow,
.animArrow::before,
.animArrow::after {
	background: #fff;
}

/* Down */
.animArrowDown {
	position: absolute;
	width: 2px;
	height: 0;
	margin: 0 10px;
	transition: all ease-out 0.2s;
	right: 0;
}

.animArrowDown::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	transform: rotate(45deg);
	right: -1px;
	bottom: 1px;
	transition: all ease-out 0.2s;
	transition-delay: 0.1s;
}

.animArrowDown::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	transform: rotate(-45deg);
	left: -1px;
	bottom: 1px;
	transition: all ease-out 0.2s;
	transition-delay: 0.1s;
}

/* Right */
.animArrowRight {
	position: absolute;
	width: 0px;
	height: 2px;
	margin: 0 10px;
	transition: all ease-out 0.2s;
	left: -0.9375rem;
	z-index: 100;
}

.animArrowRight::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	transform: rotate(45deg);
	right: 0;
	bottom: 4px;
	transition: all ease-out 0.2s;
	transition-delay: 0.1s;
}

.animArrowRight::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	transform: rotate(-45deg);
	right: 0;
	bottom: -4px;
	transition: all ease-out 0.2s;
	transition-delay: 0.1s;
}

/* left */
.animArrowLeft {
	position: absolute;
	width: 0px;
	height: 2px;
	margin: 0 10px;
	transition: all ease-out 0.2s;
	left: -0.9375rem;
	z-index: 100;
}

.animArrowLeft::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	transform: rotate(-45deg);
	left: 0;
	bottom: 4px;
	transition: all ease-out 0.2s;
	transition-delay: 0.1s;
}

.animArrowLeft::after {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	transform: rotate(45deg);
	left: 0;
	bottom: -4px;
	transition: all ease-out 0.2s;
	transition-delay: 0.1s;
}

/* generic slider styles */

.slideContainer {
	position: relative;
	width: 100%;
	margin: 1.875rem 0;
	display: inline-flex;
	align-items: center;
}

.slidePrev {
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	transition: all ease-out 0.3s;
}

.slidePrev.slick-disabled {
	opacity: 0;
}

.slideNext {
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	transition: all ease-out 0.3s;
}

.slideNext.slick-disabled,
.slidePrev.slick-disabled {
	opacity: 0;
}

.slideNext .animArrowRight,
.slidePrev .animArrowLeft {
	width: 30px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 10px 12px 34px rgba(208, 226, 255, 1);
}

.slideNext:hover,
.slidePrev:hover {
	cursor: pointer;
}

.slideNext:hover .animArrowRight,
.slidePrev:hover .animArrowLeft {
	width: 40px;
}

.slideNext .animArrowRight::before,
.slideNext .animArrowRight::after {
	width: 15px;
	right: -4px;
}

.slidePrev .animArrowLeft::before,
.slideNext .animArrowRight::before {
	bottom: 5px;
}

.slidePrev .animArrowLeft::after,
.slideNext .animArrowRight::after {
	bottom: -5px;
}

.slidePrev .animArrowLeft::before,
.slidePrev .animArrowLeft::after {
	width: 15px;
	left: -4px;
}


.error-404 {
	width: 100%;
}

.sr .scrlreveal {
	visibility: hidden;
}

/* hide scroll reveal elements when page is loading */

.scrlreveal {
	visibility: visible;
}

/* show scroll reveal if no js */

.sr #hwdi-tick {
	visibility: hidden;
}

/* hide section tick on load */
#hwdi-tick {
	visibility: visible;
}

/* cookie settings overwrite */

.cli-modal .cli-plugin-button,
.cli-modal .cli-plugin-button:visited {
	color: #282258 !important;
}

.cli-modal .cli-plugin-button {
	background: #f2f2f2;
	padding: 9px 12px;
}

#cookie-law-info-again {right:0!important;}

/* ------------------------ header ----------------------------------------- */


/* Navigation
--------------------------------------------- */

.top-nav {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 3.75rem;
    top: 2.5rem;
}

#site-navigation {
	width: 36px;
	display: inline-flex;
	align-items: center;
	transition: all ease-out 0.3s;
}

.menu-top-nav-container {
	width: 50%;
	max-width:30%;
    min-width: 600px;
    top: 0;
    left: -100%;
    height: 100vh;
    max-height: 100vh;
    background: #1e183d;
    transition: all ease-out 0.5s;
    overflow: hidden;
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-border {
	display: inline-flex;
	width: 100%;
	position: absolute;
	top: 0;
	height: 5px;
	background: #e75d59;
	z-index: 120;
}


.menu-top-nav-container.open {
	left:0;
}

.menu-top-nav-container .primary-menu-wrapper {
	width: 100%;
	max-width: 1440px;
	position: relative;
	padding: 1.875rem 70px 0 0;
	height: 100vh;
	display: inline-flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	z-index: 100;
}

.menu-main-menu-container {
	display: inline-flex;
    width: 100%;
    margin-top: 3.75rem;
    padding-left: 1.875rem;
}

.menu-side {
	width: 70px;
    height: 100%;
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    right: 0;
	z-index: 110;
    border-left: 1px solid #fff;
}

.menu-top-nav-container #primary-menu {
	width: auto;
	margin: 0.9375rem 0 0 0;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	opacity:0;
	transition: all ease-out 0.5s;
}

.menu-top-nav-container.open #primary-menu {opacity:1;}

.menu-top-nav-container #primary-menu li {
	list-style: none;
	width: 100%;
	display: inline-flex;
	margin: 0 0 1.875rem 0;
}

.menu-top-nav-container #primary-menu li a {
	font-size: 32px;
	line-height:1.1em;
	color: #fff;
	width: auto;
	display: inline-flex;
	text-decoration: none;
	font-family: texgyreadventor-regular, Arial, Helvetica, sans-serif;
	transition: all ease-out 0.3s;
	position: relative;
	margin:0;
}

.menu-top-nav-container #primary-menu li a svg {
	font-size:30px;
	margin:0 0 0 0.9375rem;
}

.menu-top-nav-container #primary-menu li a::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 3px;
	width: 0;
	background: #EB5E5A;
	transition: all ease-out 0.3s;
}

.menu-top-nav-container #primary-menu li a:hover,
.menu-top-nav-container #primary-menu li a.active {
	font-weight: bold;
	color: #EB5E5A;
}

.menu-top-nav-container #primary-menu li a:hover::after {
	width: 100%;
}

.menu-top-nav-container #primary-menu li ul.sub-menu {
	position: absolute;
    flex-wrap: wrap;
    margin: 0 0 0 1.875rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all ease-out 0.6s;
    transition-delay: 0.5s;
}

.menu-top-nav-container #primary-menu li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

.menu-top-nav-container #primary-menu li ul.sub-menu li {
	width: 100%;
}

.menu-top-nav-container #primary-menu .mega-block {
	margin: 0;
}

.menu-top-nav-container #primary-menu .mega-block h1,
.menu-top-nav-container #primary-menu .mega-block h2,
.menu-top-nav-container #primary-menu .mega-block h3,
.menu-top-nav-container #primary-menu .mega-block h4,
.menu-top-nav-container #primary-menu .mega-block h5,
.menu-top-nav-container #primary-menu .mega-block h6,
.menu-top-nav-container #primary-menu .mega-block p {
	color: #fff;
}

.menu-top-nav-container #primary-menu .mega-block .mega-post {
	margin: 0 0 0.9375rem 0;
	padding: 0 0 0.9375rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-top-nav-container #primary-menu .mega-block .mega-post img {
	max-width: 250px;
}

.menu-top-nav-container #primary-menu .mega-block .mega-post p {
	font-size: 18px;
	margin: 0 0 5px 0;
}

.menu-top-nav-container #primary-menu .mega-block .mega-post a,
.menu-top-nav-container #primary-menu .mega-block .mega-post ul li a {
	font-size: 20px;
	color: #EB5E5A;
	padding: 0;
}

.menu-top-nav-container #primary-menu .mega-block .mega-post ul li a::before {
	display: none;
}

.menu-top-nav-container #primary-menu .mega-block ul {
	margin: 0;
}

.menu-top-nav-container #primary-menu .mega-block ul li {
	margin: 0 0 10px 0;
}

.menu-top-nav-container #primary-menu .mega-block ul li a {
	padding-left: 1.875rem;
}

.menu-top-nav-container #primary-menu .mega-block ul li a::before {
	content: url(/app/themes/dbfb/assets/images/menu-arrow-white.svg);
	position: absolute;
	left: 0;
	width: 25px;
	height: 30px;
}

.menu-top-nav-container #primary-menu li ul li:first-child a {
	font-weight: bold;
    color: #EB5E5A;
}

.menu-details {
	color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0 0 1.875rem 0;
    display: inline-flex;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.menu-details li {
	list-style: none;
	flex-wrap: wrap;
	display: inline-flex;
	align-items: flex-end;
	font-size: 22px;
	padding: 0.9375rem 5px;
	position: relative;
	line-height: 1em;
	font-family: texgyreadventor-regular, Arial, Helvetica, sans-serif;
}

.menu-details li a {
	text-decoration: none;
}

.menu-details li a svg {
	background: #fff;
    border-radius: 100%;
    padding: 6px;
    width: 35px !important;
    height: 35px !important;
	transition: all ease-out 0.3s;
}

.menu-details li a svg.menu-icon path {
	fill: #282258;
}

.menu-details li a:hover svg {
	background:#EB5E5A;
}

.menu-controls {
	color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 1.875rem 0 0 0;
    display: inline-flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    list-style: none;
}

.menu-controls button {
	border: 0;
    padding: 0;
    background: none;
    color: #fff;
    font-size: 30px;
    margin: 0 0 0.9375rem 0;
	transition: all ease-out 0.3s;
	cursor: pointer;
}

.menu-controls button:hover {
	color:#e75d59;
}


/* multi layer job */

#featuredPages {
	display: inline-flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.9375rem 0;
    border-top: 1px solid #fff;
}

.hiddenFeaturedPages {
	display:none;
	flex-wrap: wrap;
    width: 100%;
	
	padding: 0 1.875rem;
}

.hiddenFeaturedPages a {
	font-weight: bold;
    font-size: 20px;
    width: 100%;
    padding: 0.9375rem;
    margin: 0 0.9375rem;
	position: relative;
	align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
	color:#fff;
}

.hiddenFeaturedPages a img {
	position: absolute;
    left: -20px;
    width:15px;
	height: 15px;
}

.hiddenFeaturedPages a .link-title {
	position: relative;
	overflow:hidden;
	width:100%;
}

.hiddenFeaturedPages a .link-title::after {
	content:"";
	position:absolute;
	width: 100%;
	height:1px;
	background:#fff;
	bottom:0;
	left:-100%;
	transition:all ease-out 0.3s;
}

.hiddenFeaturedPages a:hover .link-title::after {
	left:0;
}

.hiddenFeaturedPages a p {
	font-size: 16px;
    font-weight: normal;
    margin:0;
}

.hiddenFeaturedPages.visible {
	display:inline-flex;
}

/* slide menu overwrites */

.translate-x-100 {
    transform: translateX(100%);
}

.slide-menu {
	position: relative;
    width: 100%;
	max-width:380px;
	height:auto;
	overflow: hidden;
}

.slide-menu__control {
	position: absolute;
    display: inline-flex;
    justify-content: center;
    top: 0;
    width: 35px;
    padding: 5px;
    border-radius: 5px;
    background: #e75d59;
    color: #fff;
    border: 0;
    z-index: 130;
    transition: all ease-out 0.3s;
}

#backButton.slide-menu__control {
	left:45px;
}

.slide-menu__control:hover {
	cursor: pointer;
}

.slide-menu__control img {
	display: inline-flex;
	width:25px;
	height:25px;
}

.slide-menu .slide-menu__slider {padding-top:1.875rem;}

/* search */

#search-button div {
	display: none;
}

#search-button {
	display: inline-flex;
	position: relative;
	align-items: center;
	padding: 5px 0;
	background: none;
	border: 0;
	border-radius: 0;
	line-height: initial;
	width: 30px;
	z-index: 99;
	transition: all ease-out 0.3s;
}

#search-button svg {
	width:30px;
	height:30px;
	fill: #ffffff;
	transition: all ease-out 0.3s;
}

#search-button:focus {
	border: 0;
	outline: none;
}

#search-button:hover {cursor: pointer;}
#search-button:hover svg {fill:#e75d59;}

#search-button img {
	width: 30px;
	margin: 0 1.875rem 0 0;
}

/* search box */

.search-wrapper {
	display: inline-flex;
	flex-wrap: wrap;
	position: fixed;
	top: -100%;
	height: 100%;
	opacity: 0.5;
	transition: all ease-out 0.7s;
	background: rgba(40, 34, 88, 0.9);
	width: 100%;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	padding: 3.75rem;
	z-index: 100;
}

.search-wrapper.open {
	top: 0;
	opacity: 1;
}

.search-wrapper form {
	width: 100%;
	max-width: 920px;
	height: auto;
	display: inline-flex;
	padding: 0;
	font-family: texgyreadventor-regular arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

.search-wrapper form input[type="submit"] {
	border-radius: 10px;
	background: #e75d59;
	padding: 12px 0.9375rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 0;
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 600;
	font-family: texgyreadventor-regular arial, sans-serif;
}

.search-wrapper form label {
	width: 100%;
	font-family: texgyreadventor-regular arial, sans-serif;
}

.search-wrapper form label input {
	border: 0;
	color: #fff;
	border-radius: 0;
	width: 100%;
	font-size: 20px;
	display: inline-flex;
	margin: 0;
	padding: 8px 0.9375rem 8px 0;
	font-family: texgyreadventor-regular arial, sans-serif;
	background: none !important;
	box-shadow: none !important;
}

.search-wrapper form label input:focus {
	border: 0;
	outline: 0;
	color: #fff;
}

.search-wrapper form label input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.search-wrapper form label input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.search-wrapper form label input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

/*
.search-wrapper form label input:focus::placeholder {
	color: transparent;
}
*/

.search-close {
	display: inline-flex;
	width: 100%;
	max-width: 920px;
	justify-content: flex-end;
	margin: 3.75rem 0;
}

.search-close img {
	width: 15px;
	padding: 10px 0;
}

.search-close img:hover {
	cursor: pointer;
}

/* search results */

.search-results-head {
	width: 100%;
	display: inline-flex;
}

.search-results-head .page-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: inline-flex;
}

.search-results-head .page-head h1 {
	margin: 0;
}

#searchresults .sectionInner {
	max-width: 1440px;
}

#searchresults ul {
	width: 100%;
	padding: 0 0.9375rem;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 1.875rem 0;
}

#searchresults ul li {
	display: inline-flex;
	background: #fff;
	margin: 0.9375rem 0 0 0;
	max-width: 49%;
	width: 100%;
	border: 1px solid #f2f2f2;
	transition: all ease-out 0.3s;
}


#searchresults ul li a {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1.875rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	font-family: texgyreadventor-regular arial, sans-serif;
	text-decoration: none;
	background: #f0f0f0;
}

#searchresults ul li a .search-title {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	color: #282258;
	padding: 0.9375rem 0;
	margin: 0 0 0.9375rem 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#searchresults ul li a .search-text {
	line-height: 1.2em;
	color: #333;
	font-size: 16px;
	margin: 0 0 0.9375rem 0;
}

#searchresults ul li a .search-button {
	background: #fff;
	color: #282258;
	border: 2px solid #282258;
	border-radius: 15px;
	padding: 0.9375rem 20px 20px;
	font-size: 18px;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
	width: auto;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

#searchresults ul li a:hover .search-button {
	color: #fff;
}

#searchresults ul li a .search-button::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: calc(100% + 10px);
	height: 100%;
	background: #282258;
	left: calc(-100% - 10px);
	top: 0;
	transition: all ease-out 0.3s;
}

#searchresults ul li a:hover .search-button::after {
	left: 0;
}

#searchresults ul li nav a.button {
	background: #fff;
	color: #282258;
	border: 2px solid #282258;
	border-radius: 15px;
	padding: 0.9375rem 20px 20px;
	margin-top: 1.875rem;
	font-size: 18px;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
	width: auto;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

#searchresults ul li nav a.button:hover {
	color: #fff;
	background: #282258;
}

#searchresults ul .navigation {
	width: 100%;
}

#searchresults ul .nav-links {
	margin-top: 1.875rem;
}

#searchresults ul .nav-links a.button {
	background: #fff;
	color: #282258;
	border: 2px solid #282258;
	border-radius: 15px;
	padding: 0.9375rem 20px 20px;
	font-size: 18px;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
	width: auto;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	line-height: 1.2em;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

#searchresults ul .nav-links a.button:hover {
	color: #fff;
}

#searchresults ul .nav-links a.button::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: calc(100% + 10px);
	height: 100%;
	background: #282258;
	left: calc(-100% - 10px);
	top: 0;
	transition: all ease-out 0.3s;
}

#searchresults ul .nav-links a.button:hover::after {
	left: 0;
}

/*main Nav */



/* burger widget */

#nav-toggle {
	cursor: pointer;
	padding: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top:5px;
	height: 40px;
	padding: 20px 4px 0 4px;
	width: 36px;
	transition: all ease-out 0.4s;
	background: none;
	border: 0;
	padding: 0;
	z-index: 10;
}

#nav-toggle.active {
	opacity:0;
	pointer-events:none;
}

#nav-toggle::before {
	content: "";
	position: absolute;
	overflow: hidden;
	opacity: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #1e183d;
	border: 1px solid #fff;
}


#nav-toggle:focus {
	outline: none;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	height: 6px;
	width: 36px;
	background: #282258;
	position: absolute;
	display: block;
	content: '';
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
	transition: all 0.3s ease-in-out;
}

#nav-toggle span:before {
	top: -11px;
}

#nav-toggle span:after {
	bottom: -11px;
}

#nav-toggle:hover span::before {
	top: -14px;
}

#nav-toggle:hover span::after {
	bottom: -14px;
}

/* active */

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

#nav-toggle.active span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: #fff;
}

#nav-toggle.active span:after {
	bottom: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background: #fff;
}

.left-small:hover #nav-toggle.active span:before {
	top: 0;
}

.left-small:hover #nav-toggle.active span:after {
	top: 0;
}


/* Posts and pages
--------------------------------------------- */

a.standard-button {
	padding: 0.9375rem 1.875rem;
	margin: 0 0.9375rem;
	font-family: texgyreadventor-regular arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	background: #ccc;
	transition: all ease-out 0.3s;
}

a.standard-button:hover {
	box-shadow: 0px 3px 34px rgba(170, 199, 255);
}

.sticky {
	display: block;
}

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

/*--------------------------------------------------------------
# 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
--------------------------------------------- */

.section-left {
	justify-content: flex-start
}

.section-right {
	justify-content: flex-end
}

.section-central {
	justify-content: center;
}

/* ================================================================================================================================ */
/* =============================================================== CUSTOM START =================================================== */
/* ================================================================================================================================ */

/* --------- content ------- */

.user-content {
	padding: 1.875rem 0;
	width: 100%;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
	color: #282258;
	line-height: 1.2em;
	margin: 0 0 0.9375rem 0;
	z-index: 20;
}

.user-content h1 {
	font-size: 58px;
	font-weight: bold;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content h2 {
	font-size: 35px;
	font-weight: bold;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content h3 {
	font-size: 32px;
	font-weight: normal;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content h4 {
	font-size: 28px;
	font-weight: normal;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content h5 {
	font-size: 25px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content h6 {
	font-size: 20px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content p {
	color: #282258;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.user-content p:last-child {
	margin: 0;
}

.user-content a {
	text-decoration: underline;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

.user-content ul,
.user-content ol {
	margin: 0 0 0.9375rem 1.875rem;
	padding: 0;
	width: 100%;
}

.user-content ul li {
	list-style: disc;
	color: #282258;
}

.user-content ol li {
	list-style: decimal;
	color: #282258;
}

.user-content ul li::marker {
	font-size: 10px;
}

a.jargonLink {
	font-weight: bold;
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-left: 1.875rem;
}

.alignleft {
	float: left;
	margin-right: 1.875rem;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.875rem;
	float: none;

}

.customWrapper {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-content: center;
	margin: 0.9375rem 0;
}

.customWrapper .customButton::before {
	content: "/";
	position: absolute;
	left: 1.875rem;
}

.customWrapper .customButton {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	padding: 0.9375rem 1.875rem 1.2rem 2.8125rem;
	border-radius: 15px;
	border: 2px solid #263269;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all ease-out 0.3s;
}

.customWrapper .customButton::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: calc(100% + 10px);
	height: 100%;
	left: calc(-100% - 10px);
	top: 0;
	transition: all ease-out 0.3s;
	background: #fff;
}


.customWrapper .customButton:hover {
	color: #1e183d;
}

.customWrapper .customButton:hover::after {
	left: 0px;
}


.customWrapper .customButton.midnight,
#learnmore-widget .learnmore-small ul li button.midnight {
	background: #263269;
	border-color: #263269;
}

.customWrapper .customButton.teal,
#learnmore-widget .learnmore-small ul li button.teal {
	background: #215273;
	border-color: #215273;
}

.customWrapper .customButton.turquoise,
#learnmore-widget .learnmore-small ul li button.turquoise {
	background: #359d9e;
	border-color: #359d9e;
}

.customWrapper .customButton.coral,
#learnmore-widget .learnmore-small ul li button.coral {
	background: #eb5e5a;
	border-color: #eb5e5a;
}

.customWrapper .customButton.navy,
#learnmore-widget .learnmore-small ul li button.navy {
	background: #1e183d;
	border-color: #1e183d;
}

.customWrapper .customButton.purple,
#learnmore-widget .learnmore-small ul li button.purple {
	background: #732977;
	border-color: #732977;
}

.customWrapper .customButton.grey,
#learnmore-widget .learnmore-small ul li button.grey {
	background: #f0f0f0;
	color: #1e183d;
}




/*---------- layout --------*/

.page-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

body.home #page {
	/*display: none;*/
}

#page {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	position: relative;
}

section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.sectionInner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	z-index: 50;
	position: relative;
	padding: 1.875rem 3.75rem;
}

.confined {
	max-width: 1440px;
}

.section-padding {
	padding: 0 1.875rem;
}

.section-padding .sectionInner {padding-top:0;}

.lineBounce {
	display: inline-flex;
	width: 100%;
}

/* ----------- Breadcumbs -------- */

.breadcrumbs {
	margin-bottom: 0.9375rem;
	color: #fff;
	width: 100%;
	display: inline-flex;
	align-self: flex-start;
	padding: 0;
	margin: 0.9375rem 0 1.875rem 0;
	z-index: 50;
	font-size: 18px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.breadcrumbs span {
	margin: 0 10px;
}

.breadcrumbs span:first-child {
	margin-left: 0;
}

.breadcrumbs span span,
.breadcrumbs span a span,
.breadcrumbs span a {
	color: #fff;
	text-decoration: none;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	font-size: 18px;
}

.bread-separator {
	display: inline-flex;
	margin: 0 10px;
}

/* ----------- header -------------*/

.site-header {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 250;
	padding: 0.9375rem 0;
	position: relative;
	z-index: 999;
}

.site-header .sectionInner {
	flex-wrap: nowrap;
	padding: 0 3.75rem;
	align-items: center;
}

.main-logo {
	width: auto;
	/* display: none; */
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 100;
	transition: all ease-out 0.3s;
}

.main-logo.logo-inner {
	display: inline-flex;
	top: 0;
}

.main-logo a {
	display: inline-flex;
}

.main-logo a img {
	width: 220px;
	margin: 0;
}

/* body.home .main-logo a img {
	width: 350px;
} */

.main-logo.logo-hide {
	opacity: 0;
}


.scroll-logo {
	width: 80px;
	position: fixed;
	left: 5.4rem;
	top: 2.5rem;
	display: none;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}

.scroll-logo a {
	display: inline-flex;
	width: 100%;
	padding: 10px;
}

#scroll-back {
	position: fixed;
	bottom: 1.1rem;
	right: 4.75rem;
}

#scrollToTopBtn {
	background: rgba(255, 255, 255, 0.5);
	border: none;
	display: none;
	border-radius: 50%;
	cursor: pointer;
	width: 60px;
	height: 60px;
	padding: 12px;
}

#scrollToTopBtn button:focus {
	outline: none;
}


.menu-logo {
	width: 60%;
	position: absolute;
	top: -10%;
	left: -30%;
	opacity: 0;
	z-index: -1;
	transition: all ease-out 1s;
	transition-delay: 0.2s;
}

.menu-top-nav-container.open .menu-logo {
	left: -25%;
    top: -5%;
    opacity: 1;
}

.mob-expand {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	justify-content: center;
	align-items: center;
}

.mob-expand:hover {
	cursor: pointer;
}

.mob-expand .mob-expand-horz {
	width: 15px;
	height: 3px;
	background: #fff;
	display: inline-flex;
	border-radius: 5px;
	transition: all ease-out 0.3s;
}

.mob-expand .mob-expand-vert {
	width: 3px;
	height: 15px;
	background: #fff;
	display: inline-flex;
	border-radius: 5px;
	position: absolute;
	opacity: 1;
	transition: all ease-out 0.3s;
}

.mob-expand.open .mob-expand-vert {
	opacity: 0;
}

.mob-expand.open .mob-expand-horz {
	background: #EB5E5A;
}

/* ----------- footer ----------- */

footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background: #e75d59;
	padding: 0 0 0.9375rem 0;
	z-index: 101;
}

footer .sectionInner {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	padding: 0 1.875rem 0.9375rem 1.875rem;
}

.footer-block {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
}

.footer-logo {
	width: 100%;
	max-width: 250px;
	display: inline-flex;
	align-items: flex-start;
	padding: 0 0 1.875rem 0;
	margin: 0 3.75rem 0 0;
}

.footer-menu {
	padding: 0 1.875rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.menu-footer-nav-container {
	width: 100%;
	display: inline-flex;
}

.footer-menu ul {
	margin: 0 0 1.875rem 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.footer-menu ul li {
	list-style: none;
	width: 100%;
	margin: 0 0 0.9375rem 0;
}

.footer-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	display: inline-flex;
	width: 100%;
	position: relative;
	font-weight: 300;
}

.footer-social {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer-social ul.social {
	margin: 0;
	padding: 0;
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}

.footer-social ul.social li {
	width: auto;
	border: 0;
	margin: 0 0 0 0.9375rem;
	list-style: none;
}

.footer-social ul.social li.social-text {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}

.footer-social ul.social li a {
	padding: 7px;
	display: inline-flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	border: 0;
	color: #e75d59;
	background: #fff;
	border-radius: 100%;
}

.footer-social ul.social li a svg {
	width: 20px;
}

.footer-social ul.social li a::before,
.footer-social ul.social li a::after {
	display: none;
}

.footer-details {
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 350px;
	padding: 0;
	margin: 0 0 1.875rem 0;
}

.footer-company,
.footer-company a {
	width: 100%;
	color: #fff;
	font-size: 14px;
}

.footer-address {
	display: inline-flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 14px;
	text-align: end;
	margin: 0 0 1.875rem 0;
}

.footer-address span {
	width: 100%;
	color: #ccc;
}

.footer-tag {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: end;
}

.footer-tag a {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	text-align: end;
}

.footer-contact {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
	margin: 0 0 1.875rem 0;
}

.footer-contact h6 {
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 28px;
}

.footer-contact p {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: right;
}

/* footer slider */

#footer-logo {
	width: 100%;
	background: #fff;
	padding: 0 1.875rem;
	display: inline-flex;
	justify-content: center;
}

.footer-slider {
	max-width: 1440px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.footer-slider .slick-list,
.footer-slider .slick-list .slick-track {
	display: inline-block;
	width: 100%;
}

#footer-logo .slick-initialized .slick-slide {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 120px;
}

.footer-slider .logo img {
	max-width: 120px;
	display: inline-flex;
}

.footer-banner {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 0 0 3.75rem 0;
}

.footer-banner-inner {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	height: 500px;
	position: relative;
}

.footer-banner-inner::after {
	content: "";
	position: absolute;
	display: inline-flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(38, 50, 105, 0.3);
}

.footer-banner h2 {
	max-width: 1024px;
	width: 100%;
	font-size: 35px;
	display: inline-flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	z-index: 50;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.footer-banner h2.bold {
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

/* default page */

.page-head {
	display: inline-flex;
	width: 100%;
	height: 100vh;
	max-height: 900px;
	padding: 0 3.75rem 1.875rem;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	background: #e75d59;
}

.page-head .sectionInner {
	padding: 0;
	justify-content: center;
	align-items: center;
	max-width: 1440px;
	z-index: 30;
	margin: 0 0 1.875rem 0;
}

.page-head .video-wrapper {
	display: inline-flex;
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-head .video-wrapper object {width: 100%;}

.page-head #background-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }
  .page-head #background-video #video {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
  }
  .page-head #background-video .backgroundVid {
	position: absolute;
	left: -5%;
	min-width: 110%;
  }
  .page-head #background-video img {
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	display: inline-flex;
	position: absolute;
  }

.page-head h1 {
	color: #fff;
	font-size: 60px;
	line-height: 1.2em;
	z-index: 20;
	margin: 0 0 1.875rem 0;
	width: 100%;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

.page-head h2 {
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 1.875rem 0;
	font-family: 'texgyreadventor-bold', arial, sans-serif;
}

.page-head h3,
.page-head h4,
.page-head h5,
.page-head h6 {
	color: #fff;
}

.page-head h4 {
	font-size: 26px;
}

.page-head .page-title {
	z-index: 50;
	padding: 0 3.75rem;
	width:100%;
}

.page-head p {
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	z-index: 20;
	max-width: 75%;
	width: 100%;
	margin: 0;
	font-family: 'texgyreadventor-regular', arial, sans-serif;
}

.page-head img {
	position: absolute;
	max-width: 800px;
	width: 100%;
	z-index: 10;
}

.page-head.small img {
	max-width: 600px;
}

.page-head.white {
	background: #fff;
}

.page-head.midnight {
	background: #263269;
}

.page-head.teal {
	background: #215273;
}

.page-head.turquoise {
	background: #359d9e;
}

.page-head.navy {
	background: #1e183d;
}

.page-head.purple {
	background: #732977;
}

.page-head.grey {
	background: #f0f0f0;
}

/* page head white */

.page-head.white .breadcrumbs,
.page-head.grey .breadcrumbs {
	color: #1d1d1b;
}

.page-head.white h1,
.page-head.white h2,
.page-head.white h3,
.page-head.white h4,
.page-head.white h5,
.page-head.white h6,
.page-head.white p,
.page-head.grey h1,
.page-head.grey h2,
.page-head.grey h3,
.page-head.grey h4,
.page-head.grey h5,
.page-head.grey h6,
.page-head.grey p {
	color: #282258;
}

.page-head.white .breadcrumbs span span,
.page-head.white .breadcrumbs span a span,
.page-head.white .breadcrumbs span a,
.page-head.grey .breadcrumbs span span,
.page-head.grey .breadcrumbs span a span,
.page-head.grey .breadcrumbs span a {
	color: #1d1d1b;
}

/* page head small */

.page-head.small {
	height: auto;
	min-height: 500px;
	overflow: hidden;
	padding-bottom: 3.75rem;
}

.page-head.small .sectionInner {
	margin: 0;
	padding: 0;
}

/* stadard template */

#standard-view {
	justify-content: center;
	padding: 0;
}

#standard-view .sectionInner {
	max-width: 1440px;
}

.error-404.page-head {
	align-items: center;
}

.error-404 h1 {
	width: 100%;
	z-index: 20;
	margin: 0;
	text-align: center;
}

.error-404 p {
	width: 100%;
	color: #fff;
	z-index: 20;
	margin: 0;
	font-size: 18px;
	text-align: center;
}

.error-404.page-head .page-title {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.error-404.page-head .page-title img {
	position: relative;
	display: inline-flex;
	width: 100px;
	height: 100px;
	margin: 0 0 0.9375rem 0;
	fill: #fff;
}

/* listing page old */

#listing-view {
	padding: 0 1.875rem;
}

#listing-view .sectionInner {
	max-width: 1440px;
}

#listing-view ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

#listing-view ul li {
	list-style: none;
	display: inline-flex;
	width: 100%;
	margin: 3.75rem 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3.75rem;
}

#listing-view ul li:last-child {
	border: 0;
}

#listing-view ul li.RH .listing-content {
	order: 2;
	padding: 0 0 0 3.75rem;
}

#listing-view ul li.RH .listing-image {
	order: 1;
}

#listing-view ul li .listing-content {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 3.75rem 0 0;
}

#listing-view ul li .listing-content h4 {
	color: #fff;
	font-size: 30px;
	font-family: 'texgyreadventor-bold', arial, sans-serif;
	text-transform: uppercase;
	padding: 8px 0.9375rem;
	background: #ccc;
	font-weight: 600;
	margin: 0;
	align-items: center;
	height: auto;
}

#listing-view ul li .listing-content p {
	color: #333;
	font-size: 20px;
	width: 100%;
}

#listing-view ul li .listing-content a {
	padding: 0.9375rem 1.875rem;
	background: #ccc;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#listing-view ul li .listing-image {
	min-height: 300px;
	width: 100%;
	display: inline-flex;
}

/* Children (listing) page */

#children {
	display: inline-flex;
	width: 100%;
	padding: 0 0 3.375rem 0;
	margin: 0 0 3.75rem 0;
}

#children .sectionInner {
	padding:0;
}

#children ul {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	position: relative;
	top: -7.5rem;
}

#children ul li {
	width: auto;
	display: inline-flex;
	justify-content: center;
	padding: 3.75rem;

}

#children ul.right li:nth-child(odd) {
	justify-content: flex-start;
}

#children ul.right li:nth-child(odd) .listimgimage-wrap {
	order: 1;
}

#children ul.right li:nth-child(odd) h4,
#children ul.right li:nth-child(odd) p {
	text-align: left
}

#children ul.right li:nth-child(odd) .listimgimage-wrap ul {
	right: auto;
	right: initial;
	left: -4rem;
}

#children ul.right li:nth-child(odd) .child-details {
	justify-content: flex-start;
	margin: 0 3.75rem 0 0;
}

#children ul.right li:nth-child(even) {
	justify-content: flex-start;
}

#children ul.right li:nth-child(even) .listimgimage-wrap {
	order: 1;
}

#children ul.right li:nth-child(even) h4,
#children ul.right li:nth-child(even) p {
	text-align: left;
}

#children ul.right li:nth-child(even) .child-details {
	justify-content: flex-start;
	margin: 0 0 0 3.75rem;
	order: 1;
}

#children ul.left li:nth-child(even) .listimgimage-wrap {
	order: 2;
}

#children ul.left li:nth-child(even) .listimgimage-wrap ul {
	left: auto;
	left: initial;
	right: -4rem;
}

#children ul.left li:nth-child(even) .child-details {
	margin: 0 3.75rem 0 0;
	order: 1;
}

#children ul.left li:nth-child(odd) {
	justify-content: flex-start;
}

#children ul.left li:nth-child(odd) .listimgimage-wrap {
	order: 1;
}

#children ul.left li:nth-child(odd) h4,
#children ul.left li:nth-child(odd) p {
	text-align: left;
}

#children ul.left li:nth-child(odd) .child-details {
	justify-content: flex-start;
	margin: 0 0 0 3.75rem;
	order: 1;
}

#children ul li:first-child .child-details {
	margin-top: 7.5rem !important;
}

#children ul li:last-child {
	padding-bottom: 0;
}

#children ul li a {
	margin: 0 5px 0.9375rem 5px;
}

#children ul li .list-block-inner {
	display: inline-flex;
	align-items: flex-start;
}

#children ul li.white .border-button-link {
	background: #fff;
	color: #263269;
	border: 2px solid #263269;
}

#children ul li.Coral .border-button-link {
	border: 2px solid #e75d59;
	color: #e75d59;
}

#children ul li.midnight .border-button-link {
	border: 2px solid #263269;
	color: #263269;
}

#children ul li.teal .border-button-link {
	border: 2px solid #215374;
	color: #215374;
}

#children ul li.turquoise .border-button-link {
	border: 2px solid #359d9e;
	color: #359d9e;
}

#children ul li.purple .border-button-link {
	border: 2px solid #732977;
	color: #732977;
}

#children ul li.navy .border-button-link {
	border: 2px solid #282258;
	color: #282258;
}

#children ul li.grey .border-button-link {
	background: #f0f0f0;
	border: 2px solid #263269;
	color: #263269;
}

#children ul li a.border-button-link:hover {
	color: #fff;
}

#children ul li .child-details {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0 0 0 1.875rem;
}

#children ul li h4 {
	width: 100%;
	color: #282258;
	font-size: 30px;
}

#children ul li.white h4 {
	color: #282258;
}

#children ul li.Coral h4 {
	color: #e75d59;
}

#children ul li.midnight h4 {
	color: #263269;
}

#children ul li.teal h4 {
	color: #215374;
}

#children ul li.turquoise h4 {
	color: #359d9e;
}

#children ul li.purple h4 {
	color: #732977;
}

#children ul li.navy h4 {
	color: #282258;
}

#children ul li.grey h4 {
	color: #282258;
}

#children ul li.white a::after {
	background: #282258;
}

#children ul li.Coral a::after {
	background: #e75d59;
}

#children ul li.midnight a::after {
	background: #263269;
}

#children ul li.teal a::after {
	background: #215374;
}

#children ul li.turquoise a::after {
	background: #359d9e;
}

#children ul li.purple a::after {
	background: #732977;
}

#children ul li.navy a::after {
	background: #282258;
}

#children ul li.grey a::after {
	background: #282258;
}

#children ul li.white a:hover {
	background: #282258;
}

#children ul li.Coral a:hover {
	background: #e75d59;
}

#children ul li.midnight a:hover {
	background: #263269;
}

#children ul li.teal a:hover {
	background: #215374;
}

#children ul li.turquoise a:hover {
	background: #359d9e;
}

#children ul li.purple a:hover {
	background: #732977;
}

#children ul li.navy a:hover {
	background: #282258;
}

#children ul li.grey a:hover {
	background: #282258;
}

#children ul li p {
	width: 100%;
	font-size: 18px;
	color: #282258;
}

#children ul li a,
#children ul li a.border-button-link {
	width: auto;
	justify-content: center;
	padding: 0.9375rem 1.875rem;
	z-index: 10;
}

#children ul li a:hover {
	color: #fff;
}

#children ul li .simpleParallax {
	border-radius: 25px;
	-webkit-transform: translate3d(0, 0, 0);
}

#children ul li ul {
	display: inline-flex;
	width: 100%;
}

#children ul li ul li {
	width: 50%;
	margin: 0;
	padding: 0;
}

#children ul li ul li a {
	width: 100%;
}

#children ul li .listimgimage-wrap {
	position: relative;
}

#children ul li .listimgimage-wrap ul {
	position: absolute;
	margin: 0;
	padding: 1.875rem 0;
	top: 0;
	right: -4rem;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 250px;
	height: 100%;
	z-index: 20;
}

#children ul li .listimgimage-wrap ul.top {
	justify-content: flex-start;
}

#children ul li .listimgimage-wrap ul.bottom {
	justify-content: flex-end;
}

#children ul li .listimgimage-wrap ul.center {
	justify-content: center;
}

#children ul li .listimgimage-wrap ul.space {
	justify-content: space-between;
}

#children ul li .listimgimage-wrap ul li {
	padding: 0.9375rem;
	width: 100%;
	min-height: 10%;
	max-width: 200px;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

#children ul li .listimgimage-wrap ul li:nth-child(1) {
	margin-left: 1.875rem
}

#children ul li .listimgimage-wrap ul li:nth-child(3) {
	margin-left: 3.75rem;
}

#children ul li .listimgimage-wrap ul li span {
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	padding: 0.9375rem;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

#children ul li .listimgimage-wrap ul li span.bg-color-seven {
	color: #282258;
}


/* ---- Servcies children --- */

/* Children (listing) page */

#child-services {
	display: inline-flex;
	width: 100%;
	padding: 0 0 3.375rem 0;
	margin: 0 0 3.75rem 0;
}

#child-services h3 {
	padding:0 3.75rem;
	margin:0.9375rem 0 0 0;
}

#child-services .sectionInner {
	padding:0;
}

#child-services ul {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	position: relative;
	top:0;
}

#child-services ul li {
	width: auto;
	display: inline-flex;
	justify-content: center;
	padding: 3.75rem;

}

#child-services ul.right li:nth-child(odd) {
	justify-content: flex-start;
}

#child-services ul.right li:nth-child(odd) .listimgimage-wrap {
	order: 1;
}

#child-services ul.right li:nth-child(odd) h4,
#child-services ul.right li:nth-child(odd) p {
	text-align: left
}

#child-services ul.right li:nth-child(odd) .listimgimage-wrap ul {
	right: auto;
	right: initial;
	left: -4rem;
}

#child-services ul.right li:nth-child(odd) .child-details {
	justify-content: flex-start;
	margin: 0 3.75rem 0 0;
}

#child-services ul.right li:nth-child(even) {
	justify-content: flex-start;
}

#child-services ul.right li:nth-child(even) .listimgimage-wrap {
	order: 1;
}

#child-services ul.right li:nth-child(even) h4,
#child-services ul.right li:nth-child(even) p {
	text-align: left;
}

#child-services ul.right li:nth-child(even) .child-details {
	justify-content: flex-start;
	margin: 0 0 0 3.75rem;
	order: 1;
}

#child-services ul.left li:nth-child(even) .listimgimage-wrap {
	order: 2;
}

#child-services ul.left li:nth-child(even) .listimgimage-wrap ul {
	left: auto;
	left: initial;
	right: -4rem;
}

#child-services ul.left li:nth-child(even) .child-details {
	margin: 3.75rem 3.75rem 0 0;
	order: 1;
}

#child-services ul.left li:nth-child(odd) {
	justify-content: flex-start;
}

#child-services ul.left li:nth-child(odd) .listimgimage-wrap {
	order: 1;
}

#child-services ul.left li:nth-child(odd) h4,
#child-services ul.left li:nth-child(odd) p {
	text-align: left;
}

#child-services ul.left li:nth-child(odd) .child-details {
	justify-content: flex-start;
	margin: 3.75rem 0 0 3.75rem;
	order: 1;
}


#child-services ul li:last-child {
	padding-bottom: 0;
}

#child-services ul li a {
	margin: 0 5px 0.9375rem 5px;
}

#child-services ul li .list-block-inner {
	display: inline-flex;
	align-items: flex-start;
}

#child-services ul li.white .border-button-link {
	background: #fff;
	color: #263269;
	border: 2px solid #263269;
}

#child-services ul li.Coral .border-button-link {
	border: 2px solid #e75d59;
	color: #e75d59;
}

#child-services ul li.midnight .border-button-link {
	border: 2px solid #263269;
	color: #263269;
}

#child-services ul li.teal .border-button-link {
	border: 2px solid #215374;
	color: #215374;
}

#child-services ul li.turquoise .border-button-link {
	border: 2px solid #359d9e;
	color: #359d9e;
}

#child-services ul li.purple .border-button-link {
	border: 2px solid #732977;
	color: #732977;
}

#child-services ul li.navy .border-button-link {
	border: 2px solid #282258;
	color: #282258;
}

#child-services ul li.grey .border-button-link {
	background: #f0f0f0;
	border: 2px solid #263269;
	color: #263269;
}

#child-services ul li a.border-button-link:hover {
	color: #fff;
}

#child-services ul li .child-details {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0 0 0 1.875rem;
}

#child-services ul li h4 {
	width: 100%;
	color: #282258;
	font-size: 30px;
}

#child-services ul li.white h4 {
	color: #282258;
}

#child-services ul li.Coral h4 {
	color: #e75d59;
}

#child-services ul li.midnight h4 {
	color: #263269;
}

#child-services ul li.teal h4 {
	color: #215374;
}

#child-services ul li.turquoise h4 {
	color: #359d9e;
}

#child-services ul li.purple h4 {
	color: #732977;
}

#child-services ul li.navy h4 {
	color: #282258;
}

#child-services ul li.grey h4 {
	color: #282258;
}

#child-services ul li.white a::after {
	background: #282258;
}

#child-services ul li.Coral a::after {
	background: #e75d59;
}

#child-services ul li.midnight a::after {
	background: #263269;
}

#child-services ul li.teal a::after {
	background: #215374;
}

#child-services ul li.turquoise a::after {
	background: #359d9e;
}

#child-services ul li.purple a::after {
	background: #732977;
}

#child-services ul li.navy a::after {
	background: #282258;
}

#child-services ul li.grey a::after {
	background: #282258;
}

#child-services ul li.white a:hover {
	background: #282258;
}

#child-services ul li.Coral a:hover {
	background: #e75d59;
}

#child-services ul li.midnight a:hover {
	background: #263269;
}

#child-services ul li.teal a:hover {
	background: #215374;
}

#child-services ul li.turquoise a:hover {
	background: #359d9e;
}

#child-services ul li.purple a:hover {
	background: #732977;
}

#child-services ul li.navy a:hover {
	background: #282258;
}

#child-services ul li.grey a:hover {
	background: #282258;
}

#child-services ul li p {
	width: 100%;
	font-size: 18px;
	color: #282258;
}

#child-services ul li a,
#child-services ul li a.border-button-link {
	width: auto;
	justify-content: center;
	padding: 0.9375rem 1.875rem;
	z-index: 10;
}

#child-services ul li a:hover {
	color: #fff;
}

#child-services ul li .simpleParallax {
	border-radius: 25px;
	-webkit-transform: translate3d(0, 0, 0);
}

#child-services ul li ul {
	display: inline-flex;
	width: 100%;
}

#child-services ul li ul li {
	width: 50%;
	margin: 0;
	padding: 0;
}

#child-services ul li ul li a {
	width: 100%;
}

#child-services ul li .listimgimage-wrap {
	position: relative;
}

#child-services ul li .listimgimage-wrap ul {
	position: absolute;
	margin: 0;
	padding: 1.875rem 0;
	top: 0;
	right: -4rem;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 250px;
	height: 100%;
	z-index: 20;
}

#child-services ul li .listimgimage-wrap ul.top {
	justify-content: flex-start;
}

#child-services ul li .listimgimage-wrap ul.bottom {
	justify-content: flex-end;
}

#child-services ul li .listimgimage-wrap ul.center {
	justify-content: center;
}

#child-services ul li .listimgimage-wrap ul.space {
	justify-content: space-between;
}

#child-services ul li .listimgimage-wrap ul li {
	padding: 0.9375rem;
	width: 100%;
	min-height: 10%;
	max-width: 200px;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

#child-services ul li .listimgimage-wrap ul li:nth-child(1) {
	margin-left: 1.875rem
}

#child-services ul li .listimgimage-wrap ul li:nth-child(3) {
	margin-left: 3.75rem;
}

#child-services ul li .listimgimage-wrap ul li span {
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	padding: 0.9375rem;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

#child-services ul li .listimgimage-wrap ul li span.bg-color-seven {
	color: #282258;
}

/* ---- contact widget -----*/

#homepage #contactUs-widget .sectionInner {
	padding: 0;
}

#contactUs-widget {
	position: relative;
	z-index: 100;
}

#contactUs-widget .simple-tick {
	display: none;
}

.contactUs-panel {
	display: inline-flex;
	width: 100%;
	position: relative;
}

.contactUs-form {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 600px;
	flex-direction: column;
	padding: 0 3.75rem;
	position: absolute;
	right: 15%;
	top: 25%;
}

.contactUs-form h2 {
	width: 100%;
	color: #282258;
	font-size: 48px;
	margin: 0;
}

.contactUs-form h3,
.contactUs-form p {
	color: #1d1d1b;
}


.contact-button-block {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0.9375rem 0;
	justify-content: space-between;
}

.contact-button-block a {
	border-color: #282258;
	background: #fff;
	color: #282258;
	font-size: 18px;
	padding: 15px 0.9375rem;
	overflow: hidden;
	margin: 0.9375rem 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 46%;
}

.contact-button-block a:hover {
	cursor: pointer;
}

#modal-callback {
	position: absolute;
	display: none;
}

.contact-button-block a:hover {
	color: #fff;
	background: #263269;
}

.contact-button-block a::after {
	background: #282258;
}

.contact-button-block a:hover::after {
	left: 0;
}

#contactUs-widget.simple {
	padding: 3.75rem 0 7.5rem 0;
	margin: 0 0 3.75rem 0;
}

#contactUs-widget.simple .contactUs-form {
	max-width: 100%;
	padding: 0 1.875rem 1.875rem;
	top: 0;
	right: auto;
	right: initial;
	position: relative;
}

#contactUs-widget.simple .contact-button-block {
	max-width: 600px;
}

#contactUs-widget.simple .simple-tick {
	display: inline-block;
	max-width: 520px;
	position: absolute;
	right: 15%;
	top: 3.75rem;
}

#contactUs-widget.simple .logo-clip-wrapper {
	display: none;
}

#contactUs-widget.simple .contactUs-form p {
	width: 50%;
}

/* ---------------------- news-widget ------------------- */

#pages-widget {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 0 1.875rem 0;
	margin: 0;
}

ul.pages-section {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.pages-section li {
	list-style: none;
	padding: 1.875rem;
	border-radius: 25px;
	width: 100%;
	margin: 0 1.875rem 0 0;
	background: #359d9e;
}

ul.pages-section li:nth-child(2) {
	background: #215374;
}

ul.pages-section li:nth-child(3) {
	background: #263269;
}

ul.pages-section li:nth-child(4) {
	background: #1e183d;
}

ul.pages-section li:last-child {
	margin: 0;
}

ul.pages-section li .pages-details {
	display: inline-flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

ul.pages-section li .pages-title {
	color: #fff;
	font-size: 36px;
	line-height: 1.2em;
	font-family: texgyreadventor-bold, arial, sans-serif;
	margin: 0 0 0.9375rem 0;
}

ul.pages-section li .pages-text {
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	margin: 0 0 0.9375rem 0;
}

ul.pages-section li .pages-button a {
	font-size: 20px;
}


/* team widget */

.teamTitle .widget-title {
	font-size: 24px;
}

.teamIntro {
	visibility: visible;
	font-size: 48px;
	line-height: 1.2em;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
	color: #282258;
	display: inline-flex;
	align-items: flex-start;
	height: auto;
}

.teamIntro p {
	margin: 0;
	line-height: 1.2em;
}

#team-widget {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 0 1.875rem 3.75rem 1.875rem;
	margin: 1.875rem 0 3.75rem 0;
}

#team-widget .slick-arrow {
	display: inline-flex;
	position: absolute;
	width: 50px;
	top: calc(-1.875rem - 50px);
}

#team-widget .slick-arrow:hover {
	cursor: pointer;
}

#team-widget .slider-prev {
	right: calc(50px + 0.9375rem);
}

#team-widget .slider-next {
	right: 0;
}

#team-slider {
	width: 100%;
}

#team-widget .team-slide-item {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 10px;
}

#team-widget .team-slide-item:nth-child(1n) {
	padding-top: 0;
}

#team-widget .team-slide-item:nth-child(2n) {
	padding-top: 10rem;
}

#team-widget .team-slide-item:nth-child(3n) {
	padding-top: 6.75rem;
}

#team-widget .team-slide-item a {
	text-decoration: none;
	display: inline-flex;
	width: 100%;
	height: 100%;
	position: relative;
}

#team-widget .team-slide-inner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.team-image {
	width: 100%;
	height: 400px;
}

.team-image img {
	width: 100%;
}

.team-details {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}

.team-details h4 {
	color: #1b1b1b;
	font-size: 32px;
	margin: 0.9375rem 0 0 0;
}

.team-details h5 {
	color: #1b1b1b;
	font-size: 32px;
	margin: 0;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.team-details h6 {
	color: #1b1b1b;
	font-size: 24px;
	line-height: 1.4em;
	margin: 0;
}

.team-details p {
	font-size: 18px;
	color: #1b1b1b;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

/* single slide */

#team-widget.single-bg {
	background: #f0f0f0;
	padding: 3.75rem 1.875rem;
}

#team-slider.single .team-slide-item {
	justify-content: center;
}

#team-slider.single .team-slide-inner {
	flex-wrap: nowrap;
	max-width: 1024px;
}

#team-slider.single .team-slide-inner .team-details {
	margin: 0 0 0 1.875rem;
}

#team-slider.single .team-slide-item a {
	justify-content: center;
}


/* textbox widget */

#textBox {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

#textBox .textBox {
	padding: 1.875rem 0;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

#textBox p {
	width: 100%;
	max-width: 1440px;
}

#textBox iframe {
	width: 90%;
	height: 100%;
}

#textBox .gform_wrapper .gform_button {
	color: #fff;
	padding: 0.9375rem 1.875rem;
	margin: 10px 0 0 0;
	border-radius: 15px;
	font-size: 18px;
	background: #eb5e5a;
	border-color: #eb5e5a;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all ease-out 0.3s;
}

#textBox .gform_wrapper .gform_button::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: -100%;
	top: 0;
	transition: all ease-out 0.3s;
}

#textBox .gform_wrapper .gform_footer {
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
}

#textBox .gform_wrapper.gravity-theme .gfield_label {
	color: #282258;
	margin: 0;
	font-weight: normal;
	font-family: texgyreadventor-bold, arial, sans-serif;
}

.gform_wrapper.gravity-theme .gfield-choice-input {margin:0;}

#textBox.map {
	margin: 0 0 3.75rem 0;
}

#textBox.map .textBox {
	flex-wrap: nowrap;
	padding: 0 1.875rem;
}

/* ----------- homepage -----------*/

.home-block {
	position: relative;
}

.home-block-1 {
	z-index: 50;
}

.home-block-2 {
	z-index: 30
}

.home-block-3 {
	z-index: 10;
}


#homepage {
	min-height: 100vh;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
}

#homepage .sectionInner {
	align-items: center;
	justify-content: center;
	padding: 0;
}

#homepage .sectionInner section {
	position: relative;
	margin: 0 0 18rem 0;
	flex-wrap: wrap;
}

#homepage #solution {
	position: relative;
	margin: 0 0 18rem 0;
	flex-wrap: wrap;
	border-radius: 100px;
	padding: 5rem 3.75rem;
	max-width: 1440px;
}

#homepage #solution ul li p {
	margin: 0 0 1.875rem 0;
}

.line-block {
	display: inline-flex;
	position: absolute;
	width: auto;
	background: none;
	width: 1px;
	height: 1px;
	border-radius: 100%;
	z-index: -1;
	visibility: hidden;
}

.line-block-1 {
	right: 20%;
	top: -175px;
}

.line-block-2 {
	left: 24%;
	top: 10%;
}

.line-block-3 {
	left: 30%;
	top: 50%;
}

.line-block-4 {
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background: #282258;
	top: 4.75rem;
	visibility: visible;
}

.line-block-5 {
	right: 10%;
	bottom: 10%;
}

.line-block-6 {
	right: 30%;
	bottom: 0;
}

.line-block-7 {
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background: #282258;
	top: 6rem;
	visibility: visible;
}

.line-block-8 {
	bottom: 50%;
}

.line-block-9 {
	bottom: 0;
}

.line-block-10 {
	right: 15%;
	top: 30%;
}

.line-block-11 {
	right: 50%;
	bottom: 0;
	width: 15px;
	height: 15px;
	background: #282258;
	visibility: visible;
}

#how ul li.left .line-block-how {
	left: 25%;
	bottom: 1.875rem;
}

#how ul li.right .line-block-how {
	right: 25%;
	bottom: 50%;
}

#how ul li.centre .line-block-how {
	left: 50%;
	bottom: 1.875rem;
}

.para-block {
	display: inline-flex;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: -1;
}

.para-block div {
	width: 100%;
}

.hidden-line {
	position: absolute;
	top: 0;
	right: 1.875rem;
	width: 1px;
	height: 1px;
}

/* logo clip */

#logo-clip {
	display: inline-flex;
	width: 1200px;
	height: 1200px;
	position: relative;
	flex-wrap: wrap;
	left: -35%;
	top: -15%;
}

.logo-clip-wrapper {
	display: inline-flex;
	width: 100%;
	height: 1200px;
	position: relative;
}

#logo-clip-solid,
#logo-clip-empty {
	width: 1200px;
	height: 1200px;
	fill: #EB5E5A;
	position: absolute;
}

.background-image-div {
	width: 100%;
	display: inline-flex;
	position: absolute;
	height: 100%;
	-webkit-clip-path: url(#logo-clip-mask);
	clip-path: url(#logo-clip-mask);
}

#mission {
	display: inline-flex;
	width: 700px;
	flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
	right: 15%;
	top: 5%;
}

#mission h1 {
	color: #282258;
	font-size: 65px;
	line-height: 75px;
	max-width: 600px;
	margin-left: 5rem;
}

#mission p {
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	margin-left: 5rem;
}

#mission p.second-para {
	margin: 1.875rem 0 0 11rem;
	padding: 0;
	position: absolute;
	top: 100%;
	right: -11rem;
}

.section-tick {
	position: absolute;
	width: calc(100% + 100rem);
	max-width: 2880px;
	height: 100%;
	top: -110vh;
	z-index: -3;
	left: -30rem;
}

#mission .section-tick {
	top: -5vh;
	left: initial;
	left: -125%;
	fill: rgba(0, 0, 0, 0.1);
}

#solution .section-tick {
	top: -185%;
}

.section-tick svg {
	width: 100%;
}

/* homepage boxes */

#homepage-boxes {
	width: 100%;
	display: inline;
	justify-content: center;
	flex-wrap: wrap;
}

#homepage-boxes h2 {
	font-size: 40px;
	color: #282258;
	text-align: center;
	margin: 0 0 3.75rem 0;
	background: #fff;
}

/* tech box */

.tech-box {
	max-width: 50%;
	width: 40vw;
	padding: 7rem;
	margin: 0 1.875rem;
	left: 0;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	background: rgb(35, 83, 116);
	background: -moz-linear-gradient(top, rgba(35, 83, 116, 1) 0%, rgba(31, 28, 63, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(35, 83, 116, 1) 0%, rgba(31, 28, 63, 1) 100%);
	background: linear-gradient(to bottom, rgba(35, 83, 116, 1) 0%, rgba(31, 28, 63, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235374', endColorstr='#1f1c3f', GradientType=0);

}

#homepage-boxes .tech-box h3 {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2em;
	text-align: left;
}

.tech-box ul,
.tech-box ol {
	margin: 0 0 1.875rem 0;
}

.tech-box p,
.tech-box ul li,
.tech-box ul li a {
	color: #fff;
	font-size: 22px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.tech-box ul li {
	list-style: none;
	width: 100%;
	color: #fff;
	position: relative;
	display: inline-flex;
	padding-left: 30px;
	font-size: 22px;
	line-height: 1.2em;
	margin: 0 0 0.9375rem 0;
}

.tech-box ul li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(/app/themes/dbfb/assets/images/ticks-r.svg);
	width: 20px;
	height: 20px;
	top: 8px;
}


.tech-box a {
	color: #fff;
	padding: 0.9375rem 1.875rem;
	margin: 1.875rem 0 0 0;
	border-radius: 15px;
	background: #eb5e5a;
	border-color: #eb5e5a;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all ease-out 0.3s;
}

.tech-box a:hover {
	color: #263269;
	border-color: #fff;
}

.tech-box a::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: -100%;
	top: 0;
	transition: all ease-out 0.3s;
}

.tech-box a:hover::after {
	left: 0;
}


/* services box */

.services-box {
	max-width: 50%;
	width: 40vw;
	padding: 7rem;
	position: absolute;
	right: 0;
	bottom: -15%;
	border-radius: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	background: #359d9e;
	margin: 0 1.875rem;
}

#homepage-boxes .services-box h3 {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2em;
	margin: 0;
	text-align: left;
}

.services-box ul {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 1.875rem 0;
	padding: 0;
}

.services-box ul li {
	list-style: none;
	width: 50%;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 25px;
	font-size: 22px;
	margin: 0 0 5px 0;
}

.services-box ul li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(/app/themes/dbfb/assets/images/ticks.svg);
	width: 20px;
	height: 20px;
}

.services-box ul li img {
	width: 20px;
}

.services-box ul li span {
	color: #fff;
	display: inline-flex;
	font-size: 22px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

/* services detail page */

.services-detail-wrapper {
	background: #f0f0f0;
	padding: 1.875rem 1.875rem;
}

#service-list {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	position: relative;
}

#service-list .service-header {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

#service-list .service-header h2 {
	width: 100%;
	font-size: 35px;
	color: #282258;
	margin: 0 0 1.875rem 0;
	font-weight: normal;
}

#service-list .service-header h3,
#service-list .service-header h4,
#service-list .service-header h5,
#service-list .service-header h6 {
	color: #282258;
	font-weight: normal;
	width: 100%;
}

#service-list .service-header h3 {
	font-size: 35px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

#service-list .service-header p {
	width: 100%;
	font-size: 18px;
	color: #282258;
}

#service-list ul {
	padding: 0 1.875rem;
	margin: 3.75rem 0 3.75rem 0;
	display: inline-block;
	width: 100%;
}

#service-list ul li {
	width: 50%;
	position: relative;
	border-radius: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 1.875rem 0;
	padding: 0 0.9375rem;
	position: relative;

}


#service-list ul li.left {
	float: left
}

#service-list ul li.right {
	float: right;
	padding-top: 170px;
}

#service-list ul li.centre {
	width: 100%;
}

#service-list ul li.centre .s-detail-box {
	left: 0;
	right: 0;
	max-width: 35vw;
	margin: auto;
	display: block;
}

#service-list ul li .s-detail-box {
	display: inline-flex;
	align-items: center;
	position: relative;
	max-width: 30vw;
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
	height: auto;
}

#service-list ul li.overlayCoral .s-detail-box::after {
	background: rgba(234, 94, 90, 0.7);
}

#service-list ul li.overlayMidnight .s-detail-box::after {
	background: rgba(38, 50, 105, 0.7);
}

#service-list ul li.overlayTeal .s-detail-box::after {
	background: rgba(33, 82, 115, 0.7);
}

#service-list ul li.overlayTurquoise .s-detail-box::after {
	background: rgba(53, 157, 158, 0.7);
}

#service-list ul li.overlayNavy .s-detail-box::after {
	background: rgba(30, 24, 61, 0.7);
}

#service-list ul li.overlayPurple .s-detail-box::after {
	background: rgba(115, 41, 119, 0.7);
}

#service-list ul li.overlayGrey .s-detail-box::after {
	background: rgba(240, 240, 240, 0.7);
}



#service-list ul li .s-detail-box::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#service-list ul li .s-detail-title {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	line-height: 1.2em;
	position: absolute;
	padding: 3.75rem;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 5;
}

#service-list ul li .s-detail-title h4 {
	font-size: 46px;
	line-height: 1em;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

#service-list ul li .s-detail-title h5 {
	width: 100%;
}

#service-list ul li img {
	position: relative;
	width: 100%;
	top: 0;
	lefT: 0;
	z-index: -2;
}

#service-list ul li.overlayGrey .s-detail-title h4,
#service-list ul li.overlayGrey .s-detail-title h5 {
	color: #282258;
}

#service-list ul li .s-detail-box:hover .s-detail-active {
	opacity: 1;
	visibility: visible;
}

.s-detail-active {
	z-index: 20;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 3.75rem;
	flex-wrap: nowrap;
	transition: all ease-out 0.3s;
	opacity: 0;
	visibility: hidden;
	background: #263269;
	position: relative;
	z-index: 10;
	border-radius: 25px;
}

.s-detail-active .s-detail-active-title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2em;
	width: 100%;
	margin: 0 0 0.9375rem 0;
}

.s-detail-active .s-detail-active-text {
	color: #fff;
	width: 100%;
}

.s-detail-active .s-detail-active-text a {
	color: #fff;
	text-decoration: underline;
}

.s-detail-active .s-detail-active-text p:last-child {
	margin: 0;
}

.s-detail-active a {
	margin-top: 0.9375rem;
}

#service-list .s-detail-logo {
	position: absolute;
	width: 100%;
	fill: url(#how-gradient) #447799;
}

#service-list .section-tick {
	top: 0;
}


#service-list.Coral .s-detail-logo {
	fill: url(#coral-solid) #EB5E5A;
}

#service-list.midnight .s-detail-logo {
	fill: url(#midnight-solid) #263269;
}

#service-list.teal .s-detail-logo {
	fill: url(#teal-solid) #215273;
}

#service-list.turquoise .s-detail-logo {
	fill: url(#turquoise-solid) #359d9e;
}

#service-list.navy .s-detail-logo {
	fill: url(#navy-solid) #1e183d;
}

#service-list.purple .s-detail-logo {
	fill: url(#purple-solid) #732977;
}

#service-list.grey .s-detail-logo {
	fill: url(#grey-solid) #f0f0f0;
}


/* how we do it section */

#how-wrapper {
	position: relative;
	z-index: 20;
}

#how {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	position: relative;
}

#how h2 {
	width: auto;
	text-align: center;
	font-size: 40px;
	color: #282258;
	margin: 0 0 1.875rem 0;
	background: #fff;
	padding: 0 1.875rem 0.9375rem;
}

#how ul {
	padding: 0 1.875rem;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

#how ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	display: inline-block;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 1.875rem 0;
	padding: 0 3.75rem;
}

#how ul li.left .how-box {
	float: left
}

#how ul li.right .how-box {
	float: right;
}

#how ul li.centre .how-box {
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

#how ul li .how-box {
	display: inline-flex;
	position: relative;
	max-width: 45%;
	width: 100%;
	border-radius: 25px;
	overflow: hidden;
	z-index: 50;
}

#how ul li.overlayMidnight .how-box::after {
	background: rgba(38, 50, 105, 0.3);
}

#how ul li.overlayRed .how-box::after {
	background: rgba(234, 94, 90, 0.3);
}

#how ul li.overlayGreen .how-box::after {
	background: rgba(53, 157, 158, 0.3);
}


#how ul li .how-box::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#how ul li .how-title {
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	display: inline-flex;
	line-height: 1.2em;
	position: absolute;
	padding: 3.75rem;
}

#how ul li img {
	position: relative;
	width: 100%;
	top: 0;
	lefT: 0;
	z-index: -2;
}

#how ul li .how-box:hover .how-active {
	opacity: 1;
	visibility: visible;
}

.how-active {
	position: relative;
	z-index: 20;
	display: inline-flex;
	height: 100%;
	width: 100%;
	padding: 3.75rem;
	align-items: center;
	flex-wrap: wrap;
	transition: all ease-out 0.3s;
	opacity: 0;
	visibility: hidden;
	background: #263269;
}

.how-active .how-active-title {
	color: #EB5E5A;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2em;
	width: 100%;
}

.how-active .how-active-text {
	color: #fff;
	margin: 0.9375rem 0;
}

#hwdi-tick .how-logo {
	position: absolute;
	width: 100%;
	fill: url(#how-gradient) #447799;
}

#hwdi-tick svg {
	position: relative;
	left: 10rem;
}

/* solutions section */

#solution {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	position: relative;
	margin: 0;
	z-index: 5;
	padding: 7.5rem 3.75rem;
	background: rgb(35, 83, 116);
	background: -moz-linear-gradient(top, rgba(35, 83, 116, 1) 0%, rgba(31, 28, 63, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(35, 83, 116, 1) 0%, rgba(31, 28, 63, 1) 100%);
	background: linear-gradient(to bottom, rgba(35, 83, 116, 1) 0%, rgba(31, 28, 63, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235374', endColorstr='#1f1c3f', GradientType=0);
}

#solution .sectionInner {
	justify-content: center;
}

.solution-inner {
	width: 100%;
	max-width: 800px;
	position: relative;
	justify-content: center;
	display: inline-flex;
	flex-wrap: wrap;
}

#solution h2 {
	font-size: 50px;
	max-width: 600px;
	color: #fff;
	line-height: 1.2em;
	margin: 0 0 3.75rem 0;
	text-align: center;
}

#solution .solution-tick {
	fill: #EB5E5A;
}

#solution ul {
	margin: 0 1.875rem;
	padding: 0;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

#solution ul li {
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 295px;
}

#solution ul li .image-wrap {
	padding: 1.875rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#solution ul li img {
	width: 200px;
}

#solution ul li p {
	margin: 1.875rem 0;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	text-align: center;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

/* news feed */

#homepage #news-feed {
	margin: 0 0 7.5rem 0;
}

#news-feed {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 0 0 3.75rem 0;
}

#news-feed .section-tick {
	top: -85vh;
}

#news-feed .sectionInner {
	padding: 0;
}

#news-feed .news-slider {
	width: 100%;
}

#news-feed .slick-arrow {
	display: inline-flex;
	position: absolute;
	width: 50px;
	top: calc(-1.875rem - 50px);
}

#news-feed .slick-arrow img {
	width: 40px;
}

#news-feed .slick-arrow:hover {
	cursor: pointer;
}

#news-feed .slider-prev {
	right: calc(50px + 0.9375rem);
}

#news-feed .slider-next {
	right: 0;
}

#news-feed .news-slide-item {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 10px;
}

#news-feed .news-slide-item:nth-child(1n) {
	padding-top: 0;
}

#news-feed .news-slide-item:nth-child(2n) {
	padding-top: 10rem;
}

#news-feed .news-slide-item:nth-child(3n) {
	padding-top: 6.75rem;
}

#news-feed .news-slide-item a {
	text-decoration: none;
	display: inline-flex;
	position: relative;
	border-color: #282258;
	color: #282258;
}

#news-feed .news-slide-item a:hover {
	color: #fff;
	background: #282258;
}

#news-feed .news-slide-item a::after {
	background: #282258;
}

#news-feed .news-slide-inner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: #fff;
}

.news-image {
	width: 100%;
	height: 400px;
}

.news-details {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 1.875rem;
}

.news-details h4 {
	color: #282258;
	font-size: 24px;
	margin: 0.9375rem 0;
}

.news-details p {
	font-size: 18px;
	line-height: 1.2em;
	color: #1b1b1b;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

#news-feed .news-logo {
	position: absolute;
	width: 100%;
	fill: url(#news-gradient) #447799;
}

/* four pillars page */

#pillars {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.pillars-block {
	margin: 0;
	padding: 3.75rem 0;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

ul.pillars-block li {
	list-style: none;
	margin: 10rem 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 100%;
}

ul.pillars-block li:first-child {
	margin-top: 0;
}

ul.pillars-block li .pillars-content {
	width: 50%;
	padding-right: 3.75rem;
	display: inline-flex;
	flex-wrap: wrap;
}

.pillars-content .pillars-title {
	color: #282258;
	font-size: 35px;
}

.pillars-content p {
	color: #1d1d1b;
}

.pillars-content a {
	border-color: #282258;
	color: #282258;
	font-size: 18px;
	padding: 0.9375rem 1.875rem 1.2rem;
	overflow: hidden;
	margin: 1.875rem 0;
}

.pillars-content a:hover {
	color: #fff;
	background: #282258;
}

.pillars-content a::after {
	background: #282258;
}

ul.pillars-block li .pillars-image {
	position: absolute;
	right: -35%;
	top: 0;
	border-radius: 50px;
}

ul.pillars-block li:first-child .pillars-image {
	top: -40%;
}

ul.pillars-block li .pillars-image img {
	max-width: 1024px;
}

ul.pillars-block li .simpleParallax {
	border-radius: 50px;
	-webkit-transform: translate3d(0, 0, 0);
}

.pillars-image ul {
	position: absolute;
	margin: 0;
	padding: 1.875rem 0;
	top: 0;
	left: -7rem;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 250px;
	height: 100%;
}

.pillars-image ul.top {
	justify-content: flex-start;
}

.pillars-image ul.bottom {
	justify-content: flex-end;
}

.pillars-image ul.center {
	justify-content: center;
}

.pillars-image ul.space {
	justify-content: space-between;
}

.pillars-image ul li {
	padding: 1.875rem 0.9375rem;
	width: 100%;
	min-height: 10%;
	max-width: 250px;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.pillars-image ul li:nth-child(1) {
	margin-left: 1.875rem
}

.pillars-image ul li:nth-child(3) {
	margin-left: 3.75rem;
}

.pillars-image ul li span {
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	padding: 1.875rem;
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.pillars-image ul li span.bg-color-seven {
	color: #282258;
}


/* --- left image --- */

ul.pillars-block li.left-image {
	justify-content: flex-end;
}

ul.pillars-block li.left-image .pillars-content {
	padding: 0 0 0 3.75rem;
}

ul.pillars-block li.left-image .pillars-image {
	right: auto;
	right: initial;
	left: -35%;
}

ul.pillars-block li.left-image .pillars-image ul {
	left: auto;
	left: initial;
	right: -4rem;
	align-items: flex-end;
}

ul.pillars-block li.left-image .pillars-image li:nth-child(1) {
	margin: 0 1.875rem 0 0
}

ul.pillars-block li.left-image .pillars-image li:nth-child(3) {
	margin: 0 3.75rem 0 0;
}


/* teams page (our-people) */

#teams {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.teams-block {
	margin: 0;
	padding: 3.75rem;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

ul.teams-block li {
	list-style: none;
	margin: 14rem 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 350px;
}

ul.teams-block li:first-child {
	margin-top: 0;
}

ul.teams-block li .teams-content {
	width: 50%;
	padding-right: 3.75rem;
	display: inline-flex;
	flex-wrap: wrap;
}

.teams-content .teams-title {
	color: #282258;
	font-size: 48px;
	line-height: 1.2em;
	width: 100%;
}

.teams-content p {
	color: #1d1d1b;
}

ul.teams-block li .teams-image {
	position: absolute;
	right: -35%;
	top: -50%;
	border-radius: 50px;
}

ul.teams-block li .simpleParallax {
	border-radius: 50px;
	-webkit-transform: translate3d(0, 0, 0);
}

ul.teams-block li .teams-image img {
	max-width: 1024px;
}

/* --- left image --- */

ul.teams-block li:nth-child(even) {
	justify-content: flex-end;
}

ul.teams-block li:nth-child(even) .teams-content {
	padding: 0 0 0 3.75rem;
}

ul.teams-block li:nth-child(even) .teams-image {
	right: auto;
	right: initial;
	left: -35%;
}

ul.teams-block li:nth-child(even) .teams-image ul {
	left: auto;
	left: initial;
	right: -4rem;
	align-items: flex-end;
}

ul.teams-block li:nth-child(even) .teams-image li:nth-child(1) {
	margin: 0 1.875rem 0 0
}

ul.teams-block li:nth-child(even) .teams-image li:nth-child(3) {
	margin: 0 3.75rem 0 0;
}

#meet-the-team {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	background: #243367;
	padding: 7.5rem 0 0 0;
	margin: 0px 0 14rem 0;
}

.meet-content {
	display: inline-flex;
	max-width: 1024px;
}

.meet-image {
	position: relative;
	width: 100%;
	height: 500px;
	display: inline-flex;
	top: 0;
	margin-top: 1.875rem;
}

.meet-title,
.meet-text {
	color: #fff;
	width: 100%;
	max-width: 50%;
	padding: 0 0 0 1.875rem;
}

.meet-title {
	font-size: 45px;
	line-height: 1.2em;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
	padding: 0 3.75rem 0 0;
}


ul.team-block {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 7.5rem;
	bottom: 3rem;
	margin: 0 0 1.875em 0;
}

ul.team-block li {
	padding: 1.875rem 0.9375rem;
	max-width: 16%;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

ul.team-block li:nth-child(1) {
	margin-top: -7.5rem;
}

ul.team-block li:nth-child(2) {
	margin-top: 0;
}

ul.team-block li:nth-child(3) {
	margin-top: -3.75rem;
}

ul.team-block li:nth-child(4) {
	margin-top: 1.875rem;
}

ul.team-block li:nth-child(5) {
	margin-top: 0;
}

ul.team-block li:nth-child(6) {
	margin-top: 3.75rem;
}

ul.team-block li span {
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	padding: 1.875rem;
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

ul.team-block li span.bg-color-seven {
	color: #1e183d;
}


#teams-tabs {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 1.875rem 1.875rem 0;
	position: relative;
	margin: 0;
}

.teams-tabs-floating-block {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 1024px;
	display: inline-flex;
	flex-wrap: wrap;
	top: 7.5rem;
}

#teams-tabs ul.tabs {
	border: 0;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 0 0.9375rem 0;

}

#teams-tabs ul.tabs li {
	min-width: 180px;
	width: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.9375rem 0.9375rem 0;
}

#teams-tabs ul.tabs li:last-child {
	margin: 0 0 0.9375rem 0;
}

#teams-tabs ul.tabs li a {
	border: 0;
	color: #EB5E5A;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 30px;
	display: inline-flex;
	padding: 1.875rem;
	align-items: center;
	background: #eee;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

#teams-tabs ul.tabs li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #EB5E5A;
	bottom: 0;
	left: -100%;
	transition: all ease-out 0.3s;
}

#teams-tabs ul.tabs li a:hover::after {
	left: 0;
}

#teams-tabs ul.tabs li.is-active a:after {
	display: none;
}

#teams-tabs ul.tabs li.is-active a {
	color: #fff;
	background: #282258;
	border-bottom: 4px solid #EB5E5A;
}

#teams-tabs .tabs-content {
	width: 100%;
	font-size: 18px;
	border-radius: 15px;
	background: #eee;
	border: none;
	padding: 1.875rem 3.75rem;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

#teams-tab .tabs-content .tabs-panel {
	padding: 0;
}

/* resource page */

.resource-form {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 0 1.875rem;
	overflow: hidden;
}

#resourceBlock {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 7rem 0;

}

#resource-tabs {
	display: inline-flex;
	width: 100%;
}

#resource-tabs li a {
	font-size: 18px;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

#resourceBlock #resource-tabs {
	border: 0;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 0 1.875rem 0;
}

#resourceBlock #resource-tabs li {
	max-width: calc(20% - 0.9375rem);
	min-width: 200px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.9375rem 0.9375rem 0;
}

#resourceBlock #resource-tabs li a {
	border: 0;
	border-radius: 15px;
	color: #e75d59;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 30px;
	display: inline-flex;
	padding: 0.9375rem 1.875rem;
	align-items: center;
	background: #eee;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}

#resourceBlock #resource-tabs li.is-active a {
	color: #fff;
	background: #263269;
	border-bottom: 4px solid #e75d59;
}

#resourceBlock #resource-tabs li a::before {
	top: auto;
}

#resourceBlock #resource-tabs li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #e75d59;
	bottom: 0;
	left: -100%;
	transition: all ease-out 0.3s;
}

#resourceBlock #resource-tabs li a:hover::after {
	left: 0;
}

#resourceBlock #resource-tabs li.is-active a::after {
	display: none;
}

.resourceFilter {
	display: inline-flex;
	width: 100%;
}

#resourceBlock .tabs-content {
	display: inline-flex;
	width: 100%;
	border: 0;
	background: none;
}

#resourceBlock .tabs-content .tabs-panel {
	width: 100%;
	border: 0;
	padding: 0;
}

#resourceBlock .tabs-content .tabs-panel ul {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 1.875rem 0;
}

#resourceBlock .tabs-content .tabs-panel ul li {
	width: 100%;
	max-width: 33.333%;
	list-style: none;
	margin: 0 0 0.9375rem 0;
	position: relative;
	padding: 0.9375rem;
}

#resourceBlock .tabs-content .tabs-panel ul li:first-child {
	padding-left: 0;
}

#resourceBlock .tabs-content .tabs-panel ul li:nth-child(3n) {
	padding-right: 0;
}


#resourceBlock .tabs-content .tabs-panel ul li .resourceItem-inner {
	background: #fff;
	height: 100%;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	padding-bottom: 1.875rem;
	position: relative;
}

.resourceSearch {
	width: 100%;
	max-width: 300px;
	display: inline-flex;
	align-items: center;
}

.resourceSearch #keywordSearch {
	height: 50px;
	margin: 0 0.9375rem 0 0;
	padding: 10px;
	align-items: center;
	display: inline-flex;
}

.resourceSearch input {
	margin: 0;
}

.searchSubmit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e75d59;
	border-radius: 10px;
	position: relative;
	padding: 5px;
}

.searchSubmit .resourceGo {
	text-indent: -999px;
	background: none;
	z-index: 50;
	position: relative;
	border: 0;
}

.searchSubmit .resourceGo:hover {
	cursor: pointer;
}

.searchSubmit svg {
	position: absolute;
	fill: #fff;
	z-index: 0;
	width: 30px;
	border: 0;
}

.resourceTag {
	width: 100%;
	padding: 0 1.875rem;
	display: inline-flex;
	align-items: center;
}

.resourceTag ul {
	display: inline-flex;
	margin: 0;
	width: 100%;
	max-width: 300px;
}

.resourceTag ul li {
	list-style: none;
	width: 100%;
	max-width: 250px;
}

.resourceTag ul li select {
	font-size: 16px;
	height: auto;
}

.resourceTag p {
	margin: 0;
	width: 100%;
	max-width: 100px;
}

.resourceTag a {
	width: 100%;
	max-width: 200px;
	font-family: 'texgyreadventor-bold', arial;
	background: #f0f0f0;
	padding: 8px 0.9375rem 10px;
	text-align: center;
}

.tabs-content .item-image {
	width: 100%;
	height: 400px;
}

.tabs-content .item-label {
	position: absolute;
	background: rgba(.36, 49, 102, 0.9);
	padding: 5px 0.9375rem;
	color: #fff;
	top: 1.875rem;
	left: 00.9375rem;
	border-radius: 10px;
}

.tabs-content .item-title {
	width: 100%;
	color: #282258;
	font-size: 24px;
	margin: 0.9375rem 0;
	padding: 0 1.875rem;
	font-family: texgyreadventor-bold, arial, sans-serif;
}

.tabs-content .item-copy {
	width: 100%;
	font-size: 18px;
	line-height: 1.2em;
	color: #1b1b1b;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	padding: 0 1.875rem;
}

.tabs-content .item-container {
	padding: 0 1.875rem;
}

.tabs-content .item-container .item-date {
	display: inline-flex;
	width: 100%;
	margin: 0.9375rem 0;
}

.tabs-content .item-container .item-date p {
	margin: 0 5px 0 0;
	color: #1b1b1b;
	font-size: 16px;
}

.tabs-content .item-container .item-date span {
	display: inline-flex;
	padding: 0 0.9375rem 0 0;
	position: relative;
	color: #1b1b1b;
	font-size: 16px;
}

.tabs-content .item-container .item-date span::after {
	content: "/";
	position: absolute;
	right: 4px;
}

.tabs-content .item-container .item-date span:last-child::after {
	display: none;
}

.tabs-content .item-container a.border-button-link {
	color: #282258;
	border-color: #282258;
	margin: 0.9375rem 0 0 0;
}

.tabs-content .item-container a.border-button-link:hover {
	color: #fff;
}

.tabs-content .item-container a.border-button-link::after {
	background: #282258;
}

#resourceBlock .resource-logo {
	position: absolute;
	width: 100%;
	fill: url(#resource-gradient) #447799;
}

#resourceBlock .section-tick {
	top: -30vh;
}

#blog-inner-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#blog-inner-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	background: rgba(36, 49, 102, 0.3);
}

#blog-inner-image img {
	width: 100%;
	max-width: 100%;
}

#imageModalVideo .content {
	display: inline-flex;
	width: 100%;
	height: 100%;
}

.reveal-overlay {
	z-index: 9999;
}

.reveal {
	padding: 5.5rem 3.75rem 3.75rem;
	width: 100%;
	max-width: 1024px;
	border-radius: 25px;
	background: #f0f0f0;
}

.reveal .reveal-inner {
	overflow-y: auto;
	max-height: 500px;
	border: 1px solid #f2f2f2;
	padding: 1.875rem;
}

.reveal a.button {
	border-color: #282258;
	background: #fff;
	color: #282258;
	font-size: 18px;
	padding: 15px 0.9375rem;
	overflow: hidden;
	margin: 0.9375rem 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.reveal .close-button {
	position: absolute;
	top: 1.875rem;
	right: 1.875rem;
	padding: 8px 10px 13px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	background: #f0f0f0;
	border: 0;
	border-radius: 100%;
	color: #282258;
	border: 2px solid #282258;
}

.reveal .close-button span {
	display: inline-flex;
	line-height: 1em;
	height: 16px;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	width: 16px;
	text-align: center;
	justify-content: center;
}

.reveal .border-button-link {
	color: #282258;
	border-color: #282258;
	font-size: 1em;
}

.reveal .border-button-link::after {
	background: #282258;
}

.reveal .border-button-link:hover {
	color: #fff;
	background: #282258;
}

.reveal ul li {
	list-style: disc;
}

.reveal ol li {
	list-style: decimal;
}

#videoPlayer {
	width: 100%;
	height: 100%;
	display: inline-flex;
}

#videoPlayer iframe {
	height: auto;
}

#resourceBlock .pagination {
	margin-left: 0;
	margin-bottom: 1rem;
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

/* enterprise page */

/* header video */

body.page-template-template-enterprise #page-head {
	padding: 0;
    height: 75vh;
    overflow: hidden;
}

body.page-template-template-enterprise #page-head .breadcrumbs {
	padding:0 3.75rem;
	display:none;
}

body.page-template-template-enterprise #page-head .sectionInner {
    width: 100%;
	height: 100%;
} 

.video-container {
	position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    display: inline-flex;
    align-items: flex-start;
  }

  .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }

  #background-video,
  #video,
  #bgvid {
	width:100%;
  }

#enterprise .enterprise-user {
	background: #f0f0f0;
	padding: 1.875rem;
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

#enterprise .enterprise-user .sectionInner {
	max-width: 1024px;
}

#enterprise .enterprise-user .user-content ul,
#enterprise .enterprise-user .user-content ol {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 1.875rem 0;
}

#enterprise .enterprise-user .user-content ul li,
#enterprise .enterprise-user .user-content ol li {
	list-style: none;
	max-width: 23%;
	margin: 0 1% 0.9375rem;
	justify-content: center;
	width: 100%;
	color: #fff;
	padding: 0.9375rem;
	background: #ccc;
	border-radius: 15px;
	text-align: center;
	align-items: center;
	display: inline-flex;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#enterprise .enterprise-user .user-content ul li:nth-child(1n),
#enterprise .enterprise-user .user-content ol li:nth-child(1n) {
	background: #263269;
}

#enterprise .enterprise-user .user-content ul li:nth-child(2n),
#enterprise .enterprise-user .user-content ol li:nth-child(2n) {
	background: #215273;
}

#enterprise .enterprise-user .user-content ul li:nth-child(3n),
#enterprise .enterprise-user .user-content ol li:nth-child(3n) {
	background: #359d9e;
}

#enterprise .enterprise-user .user-content ul li:nth-child(4n),
#enterprise .enterprise-user .user-content ol li:nth-child(4n) {
	background: #1e183d;
}

#enterprise .enterprise-user .user-content ul li:nth-child(5n),
#enterprise .enterprise-user .user-content ol li:nth-child(5n) {
	background: #EB5E5A;
}

#enterprise .enterprise-user .user-content ul li:nth-child(6n),
#enterprise .enterprise-user .user-content ol li:nth-child(6n) {
	background: #732977;
}

#enterprise .enterprise-user .user-content ul li:nth-child(7),
#enterprise .enterprise-user .user-content ol li:nth-child(7) {
	background: #f0f0f0;
	color: #263269;
}


.list-block {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 3.75rem 0;
}

.list-block ul {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 1.875rem 0;
}

.list-block ul li {
	list-style: none;
	width: 100%;
	color: #282258;
	position: relative;
	display: inline-flex;
	line-height: 1.4em;
	font-size: 22px;
	align-items: center;
	padding-left: 35px;
	margin: 0 0 0.9375rem 0;
}

.list-block ul li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(/app/themes/dbfb/assets/images/ticks.svg);
	width: 20px;
	height: 20px;
}

/* benefits widget */

#benefits-widget {
	width: 100%;
	padding: 1.875rem;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #ccc;

}

#benefits-widget ul {
	width: 100%;
	max-width: 1440px;
	margin: 0 0 1.875rem 0;
	padding: 0;
	display: inline-flex;
	box-shadow: 0px 25px 36px -22px #000;
}

#benefits-widget ul li {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.875rem;
	justify-content: center;
}

#benefits-widget ul li .benefits-icon {
	max-width: 80px;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 0 0.9375rem 0;
}

#benefits-widget ul li .benefits-icon img {
	width: 100%;
	max-height: 100px;
}

#benefits-widget ul li .benefits-text {
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.widget-button {
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.widget-button a {
	color: #fff;
	padding: 0.9375rem 1.875rem;
	background: #ccc;
	text-decoration: none;
	font-weight: bold;
}

#benefits-widget .widget-button a {
	box-shadow: 0px 25px 16px -21px #ccc
}

.widget-title {
	display: inline-flex;
	width: 100%;
	color: #282258;
	justify-content: center;
	padding: 0 0 0.9375rem 0;
	margin: 0;
	font-size: 32px;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

.widget-title-left {
	justify-content: flex-start;
}

.widget-title.white-title {
	color: #fff;
}

/* feature cta widget */

#feature-cta {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

#feature-cta::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all ease-out 0.3s;
	background: rgba(0, 0, 0, 0.3);
}

#feature-cta:hover::after {
	opacity: 1;
}

#feature-cta .cta-block {
	min-height: 450px;
	height: auto;
	display: inline-flex;
	width: 100%;
	max-width: 1440px;
}

#feature-cta .cta-block a {
	display: inline-flex;
	width: 100%;
	padding: 1.875rem 0 5rem;
	align-items: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	flex-direction: column;
	position: relative;
	z-index: 20;
}

#feature-cta .cta-block a .cta-title {
	width: auto;
	margin: 0 0 0.9375rem 0;
	background: #333;
}

#feature-cta .cta-block a .cta-title span {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	align-items: center;
	flex-wrap: wrap;
	z-index: 10;
	color: #fff;
	font-size: 36px;
	line-height: 1.2em;
	font-family: 'texgyreadventor-regular', arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	padding: 8px 0.9375rem;
	line-height: 1em;
	font-weight: bold;
}

#feature-cta .cta-block a .cta-title span.bold {
	background: #333;
	padding: 5px 0.9375rem;
	width: auto;
}

#feature-cta .cta-block a .cta-text {
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 0.9375rem 0;
	flex-direction: column;
	justify-content: center;
}

#feature-cta .cta-block a .cta-text p,
#feature-cta .cta-block a .cta-text h1,
#feature-cta .cta-block a .cta-text h2,
#feature-cta .cta-block a .cta-text h3,
#feature-cta .cta-block a .cta-text h4,
#feature-cta .cta-block a .cta-text h5,
#feature-cta .cta-block a .cta-text h6 {
	width: 100%;
	margin: 0 0 0.9375rem 0;
}

#feature-cta .cta-block a .cta-text h1,
#feature-cta .cta-block a .cta-text h2,
#feature-cta .cta-block a .cta-text h3,
#feature-cta .cta-block a .cta-text h4,
#feature-cta .cta-block a .cta-text h5,
#feature-cta .cta-block a .cta-text h6 {
	color: #ccc;
}

#feature-cta .cta-block a .cta-button {
	padding: 8px 0.9375rem;
	color: #fff;
	background: #ccc;
	font-size: 20px;
	font-weight: 600;
	align-self: flex-start;
	display: inline-flex;
	position: absolute;
	bottom: 1.875rem;
	left: 0;
}

/* cta widget */

#cta-widget {
	display: inline-flex;
	width: 100%;
}

#cta-widget .cta-widget {
	padding: 3.75rem;
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

.cta-widget .sectionInner {
	justify-content: center;
	flex-wrap: wrap;
}

.cta-widget .sectionInner h2,
.cta-widget .sectionInner h5 {
	width: 100%;
	font-size: 34px;
	justify-content: center;
	display: inline-flex;
	margin: 0 0 1.875rem 0;
}

.cta-widget .sectionInner h5 {
	font-size: 24px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.cta-widget p {
	width: 100%;
	justify-content: center;
	text-align: center;
	margin: 0 0 1.875rem 0;
	line-height: 1.2em;
	display: inline-flex;
	max-width: 500px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

.cta-widget div {
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

.bg-color-one .cta-color,
.bg-color-two .cta-color,
.bg-color-three .cta-color,
.bg-color-four .cta-color,
.bg-color-five .cta-color,
.bg-color-six .cta-color {
	color: #fff;
}

.bg-color-seven .cta-color {
	color: #282258;
}

.bg-color-seven a {
	border-color: #282258;
}

.bg-color-seven a:hover {
	color: #fff;
}

.bg-color-seven a::after {
	background: #282258;
}

/* event widget */

#event-widget {
	background: #CCE0FF;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1.875rem;
}

#event-widget ul {
	width: calc(100% + 1.875rem);
	margin: 0 -0.93785rem 1.875rem;
	padding: 0;
}

#event-widget ul li {
	list-style: none;
	margin: 0 0 0.9375rem 0;
}

#event-widget ul li a {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
	padding: 0.9375rem;
	transition: all ease-out 0.3s;
}

#event-widget ul li a:hover {
	box-shadow: 0px 2px 14px rgba(76, 145, 254, 0.5);
}

#event-widget ul li a .event-block {
	display: inline-flex;
	flex-wrap: wrap;
	min-width: 200px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
}

#event-widget .event-image {
	width: 100%;
	height: 150px;
	display: inline-flex;
}

#event-widget .event-flag {
	width: 100%;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 10px 0;
}

#event-widget .event-flag img {
	width: 20px;
	height: 15px;
	display: inline-flex;
	margin: 0 5px;
}

#event-widget .event-date,
#event-widget .event-title,
#event-widget .event-text,
#event-widget .event-more {
	width: 85%;
}

#event-widget .event-date {
	color: #ccc;
}

#event-widget .event-title {
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
	background: #fff;
	padding: 8px 0.9375rem;
	width: auto;
	margin: 0;
	display: inline-flex;
	text-transform: uppercase;
}

#event-widget .event-more {
	color: #ccc;
	text-decoration: underline;
}

/* related document widget */

#related-doc-widget {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	background: #E2EDFF;
	padding: 1.875rem;
}

#related-doc-widget ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 0.9375rem 0;
	padding: 0;
}

#related-doc-widget ul li {
	display: inline-flex;
	list-style: none;
	width: 100%;
	margin: 1.875rem 0;
}

#related-doc-widget ul li a {
	background: #fff;
	padding: 1.875rem;
	width: 100%;
	text-decoration: none;
	display: inline-flex;
	position: relative;
	justify-content: space-between;
	transition: all ease-out 0.3s;
}

#related-doc-widget ul li a:hover {
	box-shadow: 0px 2px 14px rgba(76, 145, 254, 0.5);
}

#related-doc-widget ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
}

#related-doc-widget .related-doc-type {
	padding: 5px 0.9375rem;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: -34px;
	left: 0;
}

#related-doc-widget .related-doc-block {
	display: inline-flex;
	flex-wrap: wrap;
}

#related-doc-widget .related-doc-block .related-doc-title {
	font-size: 26px;
	color: #333;
	width: 100%;
	font-weight: bold;
}

#related-doc-widget .related-doc-block .related-doc-text {
	width: 100%;
	color: #333;
}

#related-doc-widget .related-doc-block .related-doc-acc {
	display: inline-flex;
	width: 100%;
	color: #333;
	align-items: center;
	margin: 0 0 0.9375rem 0;
}

#related-doc-widget .related-doc-block .related-doc-acc img {
	width: 20px;
	margin: 0 5px 0 0;
}

#related-doc-widget .related-doc-block ul {
	margin: 0;
	display: inline-flex;
	justify-content: flex-end;
}

#related-doc-widget .related-doc-block ul li {
	list-style: none;
	margin: 0 0 5px 0;
	display: inline-flex;
	width: auto;
	align-items: center;
}

#related-doc-widget .related-doc-block ul li img {
	width: 20px;
	margin: 0 0 0 5px;
}

#related-doc-widget .related-doc-button {
	padding: 8px 0.9375rem;
	color: #fff;
	background: #ccc;
	display: inline-flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	width: 100%;
}

/* type colours */

#related-doc-widget .related-grey .related-doc-type,
#related-doc-widget ul li.related-grey a::after {
	background: #707070;
}

#related-doc-widget .related-green .related-doc-type,
#related-doc-widget ul li.related-green a::after {
	background: #7B8F5A;
}

#related-doc-widget .related-maroon .related-doc-type,
#related-doc-widget ul li.related-maroon a::after {
	background: #77160D;
}

#related-doc-widget .related-blue .related-doc-type,
#related-doc-widget ul li.related-blue a::after {
	background: #009CDA;
}

#related-doc-widget .related-dark-blue .related-doc-type,
#related-doc-widget ul li.related-dark-blue a::after {
	background: #141A48;
}

#related-doc-widget .related-yellow .related-doc-type,
#related-doc-widget ul li.related-yellow a::after {
	background: #EFCD00;
}

#related-doc-widget .related-doc-block .related-doc-acc.red {
	color: #E02020;
}

#related-doc-widget .related-doc-block .related-doc-acc.green {
	color: #5FB306;
}

#related-doc-widget .related-yellow .related-doc-button {
	background: #666;
}

/* download widget */

#download-widget {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 3.75rem 0;
	padding: 3.75rem 1.875rem;
}

#download-widget ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}

#download-widget ul li {
	display: inline-flex;
	width: 100%;
	margin: 0 0 1.875rem 0;
	padding: 0 0 0.9375rem 0;
	border-bottom: 4px solid #359d9e;
}

#download-widget ul li:last-child {
	margin: 0;
}

#download-widget ul li a {
	display: inline-flex;
	align-items: center;
	color: #282258;
	padding: 0.9375rem 1.875rem;
	border-radius: 15px;
	border: 2px solid #282258;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all ease-out 0.3s;
}

#download-widget ul li a div {
	margin: 0 0 0 10px;
}

#download-widget ul li a::after {
	content: "";
	z-index: -1;
	position: absolute;
	width: calc(100% + 10px);
	height: 100%;
	background: #282258;
	left: calc(-100% - 10px);
	top: 0;
	transition: all ease-out 0.3s;
}

#download-widget ul li a:hover {
	color: #fff;
	background: #282258;
}

#download-widget ul li a:hover::after {
	left: 0px;
}

#download-widget ul li a img {
	width: 35px;
	margin: 0 1.875rem 0 0;
}

#download-widget .dl-block {
	width: 100%;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}

#download-widget .dl-title {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #359d9e;
	width: 100%;
}

#download-widget .dl-text {
	display: inline-flex;
	width: 100%;
	color: #1d1d1b;
	font-family: 'texgyreadventor-regular';
	margin: 0;
	width: 100%;
}

#download-widget
/* testimonial widget */

#test-widget {
	width: 100%;
	padding: 3.75rem;
}

.test-slider {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 3.75rem 0;
}

.test-slide-item {
	text-align: center;
	position: relative;
	padding: 3.75rem;
	width: 100%;
}

.test-slide-item a  {
	display: inline-flex;
	align-items: center;
    flex-wrap: wrap;
    padding: 8px 0.9375rem;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all ease-out 0.3s;
	position:relative;
}

.test-slide-item a svg {
	position: absolute;
    right: 0.9375rem;
    color: #fff;
    font-size: 26px;
}

.test-slide-item a:hover {
	border: 2px solid rgba(255,255,255,1);
}

.test-text {
	display: inline-flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	line-height: 1.4em;
	margin: 0 0 1.875rem 0;
	width: 100%;
	max-width: 1024px;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	position: relative;
}

.test-name,
.test-company {
	display: inline-flex;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
}

.test-quotes {
	color: #fff;
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: inline-flex;
	justify-content: center;
	z-index: 100;
}

.test-quotes span {
	position: absolute;
	display: inline-flex;
	height: auto;
}

.test-quotes span svg {
	width: 100%;
	max-width: 200px;
}

#test-widget.bg-color-four .test-quotes span svg .st0,
#test-widget.bg-color-one .test-quotes span svg .st0 {
	fill: #fff;
}

#test-widget.bg-color-one .test-next img,
#test-widget.bg-color-two .test-next img,
#test-widget.bg-color-four .test-next img,
#test-widget.bg-color-five .test-next img,
#test-widget.bg-color-six .test-next img {
	content: url(/app/themes/dbfb/assets/images/right-arrow-white.svg);
}

#test-widget.bg-color-one .test-prev img,
#test-widget.bg-color-two .test-prev img,
#test-widget.bg-color-four .test-prev img,
#test-widget.bg-color-five .test-prev img,
#test-widget.bg-color-six .test-prev img {
	content: url(/app/themes/dbfb/assets/images/left-arrow-white.svg);
}

.test-quotes span:nth-child(1) {
	top: -3.75rem;
	left: 0;
}

.test-quotes span:nth-child(2) {
	bottom: -3.75rem;
	right: 0;
}

#test-widget .slick-dots li {
	margin: 0 2px;
}

#test-widget .slick-dots li button:before {
	font-size: 15px;
}

#test-widget .slick-dots li.slick-active button:before {
	color: #EB5E5A;
	opacity: 1;
}

#test-widget.bg-color-four .slick-dots li button:before,
#test-widget.bg-color-one .slick-dots li button:before {
	color: #ccc;
}

#test-widget.bg-color-four .slick-dots li.slick-active button:before,
#test-widget.bg-color-one .slick-dots li.slick-active button:before {
	color: #EB5E5A;
}

#test-widget.bg-color-five .slick-dots li.slick-active button:before {
	color: #fff;
}

.bg-color-seven .test-text,
.bg-color-seven .test-name,
.bg-color-seven .test-company {
	color: #282258;
}

#test-widget .slick-arrow {
	display: inline-flex;
	width: 50px;
	right: 0;
	position: absolute;
	z-index: 50;
}

#test-widget .slick-arrow:hover {
	cursor: pointer;
}

#test-widget .slick-arrow.test-prev {
	left: 0;
}

#test-widget .sectionInner {
	align-items: center;
}

/* list widget */

#list-widget .list-text {
	display: inline-flex;
	width: 100%;
	color: #1d1d1b;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	margin: 1.875rem 0 3.75rem 0;
}

#list-widget .list-block ul {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 1.875rem 0;
	width: 100%;
}

/* learn more widget */

#learnmore-widget {
	padding: 1.875rem;
	margin: 0 0 1.875rem 0;
}

.learnmore-large {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.875rem;
}

#learnmore-widget ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

#learnmore-widget ul li {
	max-width: 48%;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 10px 1.875rem 10px;
	height: auto;
	width: 100%;
}

#learnmore-widget ul li.three {
	max-width: 31%;
}

#learnmore-widget ul li.overlayMidnight::after {
	background: rgba(38, 50, 105, 0.5);
}

#learnmore-widget ul li.overlayRed::after {
	background: rgba(234, 94, 90, 0.5);
}

#learnmore-widget ul li.overlayGreen::after {
	background: rgba(53, 157, 158, 0.5);
}

#learnmore-widget .learnmore-large ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#learnmore-widget .learnmore-large ul li .border-button-link,
#learnmore-widget .learnmore-large ul li a.button {
	background: #fff;
	color: #282258;
	border-color: #282258;
    font-size: 1em;
    padding: 8px 0.9375rem;
    border-radius: 15px;
    font-weight: bold;
    line-height: 1.6em;
}

#learnmore-widget .learnmore-large ul li .border-button-link::after,
#learnmore-widget .learnmore-large ul li a.button::after {
	background: #282258;
}

#learnmore-widget .learnmore-large ul li .border-button-link:hover,
#learnmore-widget .learnmore-large ul li a.button:hover {
	color: #fff;
	background: #282258;
}

#learnmore-widget ul li .learn-title {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	display: inline-flex;
	flex-wrap: wrap;
	line-height: 1.0em;
	position: absolute;
	padding: 1.875rem;
	z-index: 10;
	margin: 0;
}

#learnmore-widget ul li .learn-title p {
	margin: 0;
	width: 100%;
	margin: 0.9375rem 0 0 0;
	font-size: 20px;
	line-height: 1.2em;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

#learnmore-widget ul li img {
	position: relative;
	width: 100%;
	top: 0;
	lefT: 0;
	z-index: -2;
}

#learnmore-widget ul li:hover .learn-active {
	opacity: 1;
	visibility: visible;
}

.learn-active {
	z-index: 20;
	display: inline-flex;
	height: 100%;
	width: 100%;
	padding: 1.875rem;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	transition: all ease-out 0.3s;
	opacity: 0;
	visibility: hidden;
	background: #263269;
}

.learn-active .learn-active-title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2em;
	margin: 0 0 0.9375rem 0;
}

.learn-active .learn-active-text {
	color: #fff;
	margin: 0 0 0.9375rem 0;
}

#learnmore-widget .learnmore-small {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

#learnmore-widget .learnmore-small ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

#learnmore-widget .learnmore-small ul li {
	margin: 1.875rem 0;
	width: 100%;
	height: auto;
	max-width: 20%;
	border-radius: 0;
}

#learnmore-widget .learnmore-small ul li button {
	padding: 1.875rem;
	color: #fff;
	background: #1a2f5c;
	border-radius: 15px;
	text-decoration: none;
	text-align: left;
	height: 150px;
	width: 90%;
	font-size: 30px;
	line-height: 1.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

#learnmore-widget .learnmore-small ul li button:hover {
	cursor: pointer;
}

#learnmore-widget .learnmore-small ul li button.close-button {
	padding: 0;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
}

#learnmore-widget .learnmore-small ul li button.close-button span {
	line-height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 12px;
	width: 12px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: arial;
}

/* customer widget */

#homepage #customers-widget {
	margin: 0 0 1.875rem 0;
}

#customers-widget {
	padding: 0 1.875rem 1.875rem;
	margin: 0;
}

#customers-widget .sectionInner {
	justify-content: center;
	padding: 0;
}

#customer-slider {
	width: 100%;
}

#customer-slider .slick-slide {
	text-align: center;
}

.customer-logo img {
	max-width: 150px;
	width: 100%;
	padding: 0 5px;
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1);
	/* Microsoft Edge and Firefox 35+ */
}

.customer-logo img .customer-title {
	font-size: 40px;
	color: #282258;
	text-align: center;
	width: 100%;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

.customer-text {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	width: 100%;
	color: #1d1d1b;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	margin: 1.875rem 0;
}

.customer-text p:last-child {
	margin: 0;
}

/* banner widget */

#banner-widget {
	display: inline-flex;
	width: 100%;
	padding: 0 1.875rem;
	justify-content: center;
	background: rgb(40, 55, 122);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(40, 55, 122, 1) 0%, rgba(125, 185, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(40, 55, 122, 1) 0%, rgba(125, 185, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(40, 55, 122, 1) 0%, rgba(125, 185, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28377a', endColorstr='#7db9e8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#banner-widget .widgetInner {
	flex-wrap: nowrap;
}

#banner-widget .banner-icon {
	padding: 1.875rem 0;
	display: inline-flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	width: 100%;
	max-width: 200px;
}

#banner-widget .banner-content {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 1.875rem 0.9375rem;
}

.banner-content .banner-title {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	line-height: 1.2em;
}

.banner-content .banner-text {
	font-size: 16px;
	color: #fff;
	width: 100%;
}

#banner-widget .banner-buttons {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 1.875rem 0;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

#banner-widget .banner-buttons a {
	display: inline-flex;
	padding: 8px 1.875rem;
	color: #fff;
	align-items: center;
	justify-content: center;
	background: #333;
	text-decoration: none;
	margin: 0 0 5px 0.9375rem;
	transition: all ease-out 0.3s;
}

#banner-widget .banner-buttons a:hover {
	box-shadow: 0px 4px 10px rgba(43, 114, 255, 0.4);
}

#banner-widget .banner-buttons a img {
	margin-left: 10px;
	width: 20px;
	transition: all ease-out 0.3s;
}


/* content block widget */

#content-block {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	margin: 7.5rem 0 1.875rem 0;
}

#content-block .content-words {
	width: 100%;
	display: inline-flex;
	max-width: 60%;
	flex-wrap: wrap;
	padding: 3.75rem 5.625rem 3.75rem;
	border-radius: 40px;
}

#content-block .content-words .widget-title {
	color:#fff;
	padding-top: 0;
}

#content-block .content-words.bg-color-seven .widget-title {color:#1e183d;}

#content-block .content-words ul,
#content-block .content-words ol {
	margin: 0 0 1.875rem 0.9375rem;
}

#content-block .content-words li {
	padding-left: 30px;
	list-style: none;
	position: relative;
	margin: 0 0 0.9375rem 0;
}

#content-block .content-words li:last-child {
	margin: 0;
}

#content-block .content-words li::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(/app/themes/dbfb/assets/images/ticks-w.svg);
	width: 20px;
	height: 20px;
	top: 8px;
}

#content-block .content-words.bg-color-seven li {
	color: #282258;
}

#content-block .content-words.bg-color-seven li::before {
	background: url(/app/themes/dbfb/assets/images/ticks.svg);
}

#content-block .content-words h1,
#content-block .content-words h2,
#content-block .content-words h3,
#content-block .content-words h4,
#content-block .content-words h5,
#content-block .content-words h6 {
	color: #fff;
}

.content-words ul li,
.content-words ol li,
.content-words a,
.content-words p {
	color: #fff;
}

.content-words p:last-child {
	margin: 0;
}

#content-block .content-words.bg-color-seven h1,
#content-block .content-words.bg-color-seven h2,
#content-block .content-words.bg-color-seven h3,
#content-block .content-words.bg-color-seven h4,
#content-block .content-words.bg-color-seven h5,
#content-block .content-words.bg-color-seven h6,
#content-block .content-words.bg-color-sevenv ul li,
#content-block .content-words.bg-color-seven ol li,
#content-block s.content-words.bg-color-seven a,
#content-block .content-words.bg-color-seven p {
	color: #282258;
}

#content-block .content-image {
	display: inline-flex;
	width: auto;
	max-width: calc(40% + 3.75rem);
	position: absolute;
	z-index: 50;
	border-radius: 40px;
	overflow: hidden;
	bottom: 7rem;
	right: 0;
}

#content-block.left-align .sectionInner {
	justify-content: flex-end;
}

#content-block.left-align .content-image {
	right: auto;
	right: initial;
	left: 0;
}

#content-block.left-align .content-words {
	padding: 3.75rem 3.75rem 3.75rem 5.625rem;
}


/* --------------------- Accordion -------------------- */

#faq-widget {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0 1.875rem 3.75rem 1.875rem;
}

#accordion {
	display: inline-flex;
	width: 100%;
}

#faq-widget ul.accordion {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#faq-widget ul.accordion li {
	width: 100%;
	margin: 0 0 0.9375rem 0;
	border-radius: 15px;
	overflow: hidden;
}

#faq-widget ul.accordion li ul li {
	overflow: visible;
}

#faq-widget ul.accordion li.is-active .accordion-title {
	color: #fff;
	background: #263269;
}

#faq-widget ul.accordion li .accordion-title {
	border: 1px solid #fff;
	color: #EB5E5A;
	text-decoration: none;
	text-align: left;
	width: 100%;
	font-size: 26px;
	display: inline-flex;
	padding: 0.9375rem 1.875rem;
	align-items: center;
	background: #eee;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

#faq-widget ul.accordion .accordion-content {
	font-size: 18px;
	background: #eee;
	border: none;
	padding: 1.875rem 3.75rem;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

#faq-widget ul.accordion .accordion-title::before {
	top: initial;
	top: auto;
	line-height: 0.8em;
	height: auto;
	color: #EB5E5A;
}


/* ----------- Tabs widget ---------- */

#tab-widget {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 0 1.875rem 3.75rem 1.875rem;
}

#tab-widget ul.tabs {
	border: 0;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 0 0.9375rem 0;

}

#tab-widget ul.tabs li {
	min-width: 200px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.9375rem 0.9375rem 0;
}

#tab-widget ul.tabs li:last-child {
	margin: 0 0 0.9375rem 0;
}

#tab-widget ul.tabs li a {
	border: 0;
	color: #EB5E5A;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	font-size: 26px;
	line-height: 30px;
	display: inline-flex;
	padding: 0.9375rem 1.875rem;
	border-radius: 15px;
	align-items: center;
	background: #eee;
	position: relative;
	overflow: hidden;
	font-family: 'texgyreadventor-bold', Arial, Helvetica, sans-serif;
}

#tab-widget ul.tabs li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #EB5E5A;
	bottom: 0;
	left: -100%;
	transition: all ease-out 0.3s;
}

#tab-widget ul.tabs li a:hover::after {
	left: 0;
}

#tab-widget ul.tabs li.is-active a:after {
	display: none;
}

#tab-widget ul.tabs li.is-active a {
	color: #fff;
	background: #263269;
	border-bottom: 4px solid #EB5E5A;
}

#tab-widget .tabs-content {
	width: 100%;
	font-size: 18px;
	border-radius: 15px;
	background: #eee;
	border: none;
	padding: 1.875rem 3.75rem;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
}

#tab-widget .tabs-content .tabs-panel {
	padding: 0;
}



#pagination {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0 1.875rem;
	margin: 1.875rem 0;
}

#pagination .pagi-inner {
	max-width: 1024px;
	width: 100%;
	display: inline-flex;
}

#pagination ul {
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
}

#pagination ul li {
	list-style: none;
	margin: 0 10px;
	width: auto;
}

#pagination ul li a {
	transition: all ease-out 0.3s;
}

#pagination ul li a:hover,
#pagination ul li.active a {
	box-shadow: 0px 3px 12px rgb(43, 114, 255, 0.4);
	background: #ccc;
	color: #fff;
}

#pagination .pagi-button {
	padding: 10px;
	min-width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	font-family: texgyreadventor-regular arial, sans-serif;
	color: #333;
}

#pagination .pagi-prev,
#pagination .pagi-next {
	padding: 10px 1.875rem 10px 3.75rem;
	background: #ccc;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all ease-out 0.3s;
}

#pagination .pagi-next {
	padding: 10px 3.75rem 10px 1.875rem;
}

#pagination .pagi-prev:hover,
#pagination .pagi-next:hover {
	box-shadow: 0px 3px 12px rgb(43, 114, 255, 0.4);
	background: #333;
}

#pagination .pagi-prev img,
#pagination .pagi-next img {
	width: 20px;
	position: absolute;
}

#pagination .pagi-prev img {
	left: 0.9375rem;
}

#pagination .pagi-next img {
	right: 0.9375rem;
}


/* basket */

/* ================= checkout ==================== */

/* billing fields */

.woocommerce-billing-fields {
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 1440px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
	padding: 1.875rem;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
}

.woocommerce-billing-fields .form-row {
	display: inline-flex;
	width: 100%;
	align-items: center;
	font-size: 18px;
}

.woocommerce-billing-fields .form-row label {
	margin: 0 0.9375rem 0 0;
	width: auto;
	min-width: 200px;
	color: #333;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.woocommerce-billing-fields .form-row span {
	width: 100%;
}

.woocommerce-billing-fields .form-row span input,
.woocommerce-billing-fields .form-row span select,
.woocommerce-billing-fields .form-row span textarea {
	width: 100%;
	padding: 8px 0.9375rem;
	color: #333;
	border-radius: 0;
	border: 0;
	font-size: 18px;
}

.woocommerce-billing-fields .form-row span .select2-selection {
	width: 100%;
	padding: 8px 0.9375rem;
	color: #333 !important;
	border-radius: 0;
	border: 0;
	font-size: 18px !important;
}

.woocommerce-billing-fields .form-row span .select2-selection.select2-selection__rendered {
	color: #333 !important;
}

.checkout-heading {
	width: 100%;
	margin: 3.75rem 0 0 0;
	padding: 0;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.9375rem 1.875rem;
	background: rgb(35, 46, 107);
	background: -moz-linear-gradient(left, rgba(35, 46, 107, 1) 0%, rgba(20, 26, 72, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(35, 46, 107, 1) 0%, rgba(20, 26, 72, 1) 100%);
	background: linear-gradient(to right, rgba(35, 46, 107, 1) 0%, rgba(20, 26, 72, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232e6b', endColorstr='#141a48', GradientType=1);
}

.checkout-heading h3 {
	list-style: none;
	display: inline-flex;
	align-items: center;
	width: 100%;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

/* additional fields */

.woocommerce-additional-fields .form-row {
	display: inline-flex;
	width: 100%;
	font-size: 18px;
}

.woocommerce-additional-fields .form-row label {
	margin: 0 0.9375rem 0 0;
	width: auto;
	min-width: 200px;
	color: #333;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.woocommerce-additional-fields .form-row span textarea {
	width: 100%;
	padding: 8px 0.9375rem;
	color: #333 !important;
	border-radius: 0;
	border: 0;
	font-size: 18px;
}

.woocommerce-input-wrapper {
	width: 100%;
}

/* order review */

.woocommerce-checkout-review-order {
	position: relative;
}

#order_review ul.prod-header {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.9375rem 1.875rem;
}

#order_review ul.prod-header li {
	text-decoration: none;
	text-align: center;
	color: #333;
	list-style: none;
	display: inline-flex;
	align-items: center;
	font-weight: bold;
}

#order_review ul.cart_item {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 1.875rem 0;
	padding: 1.875rem;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
}

#order_review ul.cart_item li {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	text-align: center;
	list-style: none;
	justify-content: center;
}

#order_review .review-lower {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	justify-content: flex-end;
	margin: 0 0 1.875rem 0;
}

#order_review .review-totals {
	width: 100%;
	max-width: 360px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 1.875rem 1.875rem;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
}

#order_review .review-totals h2 {
	width: 100%;
	color: #ccc;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

#order_review .shipping-title {
	width: 100%;
	text-align: left;
	color: #333;
}

#order_review .review-totals ul {
	width: 100%;
	display: inline-flex;
	margin: 0 0 0.9375rem 0;
	padding: 0;
	justify-content: space-between;
}

#order_review .review-totals ul li {
	list-style: none;
	color: #333;
}

#order_review .review-totals ul#shipping_method {
	flex-wrap: wrap;
	padding: 0.9375rem;
	background: #fff;
}

#order_review .review-totals ul#shipping_method li {
	margin: 5px 0;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

/* payment block */

#order_review #payment {
	padding: 1.875rem;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
}

#order_review #payment ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

#order_review #payment ul li {
	list-style: none;
	padding: 0.9375rem;
	background: #fff;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 1.875rem 0;
}

#order_review #payment ul li input {
	margin: 0 0.9375rem 0 0;
}

#order_review #payment .place-order button {
	padding: 0.9375rem;
	color: #fff;
	width: 100%;
	justify-content: center;
	background: rgb(15, 20, 65);
	background: -moz-linear-gradient(left, rgba(15, 20, 65, 1) 1%, rgba(13, 16, 25, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(15, 20, 65, 1) 1%, rgba(13, 16, 25, 1) 100%);
	background: linear-gradient(to right, rgba(15, 20, 65, 1) 1%, rgba(13, 16, 25, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1441', endColorstr='#0d1019', GradientType=1);
	font-size: 20px;
	font-weight: 600;
	display: inline-flex;
	border: 0;
	border-radius: 0;
	text-decoration: none;
}

#order_review #payment .place-order button:hover {
	cursor: pointer;
}

#order_review #payment .place-order p {
	color: #333;
}

#order_review #payment ul li .payment_box {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#order_review #payment ul li .payment_box p {
	margin: 0;
	order: 2;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

#order_review #payment ul li .payment_box .ponumber {
	order: 1;
}

#order_review #payment ul li .payment_box .ponumber p {
	font-size: 20px;
}

.woocommerce-error {
	margin: 0.9375rem 0 0;
	padding: 0.9375rem;
	list-style: none;
	color: #fff;
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

/* order receipt */

.sectionInner .woocommerce-order {
	display: inline-flex;
	width: 100%;
	max-width: 1440px;
	flex-wrap: wrap;
}

.sectionInner .woocommerce-order .woocommerce-notice--success {
	width: 100%;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 1.875rem 0;
	font-size: 40px;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
	background: none;
}

.sectionInner .woocommerce-order ul {
	width: 100%;
	margin: 0;
	padding: 3.75rem;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
}

.sectionInner .woocommerce-order ul li {
	list-style: none;
	margin: 0 0 0.9375rem;
	color: #ccc;
}

.sectionInner .woocommerce-order ul li:last-child {
	margin: 0;
}

.sectionInner .woocommerce-customer-details {
	margin: 0 0 1.875rem 0;
}

.sectionInner .woocommerce-order p {
	width: 100%;
	color: #fff;
	font-weight: 600;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	padding: 0.9375rem;
	background: rgb(109, 144, 202);
	background: -moz-linear-gradient(left, rgba(109, 144, 202, 1) 0%, rgba(68, 106, 179, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(109, 144, 202, 1) 0%, rgba(68, 106, 179, 1) 100%);
	background: linear-gradient(to right, rgba(109, 144, 202, 1) 0%, rgba(68, 106, 179, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d90ca', endColorstr='#446ab3', GradientType=1);
}

.sectionInner .woocommerce-order p.woocommerce-customer-details--phone,
.sectionInner .woocommerce-order p.woocommerce-customer-details--email {
	width: 100%;
	color: inherit;
	font-weight: inherit;
	padding: 0;
	background: none;
	margin: 0;
	text-align: left;
	justify-content: flex-start;
}


.sectionInner .woocommerce-order-details,
.sectionInner .woocommerce-order-downloads {
	padding: 3.75rem;
	justify-content: flex-start;
	margin: 0 0 1.875rem 0;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
}

.sectionInner .woocommerce-order-details h2,
.sectionInner .woocommerce-order-downloads h2,
.sectionInner .woocommerce-customer-details h2 {
	margin: 0 0 0.9375rem 0;
	background: #333;
	line-height: 1.2em;
	color: #fff;
	padding: 5px 0.9375rem;
	display: inline-flex;
}

.sectionInner .woocommerce-customer-details h2 {
	width: 100%;
}

.sectionInner .woocommerce-order-details a,
.sectionInner .woocommerce-order-downloads a {
	color: #ccc;
}

.sectionInner .woocommerce-order-details .order-again a {
	color: #fff;
	text-decoration: none;
}

.sectionInner .woocommerce-order ul.order_details {
	background: #fff;
	box-shadow: 0px 25px 36px -22px #365397;
}

.sectionInner .woocommerce-order ul.order_details li {
	display: inline-flex;
	width: 100%;
	color: #333;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sectionInner .woocommerce-order .woocommerce-order-overview {
	justify-content: center;
	display: inline-flex;
	flex-wrap: wrap;
}

.sectionInner .woocommerce-order ul.order_details li.woocommerce-order-overview__order,
.sectionInner .woocommerce-order ul.order_details li.woocommerce-order-overview__date,
.sectionInner .woocommerce-order ul.order_details li.woocommerce-order-overview__total,
.sectionInner .woocommerce-order ul.order_details li.woocommerce-order-overview__payment-method,
.sectionInner .woocommerce-order ul.order_details li.woocommerce-order-overview__email {
	max-width: 680px;
}

.sectionInner .woocommerce-order ul.order_details li .product-name,
.sectionInner .woocommerce-order ul.order_details li .product-total {
	font-weight: bold;
}

.sectionInner .woocommerce-order ul.order_details li ul {
	background: none;
	padding: 0.9375rem 0;
	margin: 0.9375rem 0 0 0;
	border-top: 1px solid rgba(76, 145, 254, 0.3);
}

.sectionInner .woocommerce-order ul.order_details li ul li {
	color: #333;
	width: 100%;
	justify-content: flex-end;
}

.sectionInner .woocommerce-order ul.order_details li ul li a {
	margin: 0 5px 0 0;
}

.sectionInner .woocommerce-order ul.order_details li ul li strong {
	color: #333;
	margin: 0 5px 0 0;
}

.sectionInner .woocommerce-order ul.order_details li ul li span {
	color: #333;
	font-weight: bold;
}


.sectionInner .woocommerce-order .woocommerce-order-downloads ul.order_details li ul {
	flex-wrap: nowrap;
	display: inline-flex;
	width: 100%;
	justify-content: flex-start;
}

.sectionInner .woocommerce-order .woocommerce-order-downloads li span {
	width: 25%;
	justify-content: center;
	display: inline-flex;
}

.sectionInner .woocommerce-order .woocommerce-order-downloads li span:first-child {
	justify-content: flex-start;
}

.sectionInner .woocommerce-order .woocommerce-order-downloads ul.order_details li ul li {
	width: 100%;
	margin: 0;
	justify-content: center;
}

.sectionInner .woocommerce-order .woocommerce-order-downloads ul.order_details li ul li:first-child {
	justify-content: flex-start;
}


.sectionInner .woocommerce-order ul.order_details.receipt_details li ul li {
	justify-content: space-between;
	flex-wrap: nowrap;
}

.sectionInner .woocommerce-order ul.order_details.receipt_details li ul {
	padding: 0.9375rem 0 0;
}

.sectionInner .woocommerce-order ul.order_details.receipt_details li ul li .qty_wrapper {
	width: 100%;
	justify-content: flex-end;
	display: inline-flex;
}

.sectionInner .woocommerce-order ul.order_details.receipt_details li ul li .name_wrapper {
	width: 100%;
	display: inline-flex;
}


/* loader */

.loader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background: rgba(255, 255, 255, 0.5)
}

.lds-ellipsis {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	z-index: 99999;
	width: 120px;
	height: 120px;
	padding: 0.9375rem;
	background: #333;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

.lds-ellipsis h4 {
	width: 100%;
	margin: 0 0 5px 0;
	text-align: center;
	color: #fff;
}

.lds-ellipsis .balls {
	display: inline-flex;
	position: relative;
	width: 100%;
	height: 30px;
}

.lds-ellipsis .balls div {
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis .balls div:nth-child(1) {
	left: 16px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis .balls div:nth-child(2) {
	left: 16px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis .balls div:nth-child(3) {
	left: 40px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis .balls div:nth-child(4) {
	left: 64px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}


/* blog */

#blog-view {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 3.75rem 1.875rem;
	background: rgb(204, 225, 255);
	background: -moz-linear-gradient(left, rgba(204, 225, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(204, 225, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	background: linear-gradient(to right, rgba(204, 225, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce1ff', endColorstr='#edf3ff', GradientType=1);
}

#blog-view .sectionInner {
	max-width: 1440px;
}

#blog-filter {
	width: 100%;
	display: inline-flex;
	padding: 3.75rem 0;
}

#blog-filter ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}

#blog-filter ul li {
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	width: 30%;
}

#blog-filter ul li .option-label {
	width: 100%;
	color: #333;
	font-weight: 500;
	margin: 0 0 10px 0;
	font-size: 18px;
}

#blog-filter ul li select {
	padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	border: 0;
	height: 54px;
	color: #333;
	position: relative;
	font-family: texgyreadventor-regular arial, sans-serif;
	outline: none;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

#blog-filter ul li label {
	position: relative;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

#blog-filter ul li label:after {
	content: url(/app/themes/dbfb/assets/images/chevron.svg);
	font: 16px "fontawesome";
	color: #aaa;
	right: 12px;
	position: absolute;
	pointer-events: none;
	color: #ccc;
	width: 18px;
}

#blog-list {
	margin: 0 0 3.75rem 0;
	width: 100%;
}

#blog-list ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

#blog-list ul li {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	max-width: 30%;
	background: #fff;
	margin: 0 1.5% 3.75rem 1.5%;
	box-shadow: 0px 3px 20px rgba(43, 114, 255, 0.06)
}

#blog-list ul li a {
	width: 100%;
	text-decoration: none;
}

#blog-list .blog-list-image {
	height: 300px;
	width: 100%;
}

#blog-list .blog-list-content {
	padding: 2.4rem;
}

#blog-list .blog-list-content h4 {
	color: #333;
	margin: 0 0 0.9375rem;
	font-size: 30px;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
}

#blog-list .blog-list-content p {
	font-size: 20px;
	color: #333;
}

#blog-list .blog-list-content span {
	display: inline-flex;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #ccc;
	text-decoration: none;
	padding: 0.9375rem 1.875rem;
	transition: all ease-out 0.3s;
	box-shadow: 2px 5px 12px rgb(43 114 255 / 40%)
}

/* blog detail */

#blog-detail {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 1.875rem;
	position: relative;
}

#blog-detail .sectionInner {
	max-width: 1440px;
}

#blog-detail .sectionInner .subtitle {
	color: #282258;
	display: inline-flex;
	width: 100%;
	margin: 1.875rem 0;
	font-size: 35px;
	font-weight: bold;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
}


#blog-detail .user-content h1,
#blog-detail .user-content h2,
#blog-detail .user-content h3,
#blog-detail .user-content h4,
#blog-detail .user-content h5,
#blog-detail .user-content h6 {
	line-height: 1.2em;
}

#blog-detail .user-content h3 {font-weight:bold;}

#blog-detail .user-content p {
	font-size: 20px;
}

#blog-detail #focus-block {margin:0 0 7.5rem 0;}
#blog-detail #focus-block .focus-image-wrap {
	max-height: 500px;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
	top: -20%;
}

.blog-nav {
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.blognav-inner {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1024px;
	margin: 1.875rem 0;
}


.blog-nav a {
	color: #282258;
	border-color: #282258;
}

.blog-nav a:hover {
	color: #fff;
}

.blog-nav a::after {
	background: #282258;
}

.blog-nav a.inactive {
	opacity: 0.2;
	pointer-events: none;
	cursor: not-allowed;
}


/* --------- contact us form  --------- */

body .gravity-theme.ui-datepicker {
	z-index:999999!important;
	max-width:100%!important;
	left:6px!important;
}

body .gravity-theme.ui-datepicker .ui-datepicker-header select {
	background:none;
}

#contact-form {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 0 1.875rem;
}

#contact-form .sectionInner {
	max-width: 1440px;
	display: inline-flex;
	justify-content: center;
	background: rgb(229, 235, 255);
	background: -moz-linear-gradient(-45deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(229, 235, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
	padding: 1.875rem 3.75rem;
	margin: 1.875rem 0;
}

#contact-form .sectionInner .gform_wrapper {
	width: 100%;
	max-width: 800px;
}


#contact-form .sectionInner .gform_wrapper .gform_footer input.button,
#contact-form .sectionInner .gform_wrapper .gform_page_footer input.button,
#contact-form .sectionInner .gform_wrapper .gform_footer input[type=submit],
#contact-form .sectionInner .gform_wrapper .gform_page_footer input[type=submit] {
	background: #ccc !important;
	border-radius: 0 !important;
	font-weight: 600 !important;
	font-size: 18px;
	box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
	border: none;
	line-height: 1em;
	padding: 16px 20px;
	color: #fff;
}

#contact-form .sectionInner .gform_wrapper .gform_footer input.button:hover,
#contact-form .sectionInner .gform_wrapper .gform_page_footer input.button:hover,
#contact-form .sectionInner .gform_wrapper .gform_footer input[type=submit]:hover,
#contact-form .sectionInner .gform_wrapper .gform_page_footer input[type=submit]:hover {
	cursor: pointer;
}

#contact-form .sectionInner .gform_wrapper .gform_footer {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
}

#contact-form .sectionInner .gform_wrapper legend.gfield_label,
#contact-form .sectionInner .gform_wrapper .top_label .gfield_label {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

#contact-form .sectionInner .gform_wrapper .gfield_required {
	color: #333;
}

#contact-form .sectionInner .gform_wrapper .field_sublabel_above,
#contact-form .sectionInner .gform_wrapper .field_sublabel_below {
	font-size: 16px;
	padding: 0.9375rem;
}

#contact-form .sectionInner .gform_heading {
	padding: 0 0.9375rem;
}

#contact-form .sectionInner .gform_heading h3 {
	color: #333;
	font-size: 30px;
}


/* process slider */

#processSlider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 3.75rem;
	margin: 0;
	background: #eee;
}

#processSlider .sectionInner {
	justify-content: center;
	position: relative;
}

#processSlider .slick-dots {
	bottom: -50px;
}

.slick-dots li button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#processSlider .slick-dots li button:before {
	background: #fff;
	width: 10px;
	height: 10px;
	color: #fff;
	border: 2px solid #333;
	border-radius: 100%;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 1;
	content: "";
}

#processSlider .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #333;
}

/* ---- */

#processSlider .processSlides {
	margin-bottom: 0;
}

.processSlides {
	width: 100%;
}

.processSlides .slick-slide {
	opacity: 0.3;
	transform: scale(0.8);
	transition: all ease-out 0.3s;
}

.processSlides .slick-track {
	padding: 0 0 1.875rem 0;
}

.processSlides .slick-slide.slick-current {
	opacity: 1;
	transform: scale(1);
}

.processSlides .process_Item {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.processSlides .process_Item:focus {
	outline: none;
}

.processSlides .process_Item p {
	font-size: 20px;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	margin: 01.875rem 0 0 0;
	padding: 0 1.875rem;
	width: 100%;
	display: block;
	text-transform: initial;
	font-weight: normal;
}

.processText {
	width: 60%;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.processText h2 {
	margin: 0 0 1.875rem 0;
	text-align: center;
	width: 100%;
	color: #282258;
	font-weight: bold;
	font-family: texgyreadventor-bold, arial, sans-serif;
}

.processText p {
	margin: 0 0 1.875rem 0;
	text-align: center;
	font-size: 20px;
	color: #282258;
}

/* process circle */

.stepCircle {
	display: flex;
	justify-self: center;
	align-items: center;
	justify-content: center;
	position: relative;
}

.circleText {
	position: absolute;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 90%;
	font-size: 28px;
	text-align: center;
	line-height: 1.2em;
	padding: 0 1.875rem;
	color: #282258;
}

.circleText img {
	max-width: 100px;
	margin-bottom: 10px;
}

.circleText h4 {
	width: 100%;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: bold;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	margin: 0;
	text-align: center;
}

.circleText .circle-step {
	color: #ccc;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0.9375rem 0;
	border-bottom: 1px solid #ccc;
	width: auto;
	display: inline-flex;
}

.circleText svg {
	width: 100% !important;
	height: 100% !important;
	max-width: 60px;
	max-height: 60px;
	margin: 0 0 0.9375rem;
}

.circleText svg path {
	fill: #666666;
}

.progressCircle {
	justify-content: center;
	display: inline-flex;
	align-items: center;
	border-radius: 100%;
	width: 400px;
	height: 400px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);
	transition: all ease-out 0.3s;
}

.processSlides .slick-slide.slick-current .progressCircle {
	box-shadow: 0px 5px 36px -20px #ccc;
}

.processSlides .slick-slide .progressCircle canvas {
	width: 100%;
}

.processArrows .slick-arrow {
	background: #fff;
	border-radius: 100%;
	padding: 10px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.processArrows {
	display: flex;
	width: 530px;
	height: 50px;
	position: absolute;
	transform: translateY(-50px);
	left: 0;
	right: 0;
	margin: auto;
}

/* text-block widget */

#text-block {
	padding: 1.875rem;
	padding-left: calc(1.875rem + 20px);
	background: rgb(204, 225, 255);
	background: -moz-linear-gradient(left, rgba(204, 225, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(204, 225, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	background: linear-gradient(to right, rgba(204, 225, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce1ff', endColorstr='#edf3ff', GradientType=1);
}

#text-block .sectionInner {
	max-width: 1440px;
}

#text-block .disclaimer {
	display: inline-flex;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
}

#text-block ul {
	margin: 1.875rem 0;
	padding: 0;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap
}

#text-block ul li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	background: #fff;
	width: 100%;
	position: relative;
	margin: 0 0 0.9375rem 0;
	padding: 1.875rem 3.75rem 1.875rem 7.5rem;
}

#text-block ul li span {
	position: absolute;
	color: #fff;
	left: -40px;
	width: 80px;
	background: #ccc;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.9375rem;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: bold;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

.text-block-title {
	font-size: 34px;
	color: #333;
	font-weight: 600;
	width: 100%;
}

#text-block ul li p {
	width: 100%;
	margin: 0;
	line-height: 1.2em;
}

#text-block ul li a {
	color: #ccc;
}

/* focus block */

#focus-block {
	display: inline-flex;
	list-style: none;
	margin: 0 0 3.75rem 0;
	padding: 0;
	align-items: center;
	position: relative;
	width: 100%;
}

#focus-block .focus-content {
	width: 50%;
	display: inline-flex;
	flex-wrap: wrap;
}

#focus-block.left .focus-content {
	order: 2;
}


#focus-block .focus-image-wrap {
	position: absolute;
	display: inline-flex;
	right: -40%;
	top: -25%;
	max-height: 750px;
}

#focus-block .focus-image-wrap .simpleParallax {
	border-radius: 50px;
	-webkit-transform: translate3d(0, 0, 0);
	overflow: hidden;
}

#focus-block .focus-image-wrap ul {
	position: absolute;
	margin: 0;
	padding: 1.875rem 0;
	top: 0;
	left: -6rem;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 250px;
	height: 100%;
	z-index: 20;
}

#focus-block .focus-image-wrap ul.top {
	justify-content: flex-start;
}

#focus-block .focus-image-wrap ul.bottom {
	justify-content: flex-end;
}

#focus-block .focus-image-wrap ul.center {
	justify-content: center;
}

#focus-block .focus-image-wrap ul.space {
	justify-content: space-between;
}

#focus-block .focus-image-wrap ul li {
	padding: 0.9375rem;
	width: 100%;
	min-height: 10%;
	max-width: 200px;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

#focus-block .focus-image-wrap ul li:nth-child(1) {
	margin-left: 1.875rem
}

#focus-block .focus-image-wrap ul li:nth-child(3) {
	margin-left: 3.75rem;
}

#focus-block .focus-image-wrap ul li span {
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	padding: 0.9375rem;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

#focus-block .focus-image-wrap img {
	max-width: 1024px;
}

#focus-block.left {
	justify-content: flex-end;
}

#focus-block.left .focus-image-wrap {
	order: 1;
	right: initial;
	right: auto;
	left: -35%;
}

#focus-block .focus-title {
	color: #282258;
	width:100%;
	font-size: 35px;
	font-weight: bold;
	font-family: texgyreadventor-bold, arial, sans-serif;
	line-height: 1.2em;
	margin: 0 0 0.9375rem 0;
}

#focus-block .focus-text {
	color: #1d1d1b;
}

#focus-block .focus-link {
	border-color: #282258;
	color: #282258;
	font-size: 18px;
	padding: 0.9375rem 1.875rem 1.2rem;
	overflow: hidden;
	margin: 1.875rem 0;
	text-decoration: none;
}

#focus-block .focus-link:hover {
	color: #fff;
	background: #282258;
}

#focus-block .focus-link::after {
	background: #282258;
}


#curator {
	display: inline-block;
	width: 100%;
	float: left;
}

/* ===================================================== MEDIA QURIES  ================================================= */
/* ===================================================================================================================== */
/*1580 */
@media only screen and (max-width: 98.75em) {
	.page-head .page-title {padding:0;}
}


/* 1440 */
@media only screen and (max-width: 90.63em) {

	ul.pillars-block li .pillars-image {
		right: -10%;
		max-width: 50%;
	}

	ul.pillars-block li.left-image .pillars-image {
		left: -10%;
		max-width: 50%;
	}

	.pillars-image ul li span {
		font-size: 20px;
		padding: 0.9375rem;
	}

	#cta-widget ul li .cta-block a .cta-title {
		max-width: 75%;
	}

	#listing-block ul {
		padding: 0 1.875rem;
	}

	/* body.home .main-logo a img {
		width: 250px;
	} */

	#mission {
		right: 0;
	}

	#mission h1 {
		color: #282258;
		font-size: 50px;
		line-height: 1.2em;
		margin-left: 0;
	}

	#mission p {
		font-size: 20px;
		margin-left: 0;
	}

	#mission p.second-para {
		margin: 0;
		position: relative;
		top: auto;
		right: 0;
	}

	#logo-clip {
		top: -40%;
		left: -25%;
	}

	.top-nav {
		right: 3.75rem;
	}

	.logo-clip-wrapper {
		height: 800px;
	}

	#logo-clip-solid,
	#logo-clip-empty,
	.background-image-div {
		transform: scale(0.8) !important;
	}

	.background-image-div {
		width: 110%;
	}

	.scroll-logo {
		width: 60px;
		left: 3.75rem;
	}

	.menu-top-nav-container .primary-menu-wrapper {
		max-width: 1024px;
	}

	.menu-top-nav-container #primary-menu li {
		margin: 0 0 0.9375rem 0;
	}

	.menu-top-nav-container #primary-menu li a {
		font-size: 28px;
	}

	#site-navigation.toggled .menu-logo {
		top: -15%;
	}

	.menu-top-nav-container #primary-menu .mega-block .mega-post img {
		max-width: 80px;
	}

	.tech-box,
	.services-box {
		padding: 3.75rem;
	}

	#homepage-boxes .tech-box h2,
	#homepage-boxes .services-box h2 {
		font-size: 35px;
	}

	.tech-box p,
	.services-box ul li {
		font-size: 20px;
	}

	#how ul li .how-title {
		font-size: 34px;
	}


	#homepage #solution {
		max-width: 60%;
	}

	#solution h2 {
		font-size: 35px;
	}

	#solution ul {
		justify-content: center;
	}

	#solution ul li {
		margin: 0 1.875rem;
	}

	#solution ul li img {
		width: 130px;
	}

	.footer-banner h2 {
		font-size: 30px;
	}

	ul.pages-section {
		flex-wrap: wrap;
	}

	ul.pages-section li {
		width: 48%;
		margin: 0 2% 4% 0;
	}

	ul.pages-section li:nth-child(even) {
		margin: 0 0 4% 2%;
	}

	ul.teams-block li .teams-image {
		width: 75%;
	}

	ul.teams-block li .simpleParallax {
		height: 600px;
	}

	#children ul li .list-block-inner,
	#child-services ul li .list-block-inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	#children ul li .listimgimage-wrap,
	#child-services ul li .listimgimage-wrap {
		max-width: 800px;
	}

	#children ul li .child-details,
	#children ul li:first-child .child-details,
	#child-services ul li .child-details,
	#child-services ul li:first-child .child-details {
		margin-top: 1.875rem !important;
		margin: 0;
	}

	#children ul.right li:nth-child(odd) .listimgimage-wrap,
	#child-services ul.right li:nth-child(odd) .listimgimage-wrap {
		order: initial;
	}

	#blog-detail #focus-block .focus-image-wrap {left:-45%;}

}

/* 1280 */
@media only screen and (max-width: 80.63em) {

	#blog-detail #focus-block {margin:0;}
	#blog-detail #focus-block .focus-image-wrap {left:auto; left:initial;}

	ul.pillars-block li {
		margin: 3.75rem 0;
	}

	ul.pillars-block li.left-image .pillars-content {
		order: 2;
		padding:0;
	}

	ul.pillars-block li .pillars-image,
	ul.pillars-block li.left-image .pillars-image {
		position: relative;
		right: 0;
		border-radius: 50px;
		max-width: 50%;
	}

	ul.pillars-block li.left-image .pillars-image {
		right: auto;
		right: initial;
		left: 0;
	}



	.pillars-image ul,
	ul.pillars-block li.left-image .pillars-image ul {
		left: -3.75rem;
		max-width: 180px;
	}

	.pillars-image ul.top {
		justify-content: center;
	}

	.pillars-image ul.bottom {
		justify-content: center;
	}

	.pillars-image ul.center {
		justify-content: center;
	}

	.pillars-image ul.space {
		justify-content: center;
	}

	.pillars-image ul li {
		padding: 0;
		margin: 0;
		width: auto;
		min-height: 0;
		max-width: 100%;
		display: inline-flex;
		margin: 0 5px 0.9375rem 5px !important;
	}

	.pillars-image ul li span {
		font-size: 16px;
	}

	footer .sectionInner {
		padding-top: 1.875rem;
	}

	.footer-logo {
		max-width: 180px;
		margin: 0 1.875rem 0 0;
	}

	.footer-banner {
		margin: 0;
	}

	.footer-details,
	.footer-menu,
	.footer-links {
		padding: 0 0.9375rem;
	}

	.footer-details {
		padding-left: 0;
		max-width: 350px;
	}

	.footer-links {
		padding-right: 0;
		max-width: 250px;
	}

	#listing-block ul li .list-inner .list-info {
		flex-wrap: wrap;
	}

	.main-navigation a {
		font-size: 18px;
	}

	#cta-widget ul li .cta-block a .cta-title span {
		font-size: 28px;
	}

	#cta-widget ul li .cta-block a .cta-button {
		font-size: 18px;
	}

	#homepage .sectionInner section {
		margin-bottom: 10rem;
	}

	#mission {
		width: 70%;
		padding: 0 1.875rem;
		right: initial;
		right: auto;
		right: 15%;
		left: 20%;
		margin-left: 4rem;
	}

	#mission h1 {
		font-size: 40px;
		margin: 0 0 10px 0;
	}

	#mission p {
		margin: 0 0 10px 0;
	}

	#logo-clip-solid,
	#logo-clip-empty,
	.background-image-div {
		transform: scale(0.6) !important;
	}

	#logo-clip {
		left: -53%;
		top: -500px;
	}

	.logo-clip-wrapper {
		height: auto;
		max-height: 400px;
	}

	.line-block-2 {
		left: 5%;
		top: 5%;
	}

	.line-block-3 {
		left: 20%;
		top: 100%;
	}

	.line-block-4 {
		bottom: 110%;
	}

	/* body.home .main-logo a img {
		width: 180px;
	} */

	.top-nav {
		right: 0.9375rem;
	}

	.scroll-logo {
		left: 0.9375rem;
	}

	.tech-box {
		max-width: 100%;
		width: 70vw;
		margin: 0 7.5rem;
	}

	#homepage-boxes .tech-box h3,
	#homepage-boxes .services-box h3 {
		font-size: 40px;
	}

	.tech-box p,
	.tech-box ul li,
	.services-box ul li {
		font-size: 18px;
	}

	.services-box {
		width: 50vw;
		right: -30%;
		bottom: 5%;
		position: relative;
		margin: 0 7.5rem;
		display: inline-flex;
	}

	.line-block-5 {
		right: 15%;
	}

	.line-block-6 {
		bottom: 10%;
	}

	.line-block-7 {
		top: -0.9375rem;
	}

	.line-block-10 {
		right: 50%;
		top: 20%;
		width: 15px;
		height: 15px;
		background: #282258;
		visibility: visible;
	}

	.line-block-11 {
		display: none;
	}

	#mission .section-tick {
		top: -55vh;
		left: initial;
		left: -40%;
		fill: rgba(0, 0, 0, 0.05);
		max-width: 1440px;
	}

	#solution ul li img {
		width: 100px;
	}

	.news-image {
		height: 300px;
	}

	#news-feed .news-slide-item a {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	#homepage #news-feed {
		padding: 0 1.875rem;
		margin: 0;
	}


	#news-feed .section-tick {
		top: -95vh;
	}

	.section-tick {
		left: -34rem;
	}

	#solution .section-tick {
		top: -189%;
		max-width: 2560px;
	}

	#how h2,
	#homepage-boxes h2 {
		font-size: 35px;
	}

	#children ul li .list-block-inner,
	#child-services ul li .list-block-inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	#children ul li .child-details,
	#child-services ul li .child-details {
		margin: 0;
	}

	#children ul li h4,
	#child-services ul li h4 {
		text-align: center !important;
	}

	#children ul li p,
	#child-services ul li p {
		text-align: left !important;
	}

	#children ul li .child-details,
	#child-services ul li .child-details {
		order: 2;
	}

	#children ul li img,
	#child-services ul li img {
		order: 1;
		width: 100%;
		max-width: 600px;
		margin: 0 0 1.875rem 0;
	}

	#children ul li a,
	#child-services ul li a {
		max-width: 100%;
	}

	#children ul li:nth-child(even) .child-details,
	#child-services ul li:nth-child(even) .child-details {
		justify-content: center;
	}

	#children ul li .child-details,
	#child-services ul li .child-details {
		justify-content: center;
	}


	#learnmore-widget ul {
		padding: 0;
	}

	#learnmore-widget ul li {
		max-width: 48%;
		margin: 0 1% 1.875rem;
	}

	#learnmore-widget ul li .learn-title {
		font-size: 30px;
		padding: 1.875rem;
	}

	#learnmore-widget ul li .learn-title p {
		font-size: 18px;
	}

	.learn-active {
		padding: 1.875rem;
	}

	#learnmore-widget .learnmore-small ul li {
		max-width: 33.333%;
	}

	#learnmore-widget .learnmore-small ul li button {
		font-size: 20px;
		margin: 0;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

	.menu-top-nav-container #primary-menu .mega-block .mega-post a,
	.menu-top-nav-container #primary-menu .mega-block .mega-post ul li a {
		font-size: 18px;
	}

	#resourceBlock #resource-tabs li a {
		font-size: 20px;
	}

	#resourceBlock .tabs-content .tabs-panel ul li {
		max-width: 50%;
	}

	#content-block {
		margin: 0 0 18rem 0;
	}

	#content-block .content-words {
		max-width: 80%;
	}

	#content-block .content-image {
		max-width: calc(40% + 3.75rem);
		bottom: auto;
		bottom: initial;
		top: calc(100% - 5rem);
		right: 1.875rem;
		height: 300px;
	}

	#content-block.left-align .content-image {
		left: 1.875rem;
		right: auto;
		right: initial;
	}

	#children ul li .listimgimage-wrap ul,
	#child-services ul li .listimgimage-wrap ul {
		position: relative;
		flex-direction: row;
		max-width: 100%;
		width: 100%;
		height: auto;
		left: 0 !important;
		order: 2;
	}

	#children ul li .simpleParallax,
	#child-services ul li .simpleParallax {
		justify-content: center;
		display: inline-flex;
	}

	#children ul li .listimgimage-wrap,
	#child-services ul li .listimgimage-wrap {
		justify-content: center;
		display: inline-flex;
		flex-wrap: wrap;
	}

	#children ul li .child-details,
	#children ul li .listimgimage-wrap ul li,
	#child-services ul li .child-details,
	#childservices ul li .listimgimage-wrap ul li {
		justify-content: center !important;
	}

	#children ul li .listimgimage-wrap ul li,
	#child-services ul li .listimgimage-wrap ul li {
		width: auto;
		max-width: 100%;
		display: inline-flex;
		align-items: center;
		margin: 0 !important;
	}

	#children ul li .child-details,
	#child-services ul li .child-details {
		margin: 1.875rem 0 0 0 !important;
	}


	#focus-block,
	#focus-block.left {
		justify-content: center;
		flex-wrap: wrap;
	}

	#focus-block .focus-image-wrap,
	#focus-block.left .focus-image-wrap {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		order: 1;
	}

	#focus-block .focus-content {
		width: 100%;
		padding: 0;
		margin-top: 1.875rem;
		justify-content: center;
		order: 2;
	}

	#focus-block .focus-title {
		font-size: 36px;
		text-align: center;
	}

	#focus-block .simpleParallax {
		max-height: 500px;
	}

	#focus-block .focus-image-wrap,
	#focus-block.left .focus-image-wrap {
		flex-wrap: wrap;
		width: 100%;
	}

	#focus-block .focus-image-wrap ul {
		position: relative;
		order: 2;
		width: 100%;
		flex-direction: row;
		max-width: 100%;
		left: 0;
		padding-bottom: 0;
		flex-wrap: wrap;
	}

	#focus-block .focus-image-wrap ul li {
		width: auto;
		max-width: 100%;
		margin: 0 !important;
	}

	.contactUs-form {
		top: -10%;
	}

	.how-active {
		padding: 1.875rem;
	}

	.how-active a {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	.how-active .how-active-text {
		font-size: 16px;
	}

	#service-list ul li .s-detail-title h4 {
		font-size: 36px;
	}

	#service-list ul li .s-detail-title h5 {
		font-size: 18px;
	}

	.s-detail-active {
		padding: 1.875rem;
	}

}

/* 1280 end */

/* 1024 */
@media only screen and (max-width: 65.63em) {
	
	ul.team-block li {
		max-width: 50%;
		width: 50%;
		padding: 0 0.9375rem 0.9375rem;
	}

	ul.team-block li span {
		font-size: 16px;
		padding: 0.9375rem;
	}

	ul.teams-block li .teams-image img {
		max-width: 750px;
	}

	#contactUs-widget.simple .simple-tick {
		right: 5%;
	}

	#textBox.map .textBox {
		flex-wrap: wrap;
		padding: 0 3.75rem;
	}

	ul.pillars-block li {
		flex-wrap: wrap;
	}

	ul.pillars-block li .pillars-content {
		width: 100%;
	}

	ul.pillars-block li .pillars-image {
		max-width: 100%;
		margin: 0 0 0.9375rem 0;
	}

	.show-for-medium {
		display: inline-flex !important;
	}

	.footerInner {
		flex-wrap: wrap;
	}

	.footer-menu {
		max-width: 100%;
	}

	.footer-company,
	.footer-company a {
		text-align: center;
	}

	.menu-footer-menu-container {
		width: 100%;
	}

	.footer-details {
		order: 3;
		max-width: 100%;
		justify-content: center;
		margin: 0.9375rem 0;
		padding: 0;
		align-items: center;
	}

	.footer-address {
		text-align: center;
		margin: 0;
	}

	.footer-contact {
		align-items: center;
	}

	.footer-block {
		justify-content: flex-start;
	}

	.footer-links {
		max-width: 50%;
	}

	.footer-menu ul li {
		margin: 0;
	}

	footer .sectionInner {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		padding: 0.9375rem 3.75rem;
	}

	.mega .megaInner,
	.mega .megaInner .mega-cta {
		flex-wrap: wrap;
	}

	.mega .megaInner .mega-cta .mega-cta-text {
		width: 100%;
		max-width: 100%;
	}

	.mega .megaInner .mega-block:first-child::after {
		display: none;
	}

	#testimonial-widget .test-quote {
		font-size: 24px;
	}

	#banner-widget .banner-icon {
		font-size: 40px;
		max-width: 100px;
	}

	#banner-widget .banner-buttons {
		max-width: 250px;
	}

	#listing-block ul li .list-image {
		padding: 1.875rem;
	}

	#listing-block .list-block {
		flex-wrap: wrap;
	}

	.mega .megaInner,
	.mega .megaInner .mega-block:first-child {
		padding: 0.9375rem;
	}

	.mega .mega-close {
		display: none;
	}

	#pages-widget {
		padding: 0;
	}

	.widget-title {
		flex-wrap: wrap;
		padding: 0;
		font-size: 20px;
	}

	.widget-title span {
		width: 100%;
		justify-content: center;
		display: inline-flex;
	}

	#benefits-widget ul li .benefits-text {
		font-size: 18px;
	}

	#benefits-widget ul {
		justify-content: center;
		flex-wrap: wrap;
		box-shadow: none;
	}

	#benefits-widget ul li {
		max-width: 33.333%;
		box-shadow: 0px 25px 36px -22px #365397;
	}

	.sectionInner .um-account .um-account-side {
		max-width: 360px;
	}

	#cta-widget ul li .cta-block a .cta-title span {
		font-size: 22px;
	}

	.page-head {
		min-height: 50vh;
		height: auto;
	}

	.page-head h1 {
		font-size: 40px;
	}

	.page-head h2 {
		font-size: 30px;
		line-height: 1.2em;
		margin: 0 0 0.9375rem 0;
	}

	.page-head p {
		max-width: 100%;
		font-size: 18px;
	}

	.breadcrumbs {
		font-size: 14px;
	}

	.site-header::after {
		height: 100px;
	}

	.site-header {
		padding: 0;
	}

	.mob-menu-expand {
		display: none;
	}

	.mega .megaInner .mega-block:first-child {
		display: inline-flex;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.mega .megaInner .mega-block:first-child ul li a {
		padding: 8px 0.9375rem;
	}

	.mega .megaInner .mega-block ul {
		padding: 0;
	}

	.main-navigation li.menu-item-has-children .mob-menu-expand {
		display: inline-flex;
	}

	.menu-item-wrap {
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.mob-menu-expand {
		display: none;
		position: absolute;
		right: 0;
		padding-left: 0.9375rem;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}

	.mob-menu-expand span::before {
		content: "";
		position: absolute;
		width: 10px;
		height: 2px;
		background: #fff;
		content: "";
		position: absolute;
		width: 10px;
		height: 2px;
		background: #fff;
	}

	.mob-menu-expand span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(0, 0, 0, 0.2);
	}

	.mob-menu-expand span::after {
		content: "";
		position: absolute;
		height: 10px;
		width: 2px;
		background: #fff;
		opacity: 1;
		transition: all ease-out 0.3s;
	}

	.mob-menu-expand span.contract::after {
		opacity: 0;
	}


	.mega .megaInner .mega-block ul li a img {
		display: none;
	}

	.footer-ticker {
		padding: 0.9375rem 1.875rem;
		text-align: center;
	}

	.footer-menu ul {
		margin: 0;
	}

	.footer-menu ul li a {
		padding: 0.9375rem 0;
		font-size: 16px;
		justify-content: center;
	}

	.footer-links ul li a {
		font-size: 16px;
	}

	.footer-social ul.social {
		justify-content: center;
		margin: 0.9375rem 0 0 0;
	}

	.progressCircle {
		width: 350px;
		height: 350px;
	}

	.circleText h4 {
		font-size: 20px;
	}

	.processSlides .process_Item p {
		font-size: 16px;
	}

	#textBox .textBox {
		flex-wrap: wrap;
	}

	#textBox p {
		width: 100%;
		max-width: 100%;
	}

	#textBox iframe {
		width: 100%;
		height: 400px;
	}

	#textBox .gform_wrapper {
		width: 100%;
	}

	.footer-banner-inner {
		padding: 0 1.875rem;
		height: 350px;
	}

	.footer-banner h2 {
		font-size: 22px;
		max-width: 800px;
	}

	#children ul li,
	#child-services ul li {
		justify-content: center;
	}

	#children ul li a,
	#child-services ul li a {
		max-width: 100%;
	}

	.logo-clip-wrapper {
		height: 400px;
	}

	.background-image-div {
		width: 135%;
	}

	.line-block-2,
	.line-block-3 {
		left: 50%;
		top: 45%;
	}

	.line-block-3 {
		left: 60%;
	}

	.line-block-4 {
		bottom: 114%;
	}

	.tech-box {
		padding: 1.875rem;
		margin: 0 1.875rem;
		width: calc(100% - 3.75rem);
	}

	.services-box {
		visibility: visible;
		position: relative;
		right: 0;
		bottom: 0;
		padding: 1.875rem;
		margin: 01.875rem 1.875rem 0;
		width: calc(100% - 3.75rem);
		max-width: 100%;
	}

	.services-box ul {
		width: 100%;
	}

	#homepage #solution {
		max-width: 80%;
	}

	#homepage .sectionInner section {
		margin: 0 0 12rem 0;
	}

	#how ul li {
		padding: 0;
	}

	#how ul li .how-box {
		max-width: 50%;
	}

	#logo-clip {
		left: 3.75rem;
	}

	#mission {
		width: 80%;
		left: 0;
		margin: 0 10%;
		border-radius: 15px;
		padding: 1.875rem;
	}

	#mission .section-tick {
		display: none;
	}

	ul.pages-section {
		flex-wrap: wrap;
	}

	ul.pages-section li,
	ul.pages-section li:nth-child(even) {
		max-width: 100%;
		width: 100%;
		margin: 0 0 1.875rem 0;
	}

	#solution {
		padding: 3.75rem 0;
	}

	.teamIntro {
		font-size: 30px;
	}

	#learnmore-widget {
		padding: 0;
		margin: 0;
	}

	.learnmore-large {
		padding: 0;
	}

	#learnmore-widget ul li {
		max-width: 48%;
		margin: 0 1% 0.9375rem;
	}

	#learnmore-widget ul li.three {
		max-width: 48%;
	}

	#learnmore-widget ul li .learn-title {
		font-size: 28px;
		padding: 0.9375rem 1.875rem;
	}

	.learn-active .learn-active-text p {
		font-size: 16px;
		line-height: 1.4em;
		margin: 0 0 0.9375rem 0;
	}

	.learn-active .learn-active-text p:last-child {
		margin: 0;
	}

	.learn-active .learn-active-title {
		font-size: 24px;
	}

	#learnmore-widget .learnmore-large ul li .border-button-link {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	#enterprise .enterprise-user .user-content ul li,
	#enterprise .enterprise-user .user-content ol li {
		max-width: 48%;
	}

	.menu-top-nav-container #primary-menu li ul.sub-menu {
		padding-left: 0;
	}

	.teams-content .teams-title {
		font-size: 36px;
	}

	ul.team-block {
		position: relative;
		bottom: 0;
		margin: 0 0 0.9375rem 0;
		padding: 0.9375rem 1.875rem 0;
		align-items: flex-start;
	}

	ul.teams-block li .teams-content {
		padding: 0;
	}

	ul.teams-block li .simpleParallax {
		height: 500px;
	}

	ul.teams-block li .teams-image {
		top: -35%;
	}

	ul.teams-block li {
		margin: 8rem 0;
	}

	ul.teams-block li:last-child {
		margin-bottom: 0;
	}

	ul.team-block li:nth-child(1),
	ul.team-block li:nth-child(2),
	ul.team-block li:nth-child(3),
	ul.team-block li:nth-child(4),
	ul.team-block li:nth-child(5),
	ul.team-block li:nth-child(6) {
		margin: 0 !important;
	}

	#resourceBlock .tabs-content .tabs-panel ul li:first-child {
		padding: 0.9375rem;
	}

	#resourceBlock .tabs-content .tabs-panel ul li {
		max-width: 100%;
		padding: 0.9375rem !important;
	}

	.resourceSearch {
		max-width: 100%;
		margin: 0 0 0.9375rem 0;
		padding: 0 0.9375rem;
	}

	.resourceFilter {
		flex-wrap: wrap;
	}

	#content-block .content-words {
		max-width: 100%;
	}

	#content-block .content-image {
		max-width: 70%;
		top: calc(100% - 4rem);
	}

	.menu-top-nav-container #primary-menu li a {
		font-size: 24px;
	}

	#service-list ul li .s-detail-box,
	#service-list ul li.centre .s-detail-box {
		max-width: 50vw;
	}

	ul.pillars-block li .simpleParallax {
		height: 450px;
	}

	ul.pillars-block li:first-child .pillars-image {
		top: 0;
		margin: 0 0 1.875rem 0;
		order: 1;
	}

	ul.pillars-block li .pillars-content {
		order: 2;
	}

	ul.pillars-block li .pillars-image img {
		max-width: 800px;
	}

	ul.pillars-block li.left-image .pillars-content {
		padding: 0;
	}

	ul.pillars-block li.left-image .pillars-image {
		max-width: 100%;
	}

	ul.pillars-block li.left-image {
		justify-content: center;
	}

	.contactUs-form {
		max-width: 800px;
	}

	.meet-content {
		padding: 0 1.875rem;
	}

	#children ul.left li:nth-child(even) .listimgimage-wrap,
	#child-services ul.left li:nth-child(even) .listimgimage-wrap {
		order: 1;
	}

	#child-services .sectionInner {padding:1.875rem;}

}

@media only screen and (max-width: 55.63em) {

	#search-button svg {
		width:25px;
		height:25px;
	}

	.hiddenFeaturedPages a {font-size:16px;}
	.hiddenFeaturedPages a p {font-size:14px;}

	.menu-top-nav-container {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.slide-menu .slide-menu__slider {padding-top:2.5rem;}

	#modal-callback {max-width:100%;}

	.page-head #background-video {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	  }
	  .page-head #background-video .backgroundVid {
		position: relative;
		left: 0;
		height: fit-content;
		min-width: fit-content;
		width: 100%;
	  }
	  .page-head #background-video #video {
		max-height: 50vh;
	  }
	  .page-head #background-video #video::after {
		content: "\f04b";
		position: absolute;
		font-family: fontawesome;
		padding: 2px 0 0 2px;
		border-radius: 100%;
		color: #fff;
		background: rgba(0, 0, 0, 0.4);
		width: 30px;
		height: 30px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		bottom: 0.9375rem;
		pointer-events: none;
		left: 1.875rem;
	  }
	  .page-head #background-video #video.playing::after {
		content: "\f04c";
		padding-left: 0;
		font-family: fontawesome;
	  }

	#content-block {
		align-items: flex-start;
	}

	#content-block .content-image {
		order: 2;
	}

	#faq-widget {
		padding: 0 1.875rem 1.875rem;
	}

	.processArrows {
		width: 100%;
	}

	.pillars-image ul,
	ul.pillars-block li.left-image .pillars-image ul {
		position: relative;
		top: auto;
		left: auto;
		display: inline-flex;
		flex-direction: row;
		width: 100%;
		max-width: 100%;
		height: auto;
		justify-content: flex-start;
		margin: 0.9375rem 0;
	}

	ul.pillars-block li .simpleParallax {
		height: 300px;
	}

	ul.teams-block li .teams-image img {
		max-width: 550px;
	}

	#contactUs-widget.simple {
		padding: 3.75rem 0;
		margin: 0;
	}

	#textBox.map .textBox {
		padding: 0;
	}

	#textBox .gform_wrapper .gform_button {
		padding: 8px 0.9375rem;
		margin: 10px 0 0 0;
	}

	.test-text {
		font-size: 18px;
	}

	.breadcrumbs span span,
	.breadcrumbs span a span,
	.breadcrumbs span a {
		font-size: 14px;
		;
	}

	.footer-menu,
	.footer-links {
		max-width: 100%;
		padding: 0;
	}

	.media-content-inner div {
		max-width: 100% !important
	}

	#benefits-widget ul li {
		max-width: 50%;
	}

	#benefits-widget ul li .benefits-icon img {
		max-height: 60px;
	}


	#listing-view ul li {
		flex-wrap: wrap;
	}

	#listing-view ul li .listing-content {
		order: 2;
	}

	#listing-view ul li .listing-image {
		order: 1;
		margin: 0 0 1.875rem 0;
	}

	#listing-view ul li.RH .listing-content,
	#listing-view ul li.LH .listing-content {
		padding: 0;
	}

	#blog-list ul li {
		max-width: 100%;
	}

	#cta-widget ul.single,
	#cta-widget ul.double {
		width: 100%;
	}

	#cta-widget ul {
		min-height: auto;
		margin: 0 0 1.875rem 0;
	}

	#cta-widget ul.double li {
		height: auto;
		margin: 0 0 1.875rem 0;
	}

	#processSlider {
		padding: 3.75rem 1.875rem;
	}

	#qualify ul li {
		padding: 1.875rem 3.75rem;
	}

	.qualify-title {
		font-size: 24px;
	}

	#qualify .disclaimer,
	#qualify ul li p {
		font-size: 16px;
	}

	#benefits-widget .widget-button a {
		text-align: center;
	}

	.footer-ticker div {
		font-size: 18px;
	}

	.footer-menu ul.social {
		justify-content: center;
		align-items: center;
		margin: 0.9375rem 0 0 0;
	}

	.footer-menu ul.social li {
		margin: 0 5px;
	}

	.bread-separator {
		margin: 0 2px;
	}

	.search-wrapper {
		padding: 1.875rem;
	}

	.search-wrapper form input[type="submit"],
	.search-wrapper form label input {
		font-size: 18px;
	}

	.processText {
		width: 100%;
	}

	.slideContainer {
		margin: 0;
	}

	#cta-widget ul.blocks li {
		width: 100%;
	}

	#contactUs-widget.simple .contactUs-form p {
		width: 100%;
	}

	#contactUs-widget.simple .simple-tick {
		opacity: 0.3;
	}

	#download-widget ul li {
		flex-wrap: wrap;
	}

	#download-widget .dl-block {
		margin: 0 0 0.9375rem 0;
	}

	.test-slide-item {
		padding: 0;
	}

	#faq-widget ul.accordion li .accordion-title,
	#tab-widget ul.tabs li a {
		font-size: 20px;
	}

	#learnmore-widget .learnmore-small ul li {
		max-width: 50%;
		margin: 8px 0;
	}

	#solution ul {
		flex-wrap: wrap;
	}

	#solution ul li .image-wrap {
		padding: 0;
	}

	#solution ul li p {
		margin: 0.9375rem 0;
	}

	#solution ul li a {
		margin: 0.9375rem 0 1.875rem 0;
	}

	#team-slider.single .team-slide-inner {
		flex-wrap: wrap;
	}

	#team-slider.single .team-slide-inner .team-details {
		margin: 0;
	}

	#children ul li ul li,
	#child-services ul li ul li {
		width: 100%;
	}

	#children .sectionInner .sectionInner,
	#child-services .sectionInner .sectionInner {
		padding: 0;
	}

	#children ul li .child-details,
	#child-services ul li .child-details {
		margin: 0.9375rem 0 0 0;
	}

	ul.teams-block li .teams-content {
		width: 100%;
	}

	ul.teams-block li {
		flex-wrap: wrap;
	}

	ul.teams-block li .teams-content,
	ul.teams-block li:nth-child(even) .teams-content {
		padding: 0;
	}

	ul.teams-block li .teams-image,
	ul.teams-block li:nth-child(even) .teams-image {
		position: relative;
		top: auto;
		top: initial;
		right: auto;
		right: initial;
		left: auto;
		left: initial;
		width: 100%;
	}

	ul.teams-block li .simpleParallax {
		height: 400px;
	}

	ul.teams-block li {
		margin: 0 0 3.75rem 0;
	}

	#teams-tabs ul.tabs li a {
		font-size: 20px;
		padding: 0.9375rem 1.875rem;
	}

	ul.pillars-block {
		padding: 1.875rem 0 0 0;
	}

	ul.teams-block {
		padding: 1.875rem 0 0 0;
	}


	.pillars-content .pillars-title {
		font-size: 28px;
	}

	.page-head .sectionInner {
		padding: 0 1.875rem;
	}

	ul.pillars-block li.left-image {
		justify-content: center;
		margin: 0;
	}

	ul.pillars-block li.left-image .pillars-image {
		width: 100%;
		max-width: 100%;
	}

	ul.pillars-block li .pillars-content {
		width: 100%;
		order: 2;
		padding: 0;
	}

	ul.pillars-block li .pillars-image img {
		max-width: 570px;
	}

	.pillars-image ul,
	ul.pillars-block li.left-image .pillars-image ul {
		left: 0;
	}

	ul.pillars-block li.left-image .pillars-content {
		padding: 0;
	}

	.teams-tabs-floating-block {
		top: 0;
	}

	.contactUs-form {
		padding: 0;
	}

	#meet-the-team {
		padding: 3.75rem 0 0 0;
		margin: 0 0 1.875rem 0;
	}

	.meet-content {
		flex-wrap: wrap;
	}

	.meet-title,
	.meet-text {
		max-width: 100%;
		padding: 0;
	}

	.meet-title {
		font-size: 36px;
		margin: 0 0 0.9375rem 0;
	}

	#textBox .textBox {
		padding-top: 0;
	}

	#teams-tabs {
		padding: 0;
	}

	ul.team-block li {
		margin: 0 !important;
		padding: 0 0.9375rem 0.9375rem;
	}

	ul.team-block li span {
		font-size: 18px;
	}

	#resourceBlock {
		padding: 0;
	}

	#resourceBlock .sectionInner {
		padding: 0;
	}

	#resourceBlock #resource-tabs {
		padding: 0;
	}

	.resourceSearch {
		padding: 0 0 0.9375rem 0;
	}

	.resourceTag {
		flex-wrap: wrap;
		padding: 0;
	}

	.resourceTag a {
		margin: 0.9375rem 0;
		width: 100%;
		max-width: 100%;
	}

	.resourceTag ul,
	.resourceTag ul li {
		max-width: 100%;
	}

	#resourceBlock #resource-tabs li {
		min-width: 30%;
		max-width: 46%;
	}

	#resourceBlock #resource-tabs li a {
		font-size: 18px;
		line-height: 1.2em;
		padding: 8px 0.9375rem;
	}

	#resourceBlock #resource-tabs li {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 3px;
	}

	.test-quotes span:nth-child(1) {
		top: 0;
	}

	.test-quotes span svg {
		max-width: 100px;
	}

	#content-block {
		margin-bottom: 1.875rem;
	}

	#content-block .content-words {
		padding: 1.875rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	#content-block .content-image {
		position: relative;
		top: 100%;
		right: 0;
		width: 100%;
		max-width: 100%;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	#content-block.left-align .content-image {
		left: 0;
	}

	#focus-block {
		padding: 0;
	}

	#focus-block .simpleParallax {
		max-height: 350px;
	}

	#focus-block .focus-image-wrap img {
		max-width: 640px;
	}

	.line-block-2,
	.line-block-3 {
		left: 90%;
	}

	.line-block-10 {
		top: 0;
	}

	#how ul li .how-box {
		max-width: 70%;
	}

	#how ul li .how-title {
		font-size: 28px;
		padding: 1.875rem;
	}

	.how-active .how-active-title {
		font-size: 26px;
	}

	#logo-clip {
		opacity: 0.2;
	}

	.contactUs-form {
		right: 0;
		top: 0;
	}

	.menu-top-nav-container #primary-menu {
		flex-direction: row;
	}

	.menu-top-nav-container #primary-menu::after {
		display: none;
	}

	.menu-top-nav-container #primary-menu li {
		flex-wrap: wrap;
		padding: 0;
	}

	.menu-item-wrap {
		justify-content: center;
	}

	.menu-top-nav-container #primary-menu li a {
		font-size: 22px;
	}

	.menu-top-nav-container #primary-menu li ul.sub-menu {
		top: 100%;
		width: 100%;
		position: relative;
		overflow: hidden;
		max-height: 0;
		height: 0;
		transition: all ease-out 0.3s;
	}

	.mob-expand {
		display: inline-flex;
	}

	.menu-top-nav-container #primary-menu li ul.sub-menu.open {
		max-height: 500px;
		height: 100%;
		visibility: visible;
		opacity: 1;
	}

	.menu-top-nav-container #primary-menu .mega-block {
		justify-content: center;
	}

	.menu-top-nav-container #primary-menu .mega-block p {
		margin: 0 0 0.9375rem 0;
		text-align: center;
		font-size: 16px;
	}

	.menu-top-nav-container #primary-menu .mega-block ul {
		margin: 0 0 0.9375rem 0;
	}

	.menu-top-nav-container #primary-menu li ul.sub-menu li {
		padding: 0;
		justify-content: center;
		margin: 0;
	}

	.menu-main-menu-container {
		height: 100%;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mega .megaInner {
		padding: 0;
	}

	.menu-top-nav-container #primary-menu .mega-block ul li a {
		font-size: 16px;
	}

	.menu-top-nav-container #primary-menu .mega-block ul li a::before {
		width: 15px;
		height: 15px;
	}

	#nav-toggle {
		height: 30px;
		width: 26px;
	}

	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
		height: 2px;
		width: 20px;
	}

	.site-header {
		z-index: 99999;
	}

	#site-navigation.toggled .menu-logo {
		top: -9%;
		left: -20%;
	}

	#nav-toggle::before {
		width: 34px;
		height: 34px;
	}

	#nav-toggle span:before {
		top: -8px;
	}

	#nav-toggle span:after {
		bottom: -8px;
	}

	.scroll-logo {
		left: 0.9375rem;
		top: 0.9375rem;
	}

	.top-nav {
		right: 0.9375rem;
		top: 0.9375rem;
	}

	#search-button {
		width: 25px;
	}

	.main-navigation a {
		font-size: 12px;
	}

	.menu-details li::after {
		display: none;
	}

	.menu-top-nav-container .primary-menu-wrapper {
		max-width: 1024px;
	}

	.menu-details {
		justify-content: center;
		display: inline-flex;
		flex-wrap: wrap;
		margin: 0 0 5.75rem 0;
	}

	.s-detail-active .s-detail-active-text {
		font-size: 16px;
	}

	#service-list ul li {
		width: 100%;
	}

	#service-list ul li .s-detail-title {
		padding: 1.875rem;
	}

	#service-list ul li .s-detail-title h4 {
		font-size: 28px;
	}

	#service-list ul li .s-detail-title h5 {
		font-size: 16px;
	}

	.s-detail-active a {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	.s-detail-active a.jargonLink {
		padding: 0;
	}

	.services-detail-wrapper .sectionInner {
		padding: 0;
	}

	#service-list ul li.right,
	#service-list ul li.left,
	#service-list ul li.centre {
		float: none;
		padding: 0;
		display: inline-flex;
	}

	.accordion-title::before {
		top: auto;
	}

	.page-head .sectionInner {
		padding: 0;
	}

	#learnmore-widget ul li {
		max-width: 100%;
		margin: 0 0 0.9375rem 0;
	}

	#learnmore-widget ul li.three {
		max-width: 100%;
	}

	.cta-widget .sectionInner {
		padding: 0;
	}

	#tab-widget {
		padding: 0 0 1.875rem 0;
	}

	#tab-widget .tabs-content {
		padding: 1.875rem;
	}

	#news-feed .news-slide-item:nth-child(1n),
	#news-feed .news-slide-item:nth-child(2n),
	#news-feed .news-slide-item:nth-child(3n),
	#news-feed .news-slide-item:nth-child(4n),
	#news-feed .news-slide-item:nth-child(5n) {
		padding: 0.9375rem 0 0 0 !important;
	}

}

/* 640 */
@media only screen and (max-width: 41.63em) {

	.line-block {
		display: none;
	}

	.main-logo {
		display: inline-flex;
		top: 0.9375rem;
		left: 0.9375rem;
		position: relative;
	}

	#tab-widget ul.tabs {
		margin: 0 0 5px 0;
	}

	#tab-widget ul.tabs li {
		width: 100%;
		min-width: 180px;
		margin: 0 0 5px 0;
	}

	#tab-widget ul.tabs li:last-child {
		margin: 0 0 5px 0;
	}

	#tab-widget .tabs-content .tabs-panel {
		font-size: 16px;
	}

	#tab-widget .tabs-content .tabs-panel p:last-child {
		margin: 0;
	}

	#faq-widget ul.accordion li .accordion-title,
	#tab-widget ul.tabs li a {
		font-size: 16px;
		padding: 8px 0.9375rem;
		width: 100%;
	}

	.tech-box {
		margin: 0;
		width: 100%;
	}

	.services-box {
		width: 100%;
		margin: 1.875rem 0 0 0;
	}

	#how ul {
		padding: 0;
	}

	.circleText {
		font-size: 26px;
	}

	.pillars-image ul,
	ul.pillars-block li.left-image .pillars-image ul {
		display: none;
	}

	.meet-title {
		font-size: 28px;
		margin: 0 0 0.9375rem 0;
	}

	.sectionInner {
		padding: 1.875rem;
	}

	.section-padding {
		padding: 0;
	}

	#learnmore-widget ul {
		padding: 0;
	}

	.site-header .sectionInner {
		padding: 0;
	}

	ul.teams-block li .simpleParallax {
		height: 250px;
	}

	#teams-tabs ul.tabs {
		margin: 0 0 5px 0;
	}

	#teams-tabs ul.tabs li {
		min-width: 0;
		width: 100%;
		margin: 0;
	}

	#teams-tabs ul.tabs li:last-child {
		margin: 0;
	}

	#teams-tabs ul.tabs li a {
		font-size: 16px;
		padding: 8px 0.9375rem;
	}

	#teams-tabs .tabs-content .tabs-panel {
		padding: 0;
	}

	#related-doc-widget ul li a {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	#related-doc-widget .related-doc-block {
		margin: 0 0 0.9375rem 0;
	}

	#cta-widget ul li .cta-block a .cta-title {
		max-width: 100%;
	}

	#download-widget .dl-title {
		font-size: 20px;
	}

	#download-widget .dl-text {
		font-size: 16px;
	}

	#download-widget ul li div {
		width: 100%;
	}

	#download-widget ul li a {
		flex-wrap: nowrap;
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	#download-widget .dl-block {
		margin: 0 0 0.9375rem 0;
	}


	#download-widget {
		padding: 1.875rem 0;
	}

	#download-widget ul li a div {
		width: 100%;
	}

	#download-widget .dl-button {
		justify-content: center;
	}

	#testimonial-widget .test-quote {
		font-size: 18px;
	}

	#banner-widget .widgetInner {
		flex-wrap: wrap;
	}

	#banner-widget .banner-content {
		width: calc(100% - 100px);
	}

	#banner-widget .banner-buttons {
		max-width: 100%;
		justify-content: center;
		padding: 0 0 1.875rem 0;
	}

	.breadcrumbs {
		font-size: 14px;
		margin: 0 0 5px 0;
		flex-wrap: wrap;
	}

	.breadcrumbs span {
		margin: 0px 5px;
	}

	#searchresults ul li {
		max-width: 100%;
	}

	#listing-view ul li .listing-content h4 {
		font-size: 24px;
	}

	#blog-filter ul {
		flex-wrap: wrap;
	}

	#blog-filter ul li {
		width: 100%;
		margin: 0 0 0.9375rem 0;
	}

	#processSlider .sectionInner {
		padding: 0;
	}

	.processText h2 {
		margin: 0;
		font-size: 26px;
		line-height: 1.2em;
	}

	.processSlides .slick-slide.slick-current {
		transform: scale(0.8);
	}

	#processSlider .slick-dots {
		bottom: -20px;
	}

	.slidePrev,
	.slideNext {
		bottom: -35px;
	}

	.slick-dots {
		padding: 0 3.75rem;
	}

	.processSlides .slick-track {
		padding: 0;
	}

	#processSlider {
		margin: 0 0 1.875rem 0;
		padding: 3.75rem 0;
	}

	#benefits-widget ul li {
		max-width: 100%;
	}

	.footer-links ul {
		margin: 0.9375rem 0;
	}

	.page-head .sectionInner {
		margin: 0;
		padding: 0;
	}

	.page-head h4 {
		font-size: 20px;
	}

	.page-head {
		padding: 0.9375rem 1.875rem;
	}

	#learnmore-widget {
		padding: 0;
	}

	#contactUs-widget.simple .contactUs-form {
		padding: 0;
	}

	.contact-button-block a {
		font-size: 16px;
	}

	.contact-button-block {
		padding: 0;
	}

	.contactUs-form h2 {
		font-size: 35px;
	}

	.teamIntro {
		font-size: 24px;
	}

	#team-widget {
		margin: 0;
		padding: 0;
	}

	.teamIntro p {
		font-size: 16px;
		text-align: center;
		width: 100%;
	}

	#team-widget .team-slide-item:nth-child(1n) {
		padding-top: 1.875rem;
	}

	#team-widget .team-slide-item:nth-child(2n) {
		padding-top: 1.875rem;
	}

	#team-widget .team-slide-item:nth-child(3n) {
		padding-top: 1.875rem;
	}

	#chat-widget-container {
		bottom: 3.75rem;
	}

	#team-widget .slick-arrow {
		top: 0;
		right: 1.875rem;
	}

	#team-widget .slider-prev {
		right: calc(50px + 1.875rem)
	}

	#enterprise .enterprise-user .user-content ul li,
	#enterprise .enterprise-user .user-content ol li {
		max-width: 100%;
		margin: 0 0 0.9375rem 0;
	}

	#enterprise .enterprise-user {
		padding: 1.875rem;
		margin: 0 0 1.875rem 0;
	}

	ul.pages-section li .pages-title {
		font-size: 26px;
	}

	ul.pages-section li .pages-button a {
		font-size: 16px;
	}

	#team-widget.single-bg {
		padding: 1.875rem 0;
	}

	.team-image {
		height: 300px;
	}

	.team-details h4,
	.team-details h5 {
		font-size: 26px;
	}

	.team-details h6 {
		font-size: 20px;
	}

	.list-block ul li {
		font-size: 18px;
	}

	.user-content h1 {
		font-size: 48px;
	}

	.user-content h2 {
		font-size: 35px;
	}

	.user-content h3 {
		font-size: 30px;
	}

	.user-content h4 {
		font-size: 26px;
	}

	.user-content h5 {
		font-size: 22px;
	}

	.user-content h6 {
		font-size: 18px;
	}

	.page-head h1 {
		font-size: 26px;
		margin: 0 0 0.9375rem 0;
	}

	.page-head.small {
		min-height: 300px;
	}

	#blog-inner-image img {
		height: 100%;
		width: auto;
		max-width: initial;
	}

	.footer-logo {
		margin: 0.9375rem 0 0 0;
	}

	.page-head h4 {
		line-height: 1.2em;
	}

	#children ul li,
	#child-services ul li {
		padding: 0;
	}

	#children ul,
	#child-services ul {
		top: 1.875rem;
	}

	#children ul li,
	#child-services ul li {
		margin-top: 1.875rem;
	}

	#how ul li .how-box {
		max-width: 100%;
	}

	#news-feed .section-tick {
		top: -126vh;
		max-width: 1850px;
	}

	#logo-clip-solid,
	#logo-clip-empty,
	.background-image-div {
		transform: scale(0.8) !important;
	}

	.background-image-div {
		width: 270%;
		transform: scale(0.8) !important;
		left: 30px;
	}

	#logo-clip {
		left: -100%;
	}

	#solution h2 {
		font-size: 28px;
	}

	#solution ul li a {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	#mission {
		padding: 0;
	}

	#mission h1 {
		font-size: 32px;
	}

	#mission p {
		font-size: 16px;
	}

	#homepage {
		margin-top: 1.875rem;
	}

	#homepage .sectionInner section {
		margin: 0 0 7rem 0;
		padding: 0 1.875rem;
	}

	#homepage .sectionInner section.home-block-1 {
		margin-bottom: 3.75rem;
	}

	#contactUs-widget {
		z-index: 40;
	}

	#homepage-boxes .tech-box h3,
	#homepage-boxes .services-box h3 {
		font-size: 32px;
	}

	.tech-box p,
	.tech-box ul li,
	.services-box ul li {
		font-size: 16px;
	}

	#how h2,
	#homepage-boxes h2 {
		font-size: 32px;
	}

	.services-box a {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	#homepage #solution {
		padding: 1.875rem;
		border-radius: 25px;
		margin-bottom: 3.75rem;
		z-index: 50;
	}

	#solution ul {
		margin: 0;
	}

	#solution ul li {
		max-width: 100%;
	}

	.contactUs-panel {
		margin-bottom: 3.75rem;
	}

	.contact-button-block a {
		width: 100%;
		margin: 5px 0;
		padding: 8px 0.9375rem;
	}

	.contactUs-form p {
		font-size: 16px;
	}

	.how-active .how-active-title {
		font-size: 20px;
		line-height: 1em;
	}

	.how-active .how-active-text {
		font-size: 16px;
		line-height: 1.1em;
	}

	#service-list ul {
		padding: 0;
	}

	#service-list ul li .s-detail-box,
	#service-list ul li.centre .s-detail-box {
		max-width: 100%;
	}

	.s-detail-active .s-detail-active-title {
		font-size: 26px;
	}

	#service-list .section-tick {
		top: 25rem;
	}

	ul.team-block li {
		max-width: 100%;
		width: 100%;
		margin: 0.9375rem 0 0 0 !important;
		padding: 0 0.9375rem 0.9375rem;
	}

	#teams-tabs .tabs-content {
		padding: 1.875rem;
	}

	#resourceBlock .tabs-content .tabs-panel ul li .resourceItem-inner .item-title,
	#resourceBlock .tabs-content .tabs-panel ul li .resourceItem-inner .item-copy,
	#resourceBlock .tabs-content .tabs-panel ul li .resourceItem-inner .item-container {
		padding: 0 0.9375rem;
	}

	.border-button-link,
	a.border-button-link {
		padding: 8px 0.9375rem;
		font-size: 16px;
	}

	ul.pillars-block li .pillars-image img {
		max-width: 400px;
	}

	.tabs-content .item-title,
	.tabs-content .item-copy,
	.tabs-content .item-container {
		padding: 0;
	}

	.tabs-content .item-copy {
		font-size: 16px;
	}

	.footer-menu ul li a {
		padding: 0;
	}

	#blog-detail {
		padding: 0;
	}

	#blog-detail .user-content p {
		font-size: 18px;
	}

	#curator {
		display: none;
	}

	#focus-block .focus-image-wrap .simpleParallax {
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}


}

/* 640 end */

@media only screen and (max-width: 35.9375em) {

	.top-nav ul li a div,
	#search-button div {
		display: none;
	}

	.main-logo a img {
		max-width: 140px;
	}

}

@media only screen and (max-width: 30.63em) {
	.footer-menu ul {
		margin: 1.875rem 0 0 0;
	}

	.footer-menu ul li {
		width: 100%;
	}
}

/* ========================== home animation ========================== */

#home-animation {
	overscroll-behavior-y: none;
	background-color: #ebebeb;
	display: inline-flex;
	height: 100vh;
	width: 100%;
	z-index: 9999999;
	position: relative;
}

#logoAnimationWrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.container {
	height: 200%;
	position: relative;
}

#logoAnimationContainer {
	height: 50%;
	position: sticky;
	top: 0;
	border: 0px solid #f00;
	transform-style: preserve-3d;
	perspective: 500px;
	overflow: hidden;
}

#dbfbLogo {
	position: absolute;
	left: 50%;
	top: calc(50%);
	transform: translate(0%, 0%);
	width: 60vw;
	opacity: 0;
	border: 0px solid #f00;

}

@media only screen and (min-width:1334px) {
	#dbfbLogo {
		width: 500px;
	}
}

#dbfbLogo::before {
	content: ' ';
	display: block;
	padding-bottom: 33.9%;
}

#dbfbLogo img {
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	transform: translate(-12%, -50%);
}

#dbfbLogo .ref {
	height: 100%;
	width: 1px;
	left: 0%;
	top: 0;
	position: absolute;
	background-color: #0f0;
	transform: translate(-50%, -50%);
	display: none;
}

#dbfbLogo .refx {
	width: 100%;
	height: 1px;
	left: 0%;
	top: 0;
	position: absolute;
	background-color: #0f0;
	transform: translate(-50%, -50%);
	display: none;
}


#logoCover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #EB5E5A;
	z-index: 5;
}

#logoIntroText {
	opacity: 0;
	z-index: 6;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	display: grid;
	justify-items: center;
	align-items: center;
	transform: translate(-50%, -50%);

}

#logoIntroText h1 {
	display: block;
	font-family: 'texgyreadventor-regular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: clamp(20px, 5vw, 60px);
	font-weight: normal;
	padding: 0 50px;
	text-align: center;
	line-height: 1.2em;
}

@media only screen and (min-width:769px) {
	#logoIntroText h1 {
		padding: 0 20px;
	}
}

#scrollPrompt {
	z-index: 6;
	color: #263269;
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translate(-50%, 0%);
	text-transform: uppercase;
}

#scrollPrompt .inner {
	opacity: 0;
}


.breadcrumbs mark,
.page-title mark,
.site-footer mark {
	background: none;
	color: unset;
	padding: inherit;
}

.site-footer h2>mark {
	display:contents;
}