/*!
Theme Name: jigonline
Theme URI: http://underscores.me/
Author: Tom Jenkins
Author URI: http://underscores.me/
Description: JIG Online
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jigonline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* fonts */

@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:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.show-for-small {
  display: none !important;
}

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

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

.header-top {
  margin: 0.9375rem 0 0 0;
}

.header-top,
.header-bottom {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}

.main-logo {
  display: inline-flex;
  width: 100%;
  padding: 0.9375rem 0;
}

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

.main-logo a img {
  width: 100%;
  max-width: 450px;
  max-height: 55px;
}

/* backgrounds */

.block_bg_one {
  background: rgb(15, 20, 65);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1441', endColorstr='#0d1019', GradientType=1);
  /* IE6-9 */
}

.block_bg_two {
  background: rgb(35, 46, 107);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(35, 46, 107, 1) 0%,
    rgba(20, 26, 72, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(35, 46, 107, 1) 0%,
    rgba(20, 26, 72, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(35, 46, 107, 1) 0%,
    rgba(20, 26, 72, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232e6b', endColorstr='#141a48', GradientType=1);
  /* IE6-9 */
}

.block_bg_three {
  background: rgb(68, 111, 182);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#263375', GradientType=1);
  /* IE6-9 */
}

.block_bg_four {
  background: rgb(109, 144, 202);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(109, 144, 202, 1) 0%,
    rgba(68, 106, 179, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(109, 144, 202, 1) 0%,
    rgba(68, 106, 179, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(109, 144, 202, 1) 0%,
    rgba(68, 106, 179, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d90ca', endColorstr='#446ab3', GradientType=1);
  /* IE6-9 */
}

.block_bg_five {
  background: rgb(141, 169, 216);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(141, 169, 216, 1) 0%,
    rgba(96, 129, 192, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(141, 169, 216, 1) 0%,
    rgba(96, 129, 192, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(141, 169, 216, 1) 0%,
    rgba(96, 129, 192, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8da9d8', endColorstr='#6081c0', GradientType=1);
  /* IE6-9 */
}

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

.main-navigation ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 0;
  display: inline-flex;
  justify-content: space-between;
}

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}

.main-navigation {
  border-top: 1px solid rgba(76, 145, 254, 0.3);
  border-bottom: 1px solid rgba(76, 145, 254, 0.3);
}

.main-navigation li {
  display: inline-flex;
  align-items: center;
  padding: 0 1.8785rem;
}

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

.main-navigation li:last-child {
  padding-right: 0;
}

.main-navigation a {
  padding: 0.9375rem 0;
  font-family: franklin-gothic-urw, arial, sans-serif;
  color: #fff;
  width: 100%;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all ease-out 0.3s;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: #4c91fe;
  bottom: 0;
  left: 0;
  transition: all ease-out 0.3s;
}

.main-navigation li.current-menu-item a {
  color: #4c91fe;
}

.main-navigation a:hover,
.main-navigation a.hover {
  color: #4c91fe;
}

.main-navigation li a:hover::after,
.main-navigation li a.hover::after,
.main-navigation li.current-menu-item a::after {
  height: 4px;
}

.main-navigation li.membership a {
  color: #fff;
  padding: 8px 1.875rem;
  background: #4c91fe;
}

.main-navigation li.membership a::after {
  display: none;
}

/* 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: #4c91fe;
  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: #00081c;
}

.top-nav ul li.login .login-block li a:hover {
  background: #4c91fe;
  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 #4c91fe;
}

.search-wrapper form input[type="submit"] {
  border-radius: 0;
  background: #4c91fe;
  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.results-list {
  width: 100%;
  padding: 0 0.9375rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1.875rem 0;
}

#searchresults ul.results-list 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.results-list li:hover {
  border-color: #4c91fe;
}

#searchresults ul.results-list 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.results-list li a .search-title {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
  color: #17223b;
  padding: 0.9375rem 0;
  margin: 0 0 0.9375rem 0;
  width: 100%;
  border-bottom: 1px solid #4c91fe;
}

#searchresults ul.results-list li a .search-text {
  line-height: 1.2em;
}

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

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

.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:nth-child(2) {
  width: 100%;
}

.third-menu {
  display: inline-flex;
  flex-flow: column wrap;
  height: auto;
  width: 100%;
  margin: 0px;
  left: 0px;
  position: relative;
  background: none;
  justify-content: center;
}

.third-menu a {
  padding: 8px 2.8125rem 8px 0.9375rem;
  transition: all ease-out 0.3s;
}

.third-menu a:hover {
  background: #001446;
  box-shadow: 0px 2px 10px rgb(43, 114, 255, 0.8);
}

.third-menu a::after {
  display: none;
}

.third-menu a img {
  position: absolute;
  max-width: 20px;
  right: 0;
  transition: all ease-out 0.3s;
  opacity: 0;
}

.third-menu a:hover img {
  opacity: 1;
  right: 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: #001446;
  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(43, 114, 255, 0.8);
}

.mega .megaInner .mega-cta .mega-cta-title {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 8px;
  background: #1a3c6f;
  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: #4c91fe;
  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: #4c91fe;
}

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

.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: #4c91fe;
  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 iframe {
  padding: 1.875rem;
  border-radius: 15px;
  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);
}

.user-content .gfield iframe,
.user-content iframe.grassblade_iframe {
  padding: 0;
  border-radius: 0;
  background: none;
}

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

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

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

.user-content h3 {
  font-size: 38px;
  line-height: 1em;
  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 0 1.875rem 0;
  padding: 1.875rem 0;
}

.customWrapper .customButton {
  padding: 0.9375rem 1.875rem;
  background: #4c91fe;
  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;
}

body.um-page-register .sectionInner {
  justify-content: center;
}

.widgetInner {
  max-width: 1440px;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

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

/* ----------- 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: #4c91fe;
  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: -moz-linear-gradient(
    top,
    rgba(20, 26, 72, 1) 0%,
    rgba(20, 26, 72, 1) 7%,
    rgba(20, 26, 72, 0.55) 65%,
    rgba(20, 26, 72, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(20, 26, 72, 1) 0%,
    rgba(20, 26, 72, 1) 7%,
    rgba(20, 26, 72, 0.55) 65%,
    rgba(20, 26, 72, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(20, 26, 72, 1) 0%,
    rgba(20, 26, 72, 1) 7%,
    rgba(20, 26, 72, 0.55) 65%,
    rgba(20, 26, 72, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141a48', endColorstr='#00141a48', GradientType=0);
  /* IE6-9 */
}

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

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e80e4+0,001446+40 */
  background: rgb(78, 128, 228);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(78, 128, 228, 1) 0%,
    rgba(0, 20, 70, 1) 40%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(78, 128, 228, 1) 0%,
    rgba(0, 20, 70, 1) 40%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(78, 128, 228, 1) 0%,
    rgba(0, 20, 70, 1) 40%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e80e4', endColorstr='#001446', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  font-family: franklin-gothic-urw, arial, sans-serif;
}

.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-bar {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 0;
}

.footer-bar-inner {
  max-width: 1440px;
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
}

.footer-bar img {
  width: 250px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 350px;
  justify-content: flex-end;
  padding: 0 1.875rem;
}

.footer-links ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.875rem 0;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-links ul li {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0.9375rem 0;
}

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

.footer-links ul li a {
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  background: none;
  border: 1px solid #4c91fe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0.9375rem;
  transition: all ease-out 0.3s;
}

.footer-links ul li a:hover {
  background: #4c91fe;
  box-shadow: 0px 2px 14px rgba(76, 145, 254, 0.5);
}

.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::before {
  content: url(/app/themes/jigonline/assets/images/slider-arrow-right.svg);
  position: absolute;
  width: 20px;
  right: 0;
}

.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 li a::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #4c91fe;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease-out 0.2s;
}

.footer-menu ul li a:hover::after {
  height: 3px;
}

.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: #4c91fe;
}

.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-ticker {
  padding: 0.9375rem;
  background: #17223b;
  width: 100%;
  z-index: 200;
  position: relative;
  justify-content: center;
  display: inline-flex;
}

.footer-ticker div {
  color: #fff;
  max-width: 1440px;
  font-size: 20px;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

.footer-ticker div span {
  color: #4c91fe;
}

/* 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;
  min-height: 400px;
  position: relative;
  padding-top: 185px;
  background-color: rgb(0, 20, 70);
  /* Old browsers */
  background-color: -moz-linear-gradient(
    -45deg,
    rgba(0, 20, 70, 1) 49%,
    rgba(64, 114, 191, 1) 100%
  );
  /* FF3.6-15 */
  background-color: -webkit-linear-gradient(
    -45deg,
    rgba(0, 20, 70, 1) 49%,
    rgba(64, 114, 191, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background-color: linear-gradient(
    135deg,
    rgba(0, 20, 70, 1) 49%,
    rgba(64, 114, 191, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001446', endColorstr='#4072bf', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.page-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-linear-gradient(
    -45deg,
    rgba(23, 34, 59, 0.7) 0%,
    rgba(68, 118, 197, 0.7) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(23, 34, 59, 0.7) 0%,
    rgba(68, 118, 197, 0.7) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(23, 34, 59, 0.7) 0%,
    rgba(68, 118, 197, 0.7) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f17223b', endColorstr='#8f4476c5', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.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: #4c91fe;
  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;
}

.clouds {
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 1;
  overflow: hidden;
}

.clouds img {
  position: absolute;
}

.clouds img.cloud-one {
  top: -165px;
  left: -400px;
  opacity: 0.8;
}

.clouds img.cloud-two {
  top: 115px;
  left: -242px;
  max-width: 350px;
  opacity: 0.5;
}

.clouds img.cloud-four {
  max-width: 450px;
  right: -320px;
  top: -15px;
  opacity: 0.2;
  position: absolute;
}

/* stadard template */

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

#standard-view.training {
  background: #d0d7de;
}

#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 #c9deff;
  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: #1a3c6f;
  font-weight: 600;
  margin: 0;
  align-items: center;
  height: auto;
}

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

#listing-view ul li .listing-content a {
  padding: 0.9375rem 1.875rem;
  background: #4c91fe;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 5px 11px rgba(43, 114, 255, 0.3);
}

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

/* standards page */

.standards .sectionInner {
  max-width: 1440px;
  flex-wrap: nowrap;
}

.standards-head {
  background: rgb(206, 222, 255);
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(206, 222, 255, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(206, 222, 255, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(206, 222, 255, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedeff', endColorstr='#ecf2ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  flex-wrap: nowrap;
  padding: 0 1.875rem;
  position: relative;
}

.standards-img {
  width: 100%;
  max-width: 340px;
  margin-right: 1.875rem;
  position: relative;
}

.standards-img .standards-img-inner {
  position: absolute;
  top: 1.875rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.standards-img img {
  width: 100%;
}

.standards-img .standards-button {
  bottom: 0;
  font-weight: bold;
  border: 2px solid #4c91fe;
  background: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 0.9375rem;
  color: #4c91fe;
  margin: 0.9375rem 0;
  transition: all ease-out 0.3s;
  text-decoration: none;
}

.standards-img .standards-button:hover {
  color: #fff;
  background: #4c91fe;
  cursor: pointer;
}

.standards-img .standards-button svg {
  margin: 0 5px;
}

.standards-head-details {
  padding: 1.875rem;
  width: 100%;
}

.standards-title {
  color: #1a3c6f;
  font-size: 45px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 0.9375rem;
}

.standards-sub {
  color: #17223b;
  font-size: 38px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  font-family: houschka-pro, arial, sans-serif;
  width: 100%;
  display: inline-flex;
  margin: 0 0 0.9375rem 0;
}

.standards-bluesub {
  color: #4c91fe;
  margin: 0 0 0.9375rem;
  font-size: 24px;
  font-family: houschka-pro, arial, sans-serif;
}

ul.standards-tags {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0.9375rem 0;
  padding: 0;
}

ul.standards-tags li {
  list-style: none;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  position: relative;
  line-height: 1em;
}

ul.standards-tags li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #17223b;
}

ul.standards-tags li:last-child {
  margin: 0;
  padding: 0;
}

ul.standards-tags li:last-child::after {
  display: none;
}

ul.standards-tags li span {
  font-weight: bold;
}

.standards-body {
  display: inline-flex;
  width: 100%;
  padding: 0 1.875rem;
}

.standards-body .sectionInner {
  max-width: 1440px;
  flex-wrap: wrap;
  padding: 1.875rem 1.875rem 1.875rem 340px;
  padding-left: calc(340px + 3.75rem);
}

.standards-body .sectionInner.tabs-section {
  padding: 0 1.875rem;
}

.standards-head .woocommerce-notices-wrapper {
  position: absolute;
  z-index: 100;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 600px;
  text-align: center;
  line-height: 1.2em;
}

.standards-head .woocommerce-notices-wrapper .woocommerce-error {
  background: #fff;
  color: #1a3c6f;
  padding: 0.9375rem 1.875rem;
  font-weight: bold;
  box-shadow: 0px 12px 36px rgb(0 0 0 / 20%);
}

#bulletin-view .standards-body .sectionInner {
  padding-top: 0;
}

.standards-banner {
  display: inline-flex;
  padding: 1.875rem 3.75rem;
  width: 100%;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
  background: rgb(68, 111, 182);
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#28377a', GradientType=1);
}

.standards-banner.listing-banner {
  margin: 1.875rem 0 0 0;
}

.standards-banner .banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 70px;
  margin: 0 1.875rem 0 0;
}

.standards-banner .banner-icon img {
  width: 70px;
}

.standards-banner .banner-left {
  flex-wrap: wrap;
}

.standards-banner .banner-left,
.standards-banner .banner-right {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.standards-banner .banner-right {
  justify-content: flex-end;
}

.standards-banner .banner-title {
  display: inline-flex;
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: houschka-pro, arial, sans-serif;
  margin: 0;
}

.standards-banner .banner-text {
  display: inline-flex;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

.standards-banner a {
  padding: 0.9375rem 1.875rem;
  margin: 0 0 0 0.9375rem;
  font-family: franklin-gothic-urw, arial, sans-serif;
  color: #fff;
  width: 100%;
  max-width: 265px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #001446;
  box-shadow: 0px 2px 34px rgb(43 114 255 / 40%);
}

.standards-banner a.banner-light {
  background: #4c91fe;
  max-width: 170px;
}

.standards-banner a img {
  position: absolute;
  max-width: 20px;
  transition: all ease-out 0.3s;
  opacity: 1;
  right: 0.9375rem;
}

.standards-details {
  padding: 1.875rem 3.75rem;
  margin: 1.875rem 0;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  background: rgb(220, 231, 253);
  background: -moz-linear-gradient(
    -45deg,
    rgba(220, 231, 253, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(220, 231, 253, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(220, 231, 253, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce7fd', endColorstr='#ecf2ff', GradientType=1);
}

.standards-details.standards-download {
  margin: 0 0 1.875rem;
}

.poduct-title {
  width: 100%;
  color: #4c91fe;
  font-size: 34px;
  margin: 0 0 0.9375rem 0;
  font-family: houschka-pro, arial, sans-serif;
}

.prod-row {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.prod-row img {
  width: 100%;
  max-width: 40px;
  margin: 0 0.9375rem 0 0;
}

.prod-row .block-title {
  width: 100%;
  color: #17223b;
  font-size: 28px;
  font-weight: 600;
}

.prod-row .prod-spacer {
  margin: 0 0.9375rem;
}

.prod-row div {
  color: #17223b;
}

.prod-row span {
  font-weight: 600;
}

.price-block {
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  max-width: 50%;
  margin: 0;
  justify-content: space-between;
}

.product-block p {
  margin: 0;
}

.product-block.lfo-block {
  width: 100%;
}

.prod-price {
  font-weight: bold;
  font-size: 20px;
}

.prod-price:last-child {
  color: #4c91fe;
}

.prod-row .button-block {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  margin: 0.9375rem 0 0 0;
}

.prod-row .button-block a {
  font-weight: bold;
  color: #fff;
  background: #4c91fe;
  padding: 8px 0.9375rem;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 150px;
  justify-content: center;
  display: inline-flex;
}

.prod-split {
  margin: 0.9375rem 0;
  display: inline-flex;
  width: 100%;
  height: 1px;
  background: #4c91fe;
}

.prod-row ul {
  margin: 0.9375rem 0;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.prod-row ul li {
  width: 100%;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.9375rem 0;
}

.prod-row ul li .prod-ed {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
}

#bulletin-view .prod-row ul li .prod-ed {
  width: calc(100% - 200px);
  min-width: 200px;
  line-height: 1.2em;
}

#bulletin-view a.standard-button {
  margin-right: 0;
}

#bulletin-view .prod-split {
  margin-bottom: 0;
}

#bulletin-view .prod-row ul li:last-child .prod-split {
  display: none;
}

.prod-row ul li .prod-ed-button {
  padding: 8px 1.875rem;
  border: 2px solid #4c91fe;
  color: #4c91fe;
  font-weight: bold;
  min-width: 150px;
  justify-content: center;
  display: inline-flex;
  line-height: 1em;
  align-items: center;
  text-decoration: none;
  transition: all ease-out 0.3s;
  margin: 0 0 0 5px;
}

.prod-row ul li .prod-ed-button:hover {
  background: #4c91fe;
  color: #fff;
}

/* tabs widget */

.tabs {
  margin: 0 0 1.875rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tabs .tab-head {
  display: inline-flex;
  width: 100%;
  background: #141a48;
}

.tabs .tab-head ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 100%;
}

.tabs .tab-head ul li {
  list-style: none;
  width: 100%;
  display: inline-flex;
  max-width: 25%;
}

.tabs .tab-head ul li button.tablinks {
  border: 0;
  padding: 1.875rem;
  border-radius: 0;
  background: none;
  color: #fff;
  font-weight: bold;
  outline: none;
  width: 100%;
  transition: all ease-out 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tabs .tab-head ul li button.tablinks::after {
  right: 0;
  content: "";
  position: absolute;
  display: inline-flex;
  height: 60%;
  width: 1px;
  background: #fff;
  opacity: 0.2;
}

.tabs .tab-head ul li button.active {
  background: #4c91fe;
  color: #fff;
}

.tabs .tab-head ul li button:hover {
  background: #a6c2f8;
  cursor: pointer;
}

.tab-block {
  display: inline-flex;
  width: 100%;
  border-top: none;
  padding: 1.875rem;
  background: rgb(222, 233, 255);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(222, 233, 255, 1) 0%,
    rgba(243, 247, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(222, 233, 255, 1) 0%,
    rgba(243, 247, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(222, 233, 255, 1) 0%,
    rgba(243, 247, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee9ff', endColorstr='#f3f7ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.tab-block .tabcontent {
  display: none;
}

.tab-block .tabcontent:nth-child(1) {
  display: inline-block;
}

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

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

#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(76, 145, 254, 0.5);
}

#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: #17223b;
  padding: 0.9375rem 0;
  margin: 0 0 0.9375rem 0;
  width: 100%;
  border-bottom: 1px solid #4c91fe;
}

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

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

#news-widget .news-block.block-large .news-details .news-button,
#news-widget .news-block.news-wide .news-details .news-button {
  background: #4c91fe;
  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;
}

/*--------- gallery widget ------------*/

#gallery-widget {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3.75rem;
  margin: 3.75rem 0;
  position: relative;
  overflow: hidden;
}

#gallery-widget .widgetInner {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
}

#gallery-widget .widgetInner #gallery-block {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

#gallery-widget .widgetInner #gallery-block .slick-dots {
  bottom: -35px;
}

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

#gallery-widget .widgetInner #gallery-block .gallery-item {
  width: 100%;
  min-height: 400px;
}

#gallery-widget .widgetInner #gallery-block .gallery-item .image-title {
  padding: 0.9375rem 1.875rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: auto;
  display: inline-flex;
  font-weight: bold;
}

#gallery-widget .widgetInner #gallery-nav {
  display: inline-block;
  width: 100%;
}

#gallery-widget .widgetInner #gallery-nav .gallery-item {
  height: 120px;
  margin: 0.9375rem;
}

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

#homepage .sectionInner {
  align-items: center;
}

#home-media {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.home-prev,
.home-next {
  padding: 10px 0.9375rem;
  background: #00081c;
  transition: all ease-out 0.3s;
  color: #fff;
  left: 0;
  z-index: 50;
  position: absolute;
}

.home-next {
  right: 0;
  left: auto;
  left: initial;
}

#homepage .slick-dots li.slick-active button:before {
  color: #4c91fe;
  opacity: 1;
}

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

#homepage .slick-dots {
  bottom: 0.9375rem;
}

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

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

