@charset "UTF-8";
/*!
* Theme Name: 323 Design WordPress Theme
* Theme URI: https://www.323design.com/
* Author: 323 Design
* Author URI: https://www.323design.com/
* Description: This is the base starter WordPress theme by 323 Design. If you wish to make changes to your design or discuss a redesign visit <a href="https://323design.com">323design.com</a>.
* Version: 1.0
* License: &copy Copyright 323 Design
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative;
}
[data-aspect-ratio]::before {
  content: "";
  display: block;
}
[data-aspect-ratio] > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-aspect-ratio="3:1"]::before {
  padding-top: 33.33%;
}

[data-aspect-ratio="2:1"]::before {
  padding-top: 50%;
}

[data-aspect-ratio="16:9"]::before {
  padding-top: 56.25%;
}

[data-aspect-ratio="3:2"]::before {
  padding-top: 66.66%;
}

[data-aspect-ratio="4:3"]::before {
  padding-top: 75%;
}

[data-aspect-ratio="1:1"]::before {
  padding-top: 100%;
}

[data-aspect-ratio="3:4"]::before {
  padding-top: 133.33%;
}

[data-aspect-ratio="2:3"]::before {
  padding-top: 150%;
}

[data-aspect-ratio="9:16"]::before {
  padding-top: 177.77%;
}

[data-aspect-ratio="1:2"]::before {
  padding-top: 200%;
}

[data-aspect-ratio="1:3"]::before {
  padding-top: 300%;
}

.fab {
  font-weight: 400;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.container::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0px;
  content: " ";
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 993px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1201px) {
  .container {
    width: 1170px;
  }
}

body {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  max-width: 1600px;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  color: #444;
  font-size: 16px;
  background-color: #fafafa;
}

p, ol, ul {
  margin: auto;
  padding: 0em;
  line-height: 1.5em;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #333;
  font-weight: 700;
}

h1, .h1 {
  margin-bottom: 30px;
  font-size: 30px;
}

h2, .h2 {
  font-size: 21.216407355px;
}

h3, .h3 {
  font-size: 15.0045313685px;
}

h4, .h4 {
  font-size: 10.6114083228px;
}

h5, .h5 {
  font-size: 7.5045320529px;
}

h6, .h6 {
  font-size: 5.3073069681px;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #008fd5;
  font-weight: 700;
}
a:hover {
  color: #252525;
}

input:not([type=submit]):not([type=file]),
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 5px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
}

button,
input[type=submit],
input[type=file] {
  border: 0px;
  background: none;
  padding: 0px;
  font-size: inherit;
  font-family: inherit;
}

button,
.button,
input[type=submit].button,
input[type=file].button {
  transition: all 0.25s ease;
  border-radius: 0.25em;
  cursor: pointer;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1em;
  font-weight: 700;
  background-color: #008fd5;
  padding: 0.6em 1em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
button:hover, button:focus,
.button:hover,
.button:focus,
input[type=submit].button:hover,
input[type=submit].button:focus,
input[type=file].button:hover,
input[type=file].button:focus {
  background-color: #252525;
}
button:focus,
.button:focus,
input[type=submit].button:focus,
input[type=file].button:focus {
  outline: none;
}

hr {
  border: 1px solid rgba(0, 0, 0, 0.078);
  border-bottom-width: 0px;
}

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

iframe {
  width: 100%;
  max-width: calc(100vw - 25px);
}

blockquote {
  margin: 1em 3%;
  border-left: 10px solid #008fd5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2%;
  font-size: 1.2em;
  font-style: italic;
}
@media (max-width: 768px) {
  blockquote {
    padding-left: 5%;
  }
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.078);
  text-align: left;
}

th, td {
  padding: 0.5em 0.75em;
}

th {
  background-color: #252525;
  color: #fff;
}

tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
tr:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

*:not(div) + h1 {
  margin-top: 1em;
}

h1:not(:last-child) {
  margin-bottom: 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0px;
}

p:not(:last-child), ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1.5em;
}

@media (min-width: 1201px) {
  a[href^="tel:"] {
    cursor: text;
    pointer-events: none;
  }
}

/*!
Classes: img-round, img-roundcorner, break-out, two-columns (only on lists)
*/
.button {
  display: inline-block;
  transition: all 0.25s ease;
  border-radius: 0.25em;
  cursor: pointer;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1em;
  font-weight: 700;
  background-color: #008fd5;
  padding: 0.6em 1em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.button:hover, .button:focus {
  background-color: #252525;
}
.button:focus {
  outline: none;
}

.img-round {
  border-radius: 100%;
}

.img-roundcorner {
  border-radius: 6px;
}

.banner-image {
  width: 100vw;
}

.break-out, .hero-image {
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
  max-width: none;
}

ul[class*=-columns], ol[class*=-columns] {
  column-gap: 0em;
}
ul.two-columns, ol.two-columns {
  columns: 2;
}
@media (max-width: 768px) {
  ul.two-columns, ol.two-columns {
    columns: 1;
  }
}
ul.three-columns, ol.three-columns {
  columns: 3;
}
@media (min-width: 769px) and (max-width: 992px) {
  ul.three-columns, ol.three-columns {
    columns: 2;
  }
}
@media (max-width: 768px) {
  ul.three-columns, ol.three-columns {
    columns: 1;
  }
}
ul.big, ol.big {
  padding-left: 0px !important;
  line-height: 2em;
  font-size: 1.2em;
}
ul.big li, ol.big li {
  margin-left: 0px;
  list-style: none;
  text-align: center;
}
ul.dynamic-width, ol.dynamic-width {
  display: flex;
  position: relative;
  flex-flow: column wrap;
  text-align: left;
}
ul.dynamic-width li, ol.dynamic-width li {
  line-height: 1.8em;
}

ul.checkmark {
  list-style: none !important;
}
ul.checkmark li::before {
  margin-right: 7px;
  margin-left: -23px;
  content: "";
  color: #008fd5;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}

[class*=visible-] {
  display: none !important;
}

@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }
}

