@import url("https://use.typekit.net/zbz6xhc.css");


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: franklin-gothic-urw, arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0.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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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


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


/* backgrounds */

.block_bg_one {}

.block_bg_two {}

.block_bg_three {}

.block_bg_four {}

.block_bg_five {}


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


/* top nav
------------------------------------------ */
.top-nav {
	width: 100%;
	display: inline-flex;
	justify-content: flex-end;
}

.top-nav ul {
	margin: 0;
	display: inline-flex;
	width: auto;
	padding: 5px 0;
}

.top-nav ul li {
	list-style: none;
	display: inline-flex;
	align-items: center;
	margin: 0 0 0 3.75rem;
	position: relative;
}

.top-nav ul li a,
.top-nav ul li button {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: inline-flex;
	font-family: franklin-gothic-urw, arial, sans-serif;
	position: relative;
	align-items: center;
	padding: 5px 0;
	background: none;
	border: 0;
	border-radius: 0;
	line-height: initial;
}

.top-nav ul li button:focus {
	border: 0;
	outline: none;
}

.top-nav ul li button:hover {
	cursor: pointer;
}

.top-nav ul li a::after,
.top-nav ul li button::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0px;
	background: #ccc;
	bottom: 0;
	left: 0;
	transition: all ease-out 0.2s;
}

.top-nav ul li a:hover::after,
.top-nav ul li button:hover::after {
	height: 2px;
}

.top-nav ul li button.open::after {
	height: 2px;
}

.top-nav ul li a img,
.top-nav ul li button img,
.top-nav ul li a svg {
	width: 15px;
	margin: 0 0.9375rem 0 0;
}

/* top nav login */

.top-nav ul li.login {
	justify-content: center;
}

.top-nav ul li.login .login-block {
	position: absolute;
	z-index: -1;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 300px;
	top: -400px;
	opacity: 0;
	padding: 1.875rem;
	transition: all ease-out 0.3s;
	background: rgb(68, 111, 182);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(68, 111, 182, 1) 0%, rgba(40, 55, 122, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(68, 111, 182, 1) 0%, rgba(40, 55, 122, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(68, 111, 182, 1) 0%, rgba(40, 55, 122, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#28377a', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.top-nav ul li.login .login-block.open {
	z-index: 200;
	top: calc(100% + 5px);
	opacity: 1;
}

.top-nav ul li.login .login-block ul {
	width: 100%;
	flex-wrap: wrap;
}

.top-nav ul li.login .login-block p {
	color: #fff;
	width: 100%;
	margin: 0 0 0.9375rem 0;
	padding: 0 0.9375rem 0.9375rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid rgba(213, 227, 255, 0.3);
}

.top-nav ul li.login .login-block ul li {
	display: inline-flex;
	width: 100%;
	margin: 0 0 0.9375rem 0;
}

.top-nav ul li.login .login-block ul li:last-child {
	margin: 0;
}

.top-nav ul li.login .login-block ul li a {
	padding: 8px 0.9375rem;
	width: 100%;
	font-weight: bold;
	border: 0;
}

.top-nav ul li.login .login-block ul li.logout {
	background: #666;
}

.top-nav ul li.login .login-block li a:hover {
	background: #ccc;
	box-shadow: 0px 2px 10px rgba(43, 114, 255, 0.8);
}

.top-nav ul li.login .login-block li a::after {
	display: none;
}

.top-nav ul li.login .login-block li a img {
	position: absolute;
	max-width: 20px;
	right: 10px;
	transition: all ease-out 0.3s;
}

.top-nav ul li.login .login-block li a:hover img {
	opacity: 1;
	right: 0;
}

/* basket */

.top-nav ul li a.basketButton.empty {
	opacity: 0.2;
}

.top-nav ul li a.basketButton {
	opacity: 1;
}

.top-nav ul li a.basketButton .basket-amount {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: -10px;
	left: -10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}


/* 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(23, 34, 59, 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 0 10px 0;
	font-family: franklin-gothic-urw, arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

.search-wrapper form input[type="submit"] {
	border-radius: 0;
	background: #ccc;
	padding: 8px 0.9375rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	font-family: franklin-gothic-urw, arial, sans-serif;
}

.search-wrapper form label {
	width: 100%;
	font-family: franklin-gothic-urw, arial, sans-serif;
}

.search-wrapper form label input {
	background: 0;
	border: 0;
	color: #fff;
	border-radius: 0;
	width: 100%;
	font-size: 28px;
	display: inline-flex;
	padding: 8px 0.9375rem 8px 0;
	font-family: franklin-gothic-urw, arial, sans-serif;
}

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

#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:hover {
	border-color: #ccc;
}

#searchresults ul li a {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0.9375rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	font-family: franklin-gothic-urw, arial, sans-serif;
	text-decoration: none;
}

#searchresults ul li a .search-title {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	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;
}

#searchresults ul li a .search-button {
	background: #ccc;
	padding: 8px 0.9375rem;
	color: #fff;
	font-weight: bold;
	width: auto;
	display: inline-flex;
	text-decoration: none;
}

/* mnega menu */

.mega {
	display: flex;
	width: 100%;
	justify-content: center;
	overflow: hidden;
	font-family: franklin-gothic-urw, arial, sans-serif;
}

.mega .megaInner {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding: 1.875rem;
	position: relative;
	background: #ccc;
}

.mega .megaInner .mega-block {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	padding: 0.9375rem 1.875rem;
	max-width: 33.333%;
}

.mega .megaInner .mega-block:first-child {
	min-width: 30%;
	padding: 0.9375rem 1.875rem 0.9375rem;
}

.mega .megaInner .mega-block:first-child ul li a {
	padding: 8px 2.8125rem 8px 0.9375rem;
	transition: all ease-out 0.3s;
}

.mega .megaInner .mega-block:first-child::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #D5E3FF;
	opacity: 0.5;
}

.mega .megaInner .mega-block ul {
	display: inline-flex;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	margin: 0;
	left: 0;
	position: relative;
	background: none;
	flex-direction: column;
	justify-content: space-evenly;
}

.mega .megaInner .mega-block ul li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.mega .megaInner .mega-block ul li a img {
	position: absolute;
	max-width: 20px;
	right: 0;
	transition: all ease-out 0.3s;
	opacity: 0;
}

.mega .megaInner .mega-block ul li a:hover img {
	opacity: 1;
	right: 0.9375rem;
}

.mega .megaInner .mega-block ul li a::after {
	display: none;
}

.mega .megaInner .mega-block ul li a:hover {
	background: #333;
	box-shadow: 0px 2px 10px rgba(43, 114, 255, 0.8);
}

.mega .megaInner .mega-block p {
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}

.mega .megaInner .mega-cta {
	min-height: 250px;
	padding: 0.9375rem;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	transition: all ease-out 0.3s;
}

.mega .megaInner .mega-cta:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.mega .megaInner .mega-cta .mega-cta-title {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 8px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
}

.mega .megaInner .mega-cta .mega-cta-text {
	color: #fff;
	width: 100%;
	max-width: 75%;
	line-height: 1.2em;
}

.mega .megaInner .mega-cta .mega-cta-button {
	color: #fff;
	padding: 8px 0.9375rem;
	background: #333;
	font-weight: bold;
}

.mega .mega-close {
	max-width: 20px;
	position: absolute;
	bottom: 0.9375rem;
	right: 0.9375rem;
	z-index: 200;
}

.mega .mega-close:hover {
	cursor: pointer;
}


/* header mobile */

/*mobile burger widget */

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

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

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

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

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

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

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

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

/* active */

#nav-toggle.active {
	top: 0.9375rem;
}

#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: #ccc
}

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