#home-media .media-item {
  display: inline-block;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

#home-media .media-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(23, 34, 59, 0.4);
}

#home-media .media-content {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
  padding: 0 1.875rem;
}

#home-media .media-content .media-content-inner {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  display: inline-flex;
  padding: 8rem 0 0;
}

#home-media .media-content .media-title {
  display: inline-flex;
  font-size: 26px;
  line-height: 1em;
  font-weight: Bold;
  color: #fff;
  width: 50%;
  text-transform: uppercase;
}

#home-media .media-content .media-text {
  display: inline-flex;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: Bold;
  color: #fff;
  width: 50%;
}

#home-media .media-content .media-sub {
  display: inline-flex;
  font-size: 20px;
  color: #fff;
  width: 50%;
}

#home-media .media-content .media-link {
  display: inline-flex;
  font-size: 18px;
  color: #17223b;
  padding: 0.9375rem;
  background: #4c91fe;
  width: auto;
  align-self: flex-start;
  align-items: center;
}

#home-media .media-content .media-link a {
  font-size: 20px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

#home-media .media-content .media-link a img {
  margin-left: 10px;
  width: 20px;
}

#home-media .media-content h1,
#home-media .media-content h2,
#home-media .media-content h3,
#home-media .media-content h4,
#home-media .media-content h5,
#home-media .media-content h6,
#home-media .media-content p {
  color: #fff;
  line-height: 1em;
}

#home-media .media-content h1 {
  font-size: 60px;
  font-weight: bold;
  font-family: rig-shaded-bold-face, Arial, Helvetica, sans-serif;
}

#home-media .media-content h2 {
  font-size: 45px;
  font-weight: bold;
}

#home-media .media-content h3 {
  font-size: 38px;
  font-weight: normal;
}

#home-media .media-content h4 {
  font-size: 24px;
  font-weight: normal;
  font-family: rig-shaded-light-face, Arial, Helvetica, sans-serif;
}

#home-media .media-content h5 {
  font-size: 22px;
}

#home-media .media-content h6 {
  font-size: 20px;
}

/* benefits widget */

#benefits-widget {
  width: 100%;
  padding: 1.875rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgb(204, 225, 255);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(204, 225, 255, 1) 0%,
    rgba(237, 243, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(204, 225, 255, 1) 0%,
    rgba(237, 243, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(204, 225, 255, 1) 0%,
    rgba(237, 243, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce1ff', endColorstr='#edf3ff', GradientType=1);
  /* IE6-9 */
}

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

#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: #4c91fe;
  text-decoration: none;
  font-weight: bold;
}

#benefits-widget .widget-button a {
  box-shadow: 0px 25px 16px -21px #4c91fe;
}

.widget-title {
  display: inline-flex;
  width: 100%;
  color: #1a3c6f;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-linear-gradient(
    45deg,
    rgba(26, 60, 111, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(26, 60, 111, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(26, 60, 111, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3c6f', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

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

#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: #1a3c6f;
  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: #4c91fe;
}

#feature-cta .cta-block a .cta-text h4 {
  font-size: 38px;
}

#feature-cta .cta-block a .cta-text h1 span,
#feature-cta .cta-block a .cta-text h1 span,
#feature-cta .cta-block a .cta-text h3 span,
#feature-cta .cta-block a .cta-text h4 span,
#feature-cta .cta-block a .cta-text h5 span,
#feature-cta .cta-block a .cta-text h6 span {
  font-size: 16px;
}

#feature-cta .cta-block a .cta-button {
  padding: 8px 0.9375rem;
  color: #fff;
  background: #4c91fe;
  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: #1a3c6f;
  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: #4c91fe;
  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 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 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);
}

#event-widget ul {
  width: calc(100% + 1.875rem);
  margin: 0 -0.93785rem 1.875rem;
  padding: 0 0.9375rem;
}

#event-widget ul li {
  list-style: none;
  margin: 0 0 0.9375rem 0;
}

#event-widget ul li a {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: #1a3c6f;
  padding: 1.875rem;
  border-bottom: 1px solid rgba(76, 145, 254, 0.3);
  transition: all ease-out 0.3s;
}

#event-widget ul li a:hover {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

#event-widget .event-flag {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 0.9375rem;
}

#event-widget .event-flag img {
  width: 20px;
  height: 15px;
  display: inline-flex;
  margin: 0 5px;
}

/* Event calendar */

#events-list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 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);
}

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

.events-filter {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 1.875rem 0.9375rem;
  margin: 1.875rem 0 0 0;
}

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

.events-filter ul li {
  display: inline-flex;
  list-style: none;
  padding: 5px;
  margin: 0 0 5px 0;
  width: 100%;
  align-items: center;
}

.events-filter ul li a {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  background: #fff;
  border: 2px solid #4c91fe;
  border-radius: 0;
  color: #4c91fe;
  transition: all ease-out 0.3s;
  text-decoration: none;
  align-items: center;
  line-height: 1em;
  min-height: 50px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
}

.events-filter ul li a:hover {
  cursor: pointer;
  box-shadow: 10px 12px 34px rgba(43, 114, 255, 0.4);
}

.events-filter ul li a.active {
  color: #fff;
  background: #4c91fe;
  box-shadow: 10px 12px 34px rgba(43, 114, 255, 0.4);
}

.events-content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.875rem 0.9375rem;
}

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

.events-content ul li {
  list-style: none;
  margin: 0 0 0.9375rem 0;
  width: 48%;
  background: #fff;
}

.events-content ul li.noevent {
  width: 100%;
}

.events-content ul li p {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  font-weight: bold;
  color: #1a3c6f;
  font-size: 24px;
}

.events-content ul li a {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: #1a3c6f;
  padding: 1.875rem;
  border-bottom: 1px solid rgba(76, 145, 254, 0.3);
  transition: all ease-out 0.3s;
}

.events-content ul li a:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.events-content ul li a .event-block {
  display: inline-flex;
  width: 100%;
  position: relative;
}

.events-content ul li a .event-block.event-block-lower {
  position: absolute;
  width: calc(100% - 3.75rem);
  bottom: 1.875rem;
  left: 1.875rem;
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
}

.events-content ul li a .event-notes {
  margin: 0;
  background: #cedeff;
  display: inline-flex;
  padding: 10px 0.9375rem 10px;
  align-items: center;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 35px;
}

.events-content ul li a .event-notes p {
  margin: 0 0.9375rem 0 0;
  font-size: 16px;
  line-height: 1.2em;
}

.events-content .block-container {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.events-content ul li a .event-block.block-info {
  width: calc(100% - 175px);
  border: 1px solid #4c91fe;
  min-height: 160px;
  height: auto;
  padding: 0.9375rem;
}
.events-content ul li a .event-block.block-image {
  width: 160px;
  margin: 0 15px 0 0;
}
.events-content ul li a .event-block.block-text {
  position: relative;
  padding: 0 0 3.75rem 0;
  height: 100%;
}

.events-content ul li a .event-block.block-date {
  flex-direction: revert;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.events-content .block-container {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 5rem;
}

.events-content ul li a .event-block.block-info {
  width: calc(100% - 175px);
  border: 1px solid #4c91fe;
  min-height: 160px;
  height: auto;
  padding: 0.9375rem;
}
.events-content ul li a .event-block.block-image {
  width: 160px;
  margin: 0 15px 0 0;
}
.events-content ul li a .event-block.block-text {
  position: relative;
  padding: 0 0 3.75rem 0;
  height: 100%;
}

.events-content ul li a .event-block.block-date {
  flex-direction: revert;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.events-content .event-image {
  width: 100%;
  min-height: 250px;
  display: inline-flex;
}

.events-content .event-flag,
.events-content .event-icon {
  display: inline-flex;
  align-items: center;
  color: #1a3c6f;
  margin: 0 0 0 0.9375rem;
}
.events-content .event-icon {
  width: 100%;
  justify-content: flex-end;
  text-align: right;
}

.events-content .block-loc {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
}
.events-content .event-icon svg {
  margin-right: 5px;
}

.events-content .event-flag,
.events-content .event-icon img {
  width: 20px;
  height: 15px;
  display: inline-flex;
  margin: 0 5px;
}

.events-content .event-date,
.events-content .event-title,
.events-content .event-text,
.events-content .event-more,
.events-content .event-top {
  width: 100%;
}

.events-content .event-text {
  margin: 0.9375rem 0;
}

.events-content .event-top {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.9375rem 0 0 0;
}

.events-content .event-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin: 0;
  background: #4c91fe;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100%;
}

.events-content .event-price svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.events-content .event-price span {
  font-size: 12px;
}

.events-content .event-date,
.events-content .event-tag {
  color: #4c91fe;
  padding: 0;
  font-size: 18px;
  width: 100%;
}

.events-content .event-title {
  font-size: 22px;
  line-height: 1em;
  font-weight: bold;
  padding: 0 0 8px 0;
  width: 100%;
  margin: 0.9375rem 0 5px 0;
  display: inline-flex;
  text-transform: uppercase;
}

.events-content .event-more {
  display: inline-flex;
  width: auto;
  min-width: 170px;
  padding: 8px 0.9375rem;
  margin: 0 10px 0 0;
  background: #4c91fe;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
}

/* event detail */

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

#event-detail .sectionInner {
  max-width: calc(1440px + 3.75rem);
  padding: 0 1.875rem;
}

#event-detail h2 {
  color: #1a3c6f;
  max-width: 50%;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  font-family: houschka-pro, arial, sans-serif;
}

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

#event-detail ul li {
  list-style: none;
  display: inline-flex;
  margin: 0 0 5em 0;
  width: 100%;
}

#event-detail ul li .detail-content {
  display: inline-flex;
  width: 100%;
  max-width: 50%;
  padding-right: 1.875rem;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

#event-detail .detail-title {
  width: auto;
  margin: 0 0 0.9375rem 0;
  padding: 0.9375rem 1.875rem;
  background: #1a3c6f;
  color: #fff;
  font-family: houschka-pro, arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

#event-detail .detail-image {
  min-height: 350px;
  width: 50%;
  height: 100%;
  max-height: 700px;
}

#event-detail ul li.right .detail-content {
  order: 2;
  padding-right: 0;
}

#event-detail ul li.right .detail-image {
  margin-right: 1.875rem;
}

#event-detail ul li .detail-text ul,
#event-detail ul li .detail-text ol {
  margin: 0;
  padding: 0 0 0 1.875rem;
}

#event-detail ul li .detail-text ul li {
  list-style: disc;
  display: list-item;
}

#event-detail ul li .detail-text ol li {
  list-style: decimal;
  display: list-item;
}

#event-detail ul li .detail-text li {
  margin: 0;
  display: list-item;
}

.event-head {
  display: none;
  width: 100%;
  flex-wrap: wrap;
}

.event-template-default .event-head {
  display: inline-flex;
}

.event-head .event-date {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: houschka-pro, arial, sans-serif;
  width: 100%;
  margin: 0 0 10px 0;
}

.event-head svg {
  width: 30px !important;
  margin: 0 0.9375rem 0 0;
}

.event-head .event-detail {
  color: #4c91fe;
  font-size: 20px;
  text-transform: uppercase;
  font-family: houschka-pro, arial, sans-serif;
  width: 100%;
  margin: 0 0 10px 0;
}

.event-head .event-detail span {
  font-weight: bold;
}

.event-head .event-price {
  color: #fff;
  font-size: 28px;
  font-family: houschka-pro, arial, sans-serif;
  font-weight: bold;
  margin: 1.875rem 0 0 0;
  width: 100%;
  margin: 0;
}

.event-head .event-price span {
  font-size: 14px;
}

#event-book {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  justify-content: center;
  padding: 0 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);
}

#event-book.training {
  background: #d0d7de;
}

#event-book .sectionInner {
  max-width: 1440px;
  flex-wrap: wrap;
  justify-content: center;
}

#event-book h1 {
  width: 100%;
  color: #1a3c6f;
}

#event-book form {
  box-shadow: 0px 3px 12px rgb(0 0 0 / 20%);
  margin: 0 0 3.75rem 0;
  padding: 1.875rem;
  justify-content: space-between;
  display: inline-flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}

#event-book form input,
#event-book form select {
  width: 100%;
  margin: 0 0 0.9375rem 0;
}

#event-book form span {
  margin: 0 0.9375rem 0 0;
}

#event-book form input[type="radio"] {
  width: auto;
  margin: 0 5px -2px 0;
}

#event-book form select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

#event-book form label {
  color: #1a3c6f;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

#event-book form input[type="submit"] {
  background: #4c91fe;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  height: 50px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
  border: none;
  border-radius: none;
  line-height: 1em;
  padding: 16px 20px;
  color: #fff;
  width: auto;
  display: inline-flex;
  text-decoration: none;
}

#event-book form input[type="submit"]:disabled,
#event-book form input[type="submit"][disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

#additional_questions {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1.875rem;
  margin-top: 0.9375rem;
}

#additional_questions h4 {
  width: 100%;
  margin-top: 0.9375rem;
}

#event-book form .form-block.form-block-add {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.875rem 0;
}

#event-book form .form-block.form-block-add:last-child {
  margin: 0;
}

