html {
  box-sizing: border-box; }

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

/*! 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 {
  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"] {
  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 */
  /* 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.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  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; } }

/* Colors: reference (http://chir.ag/projects/name-that-color/) ----------
------------------------------------------------------------------------- */
/* Fonts -----------------------------------------------------------------
------------------------------------------------------------------------- */
/* Media Queries ---------------------------------------------------------
------------------------------------------------------------------------- */
@font-face {
  font-family: 'F25-Executive';
  src: url("../fonts/f25executive/F25-Executive.ttf.woff") format("woff"), url("../fonts/f25executive/F25-Executive.ttf.svg#F25-Executive") format("svg"), url("../fonts/f25executive/F25-Executive.ttf.eot"), url("../fonts/f25executive/F25-Executive.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

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

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ns-fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-hashtag:before {
  content: "\e901"; }

.icon-instagram-brand a:before {
  content: "\21"; }

.icon-searchleft:before {
  content: "\2a"; }

.icon-leftarrow-s:before {
  content: "\2c"; }

.icon-rightarrow-s:before {
  content: "\2e"; }

.icon-downarrow:before {
  content: "\36"; }

.icon-searchright-l:before {
  content: "\38"; }

.icon-leftarrow:before {
  content: "\3c"; }

.icon-rightarrow:before {
  content: "\3e"; }

.icon-blocks:before {
  content: "\44"; }

.icon-facebook:before {
  content: "\45"; }

.icon-facebook-circle:before {
  content: "\46"; }

.icon-google:before {
  content: "\47"; }

.icon-facebook-circle-s:before {
  content: "\48"; }

.icon-instagram:before {
  content: "\49"; }

.icon-linkedin:before {
  content: "\4c"; }

.icon-pinterest-circle a:before {
  content: "\50"; }

.icon-rss-circle:before {
  content: "\52"; }

.icon-paintbrush:before {
  content: "\53"; }

.icon-twitter-circle:before {
  content: "\54"; }

.icon-x-block:before {
  content: "\58"; }

.icon-youtube-circle:before {
  content: "\59"; }

.icon-leftarrow-circle:before {
  content: "\5b"; }

.icon-rightarrow-circle:before {
  content: "\5d"; }

.icon-checkmark:before {
  content: "\60"; }

.icon-hammer:before {
  content: "\61"; }

.icon-bag:before {
  content: "\62"; }

.icon-clipboard:before {
  content: "\63"; }

.icon-facebook-f:before {
  content: "\66"; }

.icon-microphone:before {
  content: "\6b"; }

.icon-lighting:before {
  content: "\6e"; }

.icon-icon-phone:before {
  content: "\6f"; }

.icon-pinterest a:before {
  content: "\70"; }

.icon-pinterest-circle-s:before {
  content: "\71"; }

.icon-presentation:before {
  content: "\72"; }

.icon-silverware:before {
  content: "\73"; }

.icon-twitter a:before {
  content: "\74"; }

.icon-x:before {
  content: "\78"; }

.icon-checklist:before {
  content: "\7a"; }

.icon-play:before {
  content: "\e900"; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: "F25-Executive", serif;
  font-size: 16px;
  background-color: #eef7fc;
  color: #00447b;
  letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6, figure {
  margin: 0; }

h1 {
  font-size: 24px; }
  @media only screen and (min-width : 768px) {
    h1 {
      font-size: 32px; } }
main {
  display: block; }

a {
  color: #58a3d3;
  text-decoration: none;
  transition: all 0.2s linear; }

.read-more:hover {
  color: #326995 !important; }

.wrapper-one {
  max-width: 1200px;
  margin: 0 auto; }

.wrapper-two {
  max-width: 700px;
  margin: 0 auto; }

.wrapper-three {
  max-width: 985px;
  margin: 0 auto; }

@media only screen and (min-width : 1255px) {
  .block-wrapper {
    margin: 0 -20px; } }

.table {
  display: table; }

.td {
  display: table-cell; }

.active {
  display: block !important; }

.border img {
  width: 100%;
  height: 2px; }
  @media only screen and (min-width : 1380px) {
    .border img {
      display: none; } }
.social-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-nav li {
  display: inline-block; }

.social-nav a {
  color: #b6dcf4;
  font-size: 26px;
  text-decoration: none;
  transition: .2s linear; }
  .social-nav a:hover {
    color: #ffffff; }

.social-nav i {
  content: "";
  position: fixed;
  top: -999px;
  right: -999px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px; }

.icon-hashtag {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  color: #00447b !important;
  display: inline !important;
  font-size: 100% !important; }

.hero img {
  width: 100%;
  height: auto; }

.hero .left-img {
  width: 50%;
  height: 100%;
  float: left; }
  .hero .left-img img {
    width: 100%;
    height: auto; }

.hero .right-img {
  width: 50%;
  height: 100%;
  float: right; }
  .hero .right-img img {
    width: 100%;
    height: auto; }

.button-row {
  margin: 1.5em 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .button-row.center {
    justify-content: center; }

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 155px;
  height: 50px;
  padding: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #00447b;
  border: 1px solid #00447b;
  transition: all 0.2s linear;
  white-space: nowrap; }
  .button:hover {
    color: #326995;
    border: 1px solid #326995; }
  .button:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 0;
    display: block;
    width: calc(100% + 2px);
    height: 50px;
    background: url("../img/button-background.png") no-repeat;
    z-index: -1; }

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: url("../img/bg-texture.png") repeat #00447b;
  transition: .2s linear; }
  @media only screen and (min-width : 1024px) {
    header {
      padding-left: 40px;
      padding-right: 40px; } }
  header .header-relative {
    position: relative;
    clear: both; }
  header .header-announcement {
    background: white;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: .4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
    header .header-announcement.visible {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }
    @media only screen and (min-width : 1024px) {
      header .header-announcement {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        left: auto;
        right: auto; } }
    header .header-announcement-wrapper {
      padding: 10px 15px 8px;
      display: flex;
      gap: 30px;
      justify-content: space-between; }
    header .header-announcement-content {
      font-size: 12px; }
      @media only screen and (min-width : 1024px) {
        header .header-announcement-content {
          font-size: 14px; } }
    header .header-announcement-close {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      top: 0;
      right: -25px;
      width: 20px;
      height: 20px;
      margin: 0;
      border: 1px solid #fff;
      border-radius: 100%;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
      color: --var(text-primary);
      -webkit-transform: none;
              transform: none;
      padding: 4px;
      background-color: white;
      box-sizing: border-box;
      cursor: pointer; }
      header .header-announcement-close svg {
        transition: .3s ease; }
      header .header-announcement-close:hover svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  header .header-wrapper {
    position: relative;
    z-index: 30;
    padding: 20px 25px; }
    @media only screen and (min-width : 1024px) {
      header .header-wrapper {
        float: left;
        padding: 20px 0; } }
    header .header-wrapper .logo-mobile {
      display: inline-block; }
      header .header-wrapper .logo-mobile img {
        width: 100px;
        height: 36px; }
      @media only screen and (min-width : 1024px) {
        header .header-wrapper .logo-mobile {
          display: none; } }
    header .header-wrapper .logo-desktop {
      display: none; }
      header .header-wrapper .logo-desktop img {
        width: 73px;
        height: 63px; }
      @media only screen and (min-width : 1024px) {
        header .header-wrapper .logo-desktop {
          display: block; } }
.home header {
  background: transparent; }

.transparent {
  background: url("../img/bg-texture.png") repeat #00447b; }
  @media only screen and (min-width : 768px) {
    .transparent {
      background: url("../img/bg-texture.png") repeat rgba(0, 68, 123, 0.7); } }
header.active {
  background: url("../img/bg-texture.png") repeat #00447b; }

.food header.solid {
  background: url("../img/bg-texture.png") repeat #00447b; }

#hamburger {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer; }
  @media only screen and (min-width : 1024px) {
    #hamburger {
      display: none; } }
  #hamburger span {
    display: block;
    width: 38px;
    height: 4px;
    margin: 0 0 7px 0; }
    #hamburger span img {
      width: 100%; }

#hamburger.close .bun-one {
  position: relative;
  top: 15px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburger.close .bun-two {
  display: none; }

#hamburger.close .bun-three {
  position: relative;
  top: 3px;
  right: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.main-nav-wrapper {
  display: none;
  width: 100%; }
  @media only screen and (min-width : 1024px) {
    .main-nav-wrapper {
      display: block;
      width: auto;
      float: right; } }
.main-nav {
  display: table-cell;
  height: 90%;
  vertical-align: middle; }
  @media only screen and (min-width : 667px) {
    .main-nav {
      text-align: center; } }
  @media only screen and (min-width : 1024px) {
    .main-nav {
      display: block;
      width: auto;
      height: auto; } }
  .main-nav ul {
    margin: 18px 0;
    padding: 0;
    list-style: none; }
    @media only screen and (min-width : 1024px) {
      .main-nav ul {
        margin: 40px 0 0; } }
  .main-nav li {
    padding: 5px 0; }
    @media only screen and (min-width : 667px) {
      .main-nav li {
        padding: .5% 0; } }
    @media only screen and (min-width : 1024px) {
      .main-nav li {
        display: inline-block;
        margin-left: 30px;
        padding: 8px 0 0; }
        .main-nav li:first-child {
          margin-left: 0; } }
    .main-nav li.sep-left {
      position: relative;
      padding-top: 30px;
      margin-top: 10px; }
      @media only screen and (min-width : 1024px) {
        .main-nav li.sep-left {
          padding-left: 30px;
          padding-top: 8px; } }
      .main-nav li.sep-left:before {
        content: '';
        position: absolute;
        background: url("../img/underline.png") repeat-x;
        background-position: center center;
        opacity: 1;
        top: 0;
        width: 100%;
        height: 3px; }
        @media only screen and (min-width : 667px) {
          .main-nav li.sep-left:before {
            width: 80px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        @media only screen and (min-width : 1024px) {
          .main-nav li.sep-left:before {
            background-image: url("../img/mess.png");
            background-size: 80px;
            width: 2px;
            height: 70%;
            left: -1px;
            top: 15%;
            -webkit-transform: none;
                    transform: none; } }
    .main-nav li.button {
      padding: 0; }
      .main-nav li.button a {
        background-image: url("../img/brush-stroke-01.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        color: #00447b;
        border-radius: 50px;
        padding: 8px 2em;
        border: none; }
        .main-nav li.button a:hover {
          opacity: .8; }
      .main-nav li.button .underline {
        display: none; }
    @media only screen and (min-width : 768px) {
      .main-nav li.mobile-only {
        display: none; } }
  .main-nav a {
    display: inline-block;
    font-family: "F25-Executive", serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    border-bottom: 3px solid transparent; }
    @media only screen and (min-width : 667px) {
      .main-nav a {
        font-size: 2.5vw; } }
    @media only screen and (min-width : 1024px) {
      .main-nav a:hover .underline {
        background: url("../img/underline.png") repeat-x; }
      .main-nav a .underline {
        margin-top: 3px;
        display: block;
        width: 100%;
        height: 5px; } }
    @media only screen and (min-width : 1024px) {
      .main-nav a {
        font-size: 18px; } }
  .main-nav li.current-menu-item .underline {
    margin-top: 3px;
    display: block;
    width: 100%;
    height: 5px;
    background: url("../img/underline.png") repeat-x; }
  .main-nav .icon-hashtag {
    color: #ffffff !important; }

.main-nav-wrapper.active {
  position: absolute;
  top: 0;
  left: 0;
  display: table !important;
  width: 100%;
  height: 100vh;
  padding: 70px 20px 20px;
  background: url("../img/bg-texture.png") repeat #00447b; }
  @media only screen and (min-width : 1024px) {
    .main-nav-wrapper.active {
      position: relative;
      display: block;
      width: auto;
      height: auto;
      padding: 0;
      margin-top: 0;
      background: transparent; } }
.border {
  display: table-row;
  height: 0; }
  @media only screen and (min-width : 1024px) {
    .border {
      display: none; } }
.main-nav-social {
  color: #b6dcf4;
  display: table-row;
  height: 10%; }
  @media only screen and (min-width : 1024px) {
    .main-nav-social {
      display: none; } }
  .main-nav-social .border {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px; }
    .main-nav-social .border img {
      width: 100%; }
  .main-nav-social nav {
    float: left; }
    .main-nav-social nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .main-nav-social nav li {
      display: inline-block; }
  .main-nav-social a {
    font-size: 24px;
    text-decoration: none;
    color: #b6dcf4;
    padding-right: 10px; }
  .main-nav-social p {
    float: right;
    margin: 3px 0 0 0; }

.osano-cm-dialog {
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: 20px;
  padding: 20px;
  border-radius: 16px;
  width: 800px;
  max-width: calc(100% - 40px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: visible;
  font-family: "F25-Executive", serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: lowercase; }
  .osano-cm-dialog a {
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit; }
  .osano-cm-dialog.osano-cm-dialog--type_bar.osano-cm-dialog--position_bottom {
    bottom: 20px; }
  .osano-cm-dialog__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: -25px;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    -webkit-transform: none;
            transform: none;
    padding: 4px;
    background-color: white;
    box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      .osano-cm-dialog__close {
        right: 0;
        top: 25px; } }
.osano-cm-widget {
  display: none; }

footer {
  background-color: #00447b;
  text-align: center;
  color: #ffffff; }
  footer p {
    margin-top: 75px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px; }
  footer .footer-upper {
    padding: 35px 0 35px; }
  footer .footer-lower {
    padding: 50px 0;
    background-color: #ffffff; }
    footer .footer-lower img {
      width: 63px; }
  footer .icon-hashtag {
    color: #ffffff !important;
    font-size: 16px !important; }
  footer .hashtag {
    margin-top: 0;
    font-family: "F25-Executive", serif;
    font-size: 20px; }
  footer .social-nav {
    padding: 0; }
    footer .social-nav li {
      display: inline-block;
      margin: 10px; }
  footer form {
    margin-top: 50px;
    padding: 0 25px;
    position: relative; }
    @media only screen and (min-width : 768px) {
      footer form {
        padding: 0; } }
    footer form .gform_heading {
      margin-bottom: 35px; }
    footer form .gform_body {
      width: 250px;
      margin: 0 auto 20px auto; }
      @media only screen and (min-width : 667px) {
        footer form .gform_body {
          width: 300px;
          display: inline-block;
          margin-bottom: 0px; } }
    footer form .gform_footer {
      margin: 0 auto 20px auto;
      width: 250px;
      background: url("../img/bg-texture.png") !important;
      position: relative;
      top: 5px;
      left: 5px; }
      footer form .gform_footer img {
        position: absolute;
        top: 3px;
        left: 47%;
        height: 25px;
        width: 25px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      @media only screen and (min-width : 667px) {
        footer form .gform_footer {
          width: 250px;
          display: inline-block; } }
    footer form ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    footer form .ginput_container {
      display: inline-block;
      width: 100%; }
    footer form input {
      border: none;
      line-height: normal;
      outline: none; }
    footer form input[type=email] {
      padding: 10px;
      color: #00447b;
      border: 1px solid #ffffff;
      font-size: 14px;
      text-transform: lowercase;
      width: 100%; }
    footer form input[type=submit] {
      padding: 11px 0px;
      background-color: transparent;
      border: 1px solid #b6dcf4;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 100%;
      position: relative;
      top: -5px;
      left: -5px;
      transition: all 0.2s linear; }
      footer form input[type=submit]:hover {
        border: 1px solid #ffffff;
        color: #b6dcf4; }
    footer form .validation_error {
      margin-bottom: 20px;
      color: red; }
    footer form .validation_message {
      color: red;
      margin-top: 10px; }
      @media only screen and (min-width : 667px) {
        footer form .validation_message {
          position: absolute; } }
    footer form input.disable {
      background-color: #00447b;
      color: #00447b !important; }
  footer .gform_confirmation_wrapper {
    margin-top: 50px;
    text-transform: lowercase; }

.footer-nav {
  padding: 10px 0; }
  @media only screen and (min-width : 768px) {
    .footer-nav {
      padding: 20px 10px; } }
  @media only screen and (min-width : 1024px) {
    .footer-nav {
      padding: 30px 0; } }
  .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media only screen and (min-width : 768px) {
    .footer-nav li {
      display: inline-block;
      margin: 0 10px; } }
  @media only screen and (min-width : 1024px) {
    .footer-nav li {
      margin: 0 20px; } }
  .footer-nav a {
    color: #fff;
    font-size: 400;
    font-size: 16px;
    padding: 10px 20px;
    display: block; }
    @media only screen and (min-width : 768px) {
      .footer-nav a {
        font-size: 12px;
        padding: 0; } }
    @media only screen and (min-width : 1024px) {
      .footer-nav a {
        font-size: 16px; } }
    @media only screen and (min-width : 1200px) {
      .footer-nav a {
        font-size: 20px; } }
    .footer-nav a:hover {
      color: #b6dcf4; }

.nav-wrapper {
  padding-left: 25px;
  padding-right: 25px; }
  @media only screen and (min-width : 1024px) {
    .nav-wrapper {
      padding-left: 40px;
      padding-right: 40px; } }
.border-underline {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  width: 100%;
  height: 5px;
  background: url("../img/underline.png") repeat-x; }

.footer-two-nav ul {
  margin: 50px 0 25px;
  padding: 0;
  list-style: none; }

.footer-two-nav li {
  display: inline-block; }
  .footer-two-nav li:before {
    content: '|';
    display: inline-block;
    margin-right: 10px; }
  .footer-two-nav li:first-child:before {
    display: none; }

.footer-two-nav a {
  color: #fff; }
  .footer-two-nav a:hover {
    color: #b6dcf4; }

.modal {
  background-color: #eef7fc;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  padding: 50px 0; }
  @media only screen and (min-width : 768px) {
    .modal {
      position: fixed;
      padding: 50px 0;
      overflow-y: auto; } }
  .modal.select-state {
    position: fixed; }
  .modal .pop-out-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #eef7fc; }
  .modal img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 0.2s linear; }
    .modal img:hover {
      opacity: .8; }
  .modal .pop-out-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .modal h1 {
    font-family: "Special Elite", cursive;
    font-size: 20px;
    text-transform: lowercase;
    padding: 0 20px; }
    @media only screen and (min-width : 768px) {
      .modal h1 {
        font-size: 30px; } }
  .modal .contents {
    max-width: 800px;
    margin: 0 auto; }
  .modal .phone {
    background: url("../img/brush-stroke-05.png");
    width: 212px;
    height: 36px;
    display: inline-block;
    padding-top: 5px;
    font-size: 17px;
    margin-top: 25px; }
  .modal p {
    margin-top: 50px;
    font-size: 17px;
    line-height: 32px; }
  .modal ul {
    padding: 0 20px;
    margin: 0;
    list-style-type: none;
    margin-top: 30px;
    width: 100%; }
    @media only screen and (min-width : 768px) {
      .modal ul {
        margin-top: 50px;
        text-align: center; } }
  .modal li {
    border-right: 1px solid #b6dcf4;
    border-left: 1px solid #b6dcf4;
    display: inline-block;
    vertical-align: middle;
    width: 33.333%;
    margin-right: -10px;
    margin-bottom: 25px;
    font-size: 14px; }
    @media only screen and (min-width : 768px) {
      .modal li {
        width: 25%;
        font-size: 26px; } }
    .modal li a {
      display: block;
      padding: 25px 5px 30px 0;
      color: #00447b;
      position: relative;
      left: 5px;
      top: 5px; }
      @media only screen and (min-width : 768px) {
        .modal li a {
          padding: 55px 5px 60px 0; } }
      .modal li a:hover {
        background: url("../img/location-hover.png"); }
      .modal li a span {
        color: #000000;
        font-size: 10px;
        display: inline-block;
        font-family: "Raleway", sans-serif; }
        @media only screen and (min-width : 768px) {
          .modal li a span {
            font-size: 14px; } }
  .modal .jump-to {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 250px;
    height: 38px;
    margin: 25px 15px 0;
    padding-top: 10px;
    font-size: 11px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    background: url("../img/jumpto.svg") no-repeat center;
    color: #00447b; }
    .modal .jump-to:hover {
      opacity: .8; }
    @media only screen and (min-width : 768px) {
      .modal .jump-to {
        font-size: 15px;
        width: 350px;
        padding-top: 5px; } }
  .modal .select-state {
    display: block; }
  .modal .state {
    display: none; }
    .modal .state h4 {
      margin: 10px 0 0;
      font-size: 12px; }
      @media only screen and (min-width : 768px) {
        .modal .state h4 {
          font-size: 18px; } }
    .modal .state li {
      margin-right: -1px;
      width: 33%; }
      .modal .state li a {
        padding: 5px; }
        @media only screen and (min-width : 768px) {
          .modal .state li a {
            padding: 50px 10px; } }
  .modal.mobile {
    position: fixed;
    bottom: 0;
    top: unset;
    padding: 0;
    display: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: inherit; }
    @media only screen and (min-width : 667px) {
      .modal.mobile {
        display: none !important; } }
    .modal.mobile .pop-out-wrapper {
      position: relative;
      border-top: 1px solid #B6DCF3;
      background-color: #00447b; }
    .modal.mobile .close {
      position: absolute;
      top: -12px;
      right: 20px;
      height: 26px;
      width: 26px;
      opacity: 1; }
    .modal.mobile .pop-out-inner {
      align-items: center;
      padding: 23px 20px 20px; }
    .modal.mobile .content {
      display: flex;
      align-items: center;
      gap: 20px; }
      .modal.mobile .content img {
        margin-bottom: 0;
        flex-basis: calc(25% - 20px);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        .modal.mobile .content img:hover {
          opacity: 1; }
      .modal.mobile .content p {
        margin: 0;
        line-height: 1;
        color: #ffffff;
        opacity: .6;
        font-size: 15px;
        flex-basis: calc(75% - 20px);
        text-align: left; }

section h2 {
  text-align: center;
  text-transform: lowercase; }

article h2 {
  text-align: left; }

.hero {
  width: 100%;
  height: 100%;
  padding-top: 76px; }
  @media only screen and (min-width : 768px) {
    .hero {
      height: 80%;
      padding-top: 0; } }
  .hero .td {
    vertical-align: middle;
    text-align: center; }
  .hero h1 {
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400; }
    @media only screen and (min-width : 1380px) {
      .hero h1 {
        font-size: 65px; } }
.page-hero {
  position: relative;
  height: auto; }
  .page-hero h1 {
    position: absolute;
    bottom: 10px;
    left: 25px; }
    @media only screen and (min-width : 768px) {
      .page-hero h1 {
        bottom: 25px;
        left: 50px; } }
#mfb {
  padding-top: 76px; }
  @media only screen and (min-width : 1380px) {
    #mfb {
      padding-top: 103px; } }
  #mfb .td {
    display: block;
    width: 100%; }
    @media only screen and (min-width : 768px) {
      #mfb .td {
        display: table-cell;
        width: 50%; } }
  #mfb .inner {
    padding: 25px; }
    @media only screen and (min-width : 768px) {
      #mfb .inner {
        padding: 0 5% 0 5%; } }
  #mfb div.td {
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 1px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    display: table-footer-group; }
    @media only screen and (min-width : 768px) {
      #mfb div.td {
        display: table-cell;
        line-height: 2.3vw;
        font-size: 1vw; } }
  #mfb h1 {
    margin-bottom: 20px;
    text-transform: lowercase; }
  #mfb p {
    margin: 0; }
  #mfb figure {
    width: 50%; }
    #mfb figure img {
      width: 100%;
      height: auto; }

.module-content {
  width: 100%;
  background-color: #ffffff;
  padding: 0; }
  .module-content figure {
    margin: 0; }
  .module-content img {
    width: 100%;
    height: auto; }
  .module-content .vid-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: #000; }
    .module-content .vid-img img {
      -webkit-backface-visibility: hidden;
      transition: .2s linear;
      position: relative; }
  .module-content figure:hover .vid-img img {
    opacity: .7; }
  .module-content figure:hover .brush-link {
    opacity: .8; }
  .module-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .module-content .td {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (min-width : 768px) {
      .module-content .td {
        display: table-cell;
        width: 50%; } }
  .module-content .two-photos img {
    width: 50%;
    float: left; }
  .module-content .caption {
    font-size: 14px;
    padding: 50px 25px;
    padding-left: 7%;
    padding-right: 7%;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0;
    font-family: "F25-Executive", serif;
    color: #00447b; }
    @media only screen and (min-width : 768px) {
      .module-content .caption {
        padding: 20px 4%; } }
    @media only screen and (min-width : 1024px) {
      .module-content .caption {
        padding: 0px 4%;
        line-height: 3vw;
        font-size: 1.5vw; } }
    .module-content .caption p {
      margin: 0;
      font-family: "F25-Executive", serif;
      color: #00447b; }
  .module-content .play-button {
    position: absolute;
    top: 43%;
    z-index: 2;
    width: 100%;
    cursor: pointer; }
  .module-content .icon-play {
    vertical-align: middle; }
  .module-content .brush-link {
    display: inline-block;
    vertical-align: middle;
    width: 221px;
    height: 40px;
    margin: 0 15px;
    padding-top: 5px;
    font-size: 17px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    background: url("../img/brush-stroke-03.png") no-repeat center;
    color: #00447b; }

.nav-blocks {
  padding: 50px 0; }
  @media only screen and (min-width : 768px) {
    .nav-blocks {
      padding: 80px 0; } }
  .nav-blocks figure {
    width: 100%;
    padding: 25px 0 0; }
    .nav-blocks figure:first-child {
      padding-top: 0; }
    @media only screen and (min-width : 768px) {
      .nav-blocks figure {
        width: 33.333%;
        float: left;
        padding: 0 20px; } }
    .nav-blocks figure a {
      position: relative;
      overflow: hidden;
      background-color: #000000; }
      .nav-blocks figure a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-opacity: .7;
        opacity: .7; }
    .nav-blocks figure img {
      width: 100%;
      height: auto;
      transition: all 0.2s linear; }
  .nav-blocks figcaption {
    width: 100%;
    padding: 25px;
    font-size: 20px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    color: #00447b; }
    @media only screen and (min-width : 768px) {
      .nav-blocks figcaption {
        font-size: 1.5vw; } }
  .nav-blocks a {
    display: block;
    color: #00447b; }

.safari .nav-blocks figure img {
  transition: none; }

#image-row {
  display: none;
  padding: 0; }
  @media only screen and (min-width : 768px) {
    #image-row {
      display: block; }
      #image-row img {
        display: block;
        float: left;
        width: 25%;
        height: auto; } }
.prev-next-posts {
  padding: 30px 0;
  text-transform: lowercase;
  text-align: center; }
  @media only screen and (min-width : 768px) {
    .prev-next-posts {
      padding: 50px 0; } }
  .prev-next-posts a {
    display: inline-block;
    padding: 0 20px;
    font-size: 20px; }
  .prev-next-posts .page-numbers:not(.next):not(.prev) {
    display: none; }

article header {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 50px 25px;
  background-color: #eef7fc;
  text-align: center; }
  article header h1 {
    font-size: 24px;
    text-align: center; }
    @media only screen and (min-width : 768px) {
      article header h1 {
        font-size: 45px; } }
  article header span {
    display: block;
    font-size: 18px;
    text-align: center; }
    article header span a {
      display: inline;
      color: #58a3d3; }

.nutrition-banner {
  margin-top: 103px; }
  @media screen and (max-width: 1023px) {
    .nutrition-banner {
      margin-top: 76px; } }
  .nutrition-banner h1 {
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .nutrition-banner img {
    display: block;
    width: 100%;
    height: auto; }

.nutrition-content {
  background: #edf7fc;
  padding: 50px 0; }
  @media only screen and (min-width : 768px) {
    .nutrition-content {
      padding: 80px 0; } }
.error404 .page-template, .page .page-template {
  padding: 100px 0 50px;
  background-color: #ffffff; }
  @media only screen and (min-width : 1380px) {
    .error404 .page-template, .page .page-template {
      padding: 150px 0 50px; } }
  .error404 .page-template section, .page .page-template section {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 25px; }
    .error404 .page-template section h1, .page .page-template section h1 {
      font-size: 24px;
      font-weight: 400; }
      @media only screen and (min-width : 768px) {
        .error404 .page-template section h1, .page .page-template section h1 {
          font-size: 45px; } }
    .error404 .page-template section span, .page .page-template section span {
      display: inline-block;
      font-size: 18px;
      text-align: center; }
      .error404 .page-template section span a, .page .page-template section span a {
        display: inline;
        color: #58a3d3; }
    .error404 .page-template section img, .page .page-template section img {
      max-width: 100%;
      height: auto; }
    .error404 .page-template section .article-contents, .page .page-template section .article-contents {
      padding: 40px 25px;
      line-height: 30px; }
      @media only screen and (min-width : 768px) {
        .error404 .page-template section .article-contents, .page .page-template section .article-contents {
          padding: 40px 0px; } }
      .error404 .page-template section .article-contents span, .page .page-template section .article-contents span {
        display: block;
        text-align: center;
        margin-bottom: 35px;
        color: #58a3d3; }
      .error404 .page-template section .article-contents a, .page .page-template section .article-contents a {
        display: inline;
        color: #58a3d3; }
    .error404 .page-template section figure, .page .page-template section figure {
      margin: 25px -25px; }
      @media only screen and (min-width : 768px) {
        .error404 .page-template section figure, .page .page-template section figure {
          margin: 25px 0; } }
      .error404 .page-template section figure img, .page .page-template section figure img {
        width: 100%;
        height: auto; }
    .error404 .page-template section figcaption, .page .page-template section figcaption {
      margin-top: 15px;
      padding: 0 25px;
      font-size: 14px;
      color: #58a3d3; }
      @media only screen and (min-width : 768px) {
        .error404 .page-template section figcaption, .page .page-template section figcaption {
          padding: 0; } }
    .error404 .page-template section h1, .error404 .page-template section h2, .error404 .page-template section h3, .error404 .page-template section h4, .error404 .page-template section h5, .error404 .page-template section h6, .page .page-template section h1, .page .page-template section h2, .page .page-template section h3, .page .page-template section h4, .page .page-template section h5, .page .page-template section h6 {
      text-align: left;
      margin-top: 25px;
      margin-bottom: 15px;
      font-family: "F25-Executive", serif;
      color: #00447b; }
    .error404 .page-template section h4, .page .page-template section h4 {
      margin-top: 25px;
      font-size: 18px; }
    .error404 .page-template section p, .page .page-template section p {
      font-family: "Raleway", sans-serif;
      color: #000000;
      display: block; }
    .error404 .page-template section ul, .error404 .page-template section ol, .page .page-template section ul, .page .page-template section ol {
      font-family: "Raleway", sans-serif;
      color: #000000;
      line-height: 28px;
      margin: 25px 0; }
    .error404 .page-template section blockquote p, .page .page-template section blockquote p {
      font-family: "F25-Executive", serif;
      color: #00447b;
      font-size: 20px;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px;
      line-height: 38px; }
  .error404 .page-template #categories, .page .page-template #categories {
    background-color: #eef7fc; }
    .error404 .page-template #categories figure, .page .page-template #categories figure {
      margin: 0; }
    .error404 .page-template #categories span, .page .page-template #categories span {
      display: inline-block;
      margin-bottom: 0; }

.error404 .padding, .page .padding {
  padding: 50px 0; }

.single-post main {
  padding-top: 76px;
  background-color: #ffffff; }
  @media only screen and (min-width : 1380px) {
    .single-post main {
      padding-top: 105px; } }
.single-post article header {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 50px 25px;
  background-color: #eef7fc;
  text-align: center; }
  .single-post article header h1 {
    font-size: 24px;
    text-align: center; }
    @media only screen and (min-width : 768px) {
      .single-post article header h1 {
        font-size: 45px; } }
  .single-post article header span {
    display: inline-block;
    font-size: 18px;
    text-align: center; }
    .single-post article header span a {
      display: inline;
      color: #58a3d3; }
  .single-post article header .brush-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 212px;
    height: 36px;
    margin: 25px 15px 0;
    padding-top: 5px;
    font-size: 15px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    background: url("../img/brush-stroke-04.png") no-repeat center;
    color: #00447b; }
    .single-post article header .brush-link:hover {
      opacity: .8; }

.single-post article .article-contents {
  padding: 40px 25px;
  line-height: 30px; }
  @media only screen and (min-width : 768px) {
    .single-post article .article-contents {
      padding: 40px 0px; } }
  .single-post article .article-contents span {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    color: #58a3d3; }
  .single-post article .article-contents a {
    display: inline;
    color: #58a3d3; }
  .single-post article .article-contents img {
    max-width: 100%;
    height: auto;
    margin: 25px auto;
    display: block; }

.single-post article figure {
  margin: 25px -25px; }
  @media only screen and (min-width : 768px) {
    .single-post article figure {
      margin: 25px 0; } }
  .single-post article figure img {
    width: 100%;
    height: auto; }

.single-post article figcaption {
  margin-top: 15px;
  padding: 0 25px;
  font-size: 14px;
  color: #58a3d3; }
  @media only screen and (min-width : 768px) {
    .single-post article figcaption {
      padding: 0; } }
.single-post article h4 {
  margin-top: 25px;
  font-size: 18px; }

.single-post article p {
  font-family: "Raleway", sans-serif;
  color: #00447b;
  display: block; }

.single-post #categories {
  background-color: #eef7fc; }
  .single-post #categories figure {
    margin: 0; }
  .single-post #categories span {
    display: inline-block;
    margin-bottom: 0; }

.home .hero {
  background: url("../img/hero-home.jpg") no-repeat center;
  background-size: cover; }

.home-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width : 768px) {
    .home-nav ul {
      flex-direction: row; } }
.home-nav li {
  display: inline-block; }
  .home-nav li a {
    display: inline-block;
    vertical-align: top;
    width: 178px;
    height: 36px;
    margin: 30px 15px 0;
    padding-top: 5px;
    font-size: 17px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    background: url("../img/brush-stroke-02.png") no-repeat center;
    color: #00447b;
    transition: 0.3s ease; }
    .home-nav li a:hover {
      opacity: .8; }
  .home-nav li:first-child a {
    background: url("../img/brush-stroke-01.png") no-repeat center; }
  .home-nav li.waitlist a {
    width: auto;
    height: auto;
    background: url(../img/waitlist-button-bg.svg);
    padding: 20px 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #00447B; }

.home .nav-blocks {
  padding: 0; }
  .home .nav-blocks figure {
    width: 100%;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width : 768px) {
      .home .nav-blocks figure {
        width: 25%;
        float: left; } }
  .home .nav-blocks figcaption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    font-size: 20px;
    text-align: left;
    background-color: transparent;
    color: #ffffff;
    padding: 0; }
    @media only screen and (min-width : 1024px) {
      .home .nav-blocks figcaption {
        bottom: 25px;
        left: 25px; } }
  .home .nav-blocks a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 24px;
    background-color: #00447b;
    color: #ffffff;
    height: 100%;
    overflow: hidden; }
  .home .nav-blocks img {
    width: 101%;
    height: auto;
    height: 25vh;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .5;
    transition: all 0.2s linear; }
    @media only screen and (min-width : 768px) {
      .home .nav-blocks img {
        height: auto;
        opacity: 1; } }
  .home .nav-blocks a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-opacity: .5; }
  .home .nav-blocks .icon-hashtag {
    color: #ffffff !important; }

#quote {
  padding: 50px 25px;
  font-size: 22px;
  text-align: center;
  background-color: #eef7fc; }
  @media only screen and (min-width : 768px) {
    #quote {
      padding: 150px; } }
  #quote blockquote {
    max-width: 700px;
    margin: 0 auto;
    line-height: 44px; }
    #quote blockquote p {
      margin: 0;
      font-family: "F25-Executive", serif;
      color: #00447b; }
    #quote blockquote img {
      display: inline-block;
      margin-top: 40px; }

.food #video .caption {
  font-size: 18px;
  padding: 50px 25px;
  padding-left: 7%;
  padding-right: 7%;
  line-height: 44px;
  letter-spacing: 1px; }
  @media only screen and (min-width : 768px) {
    .food #video .caption {
      padding: 0 4%;
      line-height: 2.5vw;
      font-size: 1.2vw; } }
.about main {
  padding-top: 76px; }
  @media only screen and (min-width : 1380px) {
    .about main {
      padding-top: 103px; } }
#what-people-are-saying {
  padding: 50px 0; }
  @media only screen and (min-width : 768px) {
    #what-people-are-saying {
      padding: 80px 0; } }
  #what-people-are-saying .block-wrapper {
    margin-top: 50px; }
  #what-people-are-saying article {
    width: 100%;
    margin-bottom: 40px;
    text-align: left; }
    @media only screen and (min-width : 768px) {
      #what-people-are-saying article {
        width: 32%; } }
    #what-people-are-saying article .article-wrapper {
      background-color: #ffffff;
      padding: 30px; }
    #what-people-are-saying article span {
      font-size: 15px;
      color: #58a3d3; }
    #what-people-are-saying article p {
      font-size: 16px;
      line-height: 28px;
      font-family: "Raleway", sans-serif;
      color: #000000; }
      @media only screen and (min-width : 768px) {
        #what-people-are-saying article p {
          font-size: 1.1vw;
          line-height: 2vw; } }
    #what-people-are-saying article a {
      font-size: 15px;
      color: #00447b; }
    #what-people-are-saying article h2 a {
      font-size: 20px;
      line-height: 30px;
      margin-top: 10px; }
      @media only screen and (min-width : 768px) {
        #what-people-are-saying article h2 a {
          font-size: 1.4vw;
          line-height: 2.2vw; } }
#spotlight {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: left; }
  #spotlight article {
    width: 100%;
    margin-top: 40px; }
    @media only screen and (min-width : 768px) {
      #spotlight article {
        width: 33.333%;
        float: left;
        width: 33.333%;
        padding: 0 20px; } }
  #spotlight .article-wrapper {
    background-color: #eef7fc; }
  #spotlight .article-contents {
    padding: 30px; }
  #spotlight span {
    font-size: 15px;
    color: #58a3d3;
    text-align: left; }
  #spotlight img {
    width: 100%;
    height: auto; }
  #spotlight p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    color: #000000; }
    @media only screen and (min-width : 768px) {
      #spotlight p {
        font-size: 1.1vw;
        line-height: 2vw; } }
  #spotlight a {
    font-size: 15px;
    color: #00447b; }
  #spotlight h2 a {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px; }
    @media only screen and (min-width : 768px) {
      #spotlight h2 a {
        font-size: 1.4vw;
        line-height: 2.2vw; } }