.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: franklin-gothic-urw, 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
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* ================================================================================================================================ */
/* =============================================================== 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: #000;
	line-height: 1.2em;
	margin: 0 0 0.9375rem 0;
	z-index: 20;
}

.user-content h1 {
	font-size: 60px;
	color: #000;
	font-weight: bold;
}

.user-content h2 {
	font-size: 45px;
	font-weight: bold;
}

.user-content h3 {
	font-size: 38px;
	font-weight: normal;
}

.user-content h4 {
	font-size: 30px;
	font-weight: normal;
}

.user-content h5 {
	font-size: 26px;
}

.user-content h6 {
	font-size: 20px;
}

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

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

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

.customWrapper .customButton {
	padding: 0.9375rem 1.875rem;
	background: #333;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0px 5px 11px rgb(43 114 255 / 30%);
	transition: all ease-out 0.3s;
}

.customWrapper .customButton:hover {
	box-shadow: none;
}

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

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

.sectionInner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	z-index: 50;
}

.section-confined {
	max-width: 1440px;
}

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

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

.breadcrumbs {
	margin-bottom: 0.9375rem;
	color: #fff;
}

.breadcrumbs span span,
.breadcrumbs span a span,
.breadcrumbs span a {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	font-family: houschka-pro, arial, sans-serif;
	position: relative;
}

.breadcrumbs span span {
	color: #ccc;
	font-weight: 600;
}

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

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

.site-header {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	z-index: 250;
	padding: 0 1.875rem;
}

.site-header::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 150px;
	z-index: -1;
	background: #ccc;
	/* IE6-9 */
}

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

footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background: #ccc;
}

.footerInner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: calc(1440px + 3.75rem);
	padding: 1.875rem;
}

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

.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: 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: 48%
}

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

.footer-menu ul li:nth-child(1) a,
.footer-menu ul li:nth-child(2) a {
	padding-top: 0;
}

.footer-menu ul.social {
	margin: 0;
	display: inline-flex;
	width: 100%;
	justify-content: flex-start;
}

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

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

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

.footer-details {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 350px;
	padding: 0 1.875rem 0 0;
	margin: 1.875rem 0;
}

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

.footer-address {
	display: inline-flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 14px;
}

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

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

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

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

/* default page */