#event-book form .form-block.form-block-add .reason_box {
  width: 100%;
  margin-top: 0.9375rem;
}

#event-book form .form-block.form-block-add label {
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
}

#event-book form .form-block.form-block-add span {
  margin-right: 1.875rem;
}

#event-book form .form-block {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 48%;
  justify-content: space-between;
}

#event-book form .form-block#creditcard_select {
  flex-direction: column;
  justify-content: flex-start;
}

#event-book form .form-block#payment_selection {
  justify-content: flex-start;
  margin: 0 0 0.9375rem 0;
}

#event-book form .form-block#payment_selection .payment_selection-block {
  width: 100%;
  margin: 5px 0 0 0;
}

#event-book form h4 {
  width: 100%;
  margin-bottom: 0.9375rem;
}

#event-book p {
  width: 100%;
  margin: 0;
}

#event-book p span {
  font-weight: bold;
  min-width: 80px;
  display: inline-block;
}

#event-book form #error-block {
  display: none;
  top: -3.75rem;
  left: 0;
  width: 100%;
  justify-content: center;
}

#event-book form #error-block span {
  align-items: center;
  background: #c43632;
  color: #fff;
  padding: 0.9375rem 1.875rem;
  margin: 0 0 0.9375rem 0;
  border-radius: 10px;
  box-shadow: 0px 3px 12px rgb(0 0 0 / 30%);
  transition: all ease-out 0.3s;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

#event-book form #error-block span .close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  font-size: 13px;
  padding: 2px;
}

#event-book form #error-block span .close:hover {
  cursor: pointer;
}

.submit-block {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  min-height: 65px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 1.875rem 0 0 0;
}

.submit-block input:hover {
  cursor: pointer;
}

.submit-block #spinner {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.submit-block .loader-text {
  font-size: 14px;
  font-weight: bold;
  color: #1a3c6f;
  margin: 0 0.9375rem 0 0;
}

.submit-block .loader {
  font-size: 10px;
  margin: 0;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(
    left,
    #4c91fe 10%,
    rgba(76, 145, 254, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #4c91fe 10%,
    rgba(76, 145, 254, 0) 42%
  );
  background: -o-linear-gradient(left, #4c91fe 10%, rgba(76, 145, 254, 0) 42%);
  background: -ms-linear-gradient(left, #4c91fe 10%, rgba(76, 145, 254, 0) 42%);
  background: linear-gradient(to right, #4c91fe 10%, rgba(76, 145, 254, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.submit-block .loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.submit-block .loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#booked-block {
  padding: 3.75rem;
  justify-content: center;
  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);
}

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

#booked-block .booked-details {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  padding: 3.75rem;
  box-shadow: 0px 25px 36px -22px #365397;
}

#booked-block .booked-details p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #1a3c6f;
  font-size: 26px;
}

#booked-block .booked-details ul {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#booked-block .booked-details ul li {
  list-style: none;
  width: 48%;
  text-align: end;
}

#booked-block .booked-details ul li.list-divider {
  width: 100%;
  height: 1px;
  background: #4c91fe;
  margin: 1.875rem 0;
  border: 0;
}

#booked-block .booked-details ul li.bold {
  font-weight: bold;
  color: #1a3c6f;
  text-align: left;
}

/* event banner*/

#event-banner {
  display: inline-flex;
  width: 100%;
  padding: 3.75rem 1.875rem;
  justify-content: center;
  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);
}

#event-banner .bannerInner {
  flex-wrap: nowrap;
  display: inline-flex;
  width: 100%;
  padding: 0 1.875rem;
  max-width: 1440px;
  align-items: center;
  background: rgb(68, 111, 182);
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#28377a', GradientType=1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

#event-banner .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;
}

#event-banner .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;
}

#event-banner .banner-title {
  display: inline-flex;
  width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: houschka-pro, arial, sans-serif;
  margin: 0;
}

#event-banner .banner-text {
  display: inline-flex;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

#event-banner .banner-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 1.875rem 0;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#event-banner .banner-buttons a {
  display: inline-flex;
  padding: 8px 1.875rem;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  background: #4c91fe;
  text-decoration: none;
  margin: 0 0 5px 0.9375rem;
  transition: all ease-out 0.3s;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#event-banner .banner-buttons a:hover {
  box-shadow: 0px 4px 10px rgba(43, 114, 255, 0.4);
}

#event-banner .banner-buttons a img {
  margin-left: 10px;
  width: 20px;
  transition: all ease-out 0.3s;
}

#book-banner {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  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);
}

#book-banner .bannerInner {
  max-width: 1440px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#book-banner .book-button {
  background: #4c91fe;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
  border: none;
  line-height: 1em;
  padding: 16px 20px;
  color: #fff;
  width: auto;
  display: inline-flex;
}

#book-banner .book-button a {
  color: #fff;
  text-decoration: none;
}

#book-banner .event-map {
  height: 500px;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -3.5rem;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

body.single-event .page-head {
  min-height: 400px;
}

.events-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 1.875rem;
}

.events-button a {
  background: #4c91fe;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
  border: none;
  line-height: 1em;
  padding: 16px 20px;
  color: #fff;
  width: auto;
  display: inline-flex;
  text-decoration: none;
}

/* 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: #1a3c6f;
  width: 100%;
  font-weight: bold;
}

#related-doc-widget .related-doc-block .related-doc-text {
  width: 100%;
  color: #17223b;
}

#related-doc-widget .related-doc-block .related-doc-acc {
  display: inline-flex;
  width: 100%;
  color: #1a3c6f;
  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: #4c91fe;
  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: #00081c;
}

/* download widget */

#download-widget {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.8758rem 0;
  padding: 1.875rem 3.75rem;
  background: rgb(229, 235, 255);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(229, 235, 255, 1) 0%,
    rgba(245, 247, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(229, 235, 255, 1) 0%,
    rgba(245, 247, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(229, 235, 255, 1) 0%,
    rgba(245, 247, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ebff', endColorstr='#f5f7ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#download-widget .widgetInner {
}

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

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

#download-widget .dl-button {
  padding: 8px 1.875rem;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #4c91fe;
  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: rgb(68, 111, 182);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#263375', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#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: #00081c;
  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: #4c91fe;
  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: #17223b;
  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: #4c91fe;
  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: #17223b;
}

.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;
  height: 100%;
  padding: 1.875rem 0.9375rem;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
  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: #4c91fe;
  color: #fff;
}

.filter-wrapper {
  width: 100%;
  padding: 0px;
}

.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;
  position: relative;
}

.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.filter-expired {
  position: absolute;
  right: 1.875rem;
  padding: 1.875rem 0;
  top: 0;
  width: auto;
}

.listing-option ul li.filter-expired .option-label {
  min-height: 0;
  margin: 0 5px 0 0;
}

.listing-option ul li.filter-expired input {
  margin: 0;
}

.listing-option ul li .option-label {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  color: #1a3c6f;
  margin: 0 0 5px 0;
  min-height: 32px;
}

.listing-option ul li.option-search .option-label {
  align-items: flex-start;
}

.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: #1a3c6f;
  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/jigonline/assets/images/chevron.svg");
  font: 16px "fontawesome";
  color: #aaa;
  right: 12px;
  position: absolute;
  pointer-events: none;
  color: #4c91fe;
  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: #4c91fe;
  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,
.listing-option ul li.button button {
  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: #4c91fe;
  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%;
}

/* --- course listing filter --- */

.listing-option.listing-keywords {
  width: auto;
  margin: 0;
}

.listing-option.listing-keywords form {
  width: 100%;
}

.listing-option.listing-drop {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}

.listing-option.listing-drop ul {
  justify-content: flex-start;
}

.listing-option.listing-drop ul li .option-label {
  width: 100%;
}

.listing-option.listing-drop ul li label:after {
  display: none;
}

.listing-option.listing-drop ul li fieldset::after {
  content: url(/app/themes/jigonline/assets/images/chevron.svg);
  font: 16px "fontawesome";
  color: #aaa;
  right: 12px;
  position: absolute;
  pointer-events: none;
  color: #4c91fe;
  width: 18px;
}

.listing-option.listing-drop ul li fieldset {
  padding: 0;
  border: 0;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.listing-option.listing-drop ul li:last-child {
  width: auto;
}

.listing-option.listing-drop ul li label {
  justify-content: flex-start;
}

/* 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: #1a3c6f;
}

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

#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;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

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

.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 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: #17223b;
}

#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 {
  width: 100%;
  max-width: 275px;
}

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

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

#listing-block .list-info-tag span {
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  background: #1a3c6f;
  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: #17223b;
  width: 100%;
  max-width: 250px;
  align-items: flex-end;
  display: inline-flex;
}

.list-price .list-price-member {
  color: #4c91fe;
}

.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;
  align-items: center;
  justify-content: center;
  background: #4c91fe;
  text-decoration: none;
  padding: 0.9375rem 1.875rem;
  margin: 0 0 5px 0;
  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);
}

.list-price .list-price-button a img,
.list-button a img {
  margin-left: 5px;
}

#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: #4c91fe;
  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: #1a3c6f;
}

#pagination .pagi-prev,
#pagination .pagi-next {
  padding: 10px 1.875rem 10px 3.75rem;
  background: rgb(15, 20, 65);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1441', endColorstr='#0d1019', GradientType=1);
  /* IE6-9 */
  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: rgb(15, 20, 65);
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(15, 20, 65, 1) 1%,
    rgba(13, 16, 25, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1441', endColorstr='#0d1019', GradientType=1);
  /* IE6-9 */
}

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

.sectionInner .woocommerce {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1.875rem;
}

.sectionInner .woocommerce ul.woocommerce-error {
  flex-wrap: wrap;
  justify-content: center;
}

.sectionInner .woocommerce .woocommerce-error li {
  width: 100%;
  text-align: center;
}

.woocommerce-cart-form,
.woocommerce-notices-wrapper {
  max-width: 1440px;
  width: 100%;
}

.woocommerce-cart-form .cart {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 1.875rem 0;
}

.woocommerce-cart-form .cart ul {
  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);
}

.woocommerce-cart-form .cart ul.woocommerce-cart-form__cart-item {
  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);
}

.woocommerce-cart-form .cart ul li {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: #fff;
}

.woocommerce-cart-form .cart ul li:first-child {
  width: 50px;
  margin: 0 1.875rem 0 0;
}

.woocommerce-cart-form .cart ul li a,
.woocommerce-cart-form .cart ul.woocommerce-cart-form__cart-item li {
  text-decoration: none;
  font-weight: bold;
  color: #1a3c6f;
  font-size: 20px;
  text-align: center;
}

.woocommerce-cart-form .cart ul li span {
  color: #1a3c6f;
}

.woocommerce-cart-form .cart ul li.product-thumbnail {
  max-width: 60px;
  margin-right: 0.9375rem;
}

.woocommerce-cart-form .cart ul li.product-quantity {
  max-width: 60px;
}

.woocommerce-cart-form .cart ul li .quantity {
  display: inline-flex;
  justify-content: center;
}

.woocommerce-cart-form .cart ul li .quantity input {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  max-width: 50px;
  border-radius: 0;
}

.woocommerce-cart-form .cart button {
  padding: 8px 0.9375rem;
  color: #fff;
  background: #4c91fe;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  border: 0;
  border-radius: 0;
}

.cart-collaterals {
  display: inline-flex;
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  justify-content: flex-end;
}

.cart-collaterals .cart_totals {
  width: 100%;
  max-width: 290px;
  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);
}

.cart-collaterals .cart_totals div {
  width: 100%;
}

.cart-collaterals .cart_totals h2 {
  width: 100%;
  color: #4c91fe;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.cart-collaterals .cart_totals ul {
  width: 100%;
  display: inline-flex;
  margin: 0 0 0.9375rem 0;
  padding: 0;
  justify-content: space-between;
}

.cart-collaterals .cart_totals ul li {
  list-style: none;
  color: #1a3c6f;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  width: 100%;
}

.wc-proceed-to-checkout a {
  padding: 8px 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;
}

.cart-empty.woocommerce-info {
  font-size: 18px;
  background: none;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 1.875rem;
}

.return-to-shop a {
  font-family: franklin-gothic-urw, arial, sans-serif;
  color: #fff;
  padding: 8px 1.875rem;
  background: #4c91fe;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all ease-out 0.3s;
}

.basket-message {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 1.875rem;
  justify-content: center;
  flex-direction: column;
  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);
}

.basket-message h4 {
  margin: 0;
  color: #1a3c6f;
}

.basket-message p {
  color: #1a3c6f;
}

/* ================= 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: #1a3c6f;
  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: #1a3c6f;
  border-radius: 0;
  border: 0;
  font-size: 18px;
}

.woocommerce-billing-fields .form-row span .select2-selection {
  width: 100%;
  padding: 8px 0.9375rem;
  color: #1a3c6f !important;
  border-radius: 0;
  border: 0;
  font-size: 18px !important;
}

.woocommerce-billing-fields
  .form-row
  span
  .select2-selection.select2-selection__rendered {
  color: #1a3c6f !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: #1a3c6f;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.woocommerce-additional-fields .form-row span textarea {
  width: 100%;
  padding: 8px 0.9375rem;
  color: #1a3c6f !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: #1a3c6f;
  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: #1a3c6f;
  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: #4c91fe;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

#order_review .shipping-title {
  width: 100%;
  text-align: left;
  color: #1a3c6f;
}

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

#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: flex;		
	align-items: flex-start;
  font-size:16px;
  gap: .5rem;
}


ul.shipping_methods li input[type="radio"],
ul#shipping_method li input[type="radio"] {
	margin-top: .2em;
}

/* Ensure the label can wrap naturally */
ul.shipping_methods li label,
ul#shipping_method li label {
	white-space: normal;
	line-height: 1.4;
}


/* 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: #1a3c6f;
}

#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: #1a3c6f;
  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: #4c91fe;
}

.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: #1a3c6f;
  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: #4c91fe;
}

.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: #17223b;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sectionInner .woocommerce-order ul.order_details li.thanks-message p a {
  color: #1a3c6f;
  text-decoration: none;
  padding: 0px 10px;
  background: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  transition: all ease-out 0.3s;
}

.sectionInner .woocommerce-order ul.order_details li.thanks-message p a:hover {
  background: #1a3c6f;
  color: #fff;
}

.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: #17223b;
  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: #17223b;
  margin: 0 5px 0 0;
}

.sectionInner .woocommerce-order ul.order_details li ul li span {
  color: #17223b;
  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: #1a3c6f;
  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);
  }
}

/* ====== member area um overwrites ======= */

/* login and register */

#fmwp-register-form-wrapper {
  width: 100%;
}

.sectionInner .um-password {
  padding: 1.875rem;
}

.sectionInner .um-login {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
}

.sectionInner .um-login .um-form,
.sectionInner .um-login .um-form form {
  display: inline-flex;
  width: 100%;
}

.sectionInner .um-login .login-section {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3.75rem;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  min-height: 500px;
  position: relative;
}

.sectionInner .um-login .login-section p.um-notice {
  padding-right: 2rem !important;
  display: inline-flex;
  align-items: center;
}

.sectionInner .um-login .login-section p.um-notice i {
  height: auto;
  line-height: 1em;
  font-size: 32px;
}

.sectionInner .um-login .login-section.login-shop {
  align-items: center;
}

.sectionInner .um-login .login-section.login-shop .login-shop-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.sectionInner .um-login .login-section.login-shop .login-shop-buttons a {
  font-weight: bold !important;
  font-size: 18px;
  line-height: 1em;
  margin: 0 0.9375rem;
  padding: 0.9375rem 1.875rem !important;
  font-family: franklin-gothic-urw, arial, sans-serif;
  text-decoration: none;
  text-transform: capitalize !important;
  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);
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
}

.sectionInner .um-login .login-section .um-row {
  margin: 0 0 30px 0;
  width: 100%;
  max-width: calc(720px - 3.75rem);
}

.sectionInner .um-login .login-section.login-join {
  align-items: center;
}

.sectionInner .um-login .login-section.login-join::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 20, 70, 1) 0%,
    rgba(0, 20, 70, 0.98) 2%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 20, 70, 1) 0%,
    rgba(0, 20, 70, 0.98) 2%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(0, 20, 70, 1) 0%,
    rgba(0, 20, 70, 0.98) 2%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001446', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.sectionInner .um-login .login-section h4 {
  font-size: 56px;
  line-height: 1.2em;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
  background: #1a3c6f;
  padding: 8px 0.9375rem !important;
  color: #fff;
  text-transform: uppercase;
  margin: 1.875rem 0;
  position: relative;
  z-index: 10;
}

.sectionInner .um-login .login-section a {
  border-radius: 0 !important;
  font-weight: bold !important;
  background: #4c91fe;
  font-size: 18px;
  color: #fff !important;
  width: auto;
  text-transform: uppercase !important;
  box-shadow: none;
  position: relative;
  z-index: 10;
  font-family: franklin-gothic-urw, arial, sans-serif;
}

