/*!
Theme Name: BKBase
Author: Bill Kracke
Author URI: http://billkracke.com/
Description: Custom WordPress theme

This the is using the following tools/technologies:
- CodeKit
- SASS(SCSS)
- Jeet (for grids)

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables & Colors
# Utilities & Mixins
# Base
    - typography
    - links
    - headings
    - other elements
# Components
  ## buttons
  ## forms
  ## media
# Modules
  ## Navigation
  ## widgets
# Layouts
--------------------------------------------------------------*/
/* GRID */
body,
button,
input,
select,
textarea {
  color: #414042;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-feature-settings: "kern", "liga", "clig", "calt"; }
  .wf-active body, .wf-active
  button, .wf-active
  input, .wf-active
  select, .wf-active
  textarea {
    font-family: 'Open Sans', sans-serif; }

/* "RESET" -- normalization */
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

/* Utility Classes*/
.is-visually-hidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%; }
  .wrap:before, .wrap:after {
    content: "";
    display: table; }
  .wrap:after {
    clear: both; }

.wrap-text {
  max-width: 940px;
  margin: 0 auto;
  width: 94%; }
  .wrap-text:before, .wrap-text:after {
    content: "";
    display: table; }
  .wrap-text:after {
    clear: both; }

.wrap-narrow {
  max-width: 680px;
  margin: 0 auto;
  width: 90%; }
  .wrap-narrow:before, .wrap-narrow:after {
    content: "";
    display: table; }
  .wrap-narrow:after {
    clear: both; }

.wrap-social {
  max-width: 450px;
  margin: 0 auto; }

.wrap-footer {
  max-width: 820px;
  margin: 0 auto; }

/* BASELINE STUFF */
/* Typography & Links */
.entry-content > * + *, body#tinymce.wp-editor > * + * {
  margin-top: 24px; }

.content-area, body#tinymce.wp-editor {
  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/ }
  .content-area a,
  .content-area a:visited, body#tinymce.wp-editor a,
  body#tinymce.wp-editor a:visited {
    color: #00436b;
    transition: all 0.3s ease;
    /* on hover */
    /* on click */
    /* mobile tap color */ }
    .content-area a:hover, .content-area a:focus,
    .content-area a:visited:hover,
    .content-area a:visited:focus, body#tinymce.wp-editor a:hover, body#tinymce.wp-editor a:focus,
    body#tinymce.wp-editor a:visited:hover,
    body#tinymce.wp-editor a:visited:focus {
      color: #002338;
      transition: all 0.3s ease; }
    .content-area a:link,
    .content-area a:visited:link, body#tinymce.wp-editor a:link,
    body#tinymce.wp-editor a:visited:link {
      /*
      this highlights links on iPhones/iPads.
      so it basically works like the :hover selector
      for mobile devices.
      */
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  .content-area h1,
  .content-area .h1,
  .content-area h2,
  .content-area .h2,
  .content-area h3,
  .content-area .h3,
  .content-area h4,
  .content-area .h4,
  .content-area h5,
  .content-area .h5, body#tinymce.wp-editor h1,
  body#tinymce.wp-editor .h1,
  body#tinymce.wp-editor h2,
  body#tinymce.wp-editor .h2,
  body#tinymce.wp-editor h3,
  body#tinymce.wp-editor .h3,
  body#tinymce.wp-editor h4,
  body#tinymce.wp-editor .h4,
  body#tinymce.wp-editor h5,
  body#tinymce.wp-editor .h5 {
    text-rendering: optimizelegibility;
    font-weight: 700;
    /* removing text decoration from all headline links */ }
    .content-area h1 a,
    .content-area .h1 a,
    .content-area h2 a,
    .content-area .h2 a,
    .content-area h3 a,
    .content-area .h3 a,
    .content-area h4 a,
    .content-area .h4 a,
    .content-area h5 a,
    .content-area .h5 a, body#tinymce.wp-editor h1 a,
    body#tinymce.wp-editor .h1 a,
    body#tinymce.wp-editor h2 a,
    body#tinymce.wp-editor .h2 a,
    body#tinymce.wp-editor h3 a,
    body#tinymce.wp-editor .h3 a,
    body#tinymce.wp-editor h4 a,
    body#tinymce.wp-editor .h4 a,
    body#tinymce.wp-editor h5 a,
    body#tinymce.wp-editor .h5 a {
      text-decoration: none;
      color: inherit; }
  .content-area h1,
  .content-area .h1, body#tinymce.wp-editor h1,
  body#tinymce.wp-editor .h1 {
    font-size: 2.4em;
    line-height: 1.25; }
  .content-area h2,
  .content-area .h2, body#tinymce.wp-editor h2,
  body#tinymce.wp-editor .h2 {
    font-size: 1.5em;
    color: #00436b;
    text-transform: uppercase;
    padding: 0;
    line-height: 2;
    margin-top: 24px; }
    .content-area h2 + *,
    .content-area .h2 + *, body#tinymce.wp-editor h2 + *,
    body#tinymce.wp-editor .h2 + * {
      margin-top: 0; }
    .content-area h2.section-name,
    .content-area .h2.section-name, body#tinymce.wp-editor h2.section-name,
    body#tinymce.wp-editor .h2.section-name {
      margin: 0;
      color: #009476;
      text-transform: uppercase;
      line-height: 1; }
  .content-area h3,
  .content-area .h3, body#tinymce.wp-editor h3,
  body#tinymce.wp-editor .h3 {
    font-size: 1.1em; }
  .content-area h4,
  .content-area .h4, body#tinymce.wp-editor h4,
  body#tinymce.wp-editor .h4 {
    font-size: 1em; }
  .content-area h5,
  .content-area .h5, body#tinymce.wp-editor h5,
  body#tinymce.wp-editor .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .content-area sub,
  .content-area sup, body#tinymce.wp-editor sub,
  body#tinymce.wp-editor sup {
    font-size: 83.3333%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .content-area sub, body#tinymce.wp-editor sub {
    bottom: -.25em; }
  .content-area sup, body#tinymce.wp-editor sup {
    top: -.5em; }
  .content-area abbr[title], body#tinymce.wp-editor abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none; }
  .content-area code,
  .content-area kbd,
  .content-area pre,
  .content-area samp, body#tinymce.wp-editor code,
  body#tinymce.wp-editor kbd,
  body#tinymce.wp-editor pre,
  body#tinymce.wp-editor samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .content-area hr, body#tinymce.wp-editor hr {
    height: 0;
    overflow: visible;
    margin: 2em 0; }
  .content-area blockquote, body#tinymce.wp-editor blockquote {
    margin: 0;
    color: #0074d9;
    font-size: 18px; }
  .content-area ul, .content-area ol, body#tinymce.wp-editor ul, body#tinymce.wp-editor ol {
    margin-left: 1.5em; }

