@charset "UTF-8";
/*!
Theme Name: BNMC
Theme URI: http://helmux.com
Author: Helm Experience & Design
Author URI: https://helmux.com
Description: Based on Getwid Base theme.
Version: 1.1.1
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: getwid-base
Tags: one-column, full-width-template, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, custom-logo, block-styles

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Getwid Base theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #5A5C69;
  font-family: raleway, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5;
  letter-spacing: .25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ibm-plex-sans-condensed, sans-serif;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0.5em !important;
  color: #313859;
  line-height: 1.125;
  font-weight: 500;
  letter-spacing: -0.7px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.wp-block-media-text__content h2 {
  line-height: 1;
}

h1 {
  font-size: 60px;
  font-size: 3.75rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 86px;
    font-size: 5.375rem;
  }
}

@media (min-width: 1070px) {
  h1 {
    font-size: 128px;
    font-size: 8rem;
  }
}

@media (max-width: 425px) {
  h1 {
    font-size: 3rem;
    line-height: 1.125;
  }
}

.single h1 {
  font-size: 56px;
  font-size: 3.5rem;
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .single h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media (min-width: 1070px) {
  .single h1 {
    font-size: 86px;
    font-size: 5.375rem;
  }
}

@media (max-width: 425px) {
  .single h1 {
    font-size: 3rem;
    line-height: 1.125;
  }
}

.page-child h1 {
  font-size: 56px;
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  .page-child h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media (min-width: 1070px) {
  .page-child h1 {
    font-size: 86px;
    font-size: 5.375rem;
  }
}

@media (max-width: 425px) {
  .page-child h1 {
    font-size: 3rem;
    line-height: 1.125;
  }
}

h2 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 30px;
  letter-spacing: -2.75px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (min-width: 1070px) {
  h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

@media (max-width: 425px) {
  h2 {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: 1rem;
    letter-spacing: -1px;
  }
}

h3 {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (min-width: 1070px) {
  h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}

h4 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h5 {
  font-size: 24px;
  font-size: 1.5rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

p {
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #ffe9bb;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.has-huge-font-size {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 1070px) {
  .has-huge-font-size {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.has-large-font-size {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1070px) {
  .has-large-font-size {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.has-medium-font-size {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 1070px) {
  .has-medium-font-size {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.has-normal-font-size {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 1070px) {
  .has-normal-font-size {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.has-small-font-size {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1070px) {
  .has-small-font-size {
    font-size: 16px;
    font-size: 1rem;
  }
}

.has-default-font-size {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 1070px) {
  .has-default-font-size {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}

ul li, ol li {
  margin-top: 1em;
}

ul li:first-child, ol li:first-child {
  margin-top: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

th,
td {
  border: 2px solid #ebeef1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5rem;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

thead th {
  font-weight: 700;
  text-transform: uppercase;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #313859;
}

th,
td {
  padding: 0.8em;
}

@media (min-width: 1070px) {
  th,
  td {
    padding: 1.3em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  display: inline-block;
  border: none;
  border-radius: 10px;
  background: #313859;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  padding: 1.36666em 2.5em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover {
  cursor: pointer;
  background: #3e4670;
  text-decoration: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus,
.more-link:active,
.more-link:focus {
  text-decoration: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  display: block;
  width: 100%;
  border: 2px solid #ebeef1;
  border-radius: 0;
  padding: .655em 1.5em;
  background: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  border-color: #313859;
  outline: none;
}

select {
  height: 56px;
}

textarea {
  width: 100%;
}

label {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1em;
  line-height: 1;
  display: inline-block;
}

form > * {
  margin-bottom: 1.875rem;
}

form > *:last-child {
  margin-bottom: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  margin-right: .5em;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline;
}

fieldset {
  padding: 1.5rem 2.5rem;
  border: 2px solid #ebeef1;
}

fieldset legend {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #313859;
  padding: 0 .5em;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #313859;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: ibm-plex-sans-condensed, sans-serif;
  line-height: 1.3;
  color: #313859;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1070px) {
  .main-navigation {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.main-navigation .nav-menu li {
  margin: 0;
  padding: 0;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

@media (min-width: 1070px) {
  .main-navigation ul {
    width: auto;
  }
}

.main-navigation ul:after {
  display: table;
  clear: both;
  content: '';
}

.main-navigation ul .current-menu-item > a {
  color: #fff !important;
}

.main-navigation ul .nav-red .current-menu-item {
  background-color: rgba(255, 102, 102, 0.05);
}

.main-navigation ul .nav-yellow .current-menu-item {
  background-color: rgba(254, 190, 51, 0.05);
}

.main-navigation ul .nav-blue .current-menu-item {
  background-color: rgba(71, 172, 252, 0.05);
}

.main-navigation ul .nav-green .current-menu-item {
  background-color: rgba(46, 211, 193, 0.05);
}

@media (max-width: 1069px) {
  .main-navigation ul.nav-menu li a {
    color: #fff !important;
  }
  .main-navigation ul .sub-menu {
    padding: 0;
    position: relative;
  }
  .main-navigation ul .sub-menu.toggled-on:before {
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main-navigation ul .current-menu-parent,
  .main-navigation ul .current-menu-item {
    position: relative;
    z-index: 1;
  }
  .main-navigation ul .current-menu-parent:after,
  .main-navigation ul .current-menu-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .main-navigation ul .current-menu-parent:before {
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  .main-navigation ul .current-menu-parent.nav-red:before {
    background-color: #ff6666;
  }
  .main-navigation ul .current-menu-parent.nav-yellow:before {
    background-color: #febe33;
  }
  .main-navigation ul .current-menu-parent.nav-blue:before {
    background-color: #47acfc;
  }
  .main-navigation ul .current-menu-parent.nav-green:before {
    background-color: #2ed3c1;
  }
  .main-navigation ul .current-menu-parent.nav-red {
    -webkit-box-shadow: 2px 5px 35px 0 rgba(255, 102, 102, 0.5);
            box-shadow: 2px 5px 35px 0 rgba(255, 102, 102, 0.5);
  }
  .main-navigation ul .nav-red .sub-menu.toggled-on:before {
    background: #ff6666;
  }
  .main-navigation ul .current-menu-parent.nav-yellow {
    -webkit-box-shadow: 2px 5px 35px 0 rgba(254, 190, 51, 0.5);
            box-shadow: 2px 5px 35px 0 rgba(254, 190, 51, 0.5);
  }
  .main-navigation ul .nav-yellow .sub-menu.toggled-on:before {
    background: #febe33;
  }
  .main-navigation ul .current-menu-parent.nav-blue {
    -webkit-box-shadow: 2px 5px 35px 0 rgba(71, 172, 252, 0.5);
            box-shadow: 2px 5px 35px 0 rgba(71, 172, 252, 0.5);
  }
  .main-navigation ul .nav-blue .sub-menu.toggled-on:before {
    background: #47acfc;
  }
  .main-navigation ul .current-menu-parent.nav-green {
    -webkit-box-shadow: 2px 5px 35px 0 rgba(46, 211, 193, 0.5);
            box-shadow: 2px 5px 35px 0 rgba(46, 211, 193, 0.5);
  }
  .main-navigation ul .nav-green .sub-menu.toggled-on:before {
    background: #2ed3c1;
  }
}

@media (min-width: 1070px) {
  .main-navigation ul li.nav-red ul {
    border-top: 4px solid #ff6666;
    -webkit-box-shadow: 2px 5px 43px 0 rgba(255, 102, 102, 0.5);
            box-shadow: 2px 5px 43px 0 rgba(255, 102, 102, 0.5);
  }
  .main-navigation ul li.nav-yellow ul {
    border-top: 4px solid #febe33;
    -webkit-box-shadow: 2px 5px 43px 0 rgba(254, 190, 51, 0.5);
            box-shadow: 2px 5px 43px 0 rgba(254, 190, 51, 0.5);
  }
  .main-navigation ul li.nav-blue ul {
    border-top: 4px solid #47acfc;
    -webkit-box-shadow: 2px 5px 43px 0 rgba(71, 172, 252, 0.5);
            box-shadow: 2px 5px 43px 0 rgba(71, 172, 252, 0.5);
  }
  .main-navigation ul li.nav-green ul {
    border-top: 4px solid #2ed3c1;
    -webkit-box-shadow: 2px 5px 43px 0 rgba(46, 211, 193, 0.5);
            box-shadow: 2px 5px 43px 0 rgba(46, 211, 193, 0.5);
  }
}

.main-navigation ul ul {
  padding-left: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #5A5C69;
}

@media (min-width: 1070px) {
  .main-navigation ul ul {
    color: #313859;
    background: #fff;
    float: left;
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 2px 5px 43px 0 rgba(138, 164, 181, 0.28);
            box-shadow: 2px 5px 43px 0 rgba(138, 164, 181, 0.28);
  }
}

.main-navigation ul ul.toleft {
  right: 0;
  left: auto;
}

.main-navigation ul ul ul {
  left: 100%;
}

.main-navigation ul ul ul.toleft {
  right: 100%;
  left: auto;
}

@media (min-width: 1070px) {
  .main-navigation ul ul ul {
    top: 0;
    visibility: hidden;
  }
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  top: 25%;
}

.main-navigation ul ul a {
  color: inherit;
}

@media (min-width: 1070px) {
  .main-navigation ul ul a {
    width: 230px;
    padding: .75rem 2rem;
  }
}

.main-navigation ul ul .menu-item-has-children > a {
  padding-right: 2.75rem;
  position: relative;
}

.main-navigation ul ul .menu-item-has-children > a:after {
  position: absolute;
  right: 2.25rem;
  top: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.main-navigation ul ul .menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-navigation li {
  width: 100%;
}

@media (min-width: 1070px) {
  .main-navigation li {
    width: auto;
    float: left;
    position: relative;
  }
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #313859;
  text-decoration: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 1rem 1.25rem;
  color: inherit;
  font-weight: 500;
  letter-spacing: -.35px;
}

@media (min-width: 1070px) {
  .main-navigation a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #313859;
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children > a {
  padding-right: 2.5rem;
}

@media (min-width: 1070px) {
  .main-navigation .menu-item-has-children > a {
    padding-right: 1.25rem;
  }
}

.main-navigation .menu-item-has-children > a:after {
  display: none;
  content: '\e874';
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  color: inherit;
  font-family: Linearicons-Free;
}

@media (min-width: 1070px) {
  .main-navigation .menu-item-has-children > a:after {
    display: inline-block;
  }
}

.primary-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  min-height: 100vh;
  z-index: -10;
  -webkit-transition: all .3s ease, z-index 1s step-end;
  -o-transition: all .3s ease, z-index 1s step-end;
  transition: all .3s ease, z-index 1s step-end;
}

@media (max-width: 1069px) {
  .primary-menu-wrapper {
    top: -100vh;
    padding: 5rem 1.5625rem;
  }
}

@media (min-width: 1070px) {
  .primary-menu-wrapper {
    overflow: visible;
    padding: 0;
    z-index: 10;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    top: initial;
    background: transparent;
    min-height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.primary-menu-wrapper:after {
  content: '';
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 50%;
  background: #2A304D;
  -webkit-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  -o-transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  transition: min-width .3s linear .5s, min-height .3s linear .5s, border-radius .3s linear .2s;
  -webkit-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

@media (min-width: 1070px) {
  .primary-menu-wrapper:after {
    display: none;
  }
}

.primary-menu-wrapper .primary-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

@media (min-width: 1070px) {
  .primary-menu-wrapper .primary-menu-container {
    display: block;
  }
}

.primary-menu-wrapper .menu {
  z-index: -10;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  max-width: 345px;
}

@media (min-width: 1070px) {
  .primary-menu-wrapper .menu {
    opacity: 1;
    max-width: none;
  }
}

.primary-menu-wrapper .mobile-search-form-wrapper {
  margin: 2.5rem auto 0;
  max-width: 345px;
  z-index: -10;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 1070px) {
  .primary-menu-wrapper .mobile-search-form-wrapper {
    display: none;
  }
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form {
  background: #fff;
  border: 2px solid #ebeef1;
}

.primary-menu-wrapper .mobile-search-form-wrapper .search-form input {
  background: transparent;
}

.primary-menu-wrapper .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.325em .875em;
  background: transparent;
  color: #fff;
}

.primary-menu-wrapper .dropdown-toggle:hover {
  color: #fff;
  background: transparent;
}

@media (min-width: 1070px) {
  .primary-menu-wrapper .dropdown-toggle {
    display: none;
  }
}

.primary-menu-wrapper .dropdown-toggle span {
  display: block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.primary-menu-wrapper .dropdown-toggle.toggled-on span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-navigation.toggled .primary-menu-wrapper {
  visibility: visible;
  margin-top: 0;
  z-index: 5;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: all .3s ease, z-index 1s step-start;
  -o-transition: all .3s ease, z-index 1s step-start;
  transition: all .3s ease, z-index 1s step-start;
}

.main-navigation.toggled .primary-menu-wrapper .menu,
.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
  z-index: 10;
}

@media (max-width: 1069px) {
  .main-navigation.toggled .primary-menu-wrapper {
    top: 0vh;
  }
}

.main-navigation.toggled .primary-menu-wrapper:after {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  -webkit-transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
  -o-transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
  transition: min-width .4s linear, min-height .4s linear, border-radius .4s linear .4s;
}

.main-navigation.toggled .primary-menu-wrapper .menu {
  opacity: 1;
  -webkit-transition: opacity .3s ease .5s;
  -o-transition: opacity .3s ease .5s;
  transition: opacity .3s ease .5s;
}

.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
  opacity: 1;
  -webkit-transition: opacity .3s ease .5s;
  -o-transition: opacity .3s ease .5s;
  transition: opacity .3s ease .5s;
}

.main-navigation.toggled .primary-menu-wrapper ul ul {
  display: none;
}

@media (min-width: 1070px) {
  .main-navigation.toggled .primary-menu-wrapper ul ul {
    display: block;
  }
}

.main-navigation.toggled .primary-menu-wrapper ul ul.toggled-on {
  display: block;
}

.menu-toggle .lnr-cross {
  display: none;
}

.menu-toggle[aria-expanded="true"] .lnr-cross {
  display: block;
}

.menu-toggle[aria-expanded="true"] .lnr-menu {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 1070px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.menu-toggle {
  background: transparent;
  color: #fff;
  padding: 0;
  z-index: 11;
  font-size: 40px;
  font-size: 2.5rem;
}

.menu-toggle:hover {
  background: transparent;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  overflow: hidden;
}

.comment-navigation .nav-links:after,
.posts-navigation .nav-links:after,
.post-navigation .nav-links:after {
  content: '';
  display: table;
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 100%;
}

@media (min-width: 1070px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    width: 50%;
  }
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 100%;
}

@media (min-width: 1070px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    width: 50%;
  }
}

.comment-navigation .nav-previous + .nav-next,
.posts-navigation .nav-previous + .nav-next,
.post-navigation .nav-previous + .nav-next {
  margin-top: 2.5rem;
}

@media (min-width: 1070px) {
  .comment-navigation .nav-previous + .nav-next,
  .posts-navigation .nav-previous + .nav-next,
  .post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }
}

.paged .navigation.pagination .nav-links a:first-child {
  display: none;
}

.navigation.pagination {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-weight: 500;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links .page-numbers {
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #f3f9fd;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #5A5C69;
}

a .navigation.pagination .nav-links > a, a
.navigation.pagination .nav-links .page-numbers {
  border: none;
}

.navigation.pagination .nav-links > a:last-child,
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}

.navigation.pagination .nav-links > a.dots,
.navigation.pagination .nav-links .page-numbers.dots {
  border: 0;
}

.navigation.pagination .nav-links > a:hover, .navigation.pagination .nav-links > a:focus,
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers:focus {
  text-decoration: none;
}

.navigation.pagination .nav-links > a:hover, .navigation.pagination .nav-links > a.current,
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers.current {
  border-color: #313859;
  color: #313859;
}

.navigation.pagination .nav-links > a.next span, .navigation.pagination .nav-links > a.prev span,
.navigation.pagination .nav-links .page-numbers.next span,
.navigation.pagination .nav-links .page-numbers.prev span {
  border-color: currentColor;
}

.navigation.pagination .nav-links a {
  border-color: #313859;
}

.navigation.pagination .nav-links a .page-numbers {
  border: none;
}

.navigation.pagination .nav-links .next-icon,
.navigation.pagination .nav-links .previous-icon {
  border: solid #5A5C69;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.navigation.pagination .nav-links .next-icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -3px;
}

.navigation.pagination .nav-links .previous-icon {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: -3px;
}

.post-navigation-wrapper {
  max-width: 1600px;
  margin: 6.75rem auto;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  border-top: 8px dotted #f1f4f7;
  border-bottom: 8px dotted #f1f4f7;
}

.post-navigation-wrapper a:hover {
  text-decoration: none;
}

.post-navigation-wrapper a:hover .lnr {
  color: #313859;
}

.post-navigation-wrapper a:hover .post-title {
  color: #313859;
}

.post-navigation-wrapper a:focus {
  text-decoration: none;
  outline: none;
}

.post-navigation-wrapper .previous,
.post-navigation-wrapper .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

.post-navigation-wrapper .previous .lnr,
.post-navigation-wrapper .next .lnr {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 63px;
  height: 63px;
  font-size: 25px;
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f3f8fb;
  border-radius: 50%;
  color: #5A5C69;
}

.post-navigation-wrapper .previous .meta,
.post-navigation-wrapper .next .meta {
  display: block;
  font-style: italic;
  color: #5A5C69;
  margin-bottom: .875rem;
}

.post-navigation-wrapper .previous .post-title,
.post-navigation-wrapper .next .post-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #313859;
  font-weight: 500;
}

.post-navigation-wrapper .previous .title,
.post-navigation-wrapper .next .title {
  width: 100%;
}

.post-navigation-wrapper .previous {
  padding-right: 1.25rem;
}

.post-navigation-wrapper .previous .lnr {
  margin-right: 1.875rem;
}

.post-navigation-wrapper .previous .lnr:before {
  margin-left: -4px;
}

.post-navigation-wrapper .next {
  padding-left: 1.25rem;
}

.post-navigation-wrapper .next .lnr {
  margin-left: 1.875rem;
}

.post-navigation-wrapper .next .lnr:before {
  margin-right: -4px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #313859;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.footer-sidebars-wrapper {
  margin: 4.6875rem 0 0 0;
  padding: 0 -5px;
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper {
    padding: 0 75px;
  }
}

.footer-sidebars-wrapper .footer-sidebars {
  max-width: 1640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-sidebars-wrapper .footer-sidebars .widget-area {
  padding: 0 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 1070px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}

@media (max-width: 425px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    margin-bottom: 0;
  }
  .footer-sidebars-wrapper .footer-sidebars .widget-area .wp-block-getwid-social-links {
    margin-bottom: 30px;
  }
  .footer-sidebars-wrapper .footer-sidebars .widget-area:last-child {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media (min-width: 1070px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}

.footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 1070px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-40-20-20-20 .widget-area:first-child {
    padding-right: 5%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-33-33-33 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-33-33-33 .widget-area:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area:last-child, .footer-sidebars-wrapper .footer-sidebars.has-layout-100-50-50-100 .widget-area:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (min-width: 768px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-50-50-50-50 .widget-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget:last-child {
  margin-bottom: 0;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.search-form {
  position: relative;
  padding-right: 3.125rem;
  border: 2px solid #f3f9fd;
}

.search-form input {
  border: 0;
  width: 100%;
}

.search-form label {
  margin: 0;
  display: block;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.125rem;
  padding: 0;
  background: #fff;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
}

.search-form .search-submit:hover {
  color: #313859;
}

.search-form .search-submit .lnr {
  display: block;
  margin-top: 3px;
}

.widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu .menu a {
  color: inherit;
}

.widget_nav_menu .menu a:hover {
  color: #313859;
  text-decoration: none;
}

.widget_nav_menu .menu li {
  margin-top: .5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  background: -webkit-linear-gradient(top, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  background: -o-linear-gradient(top, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  background: linear-gradient(to bottom, #f7fbfe 0%, rgba(255, 255, 255, 0) 304px);
  margin-bottom: 6.875rem;
  margin-top: -107px;
}

.site-content .yoast-breadcrumbs a,
.site-content .yoast-breadcrumbs span.breadcrumb_last {
  color: #fff;
}

.site-main {
  padding-left: 15px;
  padding-right: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-main {
    display: block;
  }
}

@media (min-width: 768px) {
  .site-main {
    padding-left: 95px;
    padding-right: 95px;
  }
}

.entry-title,
.page-title {
  word-wrap: break-word;
}

.post-thumbnail {
  display: block;
}

.post-thumbnail img {
  display: block;
}

.post-thumbnail-wrapper {
  margin-bottom: 3.125rem;
  position: relative;
}

.post-thumbnail-wrapper .sticky {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 76px;
  height: 76px;
  font-size: 34px;
  font-size: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #47acfc;
  border-radius: 50%;
}

.entry-header {
  margin-bottom: 1.875rem;
}

.entry-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
}

.entry-meta > span:after {
  content: "/";
  margin: 0 5px;
}

.entry-meta > span:last-child:after {
  display: none;
}

.entry-footer {
  margin-top: 2.5rem;
}

.tags-links a {
  display: inline-block;
  margin: 0 0.625rem 0.625rem 0;
  padding: 0.875rem 1.875rem;
  color: #313859;
  background: #f3f8fb;
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.tags-links a:hover {
  text-decoration: none;
}

.tags-links a:focus, .tags-links a:active {
  text-decoration: none;
}

.more-tag-wrapper {
  margin-top: 3.75rem;
}

.alignwide,
.alignfull {
  clear: both;
}

.hentry > .entry-header,
.hentry > .entry-footer,
.hentry > .post-thumbnail,
.hentry > .entry-content > * {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.hentry > .entry-content > * {
  margin-bottom: 1.5em;
}

@media (max-width: 425px) {
  .hentry > .entry-content > * {
    margin-bottom: 0;
  }
}

.hentry > .entry-content > *.wp-block-separator {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hentry > .entry-content > *:first-child {
  margin-top: 0;
}

.hentry > .entry-content > *:last-child {
  margin-bottom: 0;
}

.hentry > .entry-content > *.wp-block-getwid-section:last-child {
  margin-bottom: 40px;
}

@media (max-width: 425px) {
  .hentry > .entry-content > *.wp-block-getwid-section:last-child {
    margin-bottom: 5px;
  }
}

.hentry > .entry-content > *.alignwide {
  max-width: 1600px;
  width: auto;
}

.hentry > .entry-content > *.alignfull {
  max-width: calc(100% + 15px + 15px);
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

@media (min-width: 768px) {
  .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
}

.hentry > .entry-content > *.alignleft {
  margin-left: 0;
  margin-right: 1.5em;
}

@media (min-width: 1070px) {
  .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 1600px) / 2);
  }
  .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
}

.hentry > .entry-content > *.alignright {
  margin-right: 0;
  margin-left: 1.5em;
}

@media (min-width: 1070px) {
  .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 1600px) / 2);
  }
  .hentry > .entry-content > *.alignright + .alignrignt {
    margin-left: 1.5em;
  }
}

@media (min-width: 1070px) {
  .hentry > .entry-content > *.alignleft, .hentry > .entry-content > *.alignright {
    max-width: 800px;
  }
}

.hentry > .entry-content > h1 {
  margin-bottom: 0.5em;
}

.hentry > .entry-content > h2 {
  margin-bottom: 0.5em;
}

.hentry > .entry-content > h3 {
  margin-bottom: 0.5em;
}

.hentry > .entry-content > h4 {
  margin-bottom: 0.5em;
}

.hentry > .entry-content > h5 {
  margin-bottom: 0.5em;
}

.hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

.entry-content > .wp-block-getwid-section:first-child .wp-block-getwid-section__background {
  background-image: url("assets/img/bg-angle-header.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 40vw;
  background-size: cover;
}

body.page .site-main > .hentry > .entry-header,
body.page .site-main > .hentry > .entry-footer,
body.page .site-main > .hentry > .post-thumbnail,
body.page .site-main > .hentry > .entry-content > * {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

body.page .site-main > .hentry > .post-thumbnail {
  margin-bottom: 3.125rem;
}

body.page .site-main > .hentry > .entry-content > *.alignwide {
  max-width: 1600px;
}

body.page .site-main > .hentry > .entry-content > *.alignfull {
  max-width: calc( 100% + 15px + 15px);
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  body.page .site-main > .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
}

@media (min-width: 1070px) {
  body.page .site-main > .hentry > .entry-content > *.alignleft {
    margin-right: 1.5em;
    margin-left: calc((100% - 1600px) / 2);
  }
  body.page .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-left: 1.5em;
  }
}

@media (min-width: 1070px) {
  body.page .site-main > .hentry > .entry-content > *.alignright {
    margin-left: 1.5em;
    margin-right: calc((100% - 1600px) / 2);
  }
  body.page .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-right: 1.5em;
  }
}

@media (min-width: 1070px) {
  body.page .site-main > .hentry > .entry-content > *.alignleft, body.page .site-main > .hentry > .entry-content > *.alignright {
    max-width: 800px;
  }
}

body.page .site-main > .hentry > .entry-content > h1 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h2 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h3 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h4 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h5 {
  margin-bottom: 0.5em;
}

body.page .site-main > .hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .page-header, body.search .site-main > .page-header, body.archive .site-main > .page-header {
  max-width: 1600px;
  margin: 7.5rem auto 0;
}

body.blog .site-main > .page-header .page-title, body.search .site-main > .page-header .page-title, body.archive .site-main > .page-header .page-title {
  margin: 0;
  width: 100%;
  text-align: center;
}

body.blog .site-main > .page-header .page-title + .archive-description, body.search .site-main > .page-header .page-title + .archive-description, body.archive .site-main > .page-header .page-title + .archive-description {
  margin-top: 2.5rem;
}

body.blog .site-main > .page-header .archive-description, body.search .site-main > .page-header .archive-description, body.archive .site-main > .page-header .archive-description {
  font-style: italic;
  text-align: center;
}

body.blog .site-main > .hentry, body.search .site-main > .hentry, body.archive .site-main > .hentry {
  margin-top: 5.625rem;
  margin-bottom: 0;
  padding-bottom: calc(5.625rem + 8px);
  position: relative;
}

body.blog .site-main > .hentry:after, body.search .site-main > .hentry:after, body.archive .site-main > .hentry:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 8px dotted #f1f4f7;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.blog .site-main > .hentry:last-of-type:after, body.search .site-main > .hentry:last-of-type:after, body.archive .site-main > .hentry:last-of-type:after {
  display: none;
}

body.blog .site-main > .hentry > .entry-header,
body.blog .site-main > .hentry > .entry-footer,
body.blog .site-main > .hentry > .post-thumbnail-wrapper,
body.blog .site-main > .hentry > .entry-content > *,
body.blog .site-main > .hentry > .entry-summary > *, body.search .site-main > .hentry > .entry-header,
body.search .site-main > .hentry > .entry-footer,
body.search .site-main > .hentry > .post-thumbnail-wrapper,
body.search .site-main > .hentry > .entry-content > *,
body.search .site-main > .hentry > .entry-summary > *, body.archive .site-main > .hentry > .entry-header,
body.archive .site-main > .hentry > .entry-footer,
body.archive .site-main > .hentry > .post-thumbnail-wrapper,
body.archive .site-main > .hentry > .entry-content > *,
body.archive .site-main > .hentry > .entry-summary > * {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
  margin-right: 1.5em;
}

@media (min-width: 1070px) {
  body.blog .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 1600px) / 2);
  }
  body.blog .site-main > .hentry > .entry-content > *.alignleft + .alignleft, body.search .site-main > .hentry > .entry-content > *.alignleft + .alignleft, body.archive .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }
}

body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignright {
  margin-left: 1.5em;
}

@media (min-width: 1070px) {
  body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 1600px) / 2);
  }
  body.blog .site-main > .hentry > .entry-content > *.alignright + .alignright, body.search .site-main > .hentry > .entry-content > *.alignright + .alignright, body.archive .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-left: 1.5em;
  }
}

@media (min-width: 1070px) {
  body.blog .site-main > .hentry > .entry-content > *.alignleft, body.blog .site-main > .hentry > .entry-content > *.alignright, body.search .site-main > .hentry > .entry-content > *.alignleft, body.search .site-main > .hentry > .entry-content > *.alignright, body.archive .site-main > .hentry > .entry-content > *.alignleft, body.archive .site-main > .hentry > .entry-content > *.alignright {
    max-width: 800px;
  }
}

body.blog .site-main > .hentry > .entry-content > h1, body.search .site-main > .hentry > .entry-content > h1, body.archive .site-main > .hentry > .entry-content > h1 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h2, body.search .site-main > .hentry > .entry-content > h2, body.archive .site-main > .hentry > .entry-content > h2 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h3, body.search .site-main > .hentry > .entry-content > h3, body.archive .site-main > .hentry > .entry-content > h3 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h4, body.search .site-main > .hentry > .entry-content > h4, body.archive .site-main > .hentry > .entry-content > h4 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h5, body.search .site-main > .hentry > .entry-content > h5, body.archive .site-main > .hentry > .entry-content > h5 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry > .entry-content > h6, body.search .site-main > .hentry > .entry-content > h6, body.archive .site-main > .hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

body.blog .site-main > .hentry .entry-header .entry-title, body.search .site-main > .hentry .entry-header .entry-title, body.archive .site-main > .hentry .entry-header .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: -1px;
}

body.blog .site-main > .hentry .entry-header .entry-title a, body.search .site-main > .hentry .entry-header .entry-title a, body.archive .site-main > .hentry .entry-header .entry-title a {
  color: inherit;
}

body.blog .site-main > .hentry .entry-header .entry-title a:hover, body.search .site-main > .hentry .entry-header .entry-title a:hover, body.archive .site-main > .hentry .entry-header .entry-title a:hover {
  color: #313859;
  text-decoration: none;
}

body.blog .site-main > .hentry .entry-header .entry-title a:focus, body.blog .site-main > .hentry .entry-header .entry-title a:active, body.search .site-main > .hentry .entry-header .entry-title a:focus, body.search .site-main > .hentry .entry-header .entry-title a:active, body.archive .site-main > .hentry .entry-header .entry-title a:focus, body.archive .site-main > .hentry .entry-header .entry-title a:active {
  text-decoration: none;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header, body.archive .site-main > .hentry:not(.has-post-thumbnail) .entry-header {
  padding-right: 3.125rem;
  position: relative;
}

body.blog .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.search .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky, body.archive .site-main > .hentry:not(.has-post-thumbnail) .entry-header .sticky {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 34px;
  font-size: 2.125rem;
}

body.single .site-main > .hentry > .entry-header, body.page .site-main > .hentry > .entry-header {
  max-width: 1600px;
  margin-top: 7.5rem;
}

body.single .site-main > .hentry > .entry-header .entry-title, body.page .site-main > .hentry > .entry-header .entry-title {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 7.5rem;
  text-align: center;
}

body.single .site-main > .hentry > .entry-header .post-thumbnail, body.page .site-main > .hentry > .entry-header .post-thumbnail {
  margin-bottom: 3.75rem;
}

body.single .site-main > .hentry > .entry-header .entry-meta, body.page .site-main > .hentry > .entry-header .entry-meta {
  max-width: 1600px;
  margin: 0 auto;
}

body .site-main > .error-404,
body .site-main > .no-results {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 10rem 0 5rem;
}

@media (min-width: 1070px) {
  body .site-main > .error-404 > *,
  body .site-main > .no-results > * {
    max-width: 50%;
    margin: 0 auto;
  }
}

body .site-main > .error-404 .page-title,
body .site-main > .no-results .page-title {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  body .site-main > .error-404 .page-title,
  body .site-main > .no-results .page-title {
    font-size: 150px;
    font-size: 9.375rem;
  }
}

body .site-main > .error-404 .page-title .subtitle,
body .site-main > .no-results .page-title .subtitle {
  display: block;
  margin-top: 2rem;
  font-size: 33px;
  font-size: 2.0625rem;
}

body .site-main > .error-404 .page-header,
body .site-main > .no-results .page-header {
  margin-bottom: 6.25rem;
}

body .site-main > .error-404 .search-form,
body .site-main > .no-results .search-form {
  margin-bottom: 1.875rem;
}

body .site-main > .no-results .page-title {
  font-size: 60px;
  font-size: 3.75rem;
}

body.page-template-template-front-page .site-header {
  border-bottom: 0;
}

body.page-template-template-front-page .site-content {
  background: transparent;
}

body.page-template-template-front-page .site-main > .hentry > .entry-header {
  display: none;
}

body.page-template-template-front-page .site-main > .hentry > .post-thumbnail {
  display: none;
}

.single.single-post .entry-content p {
  font-family: ibm-plex-serif, sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 6.25rem auto 0;
  max-width: 1600px;
  padding-bottom: 6.25rem;
  border-bottom: 8px dotted #f1f4f7;
}

.comments-area textarea#comment {
  background-color: rgba(207, 209, 216, 0.5);
  border-radius: 8px;
  border: none;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.comments-area .comments-title {
  margin-bottom: 3.75rem;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments-area .comment-list + .comment-respond {
  margin-top: 6.25rem;
}

.comments-area .comment-list .children {
  list-style: none;
  padding-left: 2.5rem;
}

.comments-area .comment .comment-body {
  min-height: 200px;
}

.comments-area .comment .comment-body + .comment-respond {
  margin-top: 3.75rem;
}

.comments-area .comment,
.comments-area .pingback {
  margin-top: 1.875rem;
}

.comments-area .comment .comment-body,
.comments-area .pingback .comment-body {
  border: 2px solid #ebeef1;
  position: relative;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .comments-area .comment .comment-body,
  .comments-area .pingback .comment-body {
    padding: 3.125rem;
  }
}

@media (min-width: 1070px) {
  .comments-area .comment .comment-body,
  .comments-area .pingback .comment-body {
    padding: 3.125rem 3.125rem 3.125rem 12.5rem;
  }
}

.comments-area .pingback .comment-body {
  padding-left: 3.125rem;
}

.comments-area .comment-author .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 1.25rem;
}

@media (min-width: 1070px) {
  .comments-area .comment-author .avatar {
    float: none;
    margin: 0;
    position: absolute;
    left: 3.125rem;
    top: 3.125rem;
  }
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-author .fn {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #313859;
}

@media screen and (max-width: 1069px) {
  .comments-area .comment-author .fn {
    display: inline-block;
    margin-top: .875rem;
  }
}

.comments-area .comment-author .fn a {
  color: inherit;
}

.comments-area .comment-author .fn a:hover, .comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:active {
  text-decoration: none;
}

.comments-area .comment-metadata {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
  font-style: italic;
}

.comments-area .comment-metadata a {
  color: inherit;
}

.comments-area .comment-metadata a:hover, .comments-area .comment-metadata a:focus, .comments-area .comment-metadata a:active {
  text-decoration: none;
}

.comments-area .comment-meta {
  margin-bottom: 1.25rem;
}

@media (min-width: 1070px) {
  .comments-area .comment-meta {
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1069px) {
  .comments-area .comment-meta:after {
    display: table;
    content: '';
    clear: both;
  }
}

.comments-area .reply {
  margin-top: 1.875rem;
}

.comments-area .reply .comment-reply-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #47acfc;
  font-size: 16px;
  font-size: 1rem;
}

.comments-area .reply .comment-reply-link:hover {
  color: #313859;
  text-decoration: none;
}

.comments-area .reply .comment-reply-link:focus, .comments-area .reply .comment-reply-link:active {
  text-decoration: none;
}

.comments-area .no-comments {
  margin-top: 3.75rem;
}

@media (min-width: 1070px) {
  .comment-respond {
    max-width: 50%;
  }
}

.comment-respond .comment-notes {
  font-size: 15px;
  font-size: 0.9375rem;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.site-branding .custom-logo-link + .site-title {
  margin-left: 0.625rem;
}

#masthead.site-header {
  background-color: transparent !important;
}

#masthead.site-header, #masthead.site-header:before {
  -webkit-transition: background-color 300ms ease, top 300ms ease;
  -o-transition: background-color 300ms ease, top 300ms ease;
  transition: background-color 300ms ease, top 300ms ease;
}

#masthead.site-header:before {
  content: '';
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
}

.search #masthead.site-header:before,
.error404 #masthead.site-header:before,
.single-post #masthead.site-header:before,
#masthead.site-header.scrolled:before {
  background-color: #313859 !important;
}

#masthead.site-header.hide {
  top: -107px;
}

@media (max-width: 425px) {
  #masthead.site-header.hide {
    top: -71px;
  }
}

.bnmc-alert-banner + #masthead.site-header.hide {
  top: -137px;
}

@media (max-width: 425px) {
  .bnmc-alert-banner + #masthead.site-header.hide {
    top: -101px;
  }
}

.site-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: raleway, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.site-title a {
  color: #313859;
}

.site-title a:hover {
  text-decoration: none;
}

.site-title a:focus, .site-title a:active {
  text-decoration: none;
  outline: none;
}

.site-description {
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  display: none;
}

.site-header {
  position: sticky;
  width: 100%;
  height: 107px;
  z-index: 2;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0.875rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
}

.site-header, .site-header:before {
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

@media (max-width: 425px) {
  .site-header {
    padding: 15px;
    height: 71px;
  }
}

.site-header.scrolled, .site-header.scrolled:before {
  background-color: #313859;
}

.site-header.has-custom-color .main-navigation,
.site-header.has-custom-color .search-toggle:not(:hover),
.site-header.has-custom-color .menu-toggle,
.site-header.has-custom-color .dropdown-toggle,
.site-header.has-custom-color .primary-menu-more-toggle {
  color: #fff;
}

@media screen and (max-width: 1069px) {
  .site-header.has-custom-color .main-navigation ul ul {
    color: inherit;
  }
}

.site-header.has-custom-background {
  border-color: transparent;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-toggle {
  display: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.667);
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5em;
  margin-left: 1.25rem;
}

@media (min-width: 1070px) {
  .search-toggle {
    display: block;
  }
}

.search-toggle:hover {
  background: transparent;
  color: #fff;
}

.main-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search-modal {
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 95px;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.search-modal:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 50%;
  min-width: 0;
  min-height: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  background: #313859;
  -webkit-transition: min-width 0.3s linear 0.5s, min-height 0.3s linear 0.5s, border-radius 0.3s linear 0.2s;
  -o-transition: min-width 0.3s linear 0.5s, min-height 0.3s linear 0.5s, border-radius 0.3s linear 0.2s;
  transition: min-width 0.3s linear 0.5s, min-height 0.3s linear 0.5s, border-radius 0.3s linear 0.2s;
}

.search-modal.opened {
  top: 0;
  bottom: 0;
}

.search-modal.opened:before {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  -webkit-transition: min-width 0.3s linear, min-height 0.3s linear, border-radius 0.3s linear 0.3s;
  -o-transition: min-width 0.3s linear, min-height 0.3s linear, border-radius 0.3s linear 0.3s;
  transition: min-width 0.3s linear, min-height 0.3s linear, border-radius 0.3s linear 0.3s;
}

.search-modal.opened .search-form-wrapper {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}

.search-modal .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.search-modal .search-form {
  border: 0;
  padding-left: 3.125rem;
}

.search-modal .search-form .search-submit {
  display: none;
}

.search-modal .search-form label {
  margin: 0;
}

.search-modal .search-form .search-field {
  background: transparent;
  border: 0;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #fff;
  padding: 0;
  line-height: 1.2;
  font-size: 52px;
  font-size: 3.25rem;
  text-align: center;
}

.search-modal .search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field:focus::-moz-placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field:focus::-ms-input-placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field:focus::placeholder {
  opacity: 0.5;
}

.search-modal .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::-moz-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
}

.search-modal .search-form .search-field::placeholder {
  opacity: 1;
}

.close-search-modal {
  padding: 0;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  background: transparent;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
}

.close-search-modal:hover {
  background: transparent;
  color: #313859;
}

@media (min-width: 1070px) {
  .primary-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.primary-menu-more {
  display: none;
}

@media (min-width: 1070px) {
  .primary-menu-more {
    display: block;
  }
}

.primary-menu-more .primary-menu-more-toggle {
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  height: 54px;
  width: 50px;
  font-size: 25px;
}

.primary-menu-more .primary-menu-more-toggle.is-empty {
  display: none;
}

.primary-menu-more .primary-menu-more-toggle:hover svg {
  fill: #fff;
}

.primary-menu-more .primary-menu-more-toggle svg {
  margin-top: 5px;
  width: 24px;
  height: 24px;
  fill: rgba(255, 255, 255, 0.667);
}

.site-branding {
  max-width: 200px;
}

.nav-menu li a {
  color: #fffa !important;
}

.nav-menu li a:hover {
  color: #fff !important;
}

.site-footer {
  margin-top: 0.625rem;
  padding: 10px 0 !important;
  margin-top: 0;
  border-top: 1px solid #5a5f7a;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 3.125rem 0;
  }
}

.site-footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

.site-footer .site-info a {
  color: inherit;
}

.site-footer .site-info a::after {
  content: '|';
  display: inline-block;
  padding: 0 3px;
}

.site-footer .site-info a:last-child::after {
  display: none;
}

@media (max-width: 425px) {
  .site-footer .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .site-footer .site-info a {
    display: block;
    margin-bottom: 5px;
  }
  .site-footer .site-info a:first-child {
    margin-top: 5px;
  }
  .site-footer .site-info a:last-child::after {
    display: inline-block;
  }
  .site-footer .site-info a::after {
    content: '\2192';
  }
}

.has-custom-text-color .site-footer .site-info {
  color: inherit;
}

.footer-sidebars-wrapper {
  padding: 60px 0;
  background: #313859;
  background-image: url("assets/img/bg-angle-footer.png");
  background-position-y: center;
  background-position-x: right;
  background-repeat: no-repeat;
  margin-bottom: -40px;
}

.footer-sidebars-wrapper .gform_confirmation_message {
  color: #fff;
}

@media (max-width: 425px) {
  .footer-sidebars-wrapper {
    margin-bottom: -113px;
  }
}

.footer-sidebars-wrapper h2.widget-title {
  font-family: raleway, sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0;
}

.footer-sidebars-wrapper .widget_nav_menu {
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.footer-sidebars-wrapper .widget_nav_menu li {
  margin-bottom: 30px;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 1.5px;
}

.footer-sidebars-wrapper .widget_nav_menu li a:hover {
  color: #fff;
  opacity: 0.75;
}

.footer-sidebars-wrapper .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.footer-sidebars-wrapper .gform_wrapper form .gform-body {
  width: 100%;
  margin: 0;
}

.footer-sidebars-wrapper .gform_wrapper form .gform_footer {
  position: absolute;
  display: block;
  right: 1px;
  bottom: 1px;
  padding: 0;
}

.footer-sidebars-wrapper .gform_wrapper form .gform_footer input {
  margin: 0;
  padding: 0;
  height: 42px;
  content: "X";
  border-radius: 0;
  width: 42px;
}

.footer-sidebars-wrapper .gform_wrapper form input[type="email"] {
  background: #3c4261;
  border: 1px solid #6e7289;
  font-family: ibm-plex-sans, sans-serif;
  line-height: 22px !important;
}

.footer-sidebars-wrapper .wp-block-getwid-social-links__list {
  margin-top: 2rem;
}

.footer-sidebars-wrapper .wp-block-getwid-social-links__item {
  padding: 0 1rem 0 0;
}

.footer-sidebars-wrapper .wp-block-getwid-social-links__item i {
  font-size: 20px;
  font-size: 1.25rem;
}

.footer-sidebars-wrapper .wp-block-getwid-social-links__item i, .footer-sidebars-wrapper .wp-block-getwid-social-links__item i::before {
  color: #fff;
}

.footer-sidebars-wrapper .widget-title,
.footer-sidebars-wrapper .menu,
.footer-sidebars-wrapper label {
  color: #ffffff;
}

.site-branding {
  max-width: 200px;
}

@media (max-width: 425px) {
  .site-branding {
    max-width: 120px;
  }
  .site-branding a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav-menu li a {
  color: #fffa !important;
}

.nav-menu li a:hover {
  color: #fff !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 6.5em;
}

.contact-form .grunion-field-wrap input[type="text"],
.contact-form .grunion-field-wrap input[type="email"],
.contact-form .grunion-field-wrap input[type="url"],
.contact-form .grunion-field-wrap textarea {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.contact-form .grunion-field-wrap label {
  margin-bottom: 1em;
  font-weight: normal;
}

.contact-form .grunion-field-wrap label span {
  color: inherit;
}

.contact-form .contact-submit {
  margin-top: 2.5rem;
}

.has-navy-background-color .gform_confirmation_message {
  color: #fff;
}

.wp-block-image img {
  display: block;
}

.wp-block-image:first-child figure {
  margin-top: 0;
}

.wp-block-image:first-child figure.alignleft, .wp-block-image:first-child figure.alignright {
  margin-top: 0;
}

.wp-block-image:last-child figure {
  margin-bottom: 0;
}

.wp-block-image:last-child figure.alignleft, .wp-block-image:last-child figure.alignright {
  margin-bottom: 0;
}

.wp-block-image figure {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.wp-block-image figure.alignleft {
  margin: 1.875rem 2.5rem 1.5rem 0;
}

.wp-block-image figure.alignright {
  margin: 1.875rem 0 1.5rem 2.5rem;
}

.wp-block-image figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #707070;
  font-style: italic;
  margin: 0.875em 0 0 0;
}

figure.wp-block-image {
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

figure.wp-block-image:first-child {
  margin-top: 0;
}

figure.wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  font-family: ibm-plex-sans-condensed, sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  background: #2a304d;
  color: #fff;
  line-height: 1;
  padding: 12px 20px 13px;
}

@media (max-width: 425px) {
  .wp-block-button .wp-block-button__link {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 11px;
    padding-bottom: 12px;
    letter-spacing: 1px;
  }
}

.wp-block-button .wp-block-button__link:hover {
  cursor: pointer;
  text-decoration: none;
}

.wp-block-button .wp-block-button__link:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-block-button .wp-block-button__link::after {
  display: inline-block;
  padding-left: 8px;
  content: "\2192";
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.wp-block-button .wp-block-button__link.has-background.has-primary-background-color:hover {
  background: #282e49;
}

.wp-block-button .wp-block-button__link.has-background.has-navy-background-color:hover {
  background: #1a1e30;
}

.wp-block-button .wp-block-button__link.has-background.has-blue-background-color:hover {
  background: #2ea1fc;
}

.wp-block-button .wp-block-button__link.has-background.has-yellow-background-color:hover {
  background: #feb61a;
}

.wp-block-button .wp-block-button__link.has-background.has-green-background-color:hover {
  background: #28bfaf;
}

.wp-block-button .wp-block-button__link.has-background.has-red-background-color:hover {
  background: #ff4d4d;
}

.wp-block-button .wp-block-button__link.has-background.has-white-background-color:hover {
  background: #f2f2f2;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-100-background-color:hover {
  background: #dcdce3;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-200-background-color:hover {
  background: #d8d9e0;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-300-background-color:hover {
  background: #c1c4cd;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-400-background-color:hover {
  background: #aaadbb;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-500-background-color:hover {
  background: #898da0;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-600-background-color:hover {
  background: #757990;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-700-background-color:hover {
  background: #63677c;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-800-background-color:hover {
  background: #4f546b;
}

.wp-block-button .wp-block-button__link.has-background.has-grey-900-background-color:hover {
  background: #3b405a;
}

.wp-block-button.is-style-outline.has-white-color {
  color: #fff;
}

.wp-block-button.is-style-outline.has-blue-color {
  color: #47acfc;
}

.wp-block-button.is-style-outline.has-yellow-color {
  color: #febe33;
}

.wp-block-button.is-style-outline.has-green-color {
  color: #2ed3c1;
}

.wp-block-button.is-style-outline.has-red-color {
  color: #ff6666;
}

.wp-block-button.is-style-outline.has-navy-color {
  color: #232840;
}

.wp-block-button.is-style-outline.has-primary-color {
  color: #313859;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding-top: 10px;
  padding-bottom: 11px;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: transparent;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.text-link {
  display: inline;
}

@media (max-width: 425px) {
  .text-link {
    display: block;
    margin-bottom: 0.5rem;
  }
}

.text-link a {
  /*  font-family: ibm-plex-sans-condensed, sans-serif; */
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  text-transform: capitalize;
  opacity: 75%;
}