.page-head {
	display: inline-flex;
	width: 100%;
	padding: 1.875rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	background-color: #ccc;
}

.page-head .sectionInner {
	padding: 0;
	justify-content: center;
	flex-direction: column;
	max-width: 1440px;
	z-index: 20;
	margin: 0 0 1.875rem 0;
}

.page-head h1 {
	color: #333;
	font-size: 60px;
	line-height: 1.2em;
	z-index: 20;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
	font-family: rig-shaded-bold-face, Arial, Helvetica, sans-serif;
}

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

.page-head p {
	color: #fff;
	font-size: 20px;
	z-index: 20;
	max-width: 50%;
	width: 100%;
	margin: 0;
}

/* stadard template */

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

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

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

.error-404 p {
	width: 100%;
	color: #fff;
	z-index: 20;
	margin: 0;
}

.error-404 img {
	width: 80px;
	z-index: 20;
}

/* listing page */

#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: houschka-pro, 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;
}



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

#news-widget {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1.8785rem;
	background: #ccc;
}

#news-widget .news-layout {
	display: flex;
	margin: 0 -0.9375rem;
	width: calc(100% + 1.875rem);
}

#news-widget .news-layout .news-section {
	width: 100%;
	padding: 0 0.9375rem;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 1.875rem 0;
}

#news-widget .news-block {
	display: inline-flex;
	background: #fff;
	margin: 0.9375rem 0 0 0;
	max-width: 49%;
	width: 100%;
	transition: all ease-out 0.3s;
}

#news-widget .underfour .news-block {
	max-width: 100%;
}

#news-widget .underfour .news-image {
	max-width: 200px !important;
}

#news-widget .news-block:hover {
	box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
}

#news-widget .news-block:first-child {
	margin: 0;
}

#news-widget .news-block.block-large {
	height: 100%;
	margin: 0;
	max-width: 100%;
}

#news-widget .news-block.news-wide {
	max-width: 100%;
}

#news-widget .news-image {
	width: 100%;
	display: inline-flex;
	max-width: 200px;
}

#news-widget .news-block.block-large .news-image {
	max-width: 300px;
}

#news-widget .news-details {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0.9375rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	font-family: franklin-gothic-urw, arial, sans-serif;
}

#news-widget .news-block.news-wide .news-details,
#news-widget .news-block.block-large .news-details {
	padding: 0.9375rem 0.9375rem 3.75rem;
}

#news-widget .news-details .news-title {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	padding: 0.9375rem 0;
	margin: 0 0 0.9375rem 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#news-widget .news-details .news-text {
	line-height: 1.2em;
}

#news-widget .news-details .news-button {
	color: #ccc;
	text-decoration: underline;
}

#news-widget .news-block.block-large .news-details .news-button,
#news-widget .news-block.news-wide .news-details .news-button {
	background: #666;
	padding: 8px 0.9375rem;
	color: #fff;
	font-weight: bold;
	width: auto;
	display: inline-flex;
	text-decoration: none;
	position: absolute;
	bottom: 0.9375rem;
	right: 0.9375rem;
}

#news-widget .news-block.block-large .news-details .news-button a,
#news-widget .news-block.news-wide .news-details .news-button a {
	color: #fff;
	text-decoration: none;
}

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


