@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 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 in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

/*
* Apply a natural box layout model to all elements
*/
*,
*:before,
*:after {
  box-sizing: border-box; }

/* ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */
html {
  font-size: 100%; }

body {
  color: #36454d;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif; }

/*
  * Remove text-shadow in selection highlight: h5bp.com/i
  * These selection rule sets have to be separate.
  * Customize the background color to match your design.
  */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
  * A better looking default horizontal rule
  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #658295;
  margin: 1em 0;
  padding: 0; }

/*
  * Remove the gap between images, videos, audio and canvas and the bottom of
  * their containers: h5bp.com/i/440
  */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
  * Remove default fieldset styles.
  */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
  * Allow only vertical resizing of textareas.
  */
textarea {
  resize: vertical; }

a {
  color: #004e7d;
  text-decoration: none; }

/*
  * Remove clear button from input field.
  */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none; }

::-ms-clear {
  display: none; }

body.is-no-layout {
  background: #f5f5f5; }

@media (max-width: 64em) {
  body.is-opened-mobile-nav {
    overflow-y: scroll; } }

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

figcaption {
  padding-top: 5px; }

h1,
h2,
.m-series-teaser__title,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

.subtext {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5; }

.footnote {
  font-size: 11px;
  color: #88ee8e; }

.blog-item a {
  display: block; }

.hr-green {
  max-width: 200px;
  border-top: 2px solid #7A9E54;
  margin: auto; }

.hr-white {
  border-top: 1px solid #fff; }

.img-rounded {
  border-radius: 3px; }

blockquote,
dd,
dl,
figure,
h1,
h2,
.m-series-teaser__title,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0; }

.grecaptcha-badge {
  visibility: hidden; }

.heading-xl,
.h1,
html #fc h1,
.article h1,
.ee-distinctive > .copy h1,
.training-f-cell,
.h2,
html #fc h2,
html #fc .m-series-teaser__title,
html #fc legend,
.article h2,
.ee-distinctive > .copy h2,
.article .m-series-teaser__title,
.ee-distinctive > .copy .m-series-teaser__title,
.h3,
html #fc h3,
.article h3,
.ee-distinctive > .copy h3,
.title-section,
.title-resource,
.o-timeline-section__title,
.h4,
html #fc h4,
.ee-distinctive > .title {
  font-family: "Merriweather", serif; }

.h5, html #fc h5, .video-item h2, .video-item .m-series-teaser__title, .training-schedule-event > h5,
.h6,
html #fc h6 {
  font-family: "Montserrat", sans-serif; }

.heading-xl {
  font-size: 4.5rem;
  line-height: 1; }


.h1,
html #fc h1,
.article h1,
.ee-distinctive > .copy h1,
.training-f-cell {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1428571429; }


.h2,
html #fc h2,
html #fc .m-series-teaser__title,
html #fc legend,
.article h2,
.ee-distinctive > .copy h2,
.article .m-series-teaser__title,
.ee-distinctive > .copy .m-series-teaser__title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2; }


.h3,
html #fc h3,
.article h3,
.ee-distinctive > .copy h3,
.title-section,
.title-resource,
.o-timeline-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3571428571;
  color: #367340; }


.h4,
html #fc h4,
.ee-distinctive > .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #7A9E54;
  line-height: 1.6; }

.h5, html #fc h5, .video-item h2, .video-item .m-series-teaser__title, .training-schedule-event > h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75; }


.h6,
html #fc h6 {
  font-size: 1rem;
  line-height: 2; }

.text-sm, .training-schedule-event > p {
  font-size: 1rem;
  line-height: 1.75; }

.text-xs {
  font-size: 0.875rem;
  line-height: 1.7142857143; }

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --spacer: 0.875rem; }
  @media (min-width: 64.0625em) {
    :root {
      --spacer: 1.75rem; } }

.text-danger {
  color: #ec2c22; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11528321#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-left-open-mini:before {
  content: '\e800'; }

.icon-right-open-mini:before {
  content: '\e801'; }

.icon-layout:before {
  content: '\e802'; }

.icon-check:before {
  content: '\e803'; }

.icon-cancel:before {
  content: '\e804'; }

.icon-menu:before {
  content: '\e805'; }

.icon-down-open-mini:before {
  content: '\e806'; }

.icon-play:before {
  content: '\e807'; }

.icon-doc-text:before {
  content: '\e808'; }

.icon-sound:before {
  content: '\e809'; }

.icon-language:before {
  content: '\e80a'; }

.icon-picture:before {
  content: '\e80b'; }

.icon-folder:before {
  content: '\e80c'; }

.icon-camera:before {
  content: '\e80d'; }

.icon-globe:before {
  content: '\e80e'; }

.icon-lock-open:before {
  content: '\e80f'; }

.icon-rss:before {
  content: '\e810'; }

.icon-cancel-circled:before {
  content: '\e811'; }

.icon-left-open-big:before {
  content: '\e812'; }

.icon-right-open-big:before {
  content: '\e813'; }

.icon-chat:before {
  content: '\e814'; }

.icon-forward:before {
  content: '\e815'; }

.icon-thumbs-up:before {
  content: '\e816'; }

.icon-up-open-mini:before {
  content: '\e817'; }

.icon-search:before {
  content: '\e818'; }

/** * Swiper 9.2.3 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2023 Vladimir Kharlampidi * * Released under the MIT License * * Released on: April 17, 2023 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff
; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff
; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000
; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px
; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper-outer--testimonials {
  position: relative; }
  @media (min-width: 40.1875em) {
    .swiper-outer--testimonials {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media (min-width: 40.1875em) and (min-width: 64.0625em) {
    .swiper-outer--testimonials {
      padding-right: 4.875rem;
      padding-left: 4.875rem; } }
  .swiper-outer--testimonials .swiper-btn-prev,
  .swiper-outer--testimonials .swiper-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    color: #7A9E54;
    transition: background-color 0.3s; }
    .swiper-outer--testimonials .swiper-btn-prev:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled),
    .swiper-outer--testimonials .swiper-btn-next:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      background-color: #fff; }
    .swiper-outer--testimonials .swiper-btn-prev:focus,
    .swiper-outer--testimonials .swiper-btn-next:focus {
      background-color: #fff; }
    @media (min-width: 64.0625em) {
      .swiper-outer--testimonials .swiper-btn-prev,
      .swiper-outer--testimonials .swiper-btn-next {
        width: 4.875rem;
        height: 4.875rem; } }
    @media (max-width: 40.125em) {
      .swiper-outer--testimonials .swiper-btn-prev,
      .swiper-outer--testimonials .swiper-btn-next {
        display: none; } }
  .swiper-outer--testimonials .swiper-btn-prev {
    left: -2.5rem; }
    @media (min-width: 64.0625em) {
      .swiper-outer--testimonials .swiper-btn-prev {
        left: -4.875rem; } }
    .swiper-outer--testimonials .swiper-btn-prev .a-icon {
      margin-left: -0.1764705882rem; }
  .swiper-outer--testimonials .swiper-btn-next {
    right: -2.5rem; }
    @media (min-width: 64.0625em) {
      .swiper-outer--testimonials .swiper-btn-next {
        right: -4.875rem; } }
    .swiper-outer--testimonials .swiper-btn-next .a-icon {
      margin-right: -0.1764705882rem; }
  .swiper-outer--testimonials .swiper-pagination {
    position: static;
    bottom: auto;
    top: auto;
    left: auto;
    padding-top: 3rem; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020000; }

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030000; }

/*.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/
.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060000; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -25px;
  right: -20px;
  cursor: pointer;
  z-index: 8040000;
  font-size: 36px;
  color: #dedede; }
  .fancybox-close:hover {
    color: #ec2c22; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040000; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040000; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010000;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050000; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050000;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* colorbox styles - foxycart uses these */
/* default styles ------------------------------------- */
/*
  ColorBox Core Style
  The following rules are the styles that are consistant between themes.
  Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/*
  Example user style
  The following rules are ordered and tabbed in a way that represents the
  order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/overlay.png) 0 0 repeat; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -100px 0 no-repeat; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -129px 0 no-repeat; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -100px -29px no-repeat; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -129px -29px no-repeat; }

#cboxMiddleLeft {
  width: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -75px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious.hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -50px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext.hover {
  background-position: -50px -25px; }

#cboxLoadingOverlay {
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/loading_background.png) center center no-repeat; }

#cboxLoadingGraphic {
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/loading.gif) center center no-repeat; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(http://static.foxycart.com/scripts/colorbox/1.3.9/style1/images/controls.png) -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose.hover {
  background-position: -25px -25px; }

/*
  The following fixes png-transparency for IE6.
  It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

  Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
  Colorbox preloads navigation hover classes to account for this.

  !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
  while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
  background: transparent; }

.cboxIE #cboxTopCenter {
  background: transparent; }

.cboxIE #cboxTopRight {
  background: transparent; }

.cboxIE #cboxBottomLeft {
  background: transparent; }

.cboxIE #cboxBottomCenter {
  background: transparent; }

.cboxIE #cboxBottomRight {
  background: transparent; }

.cboxIE #cboxMiddleLeft {
  background: transparent; }

.cboxIE #cboxMiddleRight {
  background: transparent; }

/* end default styles ------------------------------------- */
/* custom colorbox styles for ABWE website */
#cboxOverlay {
  background: #000;
  opacity: 0.7;
  background-image: none; }

#cboxClose {
  left: 0;
  right: auto;
  width: auto;
  color: #0793d0;
  font-size: 12px;
  text-indent: 0;
  background: none; }

#cboxClose:before {
  content: '\2190'; }

#cboxClose span {
  display: none; }

/* =====================================================
FOXYCART.COM

@theme    standard
@version  1.1.0
@for    cart, checkout

@usage    Link to this CSS file from your cart and checkout templates,
      or use it as a starting point to create your own custom CSS.

      This stylesheet is designed to be used at about 760px wide.
      While it may work at other widths, it may require tweaking.

@support  forum.foxycart.com

@notes    IE6 hacks, when necessary, are with the underscore hack.
      Supported browsers are IE6+, FF2+, Opera 9+, Safari 3+.
      Styles are not listed alphabetically, but rather in order of
      size, positioning, backgrounds/colors, text, and other.

@IMPORTANT  Before you attempt to use this file to customize this CSS file, please review:
      http://wiki.foxycart.com/screencasts
      Especially: http://wiki.foxycart.com/screencasts:customizing_your_checkout
      We promise it will be worth it, even if you're a CSS expert.

===================================================== */
/* INITIALIZE
===================================================== */
body {
  margin: 0;
  /*padding:10px;*/
  background: #fff; }

#fc_checkout_container *,
#fc_receipt_container * {
  box-sizing: content-box;
  /* for Opera 8 */
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 12px;
  line-height: 1.2; }

#fc_cart_container * {
  margin: 0;
  padding: 0; }

#fc_complete_order_button,
#fc_cart_container,
#fc_receipt_container legend,
#fc_receipt_links {
  font-family: 'ff-meta-web-pro', sans-serif; }

/* CART ^^cart^^ STYLES, FOXYBOX.JS STYLES
===================================================== */
/* This is the container that the cart gets called inside of: */
#fc_cart_container {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  /* Clear floats, IE6 fix */
  /*background:url(//cdn.foxycart.com/static/themes/standard/images/cart-title.png?v=1) no-repeat top left;*/
  color: #666;
  font-size: 10px;
  line-height: 1.2; }

/* The form contains everything but the <noscript> message */
#fc_cart_form {
  padding: 0;
  overflow: hidden;
  width: 100%;
  /* Clear floats, IE6 fix */ }

/* Define some styles for the cart table */
#fc_cart_table {
  width: 100%;
  clear: both;
  border-collapse: collapse;
  font-size: 11px; }

#fc_cart_table caption {
  padding: 15px 0;
  color: #85c049;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 0 #efeeee; }

#fc_checkout_cart #fc_cart_table caption {
  display: none; }

#fc_cart_table td,
#fc_cart_table th {
  padding: 12px 8px;
  color: #404040;
  text-align: left;
  vertical-align: top;
  font-size: 12px; }

/* We'll set some basic widths to keep things appropriate */
#fc_cart_head_item {
  width: 50%; }

#fc_cart_head_quantity,
#fc_cart_head_price {
  width: 25%; }

#fc_cart_table td {
  border-bottom: 1px solid #f5f5f5; }

/* The header cells */
#fc_cart_table thead th {
  background: #f5f5f5;
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 9px 8px; }

/* The footer cells */
#fc_cart_table tfoot td {
  border-bottom: 0;
  background: #eee;
  font-size: 12px; }

#fc_cart_table tfoot td.fc_col1 {
  text-align: right; }

#fc_cart_foot_total td.fc_col1 {
  text-align: right; }

/* The subscription sub-total footer row */
#fc_cart_foot_subscriptions td, #fc_cart_foot_future_shipping td, #fc_cart_table .fc_future td {
  color: #900; }

#fc_cart_foot_subscriptions td.fc_col1, #fc_cart_foot_future_shipping td.fc_col1 {
  font-style: italic; }

#fc_cart_table #fc_cart_foot_total td {
  background: #282828;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px; }

#fc_cart_table #fc_empty_cart {
  padding: 40px;
  text-align: center; }

#fc_cart_table tfoot td {
  padding: 17px 8px; }

/* Item "remove" links */
#fc_cart_table .fc_cart_remove_left,
#fc_cart_table .fc_cart_remove_right {
  display: none; }

input.fc_cart_item_quantity {
  float: left; }

#fc_cart_table .fc_cart_remove_link {
  width: 20px;
  height: 0;
  overflow: hidden;
  padding: 16px 0 0 0;
  display: block;
  background: url(//cdn.foxycart.com/static/themes/standard/images/cart_item_remove.png?v=1) no-repeat 8px -3px; }

#fc_cart_table .fc_cart_remove_link:hover {
  background-position: 8px -27px; }

/* Coupons */
tfoot #fc_cart_foot_discount_error td {
  background: #ffe6e6;
  color: #600; }

#fc_cart_foot_discount_new a {
  color: #0793d0;
  text-decoration: none; }

tr.fc_cart_foot_discount span.fc_discount {
  float: left; }

tr.fc_cart_foot_discount span.fc_cart_coupon_remove {
  float: left; }

tr.fc_cart_foot_discount a.fc_cart_remove_link {
  /* We'll override some styles to make it fit better */
  padding-top: 14px !important;
  background-position: 8px -6px !important; }

tr.fc_cart_foot_discount a.fc_cart_remove_link:hover {
  background-position: 8px -30px !important; }

/* Cart items */
#fc_cart_container tr.fc_cart_item td {
  vertical-align: middle; }

#fc_cart_container td.fc_cart_item_image img {
  border: 0px;
  width: 100px; }

#fc_checkout_cart #fc_cart_container td.fc_cart_item_image img {
  width: 50px; }

#fc_cart_container ul.fc_cart_item_options,
#fc_cart_container li.fc_cart_item_subscription_details ul {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: none;
  list-style: outside;
  list-style-type: none; }

#fc_cart_container li.fc_cart_item_option {
  background: none;
  color: #666;
  font-size: 9px; }

#fc_cart_container li.fc_cart_item_subscription_details ul {
  border-top: 1px solid #ccc; }

#fc_cart_container input.fc_cart_item_quantity {
  width: 2.5em;
  padding: 2px 8px;
  border: 1px solid #e0e0e0;
  font-size: 12px; }

#fc_cart_container span.fc_cart_item_price_total,
#fc_cart_container span.fc_cart_item_price_each {
  display: block; }

#fc_cart_container span.fc_cart_item_price_each {
  /*color:#666;
  font-size:9px;*/ }

/* Multiship specific styles */
th.fc_shipto {
  background: #eee;
  font-weight: bold; }

th.fc_shipto a {
  color: #666; }

/* Noscript and Checkout */
#fc_error_noscript {
  margin: 10px 0 25px 0;
  padding: 5px 5px 5px 25px;
  border: 1px solid #d03d39;
  display: block;
  clear: both;
  color: #900;
  background: url(//cdn.foxycart.com/static/themes/standard/images/icon-warning.png?v=1) no-repeat 5px 8px;
  font-weight: normal; }

#fc_error_noscript p {
  color: #900; }

#fc_error_noscript a {
  text-decoration: underline; }

/* DEFAULT FOXYCART CHECKOUT & RECEIPT STYLING
===================================================== */
#fc_checkout_container {
  /* This sets the main checkout image (cart -> checkout -> receipt) */
  margin-top: 65px;
  padding: 0 5px 50px;
  /*background:#fff url(//cdn.foxycart.com/static/themes/standard/images/checkout-header.png?v=1) no-repeat center top;*/ }

#fc_checkout_container h2, #fc_checkout_container .m-series-teaser__title,
#fc_receipt_container h2,
#fc_receipt_container .m-series-teaser__title {
  /* This sets all the <h2> tags to be replaced with images, which are set below on a per-section basis */
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  background: no-repeat top left; }

#fc_checkout_container p,
#fc_receipt_container p {
  padding: 0 10px 10px; }

#fc_checkout_container ol,
#fc_receipt_container ol {
  margin: 0;
  padding: 0 0 15px;
  list-style-type: none; }

#fc_checkout_container span.fc_ast,
#fc_receipt_container span.fc_colon {
  color: #aaa; }

#fc_checkout_container .fc_error {
  color: #D03B39 !important; }

span.fc_clear {
  height: 0;
  overflow: hidden;
  float: none;
  clear: both;
  display: block; }

span.fc_help, span.fc_help * {
  color: #aaa !important; }

/* MESSAGES (Errors, Warnings, and Info for Cart and Checkout)
===================================================== */
#fc_message_container {
  margin: 15px 0;
  color: #333; }

#fc_message_container ul {
  list-style: none; }

#fc_message_container div.fc_message {
  margin: 5px 0;
  padding: 5px 5px 5px 25px;
  border-width: 1px;
  border-style: solid;
  display: block;
  font-weight: normal; }

#fc_error_container li {
  list-style: none outside; }

#fc_error_container {
  border-color: #d03d39;
  color: #900;
  background: #FFE4E1 url(//cdn.foxycart.com/static/themes/standard/images/icon-warning.png?v=1) no-repeat 6px 4px; }

#fc_warning_container {
  border-color: #f9bd3b;
  color: #333;
  background: #FFFFCC url(//cdn.foxycart.com/static/themes/standard/images/icon-warning.png?v=1) no-repeat 6px 4px; }

#fc_info_container {
  border-color: #266473;
  color: #266473;
  background: #E6F1F4 url(//cdn.foxycart.com/static/themes/standard/images/icon-info.blue.png?v=1) no-repeat 9px 3px; }

#fc_checkout_container #fc_message_container {
  width: 47%; }

/* Email/Password messages */
#fc_checkout_container .fc_account_message {
  margin: 10px 0;
  padding: 5px 10px 10px 24px;
  border-color: #266473;
  color: #266473;
  background: #E6F1F4 url(//cdn.foxycart.com/static/themes/standard/images/icon-info.blue.png?v=1) no-repeat 8px 5px; }

/* LINKS (Cart & Checkout, Foxybox.js)
===================================================== */
#fc_checkout_container a.fc_link_nav,
#fc_cart_container a.fc_link_nav,
#fc_receipt_links a.fc_link_nav {
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  margin-left: 15px;
  display: inline-block;
  background-position: right top;
  background-repeat: no-repeat; }

#fc_checkout_container a.fc_link_nav:hover,
#fc_cart_container a.fc_link_nav:hover,
#fc_receipt_links a.fc_link_nav:hover {
  background-position: right -20px; }

#fc_cart_container .fc_cart_alternate_payments {
  display: inline-block;
  *display: inline;
  /* For IE */
  zoom: 1;
  vertical-align: top;
  text-align: center;
  margin-left: 15px; }

#fc_cart_container a.fc_cart_checkout_paypal {
  height: auto;
  overflow: auto;
  width: auto;
  padding-top: 0;
  vertical-align: middle; }

#fc_cart_container a.fc_cart_checkout_amazon {
  vertical-align: top; }

#fc_cart_container a.fc_cart_checkout_paypal img {
  border: none; }

#fc_cart_container .fc_cart_alternate_payments a.fc_link_nav {
  display: block !important;
  margin-bottom: 5px;
  margin-left: 0; }

#fc_cart_controls_top,
#fc_cart_controls_bottom {
  margin: 12px 0;
  text-align: right; }

#fc_cart_controls_top {
  display: none; }

#fc_cart_container #fc_cart_controls_top a.fc_cart_update,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_update {
  /*width:75px;
  padding-top:24px;
  margin-right:50px;
  background-image:url(//cdn.foxycart.com/static/themes/standard/images/cart-update.png?v=1);*/
  height: 36px;
  padding: 0 5px;
  line-height: 36px;
  color: #0793d0;
  font-size: 14px;
  text-decoration: none; }

#fc_cart_container #fc_cart_controls_top a.fc_cart_update_paypal,
#fc_cart_container #fc_cart_controls_bottom a.fc_cart_update_paypal {
  margin-right: 5px; }

#fc_cart_container a.fc_cart_checkout {
  /*width:95px;
  padding-top:24px;
  background-image:url(//cdn.foxycart.com/static/themes/standard/images/cart-checkout.png?v=1);*/
  height: 36px;
  padding: 0 28px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  background: #ec2c22; }

#fc_cart_container span.fc_cart_checkout_or {
  width: 38px;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  margin-left: 15px;
  display: inline-block;
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/cart-checkout-or.png?v=1);
  background-position: right top;
  background-repeat: no-repeat; }

#fc_cart_container a.fc_inactive:hover {
  cursor: default;
  background-position: right top; }

#fc_continue a.fc_link_forward {
  width: 100%; }

/* FORM ELEMENTS
===================================================== */
#fc_checkout_container div.fc_fieldset_container,
#fc_receipt_container div.fc_fieldset_container {
  width: 47%;
  margin-right: 3%;
  float: left; }

#fc_checkout_container li.fc_row,
#fc_receipt_container li.fc_row {
  margin: 0 0 10px;
  clear: both;
  float: none;
  background: none;
  text-align: left;
  width: 100%; }

/* Clearfix the li.fc_row elements*/
li.fc_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

li.fc_row {
  display: inline-block; }

html[xmlns] li.fc_row {
  display: block; }

* html li.fc_row {
  height: 1%; }

#fc_checkout_container h2, #fc_checkout_container .m-series-teaser__title,
#fc_receipt_container h2,
#fc_receipt_container .m-series-teaser__title {
  margin: 0;
  border-bottom: 2px solid #f5f5f5;
  color: #666;
  color: #D03C3A;
  font-size: 18px;
  text-transform: lowercase; }


#fc_receipt_container h2,
#fc_receipt_container .m-series-teaser__title {
  display: none; }

#fc_checkout_container fieldset,
#fc_receipt_container fieldset {
  margin: 0 0 40px 0;
  padding: 10px 10px 10px 10px;
  border: none; }

#fc_checkout_container legend,
#fc_receipt_container legend {
  border-bottom: 2px solid #f5f5f5;
  /*display:none;*/
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #d7d7d7; }

#fc_checkout_container legend {
  display: none; }

#fc_receipt_container legend .fc_text_alt {
  color: #85c049;
  font-size: 16px;
  text-transform: none;
  text-shadow: 1px 1px 0 #efeeee;
  padding-left: 5px; }

/* Labels */
#fc_checkout_container label.fc_pre,
#fc_checkout_container span.fc_pre,
#fc_receipt_container span.fc_pre {
  width: 40%;
  padding: 5px 10px 0 0;
  float: left;
  line-height: 1;
  text-align: right; }

#fc_checkout_container .fc_row_error label.fc_pre {
  color: #d03c3a; }

#fc_checkout_container label.fc_error {
  margin: 0;
  padding: 5px 5px 5px 25px;
  display: block;
  clear: both;
  color: #900;
  background: url(//cdn.foxycart.com/static/themes/standard/images/icon-warning.png?v=1) no-repeat left center;
  font-weight: bold; }

#fc_checkout_container label.fc_error a {
  color: #D03B39; }

#fc_checkout_container #fc_form_checkout_error {
  width: auto;
  margin: 15px 0;
  clear: none;
  background-color: #f7e0df;
  background-position: 5px center; }

/* Radios and Checkboxes */
#fc_checkout_container li.fc_row_radio,
#fc_checkout_container li.fc_row_checkbox {
  padding-left: 36%;
  margin-bottom: 5px;
  width: 64%; }

#fc_checkout_container label.fc_radio,
#fc_checkout_container label.fc_checkbox {
  width: 65%;
  float: left;
  padding-bottom: .25em; }

#fc_checkout_container input.fc_radio,
#fc_checkout_container input.fc_checkbox {
  margin: 2px 10px 5px 0;
  *margin-top: 0;
  float: left; }

/* Radios and Checkboxes without labels */
#fc_checkout_container .fc_row_radio label.fc_radio,
#fc_checkout_container .fc_row_checkbox label.fc_checkbox {
  width: 97%; }

/* Select boxes */
#fc_checkout_container li.fc_row_select select {
  width: 173px;
  margin-top: 2px; }

/* Text Input Styles */
#fc_checkout_container input.fc_text {
  width: 155px;
  height: auto;
  padding: 6px 10px;
  border: 0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#fc_checkout_container input.fc_text_short {
  width: 6em; }

#fc_checkout_container .fc_row_error input.fc_text {
  background: #FF8583;
  background: #f7e0df; }

#fc_checkout_container input.fc_text_readonly {
  background-color: #eee;
  color: #000; }

/* 0: PRE-CHECKOUT ELEMENTS
===================================================== */
#fc_cancel_continue_shopping {
  margin: 0 0 25px; }

#fc_cancel_continue_shopping a {
  color: #0793d0; }

#fc_cancel_continue_shopping a:before {
  content: '\2190';
  margin-right: 5px; }

/* 1: LOGIN OR REGISTER
===================================================== */
#fc_login_register_container {
  clear: left; }

div.fc_fieldset_container {
  clear: left; }

#fc_login_register_container h2, #fc_login_register_container .m-series-teaser__title {
  background-image: url(../img/foxycart/checkout-step1-email.png); }

div#fc_continue a.fc_link_nav {
  /*background-image:url(//cdn.foxycart.com/static/themes/standard/images/button-continue.png?v=1);*/
  height: auto;
  text-align: right;
  color: #0793d0;
  font-size: 14px;
  padding: 0;
  margin: 0; }

/* 2: ADDRESSES
===================================================== */
#fc_customer_billing_container h2, #fc_customer_billing_container .m-series-teaser__title {
  background-image: url(../img/foxycart/checkout-step2-address.png); }

#fc_address_shipping_container {
  clear: none;
  /* IMPORTANT: "clear:right" in IE6 will cause the browser to HARD CRASH on page load.
    At this point we're not sure why, but if you change the floats, make sure you test in IE6. */
  _clear: inherit; }

#fc_address_shipping_container h2, #fc_address_shipping_container .m-series-teaser__title {
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/checkout-step2a-address.png?v=1); }

#fc_use_different_address,
#fc_copy_billing_address {
  margin-top: 3px;
  padding-top: 10px;
  padding-left: 36%;
  border-top: 1px dashed #aaa;
  float: left;
  width: 64%; }

#fc_copy_billing_address {
  display: none;
  padding-left: 43%;
  width: 57%; }

#fc_copy_billing_address p {
  padding-left: 0;
  padding-right: 0; }

/* Hide the "company" fields by default */
#li_customer_company {
  display: none; }

/* 2: ADDRESSES, MULTISHIP
===================================================== */
#fc_address_multiship_container h2, #fc_address_multiship_container .m-series-teaser__title {
  position: relative;
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/checkout-step2a-multiship.png?v=1); }

#fc_address_multiship_container ol.fc_shipto_subtotal {
  padding: 8px 0; }

#fc_address_multiship_container ol.fc_shipto_options {
  border-bottom: 1px dashed #aaa; }

#fc_address_multiship_container div.fc_shipto_actions {
  margin: 8px 0 0;
  padding: 8px 0 8px 98px;
  border-top: 1px dashed #aaa; }

#fc_address_multiship_container div.fc_shipto_actions a {
  color: #D03C3A; }

#fc_address_multiship_container h2 span.fc_shipto_name, #fc_address_multiship_container .m-series-teaser__title span.fc_shipto_name {
  position: absolute;
  bottom: 0;
  left: 160px;
  font-size: 18px;
  font-weight: normal;
  color: #D03C3A; }

#fc_address_multiship_container div.fc_shipto_display_country {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #aaa; }

#fc_address_multiship_container div.fc_shipping_methods_inner {
  padding-left: 80px !important; }

/* Hide the "company" fields by default */
#li_shipping_company, li.li_shipping_company {
  display: none; }

/* 3: DELIVERY & SUBTOTAL
===================================================== */
#fc_checkout_container div.fc_shipping_methods_container {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaa;
  overflow: auto; }

#fc_checkout_container div.fc_downloadable_message_container {
  margin-bottom: 10px;
  border-bottom: 1px dashed #aaa; }