.bartacolife main,
.template-bartacolife main,
.template-all-categories main {
  padding-top: 76px; }
  @media only screen and (min-width : 1380px) {
    .bartacolife main,
    .template-bartacolife main,
    .template-all-categories main {
      padding-top: 105px; } }
.bartacolife h1,
.template-bartacolife h1,
.template-all-categories h1 {
  text-align: center;
  font-size: 24px !important; }
  @media only screen and (min-width : 768px) {
    .bartacolife h1,
    .template-bartacolife h1,
    .template-all-categories h1 {
      font-size: 32px !important; } }
#categories {
  padding: 40px 0; }
  @media only screen and (min-width : 768px) {
    #categories {
      padding: 80px 0; } }
  #categories article {
    width: 100%;
    margin-top: 40px; }
    @media only screen and (min-width : 768px) {
      #categories article {
        width: 33.333%;
        float: left;
        width: 33.333%;
        padding: 0 20px; } }
  #categories .article-wrapper {
    background-color: #ffffff; }
  #categories .article-contents {
    padding: 30px;
    text-align: left; }
  #categories span {
    font-size: 15px;
    color: #58a3d3;
    text-transform: lowercase; }
    #categories span a {
      font-size: 15px;
      color: #58a3d3; }
  #categories img {
    width: 100%;
    height: auto; }
  #categories p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    color: #00447b; }
    @media only screen and (min-width : 768px) {
      #categories p {
        font-size: 1.1vw;
        line-height: 2vw; } }
  #categories a {
    font-size: 15px;
    color: #00447b; }
  #categories h2 a {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px; }
    @media only screen and (min-width : 768px) {
      #categories h2 a {
        font-size: 1.4vw;
        line-height: 2.2vw; } }
    #categories h2 a:hover {
      color: #326995; }