/* 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: #333;
	justify-content: center;
	padding: 1.875rem 0;
	font-size: 26px;
	text-transform: uppercase;
	font-family: houschka-pro, arial, sans-serif;
}

.widget-title span {
	font-weight: bold;
	margin: 0 5px;
}

.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: houschka-pro, 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 {
	width: 100%;
	padding: 1.875rem;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

#cta-widget ul {
	margin: 0;
	width: 100%;
	max-width: 1440px;
	min-height: 70vh;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

#cta-widget .widget-layout-1 ul,
#cta-widget .widget-layout-1 ul.single li .cta-block,
#cta-widget .widget-layout-2 ul,
#cta-widget .widget-layout-2 ul.single li .cta-block {
	min-height: 350px;
	height: auto;
}

#cta-widget ul.single {
	width: 49%;
}

#cta-widget .widget-layout-1 ul.single {
	width: 100%;
}

#cta-widget ul.double {
	width: 49%;
}

#cta-widget ul.blocks {
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	height: auto;
	min-height: 0;
}

#cta-widget ul.blocks li {
	min-height: 350px;
	height: auto;
	display: inline-flex;
	width: 49%;
	margin: 0 0 1.875rem 0;
}

#cta-widget ul.blocks li a {
	height: 100%;
}

#cta-widget ul li {
	list-style: none;
	width: 100%;
	height: 100%;
	display: inline-flex;
}

#cta-widget ul.double li {
	height: 48%;
}

#cta-widget ul li .cta-block {
	display: inline-flex;
	width: 100%;
}

#cta-widget ul li .cta-block a {
	display: inline-flex;
	width: 100%;
	padding: 1.875rem 1.875rem 5rem;
	align-items: flex-start;
	justify-content: flex-start;
	text-decoration: none;
	flex-direction: column;
	position: relative;
	z-index: 20;
}

#cta-widget ul li .cta-block a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all ease-out 0.3s;
	background: rgba(23, 34, 59, 0.4);
}

#cta-widget ul li .cta-block a:hover::after {
	opacity: 1;
}

#cta-widget ul li .cta-block a .cta-title {
	width: 100%;
	max-width: 60%;
	margin: 0 0 0.9375rem 0;
}

#cta-widget ul li .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: houschka-pro, arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	padding: 0 0.9375rem;
}

#cta-widget ul li .cta-block a .cta-title span.bold {
	background: #333;
	padding: 5px 0.9375rem;
	width: auto;
	font-weight: bold;
}

#cta-widget ul li .cta-block a .cta-text {
	display: inline-flex;
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 0.9375rem 0;
}

#cta-widget ul li .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: 2.8125rem;
}

/* 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: 1.8758rem 0;
}

#download-widget .widgetInner {
	padding: 1.875rem 3.75rem;
	background: rgb(229, 235, 255);
	background: #ccc;
}

#download-widget ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 0.9375rem 0;
	padding: 0;
}

#download-widget ul li {
	display: inline-flex;
	width: 100%;
	margin: 0 0 0.9375rem 0;
}

#download-widget ul li a {
	display: inline-flex;
	width: 100%;
	list-style: none;
	align-items: center;
	padding: 0 0 0.9375rem 0;
	text-decoration: none;
	transition: all ease-out 0.3s;
	border-bottom: 1px solid #c9deff;
}

#download-widget ul li a img {
	width: 35px;
	margin: 0 1.875rem 0 0;
}

#download-widget .dl-block {
	width: 100%;
}

#download-widget .dl-title {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
}

#download-widget .dl-text {
	font-size: 20px;
	color: #333;
}

#download-widget .dl-button {
	padding: 8px 1.875rem;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background: #ccc;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	transition: all ease-out 0.3s;
}

#download-widget .dl-button:hover {
	box-shadow: 0px 2px 10px rgba(43, 114, 255, 0.4);
}

#download-widget .dl-button svg {
	fill: #fff;
	margin: 0 0 0 10px;
}

/* testimonial widget */

#testimonial-widget {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3.75rem 1.875rem;
	background: #ccc;
}

#testimonial-widget .widgetInner {
	max-width: 1440px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 3.75rem;
}

#testimonial-widget .test-slider {
	max-width: 1024px;
	width: 100%;
}

#testimonial-widget .test-prev,
#testimonial-widget .test-next {
	padding: 10px;
	background: #666;
	transition: all ease-out 0.3s;
	color: #fff;
	left: 0;
	position: absolute;
	display: inline-flex;
	height: 45px;
	width: 45px;
	align-items: center;
}

#testimonial-widget .test-next {
	right: 0;
	left: auto;
	left: initial;
}

#testimonial-widget .test-prev:hover,
#testimonial-widget .test-next:hover {
	cursor: pointer;
	box-shadow: 0px 4px 14px rgba(208, 226, 255, 0.4);
}

.test-quote {
	font-size: 34px;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	font-weight: 200;
	font-family: houschka-pro, arial, sans-serif;
	text-transform: uppercase;
}

.test-quote strong {
	font-weight: 600;
}

.test-name {
	display: inline-flex;
	justify-content: center;
	color: #fff;
	width: 100%;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#testimonial-widget .slick-dots li.slick-active button:before {
	color: #ccc;
	opacity: 1;
}

#testimonial-widget .slick-dots li button:before {
	color: #fff;
	opacity: 0.75;
}

#testimonial-widget .slick-dots {
	bottom: -55px;
}

#testimonial-widget .slick-dots li button:before {
	font-size: 10px;
}


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

/* faq widget */

#faq-widget {
	padding: 0 1.875rem 0.9375rem;
	background: #1C3D6F;
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

#faq-widget .widgetInner {
	justify-content: center;
}

#faq-widget .widget-title {
	max-width: 1024px;
	padding-bottom: 5px;
}

#faq-widget .widgetInner P {
	width: 100%;
	color: #fff;
	max-width: 1024px;
	margin-top: 0;
}

/* --------------------- Accordion -------------------- */

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

.accordion {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1024px;
	margin: 0 0 1.875rem 0;
	padding: 0;
}

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

.accordion li .accordion-trigger {
	padding: 0.9375rem 1.875rem;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	display: inline-flex;
	background: #ccc;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	align-items: center;
	justify-content: space-between;
	transition: all ease-out 0.3s;
	margin: 0 0 1px 0;
}

.accordion li .accordion-trigger:hover {
	cursor: pointer;
}

.accordion li.open .accordion-trigger {
	background: #333;
}

.accordion li.open .accordion-trigger .trigger-icon-close {
	display: block;
}

.accordion li.open .accordion-trigger .trigger-icon-open {
	display: none;
}

.accordion li.open .accordion-content {
	display: block;
}


