html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-tap-highlight-color: transparent;
}

* {
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul {
  padding: 0;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cf:after {
  content: "";
  display: table;
  clear: both;
}

ol li {
  margin-bottom: 20px;
}

/* this was 1.5!! */
.entry-title a {
  font-family: 'MarkOTExtlight';
}

.navy-bg {
  background: #192048;
  color: #FFFFFF;
}

.light-gray-bg {
  background: #F7F7F7;
}

.mid-gray-bg {
  background: #666666;
  color: #fff;
}

a {
  text-decoration: none !important;
  color: inherit;
  font-size: inherit;
  font-family: "MarkOTMedium", Helvetica, sans-serif;
  font-weight: normal;
  cursor: pointer;
}
a:hover, a:focus {
  color: inherit;
}
a.eo-link {
  color: #4E6BF9;
  -webkit-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
a.eo-link:hover {
  color: #192048;
}
a.eo-link.eo-link-light {
  color: #FFFFFF;
}

.btn {
  display: inline-block;
  font-size: 0.85rem;
  padding: 1rem 2.5rem;
  font-family: "MarkOTMedium", Helvetica, sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  color: #4E6BF9;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  border-radius: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  white-space: normal !important;
}
@media all and (max-width: 1024px) {
  .btn {
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 0.75rem 1rem;
  }
}
.btn:hover {
  background: #4E6BF9;
  color: #FFFFFF;
}
.btn.btn-footer-email {
  background: transparent;
  color: #FFFFFF;
}
.btn.btn-footer-email:hover {
  color: #192048;
  background: #FFFFFF;
}
.btn.btn-dark {
  color: #FFFFFF;
  background: #4E6BF9;
}
.btn.btn-dark:hover {
  background: #192048;
}
.btn.btn-dark.btn-outline-on-hover:hover {
  border: 1px solid #4E6BF9;
}
.btn.btn-yellow {
  color: #FFFFFF;
  background: #FFAF1A;
}
.btn.btn-yellow:hover {
  background: #FFFFFF;
  color: #192048;
}
.btn.btn-yellow.btn-outline-on-hover:hover {
  border: 1px solid #FFAF1A;
}
.btn.btn-outline {
  background: transparent;
}
.btn.btn-outline.btn-outline-dark {
  color: #404040;
  border: 1px solid #404040;
}
.btn.btn-outline.btn-outline-dark:hover {
  color: #FFFFFF;
  background: #4E6BF9;
  border: 1px solid #4E6BF9;
}
.btn.btn-outline.btn-outline-white {
  font-size: 0.75rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-outline.btn-outline-white:hover {
  color: #192048;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn.btn-cta {
  font-size: 0.75rem;
  background: #4E6BF9;
  color: #FFFFFF;
  padding: 1.5rem 4rem;
  margin-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .btn.btn-cta {
    margin-top: 1.5rem;
  }
}
.btn.btn-cta:hover {
  background: #192048;
}
.btn.btn-buy {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-width: 200px;
}
.btn.btn-play {
  font-size: 1.1rem;
  background: transparent;
  color: #FFFFFF;
  padding-left: 0;
}
.btn.btn-play span {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-play .icon {
  margin-right: 0.85rem;
}
.btn.btn-play .icon svg {
  height: 3.5rem;
  width: 3.5rem;
}
.btn.btn-play .icon svg .st0, .btn.btn-play .icon svg .st1 {
  stroke: #FFFFFF;
}
.btn.btn-play.btn-play-dark {
  color: #404040;
}
.btn.btn-play.btn-play-dark .icon svg .st0, .btn.btn-play.btn-play-dark .icon svg .st1 {
  stroke: #404040;
  -webkit-transition: stroke 300ms ease-out;
  transition: stroke 300ms ease-out;
}
.btn.btn-play.btn-play-dark:hover {
  color: #666666;
}
.btn.btn-play.btn-play-dark:hover .icon svg .st0, .btn.btn-play.btn-play-dark:hover .icon svg .st1 {
  stroke: #666666;
  -webkit-transition: stroke 300ms ease-out;
  transition: stroke 300ms ease-out;
}
@media all and (max-width: 1024px) {
  .btn.block-s {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
  }
  .btn.block-s.hide {
    display: none !important;
  }
  .btn.block-s.hide\@m {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .btn.block-s {
    max-width: 150px;
  }
}

.more-link, .more-link:visited {
  background: #4E6BF9;
  border-bottom: none !important;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.more-link:hover, .more-link:focus, .more-link:active {
  background: #192048;
  color: #fff;
}

.image-responsive {
  display: block;
  max-width: 100%;
  margin: auto;
}

.image-full {
  display: block;
  width: 100%;
  margin: auto;
}

.image-right {
  margin-right: 0;
  margin-left: auto;
}

.image-left {
  margin-left: 0;
  margin-right: auto;
}

@-webkit-keyframes gentle-bounce {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}

@keyframes gentle-bounce {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@-webkit-keyframes eo-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(17);
            transform: scale(17);
  }
}
@keyframes eo-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(17);
            transform: scale(17);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
            transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
            transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
@-webkit-keyframes slide-in-small {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
@keyframes slide-in-small {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
@-webkit-keyframes slide-in-large {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes slide-in-large {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}
.hide {
  display: none;
}

#main {
  display: block;
}

article.post {
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 80px !important;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  article.post {
    width: 100%;
    margin-left: auto !important;
  }
}

.toggle-menu-wrapper {
  text-align: right;
}
@media all and (max-width: 768px) {
  .toggle-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-header .top-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  .top-header {
    display: none;
  }
}
.top-header .eo-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: middle;
      -ms-flex-pack: middle;
          justify-content: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 1rem;
}
.top-header .eo-logo-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.top-header .eo-logo-wrapper .eo-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 20px;
  width: 69px;
  max-width: 69px;
}
.top-header .shop-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.eo-logo-mobile-wrapper {
  margin-top: 0;
  height: 20px;
  width: 69px;
}
.eo-logo-mobile-wrapper:before {
  display: none;
}
.eo-logo-mobile-wrapper .eo-logo {
  max-width: 100%;
}

.site-header {
  margin-top: 85px;
}
@media all and (max-width: 768px) {
  .site-header {
    margin-top: auto;
  }
}
.site-header .site-branding {
  text-align: center;
}
.site-header .site-branding .eo-site-title {
  margin-top: 1.625rem;
  font-size: 3rem;
  font-family: 'MarkOTMedium';
  text-transform: uppercase;
  line-height: 1em;
}
@media all and (max-width: 768px) {
  .site-header .site-branding .eo-site-title {
    font-size: 2rem;
    line-height: 1.1em;
  }
}
@media all and (max-width: 768px) {
  .site-header .site-header-inside .site-branding-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    max-width: 49%;
  }
  .site-header .site-header-inside .toggle-menu-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 49%;
    max-width: 49%;
    text-align: right;
  }
}

.sticky-wrapper {
  position: absolute;
}

.entry-social-icons {
  display: inline-block;
  margin-left: -125px;
}
@media all and (max-width: 1024px) {
  .entry-social-icons {
    display: none;
  }
}
.entry-social-icons ul li {
  list-style-type: none;
}
.entry-social-icons ul li a {
  display: block;
  position: relative;
  max-width: 20px;
  margin: 15px auto;
}
.entry-social-icons ul li a svg path {
  fill: #404040;
  -webkit-transition: fill 0.35s ease-out;
  transition: fill 0.35s ease-out;
}
.entry-social-icons ul li a:hover svg path {
  fill: #000000;
}
.entry-social-icons ul li svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.main-navigation-inside {
  text-align: center;
}
.main-navigation-inside .site-primary-menu, .main-navigation-inside .col-search {
  display: inline-block;
}
.main-navigation-inside .search-control-wrapper a {
  position: relative;
  background: transparent;
}
.main-navigation-inside .search-control-wrapper a:before {
  color: #404040;
}

.search-curtain-wrapper .search-curtain-form {
  border: none;
}
.search-curtain-wrapper .search-curtain-close {
  color: #404040;
}

.search-field {
  width: calc(100% - 160px) !important;
  font-family: 'MarkOT';
}

.search-submit {
  width: 160px !important;
  font-family: 'MarkOTMedium';
}
.search-submit:before {
  margin-right: 8px !important;
}

.eo-search-control:before {
  content: "\f002";
  font-size: 1.0625rem;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-control-form-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.search-control-form-wrapper .search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  z-index: 2;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.search-control-form-wrapper .search-form .search-field {
  height: 100%;
  border-top: none;
  border-bottom: none;
  border: none;
}
.search-control-form-wrapper .search-form .search-submit {
  height: 100%;
}
.search-control-form-wrapper .search-form-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
}
.search-control-form-wrapper.is-visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.search-control-form-wrapper.is-visible .search-form {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.site-footer {
  background: #192048;
  overflow-x: hidden;
  padding: 5rem 0;
  color: #FFFFFF;
}
.site-footer small {
  color: #FFFFFF;
}
.site-footer .FooterNav a {
  color: #FFFFFF;
  font-size: 0.75rem;
  text-decoration: none;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
.site-footer .FooterNav a:hover, .site-footer .FooterNav a:active, .site-footer .FooterNav a.is-active {
  border-bottom: 1px solid #4E6BF9;
}
.site-footer .SocialLinks {
  margin-top: 5rem;
}
.site-footer .SocialLinks .social-link {
  margin-right: 1.25rem;
}
.site-footer .flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .flex-parent.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 8.3333333333%;
  height: 100%;
}
.site-footer .flex-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .NewsletterSignup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .NewsletterSignup form {
  display: block;
  text-align: right;
}
.site-footer .NewsletterSignup form #mc_embed_signup_scroll, .site-footer .NewsletterSignup form .mc-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .NewsletterSignup input {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin: 0;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  border-right: none;
  background: transparent;
  outline: none;
  color: #FFFFFF;
  font-family: "MarkOTMedium", Helvetica, sans-serif;
  font-size: 0.85rem;
  padding: 1rem 2.5rem 1rem 1rem;
}
@media all and (max-width: 319px) {
  .site-footer .NewsletterSignup input {
    border-right: 1px solid #FFFFFF;
  }
}
.site-footer .NewsletterSignup input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.site-footer .NewsletterSignup input::-moz-placeholder {
  color: #FFFFFF;
}
.site-footer .NewsletterSignup input:-ms-input-placeholder {
  color: #FFFFFF;
}
.site-footer .NewsletterSignup input:-moz-placeholder {
  color: #FFFFFF;
}
.site-footer .NewsletterSignup input.button {
  font-family: "MarkOTMedium", Helvetica, sans-serif;
  font-size: 0.85rem;
  padding: 1rem 2rem;
  background: transparent;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.site-footer .NewsletterSignup input.button.eo-ga-email-footer-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 10px;
  outline: none;
  border-radius: 0;
  border: 1px solid #FFFFFF;
}
.site-footer .NewsletterSignup input.button.eo-ga-email-footer-btn:hover {
  background: #FFFFFF;
  color: #192048;
}
.site-footer .footer-fine-print {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-top: auto;
  margin-bottom: 0;
  text-align: right;
}
@media all and (max-width: 1024px) {
  .site-footer .flex-parent {
    display: block;
    width: 90%;
    margin-left: 5%;
  }
  .site-footer .flex-parent .flex-child, .site-footer .flex-parent.flex-col {
    width: 100%;
    display: block;
    margin: auto;
  }
  .site-footer .footer-fine-print {
    display: block;
    margin: auto;
    margin-top: 2rem;
    text-align: center;
  }
  .site-footer .SocialLinks {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .site-footer .SocialLinks > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer .SocialLinks .social-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
  }
}
@media all and (max-width: 480px) {
  .site-footer .flex-parent {
    display: block;
    width: 95%;
    margin-left: 2.5%;
  }
  .site-footer .flex-parent .flex-child, .site-footer .flex-parent.flex-col {
    width: 100%;
    display: block;
    margin: auto;
  }
  .site-footer .NewsletterSignup input.button.eo-ga-email-footer-btn {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

.eo-promo-image-wrapper, .eo-promo-banner-wrapper {
  display: none !important;
  padding: 10px;
  text-align: center;
  background: #192048;
}
.eo-promo-image-wrapper a, .eo-promo-banner-wrapper a {
  color: #FFFFFF !important;
}

.eo-promo-image-wrapper-link {
  display: none;
  margin: 2rem auto;
}

/*# sourceMappingURL=all.css.map */