.near-strike-through {
  position: relative;
  width: 100%;
}
.near-strike-through::before, .near-strike-through::after {
  position: absolute;
  z-index: -1;
}
.near-strike-through::before {
  top: 50%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.078);
  width: 100%;
  height: 1px;
  content: "";
}
.near-strike-through::after {
  left: 50%;
  transform: translateX(-50%);
  background-color: #fafafa;
  padding-right: 15px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0);
  content: attr(data-text);
}

@media (min-width: 769px) {
  #logo {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #logo {
    margin-right: 5%;
    flex-basis: 100px;
    flex-grow: 1;
    max-width: max-content;
  }
}
#logo img {
  display: block;
  max-height: 100px;
}
body > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  body > header {
    position: relative;
    flex-wrap: wrap;
  }
}

#logo {
  margin-right: 5%;
}

@media (min-width: 769px) {
  #main-nav {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  #main-nav {
    top: 100%;
  }
}

#header-top-strip {
  height: 30px;
}

#header-top-strip {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #header-top-strip {
    justify-content: space-around;
  }
}

#header-top {
  font-size: 0.9em;
}

#header-top-strip {
  background-color: #333;
  padding: 5px 3%;
  color: #fff;
  font-size: 15px;
}
#header-top-strip > div {
  flex-grow: 1;
  text-align: right;
}
#header-top-strip p {
  white-space: nowrap;
}
#header-top-strip a:not(.fa-stack) {
  color: inherit;
}

#header-extras .fa-stack {
  margin-left: 0px;
  font-size: 0.9em;
}
#header-extras .fa-stack:first-of-type {
  margin-left: 5px;
}

body > header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.078);
}

@media (min-width: 769px) {
  #main-nav {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 850px;
  }
}
@media (max-width: 768px) {
  #main-nav {
    background-color: #008fd5;
  }
}
@media (min-width: 769px) {
  #main-nav > ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #main-nav > ul {
    text-align: center;
    font-size: 21px;
  }
}
@media (min-width: 769px) {
  #main-nav > ul .menu-item-depth-0 {
    display: inline-block;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  #main-nav > ul .menu-item-depth-0:not(:last-of-type) {
    margin-right: 1.2em;
  }
}
@media (min-width: 769px) {
  #main-nav > ul > li:last-child a,
#main-nav > ul > :not(li):last-child > li:last-child a {
    transition: all 0.25s ease;
    border-radius: 0.25em;
    cursor: pointer;
    padding: 0.5em 1em;
    text-decoration: none;
    line-height: 1em;
    font-weight: 700;
    background-color: #008fd5;
    padding: 0.6em 1em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }
  #main-nav > ul > li:last-child a:hover, #main-nav > ul > li:last-child a:focus,