.category-nav {
  border-top: 1px solid #b6dcf4;
  border-bottom: 1px solid #b6dcf4;
  margin-top: 50px;
  text-align: center; }
  @media only screen and (min-width : 768px) {
    .category-nav {
      text-align: left; } }
  @media only screen and (min-width : 1024px) {
    .category-nav {
      text-align: center; } }
  .category-nav ul {
    position: relative;
    margin: 0 10px;
    padding: 0;
    list-style: none; }
    @media only screen and (min-width : 1024px) {
      .category-nav ul {
        margin: 0; } }
  .category-nav li {
    margin: 0 10px; }
    @media only screen and (min-width : 768px) {
      .category-nav li {
        display: inline-block; } }
    .category-nav li .underline {
      margin-top: 3px;
      display: block !important;
      width: 100%;
      height: 3px;
      background: url("../img/underline-03.png") repeat-x; }
    .category-nav li:hover .underline {
      margin-top: 3px;
      display: block;
      width: 100%;
      height: 3px;
      background: url("../img/underline-02.png") repeat-x; }
  .category-nav li.current-menu-item .underline {
    margin-top: 3px;
    display: block !important;
    width: 100%;
    height: 3px;
    background: url("../img/underline-02.png") repeat-x; }
  @media only screen and (min-width : 768px) {
    .category-nav li:last-child {
      position: absolute;
      right: 0;
      top: 0; } }
  .category-nav li:last-child:hover .underline {
    background: transparent; }
  .category-nav li:last-child a {
    color: #58a3d3 !important; }
  .category-nav a {
    display: block;
    padding: 15px 0 12px 0; }
    @media only screen and (min-width : 768px) {
      .category-nav a {
        padding: 20px 0 17px 0; } }
.all-categories figure {
  margin-top: 40px; }

.template-locations article a.jump-to, .template-locations article img.back, .template-locations article img.close, .template-locations article div.hide {
  display: none; }

.template-locations main {
  background-color: #ffffff;
  text-align: center; }
  .template-locations main .contents {
    padding: 0 25px; }
  .template-locations main header {
    background-color: #ffffff;
    padding-bottom: 0; }
  .template-locations main article {
    padding-bottom: 100px; }
  .template-locations main ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Raleway", sans-serif; }
  .template-locations main li {
    margin-top: 20px; }
    .template-locations main li a {
      display: inline;
      color: #58a3d3; }
      .template-locations main li a:hover {
        text-decoration: underline; }

.template-locations .state {
  margin-top: 50px; }

.single-location .hero {
  position: relative;
  height: auto;
  display: flex;
  margin-bottom: 0; }
  .single-location .hero .left-img,
  .single-location .hero .right-img {
    width: 100%;
    float: unset; }
    .single-location .hero .left-img img,
    .single-location .hero .right-img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 50vw;
      min-height: 300px; }
      @media only screen and (min-width : 1024px) {
        .single-location .hero .left-img img,
        .single-location .hero .right-img img {
          height: 35vw;
          min-height: 400px; } }
  .single-location .hero .left-img {
    display: none; }
    @media only screen and (min-width : 768px) {
      .single-location .hero .left-img {
        display: block; } }
  .single-location .hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 68, 123, 0.6); }
  .single-location .hero .location {
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 4; }
    @media only screen and (min-width : 768px) {
      .single-location .hero .location {
        bottom: 25px;
        left: 50px; } }
    .single-location .hero .location h1, .single-location .hero .location span {
      display: inline-block; }
      @media only screen and (min-width : 768px) {
        .single-location .hero .location h1, .single-location .hero .location span {
          display: block; } }
    .single-location .hero .location span {
      font-size: 22px;
      color: #ffffff; }

.single-location .coming-soon__header {
  padding: 40px 20px;
  background-color: #eef7fc; }
  .single-location .coming-soon__header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; }
    @media screen and (max-width: 1169px) {
      .single-location .coming-soon__header-wrap {
        flex-direction: column;
        gap: 20px; } }
  .single-location .coming-soon__header h2 {
    font-size: 46px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 26px 38px;
    line-height: 1;
    font-weight: 400; }
    @media screen and (max-width: 1169px) {
      .single-location .coming-soon__header h2 {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .single-location .coming-soon__header h2 {
        font-size: 30px;
        padding: 15px 20px; } }
    .single-location .coming-soon__header h2 span {
      position: relative;
      z-index: 1; }
    .single-location .coming-soon__header h2:after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      height: 100%;
      top: 50%;
      background: #B6DCF3;
      z-index: 0;
      -webkit-transform: rotate(-1deg) translateY(-50%);
              transform: rotate(-1deg) translateY(-50%); }
  .single-location .coming-soon__header-address {
    font-size: 27px;
    color: #212529;
    font-style: normal;
    display: flex;
    gap: 15px;
    align-items: center; }
    @media screen and (max-width: 1169px) {
      .single-location .coming-soon__header-address {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .single-location .coming-soon__header-address {
        flex-direction: column;
        font-size: 18px;
        text-align: center; }
        .single-location .coming-soon__header-address img {
          width: 40px; } }
.single-location .coming-soon__content {
  background: white;
  padding: 80px 20px; }

.single-location .coming-soon__boxes {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #B6DCF3;
  background: #B6DCF3;
  gap: 2px; }
  @media screen and (max-width: 819px) {
    .single-location .coming-soon__boxes {
      flex-direction: column; } }
  @media screen and (max-width: 479px) {
    .single-location .coming-soon__boxes {
      width: 100%; } }
.single-location .coming-soon__box {
  background: #EEF7FC;
  min-width: 370px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 20px; }
  @media screen and (max-width: 767px) {
    .single-location .coming-soon__box {
      min-width: 0;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .single-location .coming-soon__box {
      padding: 20px; } }
  .single-location .coming-soon__box-icon {
    width: 50px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .single-location .coming-soon__box-icon {
        width: 40px; } }
    .single-location .coming-soon__box-icon img {
      display: block;
      width: 100%;
      height: auto; }
  .single-location .coming-soon__box-content {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .single-location .coming-soon__box-content h3 {
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 1px; }
      @media screen and (max-width: 479px) {
        .single-location .coming-soon__box-content h3 {
          font-size: 18px; } }
    .single-location .coming-soon__box-content a {
      color: #212529;
      font-size: 16px;
      line-height: 1.2;
      letter-spacing: 1px; }

.single-location .coming-soon__form {
  max-width: 800px;
  margin: 60px auto 0; }
  .single-location .coming-soon__form-heading {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400; }

.single-location .waitlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px 0; }
  @media only screen and (min-width : 768px) {
    .single-location .waitlist {
      flex-direction: row; } }
  .single-location .waitlist-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media only screen and (min-width : 768px) {
      .single-location .waitlist-arrow {
        -webkit-transform: unset;
                transform: unset; } }
  .single-location .waitlist-button {
    background: url(../img/waitlist-button-bg.svg);
    padding: 20px 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #00447B;
    font-size: 17px;
    transition: all 0.3s ease;
    margin-left: 10px; }
    .single-location .waitlist-button:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }

.single-location blockquote {
  margin: 0;
  background-color: #eef7fc; }
  .single-location blockquote span {
    display: block;
    color: #58a3d3;
    font-size: 13px; }

#location-details {
  padding: 0 0 40px 0;
  background-color: #ffffff;
  color: #00447b; }
  @media only screen and (min-width : 768px) {
    #location-details {
      padding: 80px 20px; } }
  #location-details .table {
    display: table;
    text-align: center;
    color: inherit; }
    #location-details .table .button-container {
      display: flex;
      flex-direction: row;
      gap: 10px;
      align-items: center;
      justify-content: center;
      margin-top: auto; }
    @media only screen and (min-width : 768px) {
      #location-details .table {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #location-details .table .td {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: space-between;
          position: relative;
          flex-basis: 50%;
          min-height: 260px; }
          #location-details .table .td:nth-of-type(1), #location-details .table .td:nth-of-type(2) {
            border-bottom: none; }
          #location-details .table .td:nth-of-type(3) {
            border-left: 1px solid #b6dcf4; }
          #location-details .table .td a {
            margin-top: 0; }
          #location-details .table .td .button-container {
            flex-direction: column;
            gap: 15px; } }
    @media only screen and (min-width : 1024px) {
      #location-details .table {
        flex-wrap: nowrap; }
        #location-details .table .td {
          flex-basis: 25%;
          min-height: unset; }
          #location-details .table .td:nth-of-type(1), #location-details .table .td:nth-of-type(2) {
            border-bottom: 1px solid #b6dcf4; }
          #location-details .table .td:nth-of-type(3) {
            border-left: unset; } }
    @media only screen and (min-width : 1255px) {
      #location-details .table {
        width: 1200px; } }
  #location-details .td {
    width: 100%;
    display: block;
    padding: 40px 30px;
    border-bottom: 1px solid #b6dcf4;
    font-size: 14px; }
    #location-details .td:first-child {
      border-top: 1px solid #b6dcf4; }
    @media only screen and (min-width : 768px) {
      #location-details .td {
        width: 33.333%;
        display: table-cell;
        vertical-align: middle;
        border-top: 1px solid #b6dcf4;
        border-right: 1px solid #b6dcf4;
        border-bottom: 1px solid #b6dcf4;
        font-size: 14px; }
        #location-details .td:first-child {
          border-left: 1px solid #b6dcf4; } }
  #location-details h3 {
    font-size: 30px; }
  #location-details time {
    display: block; }
  #location-details address {
    margin-top: 14px;
    margin-bottom: 14px;
    font-style: normal; }
  #location-details .bg {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    display: block;
    width: 155px;
    height: 50px;
    background: url("../img/button-background.png") no-repeat; }
    #location-details .bg.blue {
      background: url("../img/border-2.png") repeat; }
  #location-details .link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 15px;
    width: 155px;
    height: auto;
    border: 1px solid #00447b;
    transition: all 0.2s linear; }
    #location-details .link:hover {
      border: 1px solid #326995; }
  #location-details a {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    width: 155px;
    height: 50px;
    padding: 15px;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #00447b; }
    #location-details a:hover {
      color: #326995; }
  #location-details .facebook {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    #location-details .facebook a {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px; }
      #location-details .facebook a span {
        font-size: 28px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
  #location-details .scroll-button {
    display: none; }
    @media only screen and (min-width : 768px) {
      #location-details .scroll-button {
        display: inline-block; } }
  #location-details .menu-button-pdf {
    display: inline-block; }
    @media only screen and (min-width : 768px) {
      #location-details .menu-button-pdf {
        display: none; } }