.sectionInner .um-login .login-section .um-col-alt-b {
  display: inline-flex;
}

.sectionInner .um-login .login-section .um-col-alt-b a {
  width: auto;
  font-size: 20px;
  color: #4c91fe !important;
  text-decoration: underline !important;
  text-transform: initial !important;
  background: none;
  font-weight: normal !important;
}

.sectionInner .um-login .login-section .um-error-code-incorrect_password {
  width: 100%;
  max-width: calc(720px - 3.75rem);
  flex-wrap: wrap;
}

.sectionInner
  .um-login
  .login-section
  .um-error-code-incorrect_password
  strong {
  margin: 0 5px;
}

.sectionInner .um-login .login-section .um-error-code-incorrect_password a {
  background: none;
  font-size: 16px;
  margin: 0 5px;
}

.sectionInner .um-login .um-field-checkbox-option,
.um-field-radio-option {
  color: #1a3c6f !important;
  font-weight: 400;
  font-size: 20px;
}

.sectionInner .um-login .um-field-label label {
  font-size: 20px !important;
  font-weight: 500;
}

.sectionInner .um-login .um-form input[type="text"],
.sectionInner .um-login .um-form input[type="search"],
.sectionInner .um-login .um-form input[type="tel"],
.sectionInner .um-login .um-form input[type="password"],
.sectionInner .um-login .um-form textarea {
  border-color: #d0d7de !important;
  border-radius: 0 !important;
}

.sectionInner .um-login .um-field-checkbox-state i,
.sectionInner .um-login .um-field-radio-state i {
  color: #d0d7de;
  font-size: 26px;
}

.sectionInner .um-login .login-section .login-title {
  width: 100%;
  max-width: calc(720px - 3.75rem);
  display: inline-flex;
  flex-wrap: wrap;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

.sectionInner .um-login .login-section .login-title h5 {
  font-size: 36px;
  color: #17223b;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 0.9375rem 0;
}

.sectionInner .um-login .login-section .login-title h6 {
  font-size: 30px;
  color: #1a3c6f;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 0.9375rem 0;
}

.sectionInner .um-login .login-section .login-message {
  padding: 10px 0.9375rem;
  border-radius: 5px;
  background: rgb(206, 222, 255);
  background: -moz-linear-gradient(
    45deg,
    rgba(206, 222, 255, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(206, 222, 255, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(206, 222, 255, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedeff', endColorstr='#ecf2ff', GradientType=1);
}

.sectionInner .um-login .login-section .login-message p {
  margin: 0 0 10px 0;
  color: #1a3c6f;
}

.sectionInner .um-login .login-section .login-message p a {
  background: none;
  font-size: 15px;
  color: #1a3c6f !important;
  text-transform: capitalize !important;
}

.sectionInner .login-purchaser {
  padding: 10px 0.9375rem;
  border-radius: 5px;
  background: #fff;
  margin: 0.9375rem 0 1.875rem;
}

.sectionInner .login-purchaser p {
  margin: 0 0 10px 0 !important;
  color: #1a3c6f;
  font-size: 16px;
}

.sectionInner .login-purchaser p a {
  background: none;
  margin: 0;
  padding: 0 !important;
  font-size: 16px;
  color: #1a3c6f !important;
  text-transform: capitalize !important;
}

.sectionInner .um-login .login-section .um-col-alt {
  width: 100%;
  max-width: calc(720px - 3.75rem);
  margin: 0;
}

.sectionInner .um-login .login-section .um-col-alt .um-field {
  margin: 0 0 0.9375rem 0;
}

.sectionInner .um-login .login-section .um-col-alt .um-field-label label {
  font-size: 20px !important;
  font-weight: 500;
}

.sectionInner
  .um-login
  .login-section
  .um-col-alt
  input[type="submit"].um-button {
  width: auto;
  margin: 1.875rem 0;
  padding: 0.9375rem 1.875rem !important;
  font-family: franklin-gothic-urw, arial, sans-serif;
}

.sectionInner .um-login .um-field-label {
  color: #1a3c6f;
}

.sectionInner .um-login input[type="submit"].um-button,
.sectionInner .um-login input[type="submit"].um-button:focus,
.sectionInner .um-password input[type="submit"].um-button,
.sectionInner .um-password input[type="submit"].um-button:focus {
  border-radius: 0 !important;
  font-weight: bold !important;
  background: #4c91fe;
  font-size: 18px;
}

.sectionInner .um-register {
  width: 100%;
  max-width: 1440px !important;
}

.sectionInner .um-register .um-postmessage {
  padding: 3.75rem;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 1.875rem 0;
  color: #1a3c6f;
  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);
}

.sectionInner .um-register h1 {
  color: #fff;
  width: 100%;
  padding: 8px 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);
}

.sectionInner .toolbar {
  padding: 0.9375rem 0 !important;
  max-width: 800px;
  width: 100%;
}

.sectionInner .toolbar button.btn,
.sectionInner .toolbar button.btn:focus {
  border-radius: 0;
  font-weight: bold;
  background: #4c91fe;
  font-size: 18px;
  padding: 0.9375rem 1.875rem;
  outline: none;
}

.sectionInner .wizard-wrapper {
  padding: 0 1.875rem;
}

.sectionInner #smartwizard {
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.sectionInner #smartwizard .nav {
  margin: 0;
  width: 100%;
}

.um #smartwizard .um-form input:-webkit-autofill {
  color: #1a3c6f;
}

.sectionInner #smartwizard .nav li a {
  font-size: 18px;
  color: #404040;
  font-weight: bold;
}

.sectionInner #smartwizard .nav li a.active {
  color: #1a3c6f !important;
}

.sectionInner #smartwizard .nav li a.active::after {
  background: #1a3c6f !important;
}

.sectionInner #smartwizard .tab-content {
  padding: 1.875rem;
  height: auto !important;
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 300px;
}

.sectionInner #smartwizard .tab-content .tab-pane {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  max-width: 850px;
  flex-wrap: wrap;
}

.sectionInner #smartwizard .tab-content .tab-pane p {
  margin: 0 0 0.9375rem 0;
}

.sectionInner .um-register .um-form div,
.sectionInner #smartwizard .tab-content .tab-pane div {
  flex-wrap: wrap;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.sectionInner .um-register .um-form div.um-half {
  width: auto;
}

.sectionInner .um-register .um-form {
  justify-content: center;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.sectionInner .um-register .um-form form,
.sectionInner #smartwizard .tab-content .tab-pane div form {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
}

.sectionInner .um-register .um-form form div.um-field,
.sectionInner #smartwizard .tab-content .tab-pane div.um-field {
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
}

.sectionInner .um-register .um-form form div.um-field .um-field-label,
.sectionInner #smartwizard .tab-content .tab-pane div.um-field .um-field-label {
  width: 100%;
  max-width: 200px;
  justify-content: flex-start;
  margin: 0;
  align-items: center;
}

.sectionInner
  #smartwizard
  .tab-content
  .tab-pane
  div.um-field
  .um-field-label
  label {
  text-align: left;
}

.sectionInner #smartwizard .tab-content .tab-pane div.um-field .um-field-area {
  width: 100%;
}

.sectionInner #smartwizard .tab-content .tab-pane div.um-col-alt {
  flex-wrap: nowrap;
  max-width: 800px;
}

.sectionInner .um-register .um-form form div.um-col-alt div,
.sectionInner #smartwizard .tab-content .tab-pane div.um-col-alt div {
  justify-content: flex-end;
}

.sectionInner #smartwizard .tab-content .tab-pane div .um-button {
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 600 !important;
}

.sectionInner #smartwizard .tab-content .tab-pane div .um-clear {
  display: none;
}

.sectionInner input[type="submit"].um-button,
.sectionInner input[type="submit"].um-button:focus,
.sectionInner a.um-button,
.um a.um-button.um-disabled:hover,
.sectionInner a.um-button.um-disabled:focus,
.sectionInner a.um-button.um-disabled:active {
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
}

.sectionInner input[type="submit"].um-button,
.sectionInner input[type="submit"].um-button:focus {
  background: #4c91fe !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  font-size: 18px;
}

.sectionInner .um-register .um-form form label,
.sectionInner #smartwizard .tab-content .tab-pane label {
  font-size: 18px;
  color: #1a3c6f;
  width: 100%;
  text-align: center;
}

.sectionInner .um-register .um-form form label {
  text-align: left;
}

.sectionInner #smartwizard .tab-content .tab-pane select {
  font-size: 16px;
  padding: 5px 0.9375rem;
  margin: 0.9375rem 0;
  max-width: 100%;
}

.sectionInner #smartwizard .tab-content .tab-pane ul {
  margin: 1.875rem 0;
  padding: 0;
}

.sectionInner #smartwizard .tab-content .tab-pane ul li {
  list-style: none;
  color: #1a3c6f;
}

.sectionInner #_um_password_reset .um-field-block {
  color: #1a3c6f;
}

.sectionInner .um .um-form input[type="text"],
.sectionInner .um .um-form input[type="search"],
.sectionInner .um .um-form input[type="tel"],
.sectionInner .um .um-form input[type="password"],
.sectionInner .um .um-form textarea {
  border-color: #d0d7de !important;
  border-radius: 0 !important;
}

/* thank you message */

.thanks-block .sectionInner {
  max-width: 1440px;
}

.thanks-block .thanks-message {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #17223b;
  font-size: 22px;
  font-weight: bold;
  padding: 1.875rem;
  margin: 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);
}

.thanks-block .thanks-message div {
  text-align: center;
  max-width: 1024px;
}

.thanks-block .thanks-message a {
  color: #4c91fe;
}

.thanks-block .thanks-buttons {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 1.875rem 0;
}

.thanks-block .thanks-buttons a {
  padding: 8px 1.875rem;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #4c91fe;
  width: auto;
  margin: 0 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all ease-out 0.3s;
}

.thanks-block .thanks-buttons a:hover {
  box-shadow: 0px 12px 36px rgb(43 114 255 / 40%);
}

/* user dashboard */

.sectionInner .um-account {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.875rem 1.875rem 3.75rem;
}

.sectionInner .um-account .um-field-error {
  padding: 12px 1.875rem 12px 12px;
}

.sectionInner .um-account .um-form {
  width: 100%;
  max-width: 1440px;
}

.sectionInner .um-account .um-form form {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.sectionInner .um-account .um-form .um-account-wrapper {
  display: inline-flex;
  width: 100%;
}

.sectionInner .um-account .um-field-label label {
  color: #1a3c6f;
  font-size: 16px !important;
}

.sectionInner .um-account a.um-link {
  font-size: 16px;
}

.sectionInner .um-account .um-account-name a {
  color: #1a3c6f;
}

.sectionInner .um-account .um-field-area input {
  font-size: 16px !important;
}

.sectionInner .um-account .um-account-heading {
  color: #1a3c6f;
  text-transform: uppercase;
  font-size: 30px;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
  margin: 0 0 1.875rem 0 !important;
}

.sectionInner .um-account .um-woo-orders,
.sectionInner .um-account .um-woo-downloads {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.sectionInner .um-account .um-woo-orders .woocommerce-Message,
.sectionInner .um-account .um-woo-downloads .woocommerce-Message {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  background: none;
}

.sectionInner .um-account .um-woo-orders .um-field {
  text-align: center;
  font-size: 20px;
}

.sectionInner .um-account .um-woo-downloads .woocommerce-Message a.button {
  width: 100%;
  order: 2;
  font-size: 20px;
  margin: 0.9375rem 0;
  padding: 0.9375rem 1.875rem !important;
}

.sectionInner
  .um-account
  .um-woo-downloads
  .woocommerce-Message
  a.button:hover {
  background: #001446;
}

.sectionInner .um-account .um-account-main {
  width: 100%;
  max-width: calc(1050px - 3.75rem);
  margin: 0px 0px 0px 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);
  padding: 3.75rem;
}

.sectionInner .um-account .um-account-main .um-account-tab {
  width: 100%;
}

.sectionInner .um-account .um-account-main .um-field {
  margin: 0 0 0.9375rem 0;
}

.sectionInner .um-account .um-account-main .um-field input {
  color: #17223b;
}

.sectionInner .um-account #committee-list {
  margin: 0 0 1.875rem 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.sectionInner .um-account #committee-list li {
  list-style: none;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 1.875rem 0;
}

.sectionInner .um-account #committee-list li .order-date {
  width: 100%;
  color: #1a3c6f;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0.9375rem 0;
  font-weight: bold;
}

.sectionInner .um-account #committee-list li a {
  padding: 0.9375rem 1.875rem;
  display: inline-flex;
  align-items: center;
  background: #4c91fe;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
}

.sectionInner .um-account #committee-list li a svg {
  margin: 0 0 0 0.9375rem;
}

.sectionInner .um-account .um-account-side {
  width: 100%;
  max-width: 390px;
  display: inline-flex;
}

.sectionInner .um-account .um-account-side li {
  padding: 5px 0 !important;
  background: none;
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
}

.sectionInner .um-account .um-account-side #account-menu {
  padding: 1.875rem !important;
  background: rgb(68, 111, 182);
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#28377a', GradientType=1);
}

.sectionInner .um-account .um-account-side li a {
  padding: 0.9375rem 8px;
  font-family: franklin-gothic-urw, arial, sans-serif;
  color: #fff !important;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all ease-out 0.3s;
}

.sectionInner .um-account .um-account-side li a.current,
.sectionInner .um-account .um-account-side li a:hover {
  background: #001446;
  box-shadow: 10px 12px 34px rgb(43 114 255 / 80%);
}

.sectionInner .um-account .um-account-side li a span.um-account-icon {
  color: #fff;
  border: 0;
}

.sectionInner .um-account .um-account-side li a.current span.um-account-icon {
  color: #4c91fe;
  border: none;
}

.sectionInner .um-account .um-account-side li a span.um-account-title {
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  height: auto;
}

.sectionInner .um-account .um-account-side li a span.um-account-arrow img {
  width: 25px;
}

.sectionInner .um-account .um-account-side li a span.um-account-arrow {
  position: absolute;
  right: 0.9375rem;
  top: auto;
  top: initial;
  opacity: 0;
  transition: all ease-out 0.3s;
}

.sectionInner .um-account .um-account-side li a:hover span.um-account-arrow {
  right: 1.875rem;
  opacity: 1;
}

.sectionInner .um-account .um-woo-form {
  padding: 0;
}

.sectionInner .um-account .um-woo-form .um-field {
  width: 100%;
}

.sectionInner .um-account .um-account-tab span.pagi,
.sectionInner .um-account .um-account-tab a {
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none;
}

.sectionInner .um-account .um-account-tab span.pagi.current {
  color: #fff;
}

.sectionInner .um-account .um-woo-form table th,
.sectionInner .um-account .um-woo-form table td,
.sectionInner .um-account .um-woo-form table.shop_table td {
  font-size: 16px;
  position: relative;
  border: 0;
}

.sectionInner .um-account .um-woo-form table tr.extra-box td {
  border-bottom: 1px solid #fff;
}

.sectionInner .um-account .um-woo-form table th,
.sectionInner .um-account .um-woo-form table tr {
  border-bottom: 1px solid #ffffff;
}

.sectionInner .um-account .um-woo-form table th {
  color: #1a3c6f;
  background: rgba(229, 235, 255, 1);
}

.sectionInner .um-account .um-woo-form table td a {
  text-decoration: none;
  color: #4c91fe !important;
}

.sectionInner .um-account .um-woo-form table td .button-holder {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 2px 0;
  justify-content: flex-end;
}

.sectionInner .um-account .um-woo-form table td button,
.sectionInner .um-account .um-woo-form table.shop_table td button {
  background: #4c91fe;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 8px;
  white-space: nowrap;
  border: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.sectionInner .um-account .um-woo-form table td button svg,
.sectionInner .um-account .um-woo-form table.shop_table td button svg {
  margin: 0 0 0 5px;
}

.sectionInner .um-account .um-woo-form table td .button:hover,
.sectionInner .um-account .um-woo-form table.shop_table td .button:hover {
  cursor: pointer;
}

.sectionInner .um-account .um-woo-form table td .file-wrap {
  position: absolute;
  top: 100%;
  transition: all ease-out 0.3s;
  opacity: 0;
  display: none;
  z-index: 100;
}

.sectionInner .um-account .um-woo-form table td .file-wrap.open {
  opacity: 1;
  display: inline-flex;
}

.sectionInner .um-account .um-woo-form table td .file-wrap ul {
  margin: 0;
  padding: 0.9375rem;
  width: 300px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 10%);
}

.sectionInner .um-account .um-woo-form table td .file-wrap ul li {
  list-style: none;
  width: 100%;
  display: inline-flex;
}

.sectionInner .um-account .um-woo-form table td .file-wrap ul li a {
  font-size: 14px;
  justify-content: space-between;
  display: inline-flex;
  width: 100%;
  line-height: 1.2em;
  padding: 5px 0;
  align-items: center;
  border-bottom: 1px solid #fff !important;
  transition: all ease-out 0.3s;
}