#accordion .accordion li.open .accordion-content h1,
#accordion .accordion li.open .accordion-content h2,
#accordion .accordion li.open .accordion-content h3,
#accordion .accordion li.open .accordion-content h4,
#accordion .accordion li.open .accordion-content h5,
#accordion .accordion li.open .accordion-content h6,
#accordion .accordion li.open .accordion-content p {
	color: #404040;
}

#accordion .accordion li.open .accordion-content ul {
	padding: 0;
}

#accordion .accordion li.open .accordion-content ul li::marker {
	color: #404040;
	font-size: 10px;
}

#accordion .accordion li.open .accordion-content ul li {
	list-style: disc;
	margin: 0 0 5px 0;
}

.accordion li .accordion-trigger i {
	transition: all ease-out 0.3s;
}

.trigger-icon-open {
	margin: 0 0 0 10px;
}

.trigger-icon-close {
	display: none;
	margin: 0 0 0 10px;
}

.accordion li .accordion-content {
	padding: 1.875rem;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	border-top: 0;
	display: none;
	background: #fff;
}

/* ----------------------------------------------------- woo commerce overwrites --------------------------------------- */


.woocommerce-message {
	padding: 0.9375rem;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
	z-index: 50;
	width: 100%;
	left: 0;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'houschka-pro';
	font-size: 18px;
	margin-top: 0.9375rem;
}

.woocommerce-message a {
	background: #fff;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0 5px;
}


/* listing page */

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

.single-product div.product,
#primary.single-product div.product {
	width: 100%;
}

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

#primary .woocommerce-products-header {
	width: 100%;
	justify-content: center;
	display: inline-flex;
}

#primary .woocommerce-result-count {
	width: 100%;
}

#primary .woocommerce-ordering {
	width: 100%;
}

#primary ul.products {
	width: 100%;
}

#primary ul.products li.product {
	width: 100%;
	display: inline-flex;
}

#listing-filter {
	width: 100%;
	margin-top: 1.875rem;
}

.listing-cat {
	display: inline-flex;
	width: 100%;
	background: #141A48;
}

.listing-cat ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
	width: 100%;
}

.listing-cat ul li {
	list-style: none;
	width: 100%;
	display: inline-flex;
	max-width: 25%;
	align-items: center;
}

.listing-cat ul li a {
	border: 0;
	padding: 1.875rem;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 0;
	font-size: 20px;
	background: none;
	color: #fff;
	font-weight: 500;
	outline: none;
	position: relative;
	width: 100%;
	transition: all ease-out 0.3s;
}

.listing-cat ul li a::after {
	right: 0;
	content: "";
	position: absolute;
	display: inline-flex;
	height: 60%;
	width: 1px;
	background: #fff;
	opacity: 0.2;
}

.listing-cat ul li a:hover {
	cursor: pointer;
}

.listing-cat ul li a.active {
	background: #ccc;
	color: #fff;
}

.listing-option {
	display: inline-flex;
	width: 100%;
	padding: 0;
	margin: 0 0 1.875rem 0;
	background: rgb(206, 223, 255);
	background: -moz-linear-gradient(-45deg, rgba(206, 223, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(206, 223, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	background: linear-gradient(135deg, rgba(206, 223, 255, 1) 0%, rgba(237, 243, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedfff', endColorstr='#edf3ff', GradientType=1);
}

.listing-option ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-flex;
	justify-content: space-between;
}

.listing-option ul li {
	list-style: none;
	width: 100%;
	padding: 1.875rem 0.9375rem;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
}

.listing-option ul li .option-label {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 0 0 5px 0;
}

.listing-option ul li select {
	padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	border: 0;
	height: 54px;
	color: #333;
	position: relative;
	font-family: franklin-gothic-urw, arial, sans-serif;
	outline: none;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.listing-option ul li select {
		padding-right: 18px
	}
}

.listing-option ul li label {
	position: relative;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

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

.listing-option ul li.option-search {
	display: inline-flex;
	flex-wrap: wrap;
	background: rgba(94, 148, 255, 0.2);
	padding: 1.875rem 0.9375rem 1.875rem 1.875rem;
	margin: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.listing-option ul li.option-search div {
	display: inline-flex;
	align-items: center;
	position: relative;
}


.listing-option ul li input[type="text"] {
	padding: 0.9375rem;
	width: 300px;
	border-radius: 0;
	border: 0;
	height: 54px;
	padding-left: 3.75rem;
}

.listing-option ul li input[type="submit"],
.listing-option ul li input[type="button"] {
	border-radius: 0;
	border: 0;
	padding: 0.9375rem 1.875rem;
	color: #fff;
	font-weight: 500;
	background: #ccc;
	height: 54px;
	font-size: 18px;
	box-shadow: 2px 5px 12px rgb(43 114 255 / 40%)
}

.listing-option ul li.button {
	width: auto;
	align-items: flex-end;
}

.listing-option ul li.button.reset {
	padding-right: 1.875rem;
}

.listing-option ul li.button a {
	border-radius: 0;
	border: 0;
	padding: 0.9375rem 1.875rem;
	color: #fff;
	font-weight: 500;
	height: 54px;
	font-size: 18px;
	text-decoration: none;
	box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1441', endColorstr='#0d1019', GradientType=1);
}

.listing-option ul li.button.reset a {
	background: #93bdff;
}

.listing-option ul li img {
	position: absolute;
	width: 30px;
	left: 0.9375rem;
}

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

.listing-block ul {
	display: inline-flex;
	width: 100%;
}

.listing-block ul li {
	width: 100%;
}

/* list items */

#results {
	position: relative;
	width: 100%;
	min-height: 200px;
}

.list-info-language {
	display: inline-flex;
	width: 100%;
}

.list-info-language ul {
	display: inline-flex;
	width: 100%;
}

.list-info-language ul li {
	list-style: none;
}

.list-info-language img {
	width: 25px;
	max-height: 17px;
}


/* main list */

#listing-block {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

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

#listing-block ul li {
	list-style: none;
	position: relative;
	display: inline-flex;
	width: 100%;
	border-bottom: 1px solid #c9deff;
	padding: 0.9375rem 0;
}

#listing-block ul li.no-results {
	display: inline-flex;
	justify-content: center;
}

#listing-block ul li.document-item {
	align-items: center;
}

#listing-block ul li.newsletter .list-inner .list-info-title {
	max-width: 100% !important;
}

#listing-block ul li.no-results .listing-item-bar {
	display: none;
}