.text-link a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 100%;
}

.text-link a:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.text-link a::after {
  display: inline-block;
  padding-left: 8px;
  content: "\2192";
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media (max-width: 425px) {
  .text-link a::after {
    padding-left: 3px;
  }
}

.wp-block-file .wp-block-file__button {
  display: inline-block;
  font-family: ibm-plex-sans-condensed, sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  background: #8f4ec7;
  color: #fff;
  line-height: 1;
  padding: 1.5em 2.5em;
}

.wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
  background: #3e4670;
  text-decoration: none;
}

.wp-block-columns.align-center .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-columns.align-bottom .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-columns {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 425px) {
  .wp-block-columns {
    margin-bottom: 5px;
  }
}

.wp-block-getwid-section__inner-content .wp-block-columns:only-child {
  margin-bottom: 0;
}

.wp-block-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

.wp-block-column:nth-child(odd) {
  margin-right: 0;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 15px;
  }
}

.wp-block-column:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-right: 15px;
  }
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 425px) {
  .wp-block-column {
    margin-bottom: 5px;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 400px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 15px 30px 0;
}

@media (max-width: 425px) {
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 5px;
  }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 11px) / 2);
}

.wp-block-gallery {
  padding: 0;
  width: 100%;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: calc((100% - 11px) / 1);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
  margin-right: 0;
}