.sectionInner .um-account .um-woo-form table td .file-wrap ul li a:hover {
  border-bottom: 1px solid #4c91fe !important;
}

.sectionInner .um-account .um-woo-form table td .file-wrap ul li a svg {
  margin: 0 0 0 10px;
}

.sectionInner .um-account .um-woo-form span.um-woo-status {
  font-size: 14px;
  font-weight: 400;
}

.sectionInner .um-account .um-woo-form .order-date time,
.sectionInner .um-account .um-woo-form .order-total span.amount {
  color: #1a3c6f;
}

.sectionInner .um-account .um-woo-form.woocommerce .button {
  padding: 5px 0.9375rem !important;
  text-decoration: none;
  font-weight: bold !important;
  border-radius: 0 !important;
  background: #4c91fe !important;
}

.sectionInner .um-account .um-request-button {
  padding: 5px 0.9375rem !important;
  border-radius: 0 !important;
  background: #4c91fe !important;
}

/* account nav */

#account-main-nav {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

#account-main-nav ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3.75rem 0;
  padding: 0;
  justify-content: space-between;
}

#account-main-nav ul li {
  list-style: none;
  display: inline-flex;
  width: 100%;
  padding: 0.9375rem 0;
  opacity: 0.5;
  transition: all ease-out 0.3s;
}

#account-main-nav ul li:hover {
  opacity: 0.8;
}

#account-main-nav ul li.active {
  opacity: 1;
}

#account-main-nav ul li a {
  display: inline-flex;
  padding: 1.875rem;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
}

#account-main-nav ul li a h5 {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 30px;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

#account-main-nav ul li a svg {
  width: auto;
  margin: 0 0.9375rem 0 0;
}

#account-main-nav ul li.active a svg path {
  fill: #fff;
}

.sectionInner .um-account-main .woocommerce-order-downloads {
  padding: 1.875rem 0;
  background: 0;
}

.sectionInner .um-account-main .woocommerce-order-downloads ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sectionInner .um-account-main .woocommerce-order-downloads li {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.sectionInner .um-account-main .woocommerce-order-downloads li.thanks-message {
  display: inline-flex;
  flex-wrap: wrap;
}

.sectionInner .um-account-main .woocommerce-order-downloads li span {
  width: 25%;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  color: #1a3c6f;
  background: rgba(229, 235, 255, 1);
  padding: 0.9375rem 0;
}

.sectionInner .um-account-main .woocommerce-order-downloads li p {
  padding: 0 0.9375rem;
}

.sectionInner .um-account-main .woocommerce-order-downloads li p a {
  padding: 0;
}

.sectionInner .um-account-main .woocommerce-order-downloads li ul {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  border-top: 1px solid rgba(76, 145, 254, 0.3);
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
}

.sectionInner .um-account-main .woocommerce-order-downloads li ul li {
  width: 25%;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.um-popup.um-popup-order .woocommerce-order-downloads,
.um-popup.um-popup-order .woocommerce-order-details,
.um-popup.um-popup-order .woocommerce-customer-details {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  padding: 0.9375rem;
  background: #f2f2f2;
  border-radius: 5px;
  margin: 0 0 10px 0;
}

.um-popup.um-popup-order .woocommerce-order-downloads h2,
.um-popup.um-popup-order .woocommerce-order-details h2,
.um-popup.um-popup-order .woocommerce-customer-details h2 {
  border-bottom: 1px solid #1a3c6f;
  color: #1a3c6f;
  width: 100%;
  margin: 0 0 0.9375rem 0 !important;
}

.um-popup.um-popup-order .woocommerce-order-downloads ul,
.um-popup.um-popup-order .woocommerce-order-details ul,
.um-popup.um-popup-order .woocommerce-customer-details ul {
  margin: 0;
  padding: 0;
}

.um-popup.um-popup-order .woocommerce-order-downloads ul li,
.um-popup.um-popup-order .woocommerce-order-details ul li,
.um-popup.um-popup-order .woocommerce-customer-details ul li {
  list-style: none;
}

.um-popup.um-popup-order .woocommerce-customer-details address {
  font-size: 20px;
}

.um-popup.um-popup-order .order-number,
.um-popup.um-popup-order .order-date {
  color: #1a3c6f;
  font-weight: bold;
}

#um_field_general_user_login {
  display: none;
}

.sectionInner .um-account .um-account-main .change-pw {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% - 3.75rem);
  padding: 0.9375rem 1.875rem;
  align-items: center;
  margin: 0 0 1.875rem 0;
  background: #001446;
  box-shadow: 0px 8px 25px rgba(43, 114, 255, 0.8);
}

.sectionInner .um-account .um-account-main .change-pw h2 {
  color: #fff;
  margin: 0;
}

.sectionInner .um-account .um-account-main .change-pw p {
  color: #fff;
  display: inline-flex;
  margin: 0 !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem !important;
}

/* 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: #1a3c6f;
  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: #1a3c6f;
  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/jigonline/assets/images/chevron.svg);
  font: 16px "fontawesome";
  color: #aaa;
  right: 12px;
  position: absolute;
  pointer-events: none;
  color: #4c91fe;
  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: #1a3c6f;
  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: #17223b;
}

#blog-list .blog-list-content span {
  display: inline-flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #4c91fe;
  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: #1a3c6f;
  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: #1a3c6f;
  width: auto;
}

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

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

.download-buttons {
  margin-top: 0 !important;
}

.download-buttons a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background: #4c91fe;
  text-decoration: none;
  padding: 0.9375rem 1.875rem;
  margin: 0 10px 20px;
  transition: all ease-out 0.3s;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
}

.download-buttons a.highlight {
  background: #1a3c6f;
}

#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: #4c91fe !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: #1a3c6f;
  font-size: 20px;
  font-weight: bold;
}

#contact-form .sectionInner .gform_wrapper .gfield_required {
  color: #1a3c6f;
}

#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: #1a3c6f;
  font-size: 30px;
}

/* company structure */

#co-struc {
  width: 100%;
  padding: 1.875rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  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);
}

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

#co-struc .sectionInner ul {
  margin: 1.875rem 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#co-struc .sectionInner ul li {
  list-style: none;
  max-width: 33.333%;
  width: 100%;
  padding: 0.9375rem;
}

#co-struc .sectionInner ul li a,
#co-struc .sectionInner ul li .no-link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 25px 36px -22px #365397;
}

#co-struc .sectionInner ul li .person-image-wrap {
  display: inline-flex;
  position: relative;
  width: 100%;
}

#co-struc .sectionInner ul li .person-image {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
}

#co-struc .sectionInner ul li .person-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all ease-out 0.3s;
}

#co-struc .sectionInner ul li a:hover .person-image-overlay,
#co-struc .sectionInner ul li .no-link:hover .person-image-overlay {
  opacity: 0;
}

#co-struc .sectionInner ul li .person-inner {
  padding: 1.875rem 1.875rem 4.75rem;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

#co-struc .sectionInner ul li h3 {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1em;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: houschka-pro, arial, sans-serif;
}

#co-struc .sectionInner ul li h4 {
  width: 100%;
  margin: 0;
  color: #1a3c6f;
  line-height: 1em;
  margin: 0 0 10px 0;
}

#co-struc .sectionInner ul li p {
  width: 100%;
  margin: 0.9375rem 0;
  color: #1a3c6f;
  font-size: 18px;
}

#co-struc .sectionInner ul li .button {
  padding: 8px 1.875rem;
  background: #1a3c6f;
  color: #fff;
  width: calc(100% - 3.75rem);
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-out 0.3s;
  position: absolute;
  bottom: 1.875rem;
}

/* people detail page */

#people {
  display: inline-flex;
  justify-content: center;
  padding: 0 1.875rem;
}

#people .sectionInner {
  max-width: 1440px;
  flex-wrap: nowrap;
}

#people .people-top {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background: #1c3d6f;
  margin: 3.75rem 0;
  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);
  box-shadow: 0px 25px 36px -22px #365397;
}

#people .people-image {
  width: 450px;
  height: 400px;
}

#people .people-content {
  padding: 1.875rem;
}

#people .people-name {
  display: inline-flex;
  width: 100%;
  color: #fff;
  justify-content: center;
  font-size: 26px;
  padding: 5px 10px;
  margin: 0 0 0.9375rem 0;
  text-transform: uppercase;
  font-family: houschka-pro, arial, sans-serif;
}

#people .people-title {
  width: 100%;
  margin: 0;
  color: #fff;
  line-height: 1em;
  margin: 0 0 10px 0;
}

#people .people-company {
  color: #fff;
  font-size: 18px;
}

#people .people-bio {
  margin: 3.75rem 0;
  padding: 0 1.875rem;
}

#people .people-bio p {
  margin-top: 0;
}

/* ============================ inspection database map ============================ */

.map-wrap {
  display: inline-flex;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
}

#insp-data-map {
  display: inline-block;
  width: 100%;
}

#insp-data .sectionInner {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-wrap: nowrap;
}

#insp-data-filter {
  padding: 1.875rem;
  position: relative;
  width: 25%;
  height: 100%;
  min-width: 360px;
  background: rgb(68, 111, 182);
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#263375', GradientType=1);
  box-shadow: 10px 20px 44px rgba(0, 20, 70, 0.3);
}

#insp-data-filter .accordion li .accordion-trigger {
  color: #fff;
  text-transform: uppercase;
  background: none;
  font-size: 18px;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #4c91fe;
}

#insp-data-filter .accordion li.open {
  background: rgb(0, 20, 70);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 20, 70, 1) 0%,
    rgba(0, 8, 28, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 20, 70, 1) 0%,
    rgba(0, 8, 28, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(0, 20, 70, 1) 0%,
    rgba(0, 8, 28, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001446', endColorstr='#00081c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#insp-data-filter .accordion li.open .accordion-trigger {
  color: #4c91fe;
  border: 0;
}

#insp-data-filter .accordion .accordion-content {
  padding: 00 0 1.875rem;
  background: none;
  border: 0;
}

#insp-data-filter #accordion .accordion .accordion-content ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0 1.875rem;
}

#insp-data-filter .accordion .accordion-content li {
  width: 100%;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#insp-data-filter .accordion .accordion-content li button {
  border: none;
  background: none;
  color: #fff;
  width: 48%;
  padding: 0.9375rem 0;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(213, 227, 255, 0.3);
  display: inline-flex;
  text-align: left;
  font-size: 18px;
}

#insp-data-filter .accordion .accordion-content li button:hover {
  cursor: pointer;
}

#insp-data-filter .accordion .accordion-content li button:focus {
  outline: none;
}

#insp-data-filter #accordion .accordion li.open .accordion-content ul li {
  list-style: none;
  margin: 0;
}

/* download pop up */

.down-pop-wrap {
  display: inline-flex;
  width: 100%;
  max-width: 1440px;
}

.down-pop {
  transition: ass ease-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.875rem;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  margin: 1.875rem 0;
  box-shadow: 0px 12px 24px rgb(43 114 255 / 20%);
}

.down-pop-title {
  width: 100%;
  color: #1a3c6f;
  margin: 0 0 0.93758rem 0;
  font-size: 22px;
  font-weight: bold;
  font-family: houschka-pro, Arial, Helvetica, sans-serif;
}

.down-pop-detail {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.down-pop-detail svg {
  color: #1a3c6f;
  width: 35px;
  height: 35px;
  margin: 0 0.9375rem 0 0;
}

.down-pop-detail a {
  text-decoration: none;
  color: #fff;
  padding: 8px 1.875rem;
  background: #4c91fe;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.down-pop-detail .down-pop-text {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.down-pop-detail .down-pop-text h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #17223b;
  line-height: 1em;
}

.down-pop-detail .down-pop-text p {
  font-size: 16px;
  color: #17223b;
  margin: 0;
  line-height: 1em;
}

/* map pop up */

.pop-wrap {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 0.9375rem 0;
}

.pop-wrap:last-child {
  margin: 0;
}

.map-wrap .gm-style .gm-style-iw-d {
  max-height: 260px !important;
}

.map-pop {
  position: absolute;
  transition: all ease-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  box-shadow: 0px 12px 24px rgba(43, 114, 255, 0.2);
}

.map-pop-title {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0.9375rem 0;
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  background: rgb(68, 111, 182);
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(38, 51, 117, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#263375', GradientType=1);
}

.map-pop-title img {
  height: auto;
  width: 15px;
  position: absolute;
  right: 1.875rem;
}

.map-pop-title img:hover {
  cursor: pointer;
}

.map-pop-detail {
  display: inline-flex;
  flex-wrap: wrap;
  width: 48%;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.9375rem;
  margin: 0 0 0.9375rem 0;
}

#insp-data .sectionInner .map-pop-detail img {
  width: 25px;
  height: auto;
  margin: 0 8px 0 0;
}

.map-pop-detail h4 {
  width: 100%;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  color: #1a3c6f;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #f2f2f2;
}

.map-pop-detail .map-pop-text {
  display: inline-flex;
  align-items: center;
}

.map-pop-detail .map-pop-text p {
  color: #17223b;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
}

/* ==================== member directory ==================== */

#member-dir {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0 1.875rem;
}

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

.member-results {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.875rem 0;
}

.member-results .results-head {
  width: 100%;
  padding: 1.875rem;
  background: rgb(68, 111, 182);
  background: -moz-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(68, 111, 182, 1) 0%,
    rgba(40, 55, 122, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446fb6', endColorstr='#28377a', GradientType=1);
}

.member-results .results-head ul li {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.member-results ul li img {
  max-width: 80px;
  max-height: 80px;
}

.member-results .results-block {
  width: 100%;
  padding: 0.9375rem 1.875rem;
  border-bottom: 1px solid rgba(76, 145, 254, 0.5);
}

.member-results ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

.member-results ul li {
  list-style: none;
  width: 100%;
  text-align: center;
  color: #1a3c6f;
  font-weight: 400;
  font-size: 20px;
}

.member-results ul li a {
  color: #4c91fe;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.member-results ul li a svg {
  width: 20px;
}

/* 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 #17223b;
  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: #17223b;
}

/* ---- */

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

/* 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: #1a3c6f;
  margin: 0;
  text-align: center;
}

.circleText .circle-step {
  color: #4c91fe;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 0.9375rem 0;
  border-bottom: 1px solid #4c91fe;
  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 #4c91fe;
}

.processArrows .slick-arrow {
  background: #00081c;
}

/* qualify */

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

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

#qualify .disclaimer {
  display: inline-flex;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
}

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

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

#qualify ul li span {
  position: absolute;
  color: #fff;
  left: -40px;
  width: 80px;
  background: #4c91fe;
  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;
}

.qualify-title {
  font-size: 34px;
  color: #1a3c6f;
  font-weight: 600;
  width: 100%;
}

#qualify ul li p {
  width: 100%;
  margin: 0;
  line-height: 1.2em;
}

#qualify ul li a {
  color: #4c91fe;
}

/* ---------------- Events ----------------- */

#events {
  padding: 3.75rem 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);
}

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

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

.event-listing {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3.75rem 0;
}

.event-listing li {
  list-style: none;
  display: inline-flex;
  padding-right: 1.875rem;
  width: 100%;
}

.event-listing li:last-child {
  padding-right: 0;
}

.event-listing li a {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 12px 24px rgb(43 114 255 / 20%);
}

.event-listing-content {
  padding: 1.875rem;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.event-listing-image {
  height: 250px;
  width: 100%;
}

.event-listing-title {
  color: #1a3c6f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
  font-family: houschka-pro, arial, sans-serif;
}

.event-listing-text {
  font-size: 20px;
  font-weight: 400;
  color: #17223b;
}

.event-listing-button {
  background: #4c91fe;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
  border: none;
  line-height: 1em;
  padding: 16px 20px;
  color: #fff;
  width: auto;
  display: inline-flex;
  margin: 0.9375rem 0 0 0;
}

form#booking_form {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 640px;
}

#event-book form#booking_form {
  max-width: 800px;
}

form .event-input {
  width: 100%;
  padding: 5px 10px;
}

#event-book form .anti-trust-box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.875rem;
  margin: 0.9375rem 0;
  background: #f2f2f2;
}

#event-book form .anti-trust-box h4,
#event-book form .anti-trust-box input {
  width: auto;
}

#event-book form .anti-trust-box input {
  margin: 0 0.9375rem;
}

.event-button {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  background: #4c91fe;
  border: none;
  width: 100%;
  text-decoration: none;
  padding: 0.9375rem 1.875rem;
  margin: 0.9375rem 0;
  transition: all ease-out 0.3s;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
}

.cancellation-policy {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
#event-book .cancellation-policy input {
  width: auto;
  margin: 0 0 0 5px;
}

#event-book .cancellation-policy p {
  width: auto;
  margin: 0;
}