#fc_shipping_container h2, #fc_shipping_container .m-series-teaser__title {
  background-image: url(../img/foxycart/checkout-step3-shipping.png); }

#fc_checkout_container div.fc_shipping_methods {
  float: none; }

#fc_checkout_container div.fc_shipping_methods_inner {
  padding-left: 5px;
  margin-bottom: 15px; }

#fc_checkout_container label.fc_shipping_methods {
  width: auto;
  padding-bottom: 10px;
  display: block;
  float: none;
  font-weight: bold;
  text-align: left; }

#fc_checkout_container div.fc_shipping_methods_inner label.fc_radio {
  width: 100%; }

#fc_checkout_container div.fc_shipping_methods_inner label.fc_radio:hover {
  background: #eee;
  cursor: pointer; }

#fc_checkout_container div.fc_shipping_methods_container label.fc_radio span {
  float: left;
  /* Necessary to make IE6/7 render properly */
  padding: 0 .4em 0 0; }

#fc_checkout_container div.fc_shipping_methods_container label.fc_radio span.fc_currency_symbol {
  float: none;
  /* Fix for Chrome v19+ or so */ }

#fc_checkout_container div.fc_shipping_methods_container label.fc_radio span.fc_shipping_cost {
  padding: 0 0 0 15px;
  float: right;
  font-weight: bold; }

#fc_shipping_container #fc_shipping_methods_container label.fc_pre {
  padding: 0 0 10px; }

div.fc_shipping_methods_container div.fc_row_error {
  background: #f7e0df; }

#fc_shipping_container #fc_shipping_list span.fc_text {
  background-color: #f5f5f5;
  color: black;
  width: 9em;
  padding: 5px 10px;
  border: 0;
  display: block;
  float: left;
  clear: right;
  border-radius: 3px; }

/* 4: PAYMENT INFORMATION
===================================================== */
#fc_checkout_container #fc_payment_container {
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  float: right;
  clear: none; }

#fc_payment_container h2, #fc_payment_container .m-series-teaser__title {
  background-image: url(../img/foxycart/checkout-step4-payment.png); }

#fc_c_card_saved_number {
  display: block;
  text-align: right;
  color: #944;
  font-weight: bold; }

li.fc_row_payment_method label.fc_radio img {
  vertical-align: middle; }

#fc_payment_container #fc_payment_list label {
  width: auto; }

#fc_payment_method_plastic_container span img {
  margin-right: 5px; }

#fc_payment_method_paypal_container label.fc_radio {
  width: auto; }

#fc_payment_method_paypal_container span img {
  vertical-align: middle;
  margin-right: 10px; }

.fc_row_hosted_payment_method span img {
  vertical-align: middle !important;
  margin-right: 10px !important; }

#fc_checkout_container li fieldset {
  width: 100%;
  margin: 10px 0 20px;
  padding: 10px 0;
  position: relative;
  top: 5px;
  clear: both;
  border: none;
  background-color: #f3f3f3; }

#fc_checkout_container li fieldset label.fc_pre {
  width: auto;
  padding-left: 5%; }

#fc_checkout_container li fieldset li.fc_row_radio,
#fc_checkout_container li fieldset li.fc_row_checkbox {
  padding-left: 5%;
  width: 95%; }

#fc_checkout_container input#cc_cvv2, #fc_checkout_container input#cc_issue_number {
  width: 3em; }

#fc_checkout_container #li_save_cc label.fc_checkbox span {
  float: left;
  width: 90%; }

#fc_complete_order_button_container {
  margin-top: 20px;
  padding: 30px 0 20px;
  border-top: 1px dashed #aaa;
  text-align: right; }

#fc_complete_order_button {
  height: 36px;
  padding: 0 25px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  background: #ec2c22; }

#fc_complete_order_button.fc_button.fc_updateinfo {
  width: 186px;
  height: 0;
  overflow: hidden;
  *height: 20px;
  padding: 25px 10px 0;
  border: none;
  background: url(//cdn.foxycart.com/static/themes/standard/images/button-update-info.png?v=1) no-repeat top left;
  text-indent: -5000px;
  cursor: pointer; }

#fc_complete_order_button.fc_button.fc_updateinfo:hover {
  background-position: 0 -25px; }

#fc_complete_order_button.fc_button.fc_subscription_cancel {
  width: 189px;
  height: 0;
  overflow: hidden;
  *height: 20px;
  padding: 25px 10px 0;
  border: none;
  background: url(//cdn.foxycart.com/static/themes/standard/images/button-cancel-subscription.png?v=1) no-repeat top left;
  text-indent: -5000px;
  cursor: pointer; }

#fc_complete_order_button.fc_button.fc_subscription_cancel:hover {
  background-position: 0 -25px; }

#fc_complete_order_button.fc_button.fc_subscription_update {
  width: 224px;
  height: 0;
  overflow: hidden;
  *height: 20px;
  padding: 25px 10px 0;
  border: none;
  background: url(//cdn.foxycart.com/static/themes/standard/images/button-update-subscription.png?v=1) no-repeat top left;
  text-indent: -5000px;
  cursor: pointer; }

#fc_complete_order_button.fc_button.fc_subscription_update:hover {
  background-position: 0 -25px; }

/* CHECKOUT CART DISPLAY
===================================================== */
#fc_checkout_cart {
  width: 47%;
  margin-top: 130px;
  margin-bottom: 25px;
  float: right; }

#fc_checkout_cart #fc_cart_container {
  padding-top: 0;
  background: none; }

/* CART TEMPLATE STYLES
===================================================== */
#cartTitle {
  margin: 15px; }

#cartBody {
  margin: 0 0 0; }

#cartColL {
  width: 100px;
  float: left;
  text-align: center; }

#cartColR {
  float: left; }

/* RECEIPT SPECIFIC STYLES
===================================================== */
#fc_receipt_container {
  /* This sets the main checkout image (cart -> checkout -> receipt) */
  padding: 50px 5px;
  /*background:url(//cdn.foxycart.com/static/themes/standard/images/receipt-header.png?v=1) no-repeat top center;*/ }

#fc_receipt_container h1 {
  display: none; }

#fc_receipt_container fieldset {
  margin-left: 0; }

/* Heading Replacements */
#fc_receipt_container div.fc_fieldset_container_shipto h2, #fc_receipt_container div.fc_fieldset_container_shipto .m-series-teaser__title, #fc_receipt_container div.fc_fieldset_container_shipto h2, #fc_receipt_container div.fc_fieldset_container_shipto .m-series-teaser__title {
  height: auto;
  color: #666;
  font-size: 18px;
  font-weight: normal; }

#fc_receipt_download_links_container h2, #fc_receipt_download_links_container .m-series-teaser__title {
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/receipt-download.png?v=1); }

#fc_receipt_general_container h2, #fc_receipt_general_container .m-series-teaser__title {
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/receipt-general.png?v=1); }

#fc_receipt_order_container h2, #fc_receipt_order_container .m-series-teaser__title {
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/receipt-order.png?v=1); }

#fc_receipt_billing_container h2, #fc_receipt_billing_container .m-series-teaser__title {
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/receipt-billing.png?v=1); }

#fc_receipt_shipping_container h2, #fc_receipt_shipping_container .m-series-teaser__title {
  background-image: url(//cdn.foxycart.com/static/themes/standard/images/receipt-shipping.png?v=1); }

#fc_receipt_container div.fc_fieldset_container_shipto h2, #fc_receipt_container div.fc_fieldset_container_shipto .m-series-teaser__title, #fc_receipt_container div.fc_fieldset_container_shipto h2, #fc_receipt_container div.fc_fieldset_container_shipto .m-series-teaser__title {
  height: auto; }

/* Layout */
#fc_receipt_shipping_container {
  clear: right;
  /* IMPORTANT: "clear:right" in IE6 will cause the browser to HARD CRASH on page load.
    At this point we're not sure why, but if you change the floats, make sure you test in IE6.
    IE7 doesn't hard crash but doesn't display properly either, so the asterisk hack targets both IE6 and IE7. */
  *clear: inherit; }

#li_shipping_name_first {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #aaa; }

/* Styling */
#fc_receipt_download_links ul li {
  margin-left: 15px;
  background: none;
  list-style: square outside; }

#fc_receipt_download_links ul li a {
  color: #D03C3A; }

#fc_receipt_download_links ul li a:hover {
  text-decoration: underline; }

#fc_checkout_container span.fc_pre,
#fc_receipt_container span.fc_pre {
  padding-bottom: 5px; }

#fc_checkout_container span.fc_text,
#fc_receipt_container span.fc_text {
  padding: 5px 0 0;
  margin: 0;
  float: none;
  clear: right;
  *float: left;
  display: block;
  text-align: left; }

#fc_receipt_links {
  margin: 15px 0 30px;
  float: right;
  clear: both;
  text-align: center; }

#fc_receipt_links a#fc_receipt_print_link {
  width: auto;
  height: 36px;
  padding: 0 10px;
  margin: 0;
  color: #0793d0;
  font-size: 14px;
  line-height: 36px;
  margin-right: 10px; }

#fc_receipt_links a#fc_receipt_continue_link {
  width: auto;
  height: 36px;
  padding: 0 25px;
  border-radius: 3px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  background: #ec2c22; }

/* */
.fc_cart_item_name,
.fc_cart_item_price_total {
  color: #404040;
  font-size: 12px; }

.fc_cart_item_options {
  display: none; }

html [data-fc-sidecart],
html [data-fc-sidecart] #fc-cart,
html #fc .fc-sidebar,
html #fc .fc-input-group-container--active,
html #fc #fc-receipt__section--header,
html #fc .fc-alert--success {
  background: #f5f5f5; }

html #fc .fc-alert--success {
  color: #36454d; }

html #fc p,
html #fc input,
html #fc button,
html #fc span,
html #fc a,
html #fc table,
html #fc table *,
html #fc div,
html #fc address,
html #fc li,
html #fc ul {
  font-family: "Montserrat", sans-serif; }

html #fc h1,
html #fc h2,
html #fc .m-series-teaser__title,
html #fc h3,
html #fc h4,
html #fc h5,
html #fc h6,
html #fc legend {
  margin: .5em 0; }


html #fc h2,
html #fc .m-series-teaser__title,
html #fc h3,
html #fc h4 {
  text-shadow: none; }


html #fc h2,
html #fc .m-series-teaser__title,
html #fc legend {
  color: #36454d; }

html #fc h4 {
  text-shadow: none; }
  html #fc h4.no-shadow {
    text-shadow: none; }

html #fc .fc-section-counter {
  background: #36454d;
  border-color: #36454d;
  font-size: 0.8em; }

html #fc .fc-action--checkout--button {
  text-shadow: none; }
  html #fc .fc-action--checkout--button .fc-svg-icon {
    position: relative;
    top: -2px; }

html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
  text-shadow: none;
  border-radius: 0 !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  font-size: 0.875rem !important; }

html #fc .fc-button--submit {
  text-shadow: none; }

html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action {
  border-radius: 0 !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  font-size: 0.875rem !important; }

html:lang(es) [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action,
html:lang(es) [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action {
  font-size: 0.6875rem !important; }

html:lang(es) #fc .fc-action--checkout--button {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important; }

html #fc .fc-input-group-container--active .fc-input-group-container__title--forced {
  background: none; }

html #fc .fc-logotype {
  margin-top: .5em;
  text-align: left; }

html #fc #fc-receipt__section--header .fc-container__grid--receipt--transaction-subject {
  padding-top: 0; }

html #fc .fc-messages__empty-notification {
  background-color: #7A9E54; }

html #fc .fc-messages__empty-notification a {
  color: #fff; }

html #fc .fc-form-control,
html #fc .fc-form-control:focus {
  border: 1px solid #ccc !important;
  background-color: #fff !important; }

html #fc .fc-foxycomplete-combobox {
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }

html #fc .fc-logotype {
  margin-bottom: 0; }

html #fc #fc-receipt__section--header .fc-container__grid--receipt--logo {
  width: 60%; }