#main-nav > ul > :not(li):last-child > li:last-child a:hover,
#main-nav > ul > :not(li):last-child > li:last-child a:focus {
    background-color: #252525;
  }
  #main-nav > ul > li:last-child a:focus,
#main-nav > ul > :not(li):last-child > li:last-child a:focus {
    outline: none;
  }
}
#main-nav a {
  position: relative;
  transition: color 0.25s ease;
  cursor: pointer;
  color: #252525;
  font-weight: 700;
}
@media (min-width: 993px) {
  #main-nav a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #main-nav a {
    color: #fff;
  }
}
#main-nav a:hover {
  color: #008fd5;
}
@media (max-width: 768px) {
  #main-nav a:hover {
    color: #fff;
  }
}
#main-nav li.menu-item-has-children {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#main-nav li.menu-item-has-children > * {
  -webkit-tap-highlight-color: initial;
}
#main-nav li.menu-item-has-children > a {
  padding-right: 0.7em;
}
@media (min-width: 769px) {
  #main-nav li.menu-item-has-children > a {
    position: relative;
    z-index: 5;
    padding-bottom: 18px;
  }
}
#main-nav li.menu-item-has-children > a::after {
  position: absolute;
  right: 0px;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-size: 0.75em;
  content: "";
}

#main-nav ul.sub-menu {
  max-height: 0px;
  overflow: hidden;
}
@media (min-width: 769px) {
  #main-nav ul.sub-menu {
    position: absolute;
    z-index: 10;
    margin-top: 13px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    min-width: 220px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #main-nav ul.sub-menu {
    font-size: 18px;
    transition: max-height 0.6s ease;
  }
}
@media (min-width: 769px) {
  #main-nav ul.sub-menu li ~ li {
    border-top: 1px solid rgba(0, 0, 0, 0.078);
  }
}
@media (min-width: 769px) {
  #main-nav ul.sub-menu a {
    display: block;
    transition-property: color, background-color, padding-right, padding-left;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    padding: 0.4em 1.1em 0.4em 0.8em;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  #main-nav ul.sub-menu a {
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  #main-nav ul.sub-menu a:hover {
    padding-right: 0.8em;
    padding-left: 1.1em;
  }
}
#main-nav ul.sub-menu a:hover {
  background-color: #008fd5;
  color: #fff;
}
#main-nav:not(.is-using-click) li.menu-item-has-children:hover > ul.sub-menu,
#main-nav li.menu-item-has-children.is-active > ul.sub-menu {
  --expanded-height: 900px;
  --expanded-width: 800px;
  transition: max-height 0.2s ease 0s;
  max-height: var(--expanded-height);
}
#mobile-menu-toggle {
  margin-right: 2.5vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#mobile-menu-toggle .icon-bar {
  display: block;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: calc(3em/12) 0px !important;
  border-radius: calc(2em/12);
  box-shadow: calc(1em/12) calc(1em/12) calc(2em/12) 0px rgba(0, 0, 0, 0.2) inset;
  background-color: #252525;
  width: calc(32em/12);
  height: calc(5em/12);
}
#mobile-menu-toggle .menu-text {
  text-align: center;
  color: #252525;
}
#mobile-menu-toggle.is-open .icon-bar:first-child {
  transform: translateY(calc(8em/12)) rotate(45deg);
}
#mobile-menu-toggle.is-open .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}
#mobile-menu-toggle.is-open .icon-bar:last-child {
  transform: translateY(calc(-8em/12)) rotate(45deg);
}

@media (max-width: 768px) {
  #logo, #mobile-menu-toggle {
    position: relative;
    z-index: 10;
  }

  #main-nav {
    position: absolute;
    left: 100%;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 100%;
    width: 0%;
    transition-property: left, width;
    transition-duration: 1s;
    transition-timing-function: ease;
    overflow-x: hidden;
  }
  #main-nav.is-open {
    left: 0px;
    width: 100%;
  }
  #main-nav > ul {
    width: 100vw;
  }
  #main-nav > ul .menu-item-depth-0::after {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 1px;
    content: "";
  }
  #main-nav > ul .menu-item-depth-0 > a {
    display: inline-block;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  #main-nav li.menu-item-has-children::after {
    margin-top: 0.375em;
  }
  #main-nav li.menu-item-has-children > a {
    padding-bottom: 0.375em;
  }
  #main-nav ul.sub-menu li {
    padding-top: 0.1875em;
    padding-bottom: 0.1875em;
  }
  #main-nav ul.sub-menu li:last-child {
    padding-bottom: calc(.1875em + 16px);
  }
}
#main {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  #main > h1, #main .container > h1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #main, #main .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