#listing-block ul li .listing-item-bar {
	position: absolute;
	width: 10px;
	top: 0.9375rem;
	height: calc(100% - 1.875rem);
	background: #141A48;
}

#listing-block ul li .grey {
	background: #707070;
}

#listing-block ul li .green {
	background: #7B8F5A;
}

#listing-block ul li .dark-red {
	background: #77160D;
}

#listing-block ul li .blue {
	background: #333;
}

#listing-block ul li .light-blue {
	background: #009CDA;
}

#listing-block ul li .yellow {
	background: #EFCD00;
}

#listing-block ul li .red {
	color: #E02020;
}

#listing-block ul li .light-green {
	color: #5FB306;
}

#listing-block ul li .black {
	background: #666;
}

#listing-block ul li .list-image {
	width: 100%;
	max-width: 170px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.875rem 0.9375rem 1.875rem 3.75rem;
}

#listing-block ul li .list-image img {
	max-height: 150px;
}

#listing-block ul li .list-inner {
	width: 100%;
	padding: 1.875rem;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}

#listing-block ul li .list-inner .list-info {
	display: inline-flex;
	align-items: flex-start;
	width: 100%;
	justify-content: flex-start;
	margin: 0 0 10px 0;
	padding: 0 0.9375rem 0 0;
}

#listing-block ul li.document-item .list-inner .list-info {
	flex-wrap: wrap;
	margin: 0;
}

#listing-block ul li.document-item .list-info-tag {
	margin: 0 0 10px 0;
}

#listing-block ul li .list-inner .list-info .list-info-inner {
	display: inline-flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 900px;
}

#listing-block ul li .list-inner .list-info-title {
	width: 100%;
	max-width: 400px;
	line-height: 1.2em;
	color: #333;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
	font-family: houschka-pro, arial, sans-serif;
}

#listing-block ul li.document-item .list-inner .list-info-title {
	max-width: 100%;
}

.list-info-member,
.list-info-public {
	min-height: 30px;
	width: 100%;
	max-width: 150px;
	display: inline-flex;
	align-items: center;
	font-family: franklin-gothic-urw, arial, sans-serif;
	font-size: 18px;
	color: #5FB306;
	font-weight: 500;
}

.list-info-member {
	color: #E02020;
}

.list-info-member img,
.list-info-public img {
	width: 25px;
	margin: 0 5px 0 0;
	display: inline-flex;
	align-self: flex-start;
}

.list-info-type {
	min-height: 30px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	font-family: franklin-gothic-urw, arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.document-item .list-info-type {
	max-width: 150px;
}

.list-info-type div {
	margin: 0 0.9375rem 0 0;
}

.list-info-language {
	width: 100%;
	max-width: 200px;
	min-height: 30px;
}

#listing-block .list-info-language ul {
	display: inline-flex;
	align-items: center;
	margin: 0;
	width: 100%;
	padding: 0;
	justify-content: flex-start;
}

#listing-block .list-info-language ul li {
	width: auto;
	margin: 0 5px;
	border: 0;
	padding: 0;
}

.list-info-language ul li::before {
	display: none;
}


#listing-block .list-para {
	width: auto;
	font-weight: 300;
	font-size: 20px;
	position: relative;
	color: #333;
}

#listing-block .list-para h5 {
	margin: 0;
	font-weight: 400;
	font-size: 22px;
}

#listing-block .list-para p {
	margin: 0;
	padding-right: 1.875rem;
}

#listing-block .list-block {
	display: inline-flex;
	align-items: flex-end;
	width: 100%;
	justify-content: space-between;
	padding: 0 0.9375rem 0 0;
}