#cancel-box-toggle {
  display: inline-flex;
  margin: 0 0 0 5px;
  font-weight: bold;
  text-decoration: underline;
  color: #4c91fe;
}

#cancel-box-toggle:hover {
  cursor: pointer;
}

#cancel-box {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all linear 0.4s;
}

#cancel-box.open {
  padding: 0.9375rem 0;
  max-height: 1000px;
}

/* forum ------------------- */

#forum {
  width: 100%;
  display: inline-block;
  padding: 1.875rem;
  margin: 3.75rem 0;
  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);
}

#forum input[type="button"] {
  padding: 0.9375rem 0;
  font-family: franklin-gothic-urw, arial, sans-serif;
  color: #fff;
  padding: 8px 1.875rem;
  margin: 0.9375rem 0;
  background: #4c91fe;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
  transition: all ease-out 0.3s;
}

#forum input[type="button"]:hover {
  cursor: pointer;
}

#forum select {
  font-size: 16px;
  padding: 5px 0.9375rem;
  border-color: #191970;
}

#forum input[type="text"] {
  font-size: 16px;
  padding: 5px 0.9375rem;
}

#forum .fmwp.fmwp-forum-wrapper {
  background: #fff;
  padding: 1.875rem;
  display: inline-block;
  width: 100%;
}

#forum .fmwp-forum-content .fmwp-topics-wrapper-heading .fmwp-topic-head-line {
  font-size: 16px;
  color: #1a3c6f;
  font-weight: normal;
}
#forum .fmwp-topic-title {
  font-size: 16px;
  color: #4c91fe;
}

#forum
  .fmwp-forum-content
  .fmwp-topics-wrapper
  .fmwp-topic-row
  .fmwp-topic-row-lines
  .fmwp-topic-row-line.fmwp-topic-statistics-data
  .fmwp-topic-statistics-section
  div,
#forum
  .fmwp-forum-content
  .fmwp-topics-wrapper
  .fmwp-topic-row
  .fmwp-topic-row-lines
  .fmwp-topic-row-line.fmwp-topic-statistics-data
  .fmwp-topic-statistics-section
  div
  span {
  font-size: 16px;
}
#forum
  .fmwp-forum-content
  .fmwp-topics-wrapper
  .fmwp-topic-row
  .fmwp-topic-row-lines
  .fmwp-topic-row-line.fmwp-topic-statistics-data
  .fmwp-topic-replies-count {
  width: 55px;
}

.fmwp-dropdown,
#forum .fmwp-dropdown {
  z-index: 50 !important;
}

#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-head
  .fmwp-topic-info
  .fmwp-topic-forum-link {
  color: #4c91fe;
  text-decoration: none;
  font-weight: bold;
}

#forum .fmwp-forum-content .fmwp-topics-wrapper .fmwp-forum-no-topics {
  font-size: 16px;
}

#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-head
  .fmwp-topic-info
  .fmwp-topic-forum-link,
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-head
  .fmwp-topic-info
  .fmwp-topic-stats,
#forum .fmwp-topic-main-wrapper .fmwp-topic-content .fmwp-topic-base,
#forum .fmwp-topic-main-wrapper .fmwp-topic-wrapper {
  border-color: #191970;
}
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-content
  .fmwp-topic-base
  .fmwp-topic-base-header
  .fmwp-topic-data
  .fmwp-topic-data-top
  .fmwp-topic-data-head
  .fmwp-topic-data-head-section
  a,
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-wrapper
  .fmwp-reply-row
  .fmwp-reply-base
  .fmwp-reply-data
  .fmwp-reply-top
  .fmwp-reply-head
  .fmwp-reply-head-data
  a {
  font-size: 20px;
  color: #191970;
}

#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-content
  .fmwp-topic-base
  .fmwp-topic-base-header
  .fmwp-topic-data
  .fmwp-topic-data-content,
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-content
  .fmwp-topic-base
  .fmwp-topic-base-header
  .fmwp-topic-data
  .fmwp-topic-data-content
  p,
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-wrapper
  .fmwp-reply-row
  .fmwp-reply-base
  .fmwp-reply-content
  p {
  font-size: 16px;
}

#forum .fmwp-topic-content {
  background: #fff;
  padding: 3.75rem;
}

#forum .fmwp-topic-head h1 {
  margin: 0 0 0.9375rem 0;
}

#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-content
  .fmwp-topic-base
  .fmwp-topic-base-header
  .fmwp-topic-data
  .fmwp-topic-data-top
  .fmwp-topic-data-head
  .fmwp-topic-subdata,
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-wrapper
  .fmwp-reply-row
  .fmwp-reply-base
  .fmwp-reply-data
  .fmwp-reply-top
  .fmwp-reply-head
  .fmwp-reply-subdata {
  font-size: 16px;
}

#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-content
  .fmwp-topic-base
  .fmwp-topic-base-footer
  .fmwp-topic-right-panel
  span.fmwp-topic-action,
#forum
  .fmwp-topic-main-wrapper
  .fmwp-topic-wrapper
  .fmwp-reply-row
  .fmwp-reply-base
  .fmwp-reply-bottom
  .fmwp-reply-right-panel
  span.fmwp-reply-action-link {
  color: #1a3c6f;
}

#forum .entry-footer {
  background: none;
}

#forum .entry-footer .edit-link {
  display: inline-flex;
  margin: 1.875rem 0 0 0;
}

#forum .entry-footer .edit-link a {
  padding: 0.9375rem 1.875rem;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  background: rgb(78, 128, 228);
  background: -moz-linear-gradient(
    -45deg,
    rgba(78, 128, 228, 1) 0%,
    rgba(0, 20, 70, 1) 40%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(78, 128, 228, 1) 0%,
    rgba(0, 20, 70, 1) 40%
  );
  background: linear-gradient(
    135deg,
    rgba(78, 128, 228, 1) 0%,
    rgba(0, 20, 70, 1) 40%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e80e4', endColorstr='#001446', GradientType=1);
  font-family: franklin-gothic-urw, arial, sans-serif;
}

#fmwp-topic-popup-wrapper.fmwp-post-popup-wrapper
  .fmwp-post-popup-toolbar
  .fmwp-post-popup-action-fullsize,
#fmwp-reply-popup-wrapper.fmwp-post-popup-wrapper
  .fmwp-post-popup-toolbar
  .fmwp-post-popup-action-fullsize {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4c91fe;
  border-color: #4c91fe;
}

#fmwp-topic-popup-wrapper,
#fmwp-reply-popup-wrapper {
  z-index: 900;
}

#fmwp-topic-popup-wrapper input[type="button"],
#fmwp-reply-popup-wrapper input[type="button"] {
  padding: 0.9375rem 0;
  font-family: franklin-gothic-urw, arial, sans-serif;
  color: #fff;
  padding: 8px 1.875rem;
  margin: 0.9375rem 0 0.9375rem 0.9375rem;
  background: #4c91fe;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
  transition: all ease-out 0.3s;
}

#fmwp-topic-popup-wrapper input[type="button"]:hover,
#fmwp-reply-popup-wrapper input[type="button"]:hover {
  cursor: pointer;
}

#fmwp-topic-popup-wrapper
  form
  #fmwp-topic-popup-head
  label.fmwp-topic-tags-label
  input#fmwp-topic-tags,
#fmwp-topic-popup-wrapper
  form
  #fmwp-topic-popup-head
  label.fmwp-topic-title-label
  input#fmwp-topic-title,
#fmwp-reply-popup-wrapper
  form
  #fmwp-topic-popup-head
  label.fmwp-topic-tags-label
  input#fmwp-topic-tags,
#fmwp-reply-popup-wrapper
  form
  #fmwp-topic-popup-head
  label.fmwp-topic-title-label
  input#fmwp-topic-title {
  width: 100%;
  font-size: 16px;
  padding: 5px 0.9375rem;
}

#forum .fmwp.fmwp-forum-wrapper span.fmwp-topic-tag {
  border: 0;
  background: #4c91fe;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}

#forum .fmwp.fmwp-forum-wrapper span.fmwp-topic-tag a {
  color: #fff;
  text-decoration: none;
}

#fmwp-popup-overlay {
  z-index: 50 !important;
}
#fmwp-login-popup-wrapper {
  z-index: 60 !important;
}

/* account stranded page */

#stranded {
  padding: 0 1.875rem;
}
#stranded .sectionInner {
  max-width: 1440px;
}
#stranded .um-login.um-logout {
  max-width: 100% !important;
}
#stranded .um-login.um-logout .um-form {
  flex-wrap: wrap;
}

#stranded .um-login.um-logout .um-form ul {
  width: 100%;
  margin: 0;
  padding: 3.75rem 0;
  display: inline-flex;
  justify-content: center;
  list-style: none;
}

#stranded .um-login.um-logout .um-form ul li {
  padding: 0 0.9375rem;
}

#stranded .um-login.um-logout .um-form ul li a {
  background: #4c91fe;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  padding: 0.9375rem 1.875rem;
  box-shadow: 2px 5px 12px rgb(43, 114, 255, 0.4);
}

#stranded .um-login.um-logout .um-form .redirect-block {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #17223b;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 1.875rem;
  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);
}

/* ========= Gallery ======== */

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

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

#gallery form {
  width: 100%;
  margin-top: 1.875rem;
  display: inline-flex;
  flex-wrap: wrap;
}

#gallery .gal-filter {
  width: 100%;
  display: inline-flex;
}

#gallery h4 {
  color: #1a3c6f;
  width: 100%;
  line-height: 1.2em;
  margin: 0 0 0.9375rem 0;
  z-index: 20;
}

#gallery .gal-filter-inner {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

#gallery .gal-search {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 1.875rem;
  width: 100%;
  background: rgba(94, 148, 255, 0.2);
}

#gallery .gal-search li {
  list-style: none;
  width: 100%;
  padding: 5px;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}

#gallery .gal-search li.button {
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

#gallery .gal-search li div {
  display: inline-flex;
  align-items: center;
  position: relative;
}

#gallery .gal-search select {
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  border: 0;
  height: 54px;
  color: #1a3c6f;
  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;
}

#gallery .gal-search label {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

#gallery .gal-search label:after {
  content: url(/app/themes/jigonline/assets/images/chevron.svg);
  font: 16px "fontawesome";
  color: #aaa;
  right: 12px;
  position: absolute;
  pointer-events: none;
  color: #4c91fe;
  width: 18px;
}

#gallery .gal-search .option-label {
  font-size: 18px;
  font-weight: 500;
  color: #1a3c6f;
  margin: 0 0 5px 0;
}

#gallery .gal-search .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;
}

#gallery .gal-search .option-search img {
  position: absolute;
  width: 30px;
  left: 0.9375rem;
}

#gallery .gal-search .option-search input[type="text"] {
  padding: 0.9375rem;
  width: 300px;
  border-radius: 0;
  border: 0;
  height: 54px;
  padding-left: 3.75rem;
}

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

#gallery a.filter-button,
#gallery button.filter-button {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  min-height: 50px;
  padding: 8px;
  background: #fff;
  border: 2px solid #4c91fe;
  border-radius: 0;
  color: #4c91fe;
  transition: all ease-out 0.3s;
  text-decoration: none;
  align-items: center;
  line-height: 1em;
  height: 100%;
  display: inline-flex;
  justify-content: center;
}

#gallery button.filter-button:hover {
  cursor: pointer;
  box-shadow: 10px 12px 34px rgb(43 114 255 / 40%);
}

#gallery a.filter-button.active {
  color: #fff;
  background: #4c91fe;
  box-shadow: 10px 12px 34px rgb(43 114 255 / 40%);
}

#gallery .gal-content {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}

#gallery .gal-content ul {
  list-style: none;
  width: calc(100% + 2%);
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.875rem -1%;
  padding: 0;
}

#gallery .gal-content ul li {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 23%;
  margin: 0 1% 1.875rem;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
#gallery .gal-content ul:after {
  content: "";
  flex: auto;
}

#gallery .gal-content ul li a {
  text-decoration: none;
  width: 100%;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
}

#gallery .gal-content ul li a:hover {
  font-style: normal;
}

#gallery .gal-content ul li .gal-content-block {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
}

#gallery .gal-content ul li .gal-content-block div {
  width: 100%;
  height: 250px;
  position: relative;
}

#gallery .gal-content ul li .gal-content-block div.button-block {
  height: auto;
  justify-content: center;
  width: 100%;
  display: inline-flex;
}

#gallery .gal-content ul li .gal-content-block .gal-button {
  background: #4c91fe;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  width: auto;
  height: auto;
  margin: 10px 10px 0;
  padding: 10px 15px;
  transition: all ease-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 5px 12px rgba(43, 114, 255, 0.4);
}

#gallery .gal-content ul li.gal-image a:hover .gal-content-block .gal-button {
  background: #141a48;
  font-style: normal;
  cursor: pointer;
}

#gallery .gal-content ul li.gal-video a .gal-content-block .gal-button:hover {
  background: #141a48;
  font-style: normal;
  cursor: pointer;
}

#gallery
  .gal-content
  ul
  li.gal-video
  a:hover
  .gal-content-block
  .gal-button-watch {
  background: #141a48;
  font-style: normal;
  cursor: pointer;
}

#gallery .gal-content ul li .gal-content-block svg {
  fill: #fff;
  color: #fff;
  padding: 2px;
  margin: 0 5px;
}

#gallery .gal-content ul li p {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0.9375rem;
}

#gallery .gal-content ul li span {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 14px;
  padding: 0 0.9375rem;
  margin: 0 0 0.9375rem 0;
}

#gallery .gal-content #pagination {
  padding: 0;
}

#gallery .gal-content #pagination .pagi-inner {
  max-width: 1024px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#gallery .gal-content #pagination ul {
  justify-content: center;
  width: auto;
  margin: 0 0.9375rem;
}

#gallery .gal-content #pagination ul li {
  width: auto;
  margin: 0 5px 5px;
}

#gallery .gal-content #pagination ul li a {
  min-width: 40px;
}

/* LFO Downloads page */
#lfo {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

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

/* wp gallery overwrite */

.user-content .wpmf-gallerys {
  margin: auto;
  padding: 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);
}

.user-content .wpmf-gallerys .gallery {
  justify-content: center;
}
.user-content .wpmf-gallerys .gallery figure {
  width: auto;
}

.user-content .isvideo {
  align-items: center;
  justify-content: center;
  display: inline-flex !important;
}

.user-content .isvideo::after {
  content: "";
  position: absolute;
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: url(/app/themes/jigonline/assets/images/play.png) #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

/* ============ video page ================== */

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

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;

  padding: 3.75rem;
  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);
}

.video-container video {
  width: 100%;
  max-width: 1024px;
  aspect-ratio: 16 / 9; /* Aspect Ratio 16:9 */
}

.video-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.video-button a {
  display: inline-flex;
  width: auto;
  min-width: 170px;
  padding: 0.9375rem;
  margin: 0 10px 0 0;
  background: #4c91fe;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  text-decoration: none;
}

/* ============ course pages =================== */

.blue-bg {
  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);
}

.blue-bg #forum {
  background: none;
}

#course-block .entry-header {
  margin: 0 0 1.875rem 0;
}

#course-block h1 {
  color: #4c91fe;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
  z-index: 20;
  text-transform: uppercase;
  width: 100%;
  font-family: rig-shaded-bold-face, Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

#course-block h4 {
  margin: 0;
  color: #17223b;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}

.course-content {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.course-section {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin: 0 0 1.875rem 0;
  color: #17223b;
}

.course-section-image {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 550px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.course-section-image img {
  width: 100%;
  z-index: 20;
  max-width: 180px;
}

.course-section-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    -45deg,
    rgba(23, 34, 59, 0.7) 0%,
    rgba(68, 118, 197, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(23, 34, 59, 0.7) 0%,
    rgba(68, 118, 197, 0.7) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(23, 34, 59, 0.7) 0%,
    rgba(68, 118, 197, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f17223b', endColorstr='#8f4476c5', GradientType=1);
}

.course-section-image p {
  color: #fff;
  z-index: 99;
}

.course-section-name {
  color: #0e9dda;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
  z-index: 20;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  font-family: rig-shaded-bold-face, Arial, Helvetica, sans-serif;
}

.course-section-sub {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 20;
  font-size: 30px;
  font-family: rig-shaded-bold-face, Arial, Helvetica, sans-serif;
}

.course-section-image a {
  background: #0e9dda;
  z-index: 20;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
  border: none;
  line-height: 1em;
  padding: 16px 20px;
  color: #fff;
  width: auto;
  display: inline-flex;
  margin: 0.9375rem 0;
  text-decoration: none;
}

.course-info p {
  margin-top: 0;
}

.sectionInner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

#training-hub .sectionInner {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
}

/* course filter */

.training-filter {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 1.875rem;
  margin: 1.875rem 0 0 0;
}

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

.training-filter ul li {
  display: inline-flex;
  list-style: none;
  padding: 5px;
  margin: 0 0 5px 0;
  width: 100%;
  align-items: center;
}

.training-filter ul li a {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  background: #fff;
  border: 2px solid #4c91fe;
  border-radius: 0;
  color: #4c91fe;
  transition: all ease-out 0.3s;
  text-decoration: none;
  align-items: center;
  line-height: 1em;
  min-height: 50px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
}

.training-filter ul li a:hover {
  cursor: pointer;
  box-shadow: 10px 12px 34px rgba(43, 114, 255, 0.4);
}

.training-filter ul li a.active {
  color: #fff;
  background: #4c91fe;
  box-shadow: 10px 12px 34px rgba(43, 114, 255, 0.4);
}

.user-content .learndash {
  width: 100%;
  display: inline-block;
  margin: 3.75rem 0;
}

/* ===================================================== Learndash ====================================================== */

#training-hub {
  display: inline-flex;
  justify-content: center;
  padding: 3.75rem 1.875rem;
  background: #d0d7de;
}

#training-hub .filter-wrapper form {
  display: inline-flex;
  width: 100%;
}