#content {
  box-sizing: border-box;
}

#main .container::after {
  display: none;
}

@media (min-width: 993px) {
  #content {
    width: calc(100% / 3 * 2 - 3.5%);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #content {
    width: 100%;
  }
}

#sidebar {
  box-sizing: border-box;
}
#sidebar aside:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.078);
  padding-bottom: 25px;
}
#sidebar aside ~ aside {
  padding-top: 25px;
}

.stack-facebook, .stack-facebook-f {
  color: #3b5998;
}
.stack-google {
  color: #4285f4;
}
.stack-instagram {
  color: #e1306c;
}
.stack-linkedin, .stack-linkedin-in {
  color: #0077b5;
}
.stack-pinterest, .stack-pinterest-p {
  color: #bd081c;
}
.stack-rss {
  color: #f26522;
}
.stack-snapchat-ghost {
  color: #fffc00;
}
.stack-twitter {
  color: #1b95e0;
}
.stack-vimeo, .stack-vimeo-v {
  color: #4bf;
}
.stack-yelp {
  color: #c41200;
}
.stack-youtube, .stack-youtube-play {
  color: #f00;
}

.widget_socialLinks a:not(:last-of-type) {
  margin-right: 4px;
}

#sidebar {
  border: 1px solid #ebebeb;
  background-color: #fafafa;
  padding: 25px;
}
@media (min-width: 993px) {
  #sidebar {
    width: calc(100% / 3 - 3.5%);
    min-width: 300px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #sidebar {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #sidebar {
    margin-top: 40px;
  }
}

#footer-banner {
  padding: 60px 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
#footer-banner .container {
  max-width: 800px;
}
#footer-banner h2 {
  margin-bottom: 0.5em;
  color: inherit;
  font-size: 2em;
}
#footer-banner a {
  color: #008fd5;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #footer-banner {
    font-size: 16px;
  }
}

#footer-widgets {
  padding: 40px 0px;
}
@media (min-width: 769px) {
  @supports not (display: grid) {
    #footer-widgets .container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    #footer-widgets .container aside {
      width: calc(( 100% - 9% ) / 4);
      box-sizing: border-box;
    }
    #footer-widgets .container aside:not(:nth-of-type(4n)) {
      margin-right: 1.5%;
    }
    #footer-widgets .container aside:not(:nth-of-type(4n+1)) {
      margin-left: 1.5%;
    }
    #footer-widgets .container aside:last-of-type {
      margin-right: 0%;
    }
  }
  @supports (display: grid) {
    #footer-widgets .container {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 3%;
    }
  }
}
@media (max-width: 768px) {
  #footer-widgets aside:not(:last-child) {
    padding-bottom: 15px;
  }
  #footer-widgets aside ~ aside {
    border-top: 1px solid rgba(255, 255, 255, 0.188);
    padding-top: 15px;
  }
}
#footer-widgets h2 {
  margin-bottom: 10px;
}

body > footer {
  font-size: 14px;
  background-color: #333;
  color: #fff;
}
body > footer a {
  color: inherit;
  font-weight: inherit;
}
body > footer a:hover {
  color: #008fd5;
}
body > footer h2 {
  color: inherit;
}

#legal-stuff {
  padding: 20px 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.wp-content::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0px;
  content: " ";
}
.wp-content li {
  margin-left: 30px;
}
.wp-content ul {
  list-style: disc;
}
.wp-content img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
  max-width: calc(50% - 15px);
}
.wp-content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.wp-content img.alignright {
  float: right;
  margin-right: 0px;
  margin-left: 15px;
  max-width: calc(50% - 15px);
}
.wp-content > p:first-child > img:only-child {
  margin-top: 0px;
}
.wp-content > p:last-child > img:only-child {
  margin-bottom: 0px;
}
.wp-content .metaslider {
  margin-bottom: 1.5em !important;
}
.wp-content > div:not(:last-child) {
  margin-bottom: 1.5em;
}
.wp-content p a:not(:only-child) button {
  margin: 0em 1em;
}