#listing-block .list-button {
	min-width: 180px;
}

#listing-block .list-subtitle {
	margin: 0 0 10px 0;
}

#listing-block .list-info-tag {
	width: 25%;
	margin: 0 1.875rem 0 0;
}

#listing-block .list-info-tag span {
	padding: 5px 10px;
	background: #333;
	width: auto;
	color: #fff;
	justify-content: center;
	text-align: center;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'houschka-pro', Arial, Helvetica, sans-serif;
}

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

.list-price .list-price-member,
.list-price .list-price-public {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 1.875rem 0 0;
	color: #333;
	width: 100%;
	max-width: 250px;
	align-items: flex-end;
	display: inline-flex;
}

.list-price .list-price-member {
	color: #ccc;
}

.list-price .list-price-button,
.list-button a {
	display: inline-flex;
	justify-content: flex-end;
	width: 100%;
	min-width: 175px;
}

.list-button.login a {
	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);
}

.list-price .list-price-button a,
.list-button a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	justify-content: center;
	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%);
}

.list-button a:hover,
.list-price .list-price-button a:hover {
	box-shadow: 0px 3px 12px rgba(43, 114, 255, 0.4);
}

#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: franklin-gothic-urw, 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: franklin-gothic-urw, 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;
}

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

#blog-detail .sectionInner .subtitle {
	color: #333;
	display: inline-flex;
	width: 100%;
	margin: 1.875rem 0;
	font-size: 45px;
	font-weight: bold;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#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;
	text-transform: uppercase;
	display: inline-block;
}

#blog-detail .user-content h3 {
	padding: 8px 0.9375rem;
	color: #fff;
	background: #333;
	width: auto;
}

#blog-detail .user-content p {
	font-size: 20px;
	color: #333;
}

.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: 3.75rem 0;
}

.blog-nav a {
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	font-family: franklin-gothic-urw, arial, sans-serif;
	text-decoration: none;
	position: relative;
	transition: all ease-out 0.3s;
	padding: 10px 1.875rem 10px 3.75rem;
	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);
}

.blog-nav a:hover {
	box-shadow: 0px 3px 12px rgb(43 114 255 / 40%)
}

.blog-nav a.inactive {
	opacity: 0.2;
	pointer-events: none;
	cursor: not-allowed;
}

.blog-nav a.next {
	padding: 10px 3.75rem 10px 1.875rem;
}

.blog-nav a img {
	width: 20px;
	position: absolute;
	transition: all ease-out 0.3s;
}

.blog-nav a.prev img {
	left: 0.9375rem;
}

.blog-nav a.next img {
	right: 0.9375rem;
}


/* --------- contact us form  --------- */

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

#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 {
	margin: 0;
	font-size: 20px;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	margin: 0.9375rem 0 0 0;
	width: 100%;
	display: block;
	text-transform: initial;
	font-weight: normal;
	font-family: franklin-gothic-urw, arial, sans-serif;
}

.processText {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.processText h2 {
	margin: 0 0 1.875rem 0;
	text-align: center;
	width: 100%;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

.processText p {
	margin: 0 0 1.875rem 0;
	text-align: center;
	font-size: 20px;
	color: #333;
}

/* process circle */

.stepCircle {
	display: flex;
	justify-self: center;
	align-items: center;
	justify-content: center;
}

.circleText {
	position: absolute;
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 350px;
	justify-content: center;
	padding: 0 0.9375rem;
}

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

.progressCircle {
	border-radius: 100%;
	width: 450px;
	height: 450px;
	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;
}

.processArrows .slick-arrow {
	background: #666;
}


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

/* ===================================================== MEDIA QURIES  ================================================= */
/* ===================================================================================================================== */

/* 1440 */
@media only screen and (max-width: 90.63em) {

	#cta-widget ul li .cta-block a .cta-title {
		max-width: 75%;
	}

	#listing-block ul {
		padding: 0 1.875rem;
	}

}

/* 1280 */
@media only screen and (max-width: 80.63em) {

	.footer-details,
	.footer-menu,
	.footer-links {
		padding: 0 0.9375rem;
	}

	.footer-details {
		padding-left: 0;
		max-width: 300px;
	}

	.footer-links {
		padding-right: 0;
		max-width: 250px;
	}

	#listing-block ul li .list-inner .list-info {
		flex-wrap: wrap;
	}

	.main-navigation li {
		padding: 0 0.9375rem;
	}

	.main-navigation a {
		font-size: 18px;
	}

	.main-logo {
		width: auto;
	}

	.main-logo a img {
		width: 350px;
	}

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


}

/* 1280 end */