#training-hub .grid-block {
  box-shadow: 0px 2px 8px rgb(0, 0, 0, 0.1);
}

#training-hub .user-content {
  justify-content: center;
  display: inline-flex;
  padding: 0;
}

.learndash-course-grid {
  padding: 0px;
}

.learndash-course-grid {
  max-width: 1440px;
  width: 100%;
}

.learndash-course-grid .items-wrapper.jig {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 0px;
}

.learndash-wrapper .grassblade {
  background-color: #f0f3f6;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
}

.learndash-wrapper .grassblade a.grassblade_launch_link {
  background: #0e9dda;
  z-index: 20;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
  border: none;
  line-height: 1em;
  padding: 16px 20px;
  color: #fff;
  width: auto;
  display: inline-flex;
  margin: 0.9375rem 0;
  text-decoration: none;
  padding: 0.9375rem 1.875rem;
}

/*------- Cards --------*/

.grid-block {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 1.875rem 1.8575rem 5rem;
  border: 0;
  background: #fff;
  box-shadow: 0px 12px 24px rgb(43 114 255 / 20%);
}

.grid-block .entry-title a {
  color: #1a3c6f;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
  font-family: houschka-pro, arial, sans-serif;
}

.learndash-course-grid .items-wrapper h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.grid-block .course-price {
  margin: 0;
  width: 100%;
  min-height: 65px;
  background: #cedeff;
  display: inline-flex;
  justify-content: flex-end;
  padding: 10px 0.9375rem 10px;
  align-items: center;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}

.grid-block .course-price div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  width: 100%;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  margin: 0;
  background: #0e9dda;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 600;
  border-radius: 100%;
}

.grid-block .course-price .public-price {
  margin: 0;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
}

.grid-block .course-price .member-price {
  padding: 0;
}

.grid-block .course-price span {
  font-size: 12px;
  margin: 0 0 0 10px;
}

.grid-block .course-price.blue div {
  background: #0e9dda;
}

.grid-block .course-duration {
  color: #1a3c6f;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0.9375rem 0;
}

.learndash-course-grid .items-wrapper.jig .item {
  display: inline-flex;
  width: 100%;
}

.learndash-course-grid .items-wrapper.jig .item article {
  width: 100%;
}

.learndash-course-grid .items-wrapper.jig .item .content .entry-content {
  float: none;
  margin: auto;
  width: auto;
}

.learndash-course-grid .items-wrapper.jig .item .content .entry-content p {
  margin: 0 0 0.9375rem 0;
  color: #1a3c6f;
}

.learndash-course-grid .items-wrapper .item .grid-block .post {
  width: 100%;
  border: 0 !important;
}

.learndash-course-grid .items-wrapper .item .grid-block .ribbon {
  position: relative;
  top: auto;
  right: auto;
  text-align: center;
  border-radius: 5px;
  margin: 5px 0;
  background-color: #143f5e;
}

.learndash-course-grid .items-wrapper .content {
  width: 100%;
  padding: 0.9375rem 0;
}

.learndash-course-grid .items-wrapper .content .content-inner {
  display: inline-flex;
  width: calc(100% - 3.75rem);
  align-items: stretch;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
}

.learndash-course-grid .items-wrapper .content .button {
  margin: 0;
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 125px;
}

.learndash-course-grid .items-wrapper .content .button span {
  padding: 8px 0.9375rem;
  background: #0e9dda;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
  line-height: 1em;
  transition: all ease-out 0.3s;
}

.learndash-course-grid .items-wrapper.jig .item:hover .button span {
  background: #1a3c6f;
}

.learndash-course-grid .items-wrapper .thumbnail {
  margin: 0;
  width: 100%;
  height: 250px;
  max-width: 100%;
}

.learndash-course-grid .items-wrapper .thumbnail div {
  height: 100%;
}

.learndash-course-grid .items-wrapper .thumbnail a {
  display: inline-flex;
  height: 100%;
}

.learndash-course-grid .items-wrapper .thumbnail img {
  width: 100%;
}

@media only screen and (max-width: 64.63em) {
  .learndash-course-grid .items-wrapper.jig {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 40.63em) {
  .grid-block {
    flex-wrap: wrap;
  }

  .learndash-course-grid .items-wrapper .thumbnail {
    width: 100%;
    max-width: 100%;
  }

  .learndash-course-grid .items-wrapper .thumbnail img {
    width: 100%;
  }
}

/*------ Filter ------*/

.learndash-course-grid .learndash-course-grid-filter {
  display: inline-flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 0;
  right: auto;
  margin-top: 10px;
  background: none;
  padding: 0;
}

.learndash-course-grid-filter form {
  width: 100%;
}

.learndash-course-grid .learndash-course-grid-filter .filter-wrapper {
  width: 100%;
}

.learndash-course-grid .learndash-course-grid-filter .filter-wrapper form {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.9375rem;
}

.learndash-course-grid-filter .filter.search {
  display: inline-flex;
  flex-wrap: wrap;
  order: 2;
  width: 100%;
  max-width: calc(50% - 0.9375rem);
}

.learndash-course-grid-filter .filter.search input {
  min-height: 50px;
  border-radius: 0;
  padding: 10px;
}

.learndash-course-grid-filter .filter.taxonomies {
  display: inline-flex;
  flex-wrap: wrap;
  order: 1;
  width: 100%;
  margin: 0;
}

.learndash-course-grid .learndash-course-grid-filter .taxonomies-wrapper {
  width: 100%;
}

.learndash-course-grid .learndash-course-grid-filter .taxonomies label {
  font-weight: bold;
  width: 100%;
  width: 100%;
  display: inline-flex;
}

.learndash-course-grid-filter .buttons {
  display: inline-flex;
  order: 3;
  width: 100%;
  justify-content: flex-end;
  max-width: calc(50% + 0.9375rem);
  align-items: center;
  margin-top: 20px;
}

.learndash-course-grid-filter .buttons .button {
  width: 100%;
  display: inline-flex;
  max-width: 150px;
  margin-left: 0.9375rem;
  border-radius: 0;
  min-height: 50px;
}

.learndash-course-grid .learndash-course-grid-filter .search label,
.learndash-course-grid .learndash-course-grid-filter .price label,
.learndash-course-grid .learndash-course-grid-filter .buttons label {
  font-weight: bold;
}

.learndash-course-grid-filter .taxonomies-wrapper .terms {
  padding: 0;
  display: inline-flex;
  width: calc(100% + 1.875rem);
  max-height: initial;
  overflow: unset;
  margin: 0 -0.9375rem;
  justify-content: center;
}

.learndash-course-grid-filter .taxonomies-wrapper .terms li {
  display: inline-flex;
  width: 100%;
  margin: 0 0.9375rem;
}

.learndash-course-grid-filter .taxonomies-wrapper .terms label {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  background: #fff;

  border-radius: 0;
  color: #4c91fe;
  transition: all ease-out 0.3s;
  text-decoration: none;
  align-items: center;
  line-height: 1em;
  min-height: 50px;
  height: 100%;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  position: relative;
}

/* hide default checkbox */
.learndash-course-grid-filter .taxonomies-wrapper .terms label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: -1;
}

/* Create a custom checkbox */
.learndash-course-grid-filter .taxonomies-wrapper .terms label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all ease-in-out 0.4s;
  border: 2px solid #0e9dda;
  color: #0e9dda;
}

/* On mouse-over, add a grey background color */
.learndash-course-grid-filter
  .taxonomies-wrapper
  .terms
  label:hover
  input
  ~ .checkmark {
  background-color: #f7f7f7;
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
.learndash-course-grid-filter
  .taxonomies-wrapper
  .terms
  label
  input:checked
  ~ .checkmark {
  background-color: #0e9dda;
  border-color: #0e9dda;
  color: #fff;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.learndash-course-grid-filter .taxonomies-wrapper .terms label:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.learndash-course-grid-filter
  .taxonomies-wrapper
  .terms
  label
  input:checked
  ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.learndash-course-grid-filter
  .taxonomies-wrapper
  .terms
  label
  .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.learndash-course-grid-filter .buttons .button.blue:hover {
  background: #1a3c6f;
  border-color: #1a3c6f;
}
.learndash-course-grid-filter .buttons .button.blue {
  color: #ffffff;
  background-color: #1a3c6f;
  border-color: #1a3c6f;
}

.toggle-filter {
  position: absolute;
  top: 0;
  padding: 8px 0.9375rem;
  color: #fff;
  background: #4c91fe;
  font-size: 20px;
  font-weight: 600;
  align-self: flex-start;
  display: inline-flex;
  left: 1.875rem;
  border: 0;
}

.toggle-filter:hover {
  background: #4c91fe;
  border-color: #4c91fe;
  box-shadow: 2px 5px 12px rgb(43 114 255 / 40%);
}

@media only screen and (max-width: 80.63em) {
  .learndash-course-grid-filter .taxonomies-wrapper .terms {
    flex-wrap: wrap;
  }

  .learndash-course-grid-filter .taxonomies-wrapper .terms li {
    width: auto;
    min-width: 140px;
    margin-bottom: 10px;
  }

  .learndash-course-grid-filter .taxonomies-wrapper .terms label {
    min-height: 40px;
  }
}

@media only screen and (max-width: 50.63em) {
  .learndash-course-grid-filter .taxonomies-wrapper .terms {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .learndash-course-grid-filter .taxonomies-wrapper .terms li {
    margin: 0 10px 10px;
  }

  .learndash-course-grid-filter .filter.taxonomies {
    margin: 0 0 0.9375rem 0;
  }

  .learndash-course-grid-filter .buttons,
  .learndash-course-grid-filter .filter.search {
    max-width: 100%;
  }
}

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

/* 1440 */
@media only screen and (max-width: 90.63em) {
  .standards-banner {
    padding: 1.875rem;
  }

  .standards-banner .banner-title {
    font-size: 24px;
  }

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

  .sectionInner .um-login .login-section h4 {
    font-size: 40px;
  }

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

  #account-main-nav ul li a,
  #account-main-nav ul li a h5 {
    font-size: 26px;
  }

  .sectionInner .um-account .um-account-heading {
    font-size: 26px;
  }

  #co-struc .sectionInner ul li {
    max-width: 50%;
  }

  form#booking_form {
    max-width: 48%;
  }

  .sectionInner .um-account .um-account-main .change-pw p {
    padding: 0 !important;
  }
}

/* 1280 */
@media only screen and (max-width: 80.63em) {
  #training-hub .filter-wrapper form {
    flex-wrap: wrap;
  }
  .listing-option.listing-keywords {
    width: 100%;
    margin: 0;
  }

  .listing-option.listing-keywords ul li.option-search {
    margin: 0;
  }

  .events-content ul li {
    width: 100%;
  }
  .events-content .block-container {
    padding: 0;
  }
  .events-content .event-image {
    width: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .events-content .event-text {
    margin: 0;
    width: calc(100% - 250px);
    padding: 0 0.9375rem 0 1.875rem;
  }

  .events-content ul li a .event-block.event-block-lower {
    position: relative;
    width: 100%;
    left: 0;
    bottom: initial;
    margin: 1.875rem 0 0 0;
  }

  #gallery h4,
  #gallery .gal-content {
    padding: 0 1.875rem;
  }

  #gallery .gal-search {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0.9375rem;
  }

  #gallery .gal-search .option-search {
    width: 100%;
    margin: 0 0 0.9375rem 0;
    padding: 0.9375rem;
  }

  #gallery .gal-search li {
    width: auto;
    min-width: 140px;
  }

  #gallery .gal-content ul li .gal-content-block .gal-button {
    width: auto;
    padding: 10px;
  }

  #gallery a.filter-button,
  #gallery button.filter-button {
    min-height: auto;
  }

  #gallery .gal-search li div {
    width: 100%;
  }
  #gallery .gal-search .option-search input[type="text"] {
    width: 100%;
  }
  #gallery .gal-search li.button {
    height: auto;
    align-items: flex-end;
    padding: 0 5px 0.9375rem 5px;
  }

  .events-filter ul li a {
    min-height: auto;
  }

  #home-media .media-content .media-title,
  #home-media .media-content .media-text,
  #home-media .media-content .media-sub {
    width: 100%;
  }

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

  .standards-img {
    max-width: 180px;
  }

  .standards-head {
    padding: 1.875rem;
  }

  .standards-img .standards-img-inner {
    position: relative;
    top: 0;
  }

  .standards-body .sectionInner {
    padding: 1.875rem 0;
  }

  .standards-banner {
    margin: 0;
  }

  .standards-details {
    margin: 1.875rem 0;
  }

  .standards-details.standards-download {
    margin: 0 0 1.875rem 0;
  }

  ul.standards-tags li::after {
    display: none;
  }

  .list-info-member img,
  .list-info-public img {
    align-self: center;
  }

  .tabs {
    margin: 0 0 0.9375rem 0;
  }

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

  .list-info-member img {
    margin: 0 5px 0 0;
  }

  .listing-option ul {
    flex-wrap: wrap;
  }

  .listing-option ul li {
    width: 50%;
  }

  .listing-option ul {
    justify-content: flex-start;
  }

  .listing-option ul li {
    padding: 0.9375rem;
  }

  .listing-option ul li.option-search {
    width: 100%;
    margin: 0 0 0.9375rem 0;
    padding: 0.9375rem;
  }

  .listing-option ul li.option-search div {
    width: 100%;
  }

  .listing-option ul li input[type="text"] {
    width: 100%;
  }

  #home-media .media-content h1 {
    font-size: 50px;
  }

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

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

  .main-logo {
    width: auto;
  }

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

  #listing-block .list-info-tag {
    width: auto;
  }

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

  #blog-list ul li {
    max-width: 47%;
  }

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

  .sectionInner .um-login .um-form,
  .sectionInner .um-login .um-form form {
    flex-wrap: wrap;
  }

  .sectionInner .um-login .login-section {
    align-items: center;
    padding: 1.875rem;
    min-height: 300px;
  }

  #account-main-nav ul li a,
  #account-main-nav ul li a h5 {
    font-size: 22px;
  }

  .sectionInner .um-account .um-account-heading {
    font-size: 22px;
  }

  #account-main-nav ul {
    margin: 1.875rem 0;
  }

  .sectionInner .um-account .um-account-main {
    margin-left: 1.875rem;
  }

  .sectionInner .um-account-main .woocommerce-order-downloads li span {
    font-size: 18px;
    align-items: center;
    line-height: 1em;
  }

  .cart-collaterals {
    flex-wrap: wrap;
  }

  .basket-message {
    margin: 0 0 1.875rem 0;
  }

  .events-filter ul {
    flex-wrap: wrap;
  }

  .events-filter ul li {
    width: auto;
    min-width: 140px;
  }

  .listing-option ul li.filter-expired {
    right: 0.9375rem;
    padding: 0;
    top: 0.9375rem;
  }
}

/* 1280 end */

