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

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
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; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  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:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.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.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* Element Adjustments */
img {
  margin: 0;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ul i,
  nav li i {
    font-style: normal; }
  nav ul br,
  nav li br {
    display: none; }

select {
  color: #54585A; }

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #54585A;
  font-family: HelveticaNeueLTPro-Cn, sans-serif;
  font-size: 20px;
  line-height: 1.4; }
  body.loading-js {
    visibility: hidden; }

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 30px;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 56px; } }
h2 {
  font-size: 26px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 30px; } }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 32px; } }
h3 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 28px; } }
  @media screen and (min-width: 1024px) {
    h3 {
      font-size: 30px; } }
h4 {
  font-size: 24px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 16px; }

p {
  font-size: 20px;
  line-height: 1.4;
  margin: 1.5em 0; }

hr {
  border-top: 1px solid #002F6C;
  margin: 50px 0; }

a {
  color: #69B3E7;
  text-decoration: none; }
  a:focus {
    outline: none; }

blockquote {
  margin: 35px 0;
  position: relative; }
  blockquote p {
    font-size: 30px;
    margin-top: 0px; }

.wp-caption {
  width: 100% !important;
  color: #9EA2A2; }
  .wp-caption img {
    width: 100%;
    height: auto; }

.wp-caption-text {
  display: block;
  color: #9EA2A2;
  margin: 10px 0 50px; }

.gallery {
  list-style: none;
  padding: 0; }
  .gallery li {
    margin: 50px 0; }
  .gallery img {
    width: 100%;
    height: auto; }

/* Custom WP Formats */
.dropcap {
  float: left;
  font-size: 80px;
  font-weight: 900;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px; }

/* Wrappers */
.l-wrapper {
  max-width: 1300px;
  margin: 0 auto; }

.m-wrapper {
  max-width: 770px;
  margin: 0 auto; }

.s-wrapper, .editor > div, .stackla-form-embed > div {
  max-width: 645px;
  margin: 0 auto; }

/* Buttons & Input Fields */
.button a {
  display: inline-block;
  background: #002F6C;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 12px 30px;
  border-radius: 4px; }
  @media screen and (min-width: 1024px) {
    .button a {
      font-size: 20px;
      padding: 15px 30px; } }
button {
  display: inline-block;
  background: #002F6C;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 12px 30px;
  border-radius: 4px; }
  @media screen and (min-width: 1024px) {
    button {
      font-size: 20px;
      padding: 15px 30px; } }
label {
  text-transform: uppercase;
  font-weight: 700;
  color: #9EA2A2;
  font-size: 13px;
  letter-spacing: 1px; }

input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px;
  line-height: 28px;
  color: #54585A;
  -webkit-transition: .25s linear;
  transition: .25s linear;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  border-radius: 0;
  -webkit-appearance: none; }
  input::-webkit-input-placeholder {
    color: #9EA2A2; }
  input::-moz-placeholder {
    color: #9EA2A2; }
  input:-ms-input-placeholder {
    color: #9EA2A2; }
  input::-ms-input-placeholder {
    color: #9EA2A2; }
  input::placeholder {
    color: #9EA2A2; }
  input:focus {
    outline: none;
    background: #69B3E7;
    color: #fff; }
    input:focus::-webkit-input-placeholder {
      color: #fff; }
    input:focus::-moz-placeholder {
      color: #fff; }
    input:focus:-ms-input-placeholder {
      color: #fff; }
    input:focus::-ms-input-placeholder {
      color: #fff; }
    input:focus::placeholder {
      color: #fff; }
  @media screen and (min-width: 1024px) {
    input {
      padding: 0 50px; } }
textarea {
  width: 100%;
  border: 1px solid #78BE20;
  padding: 10px;
  line-height: 28px;
  color: #54585A;
  -webkit-transition: .25s linear;
  transition: .25s linear; }
  textarea:focus {
    outline: none;
    border: 1px solid #0ecc0e; }

select {
  margin-top: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #78BE20;
  padding: 10px;
  line-height: 28px;
  color: #54585A;
  -webkit-transition: .25s linear;
  transition: .25s linear; }
  select:focus {
    outline: none;
    border: 1px solid #0ecc0e; }

/* Custom Classes */
.cat-link {
  color: #fff;
  text-decoration: none; }

/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
header {
  position: relative;
  z-index: 10000;
  width: 100%;
  background: white;
  -webkit-transition: .15s linear;
  transition: .15s linear; }
  @media screen and (min-width: 768px) {
    header.active {
      -webkit-box-shadow: 0px 0px 4px #DCDCDC;
              box-shadow: 0px 0px 4px #DCDCDC;
      background: rgba(255, 255, 255, 0.9); } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    header.active .sub-menu {
      background: rgba(255, 255, 255, 0.9) !important; } }
  @media screen and (min-width: 768px) {
      header.active .main-navigation .sub-menu {
        background: #F2F2F2 !important; }
      header.active .banner-message p {
        margin: 10px 0 0; } }
  @media screen and (min-width: 860px) {
    header {
      position: fixed; } }
.hamburger-menu {
  position: absolute;
  top: 22px;
  right: 14px;
  cursor: pointer; }
  @media screen and (min-width: 860px) {
    .hamburger-menu {
      display: none; } }
  .hamburger-menu span {
    display: block;
    position: relative;
    width: 23px;
    height: 2px;
    margin: 6px;
    background-color: #54585A;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .hamburger-menu.open .bun.top {
    top: 8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .hamburger-menu.open .patty {
    background: none !important; }
  .hamburger-menu.open .bun.bottom {
    top: -8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.header-upper-wrap {
  position: relative; }

.header-upper {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD; }
  @media screen and (min-width: 860px) {
    .header-upper {
      padding: 0px 20px; } }
  @media screen and (min-width: 1024px) {
    .header-upper {
      padding: 0 50px; } }
@media screen and (min-width: 860px) {
  .logo {
    float: left;
    padding: 15px 0; } }

.logo img {
  max-width: 160px;
  border: none; }
  @media screen and (min-width: 860px) {
    .logo img {
      max-width: none;
      width: 100%;
      height: auto; } }
.logo .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Main Nav
--------------------- */
@media screen and (min-width: 860px) {
  .main-navigation {
    float: right; } }

.main-navigation .search-icon {
  position: absolute;
  top: 27px;
  right: 60px;
  background: url(../img/icon-search.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: .15s linear;
  transition: .15s linear; }
  @media screen and (min-width: 860px) {
    .main-navigation .search-icon {
      max-width: none;
      position: relative;
      top: auto;
      right: auto; } }
  .main-navigation .search-icon:hover {
    -webkit-transform-origin: 50% 49%;
        -ms-transform-origin: 50% 49%;
            transform-origin: 50% 49%;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .main-navigation .search-icon.deactive {
    display: none; }

.main-navigation li.menu-item-has-children {
  position: relative; }

@media screen and (min-width: 860px) {
  .main-navigation .sub-menu {
    background-color: #F2F2F2;
    border: 1px solid #DDDDDD;
    top: 81px;
    left: 0;
    width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 100;
    width: 260px;
    padding: 20px; } }

.main-navigation .sub-menu li {
  padding: 0; }
  @media screen and (min-width: 860px) {
    .main-navigation .sub-menu li {
      padding-top: 0;
      margin-top: 0; }
      .main-navigation .sub-menu li:last-child {
        margin-bottom: 0;
        padding-bottom: 0; } }
.main-navigation .sub-menu li a {
  font-size: 15px;
  padding: 0;
  color: #54585A; }

.main-nav {
  display: none;
  width: 100%;
  padding-top: 30px; }
  @media screen and (min-width: 860px) {
    .main-nav {
      display: inline-block !important;
      /* Override jQuery */
      vertical-align: middle;
      width: auto;
      padding-top: 0; } }
  .main-nav li {
    padding: 15px 0; }
    @media screen and (min-width: 860px) {
      .main-nav li {
        display: inline-block;
        margin: 0 20px;
        padding: 0; } }
  .main-nav a {
    display: block;
    width: 100%;
    color: #2E3D44;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    .main-nav a:hover {
      color: #69B3E7; }
    @media screen and (min-width: 860px) {
      .main-nav a {
        padding: 30px 0;
        font-size: 15px; } }
  .main-nav .current-menu-item a, .main-nav .current-page-ancestor a {
    color: #69B3E7; }

.header-lower {
  position: relative; }
  .header-lower form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (min-width: 860px) {
      .header-lower form {
        height: 100%; } }
    .header-lower form input {
      border-radius: 0 !important;
      -webkit-appearance: none !important;
      -webkit-border-radius: 0 !important; }

.cat-nav {
  display: none;
  width: 100%;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #DDDDDD; }
  @media screen and (min-width: 860px) {
    .cat-nav {
      display: inline-block !important;
      /* Override jQuery */
      vertical-align: middle;
      text-align: center;
      padding: 0 20px;
      border-bottom: none; } }
  @media screen and (min-width: 1024px) {
    .cat-nav {
      padding: 0 50px; } }
  @media screen and (min-width: 860px) {
    .cat-nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cat-nav > ul > li {
    padding: 15px 0; }
    @media screen and (min-width: 860px) {
      .cat-nav > ul > li {
        padding: 0; } }
  .cat-nav > ul > li > a {
    color: #2E3D44;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    .cat-nav > ul > li > a:hover {
      color: #69B3E7; }
    @media screen and (min-width: 860px) {
      .cat-nav > ul > li > a {
        padding: 23px 10px;
        display: block;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .cat-nav > ul > li > a {
        padding: 23px 20px; } }
  .cat-nav > ul > li.current-menu-item > a {
    color: #69B3E7; }

.has-sub-menu {
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 860px) {
    .has-sub-menu {
      position: static; } }
  .has-sub-menu > a {
    display: inline-block !important;
    width: auto; }
    @media screen and (min-width: 860px) {
      .has-sub-menu > a {
        display: block !important;
        width: 100%; } }
  .has-sub-menu:before {
    position: absolute;
    top: 23px;
    right: 0px;
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    background: url(../img/icon-plus.svg) no-repeat; }
    @media screen and (min-width: 860px) {
      .has-sub-menu:before {
        display: none; } }
  .has-sub-menu.active:before {
    top: 28px;
    background: url(../img/icon-minus.svg) no-repeat; }
  .has-sub-menu .sub-menu.active {
    display: block !important; }
    @media screen and (min-width: 860px) {
      .has-sub-menu .sub-menu.active {
        display: none !important; } }
  .has-sub-menu:hover .sub-menu {
    display: none; }
    @media screen and (min-width: 860px) {
      .has-sub-menu:hover .sub-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
.sub-menu {
  display: none;
  position: relative;
  padding: 5px 20px;
  width: 100%;
  background: #ffffff;
  text-align: left; }
  @media screen and (min-width: 860px) {
    .sub-menu {
      position: absolute;
      left: 0;
      top: 71px;
      -webkit-box-shadow: 0px 4px 4px -4px #DCDCDC;
              box-shadow: 0px 4px 4px -4px #DCDCDC;
      padding: 30px 20px 50px;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .sub-menu {
      padding: 30px 50px 50px; } }
  .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%; }
    @media screen and (min-width: 860px) {
      .sub-menu ul {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        max-width: 25%; } }
  .sub-menu li {
    margin: 10px 0; }
    .sub-menu li a {
      color: #54585A;
      text-transform: uppercase;
      font-size: 15px;
      -webkit-transition: .15s linear;
      transition: .15s linear; }
      @media screen and (min-width: 860px) {
        .sub-menu li a {
          font-size: 18px; } }
      .sub-menu li a:hover {
        color: #69B3E7; }
  .sub-menu .inner-wrapper {
    display: none; }
    @media screen and (min-width: 860px) {
      .sub-menu .inner-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 75%;
                flex: 0 1 75%;
        max-width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -3px; } }
    .sub-menu .inner-wrapper article {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      max-width: 25%;
      margin-bottom: 0;
      padding: 0 3px; }
      .sub-menu .inner-wrapper article a {
        display: block;
        -webkit-transition: .15s linear;
        transition: .15s linear; }
        .sub-menu .inner-wrapper article a:hover {
          -webkit-transform-origin: 50% 49%;
              -ms-transform-origin: 50% 49%;
                  transform-origin: 50% 49%;
          -webkit-transform: scale(1.01);
              -ms-transform: scale(1.01);
                  transform: scale(1.01); }
      .sub-menu .inner-wrapper article.video figure {
        position: relative; }
      .sub-menu .inner-wrapper article.video .play {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 60px;
        height: 60px; }
    .sub-menu .inner-wrapper figure {
      margin-bottom: 10px;
      padding-top: 65%;
      border-radius: 7px; }
    .sub-menu .inner-wrapper .video-thumbnail {
      margin-bottom: 10px;
      padding-top: 65%;
      position: relative; }
      .sub-menu .inner-wrapper .video-thumbnail > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .sub-menu .inner-wrapper p {
      font-size: 18px;
      color: #54585A; }
    .sub-menu .inner-wrapper .author {
      color: #9EA2A2;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: .6px; }
    .sub-menu .inner-wrapper h2 {
      font-size: 18px;
      margin-bottom: 5px;
      color: #69B3E7; }

iframe {
  border-radius: 7px; }
  iframe .ee-components-view, iframe .ee-components-view-center {
    padding: 0 !important; }

.language-select {
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 95px; }
  @media screen and (min-width: 860px) {
    .language-select {
      position: relative;
      border-left: 1px solid #DDDDDD;
      padding-left: 20px;
      margin-left: 20px;
      top: auto;
      right: auto; } }
  .language-select select {
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    width: auto;
    border: none;
    margin: 5px 0;
    padding: 0 20px 0 0;
    background: url(../img/icon-select.svg) no-repeat center right #fff; }
    .language-select select:focus {
      border: none; }

.optanon-alert-box-wrapper {
  display: none !important; }

.banner-message {
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 1024px) {
    .banner-message {
      padding-right: 50px;
      padding-left: 50px; } }
  .banner-message p {
    color: #0080ff !important;
    font-size: 11pt;
    line-height: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
  .banner-message a {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif; }

/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
footer {
  position: relative;
  border-top: 2px solid #78BE20;
  padding: 0 20px 50px; }
  @media screen and (min-width: 1024px) {
    footer {
      padding: 0 50px 0; } }
  footer:before {
    position: absolute;
    top: 0;
    right: 50px;
    content: '';
    display: block;
    width: calc(100% - 100px);
    height: 10px;
    border-radius: 0 0 25px 25px;
    background: #78BE20; }
    @media screen and (min-width: 768px) {
      footer:before {
        width: 230px; } }
  footer > div {
    margin: 40px 0; }
    @media screen and (min-width: 768px) {
      footer > div {
        margin: 75px 0; } }
  footer p {
    text-align: center;
    margin: 40px 0 !important;
    font-size: 15px;
    color: #9EA2A2; }
    @media screen and (min-width: 768px) {
      footer p {
        text-align: left;
        margin: 75px 0 !important; } }
@media screen and (min-width: 768px) {
  .privacy-nav {
    float: left; } }

.privacy-nav li {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .privacy-nav li {
      display: inline-block;
      margin-right: 25px;
      margin-bottom: 0; } }
.privacy-nav a:hover {
  text-decoration: none; }

.social-nav {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .social-nav {
      float: right; } }
  .social-nav li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .social-nav li {
        margin-left: 10px;
        margin-right: 0; } }
  .social-nav a:hover {
    text-decoration: none; }

/* Main Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
main {
  display: block;
  /* IE! */
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.default.page main {
  padding: 0; }

.default.page .content-module {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    .default.page .content-module {
      padding-left: 50px;
      padding-right: 50px; } }
  .default.page .content-module:first-child {
    margin-top: 0; }

.default.page .post-category {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.home main {
  max-width: 1400px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    .home main {
      padding-top: 0 !important; } }
@media screen and (max-width: 860px) {
  .home.default.page .hero, .home.default.page main,
  .archive .hero,
  .archive main,
  .search .hero,
  .search main,
  .error404 .hero,
  .error404 main,
  .single-post .hero,
  .single-post main,
  .single-bio .hero,
  .single-bio main {
    padding-top: 0 !important; } }

.home.default.page main,
.archive main,
.search main,
.error404 main,
.single-post main,
.single-bio main {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    .home.default.page main,
    .archive main,
    .search main,
    .error404 main,
    .single-post main,
    .single-bio main {
      padding-left: 50px;
      padding-right: 50px; } }
.home.default.page .content-module,
.archive .content-module,
.search .content-module,
.error404 .content-module,
.single-post .content-module,
.single-bio .content-module {
  padding-left: 0;
  padding-right: 0; }

.single-post main {
  padding-top: 0 !important; }

.search-results-archive {
  margin-bottom: 100px; }

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
@media screen and (max-width: 860px) {
  .hero {
    padding-top: 0 !important; } }

@media screen and (min-width: 860px) {
  .hero {
    height: 100%; } }

.hero > div {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 860px) {
    .hero > div {
      height: 100%; } }
@media screen and (min-width: 768px) {
  .hero.has-video .bg-image {
    background: transparent !important; } }

@media screen and (min-width: 768px) {
  .hero.has-video .bg-image img {
    display: none; } }

.hero .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
  .hero .bg-image.hero-image-hide {
    background: none !important; }
  .hero .bg-image.show-video-on-device video {
    display: block !important; }

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.hero .hero-content {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  height: 100%;
  padding: 100px 30px 100px; }
  @media screen and (min-width: 768px) {
    .hero .hero-content {
      padding: 150px 50px 150px; } }
.hero .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  width: 100%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .hero .breadcrumbs {
      padding: 15px 70px;
      border-top: 1px solid #DDDDDD; } }
  .hero .breadcrumbs span {
    color: #002F6C;
    font-size: 15px; }
  .hero .breadcrumbs a {
    text-transform: none !important;
    font-weight: normal !important; }

.hero video {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) {
    .hero video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      display: block; } }
.hero h1, .hero p, .hero b, .hero strong {
  color: #fff; }

.hero p {
  font-size: 22px;
  line-height: 29px;
  margin: 40px 0; }

.hero.pages .hero-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.hero.pages .page-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .hero.pages .page-title {
      margin-bottom: 50px;
      font-size: 20px; } }
.hero.pages .sub-title {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 5px; }
  @media screen and (min-width: 768px) {
    .hero.pages .sub-title {
      font-size: 75px; } }
.hero.posts .hero-content {
  padding-left: 0;
  vertical-align: bottom;
  padding: 140px 20px 20px 20px; }
  @media screen and (min-width: 768px) {
    .hero.posts .hero-content {
      padding: 140px 50px 50px; } }
  @media screen and (min-width: 860px) {
    .hero.posts .hero-content {
      padding: 50px 100px; } }
.hero.posts h1 {
  font-size: 40px; }
  @media screen and (min-width: 768px) {
    .hero.posts h1 {
      font-size: 56px; } }
  @media screen and (min-width: 1024px) {
    .hero.posts h1 {
      font-size: 76px; } }
.page-header {
  color: #002F6C;
  text-transform: uppercase;
  padding: 110px 20px 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .page-header {
      padding: 210px 50px 0; } }
/* Pagination Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.pagination {
  text-align: center;
  margin: 75px 0 0; }
  .pagination li {
    display: inline-block; }
  .pagination a {
    display: inline-block;
    margin: 0 20px;
    color: #54585A; }
  .pagination .current {
    display: inline-block;
    background: #69B3E7;
    padding: 5px 13px;
    color: #fff;
    border-radius: 4px; }

/* Content Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.content-module {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .content-module {
      margin-top: 100px;
      margin-bottom: 100px; } }
  .content-module:first-child {
    margin-top: 0; }

body.page-id-162 .content-module:not(.stats-panel) > div:not(.floating-image-container),
body.page-id-164 .content-module:not(.stats-panel) > div:not(.floating-image-container),
body.page-id-166 .content-module:not(.stats-panel) > div:not(.floating-image-container) {
  opacity: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1); }

.section-header.default {
  border-bottom: 2px solid #002F6C;
  border-radius: 5px 0px 0px 5px;
  margin-bottom: 60px; }
  .section-header.default h3, .section-header.default a {
    background: #002F6C;
    border-radius: 5px 5px 0px 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .section-header.default h3, .section-header.default a {
        padding: 10px 30px; } }
.section-header.breadcrumbs {
  margin-bottom: 60px; }
  .section-header.breadcrumbs h3, .section-header.breadcrumbs a {
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    color: #002F6C; }

.sub-headline {
  margin-bottom: 20px; }

.post-excerpt {
  margin-bottom: 50px; }

.text-panel {
  text-align: center;
  padding-left: 50px !important;
  padding-right: 50px !important; }
  .text-panel > div {
    position: relative;
    z-index: 2; }
  .text-panel h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 5px; }
    @media screen and (min-width: 768px) {
      .text-panel h2 {
        font-size: 45px; } }
  .text-panel p {
    font-size: 18px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .text-panel p {
        font-size: 28px; } }
  .text-panel > img {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%; }

.cta-panel {
  position: relative;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0;
  padding-left: 50px !important;
  padding-right: 50px !important; }
  .cta-panel > img {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%; }
  .cta-panel h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 5px; }
    @media screen and (min-width: 768px) {
      .cta-panel h2 {
        font-size: 45px; } }
  .cta-panel p {
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .cta-panel p {
        font-size: 28px; } }
  .cta-panel.background-image {
    color: #54585A;
    padding-bottom: 600px; }
    @media screen and (min-width: 1240px) {
      .cta-panel.background-image {
        padding-bottom: 50%; } }
    .cta-panel.background-image:before {
      display: none; }
    .cta-panel.background-image h2 {
      color: #54585A; }
    .cta-panel.background-image h5 {
      color: #54585A; }
    .cta-panel.background-image p {
      color: #54585A; }

.video-panel {
  text-align: center; }
  .video-panel.offset-video {
    margin-top: 160px; }
  .video-panel iframe {
    border-radius: 0; }
  .video-panel p {
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .video-panel p {
        font-size: 28px; } }
  .video-panel > div.offset-video {
    margin-top: -160px; }

.stats-panel {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px; }
  .stats-panel h2 {
    margin-bottom: 50px;
    font-size: 32px;
    text-transform: uppercase;
    color: #002F6C;
    letter-spacing: 5px; }
    @media screen and (min-width: 768px) {
      .stats-panel h2 {
        font-size: 45px; } }
  .stats-panel > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1160px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .stats-panel > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .stats-panel > div > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; } }
    @media screen and (min-width: 1024px) {
      .stats-panel > div > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%; } }
  .stats-panel .stat {
    opacity: 0; }
    .stats-panel .stat h1 {
      color: #69B3E7;
      font-size: 52px;
      -webkit-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
              transform: translateY(-100px); }
      @media screen and (min-width: 768px) {
        .stats-panel .stat h1 {
          font-size: 80px; } }
    .stats-panel .stat p {
      -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
              transform: translateY(100px); }

.quote-panel {
  text-align: center;
  padding-top: 80px;
  margin: 0;
  padding-left: 70px !important;
  padding-right: 70px !important; }
  @media screen and (min-width: 1024px) {
    .quote-panel {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  .quote-panel > img {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%; }
  .quote-panel h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #25282A;
    font-size: 20px; }
  .quote-panel p {
    color: #25282A;
    font-size: 21px; }
    @media screen and (min-width: 768px) {
      .quote-panel p {
        font-size: 30px; } }
  .quote-panel .slick-slide {
    padding-bottom: 300px; }
    @media screen and (min-width: 1240px) {
      .quote-panel .slick-slide {
        padding-bottom: 10%; } }
  .quote-panel .slick-prev {
    background: url(../img/check-prev.svg) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    top: 50px;
    left: -50px;
    width: 30px;
    height: 30px; }
    @media screen and (min-width: 1024px) {
      .quote-panel .slick-prev {
        width: 55px;
        height: 55px;
        left: -75px; } }
  .quote-panel .slick-next {
    background: url(../img/check-next.svg) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    top: 50px;
    right: -50px;
    width: 30px;
    height: 30px; }
    @media screen and (min-width: 1024px) {
      .quote-panel .slick-next {
        width: 55px;
        height: 55px;
        right: -75px; } }
.steps-panel {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 25%;
  margin: 0;
  padding-left: 90px !important;
  padding-right: 90px !important; }
  .steps-panel h2 {
    margin-bottom: 50px;
    font-size: 45px;
    text-transform: uppercase;
    color: #002F6C;
    letter-spacing: 5px; }
  .steps-panel > img {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%; }
  .steps-panel .quote.slick-active {
    position: relative; }
    .steps-panel .quote.slick-active:after {
      content: '';
      display: none;
      position: absolute;
      width: 50%;
      height: 2px;
      background-color: #fff;
      top: 70px;
      right: -25%; }
  .steps-panel h3 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #69B3E7;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    line-height: 1; }
  .steps-panel p {
    color: #25282A;
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px; }
  .steps-panel .slick-slide img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px;
    max-width: 240px;
    width: 100%;
    height: auto; }
  .steps-panel .slick-prev {
    background: url(../img/check-prev.svg) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    top: 100px;
    left: -75px; }
  .steps-panel .slick-next {
    background: url(../img/check-next.svg) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    top: 100px;
    right: -75px; }

.pagination-panel {
  text-align: center;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #002F6C; }
  @media screen and (min-width: 1024px) {
    .pagination-panel {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .pagination-panel h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff; }
  .pagination-panel h1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 20px; }
    .pagination-panel h1 img {
      margin-left: 20px; }
    @media screen and (min-width: 1024px) {
      .pagination-panel h1 {
        font-size: 20px;
        font-size: 45px; } }
.background-white {
  background-color: #fff;
  margin-top: 120px;
  margin-bottom: 120px; }
  .background-white h2 {
    color: #002F6C; }

.background-grey {
  background-color: #F2F2F2;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px; }
  .background-grey h2 {
    color: #002F6C; }

.background-blue {
  background-color: #69B3E7;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px; }
  .background-blue h2 {
    color: #002F6C; }
  .background-blue h5 {
    color: #fff; }
  .background-blue p {
    color: #fff; }

.background-navy {
  background-color: #002F6C;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px; }
  .background-navy h2 {
    color: #fff; }
  .background-navy h5 {
    color: #fff; }
  .background-navy p {
    color: #fff; }
  .background-navy .button a {
    background-color: #69B3E7; }

.background-image {
  position: relative;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px; }
  .background-image:before {
    background-color: #000;
    opacity: .4;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .background-image h2 {
    color: #fff; }
  .background-image h5 {
    color: #fff; }
  .background-image p {
    color: #fff; }

.under-hero-content {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
  padding-left: 50px !important;
  padding-right: 50px !important; }
  .under-hero-content h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #002F6C; }
    @media screen and (min-width: 768px) {
      .under-hero-content h2 {
        font-size: 45px; } }
  .under-hero-content div {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 1240px) {
      .under-hero-content div {
        max-width: 792px; } }
    .under-hero-content div p {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.29px; }
      @media screen and (min-width: 768px) {
        .under-hero-content div p {
          font-size: 28px;
          line-height: 41px; } }
      .under-hero-content div p:last-child {
        margin-bottom: 0; }
  .under-hero-content .floating-image-container {
    position: absolute;
    z-index: 2;
    overflow: hidden; }
    .under-hero-content .floating-image-container.top-left {
      top: -200px;
      left: 0;
      max-width: 160px; }
      .under-hero-content .floating-image-container.top-left img {
        -webkit-transform: translateX(-300px);
            -ms-transform: translateX(-300px);
                transform: translateX(-300px); }
      @media screen and (min-width: 768px) {
        .under-hero-content .floating-image-container.top-left {
          top: -250px; } }
      @media screen and (min-width: 1024px) {
        .under-hero-content .floating-image-container.top-left {
          max-width: 100%; } }
    .under-hero-content .floating-image-container.top-right {
      right: 0;
      top: -250px;
      display: none; }
      .under-hero-content .floating-image-container.top-right img {
        -webkit-transform: translateX(300px);
            -ms-transform: translateX(300px);
                transform: translateX(300px); }
      @media screen and (min-width: 1024px) {
        .under-hero-content .floating-image-container.top-right {
          display: block; } }
    .under-hero-content .floating-image-container.bottom-right {
      right: 0;
      bottom: -200px;
      max-width: 160px; }
      .under-hero-content .floating-image-container.bottom-right img {
        -webkit-transform: translateX(400px);
            -ms-transform: translateX(400px);
                transform: translateX(400px); }
      @media screen and (min-width: 1024px) {
        .under-hero-content .floating-image-container.bottom-right {
          bottom: -250px;
          max-width: 100%; } }
.page-id-164 .under-hero-content .bottom-right {
  max-width: 240px; }
  @media screen and (min-width: 768px) {
    .page-id-164 .under-hero-content .bottom-right {
      max-width: 100%; } }
@media screen and (min-width: 768px) {
  .page-id-166 .under-hero-content {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

.page-id-166 .under-hero-content .floating-image-container.top-left {
  max-width: 120px; }
  @media screen and (min-width: 768px) {
    .page-id-166 .under-hero-content .floating-image-container.top-left {
      max-width: 160px;
      top: -200px; } }
  @media screen and (min-width: 860px) {
    .page-id-166 .under-hero-content .floating-image-container.top-left {
      top: -250px; } }
  @media screen and (min-width: 1024px) {
    .page-id-166 .under-hero-content .floating-image-container.top-left {
      max-width: 240px;
      top: -300px; } }
.page-id-166 .under-hero-content .floating-image-container.bottom-right {
  max-width: 120px; }
  @media screen and (min-width: 768px) {
    .page-id-166 .under-hero-content .floating-image-container.bottom-right {
      max-width: 140px; } }
  @media screen and (min-width: 860px) {
    .page-id-166 .under-hero-content .floating-image-container.bottom-right {
      bottom: -250px; } }
  @media screen and (min-width: 1024px) {
    .page-id-166 .under-hero-content .floating-image-container.bottom-right {
      max-width: 200px; } }
.nutrition-philosophy {
  background-color: #69B3E7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center; }
  .nutrition-philosophy p {
    max-width: 792px;
    margin: 0 auto 50px;
    color: #FFF;
    font-size: 28px;
    line-height: 41px; }
    @media screen and (min-width: 1024px) {
      .nutrition-philosophy p {
        margin-bottom: 150px; } }
  .nutrition-philosophy svg {
    max-width: 100%;
    height: 320px;
    overflow: visible; }
    @media screen and (min-width: 768px) {
      .nutrition-philosophy svg {
        height: 480px; } }
    @media screen and (min-width: 1024px) {
      .nutrition-philosophy svg {
        height: 682px; } }
  @media screen and (min-width: 1024px) {
    .nutrition-philosophy #OURNUTRITIONPHILOSOPHY,
    .nutrition-philosophy .group-text {
      opacity: 0; } }
  .nutrition-philosophy .personalized-outer {
    -webkit-transform-origin: 250px 140px;
        -ms-transform-origin: 250px 140px;
            transform-origin: 250px 140px; }
  .nutrition-philosophy .lifestyle-outer {
    -webkit-transform-origin: 360px 155px;
        -ms-transform-origin: 360px 155px;
            transform-origin: 360px 155px; }
  .nutrition-philosophy .nutrition-outer {
    -webkit-transform-origin: 250px 140px;
        -ms-transform-origin: 250px 140px;
            transform-origin: 250px 140px; }

#show-stackla-form {
  margin: 100px auto 0;
  display: block;
  border: none; }

.stackla-form-embed {
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: 1s linear;
  transition: 1s linear; }
  @media screen and (min-width: 1024px) {
    .stackla-form-embed {
      padding-left: 50px;
      padding-right: 50px; } }
  .stackla-form-embed.show {
    opacity: 1; }

.stackla-widget-embed {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    .stackla-widget-embed {
      padding-left: 50px;
      padding-right: 50px; } }
.fancybox-stage {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .fancybox-stage {
      padding: 50px 50px; } }
  @media screen and (min-width: 1024px) {
    .fancybox-stage {
      padding: 50px 150px; } }
  .fancybox-stage .fancybox-slide {
    position: relative;
    padding: 0;
    background: #fff; }
    .fancybox-stage .fancybox-slide:before {
      display: none; }
    .fancybox-stage .fancybox-slide .fancybox-content {
      padding: 50px 20px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .fancybox-stage .fancybox-slide .fancybox-content {
          padding: 50px 50px; } }
      @media screen and (min-width: 1024px) {
        .fancybox-stage .fancybox-slide .fancybox-content {
          padding: 50px 5; } }
      .fancybox-stage .fancybox-slide .fancybox-content iframe {
        position: relative;
        height: 93%; }
    .fancybox-stage .fancybox-slide .fancybox-title {
      text-align: left;
      margin-bottom: 15px;
      padding-right: 100px; }
    .fancybox-stage .fancybox-slide h3 {
      font-size: 28px; }
    .fancybox-stage .fancybox-slide button.fancybox-close-small {
      color: #2E3D44;
      top: 40px;
      right: 38px;
      width: 50px;
      height: 50px;
      padding: 0; }

/* Featured Posts Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.featured-posts {
  margin: 20px 0 100px !important; }
  @media screen and (min-width: 768px) {
    .featured-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 860px) {
    .featured-posts {
      margin-top: 0 !important; } }
  @media screen and (min-width: 768px) {
    .featured-posts .main-feature {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 66.666%;
              flex: 0 1 66.666%;
      max-width: 66.666%;
      padding-right: 3px; } }
  .featured-posts .main-feature a {
    display: block;
    -webkit-transition: .15s linear;
    transition: .15s linear;
    padding-top: 65%; }
    @media screen and (min-width: 768px) {
      .featured-posts .main-feature a {
        padding-top: 100%; } }
    @media screen and (min-width: 1024px) {
      .featured-posts .main-feature a {
        padding-top: 70%; } }
    .featured-posts .main-feature a:hover {
      -webkit-transform-origin: 50% 49%;
          -ms-transform-origin: 50% 49%;
              transform-origin: 50% 49%;
      -webkit-transform: scale(1.005);
          -ms-transform: scale(1.005);
              transform: scale(1.005); }
  .featured-posts .main-feature h1 {
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .featured-posts .main-feature h1 {
        font-size: 40px; } }
    @media screen and (min-width: 1024px) {
      .featured-posts .main-feature h1 {
        font-size: 56px; } }
  .featured-posts .main-feature .video .play {
    width: 50px;
    height: 50px; }
    @media screen and (min-width: 768px) {
      .featured-posts .main-feature .video .play {
        width: 112px;
        height: 112px; } }
  @media screen and (min-width: 768px) {
    .featured-posts .featured {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
      max-width: 33.333%;
      padding-left: 3px; } }
  .featured-posts .featured h2 {
    font-size: 26px; }
  .featured-posts .featured article {
    padding-top: 65%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .featured-posts .featured article {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        max-height: 50%;
        width: 100%;
        padding-top: 0; } }
    .featured-posts .featured article:first-child > div {
      padding-top: 9px; }
      @media screen and (min-width: 768px) {
        .featured-posts .featured article:first-child > div {
          padding-top: 0;
          padding-bottom: 3px; } }
    .featured-posts .featured article:last-child > div {
      padding-top: 9px; }
      @media screen and (min-width: 768px) {
        .featured-posts .featured article:last-child > div {
          padding-top: 3px; } }
    .featured-posts .featured article div, .featured-posts .featured article a, .featured-posts .featured article img {
      height: 100%; }
    .featured-posts .featured article > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .featured-posts .featured article a {
      display: block;
      -webkit-transition: .15s linear;
      transition: .15s linear; }
      .featured-posts .featured article a:hover {
        -webkit-transform-origin: 50% 49%;
            -ms-transform-origin: 50% 49%;
                transform-origin: 50% 49%;
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01); }
  .featured-posts a {
    position: relative;
    display: block;
    color: #fff;
    border-radius: 7px; }
    .featured-posts a:after {
      display: block;
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
      background-image: linear-gradient(transparent 30%, #000);
      opacity: .5;
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      border-radius: 7px; }
  .featured-posts .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .featured-posts .video-thumbnail > div {
      width: 100%;
      height: 100%; }
  .featured-posts h1, .featured-posts h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 10px 15px; }
    @media screen and (min-width: 1024px) {
      .featured-posts h1, .featured-posts h2 {
        padding: 20px 25px; } }
  .featured-posts .video a {
    position: relative; }
  .featured-posts .video .play {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: url(../img/icon-play.svg);
    background-size: cover;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    @media screen and (min-width: 768px) {
      .featured-posts .video .play {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media screen and (min-width: 1024px) {
      .featured-posts .video .play {
        width: 60px;
        height: 60px; } }
.page-stackla section:nth-child(4) {
  height: 0px; }

.page-stackla .editor > div {
  max-width: 100%; }

.fancybox-iframe {
  border-radius: 0 !important; }

/* Post Categories Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.post-category .inner-wrapper,
.search-results-archive .inner-wrapper,
.related-posts .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .post-category .inner-wrapper,
    .search-results-archive .inner-wrapper,
    .related-posts .inner-wrapper {
      margin: 0 -3px; } }
.post-category article,
.search-results-archive article,
.related-posts article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  padding: 9px 0 0;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .post-category article,
    .search-results-archive article,
    .related-posts article {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.333%;
              flex: 0 1 33.333%;
      max-width: 33.333%;
      padding: 0 3px; } }
  @media screen and (min-width: 768px) {
    .post-category article,
    .search-results-archive article,
    .related-posts article {
      margin-top: 75px; } }
  @media screen and (max-width: 768px) {
    .post-category article:nth-child(-n+1),
    .search-results-archive article:nth-child(-n+1),
    .related-posts article:nth-child(-n+1) {
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .post-category article:nth-child(-n+3),
    .search-results-archive article:nth-child(-n+3),
    .related-posts article:nth-child(-n+3) {
      margin-top: 0; } }
  .post-category article a,
  .search-results-archive article a,
  .related-posts article a {
    display: block;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    .post-category article a:hover,
    .search-results-archive article a:hover,
    .related-posts article a:hover {
      -webkit-transform-origin: 50% 49%;
          -ms-transform-origin: 50% 49%;
              transform-origin: 50% 49%;
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01); }

.post-category.inner a,
.search-results-archive.inner a,
.related-posts.inner a {
  position: relative;
  display: block;
  color: #fff; }
  .post-category.inner a:after,
  .search-results-archive.inner a:after,
  .related-posts.inner a:after {
    display: block;
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#000));
    background-image: linear-gradient(transparent 30%, #000);
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 7px; }

.post-category.inner .article-header,
.search-results-archive.inner .article-header,
.related-posts.inner .article-header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 15px; }
  @media screen and (min-width: 1024px) {
    .post-category.inner .article-header,
    .search-results-archive.inner .article-header,
    .related-posts.inner .article-header {
      padding: 20px 25px; } }
  .post-category.inner .article-header h2,
  .search-results-archive.inner .article-header h2,
  .related-posts.inner .article-header h2 {
    margin: 0;
    font-size: 26px; }

.post-category.inner figure,
.search-results-archive.inner figure,
.related-posts.inner figure {
  padding-top: 75%; }

.post-category.inner article,
.search-results-archive.inner article,
.related-posts.inner article {
  padding: 9px 0 0;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .post-category.inner article,
    .search-results-archive.inner article,
    .related-posts.inner article {
      padding: 3px; } }
  .post-category.inner article.video figure,
  .search-results-archive.inner article.video figure,
  .related-posts.inner article.video figure {
    position: relative; }
  .post-category.inner article.video .play,
  .search-results-archive.inner article.video .play,
  .related-posts.inner article.video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url(../img/icon-play.svg);
    background-size: cover;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    @media screen and (min-width: 1024px) {
      .post-category.inner article.video .play,
      .search-results-archive.inner article.video .play,
      .related-posts.inner article.video .play {
        width: 60px;
        height: 60px; } }
.post-category.inner .video-thumbnail,
.search-results-archive.inner .video-thumbnail,
.related-posts.inner .video-thumbnail {
  padding-top: 75%;
  position: relative; }
  .post-category.inner .video-thumbnail > div,
  .search-results-archive.inner .video-thumbnail > div,
  .related-posts.inner .video-thumbnail > div {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post-category.outer article.video figure,
.search-results-archive.outer article.video figure,
.related-posts.outer article.video figure {
  position: relative; }

.post-category.outer article.video .play,
.search-results-archive.outer article.video .play,
.related-posts.outer article.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../img/icon-play.svg);
  background-size: cover;
  -webkit-transition: .15s linear;
  transition: .15s linear; }
  @media screen and (min-width: 1024px) {
    .post-category.outer article.video .play,
    .search-results-archive.outer article.video .play,
    .related-posts.outer article.video .play {
      width: 60px;
      height: 60px; } }
.post-category.outer figure,
.search-results-archive.outer figure,
.related-posts.outer figure {
  margin-bottom: 25px;
  padding-top: 65%; }

.post-category.outer p,
.search-results-archive.outer p,
.related-posts.outer p {
  margin: 16px 0 0;
  color: #54585A; }

.post-category.outer .article-header,
.search-results-archive.outer .article-header,
.related-posts.outer .article-header {
  margin-right: 14px; }

.post-category.outer .author,
.search-results-archive.outer .author,
.related-posts.outer .author {
  color: #9EA2A2; }

.post-category.outer .video-thumbnail,
.search-results-archive.outer .video-thumbnail,
.related-posts.outer .video-thumbnail {
  margin-bottom: 25px;
  padding-top: 65%;
  position: relative; }
  .post-category.outer .video-thumbnail > div,
  .search-results-archive.outer .video-thumbnail > div,
  .related-posts.outer .video-thumbnail > div {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post-category figure,
.search-results-archive figure,
.related-posts figure {
  border-radius: 7px; }

.post-category h2,
.search-results-archive h2,
.related-posts h2 {
  font-size: 26px; }

.post-category p,
.search-results-archive p,
.related-posts p {
  font-size: 18px;
  margin-top: 10px; }

.post-category .author,
.search-results-archive .author,
.related-posts .author {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .6px;
  margin-top: 10px; }

.search-results-archive article.video figure,
.archive article.video figure,
.related-posts article.video figure {
  position: relative; }

.search-results-archive article.video .play,
.archive article.video .play,
.related-posts article.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px; }
  @media screen and (min-width: 1024px) {
    .search-results-archive article.video .play,
    .archive article.video .play,
    .related-posts article.video .play {
      width: 60px;
      height: 60px; } }
.search-results-archive figure,
.archive figure,
.related-posts figure {
  margin-bottom: 25px;
  padding-top: 65%; }

.search-results-archive .video-thumbnail,
.archive .video-thumbnail,
.related-posts .video-thumbnail {
  margin-bottom: 25px;
  padding-top: 65%;
  position: relative; }
  .search-results-archive .video-thumbnail > div,
  .archive .video-thumbnail > div,
  .related-posts .video-thumbnail > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.search-results-archive p,
.archive p,
.related-posts p {
  color: #54585A;
  margin: 16px 0 0; }

.search-results-archive .author,
.archive .author,
.related-posts .author {
  color: #9EA2A2; }

.search-results-archive .section-header,
.archive .section-header,
.related-posts .section-header {
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #002F6C; }
  .search-results-archive .section-header a,
  .archive .section-header a,
  .related-posts .section-header a {
    color: #002F6C; }

.search-results-archive .article-header,
.archive .article-header,
.related-posts .article-header {
  margin-right: 14px; }

/* Content Row Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.content-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.content-row .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 768px) {
    .content-row .content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; } }
  .content-row .content > div {
    width: 100%; }
  .content-row .content h2, .content-row .content h3, .content-row .content h4, .content-row .content h5, .content-row .content h6 {
    color: #002F6C;
    text-transform: none; }
  .content-row .content h1 {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #002F6C; }
    @media screen and (min-width: 768px) {
      .content-row .content h1 {
        font-size: 46px;
        letter-spacing: 3px;
        margin-bottom: 50px; } }
    @media screen and (min-width: 1024px) {
      .content-row .content h1 {
        font-size: 56px;
        letter-spacing: 5px; } }
  .content-row .content h5 {
    line-height: 1.3; }
  .content-row .content ul, .content-row .content ol {
    padding-left: 20px; }
    .content-row .content ul li, .content-row .content ol li {
      margin: 15px 0; }

.content-row figure {
  margin-top: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .content-row figure {
      margin-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      max-width: 50%; } }
  .content-row figure img {
    width: 100%; }

.content-row.text-image {
  padding-right: 0 !important; }
  .content-row.text-image .content {
    padding-right: 20px; }
    @media screen and (min-width: 768px) {
      .content-row.text-image .content {
        padding-right: 50px; } }
    @media screen and (min-width: 1024px) {
      .content-row.text-image .content {
        padding-right: 140px; } }
  .content-row.text-image figure img {
    border-radius: 7px 0 0 7px; }

.content-row.image-text {
  padding-left: 0 !important; }
  .content-row.image-text > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .content-row.image-text figure img {
    border-radius: 0 7px 7px 0; }
  .content-row.image-text .content {
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      .content-row.image-text .content {
        padding-left: 50px; } }
    @media screen and (min-width: 1024px) {
      .content-row.image-text .content {
        padding-left: 100px; } }
.content-row.background-navy {
  padding-right: 20px !important; }
  @media screen and (min-width: 768px) {
    .content-row.background-navy {
      padding-right: 50px !important; } }
  .content-row.background-navy > div {
    max-width: 1160px;
    margin: 0 auto; }
  .content-row.background-navy figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .content-row.background-navy figure {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%;
        max-width: 40%; } }
    .content-row.background-navy figure img {
      width: 100%; }
  .content-row.background-navy .content {
    padding-right: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .content-row.background-navy .content {
        text-align: left;
        padding-right: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
        max-width: 60%; } }
    @media screen and (min-width: 1024px) {
      .content-row.background-navy .content {
        padding-right: 75px; } }
  .content-row.background-navy figure img {
    border-radius: 0; }
  .content-row.background-navy h1, .content-row.background-navy h2, .content-row.background-navy h3, .content-row.background-navy h4, .content-row.background-navy h5, .content-row.background-navy h6 {
    color: #69B3E7; }
  .content-row.background-navy p {
    font-size: 20px; }

/* Editor Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin: 1em 0;
  color: #002F6C;
  text-transform: none; }

.editor h1 {
  margin: 1em 0;
  color: #002F6C;
  font-size: 56px;
  letter-spacing: 5px;
  margin-bottom: 50px; }

.editor h2 {
  letter-spacing: 3px; }

.editor h3 {
  letter-spacing: 2px; }

.editor h4 {
  letter-spacing: 1px; }

.editor h5 {
  letter-spacing: .5px; }

.editor h6 {
  letter-spacing: .5px; }

.editor ul, .editor ol {
  padding-left: 20px; }
  .editor ul li, .editor ol li {
    margin: 15px 0; }

.editor .video-js, .editor img {
  border-radius: 7px; }

/* Stats Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.stats {
  margin-top: 75px;
  margin-bottom: 75px; }
  .stats > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
    margin: 0 auto; }
  .stats .stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin: 20px 0 0; }
    @media screen and (min-width: 768px) {
      .stats .stat {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 33.333%;
                flex: 0 1 33.333%;
        max-width: 33.333%;
        padding: 0 15px; }
        .stats .stat:nth-child(-n+3) {
          margin-top: 0; } }
    .stats .stat > div {
      border-top: 2px solid #002F6C;
      padding-top: 15px; }
    .stats .stat h1 {
      color: #002F6C; }
    .stats .stat p {
      margin-bottom: 0; }

/* Sub Navigation Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.sub-nav {
  padding: 0 20px;
  text-align: center;
  margin-top: -34px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .sub-nav {
      padding: 0 50px; } }
  .sub-nav ul {
    background: #69B3E7;
    border-radius: 7px; }
  .sub-nav li {
    display: inline-block;
    padding: 20px; }
  .sub-nav a {
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    .sub-nav a:hover {
      border-bottom: 2px solid #fff; }
    @media screen and (min-width: 768px) {
      .sub-nav a {
        margin: 0 20px;
        width: auto; } }
  .sub-nav .current-menu-item a {
    border-bottom: 2px solid #fff; }

/* Contributors Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.contributors button {
  border-radius: 50px; }

.contributors .slides {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .contributors .slides {
      padding: 0 75px; } }
  @media screen and (min-width: 1024px) {
    .contributors .slides {
      padding: 0 100px; } }
.contributors .slick-slide {
  text-align: center;
  padding: 0 35px; }

.contributors figure {
  margin-bottom: 35px; }
  .contributors figure img {
    border-radius: 50%; }

.contributors h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #69B3E7;
  font-weight: 700; }

.contributors h4 {
  font-weight: 400;
  color: #9EA2A2;
  margin-bottom: 10px;
  font-size: 18px; }

.contributors p {
  font-size: 18px;
  color: #54585A; }

.contributors .more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }

/* Resources Component Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.resources .resource {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .resources .resource {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.resources .sub-headline {
  color: #002F6C; }

.resources figure {
  padding-top: 62.5%;
  border-radius: 7px; }
  @media screen and (min-width: 768px) {
    .resources figure {
      padding-top: 22.5%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.333%;
              flex: 0 1 33.333%;
      max-width: 33.333%; } }
.resources .content {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .resources .content {
      margin-top: 0;
      padding-left: 50px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 66.666%;
              flex: 0 1 66.666%;
      max-width: 66.666%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.resources h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900; }
  .resources h2 a {
    color: #002F6C; }

.resources p {
  margin: 16px 0; }

.resources a {
  text-transform: uppercase; }

/* NS Slick Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.slick-arrow {
  display: inline-block;
  font-size: 0;
  border: 0;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 1000; }
  .slick-arrow:focus {
    outline: none; }

.slick-prev {
  background: url(../img/icon-arrow-left.svg) no-repeat center center;
  left: 0;
  top: 45px;
  background-color: #69B3E7;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .slick-prev {
      top: 45%; } }
  .slick-prev:before {
    content: ""; }

.slick-next {
  background: url(../img/icon-arrow-right.svg) no-repeat center center;
  right: 0;
  top: 45px;
  background-color: #69B3E7;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .slick-next {
      top: 45%; } }
  .slick-next:before {
    content: ""; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus {
    outline: none !important; }

/* Single Post Page Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.single-post article.article,
.single-bio article.article {
  margin: 50px auto; }
  @media screen and (min-width: 768px) {
    .single-post article.article,
    .single-bio article.article {
      margin: 100px auto; } }
  .single-post article.article h1,
  .single-post article.article h2,
  .single-post article.article h3,
  .single-post article.article h4,
  .single-post article.article h5,
  .single-post article.article h6,
  .single-bio article.article h1,
  .single-bio article.article h2,
  .single-bio article.article h3,
  .single-bio article.article h4,
  .single-bio article.article h5,
  .single-bio article.article h6 {
    margin: 1em 0;
    color: #002F6C; }
  .single-post article.article ul, .single-post article.article ol,
  .single-bio article.article ul,
  .single-bio article.article ol {
    margin: 40px 0;
    padding-left: 20px; }
    .single-post article.article ul li, .single-post article.article ol li,
    .single-bio article.article ul li,
    .single-bio article.article ol li {
      margin: 16px 0; }
  .single-post article.article .video-js, .single-post article.article img,
  .single-bio article.article .video-js,
  .single-bio article.article img {
    border-radius: 7px; }
  .single-post article.article iframe,
  .single-bio article.article iframe {
    width: 100%; }
  .single-post article.article .has-image, .single-post article.article .wp-caption,
  .single-bio article.article .has-image,
  .single-bio article.article .wp-caption {
    margin: 50px 0; }
  .single-post article.article .has-iframe,
  .single-bio article.article .has-iframe {
    position: relative;
    padding-top: 60%; }
    .single-post article.article .has-iframe iframe,
    .single-bio article.article .has-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }

.single-post .author,
.single-bio .author {
  font-size: 17px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-post .author a,
  .single-bio .author a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .single-post .author h4,
  .single-bio .author h4 {
    color: #69B3E7 !important; }
  .single-post .author img,
  .single-bio .author img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
            flex: 1 0 80px;
    max-width: 80px;
    border-radius: 50% !important;
    margin-right: 20px; }
  .single-post .author h4,
  .single-bio .author h4 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 !important; }
    @media screen and (min-width: 768px) {
      .single-post .author h4,
      .single-bio .author h4 {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
  .single-post .author span,
  .single-bio .author span {
    font-weight: 400;
    margin-top: 5px;
    display: block;
    color: #9EA2A2;
    font-size: 18px; }

.single-post .about-author,
.single-bio .about-author {
  border-top: 2px solid #002F6C;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .single-post .about-author,
    .single-bio .about-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 100px;
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .single-post .about-author h4,
  .single-bio .about-author h4 {
    margin: 0 !important;
    color: #69B3E7 !important; }
    .single-post .about-author h4 span,
    .single-bio .about-author h4 span {
      display: block;
      color: #9EA2A2;
      font-weight: 400;
      font-size: 20px;
      margin-top: 5px; }
  .single-post .about-author img,
  .single-bio .about-author img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
    max-width: 150px;
    border-radius: 50% !important; }
    @media screen and (min-width: 768px) {
      .single-post .about-author img,
      .single-bio .about-author img {
        margin-right: 25px; } }
  .single-post .about-author .content,
  .single-bio .about-author .content {
    margin-top: 25px; }
    @media screen and (min-width: 768px) {
      .single-post .about-author .content,
      .single-bio .about-author .content {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
.tags ul {
  margin: 0 -5px !important;
  padding: 0 !important; }

.tags li {
  display: inline-block;
  margin: 5px !important; }

.tags a {
  display: block;
  background: #69B3E7;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px; }

.related-posts {
  margin: 100px 0; }

.single-bio .contributor-header {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .single-bio .contributor-header {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .single-bio .contributor-header img {
    border-radius: 100px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
    max-width: 150px;
    border-radius: 50% !important; }
    @media screen and (min-width: 768px) {
      .single-bio .contributor-header img {
        margin-right: 25px; } }
  .single-bio .contributor-header .info {
    margin-top: 25px; }
    @media screen and (min-width: 768px) {
      .single-bio .contributor-header .info {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
  .single-bio .contributor-header ul {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px; }
  .single-bio .contributor-header li {
    display: inline-block;
    margin-right: 10px !important; }
  .single-bio .contributor-header h1 {
    margin: 0 !important;
    font-size: 30px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .single-bio .contributor-header h1 {
        font-size: 40px; } }
  .single-bio .contributor-header h4 {
    color: #9EA2A2 !important;
    font-weight: 400;
    margin: 10px 0 0 !important; }
  .single-bio .contributor-header a {
    display: block;
    margin-top: 10px; }

.single-bio .related-posts .author {
  margin-bottom: 0; }

.single-bio .bio-posts article {
  display: none; }

.single-bio #load-more {
  text-align: center;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .single-bio #load-more {
      margin-top: 100px; } }
  .single-bio #load-more .button a {
    background: #69B3E7;
    color: #fff;
    border: 2px solid #69B3E7;
    padding: 10px 25px;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    .single-bio #load-more .button a:hover {
      background: #fff;
      color: #69B3E7; }

.posts-all article {
  display: none; }

.posts-all #load-more {
  text-align: center;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .posts-all #load-more {
      margin-top: 100px; } }
  .posts-all #load-more .button a {
    background: #69B3E7;
    color: #fff;
    border: 2px solid #69B3E7;
    padding: 10px 25px;
    -webkit-transition: .15s linear;
    transition: .15s linear; }
    .posts-all #load-more .button a:hover {
      background: #fff;
      color: #69B3E7; }

/* 404 Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.error404 main {
  width: 100%;
  height: 80%;
  display: table;
  text-align: center; }
  .error404 main > div {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 20px 100px; }

.error404 h1 {
  color: #002F6C; }
/*# sourceMappingURL=theme.css.map */