.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-2 .blocks-gallery-image,
  .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc((100% - 22px) / 2);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 33px) / 3);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 44px) / 4);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
  margin-right: 0;
}

.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 55px) / 5);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 66px) / 6);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 77px) / 7);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 88px) / 8);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

.wp-block-gallery.columns-9 .blocks-gallery-image,
.wp-block-gallery.columns-9 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-9 .blocks-gallery-image,
  .wp-block-gallery.columns-9 .blocks-gallery-item {
    width: calc((100% - 99px) / 9);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n),
.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.wp-block-gallery.columns-10 .blocks-gallery-image,
.wp-block-gallery.columns-10 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-10 .blocks-gallery-image,
  .wp-block-gallery.columns-10 .blocks-gallery-item {
    width: calc((100% - 110px) / 10);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-10 .blocks-gallery-image:nth-of-type(10n),
.wp-block-gallery.columns-10 .blocks-gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.wp-block-gallery.columns-11 .blocks-gallery-image,
.wp-block-gallery.columns-11 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-11 .blocks-gallery-image,
  .wp-block-gallery.columns-11 .blocks-gallery-item {
    width: calc((100% - 121px) / 11);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-11 .blocks-gallery-image:nth-of-type(11n),
.wp-block-gallery.columns-11 .blocks-gallery-item:nth-of-type(11n) {
  margin-right: 0;
}

.wp-block-gallery.columns-12 .blocks-gallery-image,
.wp-block-gallery.columns-12 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-gallery.columns-12 .blocks-gallery-image,
  .wp-block-gallery.columns-12 .blocks-gallery-item {
    width: calc((100% - 132px) / 12);
    margin-right: 11px;
  }
}

.wp-block-gallery.columns-12 .blocks-gallery-image:nth-of-type(12n),
.wp-block-gallery.columns-12 .blocks-gallery-item:nth-of-type(12n) {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-gallery .blocks-gallery-item figure {
    height: auto;
  }
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 32px;
  font-size: 2rem;
  color: #313859;
  padding-left: 4.5rem;
  position: relative;
  font-style: italic;
  font-weight: 100;
}

.wp-block-quote:before,
.wp-block-quote.is-style-large:before {
  content: "“";
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 100;
  font-family: ibm-plex-serif, sans-serif;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.wp-block-quote p,
.wp-block-quote.is-style-large p {
  font-weight: 100;
  line-height: 1.4;
}

.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #707070;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote {
  border-top: 2px solid #dbdee1;
  border-bottom: 2px solid #dbdee1;
  padding: 3.75rem 0;
  color: #313859;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote p {
  font-size: inherit;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote.alignfull blockquote {
  margin: 0 1.5rem;
}

.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  color: #707070;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color {
  padding: 3.75rem;
  border: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  text-transform: uppercase;
  color: inherit;
}

p.has-background {
  padding: 3.75rem;
}

.wp-block-separator {
  background: #f3f9fd;
  color: #f3f9fd;
  height: 2px;
}

.wp-block-separator.is-style-dots {
  height: auto;
  background: transparent;
  border-bottom: 8px dotted currentColor;
}

.wp-block-separator.is-style-dots:not(.has-background) {
  border-bottom: 8px dotted #f1f4f7;
}

.wp-block-separator.is-style-dots:before {
  display: none;
}

.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
  max-width: 300px;
}