html #fc #fc-receipt__section--header .fc-container__grid--receipt--transaction-subject {
  width: 40%; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }
  .lng-selector-form .chosen-container .chosen-drop {
    border: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
  .lng-selector-form .chosen-container-single .chosen-single {
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding-left: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 1px rgba(173, 173, 173, 0.4);
    box-shadow: inset 0 2px 1px rgba(173, 173, 173, 0.4); }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .lng-selector-form .chosen-container-single .chosen-single div {
    width: 26px; }
    .lng-selector-form .chosen-container-single .chosen-single div:after {
      content: '';
      width: 11px;
      height: 7px;
      position: absolute;
      top: 50%;
      left: 0;
      background: url("../img/select.svg") no-repeat;
      margin-top: -3px; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px; }
  .lng-selector-form .chosen-container-single .chosen-single div b {
    display: none; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .lng-selector-form .chosen-container-single .chosen-search {
    padding: 10px 15px; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }
  .lng-selector-form .chosen-container-single .chosen-search input[type="text"] {
    font-size: 13px;
    border-radius: 2px; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }
  .lng-selector-form .chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 0 0 3px 3px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .lng-selector-form .chosen-container .chosen-results {
    color: #282828;
    font-size: 16px;
    margin-right: 0;
    padding-left: 0; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }
  .lng-selector-form .chosen-container .chosen-results li {
    line-height: 1.3;
    padding: 11px 21px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }
  .lng-selector-form .chosen-container .chosen-results li.highlighted {
    background: #f4f4f4;
    color: #282828; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }
  .lng-selector-form .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    background: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(173, 173, 173, 0.4);
    box-shadow: inset 0 2px 1px rgba(173, 173, 173, 0.4); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .lng-selector-form .chosen-container-active.chosen-with-drop .chosen-single div:after {
    transform: rotate(180deg); }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.search-bar {
  height: 0;
  overflow: hidden;
  background: #f5f5f5;
  transition: all, 0.5s; }
  .search-bar > .inner {
    position: relative;
    box-sizing: border-box;
    padding: 1.5rem 0; }
  .search-bar > .inner > .close {
    display: none;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    width: 3.125rem;
    background: transparent;
    outline: 0;
    padding: 0;
    border: none;
    color: #bdbdbd;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all, 0.2s; }
    .search-bar > .inner > .close:hover {
      color: #273238; }
    .search-bar > .inner > .close > .icon-cancel {
      font-size: 38px; }
      .search-bar > .inner > .close > .icon-cancel:before {
        margin: 0; }
  .search-bar.-active {
    height: 95px; }
  @media (min-width: 40.1875em) {
    .search-bar > .inner > .close {
      display: block; }
    .search-bar > .inner {
      padding-right: 3.6875rem; } }

.addthis-mobile {
  display: none; }
  @media (max-width: 979px) {
    .addthis-mobile {
      display: block; } }

.app-links {
  font-size: 0; }
  .app-links .app-link + .app-link {
    margin-left: 70px; }
    @media only screen and (max-width: 767px) {
      .app-links .app-link + .app-link {
        margin-left: 0;
        margin-top: 20px; } }

.app-link {
  display: inline-block;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .app-link {
      display: block; } }
  .app-link .img {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    max-width: 147px;
    border-radius: 16.3265306122449%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
  .app-link .title {
    margin-top: .9em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #36454d; }
  .app-link.-chronological-bridge-to-life {
    margin: 26px 0; }

.btn, html #fc .fc-action--checkout--button, html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html #fc .fc-button--submit, html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action {
  display: inline-block;
  border: 0;
  border-radius: 1.5625rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
  padding: 0.5625rem 2.5rem;
  font-size: 1rem;
  line-height: 2; }

.btn-block {
  display: block; }

.btn-white-dark {
  color: #004e7d;
  background: #f5f5f5; }
  .btn-white-dark:hover,
  .is-open .btn-white-dark {
    background: #eee; }

.btn-green, html #fc .fc-action--checkout--button, html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html #fc .fc-button--submit {
  color: #fff !important;
  background: #367340;
  border-color: #367340; }
  .btn-green:hover, html #fc .fc-action--checkout--button:hover, html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action:hover, html #fc .fc-button--submit:hover {
    background: #7A9E54;
    border-color: #7A9E54; }

.btn-white {
  color: #7A9E54 !important;
  background: #fff; }
  .btn-white.l-color-gray, .blog-item a.btn-white, .blog-links a.btn-white {
    color: #36454d !important; }
  .btn-white:hover {
    background: #eee; }

.btn-white-border {
  color: #36454d !important;
  background: #fff;
  border-bottom: 2px solid #c0c0c0; }
  .btn-white-border:hover {
    background: #eee; }

.btn-red {
  color: #fff !important;
  background: #ec2c22;
  border-bottom: 2px solid #ba160e; }
  .btn-red:hover {
    background: #ba160e; }

.btn-blue {
  color: #fff !important;
  background: #acd6f2;
  border-bottom: 2px solid #004e7d; }
  .btn-blue:hover {
    background: #004e7d; }

.btn-blue-dark {
  color: #fff !important;
  background: #004e7d; }
  .btn-blue-dark:hover {
    background: #001d44; }

.btn-grey,
.btn-green-darker {
  color: #36454d !important;
  background: #fff;
  border-bottom: 2px solid #c0c0c0; }
  .btn-grey:hover,
  .btn-green-darker:hover {
    background: #eee; }

.btn-small {
  padding: 2px 14px;
  font-size: 11px;
  line-height: 1.2727272727;
  letter-spacing: -1px; }

.btn-md {
  padding: 2px 25px;
  font-size: 14px; }

.btn-large {
  padding: 4px 36px;
  font-size: 16px;
  line-height: 1.6875; }

.btn-lg {
  padding: 10px 68px; }

.btn-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-icon:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 2px 8px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.btn-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background: #fff;
  overflow: auto; }
  .is-open .btn-dropdown-menu {
    display: block; }
  .btn-dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #004e7d;
    white-space: nowrap; }
    .btn-dropdown-menu > li > a:hover {
      background: #f5f5f5; }

.btn-cat,
.btn-cat-dark {
  font-size: 12px;
  font-weight: 400; }

.btn-cat {
  padding: 3px 22px;
  border-color: #658295;
  color: #658295;
  background: #fff; }
  .btn-cat:hover {
    border-color: #658295;
    color: #fff;
    background: #658295; }
  .btn-cat.is-active {
    border-color: #fff;
    color: #fff;
    background: #273238; }

.btn-cat-dark {
  padding: 3px 28px;
  border-color: #cbc5bd;
  color: #fff;
  letter-spacing: 1px;
  background: #273238; }
  .btn-cat-dark:hover, .btn-cat-dark.is-active {
    border-color: #7A9E54;
    background: #7A9E54; }

.btn-disabled {
  color: #c0c0c0 !important;
  background-color: #dedede;
  border-color: #c0c0c0;
  pointer-events: none;
  cursor: default;
  user-select: none; }

.btn-mobile {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (max-width: 767px) {
  .btn-cat,
  .btn-cat-dark {
    font-size: 11px; }
  .btn-cat {
    padding: 2px 18px; }
  .btn-cat-dark {
    padding: 2px 24px; }
  .btn-mobile {
    padding-right: 25px;
    padding-left: 25px; } }

.btn-group .btn, .btn-group html #fc .fc-action--checkout--button, html #fc .btn-group .fc-action--checkout--button, .btn-group html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .btn-group .fc-btn-action, .btn-group html #fc .fc-button--submit, html #fc .btn-group .fc-button--submit, .btn-group html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .btn-group .fc-btn-action {
  margin: 30px 5px 0; }

.ico-arrow {
  display: inline-block;
  width: image-width("ico-arrow.png");
  height: image-height("ico-arrow.png");
  background: url("/img/ico-arrow.png"); }

.ico-arrow-green {
  display: inline-block;
  width: image-width("ico-arrow-green.png");
  height: image-height("ico-arrow-green.png");
  background: url("/img/ico-arrow-green.png"); }

.form-list,
.form-options-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.form-fields {
  margin-bottom: 15px; }

.form-field {
  margin-top: 19px; }
  .form-field:first-child {
    margin-top: 0; }
  .user-box .form-field {
    margin-top: 25px; }
    .user-box .form-field:first-child {
      margin-top: 0; }

.form-label {
  display: block;
  margin-bottom: 1em;
  font-weight: 700; }

.form-hidden {
  display: none; }

.errors {
  padding: 25px !important; }
  .errors a {
    color: #ba160e; }

.form-field-txt {
  padding: 13px 18px;
  font-style: italic; }

.form-select-outer {
  position: relative; }
  .form-select-outer .select-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    z-index: 109;
    display: none; }
  .form-select-outer select + .select-icon {
    display: block; }

.form-select {
  position: relative;
  display: block;
  z-index: 101;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 30px 10px 15px;
  padding: 13px 18px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer; }
  .form-select.is-active + .form-select-dropdown {
    max-height: 1000px;
    z-index: 102;
    transition: max-height 0.3s;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff; }
    .form-select.is-active + .form-select-dropdown li {
      display: list-item; }
  .form-select.is-active ~ .form-select-field-icon {
    transform: rotate(180deg); }
  .form-select::-ms-expand {
    display: none; }

.form-select-field-m {
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 1px rgba(173, 173, 173, 0.4);
  background: #fff;
  padding-right: 30px; }
  .form-select-field-m:after {
    content: '.'; }

.form-select-field {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  color: #b0b0b0;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 1px rgba(173, 173, 173, 0.4); }
  .form-select-field.-new {
    background-color: #fff; }
    .form-select-field.-new .form-select {
      line-height: 1.3;
      padding: 14px 30px 14px 20px;
      color: #273238; }
      .form-select-field.-new .form-select.is-active ~ .select-icon {
        transform: rotate(180deg); }
      .form-select-field.-new .form-select.is-active + .form-select-dropdown {
        max-height: 210px;
        overflow: auto; }
    .form-select-field.-new .form-select-dropdown {
      border: 0;
      top: 58px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      font-size: 16px;
      color: #273238; }
      .form-select-field.-new .form-select-dropdown li {
        line-height: 1.3;
        padding: 11px 21px; }
        .form-select-field.-new .form-select-dropdown li:hover {
          background: rgba(222, 222, 222, 0.64); }
  .form-select-field .select-icon {
    position: absolute;
    top: 22px;
    right: 15px; }

.form-select-field-icon {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #404040; }

.form-filter-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 65px;
  margin-top: 20px;
  border-radius: 10px; }

.form-select-dropdown {
  position: absolute;
  right: -1px;
  left: -1px;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  border-radius: 0 0 3px 3px;
  max-height: 0;
  transition: max-height 0.3s;
  cursor: pointer; }
  .form-select-field .form-select-dropdown {
    top: 52px; }
  .form-select-dropdown li {
    display: none;
    padding: 5px 15px; }
    .form-select-dropdown li:hover {
      background: #f4f4f4; }

.form-filter {
  margin-top: -20px;
  font-size: 0; }
  .form-filter .form-select-field {
    width: 245px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 5px; }
  .form-filter .form-select {
    padding: 8px 15px;
    height: 40px; }

.form-checkbox {
  display: block;
  margin-top: 15px; }

.form-checkbox-instructions {
  font-size: 12px; }

.form-instructions,
.user-box-outer .form-instructions {
  margin: 24px 0 0;
  font-size: 12px;
  font-style: italic; }
  .form-instructions > a:hover,
  .user-box-outer .form-instructions > a:hover {
    color: #001d44; }

.form-book .form-field.-form-freeBook_page,
.form-book .form-field.-form-freeBook_pageId {
  display: none; }

.form-book .textarea {
  height: 249px; }

.form-book .form-checkbox + .form-checkbox {
  margin-left: 38px; }

.form-book.-label-block .form-checkbox {
  display: block; }

.form-book.-label-block .form-checkbox + .form-checkbox {
  margin-left: 0; }

.form-book .form-checkbox-text {
  vertical-align: middle;
  margin-left: 5px; }

.form-book.-hide-website .-form-freeBook_website {
  display: none; }

.form-book.-hide-website .textarea {
  height: 115px; }

@media only screen and (max-width: 900px) {
  .form-book .form-checkbox {
    display: block; }
  .form-book .form-checkbox + .form-checkbox {
    margin-top: 15px;
    margin-left: 0; } }

.parsley-errors-list,
.errors.form-errors {
  margin: 10px 0 0;
  padding: 0 0 0 20px !important;
  list-style: none; }

.parsley-errors-list > li,
.errors.form-errors > li {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #ec2c22; }

.form-error-notification {
  margin-bottom: 36px; }
  .form-error-notification > .title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ec2c22; }
  .form-error-notification > .errors.form-errors {
    margin-top: 0;
    list-style: initial; }

.form-promo-outer .svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  font-size: 8px; }

.form-promo-outer {
  height: 0;
  overflow: hidden; }
  .form-promo-outer.-active {
    height: auto; }

.form-promo {
  max-width: 870px;
  margin: auto;
  height: 0;
  overflow: hidden; }
  .form-promo.-active {
    height: auto; }
  .form-promo > form {
    margin-top: 60px; }
  .form-promo .form-field-btn {
    text-align: center; }
  .form-promo .btn, .form-promo html #fc .fc-action--checkout--button, html #fc .form-promo .fc-action--checkout--button, .form-promo html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .form-promo .fc-btn-action, .form-promo html #fc .fc-button--submit, html #fc .form-promo .fc-button--submit, .form-promo html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .form-promo .fc-btn-action {
    min-width: 240px; }
  .form-promo textarea {
    height: 249px; }
  .form-promo .form-msg {
    display: none; }

.form-field-radio {
  text-align: center; }
  .form-field-radio .radio_checkbox_group_legend {
    margin: 0; }

.form-list-radio {
  padding-left: 0;
  margin: 0;
  list-style: none; }
  .form-list-radio > li {
    display: inline; }
    @media only screen and (max-width: 900px) {
      .form-list-radio > li {
        display: block;
        margin-top: 5px; } }
  .form-list-radio > li + li {
    margin-left: 38px; }
    @media only screen and (max-width: 900px) {
      .form-list-radio > li + li {
        margin-left: 0; } }
  .form-list-radio .form-checkbox-text {
    vertical-align: middle;
    margin-left: 5px; }

.green-block {
  padding: 50px 40px;
  border-radius: 3px;
  background-color: #7A9E54;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .green-block {
      padding: 25px 40px; } }
  .green-block.-extra-padding {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 767px) {
      .green-block.-extra-padding {
        padding-left: 40px;
        padding-right: 40px; } }

.header .navigation-wrapper {
  display: none; }

.header > .l-constrained, .search-bar.header > .inner {
  display: flex;
  align-items: center; }

@media (min-width: 64.0625em) {
  .header .navigation-wrapper {
    display: flex;
    flex: 1 1 auto;
    padding: 0.9375em 0;
    flex-direction: column;
    align-items: flex-end; } }

.view-training-detail .header {
  position: relative;
  height: 97px;
  border: 0;
  margin-bottom: -97px;
  background: none;
  z-index: 1; }
  .view-training-detail .header:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    z-index: -1;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); }
  @media only screen and (max-width: 1090px) {
    .view-training-detail .header {
      margin-bottom: -97px; } }

.header-title {
  margin: 0;
  flex: 0 0 auto; }

.look-inside {
  position: relative;
  display: inline-block;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .look-inside:hover img {
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      -ms-filter: blur(3px);
      filter: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZmlsdGVyIGlkPSJibHVyIj4NCjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiIC8+DQo8L2ZpbHRlcj4NCjwvc3ZnPg==#blur);
      filter: blur(3px);
      -webkit-transition: .2s -webkit-filter linear;
      -moz-transition: .2s -moz-filter linear;
      -o-transition: .2s -o-filter linear;
      transition: .2s filter linear; } }
  .look-inside.-block {
    display: block; }

.look-inside-caption {
  padding-top: 0.3125rem;
  margin-bottom: 0;
  color: #658295;
  font-size: 0.75rem; }

.nav {
  padding: 0;
  clear: right; }
  .nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center; }
    .nav > ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0; }
    .nav > ul > li + li {
      margin-left: 1rem; }
  @media (min-width: 64.0625em) {
    .nav {
      margin-top: 0.125rem; } }

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #36454d;
  line-height: 2.2857142857; }
  .nav-link.is-active, .nav-link.-active {
    color: #367340; }
  .nav-link:hover {
    color: #7A9E54; }
  .view-training-detail .nav-link {
    color: #fff;
    text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25); }
    .view-training-detail .nav-link.is-active, .view-training-detail .nav-link:hover {
      color: #7A9E54; }

.nav-translations,
.nav-ministries {
  position: relative; }
  .nav-translations.-map,
  .nav-ministries.-map {
    margin-top: 0.9375rem;
    height: 1.125rem; }
  .nav-mobile .nav-translations, .nav-mobile
  .nav-ministries {
    display: block;
    margin: 0 0 1rem -0.9375rem;
    width: 16.5625rem;
    height: auto;
    overflow: hidden;
    transition: max-height, 0.5s; }

.nav-translations-trigger,
.nav-ministries-trigger {
  position: relative;
  padding-right: 1rem;
  border: none;
  outline: 0;
  background: transparent;
  appearance: none; }
  .nav-translations-trigger::before,
  .nav-ministries-trigger::before {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    margin-left: -14px;
    font-size: 18px; }
  .nav-translations-trigger.-active::before,
  .nav-ministries-trigger.-active::before {
    content: '\e817'; }
  .nav-translations-trigger.-map,
  .nav-ministries-trigger.-map {
    margin-right: 1.5625rem;
    padding: 0 1.5625rem 0 2.5rem;
    color: #bdbdbd;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700; }
    .nav-translations-trigger.-map::after,
    .nav-ministries-trigger.-map::after {
      content: '';
      position: absolute;
      display: block;
      top: 3px;
      left: 0;
      width: 28px;
      height: 14px;
      background: url("/img/map-icon.png"); }
  .nav-translations-trigger.nav-mobile-link,
  .nav-ministries-trigger.nav-mobile-link {
    padding-right: 25px; }
  .view-training-detail .nav-translations-trigger, .view-training-detail
  .nav-ministries-trigger {
    color: #fff; }
    .view-training-detail .nav-translations-trigger:after, .view-training-detail
    .nav-ministries-trigger:after {
      background-position: 0 -28px; }
    .view-training-detail .nav-translations-trigger.is-active, .view-training-detail .nav-translations-trigger:hover, .view-training-detail
    .nav-ministries-trigger.is-active, .view-training-detail
    .nav-ministries-trigger:hover {
      color: #7A9E54; }
      .view-training-detail .nav-translations-trigger.is-active:after, .view-training-detail .nav-translations-trigger:hover:after, .view-training-detail
      .nav-ministries-trigger.is-active:after, .view-training-detail
      .nav-ministries-trigger:hover:after {
        background-position: 0 -14px; }
  .nav-mobile .nav-translations-trigger, .nav-mobile
  .nav-ministries-trigger {
    display: block;
    margin-left: 15px; }
    .nav-mobile .nav-translations-trigger.is-active, .nav-mobile .nav-translations-trigger:hover, .nav-mobile
    .nav-ministries-trigger.is-active, .nav-mobile
    .nav-ministries-trigger:hover {
      color: #fff; }
      .nav-mobile .nav-translations-trigger.is-active:after, .nav-mobile .nav-translations-trigger:hover:after, .nav-mobile
      .nav-ministries-trigger.is-active:after, .nav-mobile
      .nav-ministries-trigger:hover:after {
        background-position: 0 -28px; }

.nav-translations-list,
.nav-ministries-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999;
  top: 30px;
  left: -8px;
  margin: 0;
  background: #7A9E54;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s, visibility 0.2s; }
  .nav-translations-list li,
  .nav-ministries-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .nav-translations-list > li:hover > .nav-translations-list,
  .nav-ministries-list > li:hover > .nav-translations-list {
    opacity: 1;
    visibility: visible; }
  .nav-translations-list.-active,
  .nav-ministries-list.-active {
    visibility: visible;
    opacity: 1; }
  .nav-mobile .nav-translations-list, .nav-mobile
  .nav-ministries-list {
    position: static;
    padding: 0;
    visibility: visible;
    opacity: 1;
    display: none;
    box-shadow: none !important; }
  .nav-mobile .nav-translations-trigger + .nav-translations-list, .nav-mobile .nav-translations-trigger +
  .nav-ministries-list {
    margin-top: 16px; }
  .nav-translations-list.-level-2,
  .nav-ministries-list.-level-2 {
    top: 0px;
    left: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
    .nav-mobile .nav-translations-list.-level-2, .nav-mobile
    .nav-ministries-list.-level-2 {
      background-color: #6aa929; }

.nav-translations-link,
.nav-ministries-link {
  display: block;
  margin: 0;
  padding: 7px 15px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: background, 0.2s; }
  .nav-translations-link:before,
  .nav-ministries-link:before {
    position: relative;
    float: right;
    margin-right: -9px;
    font-size: 18px;
    transform: rotate(-90deg); }
  .nav-translations-link.-active, .nav-translations-link:hover,
  .nav-ministries-link.-active,
  .nav-ministries-link:hover {
    background: #367340; }
  .nav-mobile .nav-translations-link.-active:before, .nav-mobile
  .nav-ministries-link.-active:before {
    transform: rotate(180deg); }
  .nav-mobile .nav-translations-link:before, .nav-mobile
  .nav-ministries-link:before {
    transform: rotate(0); }

.nav-cat {
  text-align: center; }
  .nav-cat ul {
    margin: 0;
    display: inline-block; }
  .nav-cat li {
    margin: 0 7px; }
  .nav-cat.is-left {
    text-align: left; }
    .nav-cat.is-left li {
      margin: 0 14px 10px 0; }

.nav-cat-translation {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto; }
  .nav-cat-translation li {
    margin-bottom: 18px; }

.nav-mobile-outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: 9999;
  overflow: hidden;
  transition: width 0.2s ease-in-out; }
  .is-opened-mobile-nav .nav-mobile-outer {
    width: 267px; }
  @media (min-width: 64.0625em) {
    .nav-mobile-outer {
      display: none; } }

.nav-mobile {
  position: relative;
  width: 290px;
  height: 100%;
  border-left: 2px solid #fff;
  overflow-y: auto; }

.nav-mobile-inner {
  width: 265px;
  padding: 25px 15px; }

.nav-mobile-close {
  position: absolute;
  display: block;
  padding: 0;
  border: 0;
  color: #818181;
  font-size: 30px;
  background: none;
  right: 27px;
  top: 8px; }

.nav-mobile-links {
  padding-left: 0;
  margin: 0;
  list-style: none; }
  .nav-mobile-links > li {
    margin-bottom: 12px; }

.nav-mobile-link {
  display: block;
  padding: 4px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 900; }

.nav-mobile-fb {
  margin-bottom: 26px;
  overflow: hidden; }

.nav-mobile-content {
  margin-bottom: 20px;
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7841666667; }
  .nav-mobile-content h3 {
    margin: 1em 0 10px; }
  .nav-mobile-content p {
    margin-top: 0; }
    .nav-mobile-content p a {
      color: #b0b0b0; }

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center; }
  .nav-mobile .nav-dropdown {
    margin-bottom: 16px; }

.nav-dropdown-list {
  position: absolute;
  top: -13px;
  right: 0;
  display: none;
  width: 160px;
  padding: 9px 0;
  border-radius: 3px;
  margin: 0;
  list-style: none;
  background: #273238; }
  .nav-dropdown-list a {
    display: block;
    padding: 3px 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #fff; }
    .nav-dropdown-list a:hover {
      background: #7A9E54; }
  .is-open .nav-dropdown-list {
    display: block;
    z-index: 999; }
  .nav-mobile .nav-dropdown-list {
    left: 0;
    right: auto;
    background: #36454d; }

@media only screen and (max-width: 1024px) {
  .nav-cat {
    margin: 0 auto 10px;
    text-align: center; }
    .nav-cat li {
      float: none;
      display: inline-block;
      margin: 0 2px 14px; } }

@media only screen and (min-width: 768px) {
  .nav-mobile-fb,
  .nav-mobile-content {
    display: none; } }

.header-mobile-nav {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  margin-right: calc(-4vw + 0.375rem); }
  @media (min-width: 64.0625em) {
    .header-mobile-nav {
      display: none;
      margin-right: 0; } }
  .header-mobile-nav .a-btn {
    display: inline-flex;
    align-items: center;
    height: 1.875rem;
    outline: 0;
    padding: 0 0.5rem;
    border: none;
    color: #36454d;
    font-size: 0.875rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0.1875rem;
    background: transparent; }
    .header-mobile-nav .a-btn + .a-btn {
      margin-left: 0.3125rem; }
    @media (min-width: 40.1875em) {
      .header-mobile-nav .a-btn {
        background: #eee; } }
    .header-mobile-nav .a-btn .a-icon {
      font-size: 1.5rem;
      width: 1em;
      height: 1em;
      line-height: 1; }
      .header-mobile-nav .a-btn .a-icon.icon-menu {
        font-size: 1.875rem; }
        .header-mobile-nav .a-btn .a-icon.icon-menu:before {
          position: relative;
          margin: 0;
          top: -0.0625rem; }
      @media (min-width: 40.1875em) {
        .header-mobile-nav .a-btn .a-icon {
          margin-left: 0.2em; } }
    @media (min-width: 40.1875em) {
      .header-mobile-nav .a-btn + .a-btn {
        margin-left: 0.9375rem;
        margin-right: 0; } }
    .view-training-detail .header-mobile-nav .a-btn {
      color: #fff;
      background: rgba(255, 255, 255, 0.2); }

.header-mobile-nav__button-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  @media (min-width: 40.1875em) {
    .header-mobile-nav__button-text {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; } }

.teaser {
  padding: 30px 15px; }
  .teaser .btn-larger, .teaser html #fc .fc-button--submit, html #fc .teaser .fc-button--submit,
  .teaser .a-btn--xl {
    min-width: 242px; }

.teaser-img {
  margin: 10px 48px 0 0; }
  .teaser-img p {
    margin: 5px 0; }

.teaser-smaller {
  padding: 30px; }
  .teaser-smaller h2, .teaser-smaller .m-series-teaser__title {
    margin: 0 0 14px; }

.teaser-lg {
  padding: 60px 0; }

.teaser-btn {
  padding-left: 50px;
  text-align: right; }

.teaser-app {
  padding-left: 50px;
  min-width: 340px;
  box-sizing: border-box;
  text-align: center; }

.teaser-btn-lg {
  padding-left: 150px; }

.teaser-content,
.teaser-btn {
  vertical-align: middle; }

.teaser-box {
  padding: 26px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700; }
  .teaser-box a {
    color: #fff; }
  .teaser-box h3 {
    font-size: 20px; }
  .teaser-box ol {
    padding-left: 0;
    list-style-position: inside; }
    .teaser-box ol li {
      margin-bottom: .8em; }

@media only screen and (max-width: 767px) {
  .teaser {
    padding: 10px 15px 20px; }
  .teaser-btn,
  .teaser-btn-lg {
    padding-left: 0; }
  .teaser-content,
  .teaser-btn {
    text-align: center; }
  .teaser-app {
    padding-left: 0;
    min-width: initial; }
  .teaser-content p {
    margin-top: 0; }
  .teaser-img {
    float: none;
    margin: 10px 0; }
    .teaser-img .is-text-right {
      text-align: center; } }

.promos-item {
  color: #36454d;
  font-size: 12px;
  font-weight: 300;
  text-align: center; }
  .promos-item:hover {
    color: #004e7d; }
  .promos-item .h6, .promos-item html #fc h6, html #fc .promos-item h6 {
    margin: 0 0 6px; }

.promos-img {
  margin-bottom: 16px; }

@media only screen and (max-width: 767px) {
  .promos-item > .l-c-1-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }

.content-carousel-outer {
  position: relative; }
  .content-carousel-outer .content-carousel-prev,
  .content-carousel-outer .content-carousel-next {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    color: #dedede;
    font-size: 100px;
    z-index: 100; }
    .content-carousel-outer .content-carousel-prev:hover,
    .content-carousel-outer .content-carousel-next:hover {
      color: #7A9E54; }
  .content-carousel-outer .content-carousel-prev {
    left: 0; }
  .content-carousel-outer .content-carousel-next {
    right: 0; }

.content-carousel .item-img {
  width: 38.6363636364%;
  padding: 50px 0 20px;
  text-align: right; }
  .content-carousel .item-img img {
    width: auto !important;
    float: right; }

.content-carousel .item-text {
  width: 57.7272727273%;
  padding: 15px 50px 15px 0; }
  .content-carousel .item-text h1 {
    font-size: 36px;
    letter-spacing: -1px; }

.content-box {
  max-width: 580px;
  padding: 25px 40px;
  margin: 30px 0;
  font-size: 13px; }
  .content-box h3 {
    font-size: 20px; }
  .content-box table {
    min-width: 280px;
    font-size: 14px; }
  .content-box thead td {
    font-weight: 700; }
  .content-box th {
    text-align: left; }
  .content-box th,
  .content-box td {
    width: 50%;
    padding-right: 10px; }

.content-price {
  font-size: 24px;
  font-weight: 700;
  color: #004e7d; }

.content-feature {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
  .content-feature:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7; }
  .content-feature > div {
    position: relative; }
  .content-feature h1 {
    margin: 14px 0 0;
    font-size: 48px; }
    .content-feature h1.is-above {
      margin-top: 90px; }
  .content-feature #video {
    position: absolute;
    min-height: 100%;
    min-width: 100%; }
    @media only screen and (max-width: 767px) {
      .content-feature #video {
        display: none; } }

.content-feature-link {
  display: inline-block;
  padding: 8px 10px;
  margin-top: 40px;
  color: #7A9E54;
  font-size: 12px;
  font-weight: 700;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }
  .content-feature-link:hover {
    background: #000; }

.content-feature-text {
  max-width: 775px;
  min-height: 338px; }
  @media only screen and (max-width: 1100px) {
    .content-feature-text {
      padding-bottom: 94px; } }

.content-slideshow {
  position: relative; }
  .content-slideshow.is-primary-left {
    width: 400px; }
  .content-slideshow img {
    width: 100%;
    border-radius: 3px; }
  .content-slideshow .swiper-prev,
  .content-slideshow .swiper-next {
    position: absolute;
    bottom: 8px;
    width: 38px;
    height: 38px;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    border-radius: 3px;
    color: #dcdcdc;
    z-index: 1;
    font-size: 38px;
    text-align: center;
    cursor: pointer; }
    .content-slideshow .swiper-prev:hover,
    .content-slideshow .swiper-next:hover {
      background: rgba(0, 0, 0, 0.8);
      text-decoration: none; }
    .content-slideshow .swiper-prev i,
    .content-slideshow .swiper-next i {
      display: block;
      width: 100%;
      height: 100%; }
      .content-slideshow .swiper-prev i:before,
      .content-slideshow .swiper-next i:before {
        margin: 0;
        vertical-align: top; }
  .content-slideshow .swiper-prev {
    right: 50px; }
  .content-slideshow .swiper-next {
    right: 8px; }
  .content-slideshow.with-captions.owl-theme .swiper-prev,
  .content-slideshow.with-captions.owl-theme .swiper-next {
    bottom: 50px; }

.content-slideshow-caption {
  height: 42px;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  font-weight: 700; }

.content-highlighted {
  padding: 30px;
  font-size: 13px;
  line-height: 1.6923076923; }
  .content-highlighted > * + * {
    margin-top: calc(var(--spacer) * 0.5); }
  .content-highlighted h3 {
    margin: 20px 0 4px;
    font-size: 18px; }
  .content-highlighted h3 + p {
    margin-top: 0; }
  .content-highlighted .btn, .content-highlighted html #fc .fc-action--checkout--button, html #fc .content-highlighted .fc-action--checkout--button, .content-highlighted html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .content-highlighted .fc-btn-action, .content-highlighted html #fc .fc-button--submit, html #fc .content-highlighted .fc-button--submit, .content-highlighted html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .content-highlighted .fc-btn-action {
    margin: 10px 0; }

.content-link {
  display: block;
  padding: 10px;
  margin: 0 -10px 50px; }
  .content-link:hover {
    background: #f5f5f5; }
  .content-link [class^="icon-"] {
    color: #004e7d;
    font-size: 1.25rem; }
  .content-link h2, .content-link .m-series-teaser__title {
    color: #004e7d;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5; }
  .content-link p {
    margin-top: calc(var(--spacer) * 0.25);
    color: #36454d; }
  .content-link.-sidebar {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px; }
    .content-link.-sidebar > [class^="icon-"] {
      font-size: 40px; }
    .content-link.-sidebar > .title {
      margin: 0;
      font-size: 18px;
      line-height: 1.5; }
    .content-link.-sidebar > .summary {
      margin: 0;
      font-size: 14px; }

.content-comebacker {
  width: 69.0909090909%;
  margin: 0 0 50px; }

.content-popup {
  display: none;
  font-family: "Merriweather", serif; }

@media only screen and (max-width: 1023px) {
  .content-comebacker {
    width: 100%; }
  .content-comebacker,
  .content-comebacker-outer .btn,
  .content-comebacker-outer html #fc .fc-action--checkout--button,
  html #fc .content-comebacker-outer .fc-action--checkout--button,
  .content-comebacker-outer html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action,
  html [data-fc-sidecart] #fc .fc-fixed-button-right .content-comebacker-outer .fc-btn-action,
  .content-comebacker-outer html #fc .fc-button--submit,
  html #fc .content-comebacker-outer .fc-button--submit,
  .content-comebacker-outer html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action,
  html [data-fc-sidecart] #fc .fc-fixed-button-left .content-comebacker-outer .fc-btn-action {
    float: none;
    margin-bottom: 2em; } }

@media only screen and (max-width: 1024px) {
  .content-carousel-outer {
    margin-bottom: 25px;
    /*.owl-nav {
      display: block;
    }*/
    /*.owl-dots {
      margin: -30px 50px 0;
    }*/ }
    .content-carousel-outer .content-carousel-prev,
    .content-carousel-outer .content-carousel-next {
      display: none; }
  .touch .content-popup {
    position: absolute;
    top: -32px;
    left: 50%;
    display: block;
    width: 204px;
    height: 64px;
    margin-left: -102px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #273238;
    background: rgba(39, 50, 56, 0.8);
    border-radius: 3px;
    z-index: 10; } }

.content-special-img {
  width: 32.9545454545%; }

.content-special-text {
  width: 62.3106060606%; }
  .content-special-text > * + * {
    margin-top: 1rem; }

@media only screen and (max-width: 767px) {
  .content-special-text {
    width: 100%;
    float: none; }
  .content-carousel .item-img,
  .content-carousel .item-text {
    float: none;
    width: 100%;
    padding: 30px 0 0; }
  .content-carousel .item-text {
    padding: 0 0 30px; }
    .content-carousel .item-text h1 {
      font-size: 29px; }
    .content-carousel .item-text p.is-text-big {
      font-size: 14px !important; }
  .content-home {
    padding: 30px 0 40px; }
  .content-home-item {
    float: none;
    width: 100%;
    padding: 20px 0 30px;
    margin-left: 0; }
  .content-special {
    margin-bottom: 0.5em; }
    .content-special .l-c-1-2 {
      float: none;
      width: 100%;
      margin: 0 0 2em;
      overflow: hidden; }
    .content-special h1 {
      font-size: 24px; }
    .content-special p {
      font-size: 13px; }
  .content-special-img {
    width: 31.4685314685%; } }

.content-title-date {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 8px;
  margin-top: 50px; }

@media only screen and (max-width: 640px) {
  .content-special-img {
    margin-right: 25px; }
  .content-special p {
    clear: left; } }

.lines-double {
  height: 4px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

.line {
  width: 100%;
  height: 1px;
  background: #dedede;
  clear: both; }

.blog-latest {
  position: relative;
  padding-bottom: 120px; }
  .blog-latest:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36px;
    height: 1px;
    margin-left: -18px;
    background: #dedede; }
  .blog-latest .h2, .blog-latest html #fc h2, html #fc .blog-latest h2, .blog-latest html #fc .m-series-teaser__title, html #fc .blog-latest .m-series-teaser__title,
  .blog-latest html #fc legend, html #fc .blog-latest legend, .blog-latest .article h2, .article .blog-latest h2, .blog-latest .ee-distinctive > .copy h2, .ee-distinctive > .copy .blog-latest h2, .blog-latest .article .m-series-teaser__title, .article .blog-latest .m-series-teaser__title, .blog-latest .ee-distinctive > .copy .m-series-teaser__title, .ee-distinctive > .copy .blog-latest .m-series-teaser__title {
    font-size: 18px; }

.blog-latest-link {
  font-size: 11px;
  font-weight: 700;
  line-height: 36px;
  color: #004e7d;
  text-transform: uppercase; }
  .blog-latest-link .ico-arrow {
    margin-left: 1px; }

.blog-latest-item {
  color: #36454d; }
  .blog-latest-item .h4, .blog-latest-item html #fc h4, html #fc .blog-latest-item h4, .blog-latest-item .ee-distinctive > .title {
    color: inherit; }
  .blog-latest-item:hover {
    color: #004e7d; }
    .blog-latest-item:hover .btn, .blog-latest-item:hover html #fc .fc-action--checkout--button, html #fc .blog-latest-item:hover .fc-action--checkout--button, .blog-latest-item:hover html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .blog-latest-item:hover .fc-btn-action, .blog-latest-item:hover html #fc .fc-button--submit, html #fc .blog-latest-item:hover .fc-button--submit, .blog-latest-item:hover html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .blog-latest-item:hover .fc-btn-action {
      opacity: 1; }
  .blog-latest-item .btn, .blog-latest-item html #fc .fc-action--checkout--button, html #fc .blog-latest-item .fc-action--checkout--button, .blog-latest-item html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .blog-latest-item .fc-btn-action, .blog-latest-item html #fc .fc-button--submit, html #fc .blog-latest-item .fc-button--submit, .blog-latest-item html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .blog-latest-item .fc-btn-action {
    opacity: 0; }
  .blog-latest-item.-sidebar .blog-latest-summary {
    font-size: 14px; }
  .blog-latest-item.-sidebar .btn, .blog-latest-item.-sidebar html #fc .fc-action--checkout--button, html #fc .blog-latest-item.-sidebar .fc-action--checkout--button, .blog-latest-item.-sidebar html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .blog-latest-item.-sidebar .fc-btn-action, .blog-latest-item.-sidebar html #fc .fc-button--submit, html #fc .blog-latest-item.-sidebar .fc-button--submit, .blog-latest-item.-sidebar html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .blog-latest-item.-sidebar .fc-btn-action {
    opacity: 1; }

.blog-title {
  margin: 2px 0; }

.blog-img {
  position: relative; }
  .blog-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.2s ease-in-out; }
    a:hover .blog-img:after {
      background: rgba(172, 214, 242, 0.5); }

.blog-img-sm {
  width: 100%;
  max-width: 350px; }

.blog-img-xs {
  width: 100%;
  max-width: 260px; }

.blog-category {
  font-family: "Merriweather", serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 24, 12;
  letter-spacing: 0.02em;
  color: #367340; }
  a:hover .blog-category {
    color: #004e7d; }

.blog-primary {
  width: 60.9090909091%; }

.blog-item a .h3, .blog-item a html #fc h3, html #fc .blog-item a h3, .blog-item a .article h3, .article .blog-item a h3, .blog-item a .ee-distinctive > .copy h3, .ee-distinctive > .copy .blog-item a h3, .blog-item a .title-section, .blog-item a .title-resource, .blog-item a .o-timeline-section__title {
  display: block;
  margin: 0;
  color: #36454d; }

.blog-item a:hover {
  color: #7A9E54; }
  .blog-item a:hover h1 {
    color: #7A9E54; }

.blog-item .blog-date {
  margin: 26px 0 0; }

.blog-item h1 {
  color: #004e7d;
  margin: 2px 0 0; }

.blog-cat,
.blog-date {
  color: #b0b0b0;
  font-size: 11px; }

.blog-series-note {
  font-size: 14px;
  font-style: italic; }

.blog-meta {
  font-size: 0;
  margin: calc(var(--spacer)) 0; }
  .blog-meta > * + * {
    margin-top: calc(var(--spacer) * 0.5); }

.blog-author {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0; }
  .blog-author a {
    color: #7A9E54; }
    .blog-author a:hover {
      color: #004e7d; }

.blog-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.625rem; }
  .blog-cat > * {
    flex: 0 0 auto; }
  .blog-detail .blog-cat {
    margin: 0; }
  .blog-cat a {
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    border-radius: 3px;
    color: #004e7d;
    font-weight: 700;
    background: #f5f5f5; }
    .blog-cat a:hover {
      color: #fff;
      background: #004e7d; }

.blog-detail .blog-date {
  margin: 0; }

.blog-item-img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 550px;
  margin: 24px 0; }
  .blog-item-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px; }

.blog-detail h1 {
  color: #004e7d;
  margin: 2px 0 32px; }
  .blog-detail h1 > .h3, .blog-detail html #fc h1 > h3, html #fc .blog-detail h1 > h3, .blog-detail .article h1 > h3, .article .blog-detail h1 > h3, .blog-detail .ee-distinctive > .copy h1 > h3, .ee-distinctive > .copy .blog-detail h1 > h3, .blog-detail h1 > .title-section, .blog-detail h1 > .title-resource, .blog-detail h1 > .o-timeline-section__title {
    margin: 0;
    display: block;
    color: #36454d; }

@media (min-width: 500px) {
  .blog-detail .m-product-teaser {
    display: flex;
    flex-direction: row-reverse; }
    .blog-detail .m-product-teaser__media {
      flex: 0 0 auto;
      margin-bottom: 0;
      margin-left: 1.5rem;
      margin-right: 0; }
    .blog-detail .m-product-teaser__content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex: 1 1 auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-detail .m-product-teaser {
    display: block; }
    .blog-detail .m-product-teaser__media {
      margin-left: 0;
      margin-bottom: 1.5rem; } }

@media (min-width: 64.0625em) {
  .blog-detail .m-product-teaser {
    padding: 3.75rem 3rem; } }

.blog-secondary {
  width: 30.9090909091%; }

.blog-subscribe {
  margin: 0 0 25px;
  font-size: 11px;
  font-weight: 700; }
  .blog-subscribe > li {
    margin-right: 20px; }
  .blog-subscribe a {
    color: #367340; }

.blog-links {
  padding: 0;
  list-style: none; }
  .blog-links a {
    font-size: 14px; }
    .blog-links a:hover {
      color: #acd6f2 !important; }
  .blog-links .btn-dropdown-menu {
    max-height: 310px; }

.blog-links-title {
  margin-bottom: 1em;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1rem; }

.blog-banner {
  width: 100%; }

.blog-series {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #ccc; }

@media only screen and (max-width: 767px) {
  .blog-latest {
    padding-bottom: 60px; }
  .blog-latest-item.l-c-1-4 {
    float: left;
    width: 48%;
    margin-bottom: 15px;
    margin-left: 4%; }
    .blog-latest-item.l-c-1-4.is-2-first {
      margin-left: 0;
      clear: left; }
  .blog-primary,
  .blog-secondary {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 767px) {
  .blog-secondary {
    margin-top: 60px; } }

@media only screen and (max-width: 479px) {
  .blog-latest-item.l-c-1-4 {
    display: block;
    width: 100%;
    margin-left: 0;
    float: none; } }

.subnav-dark a,
.subnav-dark li > span {
  background: #000;
  background: rgba(0, 0, 0, 0.5); }
  .subnav-dark a:hover,
  .subnav-dark li > span:hover {
    background: #7A9E54; }

.subnav-light a,
.subnav-light li > span {
  background: #7A9E54; }
  .subnav-light a:hover,
  .subnav-light li > span:hover {
    background: #417f00; }

.subnav {
  padding-top: 32px; }
  .subnav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  .subnav li {
    padding-left: 5px; }
    .subnav li:first-child {
      padding-left: 0; }
  .subnav a,
  .subnav li > span {
    display: block;
    padding: 1.3125rem 1.875rem;
    border-radius: 0.1875rem 0.1875rem 0 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    height: 100%; }
    .subnav a.is-active,
    .subnav li > span.is-active {
      color: #36454d;
      background: #fff; }
      .is-black .subnav a.is-active, .is-black
      .subnav li > span.is-active {
        color: #fff;
        background: #273238; }
  .subnav.subnav-training-featured {
    position: absolute;
    bottom: 0; }

.subnav-mobile {
  display: none; }
  .subnav-mobile > dt {
    text-transform: uppercase; }

@media only screen and (max-width: 1200px) {
  .subnav-desktop.subnav a,
  .subnav-desktop.subnav li > span {
    padding-left: 24px;
    padding-right: 24px; } }

@media only screen and (max-width: 1100px) {
  .subnav-desktop {
    display: none; }
  .subnav-mobile {
    display: inherit; } }

.table, .article table, .ee-distinctive > .copy table {
  width: 100%;
  margin: 1em 0;
  font-size: 0.9rem; }
  .table th, .article table th, .ee-distinctive > .copy table th,
  .table td,
  .article table td,
  .ee-distinctive > .copy table td {
    padding: 10px;
    line-height: 1.5714285714;
    text-align: left; }
  .table .is-odd td, .article table .is-odd td, .ee-distinctive > .copy table .is-odd td {
    background: #f5f5f5; }

.table-border {
  border-bottom: 1px solid #e5e5e5; }
  .table-border th,
  .table-border td {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
    .table-border th:first-child,
    .table-border td:first-child {
      border-left: 1px solid #e5e5e5; }

.table-custom th,
.table-custom td {
  padding: 10px; }

.table-custom th {
  background: #f5f5f5; }

.table-custom thead th {
  width: 16.6363636364%; }

.table-custom tbody th {
  width: 22%;
  text-align: left; }

.table-custom thead th,
.table-custom thead td {
  padding: 28px 10px;
  vertical-align: top; }

.table-custom tbody td {
  text-align: center; }

.table-custom .icon-check {
  display: inline-block;
  margin: -9px 0;
  font-size: 22px; }

.table-custom .btn, .table-custom html #fc .fc-action--checkout--button, html #fc .table-custom .fc-action--checkout--button, .table-custom html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .table-custom .fc-btn-action, .table-custom html #fc .fc-button--submit, html #fc .table-custom .fc-button--submit, .table-custom html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .table-custom .fc-btn-action {
  margin: -5px 0; }

.table-custom tbody tr:hover th {
  background-color: #e1ecd6; }

.table-custom tbody tr:hover td {
  background-color: #f3fbea; }

@media only screen and (max-width: 767px) {
  .table-custom {
    overflow-x: auto;
    display: block; } }

.table-hover tr:hover td {
  background-color: #f3fbea; }

.table-tr-special td {
  background: #dae5cf !important; }

.article > * + *, .ee-distinctive > .copy > * + * {
  margin-top: var(--spacer); }

.article ul, .ee-distinctive > .copy ul {
  padding-left: 18px;
  list-style: outside; }
  .article ul > li, .ee-distinctive > .copy ul > li {
    position: relative;
    margin-bottom: .8em; }
    .article ul > li::marker, .ee-distinctive > .copy ul > li::marker {
      color: #7A9E54; }
  .article ul.ul-inside, .ee-distinctive > .copy ul.ul-inside {
    padding-left: 0;
    list-style-position: inside; }

.article.-blue ul > li::before, .ee-distinctive > .-blue.copy ul > li::before {
  background-color: #2d377e; }

.article ol, .ee-distinctive > .copy ol {
  padding-left: 50px;
  list-style-position: outside; }

.article table td.is-text-right, .ee-distinctive > .copy table td.is-text-right {
  text-align: right; }

.article thead td, .ee-distinctive > .copy thead td {
  font-weight: 700; }

.article.-blue ul > li:before, .ee-distinctive > .-blue.copy ul > li:before {
  background: #5ca4d7; }

.resource-grid {
  margin-left: -30px;
  font-size: 0; }

.resource-item-col {
  width: 16.6666666667%;
  padding-left: 30px;
  margin: 50px 0 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem; }
  .resource-grid-related .resource-item-col {
    width: 25%; }

.resource-item {
  position: relative;
  display: block;
  color: #36454d; }
  .resource-item h1 {
    line-height: 1.4285714286; }

.resource-item-title {
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286; }

.resource-item-price {
  font-size: 0.875rem; }

.resource-item-img {
  position: relative; }
  .resource-item-img.-h250 {
    height: 250px; }
    .resource-item-img.-h250 img {
      position: absolute;
      left: 0;
      bottom: 0; }

.resource-detail-img {
  width: 25.2727272727%; }

.resource-detail-content {
  width: 69.9090909091%; }

.resource-detail-text {
  max-width: 644px; }

.resources-links-text {
  line-height: 1.625; }

@media only screen and (min-width: 768px) {
  .resource-item:hover img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZmlsdGVyIGlkPSJibHVyIj4NCjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiIC8+DQo8L2ZpbHRlcj4NCjwvc3ZnPg==#blur);
    filter: blur(3px);
    -webkit-transition: 0.2s -webkit-filter linear;
    -moz-transition: 0.2s -moz-filter linear;
    -o-transition: 0.2s -o-filter linear;
    transition: 0.2s filter linear; }
  .resource-item:hover .is-hover-hidden {
    opacity: 0; }
  .resource-item-hover {
    position: absolute;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    padding: 16px;
    overflow: hidden;
    background: #f5f5f5;
    background: rgba(245, 245, 245, 0.8);
    opacity: 0; }
    .no-opacity .resource-item-hover {
      display: none; }
    a:hover .resource-item-hover {
      opacity: 1; }
    .no-opacity a:hover .resource-item-hover {
      display: block; }
  .resource-item-hover-title {
    margin: 0;
    color: #004e7d;
    font-weight: 700;
    line-height: 1.4285714286; }
  .resource-item-hover-content {
    font-size: 12px;
    color: #36454d; }
  .resource-item-hover-title,
  .resource-item-hover-content {
    position: relative;
    top: 15px;
    transition: top 0.2s ease-in-out; }
    a:hover .resource-item-hover-title, a:hover
    .resource-item-hover-content {
      top: 0; }
  .resource-item-hover-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 144px;
    padding: 105px 16px 0;
    background-image: linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, whitesmoke 100%); } }

@media only screen and (max-width: 1024px) {
  .resource-item-col {
    width: 25%;
    margin: 25px 0 15px; }
    .resource-grid-related .resource-item-col {
      width: 50%; } }

@media only screen and (max-width: 767px) {
  .resource-grid {
    margin-top: 10px;
    margin-bottom: 5px; }
  .resource-item-col {
    width: 50%;
    margin: 10px 0 10px; }
  /*.resource-list {
    margin: 30px 0 5px;

    .l-c-1-6 {
      width: (128/280)*100%;
      margin: 0 0 25px (24/280)*100%;

      &.is-2-first {
        margin-left: 0;
        clear: left;
      }
    }
  }*/
  .line,
  .resource-item-hover {
    display: none; }
  .resource-detail-img {
    text-align: center; }
    .resource-detail-img p {
      max-width: 278px;
      margin-left: auto;
      margin-right: auto; }
  .resource-detail-img,
  .resource-detail-content {
    width: 100%;
    float: none !important; } }

.translation-text {
  max-width: 824px;
  padding: 36px 0;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px; }
  .translation-text h1 {
    margin: 16px 0;
    font-size: 48px;
    line-height: 1.2; }

.translation-map {
  height: image-height("map.png");
  margin: 15px 0;
  background: url("/img/map.png") center top no-repeat; }

.translation-map-inner {
  position: relative; }

.translation-inner {
  max-width: 926px;
  margin: 0 auto 90px; }

@media only screen and (max-width: 767px) {
  .translation-map {
    display: none; }
  .translation-outer {
    background-image: url("/img/map-background.gif");
    background-position: center bottom;
    background-repeat: no-repeat; } }

.translation-intro {
  padding: 140px 0 180px; }
  @media only screen and (max-width: 767px) {
    .translation-intro .parallax-img {
      object-position: right center; } }
  .translation-intro > .l-constrained, .search-bar.translation-intro > .inner {
    position: relative; }
  .translation-intro .h1, .translation-intro html #fc h1, html #fc .translation-intro h1, .translation-intro .article h1, .article .translation-intro h1, .translation-intro .ee-distinctive > .copy h1, .ee-distinctive > .copy .translation-intro h1, .translation-intro .training-f-cell {
    margin-bottom: 1.5rem; }
  .translation-intro .small-carousel {
    margin-top: 2.875rem; }
  @media only screen and (max-width: 767px) {
    .translation-intro {
      background-position: right 50%; } }

.translation-book-1 {
  padding: 160px 0;
  background: #fff; }

.circle {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 5px solid #80be3f;
  border-radius: 7px;
  background: #5a931e;
  box-shadow: 0 0 0 6px rgba(172, 172, 172, 0.4);
  transition: border .2s ease-in-out, background .2s ease-in-out; }
  .circle:hover {
    border-color: #e62b21;
    background: #ad1008; }
  .translation-map-inner .circle {
    position: absolute;
    top: 0;
    left: 50%; }

.colored-bullets.-green {
  color: #7A9E54; }
  .colored-bullets.-green p {
    color: #000; }

.colored-bullets.-blue {
  color: #5ca4d7; }
  .colored-bullets.-blue p {
    color: #2d377e; }

.tooltip {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #273238;
  background: rgba(39, 50, 56, 0.8); }
  .circle .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: bottom .2s ease-in-out, opacity .2s ease-in-out; }
    .circle .tooltip.is-bottom {
      bottom: 20px;
      left: 50%; }
  .circle:hover .tooltip {
    z-index: 100;
    opacity: 1; }
    .circle:hover .tooltip.is-bottom {
      bottom: 25px;
      left: 50%; }

.tooltip-arrow {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 24px;
  height: 12px;
  margin-left: -12px;
  overflow: hidden; }
  .tooltip-arrow:after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #273238;
    background: rgba(39, 50, 56, 0.8);
    transform: rotate(45deg); }

.feature-outer {
  position: relative; }

.feature .owl-stage-outer {
  padding: 10px 0; }

.feature .item {
  width: 676px;
  height: 462px;
  margin: 0 5px; }

.feature.owl-theme .owl-controls {
  margin-top: 0; }
  .feature.owl-theme .owl-controls .owl-prev,
  .feature.owl-theme .owl-controls .owl-next {
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 72px;
    height: 72px;
    margin: -36px 0 0;
    line-height: 72px;
    text-align: center;
    color: #7A9E54;
    font-size: 88px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden; }
    .feature.owl-theme .owl-controls .owl-prev:hover,
    .feature.owl-theme .owl-controls .owl-next:hover {
      color: #7A9E54;
      background: #000;
      background: rgba(0, 0, 0, 0.8); }
    .feature.owl-theme .owl-controls .owl-prev i,
    .feature.owl-theme .owl-controls .owl-next i {
      display: block;
      margin-top: -7px; }
  .feature.owl-theme .owl-controls .owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0; }
    .feature.owl-theme .owl-controls .owl-prev i {
      margin-left: -18px; }
  .feature.owl-theme .owl-controls .owl-next {
    right: 0;
    border-radius: 3px 0 0 3px; }
    .feature.owl-theme .owl-controls .owl-next i {
      margin-left: -14px; }

.feature-outer:hover .feature.owl-theme .owl-prev,
.feature-outer:hover .feature.owl-theme .owl-next {
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .feature .item {
    width: 512px;
    height: 350px;
    margin: 0 4px; } }

@media only screen and (max-width: 640px) {
  .feature .item {
    width: 300px;
    height: 205px;
    margin: 0 2px; } }

.feature-item-1,
.feature-item-5,
.feature-item-8,
.feature-item-9 {
  margin-right: 1.47%; }

.feature-item-2,
.feature-item-4,
.feature-item-8,
.feature-item-9,
.feature-item-10 {
  margin-bottom: 1.47%; }

.feature-item {
  float: left; }
  .feature-item a {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.75); }
    .feature-item a:after {
      content: '';
      position: absolute;
      top: 0;
      right: -1px;
      bottom: 0;
      left: -1px;
      background: #000;
      background: rgba(0, 0, 0, 0.7); }
    .feature-item a:hover img,
    .feature-item a.is-hover img {
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      -ms-filter: blur(3px);
      filter: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZmlsdGVyIGlkPSJibHVyIj4NCjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiIC8+DQo8L2ZpbHRlcj4NCjwvc3ZnPg==#blur);
      filter: blur(3px);
      -webkit-transition: .2s -webkit-filter linear;
      -moz-transition: .2s -moz-filter linear;
      -o-transition: .2s -o-filter linear;
      transition: .2s filter linear; }
  .feature-outer:hover .feature-item a:after {
    background: none; }

.feature-item-hover {
  transition: padding .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  height: 100%;
  padding: 30px 10px 10px;
  text-align: center;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  font-family: "Merriweather", serif; }
  .feature-item-hover:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    height: 65px;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 80%, black 100%); }
  .feature-item a:hover .feature-item-hover,
  .feature-item a.is-hover .feature-item-hover {
    padding-top: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1; }

.feature-item-category {
  margin-top: 16px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.feature-item-title {
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 700; }

.feature-headline {
  font-family: "Merriweather", serif; }
  .feature-headline p {
    position: relative;
    color: #7A9E54;
    font-weight: 700;
    z-index: 900; }

.feature-headline-t {
  display: table;
  width: 100%;
  height: 100%; }

.feature-headline-td {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .feature-headline {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .feature-headline p {
      font-size: 42px;
      line-height: 69px; }
      .feature-outer:hover .feature-headline p {
        opacity: 0;
        z-index: -1; }
  .feature-headline-line {
    display: inline-block;
    padding: 0 25px;
    margin: 4px 0;
    background: #000;
    background: rgba(0, 0, 0, 0.7); } }

@media only screen and (max-width: 1023px) {
  .feature-headline p {
    font-size: 32px;
    line-height: 58px; } }

@media only screen and (max-width: 767px) {
  .feature-headline {
    position: relative;
    padding: 15px 0;
    background: #273238; }
    .feature-headline p {
      width: 320px;
      font-size: 24px;
      line-height: 36px; }
  .feature-headline-line-m {
    display: inline-block;
    padding: 0 8px;
    margin: 1px 0;
    background: #000; }
  .feature-item-218 {
    width: 32.2485207101%; }
  .feature-item-220 {
    width: 32.5443786982%; }
  .feature-item-320 {
    width: 47.3372781065%; }
  .feature-item-333 {
    width: 49.2603550296%; }
  .feature-item-346 {
    width: 51.1834319527%; }
  .feature-item-676 {
    width: 100%; } }

.dropdown-btn {
  margin: 30px 0;
  font-size: 1rem; }
  .dropdown-btn dl,
  .dropdown-btn dd,
  .dropdown-btn dt,
  .dropdown-btn ul {
    padding: 0px;
    margin: 0px; }
  .dropdown-btn dd {
    position: relative; }
  .dropdown-btn dt a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 700;
    background: #273238; }
    .dropdown-btn dt a:before {
      position: absolute;
      top: 50%;
      right: 15px;
      font-size: 18px;
      margin-top: -8px; }
    .dropdown-btn dt a.open-btn {
      border-radius: 3px 3px 0 0; }
  .dropdown-btn a,
  .dropdown-btn li > span {
    color: #fff; }
  .dropdown-btn .dropdown-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    max-height: 350px;
    padding: 5px;
    border-radius: 0 0 3px 3px;
    margin: 0;
    list-style: none;
    z-index: 100;
    background: #273238;
    overflow-y: auto; }
    .dropdown-btn .dropdown-list a,
    .dropdown-btn .dropdown-list li > span {
      display: block;
      padding: 5px 10px;
      border-radius: 3px; }
      .dropdown-btn .dropdown-list a:hover, .dropdown-btn .dropdown-list a.is-active,
      .dropdown-btn .dropdown-list li > span:hover,
      .dropdown-btn .dropdown-list li > span.is-active {
        background: #7A9E54; }
  .dropdown-btn.is-fixed-width {
    width: 286px; }
  .l-block-gray-darker .dropdown-btn dt a,
  .l-block-gray-darker .dropdown-btn .dropdown-list {
    background: #36454d; }

.blockquote {
  padding: 25px 15px;
  margin: 0; }

.blockquote-content {
  margin: 1em 0 32px;
  font-size: 36px;
  line-height: 1.3888888889; }

.blockquote-author {
  margin: 1em 0 62px;
  font-size: 18px; }

.headline {
  margin: 0;
  font-size: 24px;
  line-height: 1.625;
  letter-spacing: -1px; }

.vid-wrapper {
  position: relative;
  margin: 0 0 2em; }

.vid-link {
  position: relative;
  display: block; }
  .vid-link img {
    display: block;
    width: 100%;
    border-radius: 3px; }

.video-icon-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  margin: -30px 0 0 -30px;
  color: #367340;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6); }
  .video-icon-outer .icon-play {
    margin-right: -4px; }
  .vid-link:hover .video-icon-outer {
    background-color: rgba(255, 255, 255, 0.4); }

.video-title, .figure-title,
.video-caption,
.figure-caption {
  color: #658295;
  font-size: 0.75rem; }

.video-title, .figure-title {
  margin-bottom: 0; }


.video-caption,
.figure-caption {
  margin-top: 0; }

.video-list .l-c-1-3 {
  width: 30.9090909091%;
  margin-left: 3.6363636364%; }
  .video-list .l-c-1-3.is-first {
    margin-left: 0; }

.video-item {
  position: relative;
  display: block;
  margin-bottom: calc(var(--spacer) * 3);
  overflow: hidden;
  color: #36454d; }
  .video-item img {
    width: 100%;
    border-radius: 0.1875rem 0.1875rem 0 0; }
  .no-js .video-item .b-lazy {
    display: none; }
  .video-item h2, .video-item .m-series-teaser__title {
    padding: 0 0.625rem; }
  .video-item p {
    position: relative;
    padding: 0 0.625rem;
    margin-top: calc(var(--spacer) * 0.25); }
  .video-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0.1875rem; }
  .video-item:hover:after {
    background: rgba(172, 214, 242, 0.4); }

.video-item-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94px;
  height: 94px;
  border-radius: 47px;
  margin: -47px 0 0 -47px;
  text-align: center;
  line-height: 94px;
  color: #fff;
  font-size: 60px;
  background: #acd6f2;
  background: rgba(172, 214, 242, 0.8);
  opacity: 0;
  z-index: 10; }
  .video-item-circle .icon-play {
    margin-right: -8px; }
  a:hover .video-item-circle {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1; }

.video-indicator {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #7A9E54;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 17px;
  font-family: "Merriweather", serif; }

.video-indicator-fixed {
  position: absolute;
  top: 8px;
  right: 8px; }

.video-indicator-inline {
  display: inline-block;
  margin-left: 18px; }

@media only screen and (min-width: 768px) {
  .vid-wrapper .fluid-width-video-wrapper {
    display: none; } }

@media only screen and (max-width: 767px) {
  .vid-wrapper .img-wrapper,
  .vid-wrapper figcaption {
    display: none; }
  .video-list .l-c-1-3 {
    width: 100%;
    margin-left: 0;
    float: none; }
  .video-item {
    margin-bottom: 20px; } }

.full-width-video .fluid-width-video-wrapper {
  padding-top: 56.25% !important; }

.fluid-width-video-wrapper.-empty {
  padding-top: 50%; }

.callout {
  padding: 80px 0; }
  .callout:before {
    content: '';
    display: inline-block;
    clear: both;
    width: 64px;
    height: 2px;
    background: #7A9E54; }
  .l-primary-left .callout,
  .l-secondary-left .callout {
    text-align: right; }
  .l-center .callout, .callout.-center {
    max-width: 870px;
    margin: auto;
    text-align: center;
    clear: both; }
  .callout.-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
  .callout.-not-constrained {
    max-width: none; }
  .callout.-blue:before {
    background: #2d377e; }
  .callout.-blue > .callout-content,
  .callout.-blue > .callout-source {
    color: #2d377e; }

.callout-content {
  font-size: 30px;
  line-height: 1.3333333333; }
  @media only screen and (max-width: 767px) {
    .callout-content {
      font-size: 25px; } }

.callout-source {
  font-size: 16px;
  font-weight: 700; }

.callout-carousel.owl-theme .owl-controls {
  margin-top: 20px; }

.callout-carousel.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: none; }

.callout-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #fff; }

.figure {
  margin: 0;
  text-align: center; }
  .figure img {
    border-radius: 3px; }

.figure-flexible.is-width-320 {
  width: 320px; }

.figure-flexible.is-width-280 {
  width: 280px; }

.figure-flexible.is-left {
  float: left;
  margin-right: 15px; }

.figure-flexible.is-right {
  float: right;
  margin-left: 15px; }

.figure-flexible.is-center {
  margin-left: auto;
  margin-right: auto; }

.related-resources {
  text-align: center; }
  .related-resources .resource-list {
    margin-bottom: 88px;
    font-size: 0; }
  .related-resources .l-column {
    float: none;
    display: inline-block;
    font-size: 1rem; }
  .related-resources .resource-item {
    text-align: left; }

.related-resources-title {
  margin: 70px 0 22px; }

.related-resources-single .resource-list {
  margin-bottom: 15px; }

.related-resources-single .l-c-1-6 {
  width: 153px;
  margin: 15px 0 0; }

.l-secondary-right .related-resources-single {
  text-align: left; }

.column-link {
  display: block;
  color: #36454d; }
  .column-link:hover {
    color: #004e7d; }

.column-img {
  position: relative; }
  .column-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .2s ease-in-out; }
    a:hover .column-img:after {
      background: rgba(172, 214, 242, 0.5); }

@media only screen and (max-width: 767px) {
  .column {
    width: 100% !important;
    float: none !important;
    margin-left: 0  !important;
    margin-right: 0 !important; } }

@media only screen and (max-width: 479px) {
  .column-content .l-left {
    float: none;
    text-align: left; } }

.pagination-link {
  display: inline-block;
  padding: 0.3125rem 0.8125rem;
  border-radius: 0.1875rem;
  color: #acd6f2;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 700; }
  .pagination-link:hover {
    background: #f5f5f5;
    color: #004e7d; }
  .pagination-link.is-active {
    color: #fff;
    background: #001d44; }
  .pagination-numbers .pagination-link {
    margin: 0 0.4375rem; }

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

.comebackers-detail-link {
  color: #7A9E54;
  font-size: 12px;
  font-weight: 700; }

.comebackers-detail-video {
  width: 65.9090909091%; }

.comebackers-detail-text {
  width: 31.8181818182%;
  color: #fff;
  font-size: 1rem;
  font-family: "Merriweather", serif; }
  .comebackers-detail-text h1 {
    margin: 0;
    font-size: 30px; }

.comebackers-nav {
  float: right; }

.comebackers-nav-link {
  float: left;
  margin-left: 17px;
  font-size: 20px;
  line-height: 1;
  color: #9c9c9c;
  transition: opacity .2s, color .2s; }
  .comebackers-nav-link:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
    color: #acd6f2; }
  .comebackers-nav-link svg {
    width: 1em;
    height: 1em;
    fill: currentColor; }
  .comebackers-nav-link.is-active {
    pointer-events: none;
    color: #004e7d; }

.comebackers-watch {
  text-align: right !important; }
  .comebackers-watch .btn, .comebackers-watch html #fc .fc-action--checkout--button, html #fc .comebackers-watch .fc-action--checkout--button, .comebackers-watch html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .comebackers-watch .fc-btn-action, .comebackers-watch html #fc .fc-button--submit, html #fc .comebackers-watch .fc-button--submit, .comebackers-watch html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .comebackers-watch .fc-btn-action {
    min-width: 120px; }

@media only screen and (max-width: 767px) {
  .comebackers-detail-video,
  .comebackers-detail-text {
    width: 100%;
    float: none; }
  .comebackers-detail-text {
    margin-top: 1em; } }

.user-primary {
  width: 73.3333333333%;
  padding-right: 50px; }
  .user-primary h2, .user-primary .m-series-teaser__title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #fff; }

.user-secondary {
  width: 24.2857142857%; }
  .user-secondary p:first-child {
    margin-top: 0; }
  .user-secondary a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline; }

.user-box-outer {
  width: 96%;
  max-width: 556px;
  margin: 150px auto; }
  .user-box-outer a:hover {
    color: #001d44; }

.user-box {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff; }

.user-box-header {
  padding: 1.5rem 3.75rem;
  border-bottom: 0.25rem solid #7A9E54; }
  .user-box-header .h3, .user-box-header html #fc h3, html #fc .user-box-header h3, .user-box-header .article h3, .article .user-box-header h3, .user-box-header .ee-distinctive > .copy h3, .ee-distinctive > .copy .user-box-header h3, .user-box-header .title-section, .user-box-header .title-resource, .user-box-header .o-timeline-section__title {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .user-box-header {
      padding-left: 3rem;
      padding-right: 3rem; } }

.user-box-header__remark {
  display: block;
  color: #ec2c22;
  font-size: 1rem;
  font-family: "Merriweather", serif;
  font-weight: 900;
  margin: 0; }

.user-box-content {
  padding: 3rem 3.75rem; }
  .user-box-content .errors {
    padding: 0;
    list-style: none; }
    .user-box-content .errors li {
      margin-top: .5em; }

.user-box-body {
  margin-bottom: 1.5rem; }
  .user-box-body h4:first-child,
  .user-box-body p:first-child {
    margin-top: 0; }
  .user-box-body h4:last-child,
  .user-box-body p:last-child {
    margin-bottom: 0; }
  .user-box-body + .blitz-inject form {
    margin-top: 2.5rem; }

.user-box-footer {
  padding: 0 4px;
  margin: 1em 0;
  font-size: 12px;
  text-align: right; }
  @media only screen and (max-width: 540px) {
    .user-box-footer .l-column {
      float: none;
      width: 100%;
      margin: 0;
      margin-bottom: 1em;
      text-align: center; } }

.user-box-notice {
  margin-bottom: 40px;
  border: 1px solid #7A9E54;
  text-align: center;
  background: #7A9E54;
  color: #fff; }
  .user-box-notice a {
    color: #fff;
    text-decoration: underline; }

.user-box-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25; }

.user-box-subline {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .user-box-outer {
    margin: 10px auto; }
  .user-box-content {
    padding: 44px; }
  .user-box-footer {
    text-align: center; }
  .user-primary,
  .user-secondary {
    width: 100%;
    float: none; }
  .user-primary {
    padding: 0 0 1em 0;
    border-right: 0;
    border-bottom: 1px solid #417f00;
    margin-bottom: 1em; } }

@media only screen and (max-width: 479px) {
  .user-box-content .form-field a.l-right {
    float: left;
    margin-top: 1em; } }

.account-primary {
  width: 58.1818181818%; }

.account-secondary {
  width: 34.0909090909%; }

@media only screen and (max-width: 767px) {
  .account-primary,
  .account-secondary {
    width: 100%;
    float: none; }
  .account-secondary {
    margin-top: 2em; } }

.special-access {
  padding: 30px 48px; }
  .special-access ul {
    padding: 0;
    list-style: none;
    color: #b0b0b0; }
    .special-access ul li {
      margin-bottom: 1em; }
  .special-access del {
    font-weight: 700; }
  .special-access a:not(.a-btn) {
    color: #001d44; }

.contact-primary {
  width: 50.4545454545%;
  padding: 24px 78px 30px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff; }
  .contact-primary h2, .contact-primary .m-series-teaser__title {
    margin-bottom: 40px; }

.contact-secondary {
  width: 42.2727272727%; }

.contact-secondary-row {
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 700;
  color: #36454d; }
  .contact-secondary-row h3 {
    margin: 12px 0 12px; }
  .contact-secondary-row p {
    line-height: 1.75; }
  .contact-secondary-row a {
    color: inherit; }

.snap {
  display: none; }

.contact-map {
  height: 280px; }
  .contact-map img {
    max-width: none; }

.contact-direction-link a {
  color: #001d44; }

@media only screen and (max-width: 1023px) {
  .contact-primary {
    padding: 24px 30px 30px 30px; } }

@media only screen and (max-width: 767px) {
  .contact-primary,
  .contact-secondary {
    width: 100%;
    float: none; }
  .contact-primary {
    margin-bottom: 2em; } }

/* 25 Eras &100 Events */
/* -----------------------*/
#eras-heading {
  margin-bottom: 1.5em; }

#eras-tabs {
  max-width: 880px; }

#eras-tabs ul {
  margin: 0;
  padding: 0; }

#eras-tabs li {
  list-style: none;
  float: left;
  margin: 0;
  z-index: 1; }

#eras-tabs li.first-tab {
  margin-right: 6px; }

#eras-tabs li.activeLI a.testament-tab {
  color: white;
  background-color: #121314;
  border-color: #121314; }

#eras-tabs li a.testament-tab {
  display: block;
  color: #121314;
  font-size: 2.2em;
  width: 437px;
  text-decoration: none;
  padding: .5em 0;
  background-color: #f8f9f9;
  text-align: center;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#eras-tabs .button-tab {
  float: none;
  position: absolute;
  left: 450px;
  z-index: 2; }

#eras-tabs .button-tab a {
  margin-top: 20px; }

.tooltip.top {
  filter: alpha(opacity=90);
  opacity: 0.9; }

.era-titles {
  margin: 2em 0 16px;
  width: 100%;
  float: left; }

.era-titles ul {
  margin: 0; }

#eras-tabs .era-titles li {
  margin-left: 24px;
  font-size: 17px;
  color: #e6e6e6; }

.era-nav {
  position: relative; }

.era-nav > li > a {
  line-height: 24px; }

.era {
  float: left;
  margin-left: 20px; }

.era a {
  font-size: 13px;
  color: #e6e6e6;
  display: block;
  letter-spacing: -1px; }

.activeEra::after,
.intEra::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 8px;
  z-index: 10; }

#eras-tabs .subnav {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 5;
  height: 58px;
  float: left;
  border-top: 1px solid white;
  width: 880px;
  padding-left: 8px; }

#eras-tabs .subnav li {
  list-style: none;
  float: left;
  margin-left: 8px;
  margin-top: 8px; }

#eras-tabs .subnav li a {
  font-size: 15px;
  text-decoration: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  padding: 0 12px;
  text-transform: uppercase; }

#eras-tabs .activeSubnav,
#eras-tabs .int-subnav {
  display: block; }

#eras-tabs .activeLI a,
#eras-tabs .subnav li a:hover,
#eras-tabs .subnav li a:active,
#eras-tabs .int-subnav li a {
  background: white;
  color: #121314; }

.era-content {
  float: left;
  color: white;
  background-color: #121314;
  position: relative;
  height: 565px; }

#ot-content,
#int-content,
#nt-content {
  float: left;
  clear: both;
  width: 880px;
  margin-top: 3em;
  height: 437px;
  position: relative;
  overflow: hidden; }

.lesson-content {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 51;
  opacity: 1;
  width: 880px;
  height: 437px; }

.lesson-content h3 {
  font-size: 2.5em;
  color: white;
  margin: 1.5em 1em 0 0;
  letter-spacing: 0px;
  line-height: 1em; }

.lesson-content img {
  padding: 1em 2em 1em 1em;
  float: left; }

.lesson-content p {
  padding: 1em; }

.lesson-buttons {
  position: absolute;
  bottom: 70px;
  right: 20px;
  z-index: 150;
  display: block; }

.lesson-buttons .prev span {
  right: 40px;
  background-position: 0 -36px; }

.lesson-buttons .next span {
  right: 0;
  background-position: 0 -72px; }

.lesson-buttons span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer; }

.lesson-buttons .prev span,
.lesson-buttons .next span {
  background-image: url("../img/fancybox_sprite.png"); }

.era1 {
  background-color: #8cc75e; }

.era2 {
  background-color: #1b7362; }

.era3 {
  background-color: #7a4629; }

.era4 {
  background-color: #423b3d; }

.era5 {
  background-color: #c5252b; }

.era6 {
  background-color: #3c3f98; }

.era7 {
  background-color: #f8d03a; }

.era8 {
  background-color: #4d532e; }

.era9 {
  background-color: #23adba; }

.era10 {
  background-color: #f59b79; }

.era11 {
  background-color: #fbaf54; }

.era12 {
  background-color: #0f4e86; }

.era13 {
  background-color: #9ad2c9; }

.era14 {
  background-color: #4f4d97; }

.era15 {
  background-color: #0071ba; }

.era16 {
  background-color: #dbac81; }

.era17 {
  background-color: #8b616c; }

.era18 {
  background-color: #c45d45; }

.era19 {
  background-color: #1e7a41; }

.era20 {
  background-color: #791a34; }

.era21 {
  background-color: #bb8253; }

.era22 {
  background-color: #1b738b; }

.era23 {
  background-color: #c7c8ca; }

.era24 {
  background-color: #fecf8e; }

.era25 {
  background-color: #7bc573; }

.era a {
  color: #FFF; }

.resources-btn {
  margin-top: 1.5em; }

.title-foxycart {
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
  color: #7A9E54;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px; }

.title-section {
  margin-top: 0; }
  .title-section:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 1.5rem auto 0;
    background: #36454d; }
  .title-section.l-color-white:after {
    background: #fff; }
  .title-section.l-color-blue2:after {
    background: #2d377e; }

.subtitle-section {
  margin-top: 1.5rem; }

.title-resource {
  margin-top: 30px;
  margin-bottom: 0 !important;
  color: #36454d; }
  .title-resource:first-child {
    margin-top: 0 !important; }
  .title-resource.-without-subtitle {
    margin-bottom: 30px !important; }

.subtitle-resource {
  margin: 10px 0 30px;
  font-size: 18px;
  font-style: italic;
  text-shadow: none;
  color: #7A9E54; }

.about-1 {
  color: #fff; }
  .about-1 .parallax-img {
    object-position: right center; }
    @media only screen and (max-width: 767px) {
      .about-1 .parallax-img {
        object-position: left center; } }
  .about-1 > .l-constrained, .search-bar.about-1 > .inner {
    position: relative; }
  .about-1 .h1, .about-1 html #fc h1, html #fc .about-1 h1, .about-1 .article h1, .article .about-1 h1, .about-1 .ee-distinctive > .copy h1, .ee-distinctive > .copy .about-1 h1, .about-1 .training-f-cell {
    margin-bottom: 1.5rem;
    color: #fff; }
  .about-1 .small-carousel {
    margin-top: 2.875rem; }

.about-2 {
  padding-top: 10.125rem;
  overflow: hidden; }
  .about-2 .about-half {
    vertical-align: bottom; }
  .about-2 .about-half:first-child {
    padding-bottom: 8.75rem; }
  .about-2 .l-ul-horizontal {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem; }
    .about-2 .l-ul-horizontal li {
      margin-right: 0.5625rem;
      margin-bottom: 1.25rem; }
  .about-2 img {
    position: relative;
    width: 100%;
    max-width: 404px;
    transition: transform 1s ease-in-out;
    transform: translateY(0); }
    .about-2 img.not-animated {
      transform: translateY(100%); }
  .about-2 hr {
    margin: 1.4375rem 0; }
  @media only screen and (max-width: 767px) {
    .about-2 {
      padding-top: 5rem; }
      .about-2 .about-half:first-child {
        padding-bottom: 3.125rem; } }

.about-3 hr {
  margin: 1.4375rem 0; }

@media only screen and (min-width: 768px) {
  .about-3 .about-half:first-child {
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .about-3 .about-half:first-child {
    margin-bottom: 50px;
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .about-4 .about-half:first-child {
    padding-right: 45px; } }

.about-4 .img-outer {
  position: relative; }
  .about-4 .img-outer img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1; }
    .about-4 .img-outer img.is-first {
      position: static; }
    .about-4 .img-outer img.not-animated {
      opacity: 0; }

@media only screen and (max-width: 767px) {
  .about-4 .about-half:first-child {
    margin-bottom: 50px; } }

.about-5 {
  background-image: url("/img/about/about-5-new.jpg");
  background-position: center top;
  background-repeat: repeat; }
  .about-5 .a-look-inside a,
  .about-5 .h2,
  .about-5 html #fc h2,
  html #fc .about-5 h2,
  .about-5 html #fc .m-series-teaser__title,
  html #fc .about-5 .m-series-teaser__title,
  .about-5 html #fc legend,
  html #fc .about-5 legend,
  .about-5 .article h2,
  .article .about-5 h2,
  .about-5 .ee-distinctive > .copy h2,
  .ee-distinctive > .copy .about-5 h2,
  .about-5 .article .m-series-teaser__title,
  .article .about-5 .m-series-teaser__title,
  .about-5 .ee-distinctive > .copy .m-series-teaser__title,
  .ee-distinctive > .copy .about-5 .m-series-teaser__title {
    color: #B8D29D; }
  .about-5 .about-inner {
    max-width: 912px;
    padding: 3.125rem 3.125rem 4.375rem 3.125rem;
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .about-5 .about-inner-text {
      margin-top: 3.125rem; } }

.about-6 .video {
  margin-top: 1em; }

@media only screen and (max-width: 767px) {
  .about-6 .l-secondary-right {
    margin-top: 3.125rem; } }

.about-6b {
  background-color: #F3F4F6; }
  .about-6b .title-outer {
    max-width: 45.375rem;
    margin-bottom: 3.75rem; }

.about-7, .translation-book-2 {
  background-color: #c3e7f8;
  background-image: radial-gradient(center, ellipse cover, #c3e7f8 0%, #5b9ad0 100%);
  color: #001d44; }
  .no-touch .about-7, .no-touch .translation-book-2 {
    background-attachment: fixed; }
  .about-7 h2:first-child, .translation-book-2 h2:first-child, .about-7 .m-series-teaser__title:first-child, .translation-book-2 .m-series-teaser__title:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .about-7 .about-half:first-child, .translation-book-2 .about-half:first-child {
      margin-bottom: 3.125rem; } }

.about-8 {
  background-image: url("/img/about/about-8-new.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .about-8 .h2, .about-8 html #fc h2, html #fc .about-8 h2, .about-8 html #fc .m-series-teaser__title, html #fc .about-8 .m-series-teaser__title,
  .about-8 html #fc legend, html #fc .about-8 legend, .about-8 .article h2, .article .about-8 h2, .about-8 .ee-distinctive > .copy h2, .ee-distinctive > .copy .about-8 h2, .about-8 .article .m-series-teaser__title, .article .about-8 .m-series-teaser__title, .about-8 .ee-distinctive > .copy .m-series-teaser__title, .ee-distinctive > .copy .about-8 .m-series-teaser__title {
    line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .about-8 {
      padding: 21.0625rem 0; } }
  @media only screen and (max-width: 767px) {
    .about-8 {
      padding: 6.25rem 0; }
      .about-8 .h2, .about-8 html #fc h2, html #fc .about-8 h2, .about-8 html #fc .m-series-teaser__title, html #fc .about-8 .m-series-teaser__title,
      .about-8 html #fc legend, html #fc .about-8 legend, .about-8 .article h2, .article .about-8 h2, .about-8 .ee-distinctive > .copy h2, .ee-distinctive > .copy .about-8 h2, .about-8 .article .m-series-teaser__title, .article .about-8 .m-series-teaser__title, .about-8 .ee-distinctive > .copy .m-series-teaser__title, .ee-distinctive > .copy .about-8 .m-series-teaser__title {
        font-size: 1.375rem; } }

.about-9 {
  position: relative;
  padding: 12.6875rem 0 10.1875rem;
  background-color: #F3F4F6; }
  .about-9 .svg-img {
    position: absolute;
    top: -3.625rem;
    left: 6.125rem; }
  .about-9 .l-constrained, .about-9 .search-bar > .inner {
    max-width: 45.375rem; }
  .about-9 .text {
    color: #36454d; }
  .about-9 .callout-source {
    margin-top: 2rem; }
  @media only screen and (max-width: 767px) {
    .about-9 {
      padding: 6.25rem 0; }
      .about-9 .svg-img {
        left: 0;
        max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .about-half-outer {
    display: table; }
  .about-half {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
  .about-half-top {
    vertical-align: top; } }

.about-block {
  padding: 10.125rem 0; }
  .about-block.about-block-top {
    padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .about-block {
      padding: 5rem 0; } }

.about-inner {
  max-width: 950px;
  padding: 3rem 3.125rem 0.9375rem 2.1875rem;
  margin: auto; }

@media only screen and (min-width: 768px) {
  .about-inner-img {
    width: 29.1329479769%;
    float: left; } }

@media only screen and (max-width: 767px) {
  .about-inner-img {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .about-inner-text {
    width: 63.5838150289%;
    float: left;
    margin-left: 7.2832369942%; }
    .about-inner-text.-left {
      margin-left: 0;
      margin-right: 7.2832369942%; } }

.about-inner-text h2, .about-inner-text .m-series-teaser__title {
  margin: 1.2em 0 0.8em; }
  .about-inner-text h2:first-child, .about-inner-text .m-series-teaser__title:first-child {
    margin-top: 0; }
  .about-inner-text h2:last-child, .about-inner-text .m-series-teaser__title:last-child {
    margin-bottom: 0; }

.about-inner-text ul {
  margin: 1.5em 0;
  padding-left: 13px;
  list-style: none; }
  .about-inner-text ul > li {
    position: relative;
    margin-top: 0.8em; }
    .about-inner-text ul > li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: -13px;
      width: 5px;
      height: 5px;
      border-radius: 2px;
      background: #7A9E54; }
    .about-inner-text ul > li:first-child {
      margin: 0; }
  .about-inner-text ul:first-child {
    margin-top: 0; }
  .about-inner-text ul:last-child {
    margin-bottom: 0; }
  .about-inner-text ul.-blue > li:before {
    background: #acd6f2; }

.about-inner-text.-white {
  color: #fff; }
  .about-inner-text.-white .h4, .about-inner-text.-white html #fc h4, html #fc .about-inner-text.-white h4, .about-inner-text.-white .ee-distinctive > .title {
    color: #fff;
    text-shadow: none; }

.about-inner-text.-blue {
  color: #2d377e; }
  .about-inner-text.-blue .h4, .about-inner-text.-blue html #fc h4, html #fc .about-inner-text.-blue h4, .about-inner-text.-blue .ee-distinctive > .title {
    color: #2d377e;
    text-shadow: none; }

.about-wrapper {
  max-width: 964px;
  margin: auto; }

@media only screen and (min-width: 768px) {
  .about-c-primary {
    width: 52.9045643154%;
    float: left;
    margin-left: 6.9502074689%; }
  .about-c-secondary {
    width: 26.5560165975%;
    float: right; } }

.about-item {
  display: block;
  width: 98%;
  max-width: 460px;
  padding: 2.1875rem 1.25rem 2.875rem;
  border: 0;
  border-radius: 3px;
  margin: auto;
  color: #367340; }
  .about-item:hover {
    background: #f5f5f5; }
  @media only screen and (max-width: 767px) {
    .about-item {
      margin-bottom: 1em; } }

.small-carousel .swiper-buttons {
  padding: 0 0 1.5625rem 2.5rem;
  text-align: left; }

.small-carousel .swiper-btn {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin-right: 0.625rem;
  text-align: center;
  border-radius: 50%;
  background: #B8D29D;
  border: 0;
  cursor: pointer; }
  .small-carousel .swiper-btn:hover {
    background: #fff; }
  .small-carousel .swiper-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.small-carousel .swiper-prev svg {
  margin-left: -0.0625rem; }

.small-carousel .swiper-next svg {
  margin-left: 0.0625rem; }

.small-carousel-item {
  padding: 2.375rem 2.5rem 0.9375rem; }
  .small-carousel-item hr {
    margin: 1.125rem 0; }

.small-carousel-item__meta {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase; }

.small-carousel-item__title {
  line-height: 160%;
  font-size: 1.25rem;
  font-family: "Merriweather", serif;
  font-weight: 300; }
  .small-carousel-item__title span,
  .small-carousel-item__title strong {
    color: #B8D29D;
    font-weight: 300; }
  .small-carousel-item__title em {
    font-style: normal; }

.small-carousel-item__line {
  border-color: #658295; }

.small-carousel-item__text {
  font-size: 1rem;
  line-height: 171%;
  color: #B8D29D;
  font-weight: 400; }

.bridge-outer {
  padding-top: 150px;
  margin-top: -80px;
  background: url("/img/about/bridge-outer.jpg") center center no-repeat;
  background-size: cover; }
  .bridge-outer.bridge-outer-es {
    margin-top: 80px; }

.bridge {
  position: relative;
  width: 1384px;
  height: 439px;
  padding-top: 290px;
  margin: auto;
  background: url("/img/about/bridge.png") center top no-repeat;
  overflow: hidden; }
  .bridge .l-half {
    padding: 0 17px; }
    .bridge .l-half.is-first {
      padding-left: 70px; }
    .bridge .l-half.is-last {
      padding-right: 70px; }
  .bridge.bridge-es {
    background-image: url("/img/about/es/bridge.png"); }
  @media only screen and (max-width: 1400px) {
    .bridge {
      width: 1024px;
      height: 325px;
      padding-top: 205px;
      background-size: 1024px 325px; } }
  @media only screen and (max-width: 1023px) {
    .bridge {
      width: 768px;
      height: 244px;
      padding-top: 145px;
      background-size: 768px 244px; } }
  @media only screen and (max-width: 767px) {
    .bridge {
      width: 480px;
      height: 153px;
      background-size: 480px 153px; } }
  @media only screen and (max-width: 479px) {
    .bridge {
      width: 320px;
      height: 102px;
      padding-top: 0;
      background-size: 320px 102px; } }

.bridge-tab {
  cursor: pointer;
  position: absolute;
  top: 157px;
  left: 50%;
  display: block;
  width: 118px;
  height: 68px;
  border: 1px solid #969596;
  color: #9c9c9c;
  font-size: 30px;
  font-weight: 700;
  font-family: "Merriweather", serif;
  text-align: center;
  line-height: 67px;
  background: #dedede;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
  .bridge-tab:hover {
    color: #dedede;
    background: #9c9c9c; }
  .bridge-tab.is-active {
    border-color: #231f20;
    color: #fff; }
  .bridge-tab.is-tab-1 {
    margin-left: -566px; }
    .bridge-tab.is-tab-1.is-active {
      background: #682c89; }
  .bridge-tab.is-tab-2 {
    margin-left: -421px; }
    .bridge-tab.is-tab-2.is-active {
      background: #276f37; }
  .bridge-tab.is-tab-3 {
    margin-left: -277px; }
    .bridge-tab.is-tab-3.is-active {
      background: #5e3917; }
  .bridge-tab.is-tab-4 {
    margin-left: -132px; }
    .bridge-tab.is-tab-4.is-active {
      background: #151c4b; }
  .bridge-tab.is-tab-5 {
    margin-left: 11px; }
    .bridge-tab.is-tab-5.is-active {
      background: #9c1c1f; }
  .bridge-tab.is-tab-6 {
    margin-left: 156px; }
    .bridge-tab.is-tab-6.is-active {
      background: #e17a26; }
  .bridge-tab.is-tab-7 {
    margin-left: 300px; }
    .bridge-tab.is-tab-7.is-active {
      background: #0075bf; }
  .bridge-tab.is-tab-8 {
    margin-left: 445px; }
    .bridge-tab.is-tab-8.is-active {
      background: #189245; }
  @media only screen and (max-width: 1400px) {
    .bridge-tab {
      top: 116px;
      width: 88px;
      height: 50px;
      font-size: 20px;
      line-height: 49px; }
      .bridge-tab.is-tab-1 {
        margin-left: -418px; }
      .bridge-tab.is-tab-2 {
        margin-left: -312px; }
      .bridge-tab.is-tab-3 {
        margin-left: -206px; }
      .bridge-tab.is-tab-4 {
        margin-left: -99px; }
      .bridge-tab.is-tab-5 {
        margin-left: 8px; }
      .bridge-tab.is-tab-6 {
        margin-left: 115px; }
      .bridge-tab.is-tab-7 {
        margin-left: 222px; }
      .bridge-tab.is-tab-8 {
        margin-left: 328px; } }
  @media only screen and (max-width: 1023px) {
    .bridge-tab {
      top: 86px;
      width: 67px;
      height: 40px;
      font-size: 15px;
      line-height: 39px; }
      .bridge-tab.is-tab-1 {
        margin-left: -315px; }
      .bridge-tab.is-tab-2 {
        margin-left: -235px; }
      .bridge-tab.is-tab-3 {
        margin-left: -155px; }
      .bridge-tab.is-tab-4 {
        margin-left: -75px; }
      .bridge-tab.is-tab-5 {
        margin-left: 5px; }
      .bridge-tab.is-tab-6 {
        margin-left: 86px; }
      .bridge-tab.is-tab-7 {
        margin-left: 166px; }
      .bridge-tab.is-tab-8 {
        margin-left: 247px; } }
  @media only screen and (max-width: 767px) {
    .bridge-tab {
      top: 56px;
      width: 40px;
      height: 22px;
      font-size: 10px;
      line-height: 21px; }
      .bridge-tab.is-tab-1 {
        margin-left: -196px; }
      .bridge-tab.is-tab-2 {
        margin-left: -146px; }
      .bridge-tab.is-tab-3 {
        margin-left: -96px; }
      .bridge-tab.is-tab-4 {
        margin-left: -46px; }
      .bridge-tab.is-tab-5 {
        margin-left: 4px; }
      .bridge-tab.is-tab-6 {
        margin-left: 55px; }
      .bridge-tab.is-tab-7 {
        margin-left: 105px; }
      .bridge-tab.is-tab-8 {
        margin-left: 155px; } }
  @media only screen and (max-width: 479px) {
    .bridge-tab {
      top: 37px;
      width: 27px;
      height: 15px;
      font-size: 8px;
      line-height: 14px; }
      .bridge-tab.is-tab-1 {
        margin-left: -131px; }
      .bridge-tab.is-tab-2 {
        margin-left: -97px; }
      .bridge-tab.is-tab-3 {
        margin-left: -64px; }
      .bridge-tab.is-tab-4 {
        margin-left: -31px; }
      .bridge-tab.is-tab-5 {
        margin-left: 2px; }
      .bridge-tab.is-tab-6 {
        margin-left: 36px; }
      .bridge-tab.is-tab-7 {
        margin-left: 69px; }
      .bridge-tab.is-tab-8 {
        margin-left: 103px; } }

.bridge-point {
  width: 9px;
  height: 10px;
  background: url("/img/about/bridge-point.png") no-repeat; }
  .bridge-tab .bridge-point {
    position: absolute; }
    .bridge-tab .bridge-point.is-point-1, .bridge-tab .bridge-point.is-point-2 {
      top: 2px; }
    .bridge-tab .bridge-point.is-point-2, .bridge-tab .bridge-point.is-point-3 {
      right: 2px; }
    .bridge-tab .bridge-point.is-point-3, .bridge-tab .bridge-point.is-point-4 {
      bottom: 2px; }
    .bridge-tab .bridge-point.is-point-1, .bridge-tab .bridge-point.is-point-4 {
      left: 2px; }
  @media only screen and (max-width: 767px) {
    .bridge-point {
      display: none; } }

.bridge-content {
  width: 70%; }
  .bridge-content > div {
    display: none; }
    .bridge-content > div.is-active {
      display: block; }
  @media only screen and (max-width: 1023px) {
    .bridge-content {
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    .bridge-content {
      display: none; } }

.vertical-nav {
  position: fixed;
  top: 50%;
  right: 15px;
  margin-top: -120px;
  z-index: 900; }
  @media only screen and (min-width: 1400px) {
    .vertical-nav {
      right: 50px; } }
  @media only screen and (max-width: 767px) {
    .vertical-nav {
      display: none; } }
  .vertical-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .vertical-nav li {
    padding: 8px 0 7px; }
  .vertical-nav a {
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: rgba(172, 182, 194, 0.4); }
    .vertical-nav a.is-active {
      background-color: #ACB6C2; }

.training-schedule {
  padding: 40px 15px; }

.training-schedule-nav {
  margin-top: 50px;
  text-align: center; }
  .training-schedule-nav ul {
    padding: 0;
    list-style: none; }
  .training-schedule-nav li {
    display: inline-block;
    width: 50%;
    max-width: 241px; }
    .training-schedule-nav li:first-child a {
      border-radius: 3px 0 0 3px; }
  .training-schedule-nav a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #7A9E54;
    border-radius: 0 3px 3px 0;
    color: #7A9E54;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    .training-schedule-nav a:hover {
      color: #fff;
      background: #367340; }
    .training-schedule-nav a.is-active {
      color: #fff;
      background: #7A9E54; }

.training-schedule-content {
  max-width: 840px;
  margin: 80px auto 0; }
  .training-schedule-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none; }
    .training-schedule-content ul.is-active {
      display: block; }
  @media only screen and (max-width: 767px) {
    .training-schedule-content {
      margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .training-schedule-day {
    width: 50%;
    float: left;
    padding-right: 34px;
    text-align: right; }
    .training-schedule-day h3 {
      margin-top: -10px; } }

.training-schedule-event > * + * {
  margin-top: calc(var(--spacer) * 0.5); }

.training-schedule-event > h5 {
  margin-top: calc(var(--spacer)); }

@media only screen and (min-width: 768px) {
  .training-schedule-event {
    position: relative;
    width: 50%;
    float: right;
    padding-left: 34px;
    padding-bottom: 30px; }
    .training-schedule-event:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #7A9E54; }
    .training-schedule-event:after {
      content: '';
      position: absolute;
      top: 0;
      left: -6px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #7A9E54; }
    .is-last .training-schedule-event:before {
      content: none; }
    .training-schedule-event *:first-child {
      margin-top: -9px; } }

.page-not-found-box {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
  padding: 40px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center; }
  .page-not-found-box h1 {
    margin-top: 0; }

.training-featured-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 31.875rem;
  overflow: hidden;
  transition: right 0.2s ease-in-out; }
  .training-featured-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, 0.5); }
  .training-featured-bg video {
    display: block;
    min-width: 100%;
    min-height: 100%; }
  @media only screen and (max-width: 767px) {
    .training-featured-bg {
      height: 15.625rem; }
      .training-featured-bg video {
        display: none; } }

.training-featured {
  position: relative;
  padding: 6.1875rem 0; }
  @media only screen and (max-width: 767px) {
    .training-featured {
      padding: 5rem 0; } }

@media only screen and (min-width: 768px) {
  .training-list {
    margin-left: -1.5625rem;
    font-size: 0; }
  .training-list-item {
    display: inline-block;
    width: 33.33%;
    padding-left: 1.5625rem;
    font-size: 1rem;
    vertical-align: top; } }

.training-schedule-text span {
  display: inline-block; }

.training-f-content {
  display: table;
  width: 100%;
  height: 19.375rem; }
  @media only screen and (max-width: 767px) {
    .training-f-content {
      height: 5.3125rem; } }

.training-f-cell {
  font-size: 4.5rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1024px) {
    .training-f-cell {
      font-size: 3.75rem; } }
  @media only screen and (max-width: 767px) {
    .training-f-cell {
      font-size: 1.875rem; } }

.training-featured-title {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .training-featured-title {
      margin: 0; } }

.training-featured-title-sm {
  font-size: 4.875rem; }
  @media only screen and (max-width: 1024px) {
    .training-featured-title-sm {
      font-size: inherit; } }

.subscribe {
  padding: calc(var(--spacer) * 0.5);
  background: #f5f5f5; }
  .subscribe > * + * {
    margin-top: calc(var(--spacer) * 0.5); }
  .subscribe h3 {
    max-width: 290px;
    color: #367340; }

.subscribe-text {
  margin: 6px 0; }

.box-white {
  max-width: 600px;
  padding: 25px;
  padding-bottom: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 70px auto;
  background: #fff; }
  .box-white h3 {
    color: #7A9E54; }
  .box-white p a {
    color: #36454d; }

.img-onion {
  position: relative; }
  .img-onion img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .img-onion img:first-child {
      position: static; }

.img-onion-item {
  opacity: 1; }

.img-wrap.loading {
  height: 0;
  padding-bottom: 60.3%; }

.img-wrap-md.loading {
  height: 0;
  padding-bottom: 66.268%; }

.img-wrap-localchurch {
  background: #dedede; }
  .img-wrap-localchurch .a-img {
    width: 100%; }

.img-wrap-lazy.loading {
  height: 0; }
  .img-wrap-lazy.loading.-preview {
    padding-bottom: 17%; }
  .img-wrap-lazy.loading.-resource {
    padding-bottom: 128%; }
  .img-wrap-lazy.loading.-hero {
    padding-bottom: 56.3381%; }
  .img-wrap-lazy.loading.-hero-missionaries {
    padding-bottom: 34.5283%; }
  .img-wrap-lazy.loading.-biblestorying {
    padding-bottom: 41.5094%; }
  .img-wrap-lazy.loading.-guy-pointing {
    padding-bottom: 124%; }
  .img-wrap-lazy.loading.-tbbs-preview {
    padding-bottom: 75%; }
  .img-wrap-lazy.loading.-cbtl-resource {
    padding-bottom: 57%; }
  .img-wrap-lazy.loading.-forty {
    padding-bottom: 40%; }
  .img-wrap-lazy.loading.-fifty {
    padding-bottom: 50%; }
  .img-wrap-lazy.loading.-sixty {
    padding-bottom: 60%; }
  .img-wrap-lazy.loading.-seventy {
    padding-bottom: 70%; }
  .img-wrap-lazy.loading.-eighty {
    padding-bottom: 80%; }
  .img-wrap-lazy.loading.-square {
    padding-bottom: 100%; }

.img-fluid {
  width: 100%; }

.img-guy-pointing {
  position: relative;
  max-width: 316px;
  margin: auto; }
  .img-guy-pointing .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1.4; }

.img-man-at-desk {
  transform: translateY(19%); }

.img-rescues-bg {
  max-width: 275px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1); }
  .img-rescues-bg > img {
    max-width: 227px;
    max-height: 135px; }

@media only screen and (max-width: 767px) {
  .img-rescues-bg.l-column {
    margin-left: auto;
    margin-right: auto; } }

.img-border-white {
  border: 10px solid #fff; }

.img-meta-link {
  display: inline-block;
  margin-top: 0.875rem;
  margin-left: 1.25rem;
  color: #658295;
  font-weight: 400; }
  .img-meta-link svg {
    margin-left: 0.625rem; }

.loading {
  background-image: url("/img/loader-light.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.loading-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px; }

.cultivate-intro .image {
  float: right;
  margin-bottom: 30px; }

.cultivate-intro .content {
  width: 69.0909090909%;
  margin: 0 0 30px; }

.cultivate-intro .content,
.cultivate-intro .btn,
.cultivate-intro html #fc .fc-action--checkout--button,
html #fc .cultivate-intro .fc-action--checkout--button,
.cultivate-intro html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action,
html [data-fc-sidecart] #fc .fc-fixed-button-right .cultivate-intro .fc-btn-action,
.cultivate-intro html #fc .fc-button--submit,
html #fc .cultivate-intro .fc-button--submit,
.cultivate-intro html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action,
html [data-fc-sidecart] #fc .fc-fixed-button-left .cultivate-intro .fc-btn-action {
  float: left; }

@media only screen and (max-width: 767px) {
  .cultivate-intro .content {
    width: 64%; } }

.parallax-outer {
  position: relative; }
  .parallax-outer .simpleParallax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.simpleParallax img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.parallax {
  position: relative;
  overflow: hidden; }
  .parallax img {
    margin-top: -100px; }
  @media only screen and (min-width: 901px) {
    .parallax {
      background: none !important; } }
  @media only screen and (max-width: 900px) {
    .parallax {
      padding: 50px 0; }
      .parallax img {
        display: none; } }

.parallax-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  .is-touch .parallax-content {
    bottom: 50px; }
  @media only screen and (max-width: 900px) {
    .parallax-content {
      position: relative;
      right: auto;
      bottom: auto;
      left: auto; }
      .is-touch .parallax-content {
        bottom: auto; } }

.parallax-box {
  max-width: 400px;
  padding: 14px 40px 16px;
  margin: 0;
  background: rgba(35, 35, 35, 0.85); }

.parallax-quote {
  position: relative; }
  .parallax-quote:before {
    content: '"';
    position: absolute;
    top: 0;
    left: -7px; }
  .parallax-quote:after {
    content: '"'; }

.chapters-nav-wrapper {
  height: 60px; }

.chapters-nav {
  position: absolute;
  width: 100%;
  z-index: 800;
  background: #fff;
  border-bottom: 2px solid #eee; }
  .chapters-nav.-fixed {
    position: fixed;
    top: 0;
    left: 0; }

.chapters-nav-list {
  display: table;
  table-layout: fixed;
  border-collapse: colapse;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto -2px;
  padding: 0; }
  .chapters-nav-list > li {
    display: table-cell;
    background-color: #fff; }

.chapter-link {
  position: relative;
  display: block;
  padding: 10px 20px;
  text-align: center;
  margin-left: -1px;
  font-size: 14px;
  line-height: 1.7;
  color: #a2a2a2;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .chapter-link:before, .chapter-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee; }
  .chapter-link:before {
    left: 0; }
  .chapter-link:after {
    right: 0; }
  .chapter-link > .number {
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 24px; }
  .chapter-link > .progress-bar {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    text-align: left;
    background: #eee; }
    .chapter-link > .progress-bar > .progress {
      display: block;
      width: 0;
      height: 2px;
      background: #7A9E54; }

@media only screen and (max-width: 767px) {
  .chapters-nav-list {
    position: relative;
    width: 100%;
    height: 60px; }
    .chapters-nav-list > li {
      display: block; }
  .chapter-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left; }
    .chapter-link:hover {
      color: #7A9E54; }
    .chapter-link.-first {
      z-index: 10; }
    .chapter-link.-active {
      z-index: 11; }
  .chapters-nav-list.-active .chapter-link {
    position: relative;
    padding-right: 80px; } }

.chapters-nav-toggler {
  display: none;
  color: #7A9E54;
  outline: 0;
  padding: 0; }
  .chapters-nav-toggler:hover {
    color: #367340; }
  .chapters-nav-toggler > .icon-down-open-mini {
    font-size: 30px;
    margin: 0; }
  .chapters-nav-toggler.-active > .icon-down-open-mini:before {
    transform: rotate(180deg); }
  @media only screen and (max-width: 767px) {
    .chapters-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 200;
      height: 58px;
      width: 60px;
      border: none 0;
      border-left: 1px solid #eee;
      background: #fff; } }

.ministry-hero {
  min-height: 480px;
  padding: 120px 0 240px; }
  @media only screen and (max-width: 767px) {
    .ministry-hero {
      min-height: initial !important;
      padding: 100px 0 100px; } }
  .ministry-hero.-landing {
    min-height: 420px;
    padding: 60px 0 120px; }
  .ministry-hero.-personal-e-d {
    min-height: initial;
    padding: 0;
    background-image: linear-gradient(bottom, #f2f2f2 0%, white 100%); }
    .ministry-hero.-personal-e-d > .inner {
      min-height: 493px;
      padding: 100px 0 160px; }
      @media only screen and (max-width: 1024px) {
        .ministry-hero.-personal-e-d > .inner {
          min-height: initial;
          padding-bottom: 300px; } }
  .ministry-hero.-adults {
    padding-bottom: 140px; }
  .ministry-hero.-chaplains {
    padding-bottom: 0.02px; }
  .ministry-hero.-missionaries {
    min-height: 540px; }
  .ministry-hero.-deaf, .ministry-hero.-parents {
    min-height: 600px; }
  .ministry-hero.-rescues {
    min-height: 670px; }
  @media only screen and (max-width: 767px) {
    .ministry-hero.-chaplains {
      padding-bottom: 140px; } }
  .ministry-hero .l-constrained > .title, .ministry-hero .search-bar > .inner > .title {
    margin: 0;
    font-size: 48px;
    font-family: "Merriweather", serif;
    letter-spacing: -0.02em; }
  .ministry-hero .l-constrained > .subtitle, .ministry-hero .search-bar > .inner > .subtitle {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff; }
  .ministry-hero.-green-bg {
    background: #7A9E54; }

.ministry-hero-subline > p {
  font-size: 18px;
  line-height: 1.6; }

.ministry-hero-img {
  margin-top: -200px; }
  .ministry-hero-img.-deaf, .ministry-hero-img.-rescues {
    margin-top: -310px; }
  .ministry-hero-img.-military-chaplains {
    margin-top: -15.7816%; }
  @media only screen and (max-width: 767px) {
    .ministry-hero-img {
      margin-top: -80px;
      margin-bottom: 60px; }
      .ministry-hero-img.-deaf {
        margin-top: -100px; }
      .ministry-hero-img.-military-chaplains {
        margin-top: -146px;
        margin-bottom: 0;
        text-align: center; } }

.ministry-missions-hero {
  min-height: 540px; }

.ministry-icon-play .video-icon-outer {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: none;
  border-width: 8px;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px; }

.ministry-icon-play:hover .video-icon-outer {
  background-color: rgba(255, 255, 255, 0.5); }

.ministry-icon-play .icon-play {
  font-size: 50px;
  line-height: 64px; }

.ministry-missions-slides {
  display: flex;
  justify-content: space-between; }
  .ministry-missions-slides > .slide {
    flex: 1;
    position: relative;
    max-width: 510px;
    padding: 30px 150px 80px 35px;
    margin-left: 10px;
    margin-right: 10px;
    outline: 4px solid white;
    outline-offset: -20px;
    background-image: radial-gradient(#ffffff 0%, #fdfdfd 40%, #f5f6f8 65%, #c8cfd7 100%); }
    .ministry-missions-slides > .slide p {
      margin: 0;
      font-size: 20px;
      font-weight: 500;
      text-align: left;
      line-height: 1.6;
      letter-spacing: 0.4px; }
    .ministry-missions-slides > .slide .globe {
      position: absolute;
      right: 35px;
      bottom: 8px;
      width: 110px;
      height: 140px; }
    @media only screen and (max-width: 640px) {
      .ministry-missions-slides > .slide {
        padding-right: 35px;
        padding-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .ministry-missions-slides {
      flex-direction: column; }
      .ministry-missions-slides > .slide {
        margin-left: auto;
        margin-right: auto; }
        .ministry-missions-slides > .slide:last-child {
          margin-top: 20px; } }

.ministry-hooks-cards-link {
  max-width: 510px;
  margin-top: -50px; }
  @media only screen and (max-width: 767px) {
    .ministry-hooks-cards-link {
      margin-top: 0; } }

.ministry-tsoh-card {
  width: 100%;
  height: 280px;
  text-align: center;
  background-color: #fff;
  overflow: hidden; }

.content-table {
  width: 100%;
  table-layout: fixed;
  background: #fff; }
  @media only screen and (max-width: 900px) {
    .content-table.-esl > caption {
      font-size: 20px; }
    .content-table.-esl thead {
      display: none; }
    .content-table.-esl td {
      display: block;
      padding: 5px 25px; }
      .content-table.-esl td:first-child {
        padding-top: 20px;
        padding-left: 20px;
        width: auto; }
      .content-table.-esl td:last-child {
        padding-bottom: 20px; }
    .content-table.-esl .th {
      padding-right: 20px; } }

.content-table > caption {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: #7A9E54;
  color: #fff; }

.content-table th {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 20px; }

.content-table td {
  padding: 20px; }

.content-table > tbody > tr:nth-of-type(odd) {
  background: #f5f5f5; }

.content-table th:first-child,
.content-table td:first-child {
  text-align: left;
  padding-left: 40px;
  width: 240px; }

.content-table th:last-child,
.content-table td:last-child {
  padding-right: 40px; }

.content-table .source {
  padding-right: 40px;
  text-align: center !important;
  font-size: 12px;
  font-weight: 900;
  color: #7A9E54; }

.hero-tooltips > .row {
  font-size: 0; }
  .hero-tooltips > .row + .row {
    margin-top: 20px; }

.hero-tooltip {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  margin: 0;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  background: #ddd;
  color: #36454d;
  line-height: 1.7142857143;
  font-family: "Montserrat", sans-serif; }
  .hero-tooltip:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    margin-top: -1px;
    border: 13px solid transparent;
    border-top-color: #ddd;
    border-bottom: 0; }
  .hero-tooltip + .hero-tooltip {
    margin-left: 20px;
    margin-right: 20px; }
    @media only screen and (max-width: 900px) {
      .hero-tooltip + .hero-tooltip {
        margin-top: 20px; } }

.sidebar-resources {
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .sidebar-resources > .content {
    float: left;
    width: calc(50% - 8px); }
    .sidebar-resources > .content > .title {
      margin: 0;
      font-size: 18px; }
    .sidebar-resources > .content > .summary {
      margin: 0;
      font-size: 14px; }
    .sidebar-resources > .content > .btn, html #fc .sidebar-resources > .content > .fc-action--checkout--button, html [data-fc-sidecart] #fc .fc-fixed-button-right .sidebar-resources > .content > .fc-btn-action, html #fc .sidebar-resources > .content > .fc-button--submit, html [data-fc-sidecart] #fc .fc-fixed-button-left .sidebar-resources > .content > .fc-btn-action {
      margin-top: 16px; }
  .sidebar-resources > .media {
    float: left;
    width: calc(50% - 8px);
    margin-left: 16px; }

.social-links-additional {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-links-additional > li + li {
    margin-top: 10px; }

.social-link-additional {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  color: #b0b0b0;
  transition: all 0.2s; }
  .social-link-additional:hover {
    color: #7A9E54; }
    .social-link-additional:hover .a-icon {
      color: #7A9E54; }
  .social-link-additional .a-icon {
    margin-right: 5px;
    flex: 0 0 auto;
    width: 11px;
    height: 11px;
    fill: #fff; }

@media only screen and (max-width: 767px) {
  .social-links-additional {
    align-items: flex-start; } }

.sidebar-ctas > .item > .sidebar-cta-column {
  float: left;
  width: calc(50% - 16px); }
  .sidebar-ctas > .item > .sidebar-cta-column + .sidebar-cta-column {
    margin-left: 32px; }

.sidebar-ctas > .item + .item {
  margin-top: 40px; }

@media only screen and (max-width: 767px) {
  .sidebar-ctas > .item {
    float: left;
    clear: left;
    width: calc(50% - 16px); }
    .sidebar-ctas > .item:nth-of-type(even) {
      clear: right;
      margin-left: 32px; }
    .sidebar-ctas > .item:nth-of-type(2) {
      margin-top: 0; } }

@media only screen and (max-width: 479px) {
  .sidebar-ctas > .item {
    width: 100%;
    margin-left: 0 !important; }
    .sidebar-ctas > .item::nth-of-type(2) {
      margin-top: 40px; } }

.sidebar-cta {
  border-radius: 5px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .sidebar-cta h3 {
    color: #367340; }
  .sidebar-cta > .content {
    padding: calc(var(--spacer) * 0.5); }
    .sidebar-cta > .content > * + * {
      margin-top: calc(var(--spacer) * 0.5); }
    .sidebar-cta > .content > .meta {
      margin: 0;
      font-size: 10px;
      text-transform: uppercase;
      font-family: "Merriweather", serif; }

.ministry-link {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  background: #e8e8e8;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .ministry-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #7a9e54cc 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #7a9e54cc 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #7a9e54cc 100%);
    transition: opacity .3s; }
  .ministry-link > .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%);
    /* IE 10, Fx 16+, Op 12.1+ */ }
    .ministry-link > .plus:before, .ministry-link > .plus:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 0;
      height: 0;
      background: #fff;
      transition: all .3s;
      -webkit-transform: translate(-50%, -50%);
      /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
      -ms-transform: translate(-50%, -50%);
      /* IE 9 */
      transform: translate(-50%, -50%);
      /* IE 10, Fx 16+, Op 12.1+ */ }
    .ministry-link > .plus:before {
      width: 2px !important; }
    .ministry-link > .plus:after {
      height: 2px !important; }
  .ministry-link > .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: .06em;
    color: #fff;
    background: #7A9E54;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ministry-link:hover:after {
    opacity: 1; }
  .ministry-link:hover > .plus:before,
  .ministry-link:hover > .plus:after {
    width: 100%;
    height: 100%; }
  .ministry-link .img {
    height: 0;
    padding-bottom: 100%; }
  .ministry-link.-gray > .title {
    background-color: #f5f5f5; }

.ee-distinctive {
  text-align: center; }
  .ee-distinctive > .img {
    min-height: 100px;
    margin-bottom: 24px; }
  .ee-distinctive > .title {
    display: inline-block;
    font-family: "Merriweather", serif;
    min-height: 72px;
    margin-bottom: 24px;
    color: #36454d; }
  .ee-distinctive > .copy {
    text-align: left;
    color: #36454d; }
    .ee-distinctive > .copy > ul {
      padding-left: 20px; }
      .ee-distinctive > .copy > ul > li:before {
        left: -20px;
        top: 7px; }

.lng-selector {
  display: none;
  z-index: 9999; }
  .lng-selector.-active {
    display: block; }

.lng-selector-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 10000; }

.lng-selector-close {
  position: fixed;
  top: 50px;
  right: 50px;
  color: #fff;
  text-align: center;
  z-index: 10002;
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer; }
  .lng-selector-close .icon {
    display: block;
    width: 24px;
    height: 24px;
    fill: #fff;
    margin: auto; }
  .lng-selector-close:after {
    content: 'esc';
    font-size: 18px; }

.lng-selector-content {
  position: fixed;
  top: 50%;
  right: 10px;
  left: 10px;
  transform: translateY(-50%);
  z-index: 10001; }
  .lng-selector-content > .inner {
    max-width: 1100px;
    margin: auto;
    background: #fff url("../img/bg/lng-selector.jpg") no-repeat;
    background-size: cover;
    padding: 65px 20px 95px;
    border-radius: 5px; }
  .lng-selector-content .inner-content {
    max-width: 886px;
    margin: auto; }
  .lng-selector-content .title {
    font-size: 42px;
    font-family: "Merriweather", serif;
    font-weight: 900;
    margin: 0 0 5px;
    line-height: 1.2; }
  .lng-selector-content .text {
    font-size: 18px;
    margin: 0 0 40px; }

.lng-selector-form > .item {
  width: 38.375%;
  margin-left: 2.257%;
  float: left; }
  .lng-selector-form > .item:first-child {
    margin-left: 0; }
  .lng-selector-form > .item:last-child {
    width: 18.736%; }
  .lng-selector-form > .item .btn, .lng-selector-form > .item html #fc .fc-action--checkout--button, html #fc .lng-selector-form > .item .fc-action--checkout--button, .lng-selector-form > .item html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .lng-selector-form > .item .fc-btn-action, .lng-selector-form > .item html #fc .fc-button--submit, html #fc .lng-selector-form > .item .fc-button--submit, .lng-selector-form > .item html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .lng-selector-form > .item .fc-btn-action {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    border-bottom: 0; }

@media only screen and (max-width: 767px) {
  .lng-selector-content {
    position: absolute;
    top: 10px;
    transform: translateY(0); }
  .lng-selector-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000; }
    .lng-selector-close .icon {
      fill: #000; }
  .lng-selector-form > .item {
    width: 100%;
    margin-left: 0;
    float: none; }
    .lng-selector-form > .item:last-child {
      width: 100%; }
    .lng-selector-form > .item + .item {
      margin-top: 15px; } }

.series-page-header {
  position: relative;
  padding-top: 19.4444%;
  padding-bottom: 1.375rem;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .series-page-header--fixed-padding {
    padding-top: 3.125rem; }
    @media (min-width: 40.1875em) {
      .series-page-header--fixed-padding {
        padding-top: 6.125rem; } }
  .series-page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff); }
  .series-page-header .l-constrained, .series-page-header .search-bar > .inner {
    position: relative;
    max-width: 610px; }
  .series-page-header-subline {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #36454d; }
  .series-page-header-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.33;
    color: #273238; }
  .series-page-header-summary {
    font-size: 18px;
    color: #273238; }

.hr {
  height: 2px;
  margin: 48px 0;
  background: #e9e9e9;
  border: 0; }

.new-carousel .swiper-slide {
  height: auto; }

.new-carousel .swiper-buttons {
  display: flex;
  gap: 1.5625rem;
  justify-content: center;
  margin-top: 3.75rem; }

.new-carousel .swiper-btn {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  position: relative; }
  .new-carousel .swiper-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.new-carousel .swiper-btn-prev svg {
  margin-left: -1px; }

.new-carousel .swiper-btn-next svg {
  margin-left: 1px; }

@media only screen and (max-width: 543px) {
  .new-carousel {
    width: 92%;
    margin-left: auto;
    margin-right: auto; } }

.new-carousel-item {
  background-color: #fff;
  padding: 2.5rem; }
  .new-carousel-item .h3, .new-carousel-item html #fc h3, html #fc .new-carousel-item h3, .new-carousel-item .article h3, .article .new-carousel-item h3, .new-carousel-item .ee-distinctive > .copy h3, .ee-distinctive > .copy .new-carousel-item h3, .new-carousel-item .title-section, .new-carousel-item .title-resource, .new-carousel-item .o-timeline-section__title {
    color: #367340;
    margin-bottom: 0.625rem; }
  .new-carousel-item .meta {
    font-size: 0.75rem;
    color: #36454d;
    text-transform: uppercase; }
  .new-carousel-item .text {
    font-size: 1rem;
    color: #36454d;
    margin-top: 1.75rem; }

.new-caroousel-icon {
  height: 4.25rem;
  margin-bottom: 1.875rem; }

.a-btn {
  --btn-bg: #F3F4F6;
  --btn-text: #36454d;
  --btn-border: #F3F4F6;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.375rem;
  border: 0;
  border-radius: 1.375rem;
  border: 0.125rem solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--btn-text);
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  height: 2.75rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  outline: 0; }
  .a-btn--white {
    --btn-bg: #fff;
    --btn-text: #367340;
    --btn-border: #F3F4F6; }
    .a-btn--white:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      --btn-bg: #f5f5f5; }
    .a-btn--white.a-btn--active {
      --btn-bg: #f5f5f5; }
  .a-btn--white-green {
    color: #7A9E54;
    background: #fff;
    border-color: #fff; }
    .a-btn--white-green:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      color: #367340;
      background: #f5f5f5; }
    .a-btn--white-green.a-btn--active {
      color: #367340;
      background: #f5f5f5; }
  .a-btn--circle {
    padding: 0;
    width: 4rem;
    height: 4rem;
    border: 0;
    border-radius: 50%;
    justify-content: center; }
    .a-btn--circle .a-icon {
      width: 46.875%;
      height: 46.875%; }
  .a-btn--outlined {
    --btn-bg: transparent;
    --btn-border: var(--btn-text); }
    .a-btn--outlined:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      --btn-border: var(--btn-bg); }
    .a-btn--outlined.a-btn--white {
      --btn-text: #fff; }
      .a-btn--outlined.a-btn--white:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #fff;
        --btn-text: #367340; }
      .a-btn--outlined.a-btn--white.a-btn--active {
        --btn-bg: #fff;
        --btn-text: #367340; }
      .a-btn--outlined.a-btn--white:disabled {
        --btn-bg: #ACB6C2;
        --btn-text: #fff; }
    .a-btn--outlined.a-btn--primary {
      --btn-text: #367340; }
      .a-btn--outlined.a-btn--primary:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #367340;
        --btn-text: #fff; }
      .a-btn--outlined.a-btn--primary.a-btn--active {
        --btn-bg: #367340;
        --btn-text: #fff; }
      .a-btn--outlined.a-btn--primary:disabled {
        --btn-bg: #ACB6C2;
        --btn-text: #fff; }
    .a-btn--outlined.a-btn--secondary {
      --btn-text: #001d44; }
      .a-btn--outlined.a-btn--secondary:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #001d44;
        --btn-text: #fff; }
      .a-btn--outlined.a-btn--secondary.a-btn--active {
        --btn-bg: #001d44;
        --btn-text: #fff; }
      .a-btn--outlined.a-btn--secondary:disabled {
        --btn-bg: #ACB6C2;
        --btn-text: #fff; }
    .a-btn--outlined.a-btn--secondary-light {
      --btn-text: #acd6f2; }
      .a-btn--outlined.a-btn--secondary-light:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #acd6f2;
        --btn-text: #fff; }
      .a-btn--outlined.a-btn--secondary-light.a-btn--active {
        --btn-bg: #acd6f2;
        --btn-text: #fff; }
      .a-btn--outlined.a-btn--secondary-light:disabled {
        --btn-bg: #ACB6C2;
        --btn-text: #fff; }
  .a-btn--contained {
    --btn-border: var(--btn-bg); }
    .a-btn--contained:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      --btn-text: #fff;
      --btn-border: var(--btn-bg); }
    .a-btn--contained.a-btn--primary {
      --btn-text: #fff;
      --btn-bg: #367340; }
      .a-btn--contained.a-btn--primary:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #7A9E54; }
      .a-btn--contained.a-btn--primary.a-btn--active {
        --btn-bg: #7A9E54; }
      .a-btn--contained.a-btn--primary:disabled {
        --btn-bg: #ACB6C2; }
    .a-btn--contained.a-btn--secondary {
      --btn-text: #fff;
      --btn-bg: #004e7d; }
      .a-btn--contained.a-btn--secondary:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #acd6f2;
        --btn-text: #004e7d; }
      .a-btn--contained.a-btn--secondary.a-btn--active {
        --btn-bg: #acd6f2;
        --btn-text: #004e7d; }
      .a-btn--contained.a-btn--secondary:disabled {
        --btn-bg: #ACB6C2;
        --btn-text: #fff; }
    .a-btn--contained.a-btn--white-secondary {
      --btn-bg: #fff;
      --btn-text: #001d44; }
      .a-btn--contained.a-btn--white-secondary:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #acd6f2;
        --btn-text: #004e7d; }
      .a-btn--contained.a-btn--white-secondary.a-btn--active {
        --btn-bg: #acd6f2;
        --btn-text: #004e7d; }
    .a-btn--contained.a-btn--gray-secondary {
      --btn-bg: #F3F4F6;
      --btn-text: #004e7d; }
      .a-btn--contained.a-btn--gray-secondary:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        --btn-bg: #004e7d;
        --btn-text: #fff; }
      .a-btn--contained.a-btn--gray-secondary.a-btn--active {
        --btn-bg: #004e7d;
        --btn-text: #fff; }
  .a-btn--xs {
    height: 1.25rem;
    border-radius: 0.625rem;
    padding: 0 1.25rem;
    font-size: 0.625rem;
    text-transform: uppercase; }
  .a-btn--sm {
    height: 1.875rem;
    font-size: 0.75rem;
    border-radius: 0.9375rem;
    padding: 0 1.25rem; }
  .a-btn--xl {
    height: 3.125rem;
    border-radius: 1.5625rem;
    padding: 0 2.125rem; }
  .a-btn--sidebanner-toggler {
    position: fixed;
    z-index: 900;
    right: 0.75rem;
    bottom: 1.5rem;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25), 0 0 0.125em rgba(0, 0, 0, 0.2); }
  .a-btn--dropdown:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 0.5rem;
    border-top: 0.25rem solid;
    border-right: 0.25rem solid transparent;
    border-left: 0.25rem solid transparent; }

.a-icon {
  fill: currentColor; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
.a-input {
  height: 3rem; }

input[type='text'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type='tel'],
.a-input,
textarea {
  width: 100%;
  padding: 0.8125rem 1.125rem;
  border: 1px solid #ccc;
  border-radius: 0.1875rem;
  outline: 0;
  color: #36454d;
  box-shadow: inset 0 0.125rem 0.0625rem rgba(173, 173, 173, 0.4); }
  input[type='text']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  .a-input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #b0b0b0; }
  input[type='text']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  .a-input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #b0b0b0; }
  input[type='text']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  .a-input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #b0b0b0; }
  input[type='text']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  .a-input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #b0b0b0; }
  .user-primary input[type='text'], .user-primary
  input[type='url'], .user-primary
  input[type='password'], .user-primary
  input[type='email'], .user-primary
  input[type='tel'], .user-primary
  .a-input, .user-primary
  textarea {
    max-width: 26.5625rem; }

textarea {
  height: 16.5625rem;
  resize: none; }
  textarea#address {
    height: auto; }

.a-image--radius {
  border-radius: 0.1875rem; }

.a-image--fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%; }

.a-line-highlight {
  display: inline;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(#f8efa3, #f8efa3);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .a-line-highlight--active {
    background-size: 100% 100%; }
  .a-line-highlight:not([data-module]):hover {
    background-size: 100% 100%; }

.a-logo {
  display: block;
  position: relative;
  width: 225px; }
  .a-logo .a-logo__svg {
    width: 100%; }
    .view-training-detail .a-logo .a-logo__svg .t {
      fill: #fff; }
  .header .a-logo {
    margin: 15px 0; }
    @media (min-width: 64.0625em) {
      .header .a-logo {
        margin: 26px 0; } }
  @media only screen and (max-width: 479px) {
    .a-logo {
      width: 180px; }
      .header .a-logo {
        margin: 25px 0; } }

.a-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .a-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.a-carousel-counter {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff; }

.a-order-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #36454d;
  color: #fff; }

.a-section-title {
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2; }
  .a-section-title__prefix {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.4666666667em;
    margin-bottom: 0.2142857143em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  .a-section-title:after {
    content: '';
    margin: 0.8em auto 0;
    display: block;
    width: 2.5rem;
    height: 0.125rem;
    background-color: #36454d; }

.a-utility-link {
  display: flex;
  align-items: center;
  outline: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  color: #658295;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3636363636;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: transparent;
  transition: color 0.2s ease-in-out; }
  .a-utility-link .a-icon {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.25rem; }
  .a-utility-link--icon-right .a-icon {
    margin-right: 0;
    margin-left: 0.25rem; }
  .a-utility-link--active {
    color: #7A9E54; }
  .a-utility-link:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
    color: #7A9E54; }
  .a-utility-link:focus {
    color: #7A9E54; }
  .view-training-detail .a-utility-link {
    color: #fff;
    text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25); }

.m-social-link {
  display: block;
  font-size: 0;
  line-height: 1;
  color: #658295;
  transition: all 0.2s; }
  .m-social-link:hover {
    color: #acd6f2; }
  .m-social-link .a-icon {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    fill: currentColor; }

.a-look-inside {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center; }
  .a-look-inside__plus {
    color: #7A9E54; }

.m-banner .a-icon {
  width: 3.4375rem;
  height: 3.4375rem;
  margin-bottom: 0.8125rem; }

.m-banner__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5; }

.m-banner__text {
  margin: 0.3125em 0 0;
  line-height: 1.5; }
  .m-banner__text p:first-child {
    margin-top: 0; }
  .m-banner__text p:first-child {
    margin-bottom: 0; }

.m-banner .btn, .m-banner html #fc .fc-action--checkout--button, html #fc .m-banner .fc-action--checkout--button, .m-banner html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-right .m-banner .fc-btn-action, .m-banner html #fc .fc-button--submit, html #fc .m-banner .fc-button--submit, .m-banner html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, html [data-fc-sidecart] #fc .fc-fixed-button-left .m-banner .fc-btn-action {
  margin-top: 1.625rem; }

.m-alert {
  display: block;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2; }
  .m-alert--error {
    color: #fff;
    background-color: #ec2c22; }
  .m-alert--success {
    color: #fff;
    background-color: #7A9E54; }

.m-meta {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #36454d; }

.m-interactive {
  text-align: center; }
  .m-interactive__graphic {
    display: inline-block; }
  .m-interactive__caption {
    display: inline-block;
    margin-top: 3.4285714286em;
    padding-bottom: 0.4285714286em;
    text-align: center;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 0.0625rem solid #000; }

.m-profile-card__avatar {
  margin-top: -5.625rem;
  margin-bottom: 1.25rem;
  flex: 0 0 auto;
  width: 7.6875rem;
  height: 7.6875rem;
  border-radius: 50%;
  overflow: hidden; }

.m-profile-card__body {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5; }

.m-profile-card__name {
  margin: 0;
  font-size: 1.25rem; }

.m-profile-card__title {
  margin: 0;
  font-size: 1rem;
  color: #7A9E54; }

.m-profile-card__quote {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5; }

.m-profile-card__contact {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5; }

.m-profile-card__phone {
  color: #36454d; }

.m-profile-card__email {
  color: #acd6f2; }

.m-search-form {
  position: relative; }
  .m-search-form .a-input {
    padding-left: 3.125rem; }
  .m-search-form .m-search-form__btn {
    position: absolute;
    left: 0.6875rem;
    top: 0;
    border: none;
    padding: 0;
    height: 100%;
    width: 3.125rem;
    background: transparent;
    color: #bdbdbd; }
    .m-search-form .m-search-form__btn .a-icon {
      width: 1.625rem;
      height: 1.625rem; }
    .m-search-form .m-search-form__btn:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      color: #36454d; }
    .m-search-form .m-search-form__btn:focus {
      color: #36454d; }

.m-search-result__title {
  margin: 0;
  font-size: 1.25em; }

.m-search-result__summary {
  margin: 0.3333333333em 0 0;
  font-size: 0.9375em; }

.m-section-heading {
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem; }
  .m-section-heading__title {
    margin: 0;
    color: #7A9E54; }
    .m-section-heading__title:after {
      content: '';
      margin: 0.9375rem auto 0;
      display: block;
      width: 2.5rem;
      height: 0.125rem;
      background-color: #36454d; }
  .m-section-heading__subtitle {
    margin: 0.875rem 0 0;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5; }
  .m-section-heading .a-order-circle {
    margin-bottom: 1.5rem; }
  .m-section-heading--white .m-section-heading__title {
    color: #fff; }
    .m-section-heading--white .m-section-heading__title:after {
      background-color: #fff; }
  .m-section-heading--white .m-section-heading__subtitle {
    color: #fff; }

.m-series-teaser {
  position: relative;
  cursor: pointer; }
  .m-series-teaser__img {
    position: relative; }
    .m-series-teaser__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background 0.2s ease-in-out; }
  .m-series-teaser__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .m-series-teaser__title {
    color: #7A9E54; }
  .m-series-teaser__subtitle {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    margin: 0;
    color: #36454d; }
  .m-series-teaser__summary {
    color: #36454d; }
  @media (min-width: 643px) {
    .m-series-teaser {
      display: flex; }
      .m-series-teaser__img, .m-series-teaser__body {
        flex: 1 1 50%; }
      .m-series-teaser__title {
        margin: 0; }
      .m-series-teaser__body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 20px; } }
  @media (min-width: 768px) {
    .m-series-teaser__body {
      padding-left: 40px; } }
  .m-series-teaser:hover .series-teaser-title,
  .m-series-teaser:hover .series-teaser-title *, .m-series-teaser:focus .series-teaser-title,
  .m-series-teaser:focus .series-teaser-title * {
    color: #acd6f2 !important; }
  .m-series-teaser:hover .series-teaser-img:after, .m-series-teaser:focus .series-teaser-img:after {
    background: rgba(172, 214, 242, 0.5); }

.m-timeline-item {
  line-height: 1.5; }
  .m-timeline-item__title {
    margin: 0;
    font-size: 1.125em;
    font-weight: bold; }
  .m-timeline-item__text {
    margin: 0.625em 0 0;
    font-size: 1rem; }
  .m-timeline-item__note {
    margin: 0.3571428571em 0 0;
    font-size: 0.875em;
    font-weight: 600;
    font-style: italic; }
  .m-timeline-item__link {
    display: inline-block;
    margin: 0.7142857143em 0 0;
    font-size: 0.875em;
    font-weight: 600;
    color: #004e7d; }
  .m-timeline-item + .m-timeline-item {
    margin-top: 1.5rem; }

.m-testimonial {
  margin: 0;
  text-align: center; }
  .m-testimonial:before {
    content: '';
    display: inline-block;
    clear: both;
    width: 4rem;
    height: 0.125rem;
    margin-bottom: 2rem;
    background: #7A9E54; }
  .m-testimonial + .m-testimonial {
    margin-top: 5rem; }
  .m-testimonial__text {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3; }
    .m-testimonial__text p {
      margin: 0; }
      .m-testimonial__text p + p {
        margin-top: 1em; }
  .m-testimonial__cite {
    display: block;
    margin: 1.7777777778em 0 0;
    font-family: "Merriweather", serif;
    font-size: 1.125rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.3;
    color: #7A9E54; }
    .m-testimonial__cite:before {
      content: '—'; }
  .m-testimonial--white:before {
    background: #fff; }
  .m-testimonial--white .m-testimonial__text,
  .m-testimonial--white .m-testimonial__cite {
    color: #fff; }
  .m-testimonial--blue:before {
    background: #2d377e; }
  .m-testimonial--blue .m-testimonial__text,
  .m-testimonial--blue .m-testimonial__cite {
    color: #2d377e; }

.m-utility-nav {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0; }
  .m-utility-nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .m-utility-nav li {
    margin-bottom: 1rem; }
    .m-utility-nav li:first-child {
      display: none; }
    .m-utility-nav li:last-child {
      margin: 0; }
  @media (min-width: 64.0625em) {
    .m-utility-nav {
      display: inline-flex;
      flex-direction: row-reverse;
      align-items: center;
      margin: 0; }
      .m-utility-nav li {
        margin-bottom: 0;
        margin-left: 1.5625rem; }
        .m-utility-nav li:first-child {
          display: list-item; }
        .m-utility-nav li:last-child {
          margin: 0; } }

.m-verse {
  text-align: center; }
  .m-verse__cite {
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #7A9E54; }
  .m-verse__text {
    font-family: "Merriweather", serif;
    font-size: 1.375rem;
    line-height: 1.6363636364;
    color: #36454d; }
  .m-verse:after {
    content: '';
    display: block;
    margin: 2.5rem auto 0;
    width: 12.5rem;
    height: 0.125rem;
    background-color: #9fd568; }

.a-slideshow {
  position: relative; }
  .a-slideshow img {
    width: 100%;
    border-radius: 3px; }
  .a-slideshow.owl-theme .owl-controls {
    margin: 0; }
  .a-slideshow.owl-theme .owl-prev,
  .a-slideshow.owl-theme .owl-next {
    position: absolute;
    bottom: 8px;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    font-size: 38px !important; }
    .a-slideshow.owl-theme .owl-prev i,
    .a-slideshow.owl-theme .owl-next i {
      display: block;
      width: 100%;
      height: 100%; }
      .a-slideshow.owl-theme .owl-prev i:before,
      .a-slideshow.owl-theme .owl-next i:before {
        margin: 0;
        vertical-align: top; }
  .a-slideshow.owl-theme .owl-prev {
    right: 50px; }
  .a-slideshow.owl-theme .owl-next {
    right: 8px; }
  .a-slideshow.with-captions.owl-theme .owl-prev,
  .a-slideshow.with-captions.owl-theme .owl-next {
    bottom: 50px; }
  .a-slideshow__caption {
    height: 42px;
    color: #9a9a9a;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    font-weight: 700; }

.m-video-teaser {
  display: block; }
  .m-video-teaser__link {
    position: relative;
    display: none; }
  .m-video-teaser .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.375rem;
    line-height: 3.75rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    color: #367340;
    border-radius: 50%;
    height: 3.75rem;
    width: 3.75rem;
    margin: -1.875rem 0 0 -1.875rem;
    text-align: center;
    transition: background-color 0.2s ease-in-out; }
    .m-video-teaser .icon-play::before {
      margin-left: 8px; }
  .m-video-teaser:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) .icon-play {
    background-color: rgba(255, 255, 255, 0.5); }
  .m-video-teaser:focus .icon-play {
    background-color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .m-video-teaser__link {
      display: block; }
    .m-video-teaser .b-lazy-video {
      display: none; } }

.m-product-teaser {
  padding: 2rem 1.5rem;
  background: #f5f5f5; }
  .m-product-teaser__title {
    margin: 0 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    color: #36454d !important; }
  .m-product-teaser__content ul {
    margin: 1.25rem 0 !important; }
  .m-product-teaser__media {
    margin-bottom: 1.5rem; }
  .m-product-teaser .a-alert {
    margin-bottom: 0.9375rem; }
  .m-product-teaser .a-btn {
    flex: 0 0 auto; }
  .m-product-teaser .m-alert {
    margin-bottom: 1.25rem; }
  @media (min-width: 40.1875em) {
    .m-product-teaser {
      display: flex;
      padding: 4.25rem 3rem; }
      .m-product-teaser__media {
        flex: 0 0 auto;
        max-width: 11.875rem;
        margin-bottom: 0;
        margin-right: 1.5rem; }
      .m-product-teaser__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 1 auto; } }
  @media (min-width: 64.0625em) {
    .m-product-teaser__media {
      max-width: none;
      margin-right: 3rem; } }
  @media (min-width: 40.1875em) {
    .m-product-teaser--reverse {
      flex-direction: row-reverse; } }

.m-ministry-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  border-radius: 0.1875rem;
  overflow: hidden; }
  .m-ministry-card * {
    grid-column: 1;
    grid-row: 1; }
  .m-ministry-card__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    font-family: "Merriweather", serif;
    font-size: 1.75rem;
    line-height: 1.3571428571;
    color: #fff;
    padding: 1.5rem; }
    .m-ministry-card__title > span {
      max-width: 11.875rem; }
  .m-ministry-card__image {
    z-index: -1;
    width: 100%;
    height: 100%; }
  .m-ministry-card .a-icon {
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem; }
  .m-ministry-card::before {
    content: "";
    grid-column: 1;
    grid-row: 1;
    background: linear-gradient(180deg, rgba(54, 69, 77, 0) 0%, #062E51 100%); }
  @media (max-width: 105em) {
    .o-ministries-section__carousel .m-ministry-card__title {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 900px) {
    .o-ministries-section__carousel .m-ministry-card__title {
      font-size: 0.9375rem; } }

.m-social-links {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  .m-social-links > li {
    display: inline-block;
    vertical-align: middle; }
    .m-social-links > li + li {
      margin-left: 20px; }
  .social-links-additional + .m-social-links {
    margin-top: 20px; }

.m-card__title {
  margin-top: 1rem;
  font-family: "Merriweather", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.3571428571;
  color: #367340; }
  .m-card__title + .m-card__text {
    margin-top: 1rem; }

.m-card__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #36454d; }

.m-card__btn {
  margin-top: 1.5rem; }

.m-blog-card {
  position: relative; }
  .m-blog-card__meta {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.625rem; }
  .m-blog-card__category {
    font-family: "Merriweather", serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    color: #367340; }
  .m-blog-card__date {
    flex: 0 0 auto;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .m-blog-card__title {
    margin-top: 0.625rem;
    color: #36454d;
    transition: color 0.3s; }
  .m-blog-card__link:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .m-blog-card:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) .m-blog-card__title {
    color: #7A9E54; }
  .m-blog-card:focus .m-blog-card__title {
    color: #7A9E54; }

.m-resource-card {
  position: relative;
  display: block; }

.m-stories-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center; }

.o-section {
  padding: 10rem 0; }
  .o-section__title {
    text-align: center;
    margin-bottom: 3rem; }
  .o-section__heading {
    margin-bottom: 2rem; }
  .o-section--light {
    background: #F3F4F6; }
  @media only screen and (max-width: 767px) {
    .o-section {
      padding: 5rem 0; } }

.o-interactive-section {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 35.94%), linear-gradient(180deg, rgba(255, 255, 255, 0) 29.69%, #fff 75%), url("/img/training/evangelism-essentials/bg-series.jpg") no-repeat;
  background-size: cover; }

.o-page-header__body {
  background-color: #7A9E54;
  padding: 7.5rem 0 15rem;
  text-align: center; }

.o-page-header__media {
  margin-top: -12.5rem; }

.o-page-header__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #fff; }

.o-page-header__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff; }

.o-page-header__subline {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #36454d; }

.o-search-results {
  list-style: none;
  margin: 0;
  padding: 0; }
  .o-search-results li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .o-search-results__item {
    margin-top: calc(var(--spacer) * 0.5); }

.o-series-teasers {
  list-style: none;
  margin: 0;
  padding: 0; }
  .o-series-teasers li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .o-series-teasers li + li {
    margin-top: 40px; }

.o-hero {
  position: relative;
  padding: 10rem 0;
  color: #fff; }
  .o-hero__content {
    max-width: 38.125rem; }
    .o-hero__content * + * {
      margin-top: 2rem; }
  .o-hero__title {
    font-size: 3rem; }
  .o-hero .subline {
    max-width: 29.375rem; }
  .o-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%; }
  @media (max-width: 64em) {
    .o-hero {
      background-color: #001d44;
      background-image: url("../img/bg/bg-tablet.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100% auto;
      padding-top: 60vw;
      padding-bottom: 5rem; }
      .o-hero__bg {
        display: none; } }
  @media (max-width: 40.125em) {
    .o-hero {
      background-image: url("../img/bg/bg-mobile.jpg");
      padding-top: 84vw; }
      .o-hero__btn {
        height: auto;
        min-height: 3.125rem;
        padding-top: 0.4375rem;
        padding-bottom: 0.4375rem; } }

.o-side-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  padding: 3rem 2.375rem;
  z-index: 1000201;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  transform: translateY(100%); }
  .o-side-banner__close {
    position: absolute;
    top: 0.5rem;
    right: 0.625rem;
    border: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    background: transparent; }
  .o-side-banner--profile {
    transform: translateY(calc(100% + 2.625rem)); }
  .o-side-banner--active {
    transform: translateY(0); }
  .o-side-banner .m-profile-card {
    margin-top: -5.625rem; }
  @media (min-width: 40.1875em) {
    .o-side-banner {
      max-width: 25.875rem;
      right: 0.875rem;
      bottom: 1.5rem;
      border-radius: 0.1875rem;
      opacity: 0;
      transform: scale(0);
      transform-origin: bottom right; }
      .o-side-banner--animating {
        animation: side-banner-animation 0.3s reverse ease-in-out; }
      .o-side-banner--active {
        opacity: 1;
        transform: scale(1); }
        .o-side-banner--active.o-side-banner--animating {
          animation: side-banner-animation 0.3s ease-in-out; }
      .o-side-banner--profile {
        bottom: 6.625rem; } }

@keyframes side-banner-animation {
  0% {
    opacity: 0;
    transform: scale(0, 0); }
  50% {
    transform: scale(1.03, 1.03); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }

.o-testimonials {
  padding: 3.75rem 0;
  background: #7A9E54; }
  .o-testimonials .m-section-heading {
    margin: 0 auto 3rem;
    max-width: 38.75rem; }
    .o-testimonials .m-section-heading__title:after {
      width: 4rem; }
  @media (min-width: 40.1875em) {
    .o-testimonials {
      padding: 5rem 0; } }
  @media (min-width: 40.1875em) {
    .o-testimonials .l-constrained, .o-testimonials .search-bar > .inner {
      padding: 0 2.5rem;
      max-width: 73.75rem; } }
  @media (min-width: 64.0625em) {
    .o-testimonials .l-constrained, .o-testimonials .search-bar > .inner {
      padding: 0 5rem;
      max-width: 78.75rem; } }
  .o-testimonials__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem; }
    .o-testimonials__controls .a-btn {
      opacity: 0.6;
      background: transparent;
      color: #fff;
      width: 2.5rem;
      height: 2.5rem; }
      .o-testimonials__controls .a-btn:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
        opacity: 1; }
      .o-testimonials__controls .a-btn:focus {
        opacity: 1; }
    .o-testimonials__controls .a-carousel-counter {
      margin: 0 0.625rem; }
    @media (min-width: 40.1875em) {
      .o-testimonials__controls .a-btn {
        display: none; } }
  .o-testimonials .m-testimonial:before {
    content: none; }

.o-testimonials--gray {
  background: #F3F4F6; }
  .o-testimonials--gray .a-carousel-counter {
    color: #36454d; }
  .o-testimonials--gray .swiper-btn-prev,
  .o-testimonials--gray .swiper-btn-next {
    color: #F3F4F6;
    background-color: rgba(122, 158, 84, 0.5); }
    .o-testimonials--gray .swiper-btn-prev:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled),
    .o-testimonials--gray .swiper-btn-next:hover:not(.is-disabled):not([aria-disabled='true']):not(:disabled) {
      background-color: #7A9E54; }
    .o-testimonials--gray .swiper-btn-prev:focus,
    .o-testimonials--gray .swiper-btn-next:focus {
      background-color: #7A9E54; }

.o-timeline-section {
  padding-bottom: 2.125rem; }
  .o-timeline-section:last-child {
    padding-bottom: 0; }
  @media (min-width: 40.1875em) {
    .o-timeline-section {
      display: flex;
      align-items: flex-start;
      position: relative; }
      .o-timeline-section:before, .o-timeline-section:after {
        position: absolute;
        content: '';
        left: 50%;
        background: #7A9E54;
        transform: translateX(-50%); }
      .o-timeline-section:before {
        top: 0;
        bottom: 0;
        width: 0.0625rem; }
      .o-timeline-section:after {
        top: 0.8125rem;
        width: 1rem;
        height: 1rem;
        border-radius: 50%; }
      .o-timeline-section:first-child:before {
        top: 1.3125rem; }
      .o-timeline-section:last-child:before {
        bottom: calc(100% - 1.3125rem); } }
  @media (min-width: 40.1875em) {
    .o-timeline-section__items {
      padding-top: 0.375rem;
      padding-left: 2.125rem; } }
  .o-timeline-section__title {
    margin: 0;
    color: #7A9E54; }
    @media (min-width: 40.1875em) {
      .o-timeline-section__title {
        padding-right: 2.125rem;
        text-align: right; } }
  @media (min-width: 40.1875em) {
    .o-timeline-section__title, .o-timeline-section__items {
      flex: 1 1 50%; } }

.o-timeline {
  padding: 3.5rem 1.5rem;
  background-color: #f5f5f5; }
  @media (min-width: 64.0625em) {
    .o-timeline {
      padding-left: 6rem;
      padding-right: 6rem; } }
  .o-timeline__sections {
    list-style-type: none;
    padding-left: 0;
    margin: 2rem 0 0;
    padding: 0; }
    @media (min-width: 64.0625em) {
      .o-timeline__sections {
        margin-top: 3.5rem; } }

.o-ministries-section {
  padding: 10rem 0;
  background: #F3F4F6; }
  .o-ministries-section__title {
    font-family: "Merriweather", serif;
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 900;
    line-height: 1.3571428571;
    text-align: center;
    color: #367340; }
  .o-ministries-section__carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 4.125rem;
    padding-bottom: 4.5rem; }
  @media only screen and (max-width: 767px) {
    .o-ministries-section {
      padding: 5rem 0; } }

.o-ministries-section__btn-outer {
  display: flex;
  gap: 2.5rem;
  justify-content: center; }
  .o-ministries-section__btn-outer .swiper-btn {
    padding: 0 0.625rem;
    width: 3.125rem; }
    @media only screen and (max-width: 767px) {
      .o-ministries-section__btn-outer .swiper-btn {
        display: none; } }
  .o-ministries-section__btn-outer .swiper-btn-prev svg {
    margin-left: -2px; }
  .o-ministries-section__btn-outer .swiper-btn-next svg {
    margin-right: -2px; }

.o-cta-section {
  padding: 4rem 0.9375rem;
  --cta-sec-bg: #F3F4F6; }
  .o-cta-section:not(.o-cta-section--block) {
    background: var(--cta-sec-bg);
    color: var(--cta-sec-clr); }
  .o-cta-section .a-btn--xl {
    min-width: 15.125rem; }
  .o-cta-section__container {
    display: flex;
    align-items: center;
    gap: 3.125rem; }
  .o-cta-section__content {
    flex: 1; }
  .o-cta-section__side {
    flex: 0 0 auto; }
  @media only screen and (max-width: 767px) {
    .o-cta-section {
      padding: 2rem 0.9375rem; }
      .o-cta-section__container {
        display: block; }
      .o-cta-section__content, .o-cta-section__side {
        text-align: center; }
      .o-cta-section__side {
        margin-left: 0;
        margin-top: 1.25rem; } }
  .o-cta-section--primary-light {
    --cta-sec-bg: #7A9E54;
    --cta-sec-clr: #fff; }
  .o-cta-section--block {
    padding: 0; }
    .o-cta-section--block .o-cta-section__container {
      padding: 4rem 2rem;
      background: var(--cta-sec-bg);
      color: var(--cta-sec-clr); }

.o-footer {
  position: relative;
  padding-top: 5rem;
  color: #fff;
  z-index: 50;
  background-color: #001d44; }
  .o-footer p a {
    color: #fff; }
    .o-footer p a:hover {
      color: #acd6f2; }
  .o-footer__section {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 2.1666666667;
    letter-spacing: 0.04em; }
  .o-footer__section-title {
    color: #acd6f2;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2; }
    .o-footer__section-title + * {
      margin-top: 1rem; }
  .o-footer__copy {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3.75rem;
    padding: 1.5rem 0;
    border-top: 0.0625rem solid #004e7d;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.8181818182; }
    .o-footer__copy-text {
      flex: 1 1 auto; }
      .o-footer__copy-text p {
        margin: 0; }

@media only screen and (max-width: 767px) {
  .o-footer {
    padding: 40px 0; }
    .o-footer__copy {
      display: block;
      padding: 0;
      margin-top: 0;
      border: none; }
    .o-footer__content, .o-footer__fb {
      display: none; }
    .o-footer__copy-text p:first-child {
      margin-bottom: 1em; } }

.o-subscribe-heading {
  display: grid;
  align-items: center;
  gap: calc(var(--spacer) * 2); }
  .o-subscribe-heading__content > * + * {
    margin-top: 0.5rem; }
  @media (min-width: 40.1875em) {
    .o-subscribe-heading {
      grid-template-columns: 1fr auto; } }

.o-blog-grid {
  display: grid;
  grid-gap: 1.5rem; }
  @media (min-width: 480px) {
    .o-blog-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 768px) {
    .o-blog-grid {
      grid-template-columns: repeat(4, 1fr); } }

.o-ministry-hero {
  background: #F3F4F6;
  position: relative;
  overflow: hidden; }
  .o-ministry-hero__svg {
    position: absolute;
    top: 1.25rem;
    left: -2.5rem;
    transform: scale(0.8); }
  .o-ministry-hero__constrained {
    display: grid;
    gap: calc(var(--spacer) * 3); }
  .o-ministry-hero__content > * + * {
    margin-top: calc(var(--spacer) * 0.5); }
  .o-ministry-hero__subline {
    font-family: "Merriweather", serif;
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 900;
    line-height: 1.4285714286;
    color: #367340; }
  .o-ministry-hero__image {
    width: 100%;
    max-width: none; }
  @media (min-width: 40.1875em) {
    .o-ministry-hero__svg {
      top: 3.75rem;
      left: 0;
      transform: scale(1); } }
  @media (min-width: 40.1875em) {
    .o-ministry-hero__content {
      padding: calc(calc(var(--spacer) * 4) + 3.75rem) 0 calc(var(--spacer) * 4); }
    .o-ministry-hero__constrained {
      grid-template-columns: 1fr 1fr;
      align-items: center; } }
  @media (min-width: 80.0625em) {
    .o-ministry-hero__constrained {
      grid-template-columns: 0.6394fr 0.3606fr; }
    .o-ministry-hero__image {
      width: 148%; } }
  @media (max-width: 40.125em) {
    .o-ministry-hero {
      padding: calc(calc(var(--spacer) * 4) + 3.75rem) 0 calc(var(--spacer) * 4); } }

.img-responsive {
  max-width: 100%; }

.fx-graphic {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 738px;
  margin-bottom: 80px; }
  .fx-graphic,
  .fx-graphic * {
    box-sizing: content-box; }

@media (min-width: 1025px) {
  .fx-graphic {
    margin-bottom: 0px; } }

.fx-graphic--modal {
  width: 100%;
  height: auto; }

.fx-graphic--interactives {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fx-graphic-icon {
  width: 13%;
  height: auto;
  position: absolute; }

.fx-graphic-icon .fx-graphic-icon--img {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.fx-graphic-icon:hover {
  z-index: 100; }

.fx-graphic-icon:hover .fx-graphic-icon--img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.fx-graphic-icon--3:hover .fx-graphic-icon--img,
.fx-graphic-icon--4:hover .fx-graphic-icon--img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

/* Individual icon positioning */
.fx-graphic-icon--1 {
  top: 39%;
  left: 1%; }

.fx-graphic-icon--2 {
  top: 39%;
  left: 16%; }

.fx-graphic-icon--3 {
  top: 7%;
  left: 17%;
  width: 6%; }

.fx-graphic-icon--4 {
  top: 15%;
  left: 28%;
  width: 9%; }

.fx-graphic-icon--5 {
  top: 33%;
  left: 38%;
  width: 20%; }

.fx-graphic-icon--6 {
  top: 25%;
  left: 31%; }

.fx-graphic-icon--7 {
  top: 18%;
  left: 47%; }

.fx-graphic-icon--8 {
  top: 39%;
  left: 56%; }

.fx-graphic-icon--9 {
  top: 52%;
  left: 30%; }

.fx-graphic-icon--10 {
  top: 60%;
  left: 46%; }

.fx-graphic-icon--11 {
  top: 39%;
  left: 69%; }

.fx-graphic-icon--12 {
  top: 39%;
  left: 85%; }

/* tooltips */
.fx-tooltip {
  display: inline-block; }

.fx-tooltip .fx-tooltip-content {
  display: none;
  visibility: hidden;
  width: 350px;
  padding: 25px;
  background-color: #fff;
  text-align: left;
  border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 14px 14px 42px rgba(0, 0, 0, 0.2), -14px -14px 42px rgba(0, 0, 0, 0.05);
  box-shadow: 14px 14px 42px rgba(0, 0, 0, 0.2), -14px -14px 42px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -203px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

@media (min-width: 1025px) {
  .fx-tooltip .fx-tooltip-content {
    display: block; } }

.fx-tooltip .fx-tooltip-content h3 {
  color: #404040;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px; }

.fx-tooltip .fx-tooltip-content strong {
  color: #83c240;
  font-size: 16px; }

.fx-tooltip .fx-tooltip-content p {
  color: #404040;
  margin-bottom: 0; }

.fx-tooltip .fx-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.fx-tooltip:hover .fx-tooltip-content {
  visibility: visible; }

/*mobile memo */
.mobile-memo {
  position: absolute;
  font-weight: bolder;
  color: #203A67;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 30px;
  bottom: -40px;
  line-height: 22px; }

@media (min-width: 768px) {
  .mobile-memo {
    right: 50px;
    bottom: 30px; } }

.img-tap {
  width: 20px;
  height: auto; }

.img-arrow {
  width: 40px;
  height: auto; }

/* 1025px marks the largest screen size for tablets, where users can no longer hover with their mouse */
@media (min-width: 1025px) {
  .mobile-memo {
    display: none; } }

.l-constrained, .search-bar > .inner {
  width: 92%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .l-modular-sm .l-constrained, .l-modular-sm .search-bar > .inner {
    max-width: 800px; }

.l-constrained-xs {
  max-width: 560px; }

.l-constrained-sm {
  max-width: 770px; }

.l-constrained-md {
  max-width: 900px; }

.l-constrained-w800 {
  max-width: 800px; }

.l-constrained-w870 {
  max-width: 870px; }

.l-constrained-w710 {
  max-width: 710px; }

.l-constrained-w980 {
  max-width: 980px; }

.l-mb {
  margin-bottom: calc(var(--spacer)); }
  .l-mb-xs {
    margin-bottom: calc(var(--spacer) * 0.25); }
  .l-mb-sm {
    margin-bottom: calc(var(--spacer) * 0.5); }
  .l-mb-md {
    margin-bottom: calc(var(--spacer) * 2); }
  .l-mb-lg {
    margin-bottom: calc(var(--spacer) * 3); }
  .l-mb-xl {
    margin-bottom: calc(var(--spacer) * 4); }
  .l-mb-0 {
    margin-bottom: 0; }

.l-mt {
  margin-top: calc(var(--spacer)); }
  .l-mt-xs {
    margin-top: calc(var(--spacer) * 0.25); }
  .l-mt-sm {
    margin-top: calc(var(--spacer) * 0.5); }
  .l-mt-md {
    margin-top: calc(var(--spacer) * 2); }
  .l-mt-lg {
    margin-top: calc(var(--spacer) * 3); }
  .l-mt-xl {
    margin-top: calc(var(--spacer) * 4); }
  .l-mt-0 {
    margin-top: 0; }

.l-my {
  margin-top: calc(var(--spacer));
  margin-bottom: calc(var(--spacer)); }
  .l-my-xs {
    margin-top: calc(var(--spacer) * 0.25);
    margin-bottom: calc(var(--spacer) * 0.25); }
  .l-my-sm {
    margin-top: calc(var(--spacer) * 0.5);
    margin-bottom: calc(var(--spacer) * 0.5); }
  .l-my-md {
    margin-top: calc(var(--spacer) * 2);
    margin-bottom: calc(var(--spacer) * 2); }
  .l-my-lg {
    margin-top: calc(var(--spacer) * 3);
    margin-bottom: calc(var(--spacer) * 3); }
  .l-my-xl {
    margin-top: calc(var(--spacer) * 4);
    margin-bottom: calc(var(--spacer) * 4); }
  .l-my-0 {
    margin-top: 0;
    margin-bottom: 0; }

.l-pb {
  padding-bottom: calc(var(--spacer)); }
  .l-pb-xs {
    padding-bottom: calc(var(--spacer) * 0.25); }
  .l-pb-sm {
    padding-bottom: calc(var(--spacer) * 0.5); }
  .l-pb-lg {
    padding-bottom: calc(var(--spacer) * 3); }
  .l-pb-xl {
    padding-bottom: calc(var(--spacer) * 4); }
  .l-pb-0 {
    padding-bottom: 0; }

.l-pt {
  padding-top: calc(var(--spacer)); }
  .l-pt-xs {
    padding-top: calc(var(--spacer) * 0.25); }
  .l-pt-sm {
    padding-top: calc(var(--spacer) * 0.5); }
  .l-pt-lg {
    padding-top: calc(var(--spacer) * 3); }
  .l-pt-xl {
    padding-top: calc(var(--spacer) * 4); }
  .l-pt-0 {
    padding-top: 0; }

.l-py {
  padding-top: calc(var(--spacer));
  padding-bottom: calc(var(--spacer)); }
  .l-py-xs {
    padding-top: calc(var(--spacer) * 0.25);
    padding-bottom: calc(var(--spacer) * 0.25); }
  .l-py-sm {
    padding-top: calc(var(--spacer) * 0.5);
    padding-bottom: calc(var(--spacer) * 0.5); }
  .l-py-lg {
    padding-top: calc(var(--spacer) * 3);
    padding-bottom: calc(var(--spacer) * 3); }
  .l-py-xl {
    padding-top: calc(var(--spacer) * 4);
    padding-bottom: calc(var(--spacer) * 4); }
  .l-py-0 {
    padding-top: 0;
    padding-bottom: 0; }

.l-section {
  padding: 80px 0; }
  .l-section.-xl {
    padding: 140px 0; }
  .l-section.-no-top-padding {
    padding-top: 0 !important; }
  .l-section.-no-bottom-padding {
    padding-bottom: 0 !important; }
  .l-section.-no-padding {
    padding: 0 !important; }
  @media only screen and (max-width: 767px) {
    .l-section {
      padding: 60px 0; }
      .l-section.-xl {
        padding: 100px 0; } }

.l-ministries-list {
  font-size: 0;
  margin: -120px 0 100px -20px; }
  .l-ministries-list > .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box; }
    .l-ministries-list > .item:nth-child(n+5) {
      margin-top: 30px; }
    @media (max-width: 880px) {
      .l-ministries-list > .item {
        width: 50%; }
        .l-ministries-list > .item:nth-child(n+3) {
          margin-top: 30px; } }
    @media (max-width: 420px) {
      .l-ministries-list > .item {
        width: 100%; }
        .l-ministries-list > .item:nth-child(n+1) {
          margin-top: 30px; } }

.l-footer-right {
  margin-left: auto;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end; }

.l-content {
  max-width: 670px;
  margin: auto; }

.l-mw-125, .l-mw-150, .l-mw-176, .l-mw-190, .l-mw-210, .l-mw-230, .l-mw-234, .l-mw-246, .l-mw-252, .l-mw-260, .l-mw-270, .l-mw-300, .l-mw-330, .l-mw-344, .l-mw-346, .l-mw-350, .l-mw-390, .l-mw-400, .l-mw-410, .l-mw-432, .l-mw-480, .l-mw-500, .l-mw-510, .l-mw-528, .l-mw-560, .l-mw-570, .l-mw-610, .l-mw-920 {
  margin-left: auto;
  margin-right: auto; }

.l-mw-125 {
  max-width: 125px; }

.l-mw-150 {
  max-width: 150px; }

.l-mw-176 {
  max-width: 176px; }

.l-mw-190 {
  max-width: 190px; }

.l-mw-210 {
  max-width: 210px; }

.l-mw-230 {
  max-width: 230px; }

.l-mw-234 {
  max-width: 234px; }

.l-mw-246 {
  max-width: 246px; }

.l-mw-252 {
  max-width: 252px; }

.l-mw-260 {
  max-width: 260px; }

.l-mw-270 {
  max-width: 270px; }

.l-mw-300 {
  max-width: 300px; }

.l-mw-330 {
  max-width: 330px; }

.l-mw-344 {
  max-width: 344px; }

.l-mw-346 {
  max-width: 346px; }

.l-mw-350 {
  max-width: 350px; }

.l-mw-390 {
  max-width: 390px; }

.l-mw-400 {
  max-width: 400px; }

.l-mw-410 {
  max-width: 410px; }

.l-mw-432 {
  max-width: 432px; }

.l-mw-480 {
  max-width: 480px; }

.l-mw-500 {
  max-width: 500px; }

.l-mw-510 {
  max-width: 510px; }

.l-mw-528 {
  max-width: 528px; }

.l-mw-560 {
  max-width: 560px; }

.l-mw-570 {
  max-width: 570px; }

.l-mw-610 {
  max-width: 610px; }

.l-mw-920 {
  max-width: 920px; }

.l-right {
  float: right; }

.l-left {
  float: left; }

.l-top-0 {
  padding-top: 0 !important; }

.l-top-5 {
  padding-top: 5px; }

.l-top-10 {
  padding-top: 10px; }

.l-top-20 {
  padding-top: 20px; }

.l-top-30 {
  padding-top: 30px !important; }

.l-top-40 {
  padding-top: 40px; }

.l-top-50 {
  padding-top: 50px; }

.l-top-70 {
  padding-top: 70px; }

.l-top-80 {
  padding-top: 80px; }

.l-top-120 {
  padding-top: 120px; }

.l-right-20 {
  padding-right: 20px; }

.l-right-25 {
  padding-right: 25px; }

.l-right-40 {
  padding-left: 40px; }

.l-right-80 {
  padding-left: 80px; }

.l-bottom-0 {
  padding-bottom: 0 !important; }

.l-bottom-20 {
  padding-bottom: 20px; }

.l-bottom-30 {
  padding-bottom: 30px; }

.l-bottom-40 {
  padding-bottom: 40px; }

.l-bottom-50 {
  padding-bottom: 50px; }

.l-bottom-70 {
  padding-bottom: 70px; }

.l-bottom-120 {
  padding-bottom: 120px; }

.l-left-0 {
  padding-left: 0; }

.l-left-15 {
  padding-left: 15px; }

.l-left-20 {
  padding-left: 20px; }

.l-left-25 {
  padding-left: 25px; }

.l-left-40 {
  padding-right: 40px; }

.l-left-80 {
  padding-right: 80px; }

.l-left-1r {
  padding-left: 1rem; }

.l-box-25 {
  padding: 25px; }

.l-box-28 {
  padding: 28px; }

.l-box-50 {
  padding: 3.125rem; }

@media only screen and (max-width: 767px) {
  .l-footer-right {
    display: block;
    float: none;
    margin-bottom: 20px; }
  .l-top-0-m {
    padding-top: 0; }
  .l-top-40-m {
    padding-top: 40px; }
  .l-bottom-0-m {
    padding-bottom: 0; }
  .l-bottom-40-m {
    padding-bottom: 0; } }

.l-border-top, .article table, .ee-distinctive > .copy table {
  border-top: 1px solid #36454d; }

.l-border-top-0 {
  border-top: 0 !important; }

.l-border-right {
  border-right: 1px solid #36454d; }

.l-border-right-0 {
  border-right: 0 !important; }

.l-border-bottom {
  border-bottom: 1px solid #36454d; }

.l-border-left {
  border-left: 1px solid #36454d; }

.l-border-left-0 {
  border-left: 0 !important; }

.l-border-2, .article table, .ee-distinctive > .copy table {
  border-width: 2px; }

.l-border-4 {
  border-width: 4px; }

.l-border-color-white {
  border-color: #fff; }

.l-border-color-green, .article table, .ee-distinctive > .copy table {
  border-color: #7A9E54; }

.l-border-color-green-darker {
  border-color: #417f00; }

.l-border-color-gray-dark {
  border-color: #273238; }

.l-border-color-white-dark3 {
  border-color: #e5e5e5; }

.l-border-color-red-dark {
  border-color: #ba160e; }

.l-round, .l-round-2 {
  border-radius: 3px; }

.l-above--20 {
  margin-top: -20px !important; }

.l-above-0 {
  margin-top: 0 !important; }

.l-above-5 {
  margin-top: 5px !important; }

.l-above-10 {
  margin-top: 10px; }

.l-above-20 {
  margin-top: 20px; }

.l-above-25 {
  margin-top: 25px; }

.l-above {
  margin-top: 32px; }

.l-above-30 {
  margin-top: 30px !important; }

.l-above-40 {
  margin-top: 40px; }

.l-above-50 {
  margin-top: 50px; }

.l-above-60 {
  margin-top: 60px; }

.l-above-70 {
  margin-top: 70px; }

.l-above-80 {
  margin-top: 80px; }

.l-above-90 {
  margin-top: 90px; }

.l-above-100 {
  margin-top: 100px; }

.l-above-110 {
  margin-top: 110px; }

.l-above-120 {
  margin-top: 120px; }

.l-after-0 {
  margin-right: 0; }

.l-after-10 {
  margin-right: 10px; }

.l-after-25 {
  margin-right: 25px; }

.l-after-30 {
  margin-right: 30px; }

.l-beneath-0, .l-beneath-0.figure-flexible {
  margin-bottom: 0 !important; }

.l-beneath-10 {
  margin-bottom: 10px !important; }

.l-beneath-20, .l-beneath-20.figure-flexible {
  margin-bottom: 20px; }

.l-beneath-25 {
  margin-bottom: 25px; }

.l-beneath-30 {
  margin-bottom: 30px; }

.l-beneath-35 {
  margin-bottom: 35px; }

.l-beneath-40, .l-beneath-40.figure-flexible {
  margin-bottom: 40px; }

.l-beneath-50 {
  margin-bottom: 50px; }

.l-beneath-60 {
  margin-bottom: 60px; }

.l-beneath-70 {
  margin-bottom: 70px; }

.l-beneath-80 {
  margin-bottom: 80px; }

.l-beneath-90, .l-beneath-90.figure-flexible {
  margin-bottom: 90px; }

.l-beneath-100 {
  margin-bottom: 100px; }

.l-beneath-110 {
  margin-bottom: 110px; }

.l-beneath-120 {
  margin-bottom: 120px; }

.l-beneath-140 {
  margin-bottom: 140px; }

.l-beneath-150 {
  margin-bottom: 150px; }

.l-beneath-160 {
  margin-bottom: 160px; }

.l-before-0 {
  margin-left: 0; }

.l-before-5 {
  margin-left: 5px; }

.l-before-10 {
  margin-left: 10px; }

.l-before-20 {
  margin-left: 20px; }

.l-before-30 {
  margin-left: 30px; }

.l-before-40 {
  margin-left: 40px; }

.l-before-50 {
  margin-left: 50px; }

@media only screen and (min-width: 768px) {
  .l-beneath-0-nm {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .l-before-0-m {
    margin-left: 0; }
  .l-after-0-m {
    margin-right: 0; }
  .l-above-0-m {
    margin-top: 0; }
  .l-above-50-m {
    margin-top: 50px; }
  .l-beneath-0-m {
    margin-bottom: 0; }
  .l-beneath-10-m {
    margin-bottom: 10px; }
  .l-beneath-20-m {
    margin-bottom: 20px; }
  .l-beneath-25-m {
    margin-bottom: 25px; }
  .l-beneath-35-m {
    margin-bottom: 35px; }
  .l-beneath-40-m {
    margin-bottom: 40px; }
  .l-beneath-50-m {
    margin-bottom: 50px; }
  .l-beneath-60-m {
    margin-bottom: 60px; }
  .l-beneath-240-m {
    margin-bottom: 240px; } }

.l-color-white {
  color: #fff; }

.l-color-white-darker2 {
  color: #bdbdbd; }

.l-color-green, .content-box.quantity-discount h3, .ministry-hero .l-constrained > .title, .ministry-hero .search-bar > .inner > .title {
  color: #367340; }

.l-color-green-dark {
  color: #367340; }

.l-color-blue, a:hover .blog-date {
  color: #acd6f2; }

.l-color-blue3 {
  color: #658295; }

.l-color-blue-dark {
  color: #004e7d; }

.l-color-blue-darker {
  color: #001d44; }

.l-color-gray, .blog-item a, .blog-links a {
  color: #36454d !important; }

.l-color-gray4 {
  color: #999; }

.l-color-red {
  color: #ec2c22; }

.l-color-red-dark {
  color: #ba160e; }

.l-color-blue2 {
  color: #2d377e; }

.l-color-gray-lighter {
  color: #9c9c9c; }

.l-color-1 {
  color: #682c89; }

.l-color-2 {
  color: #276f37; }

.l-color-3 {
  color: #5e3917; }

.l-color-4 {
  color: #151c4b; }

.l-color-5 {
  color: #9c1c1f; }

.l-color-6 {
  color: #e17a26; }

.l-color-7 {
  color: #0075bf; }

.l-color-8 {
  color: #189245; }

.l-block-black {
  background: #000; }

.l-block-white {
  background: #fff; }

.l-block-white-opacity {
  background: #fff;
  background: rgba(255, 255, 255, 0.9); }

.l-block-white-dark, .ministry-hero {
  background: #f5f5f5; }

.l-block-white-darker {
  background: #eee; }

.l-block-gray-darker {
  background: #273238; }

.l-block-blue {
  background: #acd6f2; }

.l-block-green {
  background: #7A9E54; }

.l-block-green-dark {
  background: #367340; }

.l-block-pink {
  background: #f2dedf; }

.l-block-dark {
  background: #273238;
  background: rgba(39, 50, 56, 0.9); }

.l-block-blue-grad {
  background-image: radial-gradient(#c3e7f8, #7ab1dc); }

.l-transition-background, .btn, html #fc .fc-action--checkout--button, html [data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action, html #fc .fc-button--submit, html [data-fc-sidecart] #fc .fc-fixed-button-left .fc-btn-action, .content-feature-link, .content-link, .blog-item-img:after, .subnav a,
.subnav li > span, .table-custom tbody tr, .feature-item a:after, .dropdown-btn .dropdown-list a,
.dropdown-btn .dropdown-list li > span, .video-icon-outer, .video-item:after {
  transition: background 0.2s ease-in-out; }

.l-transition-color, .fancybox-close, .nav-link, .blog-latest-item, .blog-item a, .blog-links a, .column-link {
  transition: color 0.2s ease-in-out; }

.l-transition-opacity, .feature.owl-theme .owl-controls .owl-prev,
.feature.owl-theme .owl-controls .owl-next, .video-item-circle, .about-4 .img-outer img, .img-onion-item {
  transition: opacity 0.2s ease-in-out; }

.l-transition-background-color, .blog-cat a, .pagination-link, .training-schedule-nav a {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }

.l-transition-all, .btn-cat, .feature-headline p, .about-item, .bridge-tab, .vertical-nav a {
  transition: all 0.2s ease-in-out; }

.l-text-shadow-none {
  text-shadow: none; }

.l-text-shadow {
  text-shadow: 2px 2px 0 #eee; }

.l-column {
  float: left; }

.l-c-1-2 {
  width: 48%;
  margin-left: 4%; }

.l-c-1-3 {
  width: 31.8181818182%;
  margin-left: 2.2727272727%; }

.l-c-2-3 {
  width: 63.6363636364%;
  margin-left: 2.2727272727%; }

.l-c-1-4 {
  width: 23.6363636364%;
  margin-left: 1.8181818182%; }

.l-c-1-5 {
  width: 18.9090909091%;
  margin-left: 1.3636363636%; }

.l-c-1-6 {
  width: 13.9090909091%;
  margin-left: 3.2727272727%; }

.l-c-3-4 {
  width: 74.5454545455%;
  margin-left: 1.8181818182%; }

.l-c-custom {
  width: 19.8959687906%;
  margin-right: 4.6814044213%; }
  .l-c-custom.is-first {
    clear: left; }

.l-c-primary {
  width: 36.3636363636%;
  margin-left: 6.3636363636%; }

.l-c-secondary {
  width: 57.2727272727%;
  margin-left: 6.3636363636%; }

.l-c-3-4.is-first,
.l-c-1-2.is-first,
.l-c-1-3.is-first,
.l-c-2-3.is-first,
.l-c-1-4.is-first,
.l-c-1-5.is-first,
.l-c-1-6.is-first,
.l-c-primary.is-first,
.l-c-secondary.is-first {
  margin-left: 0;
  clear: left; }

.l-row.-reverse .l-column {
  float: right;
  margin-left: 0; }

.l-row.-reverse .l-c-1-2 {
  width: 48%;
  margin-right: 4%; }

.l-row.-reverse .l-c-1-2.is-first,
.l-row.-reverse .l-c-1-3.is-first,
.l-row.-reverse .l-c-1-4.is-first,
.l-row.-reverse .l-c-1-5.is-first,
.l-row.-reverse .l-c-1-6.is-first,
.l-row.-reverse .l-c-primary.is-first,
.l-row.-reverse .l-c-secondary.is-first {
  margin-right: 0;
  clear: left; }

.l-row-first {
  margin-top: 50px;
  float: left;
  width: 100%;
  clear: both; }
  @media only screen and (max-width: 1024px) {
    .l-row-first {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .l-row-first {
      margin-top: 0; } }

.l-ul-horizontal {
  padding-left: 0;
  list-style: none; }
  .l-ul-horizontal > li {
    float: left; }

.l-ul-horizontal-center {
  padding-left: 0;
  list-style: none; }
  .l-ul-horizontal-center > li {
    display: inline-block; }
  .l-ul-horizontal-center.-green > li {
    color: #7A9E54; }
    .l-ul-horizontal-center.-green > li:not(:first-child)::before {
      content: '- ';
      color: #273238; }

.l-viewport,
.l-overview {
  position: relative;
  width: 100%;
  overflow: hidden; }

.l-overview {
  right: 0;
  transition: right 0.2s ease-in-out; }
  @media (max-width: 64em) {
    .is-opened-mobile-nav .l-overview {
      right: 267px; } }

.l-table {
  display: table;
  width: 100%; }

.l-table-cell {
  display: table-cell; }

.l-clear,
.l-center {
  clear: both !important; }

.l-grid-table {
  display: table; }
  .l-grid-table > div {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px; }
    .l-grid-table > div:first-child {
      padding-left: 0; }
  @media only screen and (max-width: 767px) {
    .l-grid-table {
      display: block;
      overflow: hidden; }
      .l-grid-table > div {
        display: block;
        padding-left: 0; } }

.l-grid-inline > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px; }
  .l-grid-inline > div:first-child {
    padding-left: 0; }

.l-eight-essential-evan {
  display: flex;
  flex-wrap: wrap;
  margin-left: -64px; }
  .l-eight-essential-evan > .l-col {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    flex: 0 0 auto;
    width: 33.33%;
    padding-left: 64px; }
    .l-eight-essential-evan > .l-col:nth-child(n + 4) {
      margin-top: 80px; }
    .l-eight-essential-evan > .l-col > .ee-distinctive {
      flex: 1; }
  @media (max-width: 949px) {
    .l-eight-essential-evan {
      margin-left: -40px; }
      .l-eight-essential-evan > .l-col {
        padding-left: 40px;
        width: 50%; }
        .l-eight-essential-evan > .l-col:nth-child(n + 3) {
          margin-top: 60px; } }
  @media (max-width: 544px) {
    .l-eight-essential-evan > .l-col {
      width: 100%; }
      .l-eight-essential-evan > .l-col:nth-child(n + 2) {
        margin-top: 40px; } }

@media only screen and (min-width: 768px) {
  .l-primary-left,
  .l-primary-right {
    width: 58.1818181818%; }
    .l-modular-sm .l-primary-left, .l-modular-sm
    .l-primary-right {
      width: 64%; }
  .l-secondary-left,
  .l-secondary-right {
    width: 35.4545454545%; }
    .l-modular-sm .l-secondary-left, .l-modular-sm
    .l-secondary-right {
      width: 28%; }
  .l-primary-left,
  .l-secondary-left {
    float: left;
    clear: left; }
  .l-primary-right,
  .l-secondary-right {
    float: right;
    clear: right; }
  .l-primary-2 {
    width: 63.3636363636%;
    float: left; }
  .l-secondary-2 {
    width: 32%;
    float: right; }
  .l-half {
    width: 50%;
    float: left; }
    .l-half.with-offset {
      margin-left: 50%; } }

@media only screen and (max-width: 900px) {
  .l-ctmd-1-1 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 40px; }
    .l-ctmd-1-1.is-first {
      margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .l-table,
  .l-table-cell {
    display: block; }
  .l-c-custom {
    width: 45%;
    margin-right: 5%; }
    .l-c-custom.is-2-first {
      clear: left; }
  .l-c-1-4,
  .l-c-1-3,
  .l-cm-1-1 {
    width: 100%;
    float: none;
    margin-left: 0; } }

.l-relative {
  position: relative; }

.l-ministries-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-top: 2.5rem; }
  .l-ministries-grid .item {
    width: 33.33%;
    padding-left: 1.5rem;
    margin-top: 1.5rem; }
  .l-ministries-grid .m-ministry-card__image {
    z-index: initial; }
  .l-ministries-grid .m-ministry-card::before {
    z-index: 1; }
  .l-ministries-grid .m-ministry-card__title {
    z-index: 2; }
  @media (max-width: 64em) {
    .l-ministries-grid .item {
      width: 50%; } }
  @media (max-width: 40.125em) {
    .l-ministries-grid .item {
      width: 100%; } }

.t-home__wwdo-grid {
  display: grid;
  text-align: center;
  gap: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(21.875rem, 100%), 1fr)); }
  @media (min-width: 64.0625em) {
    .t-home__wwdo-grid {
      gap: 9rem; } }

.t-home__sharing-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem; }
  .t-home__sharing-grid :last-child {
    flex-grow: 1;
    flex-basis: 40%; }
  .t-home__sharing-grid :first-child {
    flex-basis: 0;
    flex-grow: 999;
    min-inline-size: 50%; }

.t-home__sharing-subline {
  font-family: "Merriweather", serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  color: #367340;
  font-style: italic; }

.t-home__sharing-content > * + * {
  margin-top: 1rem; }

.fc-cart__item__option--code {
  display: none; }

.bg-cover {
  background-size: cover; }

.bg-center {
  background-position: center center; }

.bg-img-resources {
  background-image: url("/img/bg/resources.jpg"); }

.bg-img-good-soil {
  background-image: url("/img/bg/good-soil.jpg"); }

.bg-img-storytelling {
  background-image: url("/img/bg/storytelling.jpg"); }

.bg-img-moving-beyond-lecture {
  background-image: url("/img/bg/moving-beyond-lecture.jpg"); }

.bg-hero-personal-e-d {
  background: url("/img/ministry/personal-e-d/hero-l.png") left bottom no-repeat, url("/img/ministry/personal-e-d/hero-r.png") right bottom no-repeat; }
  @media only screen and (max-width: 1024px) {
    .bg-hero-personal-e-d {
      background-size: auto 280px; } }

.bg-hero-pastors {
  background: url("/img/ministry/pastors/hero.jpg") no-repeat bottom center;
  background-size: cover; }

.bg-hero-missionaries {
  background: url("/img/ministry/missionaries/hero.jpg") no-repeat bottom center;
  background-size: cover; }

.bg-hero-agencies {
  background: url("/img/ministry/mission-agencies/hero.jpg") no-repeat top center;
  background-size: cover; }

.bg-hero-children {
  background: url("/img/ministry/children/hero.jpg") no-repeat top center;
  background-size: cover; }

.bg-hero-adults {
  background: url("/img/ministry/adults/hero.jpg") no-repeat top center;
  background-size: cover; }

.bg-hero-youth-ministry {
  background: url("/img/ministry/youth-ministry/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-parents {
  background: url("/img/ministry/parents/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-groups {
  background: url("/img/ministry/groups/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-christian-schools {
  background: url("/img/ministry/christian-schools/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-esl {
  background: url("/img/ministry/esl/hero.jpg") no-repeat top center;
  background-size: cover; }

.bg-hero-jails {
  background: url("/img/ministry/jails-and-prisons/hero.jpg") no-repeat top center;
  background-size: cover; }

.bg-hero-youth-detention {
  background: url("/img/ministry/youth-detention-centers/hero.jpg") no-repeat top center;
  background-size: cover; }

.bg-hero-rescues {
  background: url("/img/ministry/rescue-missions/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-pregnancy-care {
  background: url("/img/ministry/pregnancy-care-centers/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-home-schools {
  background: url("/img/ministry/home-schools/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-seminaries {
  background: url("/img/ministry/seminaries/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-military-chaplains {
  background: url("/img/ministry/military-chaplains/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-deaf {
  background: url("/img/ministry/deaf-ministries/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-laptop-map {
  background: url("/img/ministry/mission-agencies/laptop-map.jpg") no-repeat center center;
  background-size: cover; }

.bg-released-time-bible-classes {
  background: url("/img/ministry/released-time-bible-classes/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-church-planters {
  background: url("/img/ministry/church-planters/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-campus-ministries {
  background: url("/img/ministry/campus-ministries/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-short-term-missions {
  background: url("/img/ministry/short-term-missions/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-medical-ministry-teams {
  background: url("/img/ministry/medical-ministry-teams/hero.jpg") no-repeat center center;
  background-size: cover; }

.bg-hero-ministries {
  background: url("/img/bg/ministries.jpg") #f5f5f5 no-repeat right bottom;
  background-size: cover; }
  html:lang(es) .bg-hero-ministries {
    background-image: url("/img/bg/ministries-es.jpg"); }
  @media only screen and (max-width: 767px) {
    .bg-hero-ministries {
      background-size: auto 70vw;
      background-position: right top; } }
  @media only screen and (max-width: 479px) {
    .bg-hero-ministries {
      background-size: auto 90vw; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.is-trof-custom {
  margin-left: 130px !important; }

@media only screen and (max-width: 479px) {
  .is-trof-custom {
    margin-left: 0 !important; } }

.is-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.is-uppercase {
  text-transform: uppercase; }

.is-text-italic {
  font-style: italic; }

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

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

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

.is-text-extra-big {
  font-size: 24px !important; }

.is-text-bigger-md {
  font-size: 22px !important; }

.is-text-bigger {
  font-size: 18px !important; }

.is-text-big {
  font-size: 16px !important; }

.is-text-normal {
  font-size: 14px !important; }

.is-text-smaller {
  font-size: 13px !important; }

.is-text-small {
  font-size: 12px !important; }

.is-text-tightly {
  letter-spacing: -1px; }

.is-tablet-visible {
  display: none; }

@media only screen and (max-width: 767px) {
  .is-text-center-m {
    text-align: center; }
  .is-mobile-hidden {
    display: none; } }

@media only screen and (min-width: 768px) {
  .is-mobile-visible {
    display: none; } }

.is-tablet-md-inline {
  display: none; }

@media only screen and (max-width: 900px) {
  .is-tablet-md-inline {
    display: inline; } }

@media only screen and (max-width: 1024px) {
  .is-tablet-visible {
    display: inherit; }
  .is-tablet-hidden {
    display: none; } }

.is-marginless {
  margin: 0 !important; }

.is-rounded {
  border-radius: 3px; }

.text-20 {
  font-size: 20px; }

.text-24 {
  font-size: 24px; }

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

.is-font-normal {
  font-weight: normal; }

.is-font-bold {
  font-weight: 700; }

.is-font-xbold {
  font-weight: 900; }

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

.is-list-plain {
  list-style: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.is-hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.is-visuallyhidden,
.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.is-visuallyhidden.is-focusable:active,
.is-visuallyhidden.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.is-invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.l-cf, .pagination, .sidebar-ctas, .sidebar-ctas > .item, .l-row {
  *zoom: 1; }
  .l-cf:before, .pagination:before, .sidebar-ctas:before, .sidebar-ctas > .item:before, .l-row:before, .l-cf:after, .pagination:after, .sidebar-ctas:after, .sidebar-ctas > .item:after, .l-row:after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */ }
  .l-cf:after, .pagination:after, .sidebar-ctas:after, .sidebar-ctas > .item:after, .l-row:after {
    clear: both; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  .m-series-teaser__title,
  h3 {
    orphans: 3;
    widows: 3; }
  
  h2,
  .m-series-teaser__title,
  h3 {
    page-break-after: avoid; }
  .header,
  .o-footer,
  .o-subscribe-section {
    display: none; }
  #fc.is-content-receipt {
    padding-top: 0; } }