/* Tables */
.entry-content table {
  font-size: 18px; }
  .entry-content table td[colspan]:not([colspan="1"]) {
    background: #00436b;
    color: #fff; }
  .entry-content table td {
    padding: 1em 0.5em;
    vertical-align: top;
    border-bottom: 2px solid #00436b; }
  .entry-content table td:first-child {
    font-weight: 700;
    min-width: 250px; }
  @media (max-width: 720px) {
    .entry-content table {
      font-size: 16px; }
      .entry-content table td {
        display: block;
        border-bottom: 0;
        padding: 0.25em 0.5em 0.25em; }
        .entry-content table td:last-child {
          border-bottom: 2px solid #00436b;
          padding-bottom: 1em; } }

/* Forms */
.gform_wrapper {
  background: #ffffff;
  border: 0 solid #ffffff;
  padding: 0; }
  .gform_wrapper.gform_body .gform_fields .gfield,
  .gform_wrapper.gform_body .gform_fields .gfield.gf_left_half,
  .gform_wrapper.gform_body .gform_fields .gfield.gf_right_half {
    margin-bottom: 1.5rem; }
  .gform_wrapper .gfield_label {
    color: #333333;
    font-size: 1rem;
    font-weight: 700; }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="url"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="password"],
  .gform_wrapper input[type="file"],
  .gform_wrapper textarea {
    background: #ffffff; }
  .gform_wrapper textarea {
    width: 100%; }
  .gform_wrapper select {
    -webkit-appearance: none;
    background-color: #ffffff;
    background-size: 0.75rem;
    background: url(components/icons/caret-down.svg) no-repeat 97% transparent;
    border-color: #333333;
    border-radius: 0;
    line-height: 1.45;
    padding: 0.25em 0.5em;
    width: 100%; }
    @media (max-width: 599px) {
      .gform_wrapper select {
        width: 49%; } }
  .gform_wrapper select[multiple="multiple"] {
    background: #ffffff; }

.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select {
  margin-left: 0;
  width: 100% !important; }
  @media (max-width: 599px) {
    .gform_wrapper .gform_body .gform_fields .gfield select,
    .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select {
      width: 49% !important; } }

.gform_wrapper .gfield .chosen-container-single {
  font-size: 1rem; }
  .gform_wrapper .gfield .chosen-container-single .chosen-single {
    background: #ffffff;
    border-color: #333333;
    border-radius: 0;
    height: auto;
    padding: 0.25em 0.5em; }
  .gform_wrapper .gfield .chosen-container-single .chosen-single div b {
    position: absolute;
    top: 40%;
    right: 0.75rem;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #999999 transparent transparent;
    border-width: 12px 6px 0;
    background: none; }
  .gform_wrapper .gfield .chosen-container-single .chosen-drop .chosen-search input[type="text"] {
    }
  .gform_wrapper .gfield .chosen-container-single .chosen-drop .chosen-results li {
    padding: 0.625rem 0.3125rem; }
  .gform_wrapper .gfield .chosen-container-single.chosen-container-single.chosen-with-drop .chosen-single {
    background-image: none; }
  .gform_wrapper .gfield .chosen-container-single.chosen-container-single.chosen-with-drop .chosen-single div b {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent #999999;
    border-width: 0 6px 12px;
    border: none; }

#content .gform_wrapper {
  margin-right: 0;
  max-width: 100%; }
  #content .gform_wrapper input[type="text"],
  #content .gform_wrapper input[type="url"],
  #content .gform_wrapper input[type="email"],
  #content .gform_wrapper input[type="tel"],
  #content .gform_wrapper input[type="number"],
  #content .gform_wrapper input[type="password"],
  #content .gform_wrapper input[type="file"],
  #content .gform_wrapper textarea {
    padding: 0.25em 0.5em;
    width: 100%; }
    @media (max-width: 599px) {
      #content .gform_wrapper input[type="text"],
      #content .gform_wrapper input[type="url"],
      #content .gform_wrapper input[type="email"],
      #content .gform_wrapper input[type="tel"],
      #content .gform_wrapper input[type="number"],
      #content .gform_wrapper input[type="password"],
      #content .gform_wrapper input[type="file"],
      #content .gform_wrapper textarea {
        width: 49%; } }
  #content .gform_wrapper .chosen-search input[type="text"],
  #content .gform_wrapper textarea {
    width: 100%; }
  #content .gform_wrapper .gf_left_half,
  #content .gform_wrapper .gf_right_half {
    width: 100%; }
    @media (max-width: 599px) {
      #content .gform_wrapper .gf_left_half input[type="text"],
      #content .gform_wrapper .gf_left_half input[type="url"],
      #content .gform_wrapper .gf_left_half input[type="email"],
      #content .gform_wrapper .gf_left_half input[type="tel"],
      #content .gform_wrapper .gf_left_half input[type="number"],
      #content .gform_wrapper .gf_left_half input[type="password"],
      #content .gform_wrapper .gf_left_half input[type="file"],
      #content .gform_wrapper .gf_right_half input[type="text"],
      #content .gform_wrapper .gf_right_half input[type="url"],
      #content .gform_wrapper .gf_right_half input[type="email"],
      #content .gform_wrapper .gf_right_half input[type="tel"],
      #content .gform_wrapper .gf_right_half input[type="number"],
      #content .gform_wrapper .gf_right_half input[type="password"],
      #content .gform_wrapper .gf_right_half input[type="file"] {
        width: 100%; } }
    @media (max-width: 599px) {
      #content .gform_wrapper .gf_left_half,
      #content .gform_wrapper .gf_right_half {
        width: 49%; } }
  @media (max-width: 599px) {
    #content .gform_wrapper .gf_left_half {
      margin-right: 2%; } }
  #content .gform_wrapper .ginput_complex .name_first input[type="text"],
  #content .gform_wrapper .ginput_complex .name_last input[type="text"] {
    width: 100%; }