#menu {
  /* Too unweildy on small screens
	Hiding it and linking "view menu" 
	to PDF instead */
  display: none;
  background-color: #ffffff;
  padding: 50px 0; }
  @media only screen and (min-width : 768px) {
    #menu {
      display: block;
      padding: 80px 20px; } }
  #menu .menu-inner {
    border-top: 1px solid #b6dcf4;
    border-bottom: 1px solid #b6dcf4;
    position: relative; }
    @media only screen and (min-width : 768px) {
      #menu .menu-inner {
        border: 1px solid #b6dcf4; } }
  #menu img {
    position: absolute;
    top: -40px;
    left: 25px; }
    @media only screen and (min-width : 768px) {
      #menu img {
        top: -30px;
        left: -10px; } }
    @media only screen and (min-width : 1200px) {
      #menu img {
        top: -30px;
        left: -30px; } }
  #menu .menu-wrapper {
    padding: 0 0px 50px; }
    @media only screen and (min-width : 768px) {
      #menu .menu-wrapper {
        padding: 0 50px 50px; } }
  #menu .menu-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #b6dcf4; }
  @media only screen and (min-width : 768px) {
    #menu .menu-categories li {
      position: relative;
      top: 5px;
      left: 5px; } }
  @media only screen and (min-width : 768px) {
    #menu .menu-categories li {
      display: inline-block; } }
  #menu .menu-categories li:hover {
    background: url("../img/button-background-2.png") repeat; }
  #menu .menu-categories a {
    display: block;
    padding: 20px 45px 25px 45px;
    text-transform: lowercase;
    font-size: 22px;
    color: #00447b; }
  #menu .menu-categories li.current-menu-item a {
    background: url("../img/button-background-2.png") repeat; }
  #menu .menu-items {
    border-bottom: 1px solid #b6dcf4;
    padding-bottom: 35px; }
    @media only screen and (min-width : 768px) {
      #menu .menu-items {
        padding-bottom: 0;
        border-bottom: none; } }
    #menu .menu-items ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
    #menu .menu-items li {
      width: 50%;
      margin: 0 auto; }
      @media only screen and (min-width : 768px) {
        #menu .menu-items li {
          width: auto;
          display: inline-block; } }
      #menu .menu-items li:hover .underline {
        margin-top: 3px;
        display: block;
        width: 100%;
        height: 5px;
        background: url("../img/border-2.png") repeat-x; }
    #menu .menu-items a {
      display: block;
      padding: 25px 12px 10px 12px;
      text-transform: lowercase;
      font-size: 17px;
      color: #00447b; }
      @media only screen and (min-width : 1024px) {
        #menu .menu-items a {
          padding: 50px 25px 10px 25px; } }
    #menu .menu-items li.current-menu-item .underline {
      margin-top: 3px;
      display: block;
      width: 100%;
      height: 5px;
      background: url("../img/border-2.png") repeat-x; }
  #menu .menu-footer {
    border-top: 1px solid #b6dcf4;
    position: relative; }
    #menu .menu-footer a {
      display: inline-block;
      position: relative;
      top: 5px;
      padding: 15px 25px;
      float: right;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      color: #00447b;
      background: url("../img/button-background-2.png") repeat; }
      @media only screen and (min-width : 768px) {
        #menu .menu-footer a {
          position: relative;
          top: 5px;
          left: 5px; } }
  #menu .contents {
    padding: 0 20px; }
    @media only screen and (min-width : 768px) {
      #menu .contents {
        padding: 0; } }
  @media only screen and (min-width : 768px) {
    #menu .left {
      width: 50%;
      float: left;
      padding-right: 25px; } }
  @media only screen and (min-width : 768px) {
    #menu .right {
      width: 50%;
      float: right;
      padding-left: 25px; } }
  #menu .item {
    margin-top: 35px; }
    #menu .item h5 {
      font-size: 17px;
      color: #58a3d3;
      margin: 25px 0 5px; }
    #menu .item p {
      margin: 0; }
  #menu .menu-contents,
  #menu .contents {
    display: none; }
  #menu .first {
    display: block; }
  #menu div.first {
    float: left;
    width: 100%; }
  #menu .show-level-one {
    display: block !important; }
  #menu .show-level-two {
    display: block !important;
    float: left;
    width: 100%;
    background-color: #fff; }