/* 1024 */
@media only screen and (max-width: 64.63em) {

	.show-for-medium {
		display: inline-flex !important;
	}

	.footer-block {
		flex-wrap: wrap;
	}

	.footerInner {
		flex-wrap: wrap;
	}

	.footer-menu {
		max-width: 50%;
	}

	.footer-details {
		order: 3;
		max-width: 100%;
		justify-content: center;
		margin: 0.9375rem 0;
	}

	.footer-company,
	.footer-address,
	.footer-tag {
		text-align: center;
		justify-content: center;
	}

	.footer-links {
		max-width: 50%;
	}

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

	.main-logo a img {
		width: 300px;
	}

	.top-nav ul li {
		margin-left: 1.875rem;
	}

	.top-nav ul li:first-child {
		margin-left: 0;
	}

	.top-nav ul li a,
	.top-nav ul li button {
		font-size: 14px;
	}

	.mega .megaInner,
	.mega .megaInner .mega-block:first-child {
		padding: 0.9375rem;
	}

	.mega .mega-close {
		display: none;
	}

	.widget-title {
		flex-wrap: wrap;
		padding-top: 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 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;
	}

	/* mobile menu */

	.site-header {
		padding: 0;
	}

	.header-top {
		padding: 0 1.875rem;
	}

	.menu-top-nav-container {
		display: inline-flex;
		position: absolute;
		height: auto;
		max-height: 0;
		flex-wrap: wrap;
		left: 0;
		width: 100%;
		background: #ccc;
		box-shadow: 0px 6px 20px rgb(0 0 0 / 50%);
		transition: all ease-out 0.4s;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.menu-top-nav-container.open {
		max-height: 100vh;
	}

	.mob-menu-expand {
		display: none;
	}

	.main-navigation {
		position: relative;
		border: 0;
	}

	.main-navigation ul {
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		padding: 0.9375rem;
		transition: all ease-out 0.3s;
		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);
	}

	.main-navigation li {
		width: 320px;
		margin: 0 0 5px 0;
		position: relative;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
		transition: all ease-out 0.3s;
	}

	.main-navigation li:first-child,
	.main-navigation li {
		padding: 0;
	}

	.main-navigation li.membership a {
		padding: 5px 0.9375rem;
		width: auto;
	}

	.main-navigation a {
		font-size: 16px;
		width: auto;
		text-align: center;
	}

	.main-navigation ul ul {
		width: 320px;
		top: 0;
		padding: 0;
		background: none;
		left: 0;
		position: relative;
		height: 0;
		overflow: hidden;
		align-items: flex-start;
		flex-direction: row;
		transition: all ease-out 0.3s;
		transition: all ease-out 0.3s;

	}

	.main-navigation ul li.focus>ul,
	.main-navigation ul ul.open {
		height: auto;
	}

	.main-navigation ul ul li {
		box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.2);
	}

	.main-navigation ul ul li ul li {
		box-shadow: none;
	}

	.mega .megaInner .mega-block {
		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 li a {
		padding: 0.9375rem 0;
		font-size: 16px;
	}

	.footer-links ul li a {
		font-size: 16px;
	}

	.header-bottom {
		position: absolute;
		top: 70px;
		right: 0;
	}

	.page-head {
		padding-top: 115px;
		min-height: 200px;
	}


	.progressCircle {
		width: 350px;
		height: 350px;
	}

	.circleText {
		max-width: 300px;
	}

	.circleText h4 {
		font-size: 20px;
	}

	.processSlides .process_Item p {
		font-size: 16px;
	}


}

@media only screen and (max-width: 55.63em) {

	.footer-menu,
	.footer-links {
		max-width: 100%;
		padding: 0;
	}

	.header-top {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
		padding: 0 0.9375rem;
	}

	.top-nav ul li a img,
	.top-nav ul li button img,
	.top-nav ul li a svg {
		margin: 0 5px;
	}

	.top-nav ul li {
		margin-left: 0.9375rem;
	}

	.main-logo {
		min-width: 100%;
		justify-content: center;
	}

	.main-logo a {
		width: auto;
	}

	.main-logo a img {
		max-width: 250px;
	}

	.top-nav {
		justify-content: center;
		margin: 0 0 0.9375rem 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;
	}

	.header-bottom {
		top: 0;
		right: 0;
	}

	.bread-separator {
		margin: 0 2px;
	}

	#nav-toggle {
		top: 0.9375rem;
		right: 0.9375rem;
	}

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

}

/* 640 */
@media only screen and (max-width: 40.63em) {

	#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 ul li a {
		flex-wrap: wrap;
	}

	#download-widget .dl-block {
		margin: 0 0 0.9375rem 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;
	}

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

	#nav-toggle {
		height: 30px;
	}

	.page-head {
		padding: 0.9375rem;
		padding-top: 100px;
		min-height: 150px;
	}

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

	.main-navigation li {
		width: 100%;
	}

	.menu-top-nav-container.open {
		overflow: scroll;
	}


}

/* 640 end */

@media only screen and (max-width: 35.9375em) {

	.top-nav ul li a div,
	.top-nav ul li button div {
		display: none;
	}

	.main-logo a img {
		max-width: 200px;
	}

	.widget-title {
		font-size: 17px;
	}

}

@media only screen and (max-width: 30.63em) {
	.footer-menu ul {
		margin: 1.875rem 0 0 0;
	}

	.footer-menu ul li {
		width: 100%;
	}
}