.wp-block-group.has-background {
  padding: 20px;
}

.wp-block-group.has-background .wp-block-group__inner-container > *.allignfull {
  margin-left: -20px;
  margin-right: -20px;
}

.wp-block-cover {
  padding: 20px;
}

.homepage-header .wp-block-getwid-section__inner-content {
  padding-top: 200px;
  padding-bottom: 20px;
}

.inner-page-header .wp-block-getwid-section__inner-content {
  padding-top: 160px;
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .inner-page-header .wp-block-getwid-section__inner-content {
    max-width: 1140px;
  }
}

.home .wp-block-getwid-section:not(.homepage-header) {
  margin-bottom: 20px;
}

@media (max-width: 425px) {
  .home .wp-block-getwid-section:not(.homepage-header) {
    margin-bottom: 5px;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 20px;
}

@media (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 40px 30px;
  }
}

@media (min-width: 1070px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 80px 60px;
  }
}

.wp-block-group.has-background {
  padding: 20px;
}

@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 40px 30px;
  }
}

@media (min-width: 1070px) {
  .wp-block-group.has-background {
    padding: 80px 60px;
  }
}

.wp-block-columns.has-background {
  padding: 20px;
}

@media (min-width: 768px) {
  .wp-block-columns.has-background {
    padding: 40px 30px;
  }
}