.hero-image {
  position: relative;
  color: #fff;
  font-size: calc(0.71vw + 13.7px);
}
.hero-image img {
  width: 100vw;
  max-width: none;
}
.hero-image h2 {
  margin-bottom: 0.5em;
  color: inherit;
  font-size: calc(2.41vw + 13.3px);
}
.hero-image button {
  font-size: calc(0.89vw + 11.1px);
}

.wp-content .hero-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-image-overlay {
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

.hero-image-overlay-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  padding: 0px 15px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.expanding-paragraph {
  position: relative;
  margin-top: 1.5em;
}
.expanding-paragraph:not(:last-child) {
  margin-bottom: 1.5em;
}
.expanding-paragraph [class*=inner] {
  position: relative;
  transition: all 0.5s ease;
  margin-bottom: 0px !important;
  overflow: hidden;
}
.expanding-paragraph [class*=inner]::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0px;
  content: " ";
}
.expanding-paragraph.is-closed [class*=inner] {
  max-height: 0px !important;
}
.expanding-paragraph.is-closed [class*=inner]::before {
  transition: all 0.5s ease;
  background-position: 0px;
}
.expanding-paragraph.is-closed [class*=button]::before {
  content: "";
}
.expanding-paragraph.is-closed [class*=button]::after {
  content: "Show";
}
@media (min-width: 769px) {
  .expanding-paragraph .title {
    margin-right: 75px;
    margin-bottom: 0px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .expanding-paragraph {
    padding-bottom: 2em;
  }
}

.expanding-paragraph-button {
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
  color: #008fd5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.expanding-paragraph-button::before {
  font-size: 20px;
}
.expanding-paragraph-button::after {
  margin-left: 5px;
  vertical-align: 6%;
  font: 16px "Lato", "Helvetica", "Arial", sans-serif;
  content: "Hide";
}
@media (min-width: 769px) {
  .expanding-paragraph-button {
    position: absolute;
    top: 0%;
    left: 100%;
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .expanding-paragraph-button {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.page-template-800px #main .container {
  display: block;
  max-width: 800px;
}

.page-template-800px #main-gutenberg {
  max-width: 800px;
}

.page-template-1000px #main .container {
  display: block;
  max-width: 1000px;
}

.page-template-1000px #main-gutenberg {
  max-width: 1000px;
}

/*! http://responsiveslides.com v1.53 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/** metaslider custom styles **/
.rslides_tabs {
  margin: 0;
  padding: 7px 0 !important;
  background: #333;
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.rslides_tabs li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  margin-right: 1px;
  list-style-type: none;
}

.rslides_tabs a {
  text-decoration: none;
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  color: white;
}

.rslides_tabs a:hover {
  border: 0;
  color: white;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

.rslides li,
.rslides .rslides_tabs {
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
}

.metaslider-responsive:hover .rslides_nav {
  opacity: 0.6;
}
.metaslider-responsive:hover .rslides_nav:hover {
  color: #fff;
  opacity: 0.8;
}

.rslides_nav {
  transition: opacity 0.2s ease 0s;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 50%;
  padding: 0.5em;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  display: inline-block;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}

.rslides_nav.prev {
  left: 0px;
  text-decoration: none;
}

.rslides_nav.next {
  right: 0px;
  text-decoration: none;
}

body.home .metaslider-responsive .caption-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  left: initial;
  opacity: 1;
  background-color: transparent;
  padding: 0px 12%;
  overflow: visible;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  line-height: 1.3em;
  font-weight: 900;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.home .metaslider-responsive .caption-wrap {
    padding: 0px 5vw;
    font-weight: 700;
  }
}
body.home .metaslider-responsive .caption-wrap a {
  border-width: 0px;
}
body.home .metaslider-responsive .caption-wrap h1 {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: calc(2.68vw + 9.4px);
}
body.home .metaslider-responsive .caption-wrap p {
  font-size: calc(0.36vw + 14.9px);
}
body.home .metaslider-responsive .caption-wrap button, body.home .metaslider-responsive .caption-wrap .button {
  color: #fff;
  font-size: calc(0.89vw + 11.1px);
}