.toggle-row {
  background-color: #eef7fc; }
  .toggle-row__heading {
    text-align: center;
    font-weight: 300; }
  .toggle-row__buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px; }
    .toggle-row__buttons .button {
      padding: 17px 20px;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #00447b;
      border: 1px solid #B6DCF3;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      width: 167.5px;
      text-align: center; }
      .toggle-row__buttons .button .button-text {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        .toggle-row__buttons .button .button-text img {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 3px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease; }
      .toggle-row__buttons .button.active {
        display: flex !important;
        background-color: #00447b;
        color: #ffffff;
        border: 1px solid #00447b; }
        .toggle-row__buttons .button.active .button-text {
          text-align: center; }
          .toggle-row__buttons .button.active .button-text img {
            visibility: visible;
            opacity: 1; }
  .toggle-row__content .content {
    display: none;
    font-family: "Raleway", sans-serif; }
    .toggle-row__content .content ol {
      padding-left: 20px; }
      .toggle-row__content .content ol li {
        line-height: 1.8;
        color: #212529;
        padding: 10px 0; }
        .toggle-row__content .content ol li:first-of-type {
          padding-top: 0; }
    .toggle-row__content .content .svg-inline--fa {
      color: #58a3d3; }
    .toggle-row__content .content img {
      margin: 20px 0;
      display: block;
      width: 100%;
      height: auto; }
    .toggle-row__content .content.active {
      display: flex; }

.page-template-component {
  border-top: 16px solid #b6dcf4; }

.component {
  max-width: 700px;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 24px 20px 40px;
  margin: 0 auto; }
  @media only screen and (min-width : 1024px) {
    .component {
      padding: 60px 20px; } }
/*# sourceMappingURL=theme.css.map */