/* 1024 */
@media only screen and (max-width: 64.63em) {
  #gallery .gal-filter,
  #gallery .gal-filter-inner {
    flex-wrap: wrap;
  }
  #gallery .gal-content ul li {
    max-width: 48%;
  }

  form#booking_form {
    max-width: 100%;
  }

  #event-detail ul li.right .detail-image {
    margin: 0 0 1.875rem 0;
  }

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

  ul.standards-tags {
    flex-wrap: wrap;
  }

  ul.standards-tags li {
    width: 100%;
    margin: 0 0 5px 0;
  }

  .price-block {
    max-width: 100%;
  }

  .prod-row {
    flex-wrap: wrap;
  }

  .prod-row .button-block {
    justify-content: flex-start;
  }

  .list-price {
    flex-wrap: wrap;
  }

  #listing-block ul li .list-inner .list-info-title {
    font-size: 22px;
  }

  .list-price .list-price-member,
  .list-price .list-price-public {
    max-width: 50%;
    margin: 0;
    font-size: 20px;
  }

  .list-price .list-price-member {
    justify-content: flex-end;
    display: inline-flex;
  }

  .list-price .list-price-button a,
  .list-button a {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    margin: 0.9375rem 0 0 0;
  }

  #listing-block ul li .list-image {
    padding: 1.875rem;
  }

  #listing-block .list-block {
    flex-wrap: wrap;
  }

  .listing-option ul li input[type="text"] {
    font-size: 18px;
  }

  #home-media .media-content h1 {
    font-size: 40px;
  }

  #home-media .media-content h4 {
    font-size: 18px;
  }

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

  #account-main-nav ul {
    flex-wrap: wrap;
  }

  #account-main-nav ul li {
    width: 50%;
  }

  #account-main-nav ul li a {
    padding: 0.9375rem;
  }

  #co-struc .sectionInner ul li a,
  #co-struc .sectionInner ul li .no-link {
    flex-wrap: wrap;
  }

  #co-struc .sectionInner ul li .person-image-wrap {
    height: 300px;
  }

  #co-struc .sectionInner ul li.large-person .person-inner {
    height: 50%;
    flex-wrap: nowrap;
  }

  #co-struc .sectionInner ul li .person-inner {
    height: auto;
    flex-wrap: nowrap;
  }

  #people .sectionInner {
    flex-wrap: wrap;
  }

  #people .people-top {
    flex-wrap: nowrap;
    flex-direction: inherit;
    margin: 3.75rem 0 0 0;
  }

  #people .people-bio {
    margin: 1.875rem 0 3.75rem 0;
  }

  #insp-data-filter {
    padding: 1.875rem;
    min-width: 260px;
  }

  #insp-data-filter .accordion .accordion-content li button {
    width: 100%;
  }

  #insp-data-filter .accordion li .accordion-trigger {
    padding: 0 0.9375rem 0.9375rem;
    font-size: 16px;
  }

  #cta-widget ul li .cta-block a .cta-title span {
    font-size: 22px;
  }

  #insp-data-filter .accordion {
    margin: 0;
  }

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

  .listing-cat ul {
    flex-wrap: wrap;
  }

  .listing-cat ul li a {
    font-size: 18px;
    padding: 0.9375rem;
  }

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

  #home-media .media-content {
    padding: 0 3.75rem;
  }

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

  .event-listing-title {
    font-size: 24px;
  }

  .event-listing-text {
    font-size: 18px;
  }

  .event-listing-image {
    height: 180px;
  }

  #event-detail ul li {
    flex-wrap: wrap;
  }

  #event-detail ul li .detail-content {
    max-width: 100%;
    order: 2;
  }

  #event-detail .detail-image {
    max-width: 100%;
    order: 1;
    width: 100%;
    max-height: 400px;
    margin: 0 0 1.875rem 0;
  }

  #book-banner .bannerInner {
    flex-wrap: wrap;
  }

  #book-banner .event-map {
    position: relative;
    height: 300px;
    bottom: 0;
    width: 100%;
  }

  #book-banner .book-button {
    margin: 0 0 1.875rem 0;
    width: 100%;
    justify-content: center;
  }

  .event-head .event-date,
  .event-head .event-price {
    font-size: 24px;
    margin: 0;
  }

  .event-head .event-detail {
    font-size: 20px;
    margin: 0;
  }

  .sectionInner .um-account .um-woo-form table td .button-holder {
    width: 100%;
  }

  #event-detail h2 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 55.63em) {
  .events-content .event-image {
    width: 100%;
    min-height: 300px;
  }

  .events-content .event-text {
    margin: 1.875rem 0 0 0;
    width: 100%;
    padding: 0;
  }

  .sectionInner .um-account .um-woo-form table.shop_table td {
    width: auto !important;
  }

  #pagination .pagi-button {
    font-size: 16px;
  }

  #pagination .pagi-prev {
    padding: 10px 0.9375rem 10px 1.875rem;
  }
  #pagination .pagi-next {
    padding: 10px 1.875rem 10px 0.9375rem;
  }

  #pagination .pagi-prev img {
    left: 7px;
  }
  #pagination .pagi-next img {
    right: 7px;
  }

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

  #home-media .media-item {
    height: 80vh;
    min-height: 450px;
  }

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

  .woocommerce-cart-form .cart ul li:first-child {
    margin-right: 0.9375rem;
  }

  .woocommerce-cart-form .cart ul li.product-thumbnail {
    display: none;
  }

  .woocommerce-cart-form .cart ul li a,
  .woocommerce-cart-form .cart ul.woocommerce-cart-form__cart-item li {
    font-size: 16px;
    line-height: 1.2em;
  }

  .woocommerce-cart-form .cart ul,
  .woocommerce-cart-form .cart ul.woocommerce-cart-form__cart-item {
    padding: 0.9375rem;
  }

  .cart-collaterals .cart_totals {
    max-width: 100%;
  }

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

  .listing-option ul li.button {
    width: 50%;
  }

  .listing-option ul li.button a,
  .listing-option ul li.button button {
    width: 100%;
    text-align: center;
  }

  .list-info-member,
  .list-info-public {
    max-width: 100%;
  }

  .list-price .list-price-member {
    justify-content: flex-start;
  }

  .list-info-language {
    order: 1;
  }

  .list-info-member,
  .list-info-public {
    order: 2;
  }

  .list-info-type {
    order: 3;
  }

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

  .list-price .list-price-member,
  .list-price .list-price-public {
    max-width: 100%;
  }

  #listing-block ul li .list-inner {
    padding: 0 1.875rem;
  }

  #listing-block ul li.document-item {
    flex-wrap: wrap;
  }

  #listing-block ul li .list-image {
    display: none;
  }

  #listing-block ul li.document-item .list-button {
    margin: 0 1.875rem;
    width: 100%;
  }

  #listing-view ul li.RH .listing-content,
  #listing-view ul li.LH .listing-content {
    padding: 0;
  }

  .clouds img.cloud-two,
  .clouds img.cloud-three {
    display: none;
  }

  .clouds img.cloud-four {
    max-width: 400px;
    right: -265px;
    opacity: 0.3;
  }

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

  .sectionInner .um-account .um-account-side {
    width: auto;
  }

  .sectionInner .um-account .um-account-side #account-menu {
    padding: 1.875rem 0.9375rem !important;
  }

  .member-results {
    padding: 0 0.9375rem;
  }

  .member-results .results-block {
    padding: 1.875rem 0.9375rem;
  }

  .member-results .results-head {
    padding: 0.9375rem;
  }

  .member-results .results-head ul li {
    font-size: 18px;
    line-height: 1em;
  }

  .member-results ul li {
    font-size: 18px;
    line-height: 1em;
  }

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

  #qualify ul li span {
    left: -30px;
    width: 60px;
    font-size: 20px;
    padding: 10px;
  }

  #insp-data .sectionInner {
    flex-wrap: wrap;
  }

  #insp-data-filter {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .map-wrap {
    min-height: 600px;
    height: auto;
  }

  #insp-data-filter .accordion .accordion-content li button {
    width: 45%;
  }

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

  #home-media .media-content h1 {
    font-size: 34px;
    line-height: 1.2em;
  }

  #home-media .media-content h3 {
    font-size: 28px;
  }

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

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

  .page-head h1 {
    font-size: 28px;
  }

  .page-head h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 0 0.9375rem 0;
  }

  .page-head p {
    max-width: 100%;
    font-size: 16px;
  }

  #home-media .media-content .media-link {
    padding: 8px;
  }

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

  .standards-sub {
    font-size: 24px;
  }

  .event-listing {
    flex-wrap: wrap;
  }

  .event-listing li {
    padding: 0;
    margin: 0 0 1.8575rem 0;
  }

  .events-content {
    padding: 0;
  }

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

  .events-filter {
    padding: 0;
  }

  .events-filter ul li a {
    font-size: 16px;
    padding: 8px 0.9375rem;
  }

  #feature-cta .cta-block a {
    padding: 0.9375rem;
  }

  #feature-cta .cta-block a .cta-button {
    left: 0.9375rem;
  }

  .sectionInner .um-account .um-woo-form table td.button-holder {
    justify-content: space-between;
    width: 100%;
  }

  .sectionInner .um-account .um-woo-form table td .file-wrap {
    position: relative;
  }

  .sectionInner .um-account .um-account-main {
    padding: 1.875rem;
  }

  .sectionInner .um-account .um-woo-form table td .file-wrap {
    left: 0;
  }

  #forum .fmwp-topic-content {
    padding: 1.875rem;
  }
}

@media only screen and (max-width: 47.93em) {
  .listing-cat ul li {
    max-width: 33.333%;
  }
}

/* 640 */
@media only screen and (max-width: 40.63em) {
  .listing-cat ul li {
    max-width: 50%;
  }

  .events-content ul li a .event-block.event-block-lower {
    flex-wrap: wrap;
  }
  .events-content .event-more {
    margin: 0 0 0.9375rem 0;
  }

  #bulletin-view .prod-row ul li .prod-ed {
    margin: 0 0 0.9375rem 0;
    width: 100%;
  }

  #gallery .gal-content ul li {
    max-width: 100%;
  }

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

  .page-head p {
    line-height: 1.2em;
    font-size: 16px;
  }

  .listing-cat ul li a {
    font-size: 16px;
    line-height: 1.2em;
  }

  .standards-banner a {
    font-size: 18px;
  }

  .listing-option ul li input[type="text"] {
    font-size: 16px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .standards-img img {
    display: none;
  }

  .standards .sectionInner {
    flex-wrap: wrap;
  }

  .standards-head-details {
    padding: 0;
  }

  .standards-banner {
    flex-wrap: wrap;
  }

  .standards-banner a {
    margin-left: 0;
  }

  .standards-banner .banner-left {
    margin: 0 0 0.9375rem 0;
  }

  .prod-row ul li {
    flex-wrap: wrap;
  }

  .prod-row .button-block a {
    width: 100%;
  }

  .poduct-title {
    font-size: 28px;
  }

  .prod-row .block-title,
  .prod-row ul li .prod-ed {
    font-size: 24px;
  }

  a.standard-button {
    margin: 0;
  }

  .tabs .tab-head ul {
    flex-wrap: wrap;
  }

  .tabs .tab-head ul li {
    max-width: 100%;
  }

  .tabs .tab-head ul li button {
    padding: 0.9375rem 1.875rem;
  }

  #searchresults ul.results-list li {
    max-width: 100%;
  }

  #listing-block ul li {
    flex-wrap: wrap;
  }

  #listing-block .list-tags ul li {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #listing-block .list-tags ul li::after {
    display: none;
  }

  .listing-option ul li select {
    font-size: 16px;
  }

  .list-info-member {
    max-width: 100%;
    margin-top: 0.9375rem;
  }

  .listing-cat ul {
    flex-wrap: wrap;
  }

  .woocommerce-additional-fields .form-row,
  .woocommerce-billing-fields .form-row {
    flex-wrap: wrap;
  }

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

  .sectionInner .um-account .um-form .um-account-wrapper {
    flex-wrap: wrap;
  }

  .sectionInner .um-account .um-account-side {
    max-width: 100%;
    width: 100%;
  }

  .sectionInner .um-account .um-account-side #account-menu {
    flex-wrap: wrap;
    justify-content: center;
    display: inline-flex;
    padding: 0.9375rem !important;
    width: 100%;
  }

  .sectionInner .um-account .um-account-side li {
    width: auto;
    padding: 0 !important;
  }

  .sectionInner .um-account .um-account-side li a span.um-account-title {
    display: none;
  }

  .sectionInner .um-account .um-account-side li a:hover span.um-account-arrow {
    display: none;
  }

  .sectionInner .um-account .um-account-main {
    margin: 0.9375rem 0;
    padding: 0.9375rem;
  }

  .sectionInner .um-account .um-account-side li a span.um-account-icontip {
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    padding: 5px 0.9375rem;
  }

  .sectionInner .um-account-main .woocommerce-order-downloads li span {
    font-size: 14px;
    line-height: 1em;
    align-items: center;
  }

  .sectionInner .um-account-main .woocommerce-order-downloads li ul li a {
    line-height: 1em;
  }

  #co-struc .sectionInner ul li {
    max-width: 100%;
  }

  #co-struc .sectionInner ul li .person-inner {
    height: auto;
  }

  #people .sectionInner {
    flex-wrap: wrap;
  }

  #people .people-top {
    flex-wrap: wrap;
    flex-direction: inherit;
    margin: 3.75rem 0 0 0;
  }

  #people .people-image {
    width: 100%;
  }

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

  .map-pop-detail {
    width: 100%;
  }

  .map-wrap {
    min-height: 400px;
  }

  #home-media .media-content h1 {
    font-size: 24px;
  }

  #home-media .media-content h3 {
    font-size: 18px;
    margin-top: 5px;
  }

  #home-media .media-content .media-link a {
    font-size: 18px;
  }

  #benefits-widget ul li {
    max-width: 100%;
  }

  .footer-links ul {
    margin: 0.9375rem 0;
  }

  #nav-toggle {
    height: 30px;
  }

  #home-media .media-content {
    padding: 0 1.875rem;
  }

  #home-media .media-item {
    height: 100vh;
    max-height: 670px;
  }

  #home-media .media-content .media-content-inner {
    padding-top: 4rem;
  }

  #member-dir {
    padding: 0;
  }

  #listing-filter {
    margin: 0;
  }

  .member-results {
    padding: 0;
    margin-top: 0;
    overflow: scroll;
  }

  .member-results .results-block {
    padding: 0.9375rem 8px;
  }

  .member-results .results-head ul li,
  .member-results ul li {
    font-size: 16px;
  }

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

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

  #results {
    position: relative;
    min-width: auto;
    width: 100%;
    display: inline-table;
  }

  .member-results .results-head {
    min-width: 500px;
    width: 100%;
    display: inline-table;
  }

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

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

  .standards-title {
    font-size: 34px;
  }

  .standards-sub {
    font-size: 20px;
  }

  #account-main-nav ul li {
    width: 100%;
  }

  .events-content ul li a .event-block {
    width: 100%;
  }
  .events-content ul li a .event-block.block-date {
    flex-wrap: wrap;
  }
  .events-content .event-date,
  .events-content .event-tag {
    width: 100%;
  }

  .events-content .event-flag,
  .events-content .event-icon,
  #event-widget .event-flag {
    margin: 0;
  }
  #event-widget .event-flag img {
    margin-left: 0;
  }

  .events-content ul li a .event-block.block-image {
    width: 100%;
    margin: 0 0 0.9375rem 0;
  }
  .events-content ul li a .event-block.block-info {
    width: 100%;
  }

  #event-widget #events-list {
    padding: 0;
  }

  #event-book form .form-block {
    width: 100%;
  }

  #booked-block .booked-details ul li {
    width: 100%;
    text-align: left;
  }

  .listing-option ul li.filter-expired {
    position: relative;
    right: initial;
    width: 100%;
    justify-content: center;
    top: initial;
  }

  .download-buttons a {
    width: 100%;
  }
}

/* 640 end */

@media only screen and (max-width: 35.9375em) {
  .sectionInner .um-account .um-account-side #account-menu {
    display: none;
  }

  .sectionInner .um-account-nav a {
    color: #1a3c6f !important;
    font-size: 20px;
    font-weight: bold;
  }

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

/* New bulletin view styles */

#bulletin-view .tc-checkbox input {
  display: none;
}

#bulletin-view .tc-checkbox label {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

#bulletin-view .tc-checkbox label:before {
  content: "";
  border: 1px solid;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
#bulletin-view .tc-checkbox input:checked ~ label:before {
  background: radial-gradient(
    circle,
    rgba(76, 145, 254, 1) 0%,
    rgba(76, 145, 254, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 80%,
    rgba(76, 145, 254, 1) 80%,
    rgba(76, 145, 254, 1) 100%
  );
}

#bulletin-view .form-submit button {
  background: #4c91fe;
  color: white;
  border: none !important;
  padding: 10px 25px;
  transition: all 0.3s;
  cursor: pointer;
}

#bulletin-view .form-submit button:hover {
  background: #17223b !important;
}

/* T&C */

#terms-conditions {
  background: linear-gradient(
    135deg,
    rgba(220, 231, 253, 1) 0%,
    rgba(236, 242, 255, 1) 100%
  );
  width: 100%;
  padding: 30px;
}
#terms-conditions .form-submit button {
  background: #4c91fe;
  color: white;
  border: none !important;
  padding: 10px 25px;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 40px;
}

#terms-conditions .tc-checkbox input {
  display: none;
}
#terms-conditions .tc-checkbox label:before {
  content: "";
  border: 1px solid;
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  flex: none;
}
#terms-conditions .tc-checkbox input:checked ~ label:before {
  background: radial-gradient(
    circle,
    rgba(76, 145, 254, 1) 0%,
    rgba(76, 145, 254, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 80%,
    rgba(76, 145, 254, 1) 80%,
    rgba(76, 145, 254, 1) 100%
  );
}
#terms-conditions .tc-checkbox label {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