.billboard-rows {
  padding: 50px 0px;
  text-align: center;
}
.billboard-rows aside img {
  vertical-align: middle;
}
.billboard-rows aside h2 {
  margin-top: 1em;
}
.billboard-rows aside p {
  margin-bottom: 1em;
}

.billboard-items {
  text-align: left;
}
@media (min-width: 769px) {
  @supports not (display: grid) {
    .billboard-items {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    .billboard-items aside {
      width: calc(( 100% - 6% ) / 3);
      box-sizing: border-box;
    }
    .billboard-items aside:not(:nth-of-type(3n)) {
      margin-right: 1.5%;
    }
    .billboard-items aside:not(:nth-of-type(3n+1)) {
      margin-left: 1.5%;
    }
    .billboard-items aside:last-of-type {
      margin-right: 0%;
    }
  }
  @supports (display: grid) {
    .billboard-items {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 3%;
    }
  }
}
@media (max-width: 768px) {
  .billboard-items aside {
    display: inline-block;
  }
  .billboard-items aside:not(:last-child) {
    padding-bottom: 35px;
  }
  .billboard-items aside ~ aside {
    border-top: 1px solid rgba(0, 0, 0, 0.078);
    padding-top: 35px;
  }
}
.billboard-items img {
  border-radius: 8px;
}

body.home #featured-content + div ~ div {
  border-top: 1px solid rgba(0, 0, 0, 0.078);
}

body.home featured-content a:hover {
  color: white;
}

#pagination {
  display: flex;
  justify-content: space-between;
  clear: both;
  margin-top: 30px;
  height: 100%;
}
#pagination a {
  font-size: 14px;
  transition: all 0.25s ease;
  border-radius: 0.25em;
  cursor: pointer;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1em;
  font-weight: 700;
  background-color: #008fd5;
  padding: 0.6em 1em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#pagination a:hover, #pagination a:focus {
  background-color: #252525;
}
#pagination a:focus {
  outline: none;
}

.l-newspaper {
  font-size: 0.8em;
}
.l-newspaper img {
  display: block;
  width: 100%;
}
.l-newspaper header {
  margin-bottom: 1em;
}
.l-newspaper .post-cat {
  margin-bottom: 1em;
  color: #7e7e7e;
}
.l-newspaper h2 {
  margin-bottom: 0.5em;
}

@media (min-width: 993px) {
  @supports not (display: grid) {
    .blog #main .posts,
body.category #main .posts {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    .blog #main .posts article,
body.category #main .posts article {
      width: calc(( 100% - 6% ) / 3);
      box-sizing: border-box;
      margin-bottom: 30px;
    }
    .blog #main .posts article:first-of-type:nth-last-of-type(-n+3), .blog #main .posts article:first-of-type:nth-last-of-type(-n+3) ~ *, .blog #main .posts article:nth-last-of-type(-n+4):nth-of-type(3n) ~ *,
body.category #main .posts article:first-of-type:nth-last-of-type(-n+3),
body.category #main .posts article:first-of-type:nth-last-of-type(-n+3) ~ *,
body.category #main .posts article:nth-last-of-type(-n+4):nth-of-type(3n) ~ * {
      margin-bottom: 0px;
    }
    .blog #main .posts article:not(:nth-of-type(3n)),
body.category #main .posts article:not(:nth-of-type(3n)) {
      margin-right: 1.5%;
    }
    .blog #main .posts article:not(:nth-of-type(3n+1)),
body.category #main .posts article:not(:nth-of-type(3n+1)) {
      margin-left: 1.5%;
    }
    .blog #main .posts article:last-of-type,
body.category #main .posts article:last-of-type {
      margin-right: 0%;
    }
  }
  @supports (display: grid) {
    .blog #main .posts,
body.category #main .posts {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 3%;
      grid-row-gap: 30px;
    }
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  @supports not (display: grid) {
    .blog #main .posts,
body.category #main .posts {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    .blog #main .posts article,
body.category #main .posts article {
      width: calc(( 100% - 3% ) / 2);
      box-sizing: border-box;
      margin-bottom: 30px;
    }
    .blog #main .posts article:first-of-type:nth-last-of-type(-n+2), .blog #main .posts article:first-of-type:nth-last-of-type(-n+2) ~ *, .blog #main .posts article:nth-last-of-type(-n+3):nth-of-type(2n) ~ *,
