@charset "UTF-8";
/*!
Theme Name: Spongy Elephant
Theme URI: http://underscores.me/
Author: me&him
Author URI: http://www.meandhimdesign.co.uk
Description: Description
Version: 2.0.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spongy_elephant
Tags:

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

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Grid
# Typography
# Elements
# Global
# Header
# Footer


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes blurIn { from { filter: blur(0px); }
  to { filter: blur(2px); } }

/* Firefox < 16 */
@-moz-keyframes blurIn { from { filter: blur(0px); }
  to { filter: blur(2px); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes blurIn { from { filter: blur(0px); }
  to { filter: blur(2px); } }

/* Internet Explorer */
@-ms-keyframes blurIn { from { filter: blur(0px); }
  to { filter: blur(2px); } }

/* Opera < 12.1 */
@-o-keyframes blurIn { from { filter: blur(0px); }
  to { filter: blur(2px); } }

@keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

/* Firefox < 16 */
@-moz-keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

/* Internet Explorer */
@-ms-keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

/* Opera < 12.1 */
@-o-keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

@keyframes pulse { from { -web-kit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% { -web-kit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to { -web-kit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse--large { from { -web-kit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% { -web-kit-transform: scale3d(1.15, 1.15, 1.5);
    transform: scale3d(1.15, 1.15, 1.15); }
  to { -web-kit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada { from { transform: scale3d(1, 1, 1); }
  5%, 10% { transform: scale3d(0.98, 0.98, 0.98) rotate3d(0, 0, 1, -1deg); }
  15%, 25%, 35%, 45% { transform: scale3d(1.02, 1.025, 1.025) rotate3d(0, 0, 1, 1deg); }
  20%, 30%, 40% { transform: scale3d(1.025, 1.025, 1.025) rotate3d(0, 0, 1, -1deg); }
  to { transform: scale3d(1, 1, 1); } }

.tada { animation-name: tada; animation-duration: 3s; animation-fill-mode: both; animation-iteration-count: infinite; animation-delay: 1s; }

.pulse { animation-name: pulse; animation-duration: 2s; animation-fill-mode: both; animation-iteration-count: infinite; animation-delay: 1s; }

.pulse--large { animation-name: pulse--large; animation-duration: 2s; animation-fill-mode: both; animation-iteration-count: infinite; animation-delay: 1s; }

.no-pad-marg { padding: 0 !important; margin: 0 !important; }

.small-pad { padding: 0.25rem 0; margin: 0; }

.no-padding { padding: 0; }

.padding { padding: 16px; padding: 16.02px; padding: 0.89rem; }

.padding--sm { padding: 9px; padding: 0.5rem; }

.padding-md { padding: 36px; padding: 2rem; }

.margin { margin: 16px; margin: 16.02px; margin: 0.89rem; }

.margin-y--sm { margin-top: 8px; margin-top: 0.44444rem; margin-bottom: 8px; margin-bottom: 0.44444rem; }

.margin-y { margin-top: 16px !important; margin-top: 0.89rem !important; margin-bottom: 16px !important; margin-bottom: 0.89rem !important; }

.margin-y-xl { margin-top: 32px !important; margin-top: 1.78rem !important; margin-bottom: 32px !important; margin-bottom: 1.78rem !important; }

.margin-md-y, .margin-md-y.grid__cell { margin: 18px 0px 36px 0px; margin: 1rem 0rem 2rem 0rem; }

.margin-top--sm { margin-top: 9px; margin-top: 0.5rem; }

.margin-top--md { margin-top: 18px; margin-top: 1rem; }

.margin-bottom--md { margin-bottom: 18px; margin-bottom: 1rem; }

.margin-bottom--xl { margin-bottom: 36px; margin-bottom: 2rem; }

.padding-md-y, .grid.padding-md-y { padding-top: 24px; padding-top: 1.33rem; padding-bottom: 24px; padding-bottom: 1.33rem; }

.padding--l-y, .grid.padding--l-y { padding-top: 32px; padding-top: 1.78rem; padding-bottom: 32px; padding-bottom: 1.78rem; }

.padding-xl-y, .grid.padding-xl-y { padding-top: 36px !important; padding-top: 2rem !important; padding-bottom: 36px !important; padding-bottom: 2rem !important; }

@media screen and (min-width: 801px) { .padding-xl-y, .grid.padding-xl-y { padding-top: 72px !important; padding-top: 4rem !important; padding-bottom: 72px !important; padding-bottom: 4rem !important; } }

.padding-x { padding-left: 8px; padding-left: 0.44rem; padding-right: 8px; padding-right: 0.44rem; }

.padding--md-x { padding-left: 16px; padding-left: 0.89rem; padding-right: 16px; padding-right: 0.89rem; }

.padding--xl-x { padding-left: 32px; padding-left: 1.78rem; padding-right: 32px; padding-right: 1.78rem; }

.padding-top--sm { padding-top: 9px; padding-top: 0.5rem; }

.padding-top--md { padding-top: 18px; padding-top: 1rem; }

.padding-top--xl { padding-top: 36px; padding-top: 2rem; }

.padding-top--sm { padding-top: 9px; padding-top: 0.5rem; }

.padding-bottom--sm { padding-bottom: 9px; padding-bottom: 0.5rem; }

.padding-bottom--md { padding-bottom: 18px; padding-bottom: 1rem; }

.padding-bottom--xl { padding-bottom: 36px; padding-bottom: 2rem; }

.top-radius { border-radius: 15px 15px 0 0; }

.bottom-radius { border-radius: 0 0 15px 15px; }

.border-radius { border-radius: 15px; }

.text-blue, a.text-blue, a:visited.text-blue { color: #278ccc; }

.text-red { color: #dd4b39; }

.text-green { color: #59A672; }

.text-white { color: #fff; }

.text-yellow { color: #ffaf00; }

.text-grey { color: #737373; }

.text-navy { color: #213B4B; }

.grey-bg, .modal.grey-bg { background-color: #eee; color: #213B4B; }

.dark-grey-bg, .modal.dark-grey-bg { background-color: #737373; color: #213B4B; }

.blue-bg { background-color: #278ccc; color: #fff; }

.red-bg { background-color: #dd4b39; color: #fff; }

.red-bg .red.button { background-color: #fff; color: #dd4b39; }

.yellow-bg { background-color: #ffaf00; color: #fff; }

.green-bg { background-color: #59A672; color: #fff; }

.white-bg { background-color: #fff; color: #213B4B; }

.dark-blue-bg { background-color: #213B4B; color: #fff; }

.yellow-bg { background-color: #ffaf00; color: #fff; }

.overlay-white { background-color: rgba(255, 255, 255, 0.6); color: #213B4B; }

.overlay-blue { background-color: rgba(21, 141, 214, 0.6); color: #fff; }

.overlay-grey { background-color: rgba(68, 68, 68, 0.6); color: #fff; }

.overlay-dark-blue { background-color: rgba(33, 59, 75, 0.6); color: #fff; }

.overlay-wrap { position: relative; }

.overlay { height: 100%; width: 100%; top: 0; left: 0; position: absolute; opacity: 0; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; -webkit-animation-delay: 3s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 3s; /* Firefox < 16 */ -ms-animation-delay: 3s; /* Internet Explorer */ -o-animation-delay: 3s; /* Opera < 12.1 */ animation-delay: 3s; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.overlay-content, .on-top { z-index: 9; position: relative; }

.block { display: block !important; }

.inline-block { display: inline-block !important; }

.auto-overflow { overflow: auto; }

.pointer { cursor: pointer; }

.fade-in { -webkit-animation: fadein 800ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 800ms; /* Firefox < 16 */ -ms-animation: fadein 800ms; /* Internet Explorer */ -o-animation: fadein 800ms; /* Opera < 12.1 */ animation: fadein 800ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.fade-in--fast { -webkit-animation: fadein 400ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 400ms; /* Firefox < 16 */ -ms-animation: fadein 400ms; /* Internet Explorer */ -o-animation: fadein 400ms; /* Opera < 12.1 */ animation: fadein 400ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.fade-in--super-fast { -webkit-animation: fadein 250ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 250ms; /* Firefox < 16 */ -ms-animation: fadein 250ms; /* Internet Explorer */ -o-animation: fadein 250ms; /* Opera < 12.1 */ animation: fadein 250ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.fade-in--delay { opacity: 0; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 2s; /* Firefox < 16 */ -ms-animation: fadein 2s; /* Internet Explorer */ -o-animation: fadein 2s; /* Opera < 12.1 */ animation: fadein 2s; -webkit-animation-delay: 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 2s; /* Firefox < 16 */ -ms-animation-delay: 2s; /* Internet Explorer */ -o-animation-delay: 2s; /* Opera < 12.1 */ animation-delay: 2s; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.revealer { opacity: 0; }

.revealed { -webkit-animation: fadein 800ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 800ms; /* Firefox < 16 */ -ms-animation: fadein 800ms; /* Internet Explorer */ -o-animation: fadein 800ms; /* Opera < 12.1 */ animation: fadein 800ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.box-shadow { -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); }

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

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

/** Add the correct display in IE 9-.  */
article, aside, footer, header, nav, section { 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 ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

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

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

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

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

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

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

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

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** 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; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
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; /* 1 */ padding: 0; /* 2 */ }

/** 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; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [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; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

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

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

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container-inner { max-width: 1200px; margin: 0 auto; padding: 0 4%; box-sizing: initial; }

@media screen and (min-width: 801px) { .container-inner { position: relative; } }

.container-inner--small { max-width: 800px; margin: 0 auto; padding: 0 4%; position: relative; box-sizing: initial; }

.container-inner--tiny { padding: 0 4%; max-width: 100%; }

@media screen and (min-width: 801px) { .container-inner--tiny { max-width: 500px; padding: 0 2%; } }

.container-outer { max-width: 1920px; margin: 0 auto; position: relative; }

.container-full-width { margin: 0 auto; position: relative; }

.center-element { position: relative; margin: 0 auto; }

/*! Avalanche | MIT License | @colourgarden */
/** SETTINGS */
/** LOGIC aka THE MAGIC */
/** GRID LAYOUT */
.grid { display: block; list-style: none; padding: 0; margin: 0; margin-left: -20px; font-size: 0; }

.grid__cell { box-sizing: border-box; display: inline-block; width: 100%; padding: 0; padding-left: 20px; margin: 0; vertical-align: top; font-size: 1rem; }

.grid--center { text-align: center; }

.grid--center > .grid__cell { text-align: left; }

.grid__cell--center { display: block; margin: 0 auto; }

.grid--middle > .grid__cell { vertical-align: middle; }

.grid--bottom > .grid__cell { vertical-align: bottom; }

.grid--rev { direction: rtl; }

.grid--rev > .grid__cell { direction: ltr; }

/** GRID WIDTHS */
.\31\/2, .\32\/4, .\36\/12 { width: 50%; }

.\31\/3, .\34\/12 { width: 33.33333%; }

.\32\/3, .\38\/12 { width: 66.66667%; }

.\31\/4, .\33\/12 { width: 25%; }

.\33\/4, .\39\/12 { width: 75%; }

.\31\/12 { width: 8.33333%; }

.\32\/12 { width: 16.66667%; }

.\35\/12 { width: 41.66667%; }

.\37\/12 { width: 58.33333%; }

.\31\30\/12 { width: 83.33333%; }

.\31\31\/12 { width: 91.66667%; }

@media screen and (max-width: 800px) { .\31\/2--thumb, .\32\/4--thumb, .\36\/12--thumb { width: 50%; }
  .\31\/3--thumb, .\34\/12--thumb { width: 33.33333%; }
  .\32\/3--thumb, .\38\/12--thumb { width: 66.66667%; }
  .\31\/4--thumb, .\33\/12--thumb { width: 25%; }
  .\33\/4--thumb, .\39\/12--thumb { width: 75%; }
  .\31\/12--thumb { width: 8.33333%; }
  .\32\/12--thumb { width: 16.66667%; }
  .\35\/12--thumb { width: 41.66667%; }
  .\37\/12--thumb { width: 58.33333%; }
  .\31\30\/12--thumb { width: 83.33333%; }
  .\31\31\/12--thumb { width: 91.66667%; } }

@media screen and (min-width: 500px) { .\31\/2--handheld-and-up, .\32\/4--handheld-and-up, .\36\/12--handheld-and-up { width: 50%; }
  .\31\/3--handheld-and-up, .\34\/12--handheld-and-up { width: 33.33333%; }
  .\32\/3--handheld-and-up, .\38\/12--handheld-and-up { width: 66.66667%; }
  .\31\/4--handheld-and-up, .\33\/12--handheld-and-up { width: 25%; }
  .\33\/4--handheld-and-up, .\39\/12--handheld-and-up { width: 75%; }
  .\31\/12--handheld-and-up { width: 8.33333%; }
  .\32\/12--handheld-and-up { width: 16.66667%; }
  .\35\/12--handheld-and-up { width: 41.66667%; }
  .\37\/12--handheld-and-up { width: 58.33333%; }
  .\31\30\/12--handheld-and-up { width: 83.33333%; }
  .\31\31\/12--handheld-and-up { width: 91.66667%; } }

@media screen and (max-width: 800px) { .\31\/2--pocket, .\32\/4--pocket, .\36\/12--pocket { width: 50%; }
  .\31\/3--pocket, .\34\/12--pocket { width: 33.33333%; }
  .\32\/3--pocket, .\38\/12--pocket { width: 66.66667%; }
  .\31\/4--pocket, .\33\/12--pocket { width: 25%; }
  .\33\/4--pocket, .\39\/12--pocket { width: 75%; }
  .\31\/12--pocket { width: 8.33333%; }
  .\32\/12--pocket { width: 16.66667%; }
  .\35\/12--pocket { width: 41.66667%; }
  .\37\/12--pocket { width: 58.33333%; }
  .\31\30\/12--pocket { width: 83.33333%; }
  .\31\31\/12--pocket { width: 91.66667%; } }

@media screen and (min-width: 801px) and (max-width: 1024px) { .\31\/2--lap, .\32\/4--lap, .\36\/12--lap { width: 50%; }
  .\31\/3--lap, .\34\/12--lap { width: 33.33333%; }
  .\32\/3--lap, .\38\/12--lap { width: 66.66667%; }
  .\31\/4--lap, .\33\/12--lap { width: 25%; }
  .\33\/4--lap, .\39\/12--lap { width: 75%; }
  .\31\/12--lap { width: 8.33333%; }
  .\32\/12--lap { width: 16.66667%; }
  .\35\/12--lap { width: 41.66667%; }
  .\37\/12--lap { width: 58.33333%; }
  .\31\30\/12--lap { width: 83.33333%; }
  .\31\31\/12--lap { width: 91.66667%; } }

@media screen and (min-width: 801px) { .\31\/2--lap-and-up, .\32\/4--lap-and-up, .\36\/12--lap-and-up { width: 50%; }
  .\31\/3--lap-and-up, .\34\/12--lap-and-up { width: 33.33333%; }
  .\32\/3--lap-and-up, .\38\/12--lap-and-up { width: 66.66667%; }
  .\31\/4--lap-and-up, .\33\/12--lap-and-up { width: 25%; }
  .\33\/4--lap-and-up, .\39\/12--lap-and-up { width: 75%; }
  .\31\/12--lap-and-up { width: 8.33333%; }
  .\32\/12--lap-and-up { width: 16.66667%; }
  .\35\/12--lap-and-up { width: 41.66667%; }
  .\37\/12--lap-and-up { width: 58.33333%; }
  .\31\30\/12--lap-and-up { width: 83.33333%; }
  .\31\31\/12--lap-and-up { width: 91.66667%; } }

@media screen and (max-width: 1024px) { .\31\/2--portable, .\32\/4--portable, .\36\/12--portable { width: 50%; }
  .\31\/3--portable, .\34\/12--portable { width: 33.33333%; }
  .\32\/3--portable, .\38\/12--portable { width: 66.66667%; }
  .\31\/4--portable, .\33\/12--portable { width: 25%; }
  .\33\/4--portable, .\39\/12--portable { width: 75%; }
  .\31\/12--portable { width: 8.33333%; }
  .\32\/12--portable { width: 16.66667%; }
  .\35\/12--portable { width: 41.66667%; }
  .\37\/12--portable { width: 58.33333%; }
  .\31\30\/12--portable { width: 83.33333%; }
  .\31\31\/12--portable { width: 91.66667%; } }

@media screen and (min-width: 1025px) { .\31\/2--desk, .\32\/4--desk, .\36\/12--desk { width: 50%; }
  .\31\/3--desk, .\34\/12--desk { width: 33.33333%; }
  .\32\/3--desk, .\38\/12--desk { width: 66.66667%; }
  .\31\/4--desk, .\33\/12--desk { width: 25%; }
  .\33\/4--desk, .\39\/12--desk { width: 75%; }
  .\31\/12--desk { width: 8.33333%; }
  .\32\/12--desk { width: 16.66667%; }
  .\35\/12--desk { width: 41.66667%; }
  .\37\/12--desk { width: 58.33333%; }
  .\31\30\/12--desk { width: 83.33333%; }
  .\31\31\/12--desk { width: 91.66667%; } }

@media screen and (min-width: 1160px) { .\31\/2--widescreen, .\32\/4--widescreen, .\36\/12--widescreen { width: 50%; }
  .\31\/3--widescreen, .\34\/12--widescreen { width: 33.33333%; }
  .\32\/3--widescreen, .\38\/12--widescreen { width: 66.66667%; }
  .\31\/4--widescreen, .\33\/12--widescreen { width: 25%; }
  .\33\/4--widescreen, .\39\/12--widescreen { width: 75%; }
  .\31\/12--widescreen { width: 8.33333%; }
  .\32\/12--widescreen { width: 16.66667%; }
  .\35\/12--widescreen { width: 41.66667%; }
  .\37\/12--widescreen { width: 58.33333%; }
  .\31\30\/12--widescreen { width: 83.33333%; }
  .\31\31\/12--widescreen { width: 91.66667%; } }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) { .\31\/2--retina, .\32\/4--retina, .\36\/12--retina { width: 50%; }
  .\31\/3--retina, .\34\/12--retina { width: 33.33333%; }
  .\32\/3--retina, .\38\/12--retina { width: 66.66667%; }
  .\31\/4--retina, .\33\/12--retina { width: 25%; }
  .\33\/4--retina, .\39\/12--retina { width: 75%; }
  .\31\/12--retina { width: 8.33333%; }
  .\32\/12--retina { width: 16.66667%; }
  .\35\/12--retina { width: 41.66667%; }
  .\37\/12--retina { width: 58.33333%; }
  .\31\30\/12--retina { width: 83.33333%; }
  .\31\31\/12--retina { width: 91.66667%; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*! Typebase.scss v0.1.0 | MIT License */
/* Setup */
html { /* Change default typefaces here */ font-family: "museo-sans",sans-serif; font-size: 112.5%; -webkit-font-smoothing: antialiased; }

body { color: #213B4B; }

/* Copy & Lists */
p { line-height: 1.5rem; margin-top: 1.5rem; margin-bottom: 0; }

p > a { font-weight: 700; }

a, a:visited { text-decoration: none; color: #213B4B; }

ul { list-style-type: disc; }

ul, ol { margin-top: 1.5rem; margin-bottom: 1.5rem; }

ul li, ol li { line-height: 1.5rem; }

ul ul, ul ol, ol ul, ol ol { margin-top: 0; margin-bottom: 0; }

blockquote, q { line-height: 1.5rem; margin-top: 1.5rem; margin-bottom: 1.5rem; quotes: "“" "”" "‘" "’"; position: relative; }

blockquote:before, q:before { content: open-quote; font-size: 3rem; position: absolute; left: -32px; }

blockquote:after, q:after { content: close-quote; font-size: 3rem; position: absolute; right: -32px; }

b, strong { font-weight: 700; }

/* Headings */
h1, h2, h3, h4, h5, h6 { padding-top: 1.5rem; margin-bottom: 0; line-height: 1.5rem; }

h1 { font-size: 4.242rem; line-height: 4.5rem; padding-top: 3rem; }

h2 { font-size: 2.121rem; line-height: 2.25rem; padding-top: 2.25rem; }

h3 { font-size: 1.414rem; }

h4 { font-size: 0.707rem; }

h5 { font-size: 0.47133rem; }

h6 { font-size: 0.3535rem; }

/* Tables */
table { padding-top: 1.5rem; border-spacing: 0px; border-collapse: collapse; }

td, th { padding: 4px; line-height: 27px; }

/* Code blocks */
code { vertical-align: bottom; }

/* Leading paragraph text */
.lead { font-size: 1.414rem; }

.meta-text { font-size: 0.8484rem; line-height: 1.25; }

.description-text { font-size: 0.8484rem; line-height: 1.5; }

/* Hug a the block above you */
.hug { margin-top: 0; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-light { font-weight: 300; }

@media screen and (max-width: 800px) { .text-center--mobile { text-align: center !important; }
  .grid__cell .text-center--mobile { padding-right: 20px !important; } }

@media screen and (max-width: 800px) { .text-left--mobile { text-align: left !important; }
  .grid__cell .text-left--mobile { padding-right: 20px !important; } }

@font-face { font-family: 'fontello'; src: url("./font/fontello.eot?60983498"); src: url("./font/fontello.eot?60983498#iefix") format("embedded-opentype"), url("./font/fontello.woff?60983498") format("woff"), url("./font/fontello.ttf?60983498") format("truetype"), url("./font/fontello.svg?60983498#fontello") format("svg"); font-weight: normal; font-style: normal; }

.resource-icon { background-color: #278ccc; color: #fff; padding: 4px 8px; border-radius: 4px; width: 65px; display: inline-block; text-align: center; transition: background-color 250ms; }

.resource-icon:hover { background-color: #1f6fa1; }

.se-icons { text-align: center; font-family: 'fontello'; font-style: normal; vertical-align: middle; }

.se-icons--large { font-size: 36px; font-size: 2rem; }

.se-icons--medium { font-size: 22.5px; font-size: 1.25rem; }

.se-icons--small { font-size: 18px; font-size: 1rem; }

.se-icons--large.se-mail { font-size: 29.7px; font-size: 1.65rem; }

.se-icons:before { content: ''; display: block; background-repeat: no-repeat; background-size: contain; }

.se-icons.se-icons-inline:before { display: inline-block; vertical-align: middle; margin-right: 4px; }

.se-mobile-nav:before { background-image: url(./font/mobile-nav.svg); height: 30px; width: 40px; }

.se-mobile-nav.se-mobile-nav--open:before { background-image: url(./font/mobile-nav-open.svg); height: 30px; width: 40px; }

.se-burger { height: 40px; width: 40px; position: relative; }

.se-burger span { width: 40px; height: 5px; background-color: #278ccc; content: ''; position: absolute; transition: all 400ms; }

.se-burger span:nth-child(1) { top: 5px; width: 30px; border-radius: 3px 0 0 3px; }

.se-burger span:nth-child(1):after { width: 6px; height: 5px; background-color: #278ccc; content: ''; position: absolute; top: 0; right: -10px; border-radius: 0 3px 3px 0; }

.se-burger span:nth-child(2) { top: 15px; border-radius: 3px; }

.se-burger span:nth-child(3) { top: 25px; right: 0; width: 30px; border-radius: 0 3px 3px 0; }

.se-burger span:nth-child(3):before { width: 6px; height: 5px; background-color: #278ccc; content: ''; position: absolute; top: 0; left: -10px; border-radius: 3px 0 0 3px; }

.se-burger.se-burger--open span:nth-child(1) { transform: rotate(45deg); top: 15px; width: 40px; border-radius: 3px; }

.se-burger.se-burger--open span:nth-child(1):after { height: 0; width: 0; }

.se-burger.se-burger--open span:nth-child(2) { transform: rotate(45deg); background-color: #fff; left: 16.5px; height: 5px; width: 5px; z-index: 99; border-radius: 0; top: 15px; }

.se-burger.se-burger--open span:nth-child(3) { transform: rotate(-45deg); top: 15px; width: 40px; border-radius: 3px; }

.se-burger.se-burger--open span:nth-child(3):before { height: 0; width: 0; }

.se-dots { color: #fff; font-size: 36px; font-size: 2rem; text-align: left; line-height: 0.21; overflow: hidden; padding: 8px 25px 0 25px; height: 52px; top: 0; right: 0; position: absolute; z-index: 99999; background: #278ccc; transition: all 800ms; display: none; }

@media screen and (max-width: 800px) { .se-dots { display: block; } }

.site-header--sticky .se-dots { padding: 4px 25px 0 25px; height: 48px; }

.se-search-icon:before { background-image: url(./font/search-icon.svg); height: 50px; width: 50px; }

.se-down-arrow:before { background-image: url(./font/down-arrow.svg); width: 45px; height: 26px; }

.se-action-icon:before { background-image: url(./font/action-icon.svg); height: 25px; width: 25px; margin: 0 auto; }

.se-clock-icon:before { background-image: url(./font/clock-white.svg); height: 15px; width: 15px; margin: 0 auto; display: inline-block; vertical-align: bottom; }

.se-clock-icon-grey:before { background-image: url(./font/clock-grey.svg); height: 40px; width: 40px; margin: 0 8px 0 auto; display: inline-block; vertical-align: middle; }

.se-home:before { background-image: url(./font/house-icon.svg); height: 33px; width: 33px; }

.se-mail:before { content: '\e806'; }

.se-twitter:before { content: '\e804'; }

.se-facebook:before { content: '\e803'; }

.se-pinterest:before { content: '\e807'; }

.se-linkedin:before { content: '\e805'; }

.se-video:before { background-image: url(./font/play-icon.svg); height: 15px; width: 15px; display: inline-block; padding-right: 4px; }

.se-video--white:before { background-image: url(./font/play-icon.svg); height: 15px; width: 15px; display: inline-block; padding-right: 4px; }

.se-file:before { background-image: url(./font/file_icon.svg); height: 20px; width: 15px; }

.se-loading:before { font-family: fontello; content: '\e839'; font-size: 48px; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }

.se-loading--play, .se-loading--play:before { display: inline-block; }

.se-loading--stop { display: none; }

.se-globe:before { content: '\e801'; }

.se-doc:before { content: '\f0f6'; }

.se-audio:before { content: '\f1c7'; }

.se-image:before { content: '\e802'; }

.se-like:before { background-image: url(font/se-like.png); height: 50px; width: 50px; }

.se-love:before { background-image: url(font/se-love.png); height: 50px; width: 50px; }

.se-okay:before { background-image: url(font/se-okay.png); height: 50px; width: 50px; }

.fill--blue { fill: #278ccc; }

.show-for-sr { clip-path: inset(100%); clip: rect(1px 1px 1px 1px); /* IE 6/7 */ clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; /* added line */ width: 1px; }

.comments-rating { border: none; padding: 0; margin-left: 0; }

.comments-rating label { display: inline-block; }

.rating-container { /* remove inline-block whitespace */ font-size: 0; /* flip the order so we can use the + and ~ combinators */ unicode-bidi: bidi-override; direction: rtl; }

.rating-container * { font-size: 1.4rem; }

.rating-container > input { display: none; }

.rating-container > input + label { /* only enough room for the star */ font-family: 'dashicons'; display: inline-block; overflow: hidden; text-indent: 9999px; width: 1em; white-space: nowrap; cursor: pointer; margin: 0; }

.rating-container > input + label:before { display: inline-block; text-indent: -9999px; content: "\f154"; color: #888; }

.rating-container > input:checked ~ label:before { content: "\f155"; color: #e52; text-shadow: 0 0 1px #333; }

.rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before { content: "\f155"; color: #e52; text-shadow: 0 0 1px #333; }

.rating-container > .star-cb-clear + label { text-indent: -9999px; width: .5em; }

.rating-container > .star-cb-clear + label:before { width: .5em; }

.rating-container:hover > input + label:before { content: "\f154"; color: #888; text-shadow: none; }

.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before { content: "\f155"; color: #e52; text-shadow: 0 0 1px #333; }

.rating-element { text-align: center; margin: -2px; padding-left: 0; }

.comment-respond .rating-container > .star-cb-clear + label { text-indent: 9999px; }

.comment-respond .rating-container > input + label { text-indent: -9999px; }

.comment-respond .rating-container > input + label:before { text-indent: 9999px; }

.comments-area h3 { font-size: 1.2em; }

@media screen and (max-width: 800px) { .comments-area h3 { font-size: 1em; } }

@media screen and (max-width: 800px) { .comments-area textarea { font-size: 0.8em; } }

.grid__cell.grid__cell--center.container-inner p { padding-left: 10px; padding-right: 10px; }

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
html { height: 100vh; }

body { background: #fff; }

.site-content { padding-top: 100px; }

@media screen and (max-width: 800px) { .site-content { padding-top: 60px; } }

@media screen and (max-width: 499px) { .site-content { padding-top: 60px; } }

@media screen and (min-width: 801px) { .logged-in .site-content { padding-top: 250px; } }

.header-title h2 { padding: 0; margin-top: 0; }

.se-backend #gtranslate_wrapper, .se-login #gtranslate_wrapper, .single-sfwd-lessons #gtranslate_wrapper { display: none; }

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

button, .button, a.button, input[type="submit"], input[type="button"] { background-color: #278ccc; color: #fff; padding: 9px 14.4px; padding: 0.5rem 0.8rem; border: 1px solid transparent; border-radius: 3px; display: inline-block; cursor: pointer; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; transition: all 400ms; }

button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus { background-color: #59A672; }

button:disabled, .button:disabled, a.button:disabled, input[type="submit"]:disabled, input[type="button"]:disabled { border: 2px solid #444; color: -internal-light-dark-color(graytext, #aaaaaa); background-color: #737373; }

button:disabled:hover, button:disabled:focus, .button:disabled:hover, .button:disabled:focus, a.button:disabled:hover, a.button:disabled:focus, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:focus, input[type="button"]:disabled:hover, input[type="button"]:disabled:focus { background-color: #737373; }

input[type='checkbox'] { border: none; padding: 18px; padding: 1rem; }

.blue-bg button, .blue-bg .button, .blue-bg a.button, .blue-bg input[type="submit"], .blue-bg input[type="button"] { background-color: #59A672; }

.blue-bg button:hover, .blue-bg button:focus, .blue-bg .button:hover, .blue-bg .button:focus, .blue-bg a.button:hover, .blue-bg a.button:focus, .blue-bg input[type="submit"]:hover, .blue-bg input[type="submit"]:focus, .blue-bg input[type="button"]:hover, .blue-bg input[type="button"]:focus { background-color: #fff; color: #59A672; border: 2px solid #59A672; }

.button--secondary, a.button--secondary { background-color: #fff; border: 1px solid #278ccc; color: #278ccc; }

.button--secondary:hover, .button--secondary:focus, a.button--secondary:hover, a.button--secondary:focus { background-color: #278ccc; color: #fff; }

.button--large { padding: 36px 72px; padding: 2rem 4rem; font-size: 22.5px; font-size: 1.25rem; }

.button.button--xtra-large { display: block; border-radius: 15px; padding: 36px 18px; padding: 2rem 1rem; font-size: 27px; font-size: 1.5rem; }

.button.button--small { padding: 5.4px 7.2px; padding: 0.3rem 0.4rem; font-size: 18px; font-size: 1rem; }

.button.button--xtra-small { padding: 1.8px 3.6px; padding: 0.1rem 0.2rem; font-size: 14.4px; font-size: 0.8rem; }

button.green, .button.green { background-color: #59A672; border: 2px solid #59A672; }

button.green:hover, button.green:focus, .button.green:hover, .button.green:focus { background-color: #fff; color: #59A672; }

button.red, .button.red { background-color: #dd4b39; border: 2px solid #dd4b39; }

button.red:hover, button.red:focus, .button.red:hover, .button.red:focus { background-color: #fff; color: #dd4b39; }

button.grey, .button.grey { background-color: #737373; border: 2px solid #737373; }

button.grey:hover, button.grey:focus, .button.grey:hover, .button.grey:focus { background-color: #fff; color: #737373; }

button.yellow, .button.yellow { background-color: #ffaf00; color: #fff; border: 2px solid #ffaf00; }

button.yellow:hover, button.yellow:focus, .button.yellow:hover, .button.yellow:focus { background-color: #fff; color: #ffaf00; }

button.red, .button.red, .blue-bg button.red, .blue-bg .button.red { background-color: #dd4b39; border: 2px solid #dd4b39; }

button.red:hover, button.red:focus, .button.red:hover, .button.red:focus, .blue-bg button.red:hover, .blue-bg button.red:focus, .blue-bg .button.red:hover, .blue-bg .button.red:focus { background-color: #fff; color: #dd4b39; }

button.dark-grey, .button.dark-grey, .blue-bg button.dark-grey, .blue-bg .button.dark-grey { background-color: #444; border: 2px solid #444; }

button.dark-grey:hover, button.dark-grey:focus, .button.dark-grey:hover, .button.dark-grey:focus, .blue-bg button.dark-grey:hover, .blue-bg button.dark-grey:focus, .blue-bg .button.dark-grey:hover, .blue-bg .button.dark-grey:focus { background-color: #fff; color: #444; }

button.dark-blue, .button.dark-blue { background-color: #213B4B; border: 2px solid #213B4B; }

button.dark-blue:hover, button.dark-blue:focus, .button.dark-blue:hover, .button.dark-blue:focus { background-color: #fff; color: #213B4B; }

.button--disabled, button.button--disabled, .se-video-nav__meta--actions button.button--disabled { background-color: #d6d6d6; color: #efefef; }

.button--active, button.button--active { background-color: #59A672; color: #fff; }

.button--active-red, button.button--active-red { background-color: #dd4b39; color: #fff; }

.se-video-nav__meta--actions button.button--active { background-color: #dd4b39; color: #fff; }

.se-course-cat { border-radius: 5px; padding: 4px 8px; margin-right: 8px; background-color: #efefef; display: inline-block; margin: 4px 0; }

.se-table { width: 100%; }

.se-table thead td { font-weight: 700; color: #278ccc; }

.se-table tbody tr:nth-child(odd) { background-color: #fbfbfb; }

.se-table td { padding: 18px; padding: 1rem; text-align: center; }

.se-table td:first-child { border-radius: 10px 0 0 10px; }

.se-table td:last-child { border-radius: 0 10px 10px 0; }

.divider { width: 100%; display: block; border-top: 1px solid #737373; margin: 18px 0px; margin: 1rem 0rem; margin-left: auto; margin-right: auto; }

/* Media
-------------------------------------------------------------- */
.content-area iframe { max-width: 100%; }

@media screen and (max-width: 800px) { .content-area iframe { height: auto; min-height: 200px; } }

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Inputs
-------------------------------------------------------------- */
input[type="text"], input[type="textarea"], textarea, input[type="email"], input[type="password"], input[type="number"] { border: 2px solid #efefef; border-radius: 10px; padding: 0.5rem 0.8rem; }

input[type="text"]:focus, input[type="textarea"]:focus, textarea:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus { outline: none; border: 1px solid #278ccc; }

input[type="search"] { margin: 18px 14.4px; margin: 1rem 0.8rem; border: 2px solid transparent; border-radius: 10px 0 0 10px; margin-right: -5px; }

.ui-datepicker { z-index: 99999 !important; }

textarea { display: block; max-width: 100%; }

.checkbox { display: inline-block; position: relative; padding-left: 1.5rem; padding-right: 1.25rem; margin-bottom: 12px; cursor: pointer; font-size: 1rem; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.checkbox input { position: absolute; opacity: 0; cursor: pointer; }

.checkbox input:checked ~ .checkbox__button { display: block; }

.checkbox input:checked ~ .checkbox__button { background-color: #278ccc; border: #efefef 1px solid; }

.blue-bg .checkbox input:checked ~ .checkbox__button { background-color: #59A672; }

.checkbox input:checked ~ .checkbox__button:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; }

.checkbox__button { position: absolute; top: 0; left: 0; height: 1rem; width: 1rem; background-color: #c9c9c9; border-radius: 50%; }

.checkbox__button::after { content: ""; position: absolute; display: none; }

/* jQuery UI Autocomplete
-------------------------------------------------------------- */
.ui-autocomplete-input { position: relative; }

.ui-autocomplete { background-color: #fff; list-style-type: none; padding: 0; margin: 8px; margin: 0.44444rem; border-radius: 0 0 8px 8px; z-index: 999999; }

.ui-autocomplete .ui-menu-item { padding: 4px 8px; padding: 0.22222rem 0.44444rem; }

.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus { background-color: #278ccc; color: #fff; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Notifications
-------------------------------------------------------------- */
.se-notify { padding: 8px; padding: 0.44444rem; border-radius: 4px; }

.se-notify p { margin: 0; }

.se-notify--warning { background: #dd4b39; color: #fff; }

.se-notify--info { background: #59A672; color: #fff; }

/* Pagination
-------------------------------------------------------------- */
.page-numbers { background-color: #fff; padding: 7.2px 14.4px; padding: 0.4rem 0.8rem; transition: all 250ms; display: inline-block; margin: 0.25rem; cursor: pointer; }

.page-numbers.current, .page-numbers:hover, .page-numbers:focus { background-color: #278ccc; color: #fff; }

#paginate-target { margin-top: 18px; margin-top: 1rem; }

/* fix for images overflowing */
.grid__cell.grid__cell--center p a > img, .grid__cell.grid__cell--center p img { margin: 5px auto; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }

.alignnone .sizefull { margin: 0; }

.aligncenter, div.aligncenter { display: block; margin: 8px auto 8px auto; }

.alignright { float: right; margin: 8px 0 16px 16px; }

.alignleft { float: left; margin: 8px 16px 16px 0; }

a img.alignright { float: right; margin: 8px 0 16px 16px; }

a img.alignnone { margin: 8px 16px 16px 0; }

a img.alignleft { float: left; margin: 8px 16px 16px 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 8px 4px 12px; text-align: center; }

.wp-caption.alignnone { margin: 8px 18px 18px 0; }

.wp-caption.alignleft { margin: 8px 18px 18px 0; }

.wp-caption.alignright { margin: 8px 0 18px 18px; }

.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 1px; width: 1px; overflow: hidden; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

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

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

ul.se-tabs { margin: 0px; padding: 0px; list-style: none; }

ul.se-tabs li { background: #a6a6a6; color: #fff; display: inline-block; padding: 10px 15px; cursor: pointer; border-radius: 10px 10px 0 0; }

ul.se-tabs li.se-current { background: #fff; color: #222; }

.se-tab-content { display: none; background: #fff; padding: 15px; }

.se-tab-content.se-current { display: inherit; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header { background-color: #fff; position: fixed; z-index: 99999; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); width: 100%; -webkit-transition: height 800ms; -moz-transition: height 800ms; -ms-transition: height 800ms; -o-transition: height 800ms; transition: height 800ms; }

.site-header .se_logo { width: 192px; height: 96px; -webkit-transition: height 800ms; -moz-transition: height 800ms; -ms-transition: height 800ms; -o-transition: height 800ms; transition: height 800ms; }

@media screen and (max-width: 800px) { .site-header .se_logo { max-width: 110px; max-height: 50px; } }

.page-id-131 .site-header .se_logo { max-width: 255px; }

@media screen and (max-width: 800px) { .page-id-131 .site-header .se_logo { max-width: 160px; } }

@media screen and (min-width: 801px) { .site-header .main-navigation { position: relative; } }

@media screen and (max-width: 800px) { .site-header .main-navigation.se-menu--open.grid__cell { background-color: #fff; width: 100%; } }

.site-header .main-navigation.se-menu--open.grid__cell:after { content: ''; position: fixed; background: rgba(33, 59, 75, 0.9); height: 100%; width: 100%; top: 120px; left: 0; z-index: -1; -webkit-animation: fadein 250ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 250ms; /* Firefox < 16 */ -ms-animation: fadein 250ms; /* Internet Explorer */ -o-animation: fadein 250ms; /* Opera < 12.1 */ animation: fadein 250ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.site-header .main-navigation .se-burger { position: absolute; right: 40px; top: 10px; display: none; }

@media screen and (max-width: 800px) { .site-header .main-navigation .se-burger { display: block; } }

.logged-in .site-header .main-navigation .se-burger { right: 75px; }

.site-header .main-navigation ul { margin: 0; padding: 0; }

@media screen and (max-width: 800px) { .site-header .main-navigation ul { margin: 32px 8px 32px 48px; display: none; width: 100%; } }

.site-header .main-navigation ul li { display: inline-block; list-style-type: none; margin: 0 8px; }

@media screen and (max-width: 800px) { .site-header .main-navigation ul li { display: block; margin: 0; text-align: left; } }

.site-header .main-navigation ul li a { transition: padding 800ms; }

@media screen and (min-width: 500px) { .site-header .main-navigation ul li a { padding: 37px 0px; } }

.site-header .main-navigation ul li .children { display: none; }

.site-header .main-navigation ul li:hover .children { display: block; }

@media screen and (min-width: 500px) { .site-header .main-navigation ul li.current-menu-item a { border-bottom: 3px solid #278ccc; } }

.site-header .header-right { text-align: right; }

.site-header .header-right .only-mob { display: none; }

@media screen and (max-width: 800px) { .site-header .header-right .only-mob { display: inline; } }

@media screen and (max-width: 800px) { .site-header .header-right { display: none; padding-bottom: 18px; padding-bottom: 1rem; width: 100%; margin: 0 auto; padding-right: 20px; text-align: center; }
  .site-header .header-right .se-cart-contents { position: absolute; top: 0px; right: 100px; font-size: 14.4px; font-size: 0.8rem; }
  .se-backend .site-header .header-right .se-cart-contents { display: none; } }

.site-header .header-right .amount { display: none; }

.site-header .header-right .count { font-size: 14.4px; font-size: 0.8rem; }

@media screen and (max-width: 800px) { .site-header .se-search-icon { position: absolute; top: 30px; right: 170px; } }

.site-header .se-search-icon:before { height: 18px; width: 18px; margin: -3px 16px; }

.header-right__item { display: inline-block; }

#header-search { display: none; background-color: #fff; text-align: center; -webkit-animation: fadein 250ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 250ms; /* Firefox < 16 */ -ms-animation: fadein 250ms; /* Internet Explorer */ -o-animation: fadein 250ms; /* Opera < 12.1 */ animation: fadein 250ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

@media screen and (min-width: 801px) { #header-search { position: absolute; top: -5px; height: 100%; width: 100%; } }

@media screen and (max-width: 800px) { #header-search { padding-bottom: 18px; padding-bottom: 1rem; } }

#header-search .se-search { font-size: 18px; font-size: 1rem; }

@media screen and (max-width: 800px) { #header-search .se-search .se-search__input--text { width: 50%; } }

#header-search .se-search__input--submit, #header-search .se-search .se-search__input--text { padding: 10px 18px; padding: 0.55556rem 1rem; }

.header-search--show #header-search { display: block; }

.header-search--backend { background-color: #fff; text-align: center; display: inline-block; -webkit-animation: fadein 250ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 250ms; /* Firefox < 16 */ -ms-animation: fadein 250ms; /* Internet Explorer */ -o-animation: fadein 250ms; /* Opera < 12.1 */ animation: fadein 250ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

@media screen and (max-width: 800px) { .header-search--backend { padding-bottom: 18px; padding-bottom: 1rem; margin-top: 18px; margin-top: 1rem; display: none; text-align: center; }
  .se-menu--open .header-search--backend { display: block; } }

.header-search--backend .se-search { font-size: 18px; font-size: 1rem; }

@media screen and (max-width: 800px) { .header-search--backend .se-search .se-search__input--text { width: 50%; } }

.header-search--backend .se-search .se-search__input--submit, .header-search--backend .se-search .se-search__input--text { padding: 10px 18px; padding: 0.55556rem 1rem; }

.se-become-trainer { display: inline-block; padding-left: 20px; }

@media screen and (max-width: 800px) { .se-become-trainer { display: none; }
  .se-menu--open .se-become-trainer { display: block; padding: 18px 36px; text-align: left; } }

.site-header--sticky { top: 0; }

@media screen and (max-width: 800px) { .site-header--sticky { height: 52px; } }

.site-header--sticky .se_logo { max-width: 160px; height: 75px; }

@media screen and (max-width: 800px) { .site-header--sticky .se_logo { max-width: 100px; } }

@media screen and (min-width: 500px) { .site-header--sticky .main-navigation ul li a { padding: 33px 0px; padding: 1.83333rem 0rem; } }

.se-cart-contents { position: relative; padding: 24px 0; }

.se-backend .se-cart-contents { margin-right: 8px; }

.se-cart-contents .amount { display: none; position: absolute; background-color: #fff; padding: 16px; top: 64px; }

.se-cart-contents:hover .amount, .se-cart-contents:focus .amount { display: block; }

.se-cart-contents:before { display: inline-block; font: normal normal normal 14px/1 fontello; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 1em; content: "\f291"; line-height: 1.618; }

.settings-button { display: inline-block; height: 40px; margin-left: 10px; position: relative; vertical-align: middle; width: 40px; background-image: url(./font/cog--outline.svg); }

.settings-button::after { content: ''; display: block; height: 40px; opacity: 0; transition: all .4s ease; width: 40px; z-index: 1; position: relative; }

@media screen and (max-width: 800px) { .settings-button { margin: 0px 8px 32px 48px; }
  .se-backend .settings-button { margin: 0px 8px 32px 35px; } }

.settings-button:active::after, .settings-button:hover::after, .settings-button:focus::after, .settings-button.is-active::after { background-image: url(./font/cog.svg); content: ''; opacity: 1; }

.secondary-menu-wrap, .control-panel-menu-wrap { position: relative; }

@media screen and (max-width: 800px) { .secondary-menu-wrap, .control-panel-menu-wrap { position: initial; } }

.secondary-menu-wrap a, .control-panel-menu-wrap a { color: #fff; font-weight: normal; }

#secondary-menu, #control-panel-menu { display: block; margin: 0; transition: padding 250ms; padding: 0.25rem 0; }

@media screen and (max-width: 800px) { #secondary-menu, #control-panel-menu { display: none; } }

#secondary-menu .menu-item, #control-panel-menu .menu-item { margin: 0px 18px; margin: 0rem 1rem; display: inline-block; line-height: 40px; }

@media screen and (max-width: 800px) { #secondary-menu .menu-item, #control-panel-menu .menu-item { display: block; line-height: 1.5rem; } }

#secondary-menu .menu-item a, #control-panel-menu .menu-item a { color: #fff; }

#secondary-menu .menu-item.current-menu-item a, #control-panel-menu .menu-item.current-menu-item a { font-weight: 700; }

.se-user-area { display: block; margin: 0; padding: 0.25rem 0; }

@media screen and (max-width: 800px) { .se-user-area { display: none; } }

.se-user-area__welcome { display: inline; line-height: 40px; vertical-align: top; }

.se-user-area__welcome span { vertical-align: top; }

.se-user-area__avatar { padding-left: 8px; }

.se-user-area__logoutbutton { display: inline; }

.cpd-link { position: relative; margin-right: 40px; margin-left: 10px; }

@media screen and (max-width: 800px) { .cpd-link { margin: 0px 8px 32px 48px; vertical-align: middle; }
  .se-backend .cpd-link { margin: 0 8px 32px 0px; } }

.cpd-link:after { position: absolute; top: 50%; right: -65px; width: 50px; height: 50px; background-image: url(./font/logo-button-part.svg); content: ""; transform: translate(-50%, -50%); }

.cpd-link.is-enabled { border-color: #59A672; background-color: #59A672; color: #fff; }

.cpd-link.is-enabled:after { background-image: url(./font/logo-button-part--green.svg); }

.cpd-link.is-enabled:active, .cpd-link.is-enabled:hover, .cpd-link.is-enabled:focus { border-color: #47855b; background-color: #47855b; }

.cpd-link.is-disabled { border-color: #dd4b39; background-color: #dd4b39; color: #fff; }

.cpd-link.is-disabled:after { background-image: url(./font/logo-button-part--red.svg); }

.cpd-link.is-disabled:active, .cpd-link.is-disabled:hover, .cpd-link.is-disabled:focus { border-color: #c23321; background-color: #c23321; }

/* Slick Slider */
section.reflections-slider { width: 70%; margin: 1rem auto; }

@media (max-width: 768px) { section.reflections-slider { width: 100%; margin: 0.5rem auto; } }

/* Simple Slider */
.white-back { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); background: #fff; }

.simple blockquote p { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #1e528e; padding: 25px; font-size: 1.25em; font-style: italic; text-align: center; }

.simple cite { font-size: 1em; float: right; font-style: normal; color: #1e528e; }

.simple .cite-right { padding-left: 15px; display: inline-block; }

.simple .align-left { float: left; margin-bottom: -5px; }

.simple .align-right { float: right; margin-bottom: -5px; }

.simple cite a { color: #2d91c2; font-style: italic; text-decoration: none; font-size: .85em; }

.simple cite a:hover { color: #00B4CC; }

/* Bubble Slider */
.bubble blockquote { margin: 10px 10px 0; background: #fff; padding: 60px; position: relative; border: none; border-radius: 8px; font-size: 1.25em; color: #1e528e; }

.bubble blockquote:before, .bubble blockquote:after { content: "\201C"; position: absolute; font-size: 80px; padding: 10px; line-height: 1; color: #1e528e; }

.bubble blockquote:before { top: 0; left: 10px; }

.bubble blockquote:after { content: "\201D"; right: 10px; bottom: -.5em; }

.bubble div { width: 0; height: 0; border-left: 0 solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; margin: 0 0 0 60px; margin-bottom: 10px; }

.bubble cite { padding-left: 20px; font-size: 1.25em; color: #f7f7f7; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/* About Us
-------------------------------------------------------------- */
.se-about-us__col { vertical-align: middle; }

.se-about-us__heading { text-align: left; padding: 1.5rem 0; }

@media screen and (min-width: 801px) { .se-about-us__heading { margin-left: 10%; } }

.se-about-us__heading h3 { padding: 0; margin: 0; }

.se-about-us__subheading { margin: 1rem 0 0 0; padding: 0; }

.se-about-us__icon-wrap { padding-top: 1rem; text-align: center; }

@media screen and (min-width: 801px) { .se-about-us__icon-wrap { vertical-align: top; display: inline-block; width: 10%; } }

@media screen and (min-width: 801px) { .se-about-us__points-wrap { display: inline-block; max-width: 90%; } }

.se-about-us__points li { list-style-type: none; }

.se-about-us__points li:before { content: '— '; color: #278ccc; margin-left: -25px; }

/* Call to Action
-------------------------------------------------------------- */
.se-cta-inner { min-height: 290px; }

/* Cards
-------------------------------------------------------------- */
.card__wrap { position: relative; }

.card__wrap .card__info { display: none; position: absolute; height: 100%; width: 100%; right: 0; top: 0; background-color: #fff; border-radius: 10px; z-index: 99; -webkit-animation: fadein 400ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 400ms; /* Firefox < 16 */ -ms-animation: fadein 400ms; /* Internet Explorer */ -o-animation: fadein 400ms; /* Opera < 12.1 */ animation: fadein 400ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.25); box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.25); }

.card__wrap .card__info p { padding: 8px 0px; padding: 0.44444rem 0rem; margin: 0; }

.card__wrap .card__info .card__info-inner { padding: 27px; padding: 1.5rem; font-size: 16.2px; font-size: 0.9rem; }

.card__wrapactive .card__info, .card__wrap:hover .card__info, .card__wrap:focus .card__info { display: block; }

.card { overflow: hidden; border-radius: 10px; position: relative; background-color: #d3d3d38a; margin: 9px 9px 22.5px 9px; margin: 0.5rem 0.5rem 1.25rem 0.5rem; }

.card .card-image { height: 180px; background-size: cover; background-position: center center; position: relative; border-radius: 10px 10px 0 0; }

.card .card-title, .card .card__title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin: 0; font-size: 15.3px; font-size: 0.85rem; }

@media screen and (max-width: 800px) { .card .card-title, .card .card__title { max-width: 250px; } }

.card .card__subtitle { margin: 0; font-size: 13.5px; font-size: 0.75rem; line-height: 1; }

.card .card-content { margin: 13.5px; margin: 0.75rem; min-height: 85px; }

.card .card__status { font-size: 13.5px; font-size: 0.75rem; margin: 0; }

.card--add { min-height: 276px; background-image: url(./font/plus-icon.svg); background-repeat: no-repeat; background-position: center center; background-size: 40px; transition: background 500ms; }

.card--add:hover, .card--add:focus { background-image: url(./font/plus-icon--white.svg); background-color: #278ccc; }

.card__overlay { position: absolute; width: 100%; bottom: 0; right: 0; text-align: right; font-size: 13.5px; font-size: 0.75rem; }

.card__progress { height: 12px; border: 2px solid #efefef; background: #fff; border-radius: 4px; overflow: hidden; bottom: 0; margin: 4%; }

.card-cpd .card__progress { width: 90%; }

.card__progress-bar { background-color: #59A672; height: 12px; }

.card--not-started { border: 4px solid #737373; }

.card--active { border: 4px solid #278ccc; }

.card--completed { border: 4px solid #59A672; }

.card__state { padding: 8px; padding: 0.44444rem; margin-bottom: -3px; }

.card__subscription { background-image: url(./font/subscription-green.svg); background-size: contain; background-repeat: no-repeat; content: ''; position: absolute; top: 0; height: 96px; width: 96px; z-index: 9; }

.card__free { background-image: url(./font/free.svg); background-size: contain; background-repeat: no-repeat; content: ''; position: absolute; top: 0; height: 96px; width: 96px; z-index: 9; }

.card__premium { background-image: url(./font/marketplace.svg); background-size: contain; background-repeat: no-repeat; content: ''; position: absolute; top: 0; height: 96px; width: 96px; z-index: 9; }

.card__included { background-image: url(./font/included.svg); background-size: contain; background-repeat: no-repeat; content: ''; position: absolute; top: 0; height: 96px; width: 96px; z-index: 9; }

.card__group { display: inline-block; background-color: #737373; color: #fff; padding: 4.5px; padding: 0.25rem; margin: 2px; border-radius: 4px; text-transform: uppercase; }

.card__deadline { display: inline-block; background-color: #dd4b39; color: #fff; padding: 4.5px; padding: 0.25rem; margin: 2px; border-radius: 4px 0 0 4px; }

.card--unassign { cursor: pointer; }

/* Pricing Table
-------------------------------------------------------------- */
.pricing-box { transition: 250ms box-shadow; }

.pricing-box .pricing-box-header { display: block; }

.pricing-box .pricing-box-header .pricing-box-header-wrap { display: table; min-height: 96px; text-align: center; width: 100%; }

.pricing-box .pricing-box-header .pricing-box-header-wrap h3 { margin: 0; display: table-cell; vertical-align: middle; padding: 1rem 2rem; }

.pricing-box .pricing-box-inner { padding: 2rem; min-height: 275px; }

.pricing-box .pricing-box-benefits { list-style-type: none; margin: 1.25rem 0 0 0; padding: 0; min-height: 285px; text-align: left; }

.pricing-box .pricing-box-benefits li { margin: 1rem 0; }

.pricing-box.pricing-box-selected { -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); }

/* Search Block
-------------------------------------------------------------- */
.se-block__search input[type="text"], .se-block__search input[type="textarea"], .se-block__search textarea, .se-block__search input[type="email"], .se-block__search input[type="password"] { border: 2px solid #278ccc; }

@media screen and (max-width: 499px) { .se-block__search input[type="text"], .se-block__search input[type="textarea"], .se-block__search textarea, .se-block__search input[type="email"], .se-block__search input[type="password"] { padding: 8px 18px; padding: 0.46rem 1rem; } }

@media screen and (min-width: 500px) { .se-block__search input[type="text"], .se-block__search input[type="textarea"], .se-block__search textarea, .se-block__search input[type="email"], .se-block__search input[type="password"] { padding: 17px 27px; padding: 0.95rem 1.5rem; } }

/* Columns Block
-------------------------------------------------------------- */
.se-columns-inner { padding-bottom: 27px; }

.se-columns-inner .grid__cell p { padding-right: 1.5rem; }

/* Courses loop
-------------------------------------------------------------- */
/* --------------------------------

Main Components

-------------------------------- */
.se-filter { font-size: 0; }

.se-filter .se-filter-label { background-color: #213B4B; color: #fff; padding: 9px 18px; padding: 0.5rem 1rem; border-radius: 10px 0 0 10px; border-radius: 0.8rem 0 0 0.8rem; font-size: 0.8rem; }

.se-filter .se-filter-selected { background-color: #fff; color: #737373; display: inline-block; position: relative; border-radius: 0 10px 10px 0; font-size: 14.4px; font-size: 0.8rem; padding: 9px 18px; padding: 0.5rem 1rem; cursor: pointer; }

@media screen and (min-width: 500px) { .se-filter .se-filter-selected { min-width: 150px; } }

.se-filter .se-filter-selected .se-fa-down-arrow { display: inline-block; }

.se-filter .se-filter-selected .se-fa-down-arrow:before { content: '\e800'; color: #737373; width: 25px; height: 15px; margin-left: 8px; }

.se-filter .ul-select { position: relative; display: inline; overflow: visible; text-align: right; }

.se-filter .ul-select ul { display: none; position: absolute; right: 0; list-style-type: none; margin: 0; padding: 0; border-radius: 0 0 10px 10px; font-size: 14.4px; font-size: 0.8rem; z-index: 9999; -webkit-animation: fadein 500ms; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 500ms; /* Firefox < 16 */ -ms-animation: fadein 500ms; /* Internet Explorer */ -o-animation: fadein 500ms; /* Opera < 12.1 */ animation: fadein 500ms; -webkit-animation-delay: 0; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 0; /* Firefox < 16 */ -ms-animation-delay: 0; /* Internet Explorer */ -o-animation-delay: 0; /* Opera < 12.1 */ animation-delay: 0; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; }

.se-filter .ul-select ul li { background-color: #fff; color: #737373; min-width: 150px; padding: 5.4px 18px; padding: 0.3rem 1rem; cursor: pointer; }

.se-filter .ul-select ul li a { display: block; }

.se-filter .ul-select ul li .sub-cats { display: none; position: absolute; right: 0; top: 0; min-height: 100%; border-radius: 10px 0 0 10px; background-color: #278ccc; }

.se-filter .ul-select ul li .sub-cats li { background-color: transparent; border-top-right-radius: 0; border-bottom-right-radius: 0; color: #fff; }

.se-filter .ul-select ul li .sub-cats li a { color: #fff; }

.se-filter .ul-select ul li .sub-cats li:hover { background-color: #213B4B; }

.se-filter .ul-select ul li .sub-cats li:first-child { border-top-left-radius: 10px; }

.se-filter .ul-select ul li .sub-cats li:nth-last-child(1) { border-bottom-left-radius: 10px; }

.se-filter .ul-select ul li.se-filter-list__item--active > .sub-cats { display: block; }

.se-filter .ul-select ul li:hover { background-color: #213B4B; color: #fff; }

.se-filter .ul-select ul li:hover > a { color: #fff; }

.se-filter .ul-select ul li:first-child { border-radius: 0 10px 0 0; }

.se-filter .ul-select ul li:nth-last-child(1) { border-radius: 0 0 10px 10px; }

.se-filter .ul-select ul li:nth-last-child(1) .sub-cats li { border-bottom-right-radius: 10px; }

/* Learning Trunk Tabs
-------------------------------------------------------------- */
.lt-tabs .container-inner { padding: 3rem 4%; }

@media (max-width: 500px) { .lt-tabs .container-inner { padding: 2rem 4%; } }

@media (max-width: 640px) { .lt-tabs__tab--desktop { display: none; } }

.lt-tabs__tab--mobile { display: none; position: relative; }

.lt-tabs__tab--mobile select { width: 100%; background-color: #fff; color: #737373; border-radius: 10px; font-size: 0.8rem; padding: 0.5rem 1rem; cursor: pointer; -webkit-appearance: none; }

.lt-tabs__tab--mobile .se-icons { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

.lt-tabs__tab--mobile .se-icons:before { display: block; background-repeat: no-repeat; background-size: contain; content: '\e800'; color: #737373; margin-right: 10px; }

@media (max-width: 640px) { .lt-tabs__tab--mobile { display: block; } }

.lt-tabs__title { display: inline-block; margin: 16px; }

.lt-tabs__title a { color: #213B4B; }

.lt-tabs__title a.is-active { color: #278ccc; font-weight: bold; }

.lt-tabs__content { display: none; }

@media (max-width: 500px) { .lt-tabs__content .grid__cell { width: 50%; } }

.lt-tabs__content.is-active { display: block; }

/* Form Block
-------------------------------------------------------------- */
.se-form .se-form-inner { border-radius: 15px; }

.se-form .se-form-inner .gform_wrapper label.gfield_label { font-weight: 300; color: #278ccc; }

body .gform_wrapper form { max-width: 800px; margin: 0 auto; }

body .gform_wrapper form ul li.gfield { clear: none; display: inline-block; }

body .gform_wrapper form ul li.gfield .gfield_label { display: inline-block; margin-right: 16px; }

body .gform_wrapper form ul li.gfield .ginput_container { display: inline-block; }

body .gform_wrapper form ul li.gfield .ginput_container_textarea { width: 100%; display: block; }

body .gform_wrapper form ul li.gfield input, body .gform_wrapper form ul li.gfield input.medium, body .gform_wrapper form ul li.gfield textarea { width: 100%; }

body .gform_wrapper form ul li.gfield_html { display: block; }

body .gform_wrapper form #field_1_5 { display: block; }

/* Quote Block
------------------------------------------------------------- */
.se-quote { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; padding: 72px 13.5px; padding: 4rem 0.75rem; }

@media screen and (min-width: 801px) { .se-quote { padding: 144px 18px; padding: 8rem 1rem; } }

.se-quote .se-quote__content { font-size: 31.5px; font-size: 1.75rem; line-height: 2rem; }

@media screen and (min-width: 801px) { .se-quote .se-quote__content { font-size: 36px; font-size: 2rem; line-height: 2.25rem; } }

.se-quote--long .se-quote__content { font-size: 22.5px; font-size: 1.25rem; line-height: 1.75rem; }

@media screen and (min-width: 801px) { .se-quote--long .se-quote__content { line-height: 2.25rem; font-size: 31.5px; font-size: 1.75rem; } }

.quote-author { font-weight: 300; }

/* Divider
-------------------------------------------------------------- */
.se-divider { width: 100%; height: 8px; }

.se-divider-white { background-color: #fff; }

.se-divider-grey { background-color: #eee; }

.se-divider-blue { background-color: #278ccc; }

.se-divider-dark-blue { background-color: #213B4B; }

/* Modal
------------------------------------------------------------- */
.se-modal img { margin-left: auto; margin-right: auto; }

.se-modal__content { display: none; }

.jquery-modal .modal { max-width: 800px; }

.jquery-modal iframe { max-width: 100%; height: 420px; }

.jquery-modal.blocker.current { z-index: 99999; }

/* Search Form
-------------------------------------------------------------- */
.se-search { font-size: 22.5px; font-size: 1.25rem; }

@media screen and (max-width: 499px) { .se-search { font-size: 18px; font-size: 1rem; } }

.se-search .se-search__input--submit { padding: 18px 36px; padding: 1rem 2rem; z-index: 1; position: relative; border-radius: 10px 0 0 10px; }

@media screen and (max-width: 499px) { .se-search .se-search__input--submit { padding: 9px 18px; padding: 0.5rem 1rem; } }

.se-search .se-search__input--text { margin-left: -8px; padding: 18px 36px; padding: 1rem 2rem; z-index: 0; position: relative; border-radius: 0 10px 10px 0; max-width: 45%; width: 320px; }

@media screen and (max-width: 499px) { .se-search .se-search__input--text { padding: 9px 18px; padding: 0.5rem 1rem; } }

@media (max-width: 768px) { .se-search .se-search__input--text::placeholder { font-size: 1rem; } }

@media (max-width: 640px) { .se-search .se-search__input--text::placeholder { font-size: .55rem; } }

/* Section over image
-------------------------------------------------------------- */
.section-over-image { background-position: center center; background-size: cover; background-repeat: no-repeat; }

/* Slider (Logos)
-------------------------------------------------------------- */
.se-logos__slide img { display: block; padding: 0px 18px; padding: 0rem 1rem; margin: 0 auto; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }

.se-logos__slide img:hover, .se-logos__slide img:focus { -webkit-filter: none; filter: none; }

/* Slider
-------------------------------------------------------------- */
.slider .slide-outer { position: relative; }

.slider .slide-outer .slide-inner { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100%; width: 100%; position: absolute; top: 0; }

@media screen and (min-width: 500px) { .slider .slide-outer .slide-inner { height: 350px; position: relative; } }

.slider .slide-outer .slide-inner__tablet-bg { display: none; }

@media screen and (min-width: 500px) { .slider .slide-outer .slide-inner__tablet-bg { display: block; height: 450px; } }

@media screen and (min-width: 801px) { .slider .slide-outer .slide-inner__tablet-bg { display: none; } }

.slider .slide-outer .slide-inner__desktop-bg { display: none; }

@media screen and (min-width: 801px) { .slider .slide-outer .slide-inner__desktop-bg { display: block; } }

.slider .slide-outer .slide-inner__mobile-bg { display: block; }

@media screen and (min-width: 500px) { .slider .slide-outer .slide-inner__mobile-bg { display: none; } }

.slider .slide-outer.slick-active .slide-inner { -webkit-animation: blurIn 2s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: blurIn 2s; /* Firefox < 16 */ -ms-animation: blurIn 2s; /* Internet Explorer */ -o-animation: blurIn 2s; /* Opera < 12.1 */ animation: blurIn 2s; -webkit-animation-delay: 3s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-delay: 3s; /* Firefox < 16 */ -ms-animation-delay: 3s; /* Internet Explorer */ -o-animation-delay: 3s; /* Opera < 12.1 */ animation-delay: 3s; -webkit-animation-fill-mode: forwards; /* Safari, Chrome and Opera > 12.1 */ -moz-animation-fill-mode: forwards; /* Firefox < 16 */ -ms-animation-fill-mode: forwards; /* Internet Explorer */ -o-animation-fill-mode: forwards; /* Opera < 12.1 */ animation-fill-mode: forwards; z-index: -1; }

.slider .slide-outer .slider__video { width: 140vw; min-width: 140vh; height: 80vw; min-height: 80vh; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); display: none; }

@media screen and (min-width: 500px) { .slider .slide-outer .slider__video { display: block; } }

.slider .slide-outer .slide-caption { width: 100%; text-align: center; color: #fff; }

@media screen and (min-width: 500px) { .slider .slide-outer .slide-caption { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; } }

@media screen and (max-width: 800px) { .slider .slide-outer .slide-caption .text-right, .slider .slide-outer .slide-caption .text-left { text-align: center; }
  .slider .slide-outer .slide-caption .alignright { float: none; margin: 0 auto; margin-top: 32px; }
  .slider .slide-outer .slide-caption .button, .slider .slide-outer .slide-caption button { margin-top: 0.4rem; } }

.slider .slide-outer .slide-caption h2, .slider .slide-outer .slide-caption h3 { padding: 0; }

.slider .slide-outer .slide-caption h2 { padding: 0; }

@media (max-width: 640px) { .slider .slide-outer .slide-caption h2 { font-size: 1.4rem; } }

.slider .slide-outer .slide-caption h3 { padding: 0; }

@media (max-width: 640px) { .slider .slide-outer .slide-caption h3 { font-size: 1rem; } }

.slider .slide-outer .slide-caption img { margin-top: 100px; }

.slider .slide-outer .slide-overlay { background-color: transparent; height: 100%; position: absolute; width: 100%; background-color: rgba(57, 141, 213, 0.6); opacity: 0; }

.slider .slide-outer .se-down-arrow:before { margin: 0 auto; margin-top: 20px; z-index: 99; }

@media (max-width: 640px) { .slider .slide-outer .se-down-arrow:before { margin-top: 50px; margin-bottom: 20px; } }

.slick-slider { overflow: hidden; position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; padding: 0 7px; margin: -7px; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-slide:focus { outline: none; }

.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff url("./js/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./js/slick/fonts/slick.eot"); src: url("./js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./js/slick/fonts/slick.woff") format("woff"), url("./js/slick/fonts/slick.ttf") format("truetype"), url("./js/slick/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 40px; width: 40px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; background-color: #ffffffa3; background-size: 30px 30px; background-repeat: no-repeat; background-position: center center; color: transparent; border-radius: 50%; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; z-index: 999; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background-color: #fff; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 0px; background-image: url(font/arrow-left.svg); }

.slick-next { right: 0px; background-image: url(font/arrow-right.svg); }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.se-expand-text { max-height: 130px; overflow: hidden; }

.se-expand-text--expanded .se-expand-text { max-height: 99999px !important; }

.se-expand-text--show { font-weight: 700; margin-top: 8px; display: block; }

.se-expand-text.se-expand-text--mobile { max-height: 130px; overflow: hidden; }

@media screen and (min-width: 801px) { .se-expand-text.se-expand-text--mobile { max-height: initial; } }

@media screen and (min-width: 801px) { .se-expand-text.se-expand-text--mobile + .se-expand-text--show { display: none; } }

.schools-dashboard a { color: #fff; }

.se-vimeo-modal { display: flex !important; justify-content: space-between; }

.se-dashboard__form .text-blue { margin-bottom: 1rem; display: block; }

.invites-sent-response { color: #ffaf00; font-size: 25px; font-weight: bold; line-height: 1.4; }

.button--assign-trunks { margin-top: 1.5rem !important; padding: 0.8rem 2rem !important; font-size: 1.25rem !important; }

@media screen and (min-width: 801px) { .school-info > div, .school-info > div > div, .school-info > div > div > h3 { padding-top: 0 !important; margin-top: 0 !important; } }

.display-notice { background-color: #444; border-radius: 10px; color: #fff; margin: 1rem auto; max-width: 30rem; padding: 2rem; }

.display-notice > *:first-child, .display-notice > *:first-child > *:first-child, .display-notice > *:first-child > *:first-child > *:first-child { margin-top: 0; padding-top: 0; }

.display-notice > *:last-child, .display-notice > *:last-child > *:last-child, .display-notice > *:last-child > *:last-child > *:last-child { margin-bottom: 0; padding-bottom: 0; }

.display-notice > *, .display-notice > * > * { color: #fff; }

.display-notice--warning { background-color: #dd4b39; }

.school-data { width: 100%; }

.school-data tr { border-bottom: 1px solid #d5d5d5; }

.school-data tr:last-of-type { border-bottom: 0; }

.school-data td { padding: .5rem; color: #737373; vertical-align: top; }

@media screen and (max-width: 499px) { .school-data td { display: block; } }

@media screen and (min-width: 801px) and (max-width: 1200px) { .school-data td { display: block; } }

.school-data td + td { color: #278ccc; text-align: right; }

.school-access-code { color: #59A672; font-size: 120%; font-weight: bold; }

.top-user { display: flex; flex: 0 1 auto; }

.top-user__index { flex: 0 1 auto; padding-right: 3px; }

.top-user__name { flex: 1 1 auto; text-align: left; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.entry-content { padding: 18px 0px; padding: 1rem 0rem; }

.se-backend .se-content { padding-top: 150px; }

@media screen and (max-width: 800px) { .se-backend .se-content { padding-top: 60px; } }

.se-login { position: relative; display: table; width: 100%; min-height: 100vh; height: 100%; }

.se-login #page { width: 100%; display: table-cell; vertical-align: middle; }

.se-login .site-content { padding-top: 0; }

.se-login .site-branding { max-width: 400px; }

@media screen and (max-width: 800px) { .se-login .site-branding { margin-top: 40px; max-width: 200px; } }

.se-login .se-form { margin: 18px auto; margin: 1rem auto; }

@media screen and (max-width: 800px) { .se-login .se-form { text-align: center; } }

.se-login .se-form #loginform { position: relative; }

@media screen and (min-width: 801px) { .se-login .se-form #loginform:after { /*content: "or";*/ position: absolute; color: #737373; font-size: 25.2px; font-size: 1.4rem; right: 0; top: 20%; } }

.se-login .se-form input[type="text"], .se-login .se-form input[type="password"] { display: block; color: #444; }

.se-login .se-form input { padding: 14px 18px; padding: 0.77778rem 1rem; color: #444; }

@media screen and (max-width: 800px) { .se-login .se-form input { padding: 8px 14.4px; padding: 0.44444rem 0.8rem; width: 80%; } }

.se-login .se-form input.button { color: #fff; }

.se-login .se-form input[type="submit"] { color: #fff; }

.se-login .se-form .gfield { width: 100%; }

.se-login .se-form .gfield .ginput_container { display: block; width: 100%; }

.se-login .se-form .wpoa-login-button { display: block; background-color: #fff; color: #444; padding: 14px 18px; padding: 0.77778rem 1rem; border-radius: 10px; margin: 28.8px 0px; margin: 1.6rem 0rem; }

@media screen and (max-width: 800px) { .se-login .se-form .wpoa-login-button { padding: 8px 14.4px; padding: 0.44444rem 0.8rem; } }

.se-login .se-form .wpoa-login-button:hover, .se-login .se-form .wpoa-login-button:focus { background-color: #278ccc; color: #fff; }

.se-login .se-tabs { display: table; width: 100%; }

.se-login .se-tabs li { width: 50%; text-align: center; display: table-cell; font-size: 26px; font-size: 1.44444rem; padding: 14px; padding: 0.77778rem; line-height: 1.4; font-weight: 700; }

@media screen and (max-width: 800px) { .se-login .se-tabs li { font-size: 14.4px; font-size: 0.8rem; padding: 14.4px; padding: 0.8rem; } }

.se-login .se-tabs .se-current { background-color: #278ccc; color: #fff; }

.se-login .se-tab-content.grid, .se-login .se-tab-content.grid__cell { background-color: #efefef; margin-left: 0; }

.se-dashboard__body { border-radius: 0 15px 0 0; padding-bottom: 36px; padding-bottom: 2rem; }

.se-dashboard__notify, .se-dashboard__form, .se-dashboard__trial { margin: 0px 0px 18px 0px; margin: 0rem 0rem 1rem 0rem; padding: 22.5px; padding: 1.25rem; }

@media screen and (max-width: 800px) { .se-dashboard__notify, .se-dashboard__form, .se-dashboard__trial { margin: 1rem 2%; } }

.se-dashboard__notify .gform_wrapper, .se-dashboard__form .gform_wrapper, .se-dashboard__trial .gform_wrapper { margin: 0; }

.se-dashboard__notify .gform_wrapper ul li.gfield, .se-dashboard__form .gform_wrapper ul li.gfield, .se-dashboard__trial .gform_wrapper ul li.gfield { margin-top: 0; }

.se-dashboard__notify .gform_wrapper .gform_footer, .se-dashboard__form .gform_wrapper .gform_footer, .se-dashboard__trial .gform_wrapper .gform_footer { padding: 0; }

.se-dashboard__notify .gform_heading, .se-dashboard__form .gform_heading, .se-dashboard__trial .gform_heading { display: none; }

.se-dashboard__notify .button { margin-top: 8px; margin-top: 0.44444rem; margin-bottom: 8px; margin-bottom: 0.44444rem; }

.se-dashboard__form .ginput_container_text { width: 100%; }

.se-dashboard__form .gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }

.se-dashboard__form .gform_wrapper .gform_footer input[type="submit"].gform_button { width: 100%; }

.se-dashboard__form .gform_wrapper .gform_footer { margin: 8px 0 0; }

.se-dashboard__form .gform_wrapper form ul li.gfield .gfield_label { font-weight: 300; }

.se-dashboard__code { color: black; font-size: 1.05rem; margin: 0px 0px 18px 0px; margin: 0rem 0rem 1rem 0rem; padding: 22.5px; padding: 1.25rem; }

@media screen and (max-width: 800px) { .se-dashboard__code { margin: 1rem 2%; } }

.se-dashboard__code label { font-weight: 300; }

.se-dashboard__code input[type="text"] { width: 100%; box-sizing: border-box; }

.se-dashboard__code input[type="submit"] { width: 100%; }

.se-dashboard__webinar { list-style-type: none; background-color: #efefef; border-radius: 10px; padding: 9px 18px; padding: 0.5rem 1rem; margin: 9px 0px; margin: 0.5rem 0rem; }

@media screen and (max-width: 800px) { .se-dashboard__webinar { margin: 0.5rem 2%; } }

.se-dashboard__webinar-heading { margin: 1rem 0.5rem; padding: 0; }

.se-dashboard__webinar-date { font-weight: 700; margin: 0.5rem; color: #278ccc; }

.se-dashboard__webinar-title { margin: 0.5rem; color: #213B4B; }

.se-dashboard__webinar-link { margin: 1rem 0.5rem; }

.se-dashboard__trial p { margin: 0 0 1rem 0; }

.se-dashboard__feed { position: relative; }

.se-dashboard__feed .se-user-area__avatar { position: absolute; top: 25px; right: 25px; }

.se-dashboard__feed .avatar { display: none; }

.se-dashboard__channels .wc-item-meta { list-style-type: none; margin: 0; padding-left: 0; }

.se-dashboard__channels p { margin-top: 0; }

.se-elephant-legend { margin: 0 auto; padding: 18px 0px; padding: 1rem 0rem; text-align: center; }

@media screen and (min-width: 801px) { .se-elephant-legend { padding: 0px 0px 18px 0px; padding: 0rem 0rem 1rem 0rem; } }

.se-elephant-legend ul { display: block; margin: 0; padding: 0; }

.se-elephant-legend__item { display: inline-block; position: relative; overflow: visible; text-align: center; font-size: 14.4px; font-size: 0.8rem; }

.se-elephant-legend__item img { width: 50px; height: 50px; }

.se-elephant-legend__item .se-elephant-legend__progress { display: none; position: absolute; background-color: #efefef; border-radius: 4px; padding: 4px; z-index: 10; top: -50px; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25); }

.se-elephant-legend__item:hover .se-elephant-legend__progress, .se-elephant-legend__item:focus .se-elephant-legend__progress { display: block; }

.se-elephant-legend__item .se-elephant-legend__attain { display: none; position: absolute; background-color: #efefef; border-radius: 4px; padding: 4px; z-index: 10; bottom: -50px; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25); }

.se-elephant-legend__item:hover .se-elephant-legend__attain, .se-elephant-legend__item:focus .se-elephant-legend__attain { display: block; }

.se-course--add .se-loading--play { position: absolute; top: 0; left: 40%; }

.card { min-height: 18rem; }

.card.card--add .card__content { color: #278ccc; font-weight: bold; margin: 0; padding: 0.5rem; position: absolute; text-align: center; top: calc(50% + 30px); }

.card:active.card--add .card__content, .card:hover.card--add .card__content, .card:focus.card--add .card__content { color: #fff; font-weight: bold; }

.se-course--add[data-add-remove="remove"] { position: relative; display: block; }

.se-course--add[data-add-remove="remove"] .card { transition: opacity 250ms; cursor: pointer; }

.se-course--add[data-add-remove="remove"] .card:hover, .se-course--add[data-add-remove="remove"] .card:focus { opacity: 0.5; }

.se-course--add[data-add-remove="remove"]:hover:after, .se-course--add[data-add-remove="remove"]:focus:after { content: "remove?"; background-color: #dd4b39; }

.se-course--add[data-add-remove="remove"]:after { content: "added"; color: #fff; background-color: #59A672; padding: 8px; top: 0; right: 9px; position: absolute; transition: all 250ms; border-radius: 0 10px 0 0; }

.se-course--add[data-add-remove="add"] { position: relative; display: block; }

.se-course--add[data-add-remove="add"] .card { transition: opacity 250ms; cursor: pointer; }

.se-course--add[data-add-remove="add"] .card:hover, .se-course--add[data-add-remove="add"] .card:focus { opacity: 0.5; }

.se-course--add[data-add-remove="add"]:hover:after, .se-course--add[data-add-remove="add"]:focus:after { content: "click to add"; background-color: #6aaf80; }

.se-course--add[data-add-remove="add"]:after { content: "add"; color: #fff; background-color: #59A672; padding: 8px; top: 0; right: 9px; position: absolute; border-radius: 0 10px 0 0; }

#modal-vimeo-player { text-align: center; }

.cpd { padding: 36px 0px 36px 0px; padding: 2rem 0rem 2rem 0rem; }

.cpd .course-slider { padding-left: 40px; padding-right: 40px; }

.cpd__header { padding: 18px 36px; padding: 1rem 2rem; }

.cpd__body { padding: 18px; padding: 1rem; }

.cpd__progress .card { overflow: unset; }

.cpd__progress .card .card-image { border-radius: 6px 6px 0 0; }

.cpd .slick-prev:before, .slick-next:before { color: #213B4B; }

.se-cpd-all-teachers__table { width: 100%; }

.se-cpd-all-teachers__table thead td { font-weight: 700; color: #278ccc; }

.se-cpd-all-teachers__table tbody tr:nth-child(odd) { background-color: #fbfbfb; }

.se-cpd-all-teachers__table td { padding: 18px; padding: 1rem; text-align: center; }

.se-cpd-all-teachers__table td:first-child { border-radius: 10px 0 0 10px; }

.se-cpd-all-teachers__table td:last-child { border-radius: 0 10px 10px 0; }

.se-cpd-all-teachers__progress { height: 20px; border: 2px solid #efefef; background: #fff; border-radius: 8px; overflow: hidden; }

.se-cpd-all-teachers__progress-bar { background-color: #59A672; height: 20px; }

.se-cpd-filter__dropdown { background-color: #efefef; color: #444; padding: 9px 18px; padding: 0.5rem 1rem; border: 2px solid #efefef; border-radius: 10px; padding: 0.5rem 0.8rem; display: block; }

.se-cpd-filter__label { display: inline-block; border: 1px solid #278ccc; border-radius: 10px; padding: 4.5px 18px; padding: 0.25rem 1rem; margin: 0.125rem; transition: background-color 100ms; cursor: pointer; }

.se-cpd-filter__label:hover, .se-cpd-filter__label:focus { background-color: #278ccc; color: #fff; }

.se-cpd-filter__label:hover:after, .se-cpd-filter__label:focus:after { color: #fff; }

.se-cpd-filter__label:after { content: " x"; color: #dd4b39; }

.se-cpd-filter__trigger { position: relative; }

.se-cpd-filter__heading { font-weight: 700; color: #213B4B; }

.se-cpd-filter__select { display: none; }

.se-cpd-filter__trigger.se-cpd-filter__trigger--open .se-cpd-filter__select { display: block; position: absolute; background-color: #fff; border-radius: 10px; padding: 18px; padding: 1rem; z-index: 99; width: 100%; -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); }

.se-cpd-filter__select-item--selected { color: #278ccc; font-weight: 700; }

.se-cpd-filter__select-group, .se-cpd-filter__select-course { width: 49%; display: inline-block; cursor: pointer; }

.se-cpd-filter__search { display: block; width: 100%; background-color: #efefef; color: #444; }

@media screen and (max-width: 800px) { .se-cpd-filter__search { margin-top: 1rem; box-sizing: border-box; } }

#se-cpd-bulk-actions { float: left; }

.se-cpd__user { border: 1px solid #efefef; text-align: left; margin-bottom: 0.25rem; }

.table-spongy { width: 100%; }

.table-spongy th, .table-spongy td { text-align: center; font-size: 15px; }

.se-cpd__user-avatar { display: inline-block; padding: 0.15rem; }

@media screen and (max-width: 800px) { .se-cpd__user-avatar { display: block; } }

.se-cpd__user-name { display: inline-block; vertical-align: top; padding: 0.15rem; font-size: 0.85rem; }

@media screen and (max-width: 800px) { .se-cpd__user-name { display: block; } }

.se-cpd__user__label { width: 50%; color: #444; display: inline-block; }

.se-cpd__user__value { width: 50%; color: #278ccc; }

.se-cpd__user__actions { position: absolute; z-index: 99; background-color: #fff; border-radius: 10px; width: 320px; max-width: 100%; padding: 27px; padding: 1.5rem; -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 800px) { .se-cpd__user__actions { width: auto; right: 2rem; left: 2rem; } }

.image-upload__caption { height: 75px; width: 100%; }

.reflect-image { position: relative; display: inherit; }

.reflect-image--delete { position: absolute; top: 0; right: 0; }

@media screen and (max-width: 800px) { .se-webinar__list { text-align: center; } }

.se-webinar__list .se-webinar__item { list-style-type: none; background-color: #efefef; border-radius: 10px; display: inline-block; padding: 9px 18px; padding: 0.5rem 1rem; margin: 9px; margin: 0.5rem; }

.se-webinar__list .se-webinar__date { font-weight: 700; margin: 0.5rem; color: #278ccc; }

.se-webinar__list .se-webinar__title { margin: 0.5rem; color: #213B4B; }

.se-webinar__list .se-webinar__link { margin: 0.5rem; }

.se-booking-filter { display: inline-block; width: 48%; }

.select2-container--default .select2-results__option[aria-disabled="true"] { display: none; }

.wc-appointments-appointment-form select, #se-available-categories { width: 100%; }

.se-bookings-table td { padding: 18px; padding: 1rem; }

.button.button--xtra-large.button--xtra-large--inactive { background-color: #fff; color: #737373; }

.button.button--xtra-large.button--xtra-large--inactive:hover, .button.button--xtra-large.button--xtra-large--inactive:focus { background-color: #278ccc; color: #fff; }

.button.button--xtra-large:focus { background-color: #278ccc; color: #fff; }

.button.button--xtra-large:hover { background-color: #fff; color: #278ccc; }

#staffBioTarget .staff-content { display: block; padding: 18px 0px; padding: 1rem 0rem; }

#staffBioTarget .avatar-wrap { display: inline-block; }

#staffBioTarget .biography-wrap { display: inline-block; vertical-align: top; max-width: 80%; padding: 0px 18px; padding: 0rem 1rem; }

#staffBioTarget .biography-wrap p { margin-top: 0; }

.se-backend .woocommerce div.product form.cart .wc-appointments-appointment-form-button { float: none; }

.se-groups__item { color: #278ccc; background-color: #efefef; display: block; margin: 9px 0px; margin: 0.5rem 0rem; }

.se-groups__item--add-new { color: #fff; background-color: #278ccc; display: block; margin: 9px 0px; margin: 0.5rem 0rem; cursor: pointer; transition: all 1s; }

.se-groups__item--add-new:hover { color: #fff; background-color: #59A672; }

.se-users-table { min-width: 100%; }

@media screen and (max-width: 800px) { .se-users-table { display: block; overflow-y: auto; } }

.se-users-table td { text-align: left; }

.se-users-table .se-user-table__select { text-align: center; }

.se-users-table .se-user-table__actions { text-align: center; }

.se-users-table tbody tr:nth-child(odd) { background-color: #efefef; }

.se-users-table .page-numbers { background-color: #efefef; margin-right: 4px; }

.se-user-table__heading td { padding: 18px; padding: 1rem; font-weight: 700; color: #278ccc; }

.se-user-table__row td { padding: 18px; padding: 1rem; border: 1px solid #fff; }

.se-invite__form textarea { width: 100%; min-height: 200px; }

#buddypress #header-cover-image { background-color: #278ccc; }

#buddypress div.pagination { float: none; }

.se-settings label { min-width: 30%; display: inline-block; }

.se-settings input[type="text"], .se-settings input[type="password"], .se-settings input[type="email"], .se-settings textarea { width: 60%; display: inline-block; padding: 4px 8px; }

.se-settings .button--xtra-large { display: inline; }

.lt-page__header { min-height: initial; }

@media screen and (min-width: 801px) { .lt-page__header { min-height: 300px; box-sizing: border-box; } }

.lt-page__widgets { margin: 18px 0px; margin: 1rem 0rem; }

.lt-page__widgets-item { display: inline-block; }

.lt-page__widgets-time { vertical-align: middle; margin-right: 0.5rem; }

.lt-page__widgets-icon.se-love, .lt-page__widgets-icon.se-like { display: inline-block; }

.lt-page__widgets-icon.se-love:before, .lt-page__widgets-icon.se-like:before { height: 35px; width: 35px; margin: 0 8px 0 auto; display: inline-block; vertical-align: middle; }

.lt-page__share { text-align: right; }

@media screen and (min-width: 801px) { .lt-page__share { margin-top: 0; text-align: left; position: absolute; right: 6px; color: #fff; } }

.lt-page__share .se-icons { display: inline-block; margin: 0 4px; }

@media screen and (min-width: 801px) { .lt-page__share .se-icons { color: #fff; margin: 8px 0; display: block; } }

.lt-page__share-title { font-size: 10.8px; font-size: 0.6rem; padding-bottom: 18px; }

@media screen and (min-width: 801px) { .lt-page__share-title { display: block; } }

.lt-page__sidebar { margin-bottom: 18px; margin-bottom: 1rem; }

@media screen and (min-width: 801px) { .lt-page__sidebar { margin-top: -250px; } }

.lt-page__sidebar-cta { text-align: center; padding: 18px 0px; padding: 1rem 0rem; }

.lt-page__sidebar-cta .container-inner--small .button { display: block; margin: 4px 0; }

.lt-page__social { display: inline-block; margin-right: 18px; }

.lt-page__social .se-icons { color: #213B4B; transition: color 250ms; }

.lt-page__social:hover .se-icons { color: #278ccc; }

.lessons-loop { margin: 36px 0px; margin: 2rem 0rem; padding: 0; }

.lessons-loop__row { list-style-type: none; margin: 0; padding: 18px; padding: 1rem; margin: 9px 0px; margin: 0.5rem 0rem; display: block; }

a.lessons-loop__row { transition: box-shadow 0.2s ease; }

a.lessons-loop__row .lessons-loop__access i { background-color: #278ccc; height: 30px; width: 30px; border-radius: 50%; display: inline-block; position: relative; }

a.lessons-loop__row .lessons-loop__access i:before { height: 18px; width: 14px; display: block; position: absolute; top: 50%; left: 57%; transform: translate(-50%, -50%); padding: 0; }

a.lessons-loop__row:hover { box-shadow: 1px 1px 8px 2px rgba(33, 59, 75, 0.25); }

.lessons-loop__grid { display: flex; align-items: center; }

.lessons-loop__cell-1 { flex: 0 0 15%; margin-right: 15px; text-align: center; }

.lessons-loop__cell-2 { flex: 1 1 85%; }

.lessons-loop__access { font-size: 16.2px; font-size: 0.9rem; }

.lessons-loop__access--free { border: #278ccc solid 1px; border-radius: 10px; }

.lessons-loop__access--locked { background-color: #213B4B; color: #fff; border-radius: 10px; }

.lessons-loop__access--locked .lessons-loop__access { color: #fff; }

.lessons-loop__access--complete { background-color: #59A672; color: #fff; border-radius: 10px; }

.lessons-loop__access--complete .lessons-loop__access { color: #fff; }

.lessons-loop__title { font-weight: 700; display: block; }

.all-bundle__price { font-size: 1.25rem; color: #278ccc; }

.channel-included-in-best-value { opacity: 0.6; }

.channel-included-in-best-value .channel__select { background-color: #59A672; }

#channelList .card.card-selected { background-color: #1b608c; transition: background-color 250ms; -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25); }

#channelList .card.card-selected .card-content { color: #fff; }

.card-selected .channel__select { background-color: #59A672; }

.channel__courses { width: 100%; }

.channel-price { margin: 4px 0; }

.steps2-4 { display: none; }

.se-cpd .dt-buttons { float: right; text-align: right; margin-right: 34px; font-size: small; }

.se-cpd .table-spongy { padding-top: 5px; }

.se-cpd .table-spongy img { max-width: 40px; float: right; }

/*--------------------------------------------------------------
# LearnDash
--------------------------------------------------------------*/
.single-sfwd-lessons #learndash_complete_prev_lesson { font-size: 36px; font-size: 2rem; padding-top: 48%; max-width: 50%; margin: 0 auto; }

#toggleSideNav { position: fixed; z-index: 9999; left: 20px; top: 20px; transition: all 250ms; }

@media screen and (max-width: 800px) { #toggleSideNav { display: none; } }

.se-video-nav--open #toggleSideNav { left: 60px; }

.single-sfwd-lessons .site-header { height: 0; transition: height 250ms; overflow: hidden; }

.single-sfwd-lessons .site-content { transition: padding 250ms; padding: 0; }

@media screen and (max-width: 800px) { .single-sfwd-lessons .site-content { display: table; width: 100%; } }

.se-video-nav--open.single-sfwd-lessons .site-header { height: auto; }

.se-video-nav--open.single-sfwd-lessons .site-content { padding-top: 0; }

@media screen and (max-width: 800px) { .se-video-nav { display: table; background-color: #213B4B; width: 100%; } }

@media screen and (min-width: 801px) { .se-video-nav { vertical-align: top; width: 0; top: 0; height: 100%; position: fixed; overflow: auto; transition: width 250ms; background-color: #213B4B; z-index: 99; } }

.se-video-nav--open .se-video-nav { width: 325px; }

@media screen and (min-width: 801px) { .se-video-nav--open .se-video-nav:hover { width: 450px; } }

@media screen and (max-width: 800px) { .se-video-nav--open .se-video-nav { width: 100%; } }

.se-video-nav a { color: #fff; }

.se-video-nav ul { min-width: 200px; }

.se-video-nav .grid .grid__cell { width: auto; }

.se-video-nav__home { position: absolute; }

@media screen and (min-width: 801px) { .se-video-nav__home { top: 20px; left: 10px; } }

@media screen and (max-width: 800px) { .se-video-nav__home { z-index: 9; top: 0; width: 100%; }
  .se-video-nav__home button { width: 100%; } }

.se-video-nav__home button { padding: 2px; padding: 0.11111rem; }

.se-video-nav__list { list-style-type: none; padding: 0; padding-top: 20px; margin: 8px; margin: 0.44444rem; margin-top: 25px; padding-bottom: 28px; margin-bottom: 30px; border-top: 1px solid #fff; }

@media screen and (max-width: 800px) { .se-video-nav__list { display: table-footer-group; } }

.se-video-nav__item { color: #fff; border-radius: 5px; padding: 6px 6px 6px 12px; padding: 0.33333rem 0.33333rem 0.33333rem 0.66667rem; margin: 6px 0px; margin: 0.33333rem 0rem; background-color: #407392; transition: background-color 250ms; overflow: hidden; text-overflow: ellipsis; line-height: 1rem; font-size: 80%; margin: 3px 0px; }

.se-video-nav__item:hover, .se-video-nav__item:focus { background-color: #31576e; }

.se-video-nav__wrap { transition: all 250ms; overflow: hidden; display: block; }

.se-video-nav__hidden { height: 0; visibility: hidden; }

.se-video-nav__item--heading { background-color: #356444; z-index: 10; position: relative; }

.se-video-nav__item--heading--current { background-color: #59A672; font-weight: bolder; }

.se-video-nav__item--heading--current:before { color: #fff; content: "\2794"; position: absolute; right: 8%; }

.se-video-nav__item--current { background-color: #278ccc; font-weight: 700; white-space: normal; }

.se-video-nav__item--locked { background-image: url(font/se-padlock.svg); background-repeat: no-repeat; background-position: 96% 8px; background-size: 24px 24px; color: #bcbcbc; padding-right: 35px; }

.se-video-nav__item--completed { padding-right: 35px; overflow: hidden; }

.se-video-nav__item--completed:before { color: #fff; content: "\2713"; position: absolute; right: 8%; }

.se-video-nav__meta { background-color: #fff; margin: 8px; margin: 0.44444rem; padding: 8px; padding: 0.44444rem; border-radius: 5px; }

.se-video-nav__meta .se-video-nav__meta-heading { color: #278ccc; text-align: center; margin: 8px 0px; margin: 0.44444rem 0rem; }

@media screen and (max-width: 800px) { .se-video-nav__meta .se-video-nav__meta-heading { display: none; } }

.se-video-nav__meta .se-video-nav__meta-item--wide.se-video-nav__meta-item { width: 100%; }

.se-video-nav__meta .se-video-nav__meta-item--wide.se-video-nav__meta-item button { display: block; width: 100%; }

.se-video-nav__meta .se-video-nav__meta-item--wide.se-video-nav__meta-item .button { text-align: center; display: block; }

.se-video-nav__meta .se-video-nav__meta-item { width: 48%; display: block; margin: 8px 0px; margin: 0.44444rem 0rem; }

.se-video-nav__meta .se-video-nav__meta-item a { color: #278ccc; padding-left: 8px; padding-left: 0.44444rem; display: block; }

.se-video-nav__meta .se-video-nav__meta-item a.button { color: #fff; }

.se-video-nav > .se-video-nav__meta:first-of-type { margin-top: 50px; }

@media screen and (min-width: 801px) { .se-video-nav > .se-video-nav__meta:first-of-type { margin-top: 80px; } }

.se-video-nav__actions .se-video-nav__meta-item, #lessonComplete .se-video-nav__meta-item { display: inline-block; }

.se-video-nav__meta--actions a, .se-video-nav__meta--actions .se-video-nav__meta-heading { color: #213B4B; }

.se-video-nav__meta--actions .resource-icon, .se-video-nav__meta--actions .button, .se-video-nav__meta--actions button { background-color: #213B4B; }

.se-video-nav__meta--actions .resource-icon.yellow, .se-video-nav__meta--actions .button.yellow, .se-video-nav__meta--actions button.yellow { background-color: #ffaf00; }

@media screen and (max-width: 800px) { .se-video-nav__meta--mobile-top { display: table-header-group; } }

#lessonComplete.modal { text-align: center; max-width: 500px; }

#lessonComplete.modal .take-quiz a { background-color: #278ccc; color: #fff; display: block; border-radius: 3px; transition: background-color 250ms; margin: 8px 0; }

#lessonComplete.modal .take-quiz a:hover, #lessonComplete.modal .take-quiz a:focus { background-color: #59A672; }

#lessonComplete.modal .leave-feedback a { background-color: #278ccc; color: #fff; display: block; border-radius: 3px; transition: background-color 250ms; margin: 8px 0; }

#lessonComplete.modal .leave-feedback a:hover, #lessonComplete.modal .leave-feedback a:focus { background-color: #59A672; }

#lessonComplete.modal .mark-complete a { background-color: #278ccc; padding: 18px; padding: 1rem; color: #fff; display: block; border-radius: 3px; transition: background-color 250ms; margin: 8px 0; }

#lessonComplete.modal .mark-complete a.disabled { background-color: #a6a6a6; color: #737373; }

#lessonComplete.modal .mark-complete a:hover, #lessonComplete.modal .mark-complete a:focus { background-color: #59A672; }

#lessonComplete.modal .mark-complete a:hover.disabled, #lessonComplete.modal .mark-complete a:focus.disabled { cursor: not-allowed; background-color: #737373; color: #a6a6a6; }

.se-video-nav__actions { display: none; }

.lessonComplete { text-align: center; }

.se-video-nav__resources { list-style-type: none; padding: 0; margin: 0; width: 100%; }

.se-video-nav__resources-tabs { display: table; width: 100%; }

.se-video-nav__resources-tab { height: 22px; background-color: #278ccc; color: #fff; padding: 8px; margin: 2px; display: table-cell; width: auto; border-right: 2px solid #fff; }

.se-video-nav__resources-tab:hover { background-color: #59A672; }

.se-video-nav__resources-tab--active { background-color: #59A672; }

.se-video-nav__resources-tab-content { display: none; }

.se-video-nav__resources-tab-content a { color: #213B4B; }

.se-video-nav__resources-item { margin: 9px 4.5px; margin: 0.5rem 0.25rem; }

.se-video-nav__resources-item:before { content: "➡ "; color: #278ccc; }

.se-lesson-has-video .entry-content, .se-lesson-not-text .entry-content { padding: 0; }

.se-lesson-has-video.single-sfwd-lessons .content-area { width: auto; max-width: 100%; margin-left: 0; transition: margin-left 250ms; position: relative; }

@media screen and (max-width: 800px) { .se-lesson-has-video.single-sfwd-lessons .content-area { display: table-header-group; } }

.se-lesson-has-video.single-sfwd-lessons .content-area #toggleSideNav { position: absolute; left: 24px; top: 24px; opacity: 0.5; transition: opacity 250ms; }

.se-lesson-has-video.single-sfwd-lessons .content-area #toggleSideNav:hover, .se-lesson-has-video.single-sfwd-lessons .content-area #toggleSideNav:active { opacity: 1; }

.se-lesson--complete #lessonComplete { display: block; }

@media screen and (min-width: 801px) { .se-video-nav--open.single-sfwd-lessons .content-area { margin-left: 325px; } }

.se-lesson-has-video #learndash_next_prev_link, .single-sfwd-lessons .bp-group-discussion, .single-sfwd-courses .bp-group-discussion { display: none; }

.single-sfwd-lessons .learndash_quizzes { display: none; }

.se-content-bar { background-color: rgba(243, 243, 243, 0.75); position: fixed; top: 0; width: 100%; display: none; padding: 8px; padding: 0.44444rem; }

.se-video-nav--open .se-content-bar { display: block; }

@media screen and (min-width: 801px) { .se-lesson-content { min-height: 100%; min-height: 100vh; } }

@media screen and (max-width: 800px) { .single-sfwd-lessons.se-lesson-has-video .learndash_content { position: relative; margin-top: 38px; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } }

.single-sfwd-lessons .learndash_content iframe { min-height: auto; height: auto; background-color: #213b4b; }

@media screen and (max-width: 800px) { .single-sfwd-lessons .learndash_content iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }

@media screen and (min-width: 801px) { .single-sfwd-lessons .learndash_content iframe { min-height: 100%; min-height: 100vh; } }

@media screen and (min-width: 801px) { .single-sfwd-lessons .entry-content { min-height: 100%; min-height: 100vh; } }

#learndash_complete_prev_lesson { text-align: center; padding: 36px; padding: 2rem; display: block; }

#learndash_next_prev_link { text-align: center; }

.wpProQuiz_content h2 { display: none; }

.wpProQuiz_text { text-align: center; }

.learndash_content iframe { width: 100%; height: 100vh; }

#se-rating { text-align: center; }

#se-rating .se-rating { margin: 0px 0px; margin: 0rem 0rem; }

#se-rating .se-icons { vertical-align: middle; display: inline-block; margin: 10px; }

@media screen and (max-width: 800px) { #se-rating .se-icons { margin: 5px; } }

#se-rating .se-rating--active { border: 5px solid #dd4b39; border-radius: 50%; }

#comment, #comment-for-author { min-width: 80%; min-height: 80px; width: 95%; }

.comment { background-color: #efefef; padding: 8px; padding: 0.44444rem; margin: 18px 0px; margin: 1rem 0rem; border-radius: 10px; }

.comment-reply-title { display: none; }

.comment-reply-link { color: #278ccc; }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/** woocommerce.scss Governs the general look and feel of WooCommerce sections of stores using themes that do not integrate with WooCommerce specifically. */
/** Imports */
/** Deprecated Fallback for bourbon equivalent */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Vendor prefix no longer required. */
/** Deprecated Use bourbon mixin instead `@include transform(scale(1.5));` */
/** Deprecated Use bourbon mixin instead `@include box-sizing(border-box);` */
/** Objects */
/** WooCommerce CSS Variables */
/** _animation.scss Custom WooCommerce Animations. */
@keyframes spin { 100% { transform: rotate(360deg); } }

/** _fonts.scss Custom WooCommerce fonts. */
@font-face { font-family: 'star'; src: url("./sass/woocommerce/fonts/star.eot"); src: url("./sass/woocommerce/fonts/star.eot?#iefix") format("embedded-opentype"), url("./sass/woocommerce/fonts/star.woff") format("woff"), url("./sass/woocommerce/fonts/star.ttf") format("truetype"), url("./sass/woocommerce/fonts/star.svg#star") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'WooCommerce'; src: url("./sass/woocommerce/fonts/WooCommerce.eot"); src: url("./sass/woocommerce/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("./sass/woocommerce/fonts/WooCommerce.woff") format("woff"), url("./sass/woocommerce/fonts/WooCommerce.ttf") format("truetype"), url("./sass/woocommerce/fonts/WooCommerce.svg#WooCommerce") format("svg"); font-weight: normal; font-style: normal; }

/** Global styles */
p.demo_store, .woocommerce-store-notice { position: absolute; top: 0; left: 0; right: 0; margin: 0; width: 100%; font-size: 1em; padding: 1em 0; text-align: center; background-color: #2ea2cc; color: #fbfdfe; z-index: 99998; box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); display: none; }

p.demo_store a, .woocommerce-store-notice a { color: #fbfdfe; text-decoration: underline; }

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }

.admin-bar p.demo_store { top: 32px; }

/** Utility classes */
.clear { clear: both; }

/** Main WooCommerce styles */
.woocommerce { /** Product Page */ /** Product loops */ /** Product loops */ /** Buttons */ /** Reviews */ /** Star ratings */ /** Tables */ /** Cart sidebar */ /** Forms */ /** Order page */ /** Layered nav widget */ /** Price filter widget */ /** Rating Filter Widget */ }

.woocommerce .blockUI.blockOverlay { position: relative; }

.woocommerce .blockUI.blockOverlay::before { height: 1em; width: 1em; display: block; position: absolute; top: 50%; left: 50%; margin-left: -0.5em; margin-top: -0.5em; content: ''; animation: spin 1s ease-in-out infinite; background: url("../images/icons/loader.svg") center center; background-size: cover; line-height: 1; text-align: center; font-size: 2em; color: rgba(0, 0, 0, 0.75); }

.woocommerce .loader::before { height: 1em; width: 1em; display: block; position: absolute; top: 50%; left: 50%; margin-left: -0.5em; margin-top: -0.5em; content: ''; animation: spin 1s ease-in-out infinite; background: url("../images/icons/loader.svg") center center; background-size: cover; line-height: 1; text-align: center; font-size: 2em; color: rgba(0, 0, 0, 0.75); }

.woocommerce a.remove { display: block; font-size: 1.5em; height: 1em; width: 1em; text-align: center; line-height: 1; border-radius: 100%; color: red !important; text-decoration: none; font-weight: 700; border: 0; }

.woocommerce a.remove:hover { color: #fff !important; background: red; }

.woocommerce small.note { display: block; color: #777; font-size: 0.857em; margin-top: 10px; }

.woocommerce .woocommerce-breadcrumb { *zoom: 1; margin: 0 0 1em; padding: 0; font-size: 0.92em; color: #777; }

.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after { content: ' '; display: table; }

.woocommerce .woocommerce-breadcrumb::after { clear: both; }

.woocommerce .woocommerce-breadcrumb a { color: #777; }

.woocommerce .quantity .qty { width: 3.631em; text-align: center; padding: 6px; }

.woocommerce div.product { margin-bottom: 0; position: relative; }

.woocommerce div.product .product_title { clear: none; margin-top: 0; padding: 0; }

.woocommerce div.product span.price, .woocommerce div.product p.price { color: #cc2e53; font-size: 1.25em; }

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins { background: inherit; font-weight: 700; }

.woocommerce div.product span.price del, .woocommerce div.product p.price del { opacity: 0.5; }

.woocommerce div.product p.stock { font-size: 0.92em; }

.woocommerce div.product .stock { color: #cc2e53; }

.woocommerce div.product .out-of-stock { color: red; }

.woocommerce div.product .woocommerce-product-rating { margin-bottom: 1.618em; }

.woocommerce div.product div.images { margin-bottom: 2em; }

.woocommerce div.product div.images img { display: block; height: auto; box-shadow: none; }

.woocommerce div.product div.images div.thumbnails { padding-top: 1em; }

.woocommerce div.product div.images.woocommerce-product-gallery { position: relative; }

@media screen and (min-width: 801px) { .woocommerce div.product div.images.woocommerce-product-gallery { width: 56%; display: inline-block; } }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s; margin: 0; padding: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { padding: 8px; padding: 0.44444rem; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg { background-color: #fff; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) { width: 25%; display: inline-block; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger { position: absolute; top: .5em; right: .5em; font-size: 2em; z-index: 9; width: 36px; height: 36px; background: #fff; text-indent: -9999px; border-radius: 100%; box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before { content: ""; display: block; width: 10px; height: 10px; border: 2px solid #000; border-radius: 100%; position: absolute; top: 9px; left: 9px; box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after { content: ""; display: block; width: 2px; height: 8px; background: #000; border-radius: 6px; position: absolute; top: 19px; left: 22px; transform: rotate(-45deg); box-sizing: content-box; }

.woocommerce div.product div.images .flex-control-thumbs { overflow: hidden; zoom: 1; margin: 0; padding: 0; }

.woocommerce div.product div.images .flex-control-thumbs li { width: 25%; float: left; margin: 0; list-style: none; }

.woocommerce div.product div.images .flex-control-thumbs li img { cursor: pointer; opacity: .5; margin: 0; }

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover { opacity: 1; }

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) { clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) { clear: left; }

.woocommerce div.product div.summary { margin-bottom: 2em; padding: 18px 0px; padding: 1rem 0rem; }

@media screen and (min-width: 801px) { .woocommerce div.product div.summary { width: 35%; display: inline-block; vertical-align: top; } }

.woocommerce div.product div.social { text-align: right; margin: 0 0 1em; }

.woocommerce div.product div.social span { margin: 0 0 0 2px; }

.woocommerce div.product div.social span span { margin: 0; }

.woocommerce div.product div.social span .stButton .chicklets { padding-left: 16px; width: 0; }

.woocommerce div.product div.social iframe { float: left; margin-top: 3px; }

.woocommerce div.product .woocommerce-tabs ul.tabs { list-style: none; padding: 0 0 0 1em; margin: 0 0 1.618em; overflow: hidden; position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 1px solid #b3d4e0; background-color: #d7e9ef; display: inline-block; position: relative; z-index: 0; border-radius: 4px 4px 0 0; margin: 0 -5px; padding: 0 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: inline-block; padding: 0.5em 0; font-weight: 700; color: #3a515a; text-decoration: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { text-decoration: none; color: #4e6d79; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #fff; z-index: 2; border-bottom-color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: inherit; text-shadow: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before { box-shadow: 2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after { box-shadow: -2px 2px 0 #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { border: 1px solid #b3d4e0; position: absolute; bottom: -1px; width: 5px; height: 5px; content: ' '; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before { left: -6px; border-bottom-right-radius: 4px; border-width: 0 1px 1px 0; box-shadow: 2px 2px 0 #d7e9ef; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after { right: -6px; border-bottom-left-radius: 4px; border-width: 0 0 1px 1px; box-shadow: -2px 2px 0 #d7e9ef; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before { position: absolute; content: ' '; width: 100%; bottom: 0; left: 0; border-bottom: 1px solid #b3d4e0; z-index: 1; }

.woocommerce div.product .woocommerce-tabs .panel { margin: 0 0 2em; padding: 0; }

.woocommerce div.product p.cart { margin-bottom: 2em; *zoom: 1; }

.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after { content: ' '; display: table; }

.woocommerce div.product p.cart::after { clear: both; }

.woocommerce div.product form.cart { margin: 2em 0; *zoom: 1; }

.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after { content: ' '; display: table; }

.woocommerce div.product form.cart::after { clear: both; }

.woocommerce div.product form.cart div.quantity { display: inline-block; margin: 0 4px 0 0; }

.woocommerce div.product form.cart table { border-width: 0 0 1px; }

.woocommerce div.product form.cart table td { padding-left: 0; }

.woocommerce div.product form.cart table div.quantity { float: none; margin: 0; }

.woocommerce div.product form.cart table small.stock { display: block; float: none; }

.woocommerce div.product form.cart .variations { margin-bottom: 1em; border: 0; width: 100%; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { border: 0; vertical-align: top; line-height: 2em; }

.woocommerce div.product form.cart .variations label { font-weight: 700; }

.woocommerce div.product form.cart .variations select { max-width: 100%; min-width: 75%; display: inline-block; margin-right: 1em; }

.woocommerce div.product form.cart .variations td.label { padding-right: 1em; }

.woocommerce div.product form.cart .woocommerce-variation-description p { margin-bottom: 1em; }

.woocommerce div.product form.cart .reset_variations { visibility: hidden; font-size: 0.83em; }

.woocommerce div.product form.cart .wc-no-matching-variations { display: none; }

.woocommerce div.product form.cart .button { vertical-align: middle; display: inline-block; }

.woocommerce div.product form.cart .group_table td.label { padding-right: 1em; padding-left: 1em; }

.woocommerce div.product form.cart .group_table td { vertical-align: top; padding-bottom: 0.5em; border: 0; }

.woocommerce div.product form.cart .group_table td:first-child { width: 4em; text-align: center; }

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox { display: inline-block; width: auto; margin: 0 auto; transform: scale(1.5, 1.5); }

.woocommerce span.onsale { min-height: 3.236em; min-width: 3.236em; padding: 0.202em; font-size: 1em; font-weight: 700; position: absolute; text-align: center; line-height: 3.236; top: -0.5em; left: -0.5em; margin: 0; border-radius: 100%; background-color: #cc2e53; color: #fefbfc; font-size: 0.857em; -webkit-font-smoothing: antialiased; z-index: 9; }

.woocommerce .products ul, .woocommerce ul.products { margin: 0 0 1em; padding: 0; list-style: none outside; clear: both; *zoom: 1; }

.woocommerce .products ul::before, .woocommerce .products ul::after, .woocommerce ul.products::before, .woocommerce ul.products::after { content: ' '; display: table; }

.woocommerce .products ul::after, .woocommerce ul.products::after { clear: both; }

.woocommerce .products ul li, .woocommerce ul.products li { list-style: none outside; }

.woocommerce ul.products li.product .onsale { top: 0; right: 0; left: auto; margin: -0.5em -0.5em 0 0; }

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title { padding: 0.5em 0; margin: 0; font-size: 1em; line-height: 1; }

.woocommerce ul.products li.product a { text-decoration: none; }

.woocommerce ul.products li.product a img { width: 100%; height: auto; display: block; margin: 0 0 1em; box-shadow: none; }

.woocommerce ul.products li.product strong { display: block; }

.woocommerce ul.products li.product .star-rating { font-size: 0.857em; }

.woocommerce ul.products li.product .price { color: #cc2e53; display: block; font-weight: normal; margin-bottom: 0.5em; font-size: 0.857em; }

.woocommerce ul.products li.product .price del { color: inherit; opacity: 0.5; display: block; }

.woocommerce ul.products li.product .price ins { background: none; font-weight: 700; }

.woocommerce ul.products li.product .price .from { font-size: 0.67em; margin: -2px 0 0 0; text-transform: uppercase; color: rgba(125, 125, 125, 0.5); }

.woocommerce .woocommerce-result-count { margin: 0 0 1em; }

.woocommerce .woocommerce-ordering { margin: 0 0 1em; }

.woocommerce .woocommerce-ordering select { vertical-align: top; }

.woocommerce nav.woocommerce-pagination { text-align: center; }

.woocommerce nav.woocommerce-pagination ul { display: inline-block; white-space: nowrap; padding: 0; clear: both; border: 1px solid #b3d4e0; border-right: 0; margin: 1px; }

.woocommerce nav.woocommerce-pagination ul li { border-right: 1px solid #b3d4e0; padding: 0; margin: 0; float: left; display: inline; overflow: hidden; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { margin: 0; text-decoration: none; padding: 0; line-height: 1; font-size: 1em; font-weight: normal; padding: 0.5em; min-width: 1em; display: block; }

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus { background: #d7e9ef; color: #4896b2; }

.woocommerce ul.products { clear: both; *zoom: 1; }

.woocommerce ul.products::before, .woocommerce ul.products::after { content: ' '; display: table; }

.woocommerce ul.products::after { clear: both; }

.woocommerce ul.products li.product { float: left; margin: 0 3.8% 2.992em 0; padding: 0; position: relative; width: 22.05%; margin-left: 0; }

.woocommerce ul.products li.first { clear: both; }

.woocommerce ul.products li.last { margin-right: 0; }

.woocommerce.columns-1 ul.products li.product { width: 100%; margin-right: 0; }

.woocommerce.columns-2 ul.products li.product { width: 48%; }

.woocommerce.columns-3 ul.products li.product { width: 30.75%; }

.woocommerce.columns-5 ul.products li.product { width: 16.95%; }

.woocommerce.columns-6 ul.products li.product { width: 13.5%; }

.woocommerce .woocommerce-result-count { float: left; }

.woocommerce .woocommerce-ordering { float: right; }

.woocommerce .woocommerce-pagination ul.page-numbers { *zoom: 1; }

.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after { content: ' '; display: table; }

.woocommerce .woocommerce-pagination ul.page-numbers::after { clear: both; }

.woocommerce .woocommerce-pagination ul.page-numbers li { display: inline-block; }

.woocommerce #respond input#submit { font-size: 100%; margin: 0; line-height: 1; cursor: pointer; position: relative; text-decoration: none; overflow: visible; padding: 0.618em 1em; font-weight: 700; border-radius: 3px; left: auto; color: #3a515a; background-color: #d7e9ef; border: 0; white-space: nowrap; display: inline-block; background-image: none; box-shadow: none; text-shadow: none; }

.woocommerce #respond input#submit.loading { opacity: 0.25; padding-right: 2.618em; }

.woocommerce #respond input#submit.loading::after { font-family: 'WooCommerce'; content: '\e01c'; vertical-align: top; -webkit-font-smoothing: antialiased; font-weight: 400; position: absolute; top: 0.618em; right: 1em; animation: spin 2s linear infinite; }

.woocommerce #respond input#submit.added::after { font-family: 'WooCommerce'; content: '\e017'; margin-left: 0.53em; vertical-align: bottom; }

.woocommerce #respond input#submit:hover { background-color: #c6d8de; text-decoration: none; background-image: none; color: #3a515a; }

.woocommerce #respond input#submit.alt { background-color: #2ea2cc; color: #fbfdfe; -webkit-font-smoothing: antialiased; }

.woocommerce #respond input#submit.alt:hover { background-color: #1d91bb; color: #fbfdfe; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover { background-color: #2ea2cc; color: #fbfdfe; }

.woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled] { color: inherit; cursor: not-allowed; opacity: 0.5; padding: 0.618em 1em; }

.woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover { color: inherit; background-color: #d7e9ef; }

.woocommerce .cart .button, .woocommerce .cart input.button { float: none; }

.woocommerce a.added_to_cart { padding-top: 0.5em; white-space: nowrap; display: inline-block; }

.woocommerce #reviews h2 small { float: right; color: #777; font-size: 15px; margin: 10px 0 0; }

.woocommerce #reviews h2 small a { text-decoration: none; color: #777; }

.woocommerce #reviews h3 { margin: 0; }

.woocommerce #reviews #respond { margin: 0; border: 0; padding: 0; }

.woocommerce #reviews #comment { height: 75px; }

.woocommerce #reviews #comments .add_review { *zoom: 1; }

.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after { content: ' '; display: table; }

.woocommerce #reviews #comments .add_review::after { clear: both; }

.woocommerce #reviews #comments h2 { clear: none; }

.woocommerce #reviews #comments ol.commentlist { *zoom: 1; margin: 0; width: 100%; background: none; list-style: none; }

.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after { content: ' '; display: table; }

.woocommerce #reviews #comments ol.commentlist::after { clear: both; }

.woocommerce #reviews #comments ol.commentlist li { padding: 0; margin: 0 0 20px; border: 0; position: relative; background: 0; border: 0; }

.woocommerce #reviews #comments ol.commentlist li .meta { color: #777; font-size: 0.75em; }

.woocommerce #reviews #comments ol.commentlist li img.avatar { float: left; position: absolute; top: 0; left: 0; padding: 3px; width: 32px; height: auto; background: #d7e9ef; border: 1px solid #cce2ea; margin: 0; box-shadow: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0 0 0 50px; border: 1px solid #cce2ea; border-radius: 4px; padding: 1em 1em 0; *zoom: 1; }

.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after { content: ' '; display: table; }

.woocommerce #reviews #comments ol.commentlist li .comment-text::after { clear: both; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p { margin: 0 0 1em; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta { font-size: 0.83em; }

.woocommerce #reviews #comments ol.commentlist ul.children { list-style: none outside; margin: 20px 0 0 50px; }

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating { display: none; }

.woocommerce #reviews #comments ol.commentlist #respond { border: 1px solid #cce2ea; border-radius: 4px; padding: 1em 1em 0; margin: 20px 0 0 50px; }

.woocommerce #reviews #comments .commentlist > li::before { content: ''; }

.woocommerce .star-rating { float: right; overflow: hidden; position: relative; height: 1em; line-height: 1; font-size: 1em; width: 5.4em; font-family: 'star'; }

.woocommerce .star-rating::before { content: '\73\73\73\73\73'; color: #b3d4e0; float: left; top: 0; left: 0; position: absolute; }

.woocommerce .star-rating span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em; }

.woocommerce .star-rating span::before { content: '\53\53\53\53\53'; top: 0; position: absolute; left: 0; }

.woocommerce .woocommerce-product-rating { *zoom: 1; line-height: 2; display: block; }

.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after { content: ' '; display: table; }

.woocommerce .woocommerce-product-rating::after { clear: both; }

.woocommerce .woocommerce-product-rating .star-rating { margin: 0.5em 4px 0 0; float: left; }

.woocommerce .products .star-rating { display: block; margin: 0 0 0.5em; float: none; }

.woocommerce .hreview-aggregate .star-rating { margin: 10px 0 0; }

.woocommerce #review_form #respond { *zoom: 1; position: static; margin: 0; width: auto; padding: 0; background: transparent none; border: 0; }

.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after { content: ' '; display: table; }

.woocommerce #review_form #respond::after { clear: both; }

.woocommerce #review_form #respond p { margin: 0 0 10px; }

.woocommerce #review_form #respond .form-submit input { left: auto; }

.woocommerce #review_form #respond textarea { box-sizing: border-box; width: 100%; }

.woocommerce p.stars a { position: relative; height: 1em; width: 1em; text-indent: -999em; display: inline-block; text-decoration: none; color: #ffaf00; }

.woocommerce p.stars a::before { display: block; position: absolute; top: 0; left: 0; width: 1em; height: 1em; line-height: 1; font-family: 'WooCommerce'; content: '\e021'; text-indent: 0; }

.woocommerce p.stars a:hover ~ a::before { content: '\e021'; }

.woocommerce p.stars:hover a::before { content: '\e020'; }

.woocommerce p.stars.selected a.active::before { content: '\e020'; }

.woocommerce p.stars.selected a.active ~ a::before { content: '\e021'; }

.woocommerce p.stars.selected a:not(.active)::before { content: '\e020'; }

.woocommerce table.shop_attributes { border: 0; border-top: 1px dotted rgba(0, 0, 0, 0.1); margin-bottom: 1.618em; width: 100%; }

.woocommerce table.shop_attributes th { width: 150px; font-weight: 700; padding: 8px; border-top: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); margin: 0; line-height: 1.5; }

.woocommerce table.shop_attributes td { font-style: italic; padding: 0; border-top: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); margin: 0; line-height: 1.5; }

.woocommerce table.shop_attributes td p { margin: 0; padding: 8px 0; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th { background: rgba(0, 0, 0, 0.025); }

.woocommerce table.shop_table { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; border-radius: 5px; }

.woocommerce table.shop_table th { font-weight: 700; padding: 9px 12px; }

.woocommerce table.shop_table td { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 6px 12px; vertical-align: middle; }

.woocommerce table.shop_table td small { font-weight: normal; }

.woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce table.shop_table tbody:first-child tr:first-child td { border-top: 0; }

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th { font-weight: 700; border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce table.my_account_orders { font-size: 0.85em; }

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td { padding: 4px 8px; vertical-align: middle; }

.woocommerce table.my_account_orders .button { white-space: nowrap; }

.woocommerce table.my_account_orders .order-actions { text-align: right; }

.woocommerce table.my_account_orders .order-actions .button { margin: 0.125em 0 0.125em 0.25em; }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th { vertical-align: top; text-align: center; }

.woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child { text-align: left; }

.woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child { text-align: left; }

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before { content: '\2193'; display: inline-block; }

.woocommerce td.product-name dl.variation, .woocommerce td.product-name .wc-item-meta { list-style: none outside; padding: 0; color: #444; font-size: 0.85rem; }

.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name .wc-item-meta .wc-item-meta-label { float: left; clear: both; margin-right: .25em; display: inline-block; list-style: none outside; }

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name .wc-item-meta dd { margin: 0; }

.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child, .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child { margin-top: 0; margin-bottom: 0; }

.woocommerce td.product-name p.backorder_notification { font-size: 0.83em; }

.woocommerce td.product-quantity { min-width: 80px; }

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget { list-style: none outside; padding: 0; margin: 0; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 4px 0; margin: 0; *zoom: 1; list-style: none; }

.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::before, .woocommerce ul.product_list_widget li::after { content: ' '; display: table; }

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after { clear: both; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a { display: block; font-weight: 700; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { float: right; margin-left: 4px; width: 32px; height: auto; box-shadow: none; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl { margin: 0; padding-left: 1em; border-left: 2px solid rgba(0, 0, 0, 0.1); *zoom: 1; }

.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after, .woocommerce ul.product_list_widget li dl::before, .woocommerce ul.product_list_widget li dl::after { content: ' '; display: table; }

.woocommerce ul.cart_list li dl::after, .woocommerce ul.product_list_widget li dl::after { clear: both; }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd { display: inline-block; float: left; margin-bottom: 1em; }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt { font-weight: 700; padding: 0 0 0.25em; margin: 0 4px 0 0; clear: left; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd { padding: 0 0 0.25em; }

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child { margin-bottom: 0; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating { float: none; }

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total { border-top: 3px double #d7e9ef; padding: 4px 0 0; }

.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong { min-width: 40px; display: inline-block; }

.woocommerce.widget_shopping_cart .cart_list li, .woocommerce .widget_shopping_cart .cart_list li { padding-left: 2em; position: relative; padding-top: 0; }

.woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce .widget_shopping_cart .cart_list li a.remove { position: absolute; top: 0; left: 0; }

.woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons { *zoom: 1; }

.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce .widget_shopping_cart .buttons::after { content: ' '; display: table; }

.woocommerce.widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::after { clear: both; }

.woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons a { margin-right: 5px; margin-bottom: 5px; }

.woocommerce form .form-row { padding: 3px; margin: 0 0 6px; }

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder { transition: opacity 0.5s 0.5s ease; opacity: 0; }

.woocommerce form .form-row label { line-height: 2; }

.woocommerce form .form-row label.hidden { visibility: hidden; }

.woocommerce form .form-row label.inline { display: inline; }

.woocommerce form .form-row select { cursor: pointer; margin: 0; }

.woocommerce form .form-row .required { color: red; font-weight: 700; border: 0; }

.woocommerce form .form-row .input-checkbox { display: inline; margin: -2px 8px 0 0; text-align: center; vertical-align: middle; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { box-sizing: border-box; width: 100%; margin: 0; outline: 0; line-height: 1; }

.woocommerce form .form-row textarea { height: 4em; line-height: 1.5; display: block; box-shadow: none; }

.woocommerce form .form-row .select2-container { width: 100%; line-height: 2em; }

.woocommerce form .form-row.woocommerce-invalid label { color: #a00; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select { border-color: #a00; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { border-color: #102a3a; }

.woocommerce form .form-row ::-webkit-input-placeholder { line-height: normal; }

.woocommerce form .form-row :-moz-placeholder { line-height: normal; }

.woocommerce form .form-row :-ms-input-placeholder { line-height: normal; }

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register { border: 1px solid #b3d4e0; padding: 20px; margin: 2em 0; text-align: left; border-radius: 5px; }

.woocommerce ul#shipping_method { list-style: none outside; margin: 0; padding: 0; }

.woocommerce ul#shipping_method li { margin: 0; padding: 0.25em 0 0.25em 22px; text-indent: -22px; list-style: none outside; }

.woocommerce ul#shipping_method li input { margin: 3px 0.5ex; }

.woocommerce ul#shipping_method li label { display: inline; }

.woocommerce ul#shipping_method .amount { font-weight: 700; }

.woocommerce p.woocommerce-shipping-contents { margin: 0; }

.woocommerce ul.order_details { *zoom: 1; margin: 0 0 3em; list-style: none; }

.woocommerce ul.order_details::before, .woocommerce ul.order_details::after { content: ' '; display: table; }

.woocommerce ul.order_details::after { clear: both; }

.woocommerce ul.order_details li { float: left; margin-right: 2em; text-transform: uppercase; font-size: 0.715em; line-height: 1; border-right: 1px dashed #b3d4e0; padding-right: 2em; margin-left: 0; padding-left: 0; list-style-type: none; }

.woocommerce ul.order_details li strong { display: block; font-size: 1.4em; text-transform: none; line-height: 1.5; }

.woocommerce ul.order_details li:last-of-type { border: none; }

.woocommerce .woocommerce-order-details__title, .woocommerce .wc-stripe-heading, .woocommerce .wc-bacs-bank-details-heading, .woocommerce .wc-bacs-bank-details-account-name, .woocommerce .woocommerce-order-details header h2, .woocommerce .woocommerce-column__title { font-size: 1.2rem; font-size: 20px; line-height: 1; padding: 1rem 0; }

.woocommerce .wc-bacs-bank-details-account-name { font-weight: bold; }

.woocommerce .woocommerce-order-downloads, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details { margin-bottom: 2em; }

.woocommerce .woocommerce-order-downloads *:last-child, .woocommerce .woocommerce-customer-details *:last-child, .woocommerce .woocommerce-order-details *:last-child { margin-bottom: 0; }

.woocommerce .woocommerce-customer-details address { font-style: normal; margin-bottom: 0; border: 1px solid rgba(0, 0, 0, 0.1); border-bottom-width: 2px; border-right-width: 2px; text-align: left; width: 100%; border-radius: 5px; padding: 6px 12px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email { margin-bottom: 0; padding-left: 1.5em; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: ""; text-decoration: none; margin-left: -1.5em; line-height: 1.75; position: absolute; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: ""; text-decoration: none; margin-left: -1.5em; line-height: 1.75; position: absolute; }

.woocommerce .woocommerce-widget-layered-nav-list { margin: 0; padding: 0; border: 0; list-style: none outside; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item { *zoom: 1; padding: 0 0 1px; list-style: none; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after { content: ' '; display: table; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after { clear: both; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span { padding: 1px 0; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: ""; text-decoration: none; color: #a00; }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit { margin-top: 1em; }

.woocommerce .widget_layered_nav_filters ul { margin: 0; padding: 0; border: 0; list-style: none outside; overflow: hidden; zoom: 1; }

.woocommerce .widget_layered_nav_filters ul li { float: left; padding: 0 1px 1px 0; list-style: none; }

.woocommerce .widget_layered_nav_filters ul li a { text-decoration: none; }

.woocommerce .widget_layered_nav_filters ul li a::before { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: ""; text-decoration: none; color: #a00; }

.woocommerce .widget_price_filter .price_slider { margin-bottom: 1em; }

.woocommerce .widget_price_filter .price_slider_amount { text-align: right; line-height: 2.4; font-size: 0.8751em; }

.woocommerce .widget_price_filter .price_slider_amount .button { font-size: 1.15em; float: left; }

.woocommerce .widget_price_filter .ui-slider { position: relative; text-align: left; margin-left: 0.5em; margin-right: 0.5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1em; height: 1em; background-color: #2ea2cc; border-radius: 1em; cursor: ew-resize; outline: none; top: -0.3em; /* rtl:ignore */ margin-left: -0.5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 0.7em; display: block; border: 0; border-radius: 1em; background-color: #2ea2cc; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { border-radius: 1em; background-color: #005e88; border: 0; }

.woocommerce .widget_price_filter .ui-slider-horizontal { height: 0.5em; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left: -1px; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right: -1px; }

.woocommerce .widget_rating_filter ul { margin: 0; padding: 0; border: 0; list-style: none outside; }

.woocommerce .widget_rating_filter ul li { *zoom: 1; padding: 0 0 1px; list-style: none; }

.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after { content: ' '; display: table; }

.woocommerce .widget_rating_filter ul li::after { clear: both; }

.woocommerce .widget_rating_filter ul li a { padding: 1px 0; text-decoration: none; }

.woocommerce .widget_rating_filter ul li .star-rating { float: none; display: inline-block; }

.woocommerce .widget_rating_filter ul li.chosen a::before { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: ""; text-decoration: none; color: #a00; }

/** Photoswipe 1. These styles are required to overwrite default theme button styles (Twenty Twelve adds gradients via background-image). 2. For zooming on mobile. */
.pswp { z-index: 999999; }

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img { max-width: none; /* 2 */ }

button.pswp__button { box-shadow: none !important; background-image: url("photoswipe/default-skin/default-skin.png") !important; }

button.pswp__button, button.pswp__button:hover, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before { background-color: transparent !important; /* 1 */ }

button.pswp__button--arrow--left, button.pswp__button--arrow--right, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right:hover { background-image: none !important; /* 1 */ }

button.pswp__button--close:hover { background-position: 0 -44px; }

button.pswp__button--zoom:hover { background-position: -88px 0; }

.woocommerce-message, .woocommerce-error, .woocommerce-info { padding: 1em 2em 1em 3.5em; margin: 0 0 2em; position: relative; background-color: #e9f3f6; color: #3a515a; border-top: 3px solid #2ea2cc; list-style: none outside; *zoom: 1; width: auto; word-wrap: break-word; }

.woocommerce-message::before, .woocommerce-message::after, .woocommerce-error::before, .woocommerce-error::after, .woocommerce-info::before, .woocommerce-info::after { content: ' '; display: table; }

.woocommerce-message::after, .woocommerce-error::after, .woocommerce-info::after { clear: both; }

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before { font-family: 'WooCommerce'; content: '\e028'; display: inline-block; position: absolute; top: 1em; left: 1.5em; }

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { float: right; }

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li { list-style: none outside !important; padding-left: 0 !important; margin-left: 0 !important; }

/** Right to left styles */
.rtl.woocommerce div.product div.images .flex-control-thumbs li { float: right; }

.woocommerce-message { border-top-color: #213B4B; }

.woocommerce-message::before { content: '\e015'; color: #213B4B; }

.woocommerce-info { border-top-color: #1e85be; }

.woocommerce-info::before { color: #1e85be; }

.woocommerce-error { border-top-color: #b81c23; }

.woocommerce-error::before { content: '\e016'; color: #b81c23; }

/** Account page */
.woocommerce-account .woocommerce { *zoom: 1; }

.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after { content: ' '; display: table; }

.woocommerce-account .woocommerce::after { clear: both; }

.woocommerce-account .addresses .title { *zoom: 1; }

.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after { content: ' '; display: table; }

.woocommerce-account .addresses .title::after { clear: both; }

.woocommerce-account .addresses .title h3 { float: left; }

.woocommerce-account .addresses .title .edit { float: right; }

.woocommerce-account .woocommerce-MyAccount-navigation ul { padding-left: 0; background-color: #efefef; }

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link { display: inline-block; list-style-type: none; }

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a { padding: 8px; padding: 0.44444rem; color: #213B4B; display: block; }

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: #2ea2cc; font-weight: 700; }

.woocommerce-account ol.commentlist.notes li.note p.meta { font-weight: 700; margin-bottom: 0; }

.woocommerce-account ol.commentlist.notes li.note .description p:last-child { margin-bottom: 0; }

.woocommerce-account ul.digital-downloads { margin-left: 0; padding-left: 0; }

.woocommerce-account ul.digital-downloads li { list-style: none; margin-left: 0; padding-left: 0; }

.woocommerce-account ul.digital-downloads li::before { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 0.618em; content: ""; text-decoration: none; }

.woocommerce-account ul.digital-downloads li .count { float: right; }

/** Cart/checkout page */
.woocommerce-cart-form { margin: 54px 0px; margin: 3rem 0rem; }

.woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail, #add_payment_method table.cart .product-thumbnail { min-width: 32px; }

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img { width: 32px; box-shadow: none; }

.woocommerce-cart table.cart th, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart th, .woocommerce-checkout table.cart td, #add_payment_method table.cart th, #add_payment_method table.cart td { vertical-align: middle; }

.woocommerce-cart table.cart td.actions, .woocommerce-checkout table.cart td.actions, #add_payment_method table.cart td.actions { text-align: right; }

.woocommerce-cart table.cart td.actions .coupon, .woocommerce-checkout table.cart td.actions .coupon, #add_payment_method table.cart td.actions .coupon { display: inline-block; }

.woocommerce-cart table.cart td.actions .coupon label, .woocommerce-checkout table.cart td.actions .coupon label, #add_payment_method table.cart td.actions .coupon label { display: none; }

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, #add_payment_method table.cart td.actions .coupon .input-text { box-sizing: border-box; border: 1px solid #b3d4e0; padding: 6px 6px 5px; margin: 0 4px 0 0; outline: 0; line-height: 1; }

.woocommerce-cart table.cart input, .woocommerce-checkout table.cart input, #add_payment_method table.cart input { margin: 0; vertical-align: middle; line-height: 1; }

.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout, #add_payment_method .wc-proceed-to-checkout { *zoom: 1; padding: 1em 0; }

.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before, .woocommerce-checkout .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before, #add_payment_method .wc-proceed-to-checkout::after { content: ' '; display: table; }

.woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::after { clear: both; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button { display: block; text-align: center; margin-bottom: 1em; font-size: 1.25em; padding: 1em; }

.woocommerce-cart .variation, .woocommerce-checkout .variation, #add_payment_method .variation { margin: 0; color: #737373; font-size: 0.85rem; }

.woocommerce-cart .variation p, .woocommerce-checkout .variation p, #add_payment_method .variation p { margin-top: 0; }

.woocommerce-cart .cart-collaterals .shipping_calculator .button, .woocommerce-checkout .cart-collaterals .shipping_calculator .button, #add_payment_method .cart-collaterals .shipping_calculator .button { width: 100%; float: none; display: block; }

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after, #add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after { font-family: 'WooCommerce'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-left: 0.618em; content: ""; text-decoration: none; }

.woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small, #add_payment_method .cart-collaterals .cart_totals p small { color: #777; font-size: 0.83em; }

.woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table, #add_payment_method .cart-collaterals .cart_totals table { border-collapse: separate; margin: 0 0 6px; padding: 0; }

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, #add_payment_method .cart-collaterals .cart_totals table tr:first-child td { border-top: 0; }

.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th, #add_payment_method .cart-collaterals .cart_totals table th { width: 40%; }

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th, #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th { vertical-align: top; border-left: 0; border-right: 0; line-height: 1.5em; }

.woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small, #add_payment_method .cart-collaterals .cart_totals table small { color: #777; }

.woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select, #add_payment_method .cart-collaterals .cart_totals table select { width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td, #add_payment_method .cart-collaterals .cart_totals .discount td { color: #cc2e53; }

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th { border-top: 1px solid #d7e9ef; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product, #add_payment_method .cart-collaterals .cross-sells ul.products li.product { margin-top: 0; }

.woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, #add_payment_method .checkout .col-2 h3#ship-to-different-address { float: left; clear: none; }

.woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes { clear: left; }

.woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .form-row-first { clear: left; }

.woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small { font-size: 11px; color: #777; font-weight: normal; }

.woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address, #add_payment_method .checkout div.shipping-address { padding: 0; clear: left; width: 100%; }

.woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address, #add_payment_method .checkout .shipping_address { clear: both; }

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment { background: #d7e9ef; border-radius: 5px; }

.woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods { *zoom: 1; text-align: left; padding: 1em; border-bottom: 1px solid #b3d4e0; margin: 0; list-style: none outside; }

.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, #add_payment_method #payment ul.payment_methods::after { content: ' '; display: table; }

.woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::after { clear: both; }

.woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li { line-height: 2; text-align: left; margin: 0; font-weight: normal; }

.woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input, #add_payment_method #payment ul.payment_methods li input { margin: 0 1em 0 0; }

.woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment ul.payment_methods li img { vertical-align: middle; margin: -2px 0 0 0.5em; padding: 0; position: relative; box-shadow: none; }

.woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img, #add_payment_method #payment ul.payment_methods li img + img { margin-left: 2px; }

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice), .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice), #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) { *zoom: 1; }

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after { content: ' '; display: table; }

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after { clear: both; }

.woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row { padding: 1em; }

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box { position: relative; box-sizing: border-box; width: 100%; padding: 1em; margin: 1em 0; font-size: 0.92em; border-radius: 2px; line-height: 1.5; background-color: #c5dee7; color: #3a515a; }

.woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea, #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea { border-color: #a1cad9; border-top-color: #8fc0d1; }

.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder, #add_payment_method #payment div.payment_box ::-webkit-input-placeholder { color: #8fc0d1; }

.woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder, #add_payment_method #payment div.payment_box :-moz-placeholder { color: #8fc0d1; }

.woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder, #add_payment_method #payment div.payment_box :-ms-input-placeholder { color: #8fc0d1; }

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods { list-style: none outside; margin: 0; }

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new { margin: 0 0 0.5em; }

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label { cursor: pointer; }

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput { vertical-align: middle; margin: -3px 1em 0 0; position: relative; }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form, #add_payment_method #payment div.payment_box .wc-credit-card-form { border: 0; padding: 0; margin: 1em 0 0; }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc { font-size: 1.5em; padding: 8px; background-repeat: no-repeat; background-position: right 0.618em center; background-size: 32px 20px; }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa { background-image: url("../images/icons/credit-cards/visa.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard { background-image: url("../images/icons/credit-cards/mastercard.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser { background-image: url("../images/icons/credit-cards/laser.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub { background-image: url("../images/icons/credit-cards/diners.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro { background-image: url("../images/icons/credit-cards/maestro.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb { background-image: url("../images/icons/credit-cards/jcb.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex { background-image: url("../images/icons/credit-cards/amex.svg"); }

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover { background-image: url("../images/icons/credit-cards/discover.svg"); }

.woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help, #add_payment_method #payment div.payment_box span.help { font-size: 0.857em; color: #777; font-weight: normal; }

.woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row, #add_payment_method #payment div.payment_box .form-row { margin: 0 0 1em; }

.woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child { margin-bottom: 0; }

.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before { content: ''; display: block; border: 1em solid #c5dee7; /* arrow size / color */ border-right-color: transparent; border-left-color: transparent; border-top-color: transparent; position: absolute; top: -0.75em; left: 0; margin: -1em 0 0 2em; }

.woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal { float: right; line-height: 52px; font-size: 0.83em; }

.woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img, #add_payment_method #payment .payment_method_paypal img { max-height: 52px; vertical-align: middle; }

.woocommerce-terms-and-conditions { border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.05); }

/** Password strength meter */
.woocommerce-password-strength { text-align: center; font-weight: 600; padding: 3px 0.5em; font-size: 1em; }

.woocommerce-password-strength.strong { background-color: #c1e1b9; border-color: #83c373; }

.woocommerce-password-strength.short { background-color: #f1adad; border-color: #e35b5b; }

.woocommerce-password-strength.bad { background-color: #fbc5a9; border-color: #f78b53; }

.woocommerce-password-strength.good { background-color: #ffe399; border-color: #ffc733; }

.woocommerce-password-hint { margin: 0.5em 0 0; display: block; }

/** Appointments plugin */
/**
* WooCommerce Appointments
*
*/
.woocommerce .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a, .woocommerce .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:hover, .woocommerce .wc-appointments-appointment-form .slot-picker li.selected a, .woocommerce .wc-appointments-appointment-form .slot-picker li.selected:hover a { background-color: #158DD6; }

.page div.product form.cart .wc-appointments-appointment-form-button { float: none; margin: 0 auto; display: block; border-radius: 10px; padding: 18px 36px; padding: 1rem 2rem; font-size: 22.5px; font-size: 1.25rem; }

.product-course { display: table; padding: 16px 0; margin: 16px 0 0 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

.product-course__subscribe, .product-course__enter-code { margin: 8px 8px 8px 0; display: inline-block; }

.recurring-totals, .cart-subtotal.recurring-total, .order-total.recurring-total { display: none; }

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.page .gform_wrapper div.validation_error { color: #a00; font-size: 1em; font-weight: 700; margin-bottom: 25px; border-top: 2px solid #a00; border-bottom: 2px solid #a00; padding: 16px 0; clear: both; width: 100%; text-align: center; }

.page .gform_wrapper .validation_message { color: #a00; font-weight: 700; letter-spacing: normal; }

.page .gform_wrapper .gf_progressbar_percentage { height: 24px; text-align: right; font-family: helvetica,arial,sans-serif; font-size: 0.813em !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); z-index: 999; vertical-align: middle; background: #278ccc; border-radius: 20px 4px 4px 20px; }

.page .gform_wrapper .gf_progressbar:after { display: block; width: 100%; z-index: 990; height: 24px; margin-top: -24px; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 20px; }

.page .gform_wrapper h1, .page .gform_wrapper h2, .page .gform_wrapper h3 { font-weight: 700; border: none; background: 0 0; border-radius: 10px; background-color: #e2e2e2; padding: 18px; display: inline-block; }

.page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0.5rem 0.8rem; }

@media only screen and (max-width: 641px) { .page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1; min-height: 1rem; } }

.page .gform_wrapper .gform_footer input.button, .page .gform_wrapper .gform_footer input[type=submit], .page .gform_wrapper .gform_page_footer input.button, .page .gform_wrapper .gform_page_footer input[type=submit] { margin: 0; }

.se-login .medium.gfield_select { width: 100%; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label { color: #2ea2cc; }

.blue-bg .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .blue-bg .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label { color: #fff; }

body .gform_wrapper form ul li.gfield .ginput_container.ginput_container_radio { display: block; }

body .gform_wrapper .gfield_radio li { display: inline-block; padding-right: 1rem !important; width: auto; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer { color: #fff; }

.site-footer a { color: #fff; }

@media screen and (max-width: 499px) { .site-footer p, .site-footer li, .site-footer a { font-size: 14.4px; font-size: 0.8rem; } }

.site-footer .footer-logo img { margin: 36px 0px 36px 0px; margin: 2rem 0rem 2rem 0rem; }

@media screen and (min-width: 801px) { .site-footer .footer-logo img { border-left: 1px solid #fff; border-right: 1px solid #fff; padding: 0 32px; margin: 0; } }

.site-footer .me-and-him-credit { background-color: #2ea2cc; color: #fff; font-size: 14.4px; font-size: 0.8rem; padding: 18px 0px; padding: 1rem 0rem; }

.site-footer ul, .site-footer ol { list-style-type: none; padding: 0; }

@media screen and (max-width: 499px) { .site-footer ul, .site-footer ol { text-align: center; margin: 36px 0px 36px 0px; margin: 2rem 0rem 2rem 0rem; } }

.site-footer .footer-about { text-align: left; }

@media screen and (max-width: 499px) { .site-footer .footer-about { padding: 18px; padding: 1rem; } }

.site-footer .footer-nav { text-align: center; }

@media screen and (min-width: 801px) { .site-footer .footer-nav { text-align: center; } }

@media screen and (max-width: 499px) { .site-footer .footer-company-info { padding: 8px 0px 0px 0px; padding: 0.44444rem 0rem 0rem 0rem; overflow-wrap: break-word; } }

@media screen and (max-width: 499px) { .site-footer .site-info-below { width: 66.66667%; margin: 0 auto; text-align: left; } }

.page-template-template-landing-page #content { padding-top: 0 !important; }

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

.ControlBar_module_controlBarWrapper__30b7f265 {
    
    bottom: 1.8em !important;
   
}

body.learndash-cpt.learndash-embed-responsive .ld-video iframe{ min-height: 0;}
body.learndash-cpt.learndash-embed-responsive .ld-video{padding-bottom: 60%;}
@media(max-width:800px){
  .single-sfwd-lessons.se-lesson-has-video .learndash_content{
    padding-bottom: 5%;
  }
}