/* COMPONENTS */
/* media */
/* Make sure embeds and iframes fit their containers. */
img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* buttons */
.button {
  padding: .25em 1em;
  background-color: grey;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  border: 1px solid grey;
  border-radius: 0;
  transition: all 0.3s ease; }
  .button:hover {
    background: #5a5a5a;
    border-color: #5a5a5a;
    transition: all 0.3s ease;
    color: #ffffff; }
  .button.-hollow {
    background: transparent;
    color: grey;
    border-width: 1px; }
    .button.-hollow:hover {
      background: grey;
      color: #000000;
      border-color: grey; }
  .button.-small {
    font-size: 85%; }
  .button.-large {
    font-size: 120%; }
  .button.-narrow {
    padding: 0.25em 0.5em; }
  .button.-wide {
    padding: 0.25em 2em; }
  .button.-full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin: 1em 0; }

.button.-white,
.light .button {
  background-color: #fff;
  color: #000000;
  border-color: #fff; }
  .button.-white:hover,
  .light .button:hover {
    background: #d9d9d9;
    border-color: #d9d9d9;
    color: #000000; }
  .button.-white.-hollow,
  .light .button.-hollow {
    background: transparent;
    color: #fff;
    border-width: 1px; }
    .button.-white.-hollow:hover,
    .light .button.-hollow:hover {
      background: #fff;
      color: #000000;
      border-color: #fff; }

.button.-black,
.dark .button {
  background-color: #000;
  color: #ffffff;
  border-color: #000; }
  .button.-black:hover,
  .dark .button:hover {
    background: black;
    border-color: black;
    color: #ffffff; }
  .button.-black.-hollow,
  .dark .button.-hollow {
    background: transparent;
    color: #000;
    border-width: 1px; }
    .button.-black.-hollow:hover,
    .dark .button.-hollow:hover {
      background: #000;
      color: #ffffff;
      border-color: #000; }

.button.-blue,
.button.gform_button {
  background-color: #00436b;
  color: #ffffff;
  border-color: #00436b; }
  .button.-blue:hover,
  .button.gform_button:hover {
    background: #00131f;
    border-color: #00131f;
    color: #ffffff; }
  .button.-blue.-hollow,
  .button.gform_button.-hollow {
    background: transparent;
    color: #00436b;
    border-width: 1px; }
    .button.-blue.-hollow:hover,
    .button.gform_button.-hollow:hover {
      background: #00436b;
      color: #ffffff;
      border-color: #00436b; }

/* icons */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-youtube2 {
  width: 2.5087890625em; }

.icon-star {
  width: 0.9285714285714285em; }

.icon-star-o {
  width: 0.9285714285714285em; }

.icon-user {
  width: 0.7142857142857142em; }

.icon-home {
  width: 0.9285714285714285em; }

.icon-map-marker {
  width: 0.5714285714285714em; }

.icon-chevron-left {
  width: 0.75em; }

.icon-chevron-right {
  width: 0.6785714285714285em; }

.icon-plus-circle {
  width: 0.8571428571428571em; }

.icon-minus-circle {
  width: 0.8571428571428571em; }

.icon-phone {
  width: 0.7857142857142857em; }

.icon-pinterest {
  width: 0.8571428571428571em; }

.icon-google-plus {
  width: 1.2857142857142856em; }

.icon-caret-down {
  width: 0.5714285714285714em; }

.icon-caret-up {
  width: 0.5714285714285714em; }

.icon-caret-left {
  width: 0.39285714285714285em; }

.icon-caret-right {
  width: 0.3214285714285714em; }

.icon-sort {
  width: 0.5714285714285714em; }

.icon-sort-desc {
  width: 0.5714285714285714em; }

.icon-sort-asc {
  width: 0.5714285714285714em; }

.icon-linkedin {
  width: 0.8571428571428571em; }

.icon-angle-left {
  width: 0.375em; }

.icon-angle-right {
  width: 0.33928571428571425em; }

.icon-angle-up {
  width: 0.6428571428571428em; }

.icon-angle-down {
  width: 0.6428571428571428em; }

.icon-youtube {
  width: 0.8571428571428571em; }

.icon-instagram {
  width: 0.8571428571428571em; }

.icon-slack {
  width: 0.9285714285714285em; }

.icon-map-pin {
  width: 0.5714285714285714em; }

.icon-user-o {
  width: 0.8571428571428571em; }

/* navigation */
.main-navigation {
  clear: none;
  display: block;
  float: right; }
  @media (max-width: 1200px) {
    .main-navigation {
      float: none;
      position: relative; } }
  .main-navigation:before, .main-navigation:after {
    content: '';
    display: block;
    height: 116px;
    width: calc(50vw - 700px);
    background-color: #002c41;
    position: absolute;
    left: 0;
    z-index: 0; }
    @media (max-width: 1200px) {
      .main-navigation:before, .main-navigation:after {
        display: none; } }
  .main-navigation:after {
    left: auto;
    right: 0;
    background-color: #414042; }
    @media (max-width: 1200px) {
      .main-navigation:after {
        height: 100%;
        width: 50vw; } }
  @media (max-width: 1200px) {
    .main-navigation #primary-menu {
      display: flex; }
      .main-navigation #primary-menu li {
        flex: 1 1 auto; } }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 60%;
      left: -999em;
      z-index: 99999;
      background: rgba(0, 44, 65, 0.7);
      padding-bottom: 0.5em; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        float: none; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        line-height: 2;
        height: auto;
        white-space: nowrap;
        width: 100%; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        background-color: #00436b;
        color: #ffffff; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #ffffff; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li a:hover,
    .main-navigation li a:focus {
      color: #0083d1; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #0083d1; }
    .main-navigation li.red a {
      background: #b8462c; }
    .main-navigation li.grey a {
      background: #414042; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 116px;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    word-spacing: -0.75px;
    font-weight: 400; }
    @media (max-width: 1200px) {
      .main-navigation a {
        line-height: 3;
        padding: 0;
        display: block;
        width: 100%;
        text-align: center; } }
    .main-navigation a:hover {
      font-weight: 700;
      letter-spacing: -0.01em;
      color: #0083d1; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: none; }

@media (max-width: 860px) {
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block !important;
    left: 0;
    position: relative; }
    .menu-toggle li,
    .main-navigation.toggled ul li {
      float: none;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      line-height: 1.2;
      height: auto !important; }
  .menu-primary-container {
    min-width: 50vw;
    max-width: 300px;
    position: absolute;
    background: #002c41;
    z-index: 999;
    top: 4em;
    right: 0; }
  .menu-toggle {
    font-size: 1.66em;
    color: #fff;
    background: none;
    border: none;
    -webkit-appearance: none;
    float: right;
    line-height: 3; }
  .main-navigation ul {
    display: none !important;
    width: 100%; } }

/* slideshow */
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.home .swiper-container .swiper-slide {
  width: 100vw;
  height: 100vh;
  height: calc(100vh - 116px);
  position: relative;
  text-align: center; }
  .home .swiper-container .swiper-slide img {
    position: absolute;
    object-fit: cover;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .home .swiper-container .swiper-slide.dark {
    color: #000; }
  .home .swiper-container .swiper-slide.light {
    color: #fff; }
  .home .swiper-container .swiper-slide .slide-content {
    position: absolute;
    width: 90%;
    padding: 0 5%;
    top: 50%;
    transform: translateY(-75%); }
  .home .swiper-container .swiper-slide .slide-title {
    font-size: 64px;
    font-size: 5vw;
    line-height: 1.4;
    font-family: 'Crimson Text', Georgia, serif;
    font-weight: 400; }
    @media (max-width: 720px) {
      .home .swiper-container .swiper-slide .slide-title {
        font-size: 36px; } }
    @media (min-width: 1280px) {
      .home .swiper-container .swiper-slide .slide-title {
        font-size: 64px; } }
  .home .swiper-container .swiper-slide .slide-text {
    font-size: 36px;
    font-size: 4vw;
    margin-bottom: 5rem;
    font-family: 'Crimson Text',Georgia,serif; }
    @media (max-width: 500px) {
      .home .swiper-container .swiper-slide .slide-text {
        font-size: 20px; } }
    @media (min-width: 900px) {
      .home .swiper-container .swiper-slide .slide-text {
        font-size: 36px; } }
  .home .swiper-container .swiper-slide .button {
    font-size: 24px;
    border-width: 2px !important; }

/* modal */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* LAYOUT */
.pre-header {
  background-color: #00436b;
  color: #fff;
  line-height: 2;
  font-weight: 700; }
  .pre-header .pre-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
    width: 100%;
    max-width: 1400px; }
    .pre-header .pre-header-inner::after {
      content: '';
      display: table;
      clear: both; }
    .pre-header .pre-header-inner::after {
      content: '';
      display: table;
      clear: both; }
  .pre-header .phone {
    float: left;
    margin-left: 54px; }
  .pre-header .social-icons {
    float: right;
    margin-right: 24px; }
  .pre-header a {
    text-decoration: none;
    color: #fff; }

.site-header {
  color: #fff;
  background-color: #002c41;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 0 24px; }
  .site-header::after {
    content: '';
    display: table;
    clear: both; }
  .site-header .site-title {
    float: left;
    height: 116px;
    z-index: 1;
    transition: all 0.3s ease-in; }
    .site-header .site-title svg {
      height: 70px;
      width: auto;
      fill: currentColor;
      margin: 23px 0; }
  .site-header a {
    color: inherit;
    display: inline-block;
    height: 116px; }
    @media (max-width: 1200px) {
      .site-header a {
        height: auto; } }

@media (max-width: 1200px) {
  .site-header {
    padding: 0; }
    .site-header .site-title {
      float: none;
      margin: 0 auto;
      height: 80px;
      text-align: center;
      width: 100%;
      display: block; }
      .site-header .site-title svg {
        height: 60px;
        width: auto;
        fill: currentColor;
        margin: 5px auto; } }

@media (max-width: 860px) {
  .site-header {
    padding: 0; }
    .site-header .site-title {
      float: left;
      margin: 0 0 0 18px;
      height: 80px;
      text-align: center;
      width: auto;
      display: block; }
      .site-header .site-title svg {
        height: 60px;
        width: auto;
        fill: currentColor;
        margin: 5px auto; } }

.sub-header {
  background-color: #00436b;
  overflow: hidden; }

.sub-header-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #00436b; }
  .sub-header-inner::after {
    content: '';
    display: table;
    clear: both; }

.cta {
  background-color: #414042;
  padding: 0 2em 2em 2em;
  width: 255px;
  float: left;
  position: relative; }
  .cta .button {
    display: block;
    margin-top: 2em;
    text-align: center; }
  .cta:before {
    content: '';
    display: block;
    width: 50vw;
    background: #414042;
    height: 50vh;
    position: absolute;
    top: 0;
    right: 100%; }

.page-header-text {
  padding: 2rem 2rem 0 2rem;
  color: #fff;
  float: left;
  max-width: 75%;
  max-width: calc(100% - 255px); }
  .page-header-text .header-text {
    font-family: "Crimson Text", Georgia, serif;
    font-size: 30px;
    line-height: 1.33;
    font-size: 2.5vw; }
    @media (max-width: 960px) {
      .page-header-text .header-text {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .page-header-text .header-text {
        font-size: 30px; } }

.subnav {
  background-color: #b8462c; }
  .subnav .current_page_item {
    font-weight: 700;
    letter-spacing: -0.005em; }

.subnav-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  max-width: 1400px; }
  .subnav-inner::after {
    content: '';
    display: table;
    clear: both; }
  .subnav-inner .pagenav ul:before {
    content: '\25b6';
    display: inline-block;
    padding: 0 0 0 0.5em;
    font-size: 80%; }
  .subnav-inner li {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase; }
  .subnav-inner ul {
    display: inline-block;
    line-height: 2.5; }
  .subnav-inner ul, .subnav-inner li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .subnav-inner li li {
    display: inline-block;
    font-size: 14px;
    margin-left: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 2.5;
    color: #aaa; }
    .subnav-inner li li:after {
      content: '/';
      position: relative;
      left: 0.5em; }
  .subnav-inner a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }
    .subnav-inner a:hover, .subnav-inner a:focus {
      font-weight: 700; }
  .subnav-inner .current-page-ancestor {
    font-weight: 700; }

@media (max-width: 860px) {
  .cta {
    float: none;
    width: 100%;
    padding: 1em;
    text-align: center; }
  .cta .button {
    width: 40%;
    display: inline-block;
    margin: 0 4%;
    font-size: 15px; }
  .page-header-text {
    padding: 1em;
    text-align: center;
    width: 100%;
    max-width: 100%; }
  .subnav-inner .pagenav ul:before {
    display: none; }
  .subnav-inner li li {
    display: block; }
  .subnav-inner ul {
    display: block; }
  .pagenav {
    padding-top: 1em; }
  .header-text {
    text-align: center;
    width: 100%; } }

#background-image {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-width: 100vw;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.375;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.site {
  min-height: 100vh; }

.content-area {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  background-color: rgba(255, 255, 255, 0.85); }
  .content-area::after {
    content: '';
    display: table;
    clear: both; }

.row::after {
  content: '';
  display: table;
  clear: both; }

.site-main {
  padding: 4% 4%; }
  .home .site-main {
    padding: 0; }

.entry-header {
  margin: 0; }

.gform_wrapper {
  background: transparent; }
  .gform_wrapper .name_prefix {
    width: 5em !important; }
  .gform_wrapper .gform_body .gform_fields .gfield select {
    background-color: #fff; }

.page .entry-title {
  margin-top: 1em;
  font-size: 1.5em; }

.section-nav {
  float: right;
  background-color: #ddd;
  list-style: none;
  padding: 1rem;
  margin: -1.75rem -1.75rem 1rem 1rem;
  font-size: 14px; }
  .section-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.33em 1em;
    position: relative;
    display: block; }
    .section-nav li a:hover, .section-nav li a:focus {
      text-decoration: underline; }
  .section-nav .current_page_item {
    font-weight: 700; }
    .section-nav .current_page_item a:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 1em;
      height: 1em;
      left: 0;
      border: 0.5em solid transparent;
      border-left-color: #00436b; }

.home .section-title {
  line-height: 3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0; }

.home .row {
  display: flex;
  flex-wrap: wrap; }
  .home .row > div {
    margin-top: 0; }

.home .donor-section {
  background-color: #002c41;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  font-size: 21px;
  line-height: 1.1; }
  .home .donor-section h1, .home .donor-section h2, .home .donor-section h3 {
    color: #fff; }
  .home .donor-section img {
    border-radius: 50%; }
  .home .donor-section .donor-name {
    font-size: 36px;
    line-height: 44px;
    font-weight: normal; }
  .home .donor-section .donor-text {
    max-width: 900px;
    margin: 1em auto 0; }
  .home .donor-section .donor-link {
    text-transform: uppercase;
    font-size: 19px;
    padding: 0.6em 0;
    display: inline-block; }
  .home .donor-section a {
    color: inherit; }

.home .solution-card {
  width: 25%;
  background-color: #fff;
  text-align: center;
  padding-bottom: 6em;
  position: relative;
  border-left: 2px solid transparent;
  background-clip: padding-box;
  font-size: 16px;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
  @media (max-width: 960px) {
    .home .solution-card {
      width: 50%;
      flex: 0 0 auto; } }
  @media (max-width: 600px) {
    .home .solution-card {
      width: 100%;
      flex: 0 0 auto; } }
  .home .solution-card:hover {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-width: 0; }
  .home .solution-card:first-child {
    border-left: 0; }
  .home .solution-card img {
    min-width: 100%;
    max-width: 100%;
    height: auto; }
  .home .solution-card .solution-title {
    text-transform: uppercase;
    font-size: 1.66em;
    font-weight: 600; }
  .home .solution-card .solution-text {
    padding: 0 1em; }
  .home .solution-card .button {
    position: absolute;
    bottom: 1em;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px; }

.home .statistics {
  background: #414042;
  color: #fff; }
  .home .statistics h1, .home .statistics h2, .home .statistics h3 {
    color: #fff; }
  .home .statistics .statistics-title {
    line-height: 2.5;
    text-align: center;
    font-weight: 600; }
    @media (max-width: 600px) {
      .home .statistics .statistics-title {
        line-height: 1.4;
        padding: 0.3em 0; } }
  .home .statistics .stat {
    width: 33%;
    text-align: center;
    padding: 0 0 2em 0; }
    @media (max-width: 600px) {
      .home .statistics .stat {
        width: 100%; } }
  .home .statistics .statistics-value {
    font-size: 6vw;
    font-weight: 400;
    letter-spacing: -0.04em; }
    @media (max-width: 800px) {
      .home .statistics .statistics-value {
        font-size: 48px; } }
    @media (min-width: 1200px) {
      .home .statistics .statistics-value {
        font-size: 72px; } }
  .home .statistics .statistics-description {
    text-transform: uppercase;
    font-size: 20px; }

.home .blog-card {
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.8333333333%;
  margin-left: 0%;
  margin-right: 0.75%;
  padding: 0 0 1rem;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
  .home .blog-card::after {
    content: '';
    display: table;
    clear: both; }
  .home .blog-card:nth-child(n) {
    margin-right: 0.75%;
    float: left;
    clear: none; }
  .home .blog-card:nth-child(3n) {
    margin-right: 0%;
    float: right; }
  .home .blog-card:nth-child(3n + 1) {
    clear: both; }
  @media (max-width: 900px) {
    .home .blog-card {
      display: block;
      clear: both;
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .home .blog-card:first-child {
        margin-left: auto; }
      .home .blog-card:last-child {
        margin-right: auto; } }
  .home .blog-card img {
    width: 100%;
    height: auto; }
  .home .blog-card .post-title {
    text-transform: uppercase;
    padding: 0.5em 1rem 0; }
  .home .blog-card .date {
    padding: 0 1rem 0.5rem;
    font-weight: 600; }
  .home .blog-card .post-excerpt {
    padding: 0 1rem;
    font-size: 16px; }
  .home .blog-card .read-more {
    color: #009476;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 0.3em 1rem;
    font-size: 16px; }
  .home .blog-card:hover {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-width: 0;
    background-color: #fff; }

.people-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .people-grid::after {
    content: '';
    display: table;
    clear: both; }
  .people-grid .person {
    flex: 0 0 24%;
    margin: 0.5%;
    text-align: center;
    background-color: #00436b;
    padding-bottom: 1em; }
    @media (max-width: 860px) {
      .people-grid .person {
        flex: 0 0 49%;
        margin: 0.5%; } }
    @media (max-width: 640px) {
      .people-grid .person {
        flex: 0 0 100%;
        margin: 1% 0; }
        .people-grid .person img {
          width: 100%; } }
    .people-grid .person:hover {
      cursor: pointer; }
  .people-grid .name {
    margin-top: 0.5em;
    color: #fff;
    font-size: 16px;
    width: 90%;
    margin: 0.5em auto 0; }
  .people-grid .title {
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto; }
    .people-grid .title a {
      color: inherit; }

.remodal {
  min-width: 66vw; }
  .remodal .info {
    text-align: left;
    padding-bottom: 1em; }
    .remodal .info::after {
      content: '';
      display: table;
      clear: both; }
    .remodal .info img {
      width: 30%;
      float: left;
      height: auto;
      margin-right: 2em; }
    .remodal .info .name {
      font-weight: 700;
      font-size: 2em;
      padding-top: 6vw; }
  .remodal .bio {
    text-align: left; }
    .remodal .bio * + * {
      margin-top: 1.5em; }

.blog .post, .archive .post, .category .post, .tag .post {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 2em; }
  .blog .post::after, .archive .post::after, .category .post::after, .tag .post::after {
    content: '';
    display: table;
    clear: both; }
  .blog .post:nth-child(n), .archive .post:nth-child(n), .category .post:nth-child(n), .tag .post:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .blog .post:nth-child(3n), .archive .post:nth-child(3n), .category .post:nth-child(3n), .tag .post:nth-child(3n) {
    margin-right: 0%;
    float: right; }
  .blog .post:nth-child(3n + 1), .archive .post:nth-child(3n + 1), .category .post:nth-child(3n + 1), .tag .post:nth-child(3n + 1) {
    clear: both; }

.blog .entry-title, .archive .entry-title, .category .entry-title, .tag .entry-title {
  color: #414042;
  line-height: 1.2;
  margin-top: 0.5em; }
  .blog .entry-title a, .archive .entry-title a, .category .entry-title a, .tag .entry-title a {
    color: inherit; }

.blog .read-more, .archive .read-more, .category .read-more, .tag .read-more {
  font-size: 80%;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 0;
  font-weight: 700;
  color: #414042; }

.entry-header img {
  width: 100%; }

.mks_toggle_content * + * {
  margin-top: 1em; }

.mks_tab_item {
  background: #fff; }

.mks_tab_nav_item {
  text-transform: uppercase;
  font-weight: bold;
  background: #ddd; }
  .mks_tab_nav_item.active {
    background: #fff; }

.archive {
  /* For # Month, Year, Category, Author, Post Type archive */ }

.date {
  /* # For date archive */ }

.search {
  /* # For search */ }

.search-results {
  /* # If found posts in search result */ }

.search-no-results {
  /* # If NOT found any posts in search result */ }

.paged {
  /* # On paged result and not for the first page */ }

.attachment {
  /* # On attachment page */ }

.error404 {
  /* # On 404 page */ }

.single {
  /* # Add for any post type, except {attachments} and {pages} */ }

.post-type-archive {
  /* # post type archive page */ }

.author {
  /* # author page */ }

.category {
  /* # category page */ }

.tag {
  /* # Tags page */ }

.page {
  /* # existing single page */ }

.page-parent {
  /* # Parent page only */ }

.page-child {
  /* # Child page only */ }

.page-template {
  /* # Page templates only */ }

.page-template-default {
  /* # Default page templates only */ }

.logged-in {
  /* # Logged in user */ }

/* Accordions */
.mks_accordion_heading {
  font-size: 1em;
  color: #b8462c;
  text-transform: uppercase;
  border: 0;
  background-color: #ccc;
  font-weight: 700; }

.mks_toggle_heading {
  font-size: 1em;
  color: #009476;
  text-transform: uppercase;
  border: 0;
  font-weight: 700; }

.mks_accordion, .mks_toggle {
  border-bottom: 0; }

.mks_accordion_item, .mks_toggle {
  border: 0;
  margin-top: 24px;
  background: #fff; }

.mks_accordion_content, .mks_toggle_content {
  border: 0; }

.mks_toggle {
  border: 1px solid #ccc; }

.site-footer {
  overflow: hidden;
  color: #fff;
  background: #002c41;
  font-size: 14px; }
  .site-footer a {
    color: #fff; }

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  display: flex; }
  .footer-inner::after {
    content: '';
    display: table;
    clear: both; }
  .footer-inner::after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 800px) {
    .footer-inner {
      display: block;
      width: 100%; }
      .footer-inner > * {
        width: 100% !important; }
      .footer-inner .social::after {
        content: '';
        display: table;
        clear: both; }
      .footer-inner .social .accredited-logo {
        height: 80px !important;
        width: auto !important; } }
  .footer-inner .social,
  .footer-inner .links {
    width: 25%;
    padding: 1em 0.5em 3em; }
  .footer-inner .copyright {
    width: 55%;
    padding: 1em 0.5em 3em; }
  .footer-inner .social {
    background-color: #414042;
    position: relative;
    width: 20%; }
    .footer-inner .social:before {
      height: 100%;
      width: 33vw;
      width: calc(50vw - 576px);
      content: '';
      background: #414042;
      display: block;
      position: absolute;
      right: 100%;
      top: 0; }
    .footer-inner .social .accredited-logo {
      float: right;
      width: 30%;
      height: auto; }
    .footer-inner .social .social-icon {
      display: inline-block;
      font-size: 22px;
      line-height: 1;
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 50%;
      background-color: #002c41;
      padding-top: 4px; }
  .footer-inner .search-submit {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .footer-inner .search-field {
    color: #ffffff;
    background: #00436b;
    padding: 0.33em;
    text-transform: uppercase;
    border: 0;
    font-size: 15px;
    margin-top: 1em; }
    .footer-inner .search-field::placeholder {
      color: #fff; }