body.category #main .posts article:first-of-type:nth-last-of-type(-n+2),
body.category #main .posts article:first-of-type:nth-last-of-type(-n+2) ~ *,
body.category #main .posts article:nth-last-of-type(-n+3):nth-of-type(2n) ~ * {
      margin-bottom: 0px;
    }
    .blog #main .posts article:not(:nth-of-type(2n)),
body.category #main .posts article:not(:nth-of-type(2n)) {
      margin-right: 1.5%;
    }
    .blog #main .posts article:not(:nth-of-type(2n+1)),
body.category #main .posts article:not(:nth-of-type(2n+1)) {
      margin-left: 1.5%;
    }
    .blog #main .posts article:last-of-type,
body.category #main .posts article:last-of-type {
      margin-right: 0%;
    }
  }
  @supports (display: grid) {
    .blog #main .posts,
body.category #main .posts {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 3%;
      grid-row-gap: 30px;
    }
  }
}
.blog #main .posts img,
body.category #main .posts img {
  border-radius: 8px;
}
@media (max-width: 768px) {
  .blog #main .posts article:not(:last-child),
body.category #main .posts article:not(:last-child) {
    padding-bottom: 15px;
  }
  .blog #main .posts article ~ article,
body.category #main .posts article ~ article {
    border-top: 1px solid rgba(0, 0, 0, 0.078);
    padding-top: 15px;
  }
  .blog #main .posts article ~ article,
body.category #main .posts article ~ article {
    border-top: 1px solid rgba(0, 0, 0, 0.078);
    padding-top: 15px;
  }
}

.page-template-team-page #team-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-team-page #team-section.single-team {
  border-top: 1px solid rgba(0, 0, 0, 0.078);
}
.page-template-team-page #main .container,
.page-template-team-page #team-section .container {
  max-width: 1000px;
}
.page-template-team-page .team {
  text-align: center;
}
.page-template-team-page .team ~ .team {
  padding-top: 30px;
}
.page-template-team-page .team:not(:last-child) {
  padding-bottom: 30px;
}
.page-template-team-page .team-members {
  text-align: center;
}
@media (min-width: 610px) {
  .page-template-team-page .team-members {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .page-template-team-page .team-members aside {
    width: calc(( 100% - 6% ) / 3);
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .page-template-team-page .team-members aside:first-of-type:nth-last-of-type(-n+3), .page-template-team-page .team-members aside:first-of-type:nth-last-of-type(-n+3) ~ *, .page-template-team-page .team-members aside:nth-last-of-type(-n+4):nth-of-type(3n) ~ * {
    margin-bottom: 0px;
  }
  .page-template-team-page .team-members aside:not(:nth-of-type(3n)) {
    margin-right: 1.5%;
  }
  .page-template-team-page .team-members aside:not(:nth-of-type(3n+1)) {
    margin-left: 1.5%;
  }
  .page-template-team-page .team-members aside:last-of-type {
    margin-right: 0%;
  }
}
@media (max-width: 609px) {
  .page-template-team-page .team-members {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .page-template-team-page .team-members aside {
    width: calc(( 100% - 4% ) / 2);
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .page-template-team-page .team-members aside:first-of-type:nth-last-of-type(-n+2), .page-template-team-page .team-members aside:first-of-type:nth-last-of-type(-n+2) ~ *, .page-template-team-page .team-members aside:nth-last-of-type(-n+3):nth-of-type(2n) ~ * {
    margin-bottom: 0px;
  }
  .page-template-team-page .team-members aside:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  .page-template-team-page .team-members aside:not(:nth-of-type(2n+1)) {
    margin-left: 2%;
  }
  .page-template-team-page .team-members aside:last-of-type {
    margin-right: 0%;
  }
}
.page-template-team-page .team-member img {
  border-radius: 100%;
  max-width: 225px;
  width: 100%;
}
.page-template-team-page .team-member h2 {
  margin-bottom: 0.75em;
  font-size: 30px;
}
.page-template-team-page .team-member h3 {
  margin-top: 0.5em;
  font-size: 18px;
}
@media (max-width: 768px) {
  .page-template-team-page .team-member h3 {
    font-size: 16px;
  }
}
.page-template-team-page .team-member p {
  font-size: 14px;
}

.page-template-template-team-page #teams img {
  border-radius: 100%;
}

body.single #main .container {
  max-width: 800px;
}

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