@media (min-width: 1070px) {
  .wp-block-columns.has-background {
    padding: 80px 60px;
  }
}

.wp-block-cover__inner-container > *,
.wp-block-group__inner-container > * {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover__inner-container > *.alignwide,
.wp-block-group__inner-container > *.alignwide {
  max-width: 1600px;
}

.wp-block-cover__inner-container > *.alignfull,
.wp-block-group__inner-container > *.alignfull {
  max-width: none;
  width: auto;
}

:root .has-primary-color {
  color: #313859;
}

:root .has-primary-background-color {
  background-color: #313859;
}

:root .has-navy-color {
  color: #232840;
}

:root .has-navy-background-color {
  background-color: #232840;
}

:root .has-blue-color {
  color: #47acfc;
}

:root .has-blue-background-color {
  background-color: #47acfc;
}

:root .has-yellow-color {
  color: #febe33;
}

:root .has-yellow-background-color {
  background-color: #febe33;
}

:root .has-white-color {
  color: #ffffff;
}

:root .has-white-background-color {
  background-color: #ffffff;
}

:root .has-green-color {
  color: #2ed3c1;
}

:root .has-green-background-color {
  background-color: #2ed3c1;
}

:root .has-red-color {
  color: #ff6666;
}

:root .has-red-background-color {
  background-color: #ff6666;
}

:root .has-grey-100-color {
  color: #eaeaee;
}

:root .has-grey-100-background-color {
  background-color: #eaeaee;
}

:root .has-grey-200-color {
  color: #e6e7eb;
}

:root .has-grey-200-background-color {
  background-color: #e6e7eb;
}

:root .has-grey-300-color {
  color: #cfd1d8;
}

:root .has-grey-300-background-color {
  background-color: #cfd1d8;
}

:root .has-grey-400-color {
  color: #b8bbc6;
}

:root .has-grey-400-background-color {
  background-color: #b8bbc6;
}

:root .has-grey-500-color {
  color: #979bab;
}

:root .has-grey-500-background-color {
  background-color: #979bab;
}

:root .has-grey-600-color {
  color: #83879b;
}

:root .has-grey-600-background-color {
  background-color: #83879b;
}

:root .has-grey-700-color {
  color: #6e738a;
}

:root .has-grey-700-background-color {
  background-color: #6e738a;
}

:root .has-grey-800-color {
  color: #5a5f7a;
}

:root .has-grey-800-background-color {
  background-color: #5a5f7a;
}

:root .has-grey-900-color {
  color: #454b69;
}

:root .has-grey-900-background-color {
  background-color: #454b69;
}

.wp-block-getwid-images-slider:after,
.wp-block-getwid-media-text-slider:after,
.wp-block-getwid-post-slider:after,
.wp-block-getwid-post-carousel:after {
  content: '';
  display: table;
  clear: both;
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-prev,
.wp-block-getwid-post-carousel .slick-next {
  overflow: hidden;
  z-index: 1;
  text-shadow: none;
  width: 63px;
  height: 63px;
  background: rgba(242, 249, 253, 0.2);
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-prev:before,
.wp-block-getwid-post-carousel .slick-next:before {
  color: #313859;
  font-family: Linearicons-Free;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-images-slider .slick-prev:hover,
.wp-block-getwid-images-slider .slick-next:hover,
.wp-block-getwid-media-text-slider .slick-prev:hover,
.wp-block-getwid-media-text-slider .slick-next:hover,
.wp-block-getwid-post-slider .slick-prev:hover,
.wp-block-getwid-post-slider .slick-next:hover,
.wp-block-getwid-post-carousel .slick-prev:hover,
.wp-block-getwid-post-carousel .slick-next:hover {
  background: #f2f9fd;
}

.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-next {
  right: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-next {
    right: -90px;
  }
}

.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-next:before {
  content: '\e876';
  -webkit-transform: translateX(-40%) translateY(-50%);
      -ms-transform: translateX(-40%) translateY(-50%);
          transform: translateX(-40%) translateY(-50%);
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-carousel .slick-prev {
  left: -20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-carousel .slick-prev {
    left: -90px;
  }
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-carousel .slick-prev:before {
  -webkit-transform: translateX(-60%) translateY(-50%);
      -ms-transform: translateX(-60%) translateY(-50%);
          transform: translateX(-60%) translateY(-50%);
  content: '\e875';
}

.wp-block-getwid-images-slider .slick-dots,
.wp-block-getwid-media-text-slider .slick-dots,
.wp-block-getwid-post-slider .slick-dots,
.wp-block-getwid-post-carousel .slick-dots {
  bottom: 0;
}

.wp-block-getwid-images-slider .slick-dots li,
.wp-block-getwid-media-text-slider .slick-dots li,
.wp-block-getwid-post-slider .slick-dots li,
.wp-block-getwid-post-carousel .slick-dots li {
  margin: 0;
}

.wp-block-getwid-images-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-media-text-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-carousel .slick-dots li.slick-active button:before {
  color: #313859;
}

.wp-block-getwid-images-slider .slick-dots li button,
.wp-block-getwid-media-text-slider .slick-dots li button,
.wp-block-getwid-post-slider .slick-dots li button,
.wp-block-getwid-post-carousel .slick-dots li button {
  padding: 7px;
  text-shadow: none;
}

.wp-block-getwid-images-slider .slick-dots li button:before,
.wp-block-getwid-media-text-slider .slick-dots li button:before,
.wp-block-getwid-post-slider .slick-dots li button:before,
.wp-block-getwid-post-carousel .slick-dots li button:before {
  font-size: 10px;
  color: #ced2d5;
  opacity: 1;
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider,
.wp-block-getwid-media-text-slider .slick-dotted.slick-slider,
.wp-block-getwid-post-slider .slick-dotted.slick-slider,
.wp-block-getwid-post-carousel .slick-dotted.slick-slider {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-media-text-slider .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-slider .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-carousel .slick-dotted.slick-slider .slick-dots {
  bottom: -50px;
}

.wp-block-getwid-images-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper,
.wp-block-getwid-media-text-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper,
.wp-block-getwid-post-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper,
.wp-block-getwid-post-carousel.has-dots-inside .wp-block-getwid-images-slider__wrapper {
  padding-bottom: 0;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li button {
  text-shadow: none;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:before {
  color: #ced2d5;
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #313859;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  text-shadow: none;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next:before,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next:before,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before {
  color: #313859;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  right: 20px;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
  left: 20px;
}

.wp-block-getwid-images-slider.alignfull .slick-next,
.wp-block-getwid-media-text-slider.alignfull .slick-next,
.wp-block-getwid-post-slider.alignfull .slick-next,
.wp-block-getwid-post-carousel.alignfull .slick-next {
  right: 20px;
}

.wp-block-getwid-images-slider.alignfull .slick-prev,
.wp-block-getwid-media-text-slider.alignfull .slick-prev,
.wp-block-getwid-post-slider.alignfull .slick-prev,
.wp-block-getwid-post-carousel.alignfull .slick-prev {
  left: 20px;
}

.tippy-box[data-theme="translucent"] a, .tippy-box[data-theme="google"] a, .tippy-box[data-theme="dark"] a {
  color: inherit;
  text-decoration: underline;
}

.tippy-box .tippy-content {
  padding: 0;
}

.tippy-box .wp-block-getwid-image-hotspot__tooltip-title {
  font-size: 1.1em;
}

.tippy-box .wp-block-getwid-image-hotspot__tooltip {
  padding: .875rem;
}

.tippy-box .wp-block-getwid-image-hotspot__tooltip-content {
  font-size: 13px;
}

.getwid-columns {
  margin-left: -11px;
  margin-right: -11px;
}

.getwid-columns.getwid-columns-1 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-2 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-3 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-4 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-5 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-6 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-7 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-8 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-9 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-10 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-11 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.getwid-columns.getwid-columns-12 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.wp-block-getwid-accordion {
  background: #fff;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
  color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  margin-bottom: -2px;
  border: 2px solid #ebeef1;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover .wp-block-getwid-accordion__icon,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
  color: #313859;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__icon {
  color: inherit;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  margin-top: 2px;
  border: 0;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
  margin: 0 0 30px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
    width: 100%;
  }
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper {
    width: 100%;
  }
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-getwid-image-box.has-image-left .wp-block-getwid-image-box__image-container {
  margin: 0 40px 0 0;
}

.wp-block-getwid-image-box.has-image-right .wp-block-getwid-image-box__image-container {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column .wp-block-getwid-image-box__image-container {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container {
    margin: 40px 0 0 0;
  }
}

.wp-block-getwid-images-slider {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-images-slider .slick-prev {
  background: #f2f9fd;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__wrapper.getwid-columns {
  margin: 0;
  border: 1px solid #9C9EA9;
  border-bottom: none;
  margin-bottom: 0 !important;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__wrapper.getwid-columns .wp-block-getwid-recent-posts__post {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post {
  padding: 0;
  border-bottom: 1px solid #9C9EA9;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post:nth-child(3n+1), .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post:nth-child(3n+2) {
  border-right: 1px solid #9C9EA9;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper {
  background: #fff;
  height: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  position: relative;
  margin: 2rem auto 0;
  width: calc(100% - 4rem);
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail a {
  padding-top: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  position: relative;
  -o-object-position: center;
     object-position: center;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
  margin: 0;
  padding: 2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
    width: 100%;
  }
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h1.wp-block-getwid-recent-posts__post-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h2.wp-block-getwid-recent-posts__post-title {
  font-size: 27px;
  font-size: 1.6875rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h3.wp-block-getwid-recent-posts__post-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h4.wp-block-getwid-recent-posts__post-title {
  font-size: 21px;
  font-size: 1.3125rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h5.wp-block-getwid-recent-posts__post-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a {
  color: inherit;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:hover {
  text-decoration: none;
  color: #313859;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:focus, .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:active {
  text-decoration: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header:last-child {
  margin-bottom: 0;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > span:after {
  content: '/';
  margin: 0 .5em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > span:last-child:after {
  display: none;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #313859;
  font-weight: 400;
  font-family: raleway, sans-serif;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer .wp-block-getwid-recent-posts__post-tags a:hover {
  text-decoration: underline;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  height: auto;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post-wrapper {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post + .wp-block-getwid-recent-posts__post {
  margin-top: 1.25rem;
}

.wp-block-getwid-toggle {
  background: #fff;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row {
  margin-top: -2px;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  margin-top: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
  border-top: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 1em 1.25em;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: 2px solid #ebeef1;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover a,
.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover .wp-block-getwid-toggle__icon {
  color: #313859;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__icon {
  color: inherit;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
  border: 0;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header a {
  color: #313859;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
  margin: 0 0 -2px 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  border: 2px solid #ebeef1;
  margin: 0 -2px 0 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child {
  margin-right: 0;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border-color: #ebeef1;
  background: #fff;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #313859;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  color: #313859;
  padding: 15px 50px;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:hover a {
  color: #313859;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  border: 2px solid #ebeef1;
  padding: 50px;
  background: #fff;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links {
  margin: 0 -2px 0 0;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
  margin: 0 0 -2px 0;
  border: 2px solid #ebeef1;
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a, .wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a, .wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links {
  margin: 0 0 0 -2px;
}

.wp-block-getwid-advanced-heading + h1,
.wp-block-getwid-advanced-heading + h2,
.wp-block-getwid-advanced-heading + h3,
.wp-block-getwid-advanced-heading + h4,
.wp-block-getwid-advanced-heading + h5,
.wp-block-getwid-advanced-heading + h6 {
  margin-top: .2em;
}

.wp-block-getwid-advanced-heading h1,
.wp-block-getwid-advanced-heading h2,
.wp-block-getwid-advanced-heading h3,
.wp-block-getwid-advanced-heading h4,
.wp-block-getwid-advanced-heading h5,
.wp-block-getwid-advanced-heading h6 {
  margin: 0;
}

h1 + .wp-block-getwid-advanced-heading,
h2 + .wp-block-getwid-advanced-heading,
h3 + .wp-block-getwid-advanced-heading,
h4 + .wp-block-getwid-advanced-heading,
h5 + .wp-block-getwid-advanced-heading,
h6 + .wp-block-getwid-advanced-heading {
  margin-top: .25em;
}

.wp-block-getwid-section .wp-block-getwid-section__inner-content blockquote {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 425px) {
  .wp-block-getwid-section {
    margin-bottom: 5px !important;
  }
}

.wp-block-getwid-testimonial {
  padding-top: 58px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: 2px solid #ebeef1;
  background: #fff;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper + .wp-block-getwid-testimonial__header {
  margin-top: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper + .wp-block-getwid-testimonial__heading {
  margin-left: 0;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading {
  text-align: center;
  font-family: ibm-plex-sans-condensed, sans-serif;
  margin-top: 2rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #313859;
  font-weight: 500;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
  max-width: 116px;
  margin-top: -60px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image img {
  border: 8px solid #fff;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
  text-align: center;
  padding: 1rem 3.125rem 3.125rem;
}

.wp-block-getwid-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-getwid-person .wp-block-getwid-person__image + .wp-block-getwid-person__content-wrapper {
  margin-top: 0;
}

.wp-block-getwid-person .wp-block-getwid-person__image {
  padding-top: 0;
}

.wp-block-getwid-person .wp-block-getwid-person__image img {
  position: inherit;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  min-height: 400px;
  min-width: 300px;
  width: 400px;
}

@media (max-width: 767px) {
  .wp-block-getwid-person .wp-block-getwid-person__image img {
    width: 100%;
    min-width: 300px;
    height: 300px;
  }
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #232840;
  padding: 2rem;
  color: #fff;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links a, .wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links .wp-block-getwid-social-links__link {
  color: rgba(255, 255, 255, 0.75);
  padding: 4px;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links a:hover span, .wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover span {
  color: rgba(255, 255, 255, 0.5) !important;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-social-links:not(:only-child) {
  margin-bottom: 1.25rem;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: raleway, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: left;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__subtitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: raleway, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  text-align: left;
}

.wp-block-getwid-person .wp-block-getwid-person__content-wrapper .wp-block-getwid-person__content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: left;
}

.wp-block-getwid-social-links {
  font-size: 18px;
  font-size: 1.125rem;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__wrapper {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #68c5f9;
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-text-color.has-blue-color {
  color: #313859;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #fff;
  background: #68c5f9;
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-background.has-blue-background-color {
  background: #313859;
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
  border-width: 2px;
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #68c5f9;
}

.wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
  padding: 80px 50px;
}

@media (min-width: 768px) {
  .wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
    padding: 80px 125px;
  }
}

.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-banner .wp-block-getwid-banner__caption-wrapper {
    width: 100%;
  }
}

.wp-block-getwid-icon-box {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 1070px) {
  .wp-block-getwid-icon-box {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.wp-block-getwid-icon-box .wp-block-getwid-icon-box__icon-container {
  margin-bottom: 30px;
}

.wp-block-getwid-icon-box.has-icon-left .wp-block-getwid-icon-box__icon-container {
  margin: 0 30px 0 0;
}

.wp-block-getwid-icon-box.has-icon-right .wp-block-getwid-icon-box__icon-container {
  margin: 0 0 0 30px;
}

.wp-block-getwid-instagram.has-spacing-medium .wp-block-getwid-instagram__wrapper {
  margin: -10px;
}

.wp-block-getwid-instagram.has-spacing-medium .wp-block-getwid-instagram__item {
  padding: 10px;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header {
  margin-bottom: .5em;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__percent {
  color: #313859;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar {
  height: 4px;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar:not(.has-background) {
  background-color: #ebeef1;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__progress:not(.has-text-color) {
  color: #8f4ec7;
}

.wp-block-getwid-price-box {
  border: 2px solid #edeef0;
  padding: 3.75rem 1.875rem;
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__pricing {
  color: inherit;
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__title {
  color: inherit;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__title {
  color: #313859;
  margin-bottom: 2.5rem;
  letter-spacing: normal;
}

.wp-block-getwid-price-box h6.wp-block-getwid-price-box__title {
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing {
  color: #8f4ec7;
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-weight: 500;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__currency {
  font-size: 33px;
  font-size: 2.0625rem;
  vertical-align: baseline;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__amount {
  font-size: 33px;
  font-size: 2.0625rem;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__period {
  vertical-align: baseline;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features {
  margin-bottom: 3.75rem;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
  font-size: 48px;
  font-size: 3rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number:not(.has-text-color) {
  color: #313859;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  padding-top: .875em;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__prefix {
  padding-bottom: .875em;
}

.wp-block-getwid-contact-form .wp-block-getwid-contact-form__submit {
  margin-top: 2.5rem;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post {
  padding: 100px;
}

@media (min-width: 768px) {
  .wp-block-getwid-post-slider .wp-block-getwid-post-slider__post {
    padding: 150px;
  }
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-overlay {
  opacity: 0.4;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-content-wrapper {
  text-align: left;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title {
  color: #fff;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title a {
  color: inherit;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-title a:hover {
  text-decoration: none;
  color: #313859;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-excerpt {
  color: #fff;
}

.slick-next:before,
.slick-prev:before {
  color: #5A5C69;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post {
  border: 2px solid #edeef0;
  background: #fff;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail {
  margin-bottom: 0;
  position: relative;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-content-wrapper {
  padding: 50px 40px;
  width: 100%;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a {
  color: inherit;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a:hover {
  text-decoration: none;
  color: #313859;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-excerpt {
  margin-top: 20px;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post:first-child {
  margin-top: 0;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-wrapper {
  background: #fff;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  position: relative;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a {
  color: inherit;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a:hover {
  color: #313859;
  text-decoration: none;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__content-wrapper {
  padding: 50px 40px;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-wrapper {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  height: auto;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail a {
  height: 100%;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-getwid-custom-post-type.has-layout-list .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail + .wp-block-getwid-custom-post-type__content-wrapper {
  max-width: 60%;
}

.wp-block-getwid-custom-post-type.has-layout-grid .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-thumbnail {
  margin-bottom: 0;
}

.wp-block-getwid-price-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-getwid-price-list.has-dots .wp-block-getwid-price-list__price-line {
  border-bottom: 5px dotted currentColor;
}

.wp-block-getwid-price-list.has-dots:not(.has-text-color) .wp-block-getwid-price-list__price-line {
  border-bottom: 5px dotted #f1f4f7;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-getwid-price-list .wp-block-getwid-price-list__content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

.wp-block-acf-events .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-acf-events .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-acf-events .slick-track .slick-slide,
.wp-block-acf-events .slick-track .slick-slide > div,
.wp-block-acf-events .slick-track .slick-slide > div > div[style] {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 425px) {
  .wp-block-events-slider {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

.wp-block-events__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

.wp-block-events-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
  height: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .wp-block-events-card {
    width: calc(33.333% - 1rem);
  }
  .wp-block-events-card:nth-child(3n+1) {
    margin-left: 15px;
  }
  .wp-block-events-card:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .wp-block-events-card {
    width: calc(50% - 1rem);
  }
  .wp-block-events-card:nth-child(2n+1) {
    margin-left: 15px;
  }
  .wp-block-events-card:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 834px) {
  .wp-block-events-card {
    width: calc(100% - 1rem);
    margin-left: 15px;
    margin-right: 0;
  }
}

.wp-block-events-card:hover .wp-block-events-card__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #3e4771;
}

.wp-block-events-card:hover .wp-block-events-card__wrapper a {
  opacity: 1;
}

.wp-block-events-card figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  margin: 0;
}

.wp-block-events-card figure a,
.wp-block-events-card figure img {
  width: 100%;
  height: 100%;
}

.wp-block-events-card figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .wp-block-events-card figure img {
    height: auto;
  }
}

.wp-block-events-card a {
  display: block;
}

.wp-block-events-card__wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  background: #232840;
  color: #fff;
  -webkit-transition: background 300ms ease, padding 300ms ease;
  -o-transition: background 300ms ease, padding 300ms ease;
  transition: background 300ms ease, padding 300ms ease;
}

.wp-block-events-card__wrapper h4 {
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}

.wp-block-events-card__wrapper a {
  color: #fff;
  float: right;
  font-weight: 600;
  font-size: 12px;
  display: block;
  padding-top: 6px;
  text-transform: uppercase;
  opacity: 0;
  text-decoration: none;
}

.wp-block-events-card__wrapper a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.wp-block-acf-events {
  /* the parent */
}

@media (max-width: 414px) {
  .wp-block-acf-events {
    margin-bottom: 60px;
  }
}

.wp-block-acf-events .slick-track {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: initial;
}

.wp-block-acf-events .slick-list {
  margin-left: -1rem;
}

.wp-block-acf-events .wp-block-events-card {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.wp-block-acf-events .slick-arrow {
  top: -50px;
  right: 0;
  background: #232840;
  border-radius: 0;
  height: 48px;
  width: 48px;
  opacity: 1;
}

.wp-block-acf-events .slick-arrow::before {
  opacity: 1;
  font-family: ibm-plex-sans, sans-serif;
  color: #fff;
}

.wp-block-acf-events .slick-arrow:hover {
  background: #3e4771;
}

.wp-block-acf-events .slick-arrow.slick-prev {
  left: initial;
  right: 60px;
}

@media (max-width: 425px) {
  .wp-block-acf-events .slick-arrow {
    bottom: -75px;
    top: initial;
    right: initial;
    left: initial;
    z-index: 10;
    width: 50%;
  }
  .wp-block-acf-events .slick-arrow.slick-prev {
    left: 0;
  }
  .wp-block-acf-events .slick-arrow.slick-next {
    right: 0;
  }
}

.wp-block-acf-events .slick-disabled {
  opacity: 0.25;
}

header.entry-header {
  display: none;
}

.search header.entry-header,
.search-results header.entry-header,
.single header.entry-header {
  display: block;
}

.site-content {
  margin-bottom: 0px !important;
}

.footer-sidebars-wrapper,
.site-footer {
  margin-top: 0px;
}

.single main#main {
  max-width: 1160px;
  margin: auto;
}

body.single .site-main > .hentry > .entry-header .entry-title,
body.page .site-main > .hentry > .entry-header .entry-title {
  text-align: left;
}

.site-header {
  background-color: #313859 !important;
  /* 	background-color: rgba(49, 56, 89, .5) !important; */
}

.main-navigation ul ul {
  background: #2a304d;
}

.border-left-green,
.border-left-blue,
.border-left-yellow,
.border-left-red {
  position: relative;
}

.border-left-green:before,
.border-left-blue:before,
.border-left-yellow:before,
.border-left-red:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  width: 5px;
  -webkit-transition: width 150ms ease;
  -o-transition: width 150ms ease;
  transition: width 150ms ease;
}

.border-left-green:hover:before,
.border-left-blue:hover:before,
.border-left-yellow:hover:before,
.border-left-red:hover:before {
  width: 10px;
}

.border-left-red:before {
  background-color: #fd5658;
}

.border-left-green:before {
  background-color: #2ed3c1;
}

.border-left-blue:before {
  background-color: #47acfc;
}

.border-left-yellow:before {
  background-color: #febe33;
}

.entry-meta {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #232840;
}

.cat-links a {
  background: #cfd1d8;
  padding: 3px 10px 2px 10px;
  border-radius: 10px;
}

.wp-block-columns.has-background.cta-bar {
  padding: 40px 60px;
}

.wp-block-columns.has-background.cta-bar h4 {
  margin-bottom: 10px !important;
}

.chunky-button .wp-block-group.has-background {
  padding: 20px;
}

.wp-block-columns.alignfull.chunky-buttons {
  margin-bottom: 0px;
}

@media (max-width: 1630px) {
  .homepage-header .wp-block-getwid-section__inner-wrapper,
  .inner-page-header .wp-block-getwid-section__inner-wrapper,
  .entry-content > .wp-block-getwid-section .wp-block-getwid-section__inner-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 425px) {
  .entry-content > .wp-block-getwid-section .wp-block-getwid-section__inner-wrapper {
    padding: 0 5px;
  }
}

.entry-content > .homepage-header .wp-block-getwid-section__inner-wrapper {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .homepage-ctas .homepage-cta {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) and (min-width: 600px) {
  .homepage-ctas .homepage-cta:nth-child(1):not(:last-child), .homepage-ctas .homepage-cta:nth-child(3):not(:last-child) {
    margin-right: 1rem;
  }
}

.homepage-cta > div {
  height: 100%;
  position: relative;
}

.homepage-cta > div.wp-block-group {
  padding: 20px 20px 20px 25px;
}

.homepage-cta > div .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.homepage-cta > div .wp-block-group__inner-container > h5 {
  margin: 0;
  margin-bottom: 1rem;
}

.homepage-cta > div .wp-block-group__inner-container > h5 a {
  color: white;
}

.homepage-cta > div .wp-block-group__inner-container > h5 a:hover {
  text-decoration: none;
}

.homepage-cta > div .wp-block-group__inner-container > h5 a:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.homepage-cta > div .wp-block-group__inner-container > p {
  font-family: ibm-plex-sans, sans-serif;
  letter-spacing: 0;
}

.wp-block-column.homepage-cta:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
}

.wp-block-getwid-section__wrapper {
  padding: 0px;
}

.getwid-section-content-full-width .wp-block-getwid-section__inner-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-columns {
  margin-bottom: 0;
  padding: 3rem 0;
}

@media (max-width: 425px) {
  .getwid-section-content-full-width .wp-block-getwid-section__inner-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-columns {
    padding: 0;
  }
}

.wp-block-group:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 425px) {
  .wp-block-getwid-section.alignfull:not(.inner-page-header):not(.homepage-header) .wp-block-getwid-section__background.has-background {
    left: 5px;
    right: 5px;
  }
}

.wp-block-separator {
  height: 1px;
  border: 0px;
  border-bottom: 0px;
  background-color: #31385940 !important;
  margin: 30px 0px;
}

.chunky-buttons {
  margin-top: 20px;
}

.wp-block-column.chunky-button:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  background: #232840;
}

.yoast-breadcrumbs {
  /*   color: #ffffff; */
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.yoast-breadcrumbs a {
  color: #ffffffaa;
}

span.breadcrumb-arrow:before {
  content: url("/wp-content/themes/bnmc/assets/img/bnmc-arrow.svg");
  color: #ffffff80;
  margin-right: 3px;
}

.bnmc-alert-banner {
  position: sticky;
  top: 0;
  min-height: 30px;
  width: 100%;
  z-index: 9999;
  color: #232840;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 425px) {
  .bnmc-alert-banner {
    padding: 5px 15px;
  }
}

.bnmc-alert-banner .close {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 5px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0.25;
  cursor: pointer;
}

.bnmc-alert-banner * {
  margin-bottom: 0;
}

.bnmc-alert-banner.red {
  background-color: #ff6666;
}

.bnmc-alert-banner.orange {
  background-color: #fe7a33;
}

.bnmc-alert-banner.yellow {
  background-color: #febe33;
}

.bnmc-alert-banner.green {
  background-color: #2ed3c1;
}

.bnmc-alert-banner.blue {
  background-color: #47acfc;
}

.bnmc-alert-banner.navy {
  background-color: #232840;
  color: #fff;
}

.timeline {
  z-index: 0;
}

.timeline h2 {
  margin-top: 60px;
}

@media (max-width: 500px) {
  .timeline h2 {
    margin-top: 20px;
  }
}

.z-index-0 {
  z-index: 0;
  position: relative;
}

.slider-timeline *:focus {
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

.slider-timeline-nav {
  margin-top: 40px;
  position: relative;
  padding: 20px 0;
}

@media (max-width: 500px) {
  .slider-timeline-nav {
    margin-top: 0;
  }
}

.slider-timeline-nav:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  top: 40px;
  margin: auto;
  background-color: #ccc;
  position: absolute;
}

.slider-timeline-nav .slick-arrow {
  background: #6e738a;
  border-radius: 0;
  height: 48px;
  width: 48px;
  z-index: 9990;
}

.slider-timeline-nav .slick-arrow::before {
  font-family: ibm-plex-sans, sans-serif;
  color: #fff;
}

.slider-timeline-nav .slick-arrow:hover {
  background: #232840;
}

.slider-timeline-nav .slick-arrow.slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-timeline-nav .slick-arrow.slick-next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slider-timeline-nav > div {
  text-align: center;
}

.slider-timeline-nav > div .date {
  position: relative;
  padding-top: 60px;
}

@media (max-width: 500px) {
  .slider-timeline-nav > div .date {
    font-size: 0.875rem;
  }
}

.slider-timeline-nav > div .date:before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 40px;
  background-color: #47acfc;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-timeline-nav .slick-slide {
  cursor: pointer;
}

.slider-timeline-nav .slick-slide *:focus, .slider-timeline-nav .slick-slide:focus {
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

.slider-timeline-nav .slick-current .date:before {
  height: 40px;
  width: 40px;
  top: 0;
}

.slider-timeline .moment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 120px 0;
}

@media (max-width: 834px) {
  .slider-timeline .moment {
    padding-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .slider-timeline .moment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slider-timeline .moment img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-timeline .moment > * {
  width: 50%;
  margin: 0;
}

@media (max-width: 500px) {
  .slider-timeline .moment > * {
    width: 100%;
  }
}

.slider-timeline .moment > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}

@media (max-width: 500px) {
  .slider-timeline .moment > div {
    padding: 0;
    padding-top: 20px;
  }
}

.slider-timeline .moment > div h5 {
  font-weight: bold;
}

.slider-timeline .moment > div p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (max-width: 834px) {
  .slider-timeline .moment > div p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.wp-block-column.chunky-button > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  position: relative;
}

.wp-block-column.chunky-button > div:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.wp-block-column.chunky-button > div a:hover {
  text-decoration: none;
}

.wp-block-column.chunky-button > div a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

input[type="search"],
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-ms-clear,
input[type="search"]::-webkit-input-placeholder,
input[type="search"]::-webkit-search-cancel-button {
  color: #fff !important;
}

.search h1.page-title {
  font-size: 3rem;
}

.read-more {
  font-weight: 500;
}

.wp-block-team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 425px) {
  .wp-block-team__wrapper {
    margin-top: 30px;
  }
}

.wp-block-team__wrapper > .person {
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: calc((100% / 2) - 1rem);
}

.wp-block-team__wrapper > .person img,
.wp-block-team__wrapper > .person h5 {
  cursor: pointer;
}

@media (min-width: 768px) {
  .wp-block-team__wrapper > .person {
    width: calc((100% / 4) - 1rem);
  }
}

@media (max-width: 425px) {
  .wp-block-team__wrapper > .person {
    width: calc((100% / 2) - 2.5px);
    margin-bottom: 5px;
  }
  .wp-block-team__wrapper > .person h5 {
    font-size: 1rem;
    text-align: center;
  }
  .wp-block-team__wrapper > .person h5.wp-block-getwid-person__title {
    margin-bottom: 0.1rem !important;
  }
  .wp-block-team__wrapper > .person .wp-block-getwid-person__content {
    margin-top: 0.5rem;
  }
  .wp-block-team__wrapper > .person .wp-block-getwid-person__content h5 {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0.875rem !important;
  }
  .wp-block-team__wrapper > .person .wp-block-getwid-person__content h6 {
    letter-spacing: 1px;
    font-size: 1rem;
    margin-bottom: 2rem !important;
  }
}

body.modal {
  overflow: hidden;
}

.details-modal {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  max-height: 100vh;
}

@media (min-width: 769px) {
  .details-modal {
    width: 80%;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .details-modal {
    height: 100vh;
  }
  .details-modal .wp-block-getwid-person {
    display: block;
  }
  .details-modal .wp-block-getwid-person .wp-block-getwid-person__image {
    width: 100vw;
    height: 300px;
  }
  .details-modal .wp-block-getwid-person .wp-block-getwid-person__image img {
    height: 100%;
    max-height: initial;
    width: 100%;
    max-width: initial;
  }
}

.details-modal .wp-block-getwid-person__content-wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  .details-modal .wp-block-getwid-person__content-wrapper {
    width: calc(100% - 4rem);
    padding-bottom: 6.5rem;
  }
}

.details-modal .details-modal-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5em;
  width: 4.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}

.details-modal .details-modal-close svg {
  display: block;
  cursor: pointer;
}

@media (max-width: 768px) {
  .details-modal .details-modal-close {
    width: 100%;
    background: #0f172a;
    position: fixed;
    bottom: 0;
    top: initial;
    z-index: 9999;
  }
  .details-modal .details-modal-close svg {
    height: 25px;
    width: 25px;
  }
}

.details-modal .details-modal-content {
  pointer-events: all;
  overflow: auto;
  position: relative;
  z-index: 9999;
}

.details-modal .details-modal-content * {
  color: #fff;
}

.details-modal .details-modal-content h4 {
  font-family: raleway, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.details-modal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  background: rgba(15, 23, 42, 0.8);
  position: fixed;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

details[open] .details-modal-overlay {
  pointer-events: all;
  opacity: 0.5;
}

details summary {
  list-style: none;
}

details summary:focus {
  outline: none;
}

details summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 425px) {
  .wp-block-buttons.is-content-justification-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1em;
  }
}

.wp-block-getwid-template-post-title:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-title:not(.has-text-color) a:hover {
  color: #313859;
}

.wp-block-getwid-template-post-title a:hover {
  text-decoration: none;
}

.wp-block-getwid-template-post-featured-background-image {
  padding: 100px;
}

@media (min-width: 768px) {
  .wp-block-getwid-template-post-featured-background-image {
    padding: 150px;
  }
}

.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) {
  color: #fff;
}

.wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__content > *:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-meta {
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-block-getwid-template-post-meta.has-direction-row > * {
  margin-right: 5px;
}

.wp-block-getwid-template-post-meta.has-direction-row p + div {
  margin-left: 0;
}

.wp-block-getwid-template-post-link {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-weight: 700;
}

.wp-block-getwid-template-post-link:not(.has-text-color) a {
  color: #64c0f4;
}

.wp-block-media-text.has-arrow-mask:hover.has-media-on-the-right .wp-block-media-text__media {
  opacity: 0.75;
}

.wp-block-media-text.has-arrow-mask:hover.has-media-on-the-right .wp-block-media-text__media::after {
  right: 10px;
}

.wp-block-media-text.has-arrow-mask .wp-block-media-text__media {
  position: relative;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

@media (min-width: 768px) {
  .wp-block-media-text.has-arrow-mask .wp-block-media-text__media:not(.has-media-on-the-right)::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: -1px;
    -webkit-mask-image: url("assets/img/block-angle-left.svg");
    mask-image: url("assets/img/block-angle-left.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: right;
            mask-position: right;
    -webkit-transition: right 200ms ease;
    -o-transition: right 200ms ease;
    transition: right 200ms ease;
  }
}

@media (min-width: 768px) {
  .wp-block-media-text.has-arrow-mask.has-media-on-the-right .wp-block-media-text__media::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 30px;
    -webkit-mask-image: url("assets/img/block-angle-right.svg");
    mask-image: url("assets/img/block-angle-right.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left;
            mask-position: left;
  }
}

.has-red-background-color .wp-block-media-text__media::after {
  background: #ff6666;
}

.has-green-background-color .wp-block-media-text__media::after {
  background: #2ed3c1;
}

.has-yellow-background-color .wp-block-media-text__media::after {
  background: #febe33;
}

.has-blue-background-color .wp-block-media-text__media::after {
  background: #47acfc;
}

.has-arrow-background {
  position: relative;
}

.has-arrow-background > div {
  position: relative;
  z-index: 1;
}

.has-arrow-background::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-mask-image: url("assets/img/block-bg-arrow.svg");
  mask-image: url("assets/img/block-bg-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #f26161;
}

@media (max-width: 425px) {
  .has-arrow-background::after {
    display: none;
  }
}

.has-arrow-repeat-background {
  position: relative;
}

@media (max-width: 425px) {
  .has-arrow-repeat-background {
    margin-left: initial;
    margin-right: initial;
    padding-right: initial;
    padding-left: initial;
    padding: 20px;
  }
}

.has-arrow-repeat-background > div {
  position: relative;
  z-index: 1;
}

.has-arrow-repeat-background::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-mask-image: url("assets/img/block-bg-arrow-repeat.svg");
  mask-image: url("assets/img/block-bg-arrow-repeat.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left calc(100% - 4rem);
          mask-position: left calc(100% - 4rem);
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: #f26161;
}

@media (max-width: 768px) {
  .has-arrow-repeat-background::after {
    display: none;
  }
}

/* arrow cta padding fix
 * .wp-block-media-text .wp-block-media-text__content {
    padding: 80px 0px 80px 60px;
} */
.main-navigation .menu-item-has-children > a {
  padding-right: 0.5rem;
}

.main-navigation a {
  padding: 1rem;
}

.site-content {
  margin-bottom: 0px !important;
}

.footer-sidebars-wrapper,
.site-footer {
  margin-top: 0px;
}

.single main#main {
  max-width: 1160px;
  margin: auto;
}

body.single .site-main > .hentry > .entry-header .entry-title,
body.page .site-main > .hentry > .entry-header .entry-title {
  text-align: left;
}

.site-header {
  background-color: #313859 !important;
  /* 	background-color: rgba(49, 56, 89, .5) !important; */
}

.main-navigation ul ul {
  background: #2a304d;
}

.entry-meta {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #232840;
}

.cat-links a {
  background: #cfd1d8;
  padding: 3px 10px 2px 10px;
  border-radius: 10px;
}

.wp-block-columns.has-background.cta-bar {
  padding: 40px 60px;
  margin-bottom: 0;
}

@media (max-width: 425px) {
  .wp-block-columns.has-background.cta-bar {
    padding: 20px;
  }
}

.chunky-button .wp-block-group.has-background {
  padding: 20px;
}

.wp-block-columns.alignfull.chunky-buttons {
  margin-bottom: 0px;
}

.wp-block-column.homepage-cta:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
}

.icon-column .wp-block-group.has-background {
  padding: 20px !important;
  height: 100%;
}

.wp-block-column.icon-column:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
}

@media (max-width: 425px) {
  .wp-block-column.icon-column:not(:last-child) {
    margin-bottom: 5px;
  }
}

.wp-block-getwid-section__wrapper {
  padding: 0px 20px;
}

@media (max-width: 425px) {
  .wp-block-getwid-section__wrapper {
    padding: 0;
  }
  .inner-page-header .wp-block-getwid-section__wrapper {
    padding: 0 20px;
  }
}

.wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 425px) {
  .wp-block-group:not(:last-child) {
    margin-bottom: 5px;
  }
}

.has-white-background-color.has-background {
  border: 2px solid #5a5c69;
}

hr.wp-block-separator.has-text-color.has-background.has-white-background-color.has-white-color {
  border: none;
  background-color: #6e738a !important;
}

.wp-block-separator {
  height: 1px;
  border: 0px;
  border-bottom: 0px;
  background-color: #31385940 !important;
  margin: 30px 0px;
}

.chunky-buttons {
  margin-top: 20px;
}

@media (max-width: 425px) {
  .chunky-buttons {
    margin-top: 5px;
  }
}

.wp-block-column.chunky-button:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  background: #232840;
}

.yoast-breadcrumbs {
  /*   color: #ffffff; */
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.yoast-breadcrumbs a {
  color: #ffffffaa;
}

span.breadcrumb-arrow:before {
  content: url("/wp-content/themes/bnmc/assets/img/bnmc-arrow.svg");
  color: #ffffff80;
  margin-right: 3px;
}

input[type="text"],
input[type="email"],
textarea {
  background: #3c4261;
  border: 1px solid #6e7289;
  font-family: ibm-plex-sans, sans-serif;
  color: #fff;
}

.gfield_label {
  color: #fff;
}

label {
  color: #fffa;
}

input#gform_submit_button_2 {
  font-family: ibm-plex-sans-condensed, sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 12px 20px 13px;
}

.wp-block-group__inner-container p.has-text-align-center {
  max-width: 960px;
}

p.block-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: ibm-plex-sans-condensed, sans-serif;
  font-size: 16px;
}

.h-100 {
  height: 100%;
}

.wp-block-getwid-icon-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-small {
  padding: 40px !important;
}

.match-columns .wp-block-group,
.match-columns .wp-block-gallery {
  height: 100%;
}
