@charset "UTF-8";
/*! Based in part on:
** Bones: http://themble.com/bones
AND
** Getwid Theme: https://getwid.getmotopress.com/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  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 {
  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] {
  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;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
Ligatures and Hyphenation
*/
p {
  /*-ms-word-wrap: break-word;
  word-break: break-word; //non-standart css for webkit
  word-wrap: break-word;*/
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  /*
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  */
  /*
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  */
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #7b838b;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: 0.7px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 1.5em;
  color: #2c3847;
  line-height: 1.125;
  font-weight: 700;
}

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

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: proxima-nova-condensed, "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: proxima-nova-condensed, "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: proxima-nova-condensed, "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 900;
  }

  h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }

  h3 {
    font-size: 29px;
    font-size: 1.8125rem;
  }

  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h6 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 66px;
    font-size: 4.125rem;
    font-weight: 900;
  }

  h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }

  h3 {
    font-size: 32px;
    font-size: 2rem;
  }

  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h6 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
}
p {
  margin: 0 0 1.5em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.39;
  letter-spacing: normal;
}

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: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.condensed {
  font-family: proxima-nova-condensed, "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
VERTICAL ALIGNMENT
*********************/
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(3px, 3px, 3px, 3px); */
/*********************
FLEX
*********************/
/* @include flex(direction); */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.b-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 480px) {
  .p-all, .p-1of1 {
    width: 100%;
    flex-basis: 100%;
  }

  .p-1of2 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 50%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .p-1of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 33.33%;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }

  .p-2of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 66.66%;
    -webkit-flex-basis: 64.66%;
    -ms-flex-preferred-size: 64.66%;
    flex-basis: 64.66%;
  }

  .p-1of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 25%;
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .p-3of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 75%;
    -webkit-flex-basis: 73%;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
  }

  .p-1of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 20%;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .p-2of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 40%;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }

  .p-3of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 60%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }

  .p-4of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 80%;
    -webkit-flex-basis: 78%;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .m-all, .m-1of1 {
    width: 100%;
    flex-basis: 100%;
  }

  .m-1of2 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 50%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .m-1of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 33.33%;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }

  .m-2of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 66.66%;
    -webkit-flex-basis: 64.66%;
    -ms-flex-preferred-size: 64.66%;
    flex-basis: 64.66%;
  }

  .m-1of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 25%;
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .m-3of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 75%;
    -webkit-flex-basis: 73%;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
  }

  .m-1of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 20%;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .m-2of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 40%;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }

  .m-3of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 60%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }

  .m-4of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 80%;
    -webkit-flex-basis: 78%;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
  }

  .m-1of6 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 16.6666666667%;
    -webkit-flex-basis: 14.6666666667%;
    -ms-flex-preferred-size: 14.6666666667%;
    flex-basis: 14.6666666667%;
  }

  .m-1of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 14.2857142857%;
    -webkit-flex-basis: 12.2857142857%;
    -ms-flex-preferred-size: 12.2857142857%;
    flex-basis: 12.2857142857%;
  }

  .m-1of8 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 12.5%;
    -webkit-flex-basis: 10.5%;
    -ms-flex-preferred-size: 10.5%;
    flex-basis: 10.5%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1023px) {
  .t-all, .t-1of1 {
    width: 100%;
    flex-basis: 100%;
  }

  .t-1of2 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 50%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .t-1of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 33.33%;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }

  .t-2of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 66.66%;
    -webkit-flex-basis: 64.66%;
    -ms-flex-preferred-size: 64.66%;
    flex-basis: 64.66%;
  }

  .t-1of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 25%;
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .t-3of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 75%;
    -webkit-flex-basis: 73%;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
  }

  .t-1of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 20%;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .t-2of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 40%;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }

  .t-3of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 60%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }

  .t-4of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 80%;
    -webkit-flex-basis: 78%;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
  }

  .t-1of6 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 16.6666666667%;
    -webkit-flex-basis: 14.6666666667%;
    -ms-flex-preferred-size: 14.6666666667%;
    flex-basis: 14.6666666667%;
  }

  .t-1of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 14.2857142857%;
    -webkit-flex-basis: 12.2857142857%;
    -ms-flex-preferred-size: 12.2857142857%;
    flex-basis: 12.2857142857%;
  }

  .t-1of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 14.2857142857%;
    -webkit-flex-basis: 12.2857142857%;
    -ms-flex-preferred-size: 12.2857142857%;
    flex-basis: 12.2857142857%;
  }

  .t-2of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 28.5714286%;
    -webkit-flex-basis: 26.5714286%;
    -ms-flex-preferred-size: 26.5714286%;
    flex-basis: 26.5714286%;
  }

  .t-3of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 42.8571429%;
    -webkit-flex-basis: 40.8571429%;
    -ms-flex-preferred-size: 40.8571429%;
    flex-basis: 40.8571429%;
  }

  .t-4of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 56.1428572%;
    -webkit-flex-basis: 54.1428572%;
    -ms-flex-preferred-size: 54.1428572%;
    flex-basis: 54.1428572%;
  }

  .t-5of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 71.4285715%;
    -webkit-flex-basis: 69.4285715%;
    -ms-flex-preferred-size: 69.4285715%;
    flex-basis: 69.4285715%;
  }

  .t-6of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 85.7142857%;
    -webkit-flex-basis: 83.7142857%;
    -ms-flex-preferred-size: 83.7142857%;
    flex-basis: 83.7142857%;
  }

  .t-1of8 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 12.5%;
    -webkit-flex-basis: 10.5%;
    -ms-flex-preferred-size: 10.5%;
    flex-basis: 10.5%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1025px) {
  .d-all, .d-1of1 {
    width: 100%;
    flex-basis: 100%;
  }

  .d-1of2 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 50%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .d-1of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 33.33%;
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .d-2of3 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 66.66%;
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }

  .d-1of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 25%;
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .d-3of4 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 75%;
    -webkit-flex-basis: 73%;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
  }

  .d-1of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 20%;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .d-2of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 40%;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }

  .d-3of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 60%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
  }

  .d-4of5 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 80%;
    -webkit-flex-basis: 78%;
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
  }

  .d-1of6 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 16.6666666667%;
    -webkit-flex-basis: 14.6666666667%;
    -ms-flex-preferred-size: 14.6666666667%;
    flex-basis: 15.6666666667%;
  }

  .d-5of6 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 83.3333333333%;
    -webkit-flex-basis: 81.3333333333%;
    -ms-flex-preferred-size: 81.3333333333%;
    flex-basis: 81.3333333333%;
  }

  .d-1of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 14.2857142857%;
    -webkit-flex-basis: 12.2857142857%;
    -ms-flex-preferred-size: 12.2857142857%;
    flex-basis: 12.2857142857%;
  }

  .d-2of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 28.5714286%;
    -webkit-flex-basis: 26.5714286%;
    -ms-flex-preferred-size: 26.5714286%;
    flex-basis: 26.5714286%;
  }

  .d-3of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 42.8571429%;
    -webkit-flex-basis: 40.8571429%;
    -ms-flex-preferred-size: 40.8571429%;
    flex-basis: 40.8571429%;
  }

  .d-4of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 56.1428572%;
    -webkit-flex-basis: 54.1428572%;
    -ms-flex-preferred-size: 54.1428572%;
    flex-basis: 54.1428572%;
  }

  .d-5of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 71.4285715%;
    -webkit-flex-basis: 69.4285715%;
    -ms-flex-preferred-size: 69.4285715%;
    flex-basis: 69.4285715%;
  }

  .d-6of7 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 85.7142857%;
    -webkit-flex-basis: 83.7142857%;
    -ms-flex-preferred-size: 83.7142857%;
    flex-basis: 83.7142857%;
  }

  .d-1of8 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 12.5%;
    -webkit-flex-basis: 10.5%;
    -ms-flex-preferred-size: 10.5%;
    flex-basis: 10.5%;
  }

  .d-1of9 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 11.1111111111%;
    -webkit-flex-basis: 9.1111111111%;
    -ms-flex-preferred-size: 9.1111111111%;
    flex-basis: 9.1111111111%;
  }

  .d-1of10 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 10%;
    -webkit-flex-basis: 8%;
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%;
  }

  .d-1of11 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 9.0909090909%;
    -webkit-flex-basis: 7.0909090909%;
    -ms-flex-preferred-size: 7.0909090909%;
    flex-basis: 7.0909090909%;
  }

  .d-1of12 {
    padding-right: 0.5%;
    padding-left: 0.5%;
    width: 8.33%;
    -webkit-flex-basis: 6.33%;
    -ms-flex-preferred-size: 6.33%;
    flex-basis: 6.33%;
  }

  .d-center-2of3 {
    width: 66.66%;
    -webkit-flex-basis: 64.66%;
    -ms-flex-preferred-size: 64.66%;
    flex-basis: 64.66%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #e50000;
  background: #fe0000;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.wp-block-button .wp-block-button__link, .green-btn, .blue-btn, .b-button_flat, .small-btn {
  display: inline-block;
  position: relative;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #2C92FA;
  border-radius: 30px;
  padding: 1.25em 1.825em;
  cursor: pointer;
  vertical-align: middle;
  clear: both;
  text-transform: none;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -ms-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover, .green-btn:hover, .blue-btn:hover, .b-button_flat:hover, .small-btn:hover, .wp-block-button .wp-block-button__link:focus, .green-btn:focus, .blue-btn:focus, .b-button_flat:focus, .small-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #68c5f9;
}
.wp-block-button .wp-block-button__link:active, .green-btn:active, .blue-btn:active, .b-button_flat:active, .small-btn:active {
  top: 1px;
}

.small-btn {
  padding: 0.5em 2em;
  font-size: 0.875em;
}

.b-button_flat {
  text-decoration: none !important;
}
.b-button_flat:hover, .b-button_flat:focus {
  color: #fff;
  background: #68c5f9;
}
.b-button_flat:visited, .b-button_flat:focus {
  color: #fff;
}

.b-button_flat_left {
  float: left;
}

.b-button_flat_right {
  float: right;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2C92FA;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #1888fa;
}
.blue-btn:active {
  background-color: #1385f9;
}

.green-btn {
  background-color: #c5d646;
}
.green-btn:hover, .green-btn:focus {
  background-color: #c0d235;
}
.green-btn:active {
  background-color: #bed131;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.more-link {
  display: inline-block;
  border: none;
  border-radius: 10px;
  background: #2C92FA;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  padding: 1.36666em 2.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.more-link:hover {
  cursor: pointer;
  background: #68c5f9;
  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: 0.655em 1em;
  background: #f2f2f2;
}

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: #8f4ec7;
  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: 0.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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
  padding: 0 0.5em;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Grunion(?) field related
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# HUBSPOT EMBED OVERRIDES
--------------------------------------------------------------*/
.hs-form-field > label {
  display: none;
}

.hbspt-form {
  margin-bottom: 0.5rem !important;
  text-align: center;
}
.hbspt-form form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hbspt-form form > * {
  margin-bottom: 0.25rem;
}
.hbspt-form form fieldset {
  flex-grow: 1;
}
.hbspt-form form fieldset.form-columns-1, .hbspt-form form fieldset.form-columns-2 {
  max-width: none !important;
}
.hbspt-form form div {
  flex-grow: 1;
}
.hbspt-form form div.field {
  margin-left: 0;
  margin-right: 0;
}
.hbspt-form form div.input {
  flex-grow: 1;
  max-width: 450px;
}
.hbspt-form form div.input input, .hbspt-form form div.input select, .hbspt-form form div.input textarea {
  width: 100% !important;
}
.hbspt-form form div.input input {
  height: 55px;
}
.hbspt-form form .field, .hbspt-form form .hs-richtext {
  width: 98%;
  margin-bottom: 15px;
  margin-right: 1%;
  margin-left: 1%;
}
.hbspt-form form fieldset.form-columns-1 input[type=radio], .hbspt-form form fieldset.form-columns-2 input[type=radio] {
  width: auto !important;
  margin-right: 8px;
}
.hbspt-form form fieldset.form-columns-1 input[type=checkbox], .hbspt-form form fieldset.form-columns-2 input[type=checkbox] {
  width: auto !important;
  margin-right: 8px;
}
.hbspt-form form fieldset.form-columns-1 {
  max-width: none;
  flex-basis: 100%;
}
.hbspt-form form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}
.hbspt-form form fieldset.form-columns-1 div.input {
  max-width: 100%;
}
.hbspt-form form .hs-form-radio-display {
  padding-left: 0;
}
.hbspt-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2d2c2c !important;
}
.hbspt-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2c2c !important;
}
.hbspt-form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #2d2c2c !important;
}
.hbspt-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #2d2c2c !important;
}
.hbspt-form form .actions {
  text-align: left;
  padding-left: 0;
  margin-top: 0;
}
.hbspt-form form .hs-button {
  padding: 13.1px 1.825em;
  height: 51px;
  border-radius: 0;
}
.hbspt-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  text-align: right;
  width: 0;
  margin: 0;
  flex-grow: 0;
  flex-basis: 0;
  order: 5;
  border-radius: 0;
}
.hbspt-form form .hs_recaptcha input {
  text-align: right;
  right: 0;
  width: auto;
}
.hbspt-form form .grecaptcha-badge {
  box-shadow: none !important;
  width: auto !important;
  visibility: hidden;
}
.hbspt-form form span.hs-form-required {
  font-size: 0.6em;
  line-height: 2em;
  vertical-align: text-top;
}
.hbspt-form form .hs-error-msgs {
  font-size: 0.7em !important;
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  font-weight: normal;
  font-style: italic;
  font-size: 0.875em;
  max-width: 90%;
}
.hbspt-form form .hs-error-msgs li {
  color: #fe0000;
  text-align: left;
}
.hbspt-form form .hs-error-msgs li label {
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: text-top;
  text-align: left;
}
.hbspt-form form .hs-error-msgs li::marker {
  font-size: 15px;
}
.hbspt-form form .hs_error_rollup {
  text-align: left;
  font-weight: bold;
  font-size: 1.25em;
  width: 100%;
}
.hbspt-form .legal-consent-container {
  order: 10;
  text-align: left;
  font-size: 0.75rem;
}
.hbspt-form .legal-consent-container p {
  line-height: 1.25;
  font-size: 0.75rem;
}
.hbspt-form .legal-consent-container .inputs-list {
  list-style: none;
  padding-left: 0;
}
.hbspt-form .legal-consent-container .inputs-list input {
  height: auto;
}
.hbspt-form .legal-consent-container .inputs-list input[type=checkbox] {
  width: auto !important;
  margin-right: 8px;
  margin-top: 3px;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  width: 100%;
}
.hbspt-form .legal-consent-container span.hs-form-required {
  font-size: 1rem;
  line-height: 1;
}
.hbspt-form .legal-consent-container .hs-richtext {
  margin-left: 0;
  margin-right: 0;
}

.dark-form .hbspt-form form .hs-input {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff !important;
}
.dark-form .hbspt-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}
.dark-form .hbspt-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.dark-form .hbspt-form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}
.dark-form .hbspt-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

body.blog .hbspt-form form {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.blog .hbspt-form form div.field {
  margin-bottom: 0;
}
body.blog .hbspt-form form .field, body.blog .hbspt-form form .hs-richtext {
  width: 100%;
}
body.blog .hbspt-form form .hs-submit {
  flex-grow: 0;
}
body.blog .hbspt-form form .hs-button {
  height: 55px;
}

.page-template-page-podcast .hbspt-form form {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.page-template-page-podcast .hbspt-form form .field, .page-template-page-podcast .hbspt-form form .hs-richtext {
  width: 100%;
}
.page-template-page-podcast .hbspt-form form div.field {
  margin-bottom: 0;
}
.page-template-page-podcast .hbspt-form form div.input {
  max-width: none;
}
.page-template-page-podcast .hbspt-form form .hs-submit {
  flex-grow: 0;
}
.page-template-page-podcast .hbspt-form form .hs-button {
  height: 55px;
}
.page-template-page-podcast .hbspt-form form .hs-error-msgs {
  margin-right: -5rem;
}

.footer-sidebars-wrapper .hbspt-form form {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.footer-sidebars-wrapper .hbspt-form form > div.hs-dependent-field {
  width: 100%;
}
.footer-sidebars-wrapper .hbspt-form form > div.hs-dependent-field div.input {
  max-width: none;
}
.footer-sidebars-wrapper .hbspt-form form div.field {
  margin-bottom: 0;
}
.footer-sidebars-wrapper .hbspt-form form .field, .footer-sidebars-wrapper .hbspt-form form .hs-richtext {
  width: 100%;
}
.footer-sidebars-wrapper .hbspt-form form div.input input {
  height: 56px;
  width: 100%;
  padding: 17px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #171717;
  border-radius: 28px;
  background-color: #FFFFFF !important;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #2B2B2B;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  text-align: left;
}
.footer-sidebars-wrapper .hbspt-form form .actions {
  margin-right: 4px;
}
.footer-sidebars-wrapper .hbspt-form form .hs-submit {
  align-self: flex-start;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.footer-sidebars-wrapper .hbspt-form form .hs-submit input.hs-button {
  height: 48px;
  line-height: 18px;
  margin-top: 4px;
  right: 4px;
  width: 100%;
  font-size: 17px;
  overflow: auto;
  border-radius: 30px;
  padding: 13.1px 1.325em;
}
.footer-sidebars-wrapper .hbspt-form form .hs-error-msgs {
  padding: 0 0 5px 0;
  list-style: none;
}
.footer-sidebars-wrapper .hbspt-form form .hs-error-msgs li {
  color: yellow;
}
.footer-sidebars-wrapper .hbspt-form form .hs-error-msgs li label {
  font-size: 12px;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
    ## Post and Comment Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Site Branding / Title
# Main Navigation
# Search Toggle / Modal
# Site Footer
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Blocks
# Getwid Blocks
# Plugin Styles & Overrides

--------------------------------------------------------------*/
/*********************
CONTENT WDITH
## Attempting to get the php global contentwdith variable in the SCSS files.
## You have to change this if you change it in the functions file.
*********************/
.b-section__wrap-outer {
  padding-left: 25px;
  padding-right: 25px;
}

.b-section__wrap-inner {
  padding: 4rem 0;
}

/*--------------------------------------------------------------
# Core WORDPRESS BODY CLASSES
--------------------------------------------------------------*/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
}

th,
td {
  padding: 0.8em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2C92FA;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #68c5f9;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
  line-height: unset;
  font-size: 100%;
}

.main-navigation {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #2c3847;
  font-size: 20px;
  font-size: 1.25rem;
}

.main-navigation .nav-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.main-navigation ul:after {
  display: table;
  clear: both;
  content: "";
}

.main-navigation ul ul {
  padding-left: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7b838b;
}

.main-navigation ul ul.toleft {
  right: 0;
  left: auto;
}

.main-navigation .nav-menu .sub-menu li {
  border-bottom: none;
}

.main-navigation ul ul ul {
  left: 100%;
}

.main-navigation ul ul ul.toleft {
  right: 100%;
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  top: 25%;
}

.main-navigation ul ul a {
  color: inherit;
  padding: 0.5rem 1.25rem;
}

.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: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.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%;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  text-decoration: none;
}

.main-navigation .primary-menu > li:hover > a,
.main-navigation .primary-menu > li.focus > a {
  color: inherit !important;
  text-decoration: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  color: inherit;
  letter-spacing: -0.35px;
}

.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: #2C92FA;
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children > a {
  padding-right: 2.5rem;
  pointer-events: none;
}

.main-navigation .menu-item-has-children > a:after {
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  color: inherit;
}

.primary-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  overflow: hidden;
  z-index: -10;
  padding: 5rem 1.5625rem;
}

.primary-menu-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 0;
  min-height: 0;
  border-radius: 50%;
  background: #263146;
  opacity: 1 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.primary-menu-wrapper .primary-menu-container {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.primary-menu-wrapper .menu {
  z-index: 1;
  opacity: 0;
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-width: 345px;
}

.primary-menu-wrapper .mobile-search-form-wrapper {
  margin: 2.5rem auto 0;
  max-width: 345px;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.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 0.875em;
  background: transparent;
  color: #2c3847;
}

.primary-menu-wrapper .dropdown-toggle:hover {
  color: #68c5f9;
  background: transparent;
}

.primary-menu-wrapper .dropdown-toggle span {
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.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 {
  margin-top: 0;
  z-index: 5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-navigation.toggled .primary-menu-wrapper:after {
  min-width: 200%;
  min-height: 200%;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.main-navigation.toggled .primary-menu-wrapper .menu {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-width: calc(100% + 2.5rem + 2.5rem);
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.main-navigation.toggled .primary-menu-wrapper .mobile-search-form-wrapper {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-width: calc(100% + 2.5rem + 2.5rem);
}

.main-navigation.toggled .primary-menu-wrapper ul ul {
  display: none;
}

.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;
}

.menu-toggle {
  background: transparent;
  color: #244480;
  padding: 0;
  z-index: 11;
  font-size: 40px;
  font-size: 2.5rem;
}

.menu-toggle:hover {
  background: transparent;
}

/*--------------------------------------------------------------
## Post and Comment Navigation
--------------------------------------------------------------*/
.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%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 100%;
}

.comment-navigation .nav-previous + .nav-next,
.posts-navigation .nav-previous + .nav-next,
.post-navigation .nav-previous + .nav-next {
  margin-top: 2.5rem;
}

.navigation.pagination {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.navigation.pagination .nav-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
}

.navigation.pagination .nav-links .page-numbers {
  width: auto;
  height: auto;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75rem 1rem;
  margin: 0 0.125rem;
  min-width: 1em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #7b838b;
  border: 1px solid;
  border-color: transparent !important;
  border-radius: 10px;
}

.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.dots {
  border: 1px solid transparent;
}
.navigation.pagination .nav-links .page-numbers.dots:hover {
  border: 1px solid transparent !important;
  background: none;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers:focus {
  text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  border-color: inherit !important;
  background: #e1f1ff;
}

.navigation.pagination .nav-links .page-numbers.next span, .navigation.pagination .nav-links .page-numbers.prev span {
  border-color: currentColor;
}

.navigation.pagination .nav-links .next-icon,
.navigation.pagination .nav-links .previous-icon {
  border: solid #7b838b;
  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;
}

body.page-template-page-podcast .navigation.pagination .nav-links {
  background: transparent;
}
body.page-template-page-podcast .navigation.pagination .nav-links .page-numbers {
  color: white;
}
body.page-template-page-podcast .navigation.pagination .nav-links .page-numbers:hover, body.page-template-page-podcast .navigation.pagination .nav-links .page-numbers.current {
  color: #323232;
}

.post-navigation-wrapper {
  max-width: 1260px;
  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: #68c5f9;
}

.post-navigation-wrapper a:hover .post-title {
  color: #68c5f9;
}

.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: #7b838b;
}

.post-navigation-wrapper .previous .meta,
.post-navigation-wrapper .next .meta {
  display: block;
  font-style: italic;
  color: #7b838b;
  margin-bottom: 0.875rem;
}

.post-navigation-wrapper .previous .post-title,
.post-navigation-wrapper .next .post-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
  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: #21759b;
  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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: 1260px;
  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 20px;
  -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: 1025px) {
  .footer-sidebars-wrapper .footer-sidebars .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
}
.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2) .cloudtango-widget {
  padding-left: 25px;
}

.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .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-30-20-20-30 .widget-area:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2),
.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2) *,
.footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(3) * {
    text-align: center;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 1024px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:first-child {
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 26%;
    flex: 1 1 26%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    min-width: 248px;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2) .cloudtango-widget {
    padding-left: 0px;
  }
  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(2) .cloudtango-widget iframe {
    max-width: 220px;
    margin: 0 auto;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 18%;
    flex: 1 0 18%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-30-20-20-30 .widget-area:last-child {
    padding-right: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}
@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: 1025px) {
  .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: 1025px) {
  .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%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-33-33-33-100 .widget-area:nth-child(3) {
    -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 {
    -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%;
  }
}
/**************************************
CUSTOM WIDGET SIZE ADDITION
*************************************/
@media (min-width: 786px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 1025px) {
  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 36%;
    flex: 1 0 36%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 36%;
    flex: 1 0 36%;
  }

  .footer-sidebars-wrapper .footer-sidebars.has-layout-36-20-36-100 .widget-area:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
/**************************************
## END CUSTOM WIDGET SIZE ADDITION
*************************************/
.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;
  color: #fff;
}

.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: #8f4ec7;
  text-decoration: none;
}

.widget_nav_menu .menu li {
  margin-top: 0.5em;
}

.widget-area .has-small-font-size {
  font-size: 0.688rem;
}

@media (max-width: 1023px) {
  .widget-area * {
    text-align: center;
  }
}
.footer-sidebars-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 0;
  background-color: #263146;
  color: #fff;
}
.footer-sidebars-wrapper .fa-phone {
  margin-right: 8px;
}

.menu-footer-buttons-container li {
  float: none;
  width: 100%;
  margin: 0 auto 1em;
}
.menu-footer-buttons-container li a {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  background: #141a25;
  padding: 1em 1.825em;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
  clear: both;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  -ms-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.menu-footer-buttons-container li a:hover, .menu-footer-buttons-container li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #68c5f9;
}
.menu-footer-buttons-container li a:active {
  top: 1px;
}

.b-footer__stars {
  width: 133px;
  height: 22px;
  display: block;
  margin: 0.5em auto;
}
.b-footer__stars:hover {
  background: url("../png/five-stars-orange-133x22.png") no-repeat left top;
}
.b-footer__stars:hover img {
  display: none;
}
.b-footer__stars img {
  vertical-align: text-top;
}

@media (min-width: 1024px) {
  .b-footer__stars {
    margin-left: 0;
  }
}
.menu-footer-menu-container li {
  margin: 0.5em 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  background: none;
  margin-bottom: 0rem;
}

.site-main {
  padding-left: 25px;
  padding-right: 25px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-main {
    display: block;
  }
}
.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: #68c5f9;
  border-radius: 50%;
}

.entry-header {
  margin-bottom: 1.875rem;
}

.entry-meta {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75em;
}

.entry-meta > span:after {
  content: "/";
  margin: 0 5px;
}

.entry-meta > span:last-child:after {
  display: none;
}

.entry-footer {
  margin-top: 2rem;
}

.tags-links a {
  display: inline-block;
  margin: 0 0.625rem 0.625rem 0;
  padding: 0.875rem 1.875rem;
  color: #2c3847;
  background: #f3f8fb;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, 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: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hentry > .entry-content > * {
  margin-bottom: 1.5em;
}

.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 > *.alignwide {
  max-width: 1260px;
  width: auto;
}

.hentry > .entry-content > *.alignfull {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
}

.hentry > .entry-content > *.alignleft {
  margin-left: 0;
  margin-right: 1.5em;
}

.hentry > .entry-content > *.alignright {
  margin-right: 0;
  margin-left: 1.5em;
}

.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;
}

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: 1260px;
  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: 1260px;
}

body.page .site-main > .hentry > .entry-content > *.alignfull, body.page-template-page-podcast .site-main > *.alignfull, body.blog .site-main > .page-content > *.alignfull, body.archive .site-main > .page-content > *.alignfull {
  max-width: calc(100% + 25px + 25px);
  margin-left: -25px;
  margin-right: -25px;
}

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, body.page-template-page-podcast .site-main, body.search .site-main, body.archive .site-main, .yarpp-related {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 2.625rem;
}

/*-------------------------------------------------
 HOVER CARD STYLE
---------------------------------------------------*/
.bb-card {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.bb-card * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bb-card__inner {
  padding: 0 20px 20px 20px;
  height: 100%;
}

.bb-card__link {
  display: block;
  height: 100%;
  text-decoration: none !important;
  color: unset;
}
.bb-card__link:visited, .bb-card__link:focus {
  text-decoration: none;
}
.bb-card__link:hover .bb-card__inner {
  background: #263146;
}
.bb-card__link:hover .bb-card__inner * {
  color: #fff;
}
.bb-card__link:hover .bb-card__image img {
  transform: scale(1.1);
}

.bb-card__image.wp-block-image {
  width: calc(100% + 21px + 21px);
  transform: translateX(-21px);
  overflow: hidden;
}
.bb-card__image.wp-block-image figure {
  margin-bottom: 0;
}

.bb-card__headline {
  margin-bottom: 1rem;
}

.bb-card.is-style-left a.bb-card__link:visited, .bb-card.is-style-left a.bb-card__link:focus {
  color: inherit;
}
.bb-card.is-style-left a.bb-card__link:hover {
  color: inherit;
}

body.blog .site-main > .page-header, body.search .site-main > .page-header, body.archive .site-main > .page-header {
  max-width: 1260px;
  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, body.page-template-page-podcast .site-main .hentry, .yarpp-related .hentry {
  margin-top: 2.625rem;
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.yarpp-related .hentry {
  margin-top: 1.625rem;
}
.yarpp-related .hentry:first-child {
  margin-top: 0.5rem;
}

body.blog .site-main > .hentry .post-thumbnail, body.search .site-main > .hentry .post-thumbnail, body.archive .site-main > .hentry .post-thumbnail, body.page-template-page-podcast .site-main .hentry .post-thumbnail, .yarpp-related .hentry .post-thumbnail {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
}
body.blog .site-main > .hentry .post-thumbnail img, body.search .site-main > .hentry .post-thumbnail img, body.archive .site-main > .hentry .post-thumbnail img, body.page-template-page-podcast .site-main .hentry .post-thumbnail img, .yarpp-related .hentry .post-thumbnail img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.blog .site-main > .hentry > a, body.search .site-main > .hentry > a, body.archive .site-main > .hentry > a, body.page-template-page-podcast .site-main .hentry > a, .yarpp-related .hentry > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  height: 100%;
  padding-bottom: 1.5rem;
  color: inherit;
  background-color: #fff;
}
body.blog .site-main > .hentry > a:hover, body.search .site-main > .hentry > a:hover, body.archive .site-main > .hentry > a:hover, body.page-template-page-podcast .site-main .hentry > a:hover, .yarpp-related .hentry > a:hover {
  text-decoration: none;
  background: #263146;
}
body.blog .site-main > .hentry > a:hover *, body.search .site-main > .hentry > a:hover *, body.archive .site-main > .hentry > a:hover *, body.page-template-page-podcast .site-main .hentry > a:hover *, .yarpp-related .hentry > a:hover * {
  color: #fff;
}
body.blog .site-main > .hentry > a:hover img, body.search .site-main > .hentry > a:hover img, body.archive .site-main > .hentry > a:hover img, body.page-template-page-podcast .site-main .hentry > a:hover img, .yarpp-related .hentry > a:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------------
* Swoosh for Blog only, no podcast or search for swoosh over image
--------------------------------------------------------------------*/
body.blog .site-main > .hentry > a {
  transition: none;
}

body.blog .site-main > .hentry .post-thumbnail:before, body.archive .site-main > .hentry .post-thumbnail:before {
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background-size: 100% 4rem;
  z-index: 9;
  opacity: 1;
  background-image: url(../svg/ccb-stripe-wave-top-yellow-ltblue.svg);
}
body.blog .site-main > .hentry .post-thumbnail:after, body.archive .site-main > .hentry .post-thumbnail:after {
  opacity: 0;
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background-size: 100% 4rem;
  z-index: 10;
  background-image: url(../svg/ccb-stripe-wave-top-yellow-dkblue.svg);
}

body.blog .site-main > .hentry:nth-child(2n) .post-thumbnail:before, body.archive .site-main > .hentry:nth-child(2n) .post-thumbnail:before {
  background-image: url(../svg/ccb-stripe-wave-top-yellow-dkblue.svg);
}
body.blog .site-main > .hentry:nth-child(2n) .post-thumbnail:after, body.archive .site-main > .hentry:nth-child(2n) .post-thumbnail:after {
  background-image: url(../svg/ccb-stripe-wave-top-yellow-ltblue.svg);
}

body.blog .site-main > .hentry > a, body.archive .site-main > .hentry > a {
  background-color: #e1f1ff;
}
body.blog .site-main > .hentry > a:hover, body.archive .site-main > .hentry > a:hover {
  background: #263146;
}
body.blog .site-main > .hentry > a:hover *, body.archive .site-main > .hentry > a:hover * {
  color: #e1f1ff;
}
body.blog .site-main > .hentry > a:hover .post-thumbnail:before, body.archive .site-main > .hentry > a:hover .post-thumbnail:before {
  opacity: 0;
}
body.blog .site-main > .hentry > a:hover .post-thumbnail:after, body.archive .site-main > .hentry > a:hover .post-thumbnail:after {
  opacity: 1;
}

body.blog .site-main > .hentry:nth-child(2n) > a, body.archive .site-main > .hentry:nth-child(2n) > a {
  color: #e1f1ff;
  background-color: #263146;
}
body.blog .site-main > .hentry:nth-child(2n) > a:hover, body.archive .site-main > .hentry:nth-child(2n) > a:hover {
  text-decoration: none;
  background: #e1f1ff;
}
body.blog .site-main > .hentry:nth-child(2n) > a:hover *, body.archive .site-main > .hentry:nth-child(2n) > a:hover * {
  color: #263146;
}
body.blog .site-main > .hentry:nth-child(2n) > a:hover img, body.archive .site-main > .hentry:nth-child(2n) > a:hover img {
  transform: scale(1.1);
}
body.blog .site-main > .hentry:nth-child(2n) > a *, body.archive .site-main > .hentry:nth-child(2n) > a * {
  color: inherit;
}

body.blog .site-main > .hentry:after, body.search .site-main > .hentry:after, body.archive .site-main > .hentry:after {
  content: unset;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1260px;
  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 > .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 > .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 > .entry-content > *,
body.archive .site-main > .hentry > .entry-summary > *,
body.page-template-page-podcast .site-main .hentry > .entry-footer,
body.page-template-page-podcast .site-main .hentry > .entry-content > *,
body.page-template-page-podcast .site-main .hentry > .entry-summary > * {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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;
}

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;
}

body.blog .site-main > .hentry > .entry-content > h1, body.search .site-main > .hentry > .entry-content > h1, body.archive .site-main > .hentry > .entry-content > h1, body.page-template-page-podcast .site-main .hentry > .entry-content > h1, .yarpp-related .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, body.page-template-page-podcast .site-main .hentry > .entry-content > h2, .yarpp-related .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, body.page-template-page-podcast .site-main .hentry > .entry-content > h3, .yarpp-related .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, body.page-template-page-podcast .site-main .hentry > .entry-content > h4, .yarpp-related .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, body.page-template-page-podcast .site-main .hentry > .entry-content > h5, .yarpp-related .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, body.page-template-page-podcast .site-main .hentry > .entry-content > h6, .yarpp-related .hentry > .entry-content > h6 {
  margin-bottom: 0.5em;
}

body.search .site-main > .hentry .entry-content {
  display: none;
}

body.blog .site-main > .hentry .entry-header, body.search .site-main > .hentry .entry-header, body.archive .site-main > .hentry .entry-header, body.page-template-page-podcast .site-main .hentry .entry-header, .yarpp-related .hentry .entry-header {
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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, body.page-template-page-podcast .site-main .hentry .entry-header .entry-title, .yarpp-related .entry-header .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
}

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, body.page-template-page-podcast .site-main .hentry .entry-header .entry-title a, .yarpp-related .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, body.page-template-page-podcast .site-main .hentry .entry-header .entry-title a:hover, .yarpp-related .entry-header .entry-title a:hover {
  color: #68c5f9;
  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, body.page-template-page-podcast .site-main .hentry .entry-header .entry-title a:active, .yarpp-related .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, .yarpp-related .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, .yarpp-related .hentry:not(.has-post-thumbnail) .entry-header .sticky {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 34px;
  font-size: 2.125rem;
}

body.single .site-aside {
  order: 1;
}

body.single .site-main > .hentry > .entry-header {
  position: relative;
  width: calc(100% + 25px + 25px);
  transform: translateX(-25px);
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin-top: 0;
  background-color: #263146;
}

body.page .site-main > .hentry > .entry-header {
  max-width: 1260px;
  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: 1260px;
  margin: 0 auto 7.5rem;
  text-align: left;
  z-index: 1;
}

body.single .site-main > .hentry > .entry-header .entry-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
}

body.single .site-main > .hentry > .entry-header .entry-header__content {
  position: relative;
  padding: 25px 25px 30px;
}
body.single .site-main > .hentry > .entry-header .entry-header__content:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3.9rem;
  width: 100%;
  height: 4rem;
  background-size: 100% 4rem;
  background-image: url("../svg/ccb-blue-stripe-wave-3.svg");
  background-repeat: no-repeat;
}

body.single .site-main > .hentry > .entry-header .entry-header__text {
  width: 100%;
}

body.single .site-main > .hentry > .entry-header .post-thumbnail {
  margin-bottom: 0;
  width: 100%;
  height: 300px;
}
body.single .site-main > .hentry > .entry-header .post-thumbnail img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}

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: 800px;
  margin: 0 auto;
  position: relative;
}

body.single .site-main > .hentry > .entry-header .entry-meta {
  color: #fff;
  text-align: left;
  max-width: none;
}
body.single .site-main > .hentry > .entry-header .entry-meta .cat-links {
  display: block;
}

body.single .site-main > .hentry > .entry-header .b-profile-photo {
  display: none;
}

body.single .site-main > .hentry > .entry-header .b-profile-image {
  border-radius: 50%;
  border: 3px solid;
  border-color: #70b1f3;
}

.b-headline_yarpp {
  margin: 2.625rem 0 0;
}

body .site-main > .error-404,
body .site-main > .no-results {
  max-width: 1260px;
  margin: 0;
  text-align: left;
  padding: 0rem 0 1.5rem;
}

body .site-main > .error-404 .page-title,
body .site-main > .no-results .page-title {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 0;
}

body .site-main > .error-404 .page-title .subtitle,
body .site-main > .no-results .page-title .subtitle {
  display: block;
  font-size: 33px;
  font-size: 2.0625rem;
}

body .site-main > .error-404 .page-header,
body .site-main > .no-results .page-header {
  margin-bottom: 1.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;
}

/*-------------------------------------------
 POST FILTERS/HEADER ON INDEX PAGE
--------------------------------------------*/
.b-section__wrap-inner_post-filters {
  padding: 2rem 0 0;
}

.b-post-filters {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.b-post-filters__backlink {
  margin: 1.25em auto 0;
  font-size: 14px;
  text-align: left;
}
.b-post-filters__backlink a {
  color: #757575;
  text-decoration: none;
}

.b-post-filters__title {
  margin-top: 0;
  text-align: left;
  color: #263146;
  text-transform: none;
}

.b-post-filters__options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.b-post-filters__search {
  order: 2;
  margin-top: 14px;
  width: 100%;
}
.b-post-filters__search form.search-form {
  border: none;
}
.b-post-filters__search form.search-form input[type=text]:active, .b-post-filters__search form.search-form input[type=text]:focus {
  box-shadow: none;
}
.b-post-filters__search-launch {
  display: none;
}

.b-post-filters__cats {
  order: 1;
  width: 100%;
  position: relative;
}
.b-post-filters__cats:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 9px;
  left: 92%;
  font-size: 20px;
  color: #fff;
}

.b-select_post-filters {
  font-size: 24px;
  line-height: 24px;
  background-position: 97% center;
  background-image: none;
  background-color: #2C92FA;
  color: #fff !important;
  box-shadow: none;
  border: none;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-appearance: none;
}
.b-select_post-filters:active, .b-select_post-filters:focus {
  box-shadow: none;
}
.b-select_post-filters option {
  color: #000111;
  background-color: #fff;
}

body.page-template-page-podcast {
  background: #323232;
}

.b-section_podcast-filters {
  color: #fff;
  background-color: #323232;
}

.b-section__wrap-inner_podcast-filters {
  padding: 3rem 0 1rem;
}

.b-post-filters_podcast {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.b-post-filters__search_podcast form {
  margin-bottom: 0;
}

/*--------------------------------------
  SINGLE PODCAST
--------------------------------------*/
body.single-podcast_type .site-main > .hentry > .entry-header {
  text-align: left;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 6em 0;
}

body.single-podcast_type .site-main > .hentry > .entry-header .entry-title {
  padding-left: 25px;
  padding-right: 25px;
  color: #FF6633;
  text-align: left;
}
body.single-podcast_type .site-main > .hentry > .entry-header .entry-title span {
  color: #fff;
  display: block;
  font-weight: 300;
}

body.single-podcast_type .site-main > .hentry > .entry-header .entry-meta {
  text-align: left;
  width: 100%;
  max-width: 1260px;
  padding-left: 25px;
  padding-right: 25px;
}

.b-single__title_podcast {
  color: #FF6633;
}
.b-single__title_podcast span {
  color: #fff;
  display: block;
}

.b-single-podcast {
  margin-top: 0;
}

/*--------------------------------------
  SINGLE PODCAST
--------------------------------------*/
.customer_story_type-template-default .kt-blocks-info-box-link-wrap {
  justify-content: center !important;
}

@media (min-width: 768px) {
  .customer_story_type-template-default .kt-blocks-info-box-media-container {
    margin-right: 20px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 6.25rem auto 0;
  max-width: 1260px;
  padding-bottom: 6.25rem;
  border-bottom: 8px dotted #f1f4f7;
}

.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;
}

.comments-area .pingback .comment-body {
  padding-left: 3.125rem;
}

.comments-area .comment-author .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 1.25rem;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-author .fn {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
}

.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: #9ea6ac;
  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;
}

.comments-area .reply {
  margin-top: 1.875rem;
}

.comments-area .reply .comment-reply-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #64c0f4;
  font-size: 16px;
  font-size: 1rem;
}

.comments-area .reply .comment-reply-link:hover {
  color: #68c5f9;
  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;
}

.comment-respond .comment-notes {
  font-size: 15px;
  font-size: 0.9375rem;
}

/*--------------------------------------------------------------
# Site Branding / Title
--------------------------------------------------------------*/
.site-branding {
  z-index: 6;
  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;
}

.site-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.site-title a {
  color: #2c3847;
}

.site-title a:hover {
  text-decoration: none;
}

.site-title a:focus, .site-title a:active {
  text-decoration: none;
  outline: none;
}

.site-description {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  display: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.custom-logo-link img {
  vertical-align: bottom;
}

.site-header {
  max-width: 1920px;
  max-width: none;
  margin: 0 auto;
  padding: 0.25rem 2.5rem;
  border-bottom: 2px solid #f3f9fd;
  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;
  overflow: hidden;
}
.site-header.nav-up {
  transition: all 0.25s ease;
  position: sticky;
  top: -80px;
}
.site-header.nav-down {
  transition: all 0.75s ease;
  position: sticky;
  top: 0;
  z-index: 10;
}
.site-header.toggled {
  z-index: 100;
  overflow: visible;
}

.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: inherit;
}

.site-header.has-custom-background {
  border-color: transparent;
}

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.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;
}

.primary-menu-more {
  display: none;
}

.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 svg {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}

/*--------------------------------------------------------------
# Search Toggle / Modal
--------------------------------------------------------------*/
.search-toggle {
  display: none;
  background: transparent;
  color: #7b838b;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5em;
  margin-left: 1.25rem;
  border: none;
}

.search-toggle:hover {
  background: transparent;
  color: #68c5f9;
}

.search-modal {
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 10000000;
  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: rgba(242, 249, 253, 0.98);
  -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;
}

.b-section_podcast-filters .search-form .search-submit {
  background: #323232;
}

.search-modal .search-form label {
  margin: 0;
}

.search-modal .search-form .search-field {
  background: transparent;
  border: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
  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: #2c3847;
  font-size: 28px;
  font-size: 1.75rem;
}

.close-search-modal:hover {
  background: transparent;
  color: #68c5f9;
}

.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;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
}

.search-form .search-submit:hover {
  color: #68c5f9;
}

.search-form .search-submit .lnr {
  display: block;
  margin-top: 3px;
}

/*-------------------------------------------
 SEARCH RESULTS PAGE & ARCHIVE PAGE
--------------------------------------------*/
.b-section_search-header, .b-archive-header {
  padding: 1.5em 25px;
}
.b-section_search-header .b-search-title, .b-section_search-header .b-archive-header__title, .b-archive-header .b-search-title, .b-archive-header .b-archive-header__title {
  margin-bottom: 1rem;
  font-size: 40px;
  font-size: 2.5rem;
}
.b-section_search-header .b-archive-header_options, .b-archive-header .b-archive-header_options {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: #d1d3d4 1px solid;
  padding-top: 1.5rem;
}
.b-section_search-header .b-search-header__search, .b-section_search-header .b-archive-header__search, .b-archive-header .b-search-header__search, .b-archive-header .b-archive-header__search {
  order: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: #d1d3d4 1px solid;
  padding-top: 1.2rem;
}
.b-section_search-header .b-search-header__search form.search-form, .b-section_search-header .b-archive-header__search form.search-form, .b-archive-header .b-search-header__search form.search-form, .b-archive-header .b-archive-header__search form.search-form {
  flex-grow: 1;
  border: none;
}
.b-section_search-header .b-archive-header__search, .b-archive-header .b-archive-header__search {
  border-top: none;
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 0;
  width: 100%;
}
.b-section_search-header .b-results__search-launch, .b-section_search-header .b-archive-header__search-launch, .b-archive-header .b-results__search-launch, .b-archive-header .b-archive-header__search-launch {
  display: none;
}
.b-search-header__clear, .b-archive-header__clear {
  text-transform: lowercase;
  margin-bottom: 1rem;
}
.b-search-header__clear a, .b-archive-header__clear a {
  margin-right: 12px;
  line-height: 1;
}
.b-search-header__clear a:before, .b-archive-header__clear a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #2C92FA;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
}

.b-archive-header__clear a:before {
  content: "";
}

/*--------------------------------------------------------------
# mobile-only menu items
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 0.625rem;
  padding: 0 0 2rem;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #263146;
  color: #fff;
}

.site-footer__inner {
  padding-left: 25px;
  padding-right: 25px;
}

.site-footer .site-info {
  text-align: left;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.has-custom-text-color .site-footer .site-info {
  color: inherit;
}

.b-social-promo {
  margin: 1em 0 1em;
}

.b-social-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
.b-social-links:first-child {
  margin-left: 0;
}

.b-social-link {
  margin: 0 1.5%;
  width: auto;
}
/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
  PODCASTS POSTTYPE PAGE
--------------------------------------------------------------*/
.b-podcasts {
  align-items: stretch;
}

.b-section_podcasts_sticky {
  color: #fff;
  background-color: #7a7a7a;
}
.b-section_podcasts_sticky a, .b-section_podcasts_sticky a:visited, .b-section_podcasts_sticky a:focus {
  color: #fff;
  text-decoration: underline;
}

.b-podcast-sticky__resp-image {
  margin-bottom: 0.75em;
}

.b-podcast-sticky_right {
  margin-top: 2em;
  margin-bottom: 1em;
}

.b-podcast-sticky__headline {
  color: #fff;
  margin: 0.5em 0;
  font-weight: bold;
}

.b-podcast-sticky__subhead {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  PODCASTS SINGLE PAGE
--------------------------------------------------------------*/
.b-post-footer {
  background: #323232;
  color: #fff;
}

.b-section__wrap-inner_post-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}

.b-post-footer__logo {
  flex-basis: 16%;
  max-width: 75px;
  margin-bottom: 1em;
}
.b-post-footer__content {
  flex-basis: 81%;
}

.b-post-footer__headline {
  color: #fff;
  margin-top: 8px;
}

.b-post-footer__intro {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus):first-letter {
  font-size: 6.5em;
}

.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: #9ea6ac;
  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:hover {
  /*cursor: pointer;
  background: #68c5f9;
  text-decoration: none;
  color: #fff;*/
}

.wp-block-button .wp-block-button__link.has-background.has-blue-background-color:hover {
  background: #8f4ec7;
}

.wp-block-button.is-style-outline {
  color: #8f4ec7;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #68c5f9;
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  background: transparent;
  color: #68c5f9;
}

.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-outline .wp-block-button__link:not(.has-background).has-text-color.has-blue-color:hover {
  color: #8f4ec7;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-file .wp-block-file__button {
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, 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: #68c5f9;
  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;
}

@media (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.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;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

@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: 20px;
  }
}
.wp-block-column:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-right: 20px;
  }
}
.wp-block-column > * {
  margin-bottom: 2em;
}

.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 11px 11px 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,
.wp-block-quote.is-style-large-inverse {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #2c3847;
  padding-left: 1rem;
  position: relative;
  font-style: italic;
}

.wp-block-quote:before,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large-inverse:before {
  content: "“";
  font-size: 160px;
  font-size: 10rem;
  font-style: normal;
  color: #205dab;
  position: absolute;
  top: -1rem;
  left: -3rem;
  line-height: 1;
  font-family: "Rokkitt";
  font-weight: 300;
}

.wp-block-quote.is-style-large-inverse {
  color: #fff;
}
.wp-block-quote.is-style-large-inverse:before {
  color: #f4de03;
}
.wp-block-quote.is-style-large-inverse cite {
  color: #fff;
}

@media (min-width: 1024px) {
  .wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large-inverse {
    padding-left: 3rem;
  }
  .wp-block-quote:before,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large-inverse:before {
    font-size: 224px;
    font-size: 14rem;
    top: -1.5rem;
    left: -2.5rem;
  }
}
/*
.wp-block-quote p:after,
.wp-block-quote.is-style-large p:after,
.wp-block-quote.is-style-large-inverse p:after {
  content: '”';
  font-size: 100px;
  font-size: 6.25rem;
  font-style: italic;
  position: absolute;
  top: -4px;
  right: 0;
  line-height: 1;
}
*/
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large-inverse p {
  font-size: 1.875rem;
}

.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type,
.wp-block-quote.is-style-large-inverse 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 .wp-block-quote.is-style-large-inverse cite,
.wp-block-quote.is-style-large-inverse .wp-block-quote__citation {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9ea6ac;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation .wp-block-quote.is-style-large-inverse cite,
.wp-block-quote.is-style-large-inverse .wp-block-quote__citation {
  margin-top: 0.5rem;
}

.wp-block-pullquote {
  border-top: 2px solid #dbdee1;
  border-bottom: 2px solid #dbdee1;
  padding: 3.75rem 0;
  color: #2c3847;
  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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9ea6ac;
  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;
}

/*--------------------------------------------------------------
# Getwid Colors
--------------------------------------------------------------*/
/*
.entry-content .has-primary-color {
  color: #8f4ec7;
}

.entry-content .has-primary-background-color {
  background-color: #8f4ec7;
}

.entry-content .has-light-blue-color {
  color: #f3f8fb;
}

.entry-content .has-light-blue-background-color {
  background-color: #f3f8fb;
}

.entry-content .has-blue-color {
  color: #68c5f9;
}

.entry-content .has-blue-background-color {
  background-color: #68c5f9;
}

.entry-content .has-gray-color {
  color: #9ea6ac;
}

.entry-content .has-gray-background-color {
  background-color: #9ea6ac;
}

.entry-content .has-light-gray-color {
  color: #f3f9fd;
}

.entry-content .has-light-gray-background-color {
  background-color: #f3f9fd;
}

.entry-content .has-dark-blue-color {
  color: #2c3847;
}

.entry-content .has-dark-blue-background-color {
  background-color: #2c3847;
}

.entry-content .has-light-violet-color {
  color: #f6eefc;
}

.entry-content .has-light-violet-background-color {
  background-color: #f6eefc;
}
*/
/*--------------------------------------------------------------
# Getwid Blocks
--------------------------------------------------------------*/
.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 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.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: #2c3847;
  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: "";
  -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: "";
}

.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: #8f4ec7;
}

.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: #8f4ec7;
}

.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: #2c3847;
}

.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;
}

.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;
}

@media (min-width: 768px) {
  .getwid-columns.getwid-columns-2 > * {
    width: 50%;
  }

  .getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(2) {
    margin-top: 0;
  }
}
.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: #8f4ec7;
}

.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-recent-posts .wp-block-getwid-recent-posts__wrapper.getwid-columns .wp-block-getwid-recent-posts__post {
  margin-bottom: 1.5em;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper {
  border: 2px solid #eaedef;
  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: 0;
  width: 100%;
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
  margin: 0;
  padding: 3.125rem 2.5rem;
}

@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;
}

.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: #8f4ec7;
}

.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 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: #8f4ec7;
  font-weight: 400;
}

.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: #8f4ec7;
}

.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: #8f4ec7;
}

.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: #8f4ec7;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  color: #2c3847;
  padding: 15px 50px;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:hover a {
  color: #8f4ec7;
}

.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: 0.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: 0.25em;
}

.hentry > .entry-content > .wp-block-getwid-section {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-getwid-section .wp-block-getwid-section__inner-content blockquote {
  margin-left: 0;
  margin-right: 0;
}

.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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2rem;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #2c3847;
  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 .wp-block-getwid-person__image + .wp-block-getwid-person__content-wrapper {
  margin-top: 1.875rem;
}

.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;
}

.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;
}

.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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3847;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0;
}

.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;
}

.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 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.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: #8f4ec7;
}

.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: #8f4ec7;
}

.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-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin-right: 8px;
  padding: 0;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link a {
  padding: 0rem;
}

.wp-block-social-links .wp-social-link svg {
  width: 1.25rem;
}

.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-social-links .wp-social-link svg {
    width: 1.75rem;
  }
}
.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, 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: 1024px) {
  .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: 0.5em;
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__percent {
  color: #2c3847;
}

.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: #2c3847;
  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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, 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: "proxima-nova", "Helvetica Neue", Helvetica, Arial, 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: #2c3847;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  padding-top: 0.875em;
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__prefix {
  padding-bottom: 0.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: #8f4ec7;
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post .wp-block-getwid-post-slider__post-excerpt {
  color: #fff;
}

.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: #8f4ec7;
}

.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 {
  border: 2px solid #eaedef;
  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: #8f4ec7;
  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-getwid-template-post-title:not(.has-text-color) a {
  color: inherit;
}

.wp-block-getwid-template-post-title:not(.has-text-color) a:hover {
  color: #8f4ec7;
}

.wp-block-getwid-template-post-title a:hover {
  text-decoration: none;
}

.wp-block-getwid-template-post-featured-background-image {
  padding: 20px;
}

@media (min-width: 768px) {
  .wp-block-getwid-template-post-featured-background-image {
    padding: 20px;
  }
}
.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: 0.15em;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.wp-block-getwid-template-post-link:not(.has-text-color) a {
  color: #64c0f4;
}

.getwid-padding-bottom-large {
  padding-top: 100px;
}

.getwid-padding-bottom-large {
  padding-bottom: 100px;
}

.b-customer-story-template {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}
.b-customer-story-template .wp-block-getwid-template-post-featured-background-image__image {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.b-customer-story-template .wp-block-getwid-template-post-featured-background-image__foreground {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}
.b-customer-story-template .wp-block-getwid-template-post-featured-background-image__content {
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
}
.b-customer-story-template .wp-block-post-title {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: flex-end;
}
.b-customer-story-template .wp-block-post-title a {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: block;
}
.b-customer-story-template .wp-block-post-title a:hover, .b-customer-story-template .wp-block-post-title a:focus {
  text-decoration: none;
}
.b-customer-story-template .wp-block-post-title a > * {
  padding: 20px;
}
.b-customer-story-template:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #07090b 120%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.b-customer-story-template:hover .wp-block-getwid-template-post-featured-background-image__image {
  transform: scale(1.1);
}
.b-customer-story-template:hover .wp-block-getwid-template-post-featured-background-image__foreground {
  opacity: 0.75;
}

.wp-block-image.is-style-rounded-corners img {
  border-radius: 20px !important;
}

/***********************************************************
## KADENCE BLOCKS OVERIDES AND ADDITIONS
***********************************************************/
.kt-row-column-wrap {
  z-index: auto !important;
}

.wp-block-kadence-iconlist.is-style-bonebox-underlined ul li, .wp-block-kadence-iconlist.is-style-bonebox-underlined ul .kt-svg-icon-list-item-wrap {
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 1rem !important;
}

.kt-svg-icon-list-columns-3 ul.kt-svg-icon-list {
  grid-gap: 1.5% !important;
}

.kt-tablet-svg-icon-list-columns-3 ul.kt-svg-icon-list {
  grid-template-columns: 32% 32% 32% !important;
}

/*------------------
Latest Posts Gutenberg Block Repeater
--------------------------------------------*/
.b-posts-panel {
  padding: 1.75rem 0 0rem;
  position: relative;
}
.b-posts-panel .b-latest-posts__intro-link {
  text-decoration: underline;
}
.b-posts-panel .b-latest-posts__intro-link:hover {
  text-decoration: none !important;
}
.b-posts-panel .b-latest-posts__bkg {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100vw;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
  max-height: 277px;
}
.b-posts-panel .b-posts-wrapper {
  z-index: 2;
  position: relative;
}
.b-posts-panel .b-posts-wrapper section.b-columns {
  position: relative;
  padding-top: 3rem;
  margin-top: 1.5rem;
  justify-content: flex-start;
}
.b-posts-panel .b-posts-wrapper section.b-columns:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #fff;
  top: 0;
  height: 50%;
  width: 100vw;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
}
.b-posts-panel .b-posts-wrapper section.b-columns > div {
  position: relative;
  z-index: 2;
}
.b-posts-panel.b-posts-panel_nointro {
  padding-top: 0;
}
.b-posts-panel.b-posts-panel_nointro .b-posts-wrapper section.b-columns {
  margin-top: 0;
  padding-top: 0;
}
.b-posts-panel article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  align-items: flex-start;
}
.b-posts-panel article a.entry-content-read-more {
  font-size: 14px;
  text-decoration: underline;
}
.b-posts-panel article h3 {
  margin-top: 0;
}
.b-posts-panel .hentry .post-thumbnail-wrapper {
  flex-basis: 33%;
  flex-shrink: 1;
  flex-grow: 1;
  order: 2;
  margin-bottom: 0rem;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  max-width: 100px;
}
.b-posts-panel .hentry .post-thumbnail-wrapper .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
}
.b-posts-panel .hentry .post-thumbnail-wrapper .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.b-posts-panel .hentry .post-thumbnail-wrapper img {
  border-radius: 4px;
}
.b-posts-panel .hentry .entry-header {
  flex-basis: 66%;
  flex-shrink: 1;
  flex-grow: 1;
  order: 1;
  margin-bottom: 0;
  padding-right: 16px;
}
.b-posts-panel .hentry .entry-header .entry-title {
  font-size: 26px;
  font-size: 1.625rem;
}
.b-posts-panel .hentry .entry-content {
  display: none;
}

/*--------------------------------------------------------------
## Employee Card Block
--------------------------------------------------------------*/
.bb-employee__photo {
  position: relative;
}
.bb-employee__photo:hover .bb-employee__img-txt-wrp, .bb-employee__photo:focus .bb-employee__img-txt-wrp {
  opacity: 1;
}

.bb-employee__img {
  vertical-align: bottom;
  min-width: 100%;
}

.bb-employee__img-txt-wrp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(205, 240, 255, 0.9);
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}

.bb-employee__img-txt {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}

@media (min-width: 766px) {
  .bb-employee__img-txt {
    font-size: 1rem;
  }
}
.bb-employee__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.5rem !important;
  text-align: center;
}

.bb-employee__name {
  color: white;
  background: #263146;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.5rem;
  z-index: 10;
  position: relative;
}

.bb-employee__title {
  font-size: 1rem;
  font-weight: 900;
  font-family: "proxima-nova";
}

.bb-employee__text {
  font-size: 1.15rem;
  text-align: center;
}

/*--------------------------------------------------------------
## POSTCARD BLOCK
--------------------------------------------------------------*/
.bb-postcard {
  position: relative;
  overflow: hidden;
}
.bb-postcard:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #07090b 120%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
}

.bb-postcard__link {
  display: block;
  text-decoration: none;
}
.bb-postcard__link:hover, .bb-postcard__link:focus {
  text-decoration: none;
}
.bb-postcard__link:hover .bb-postcard__img, .bb-postcard__link:focus .bb-postcard__img {
  transform: scale(1.1);
}
.bb-postcard__link:hover .bb-postcard__overlay, .bb-postcard__link:focus .bb-postcard__overlay {
  opacity: 0.75;
}

.bb-postcard__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bb-postcard__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bb-postcard__content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
}

.bb-postcard__headline {
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
}

.acf-block-preview .bb-postcard__overlay {
  opacity: 0.75;
}

/*--------------------------------------------------------------
## Radial Progress Bar Block
--------------------------------------------------------------*/
.bb-radial-progress {
  text-align: center;
}

svg.radial-progress {
  height: auto;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #263146;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}

svg.radial-progress text {
  fill: #263146;
  text-anchor: middle;
  font-weight: bold;
}

svg.radial-progresscircle {
  stroke: #a2ed56;
}

/*--------------------------------------------------------------
## Horizontal Card Block
--------------------------------------------------------------*/
.bb-card_horizontal {
  box-shadow: none;
  padding: 7px !important;
  background-color: transparent;
}
.bb-card_horizontal:hover {
  box-shadow: none;
}

body.archive .site-main .bb-card_horizontal {
  margin-top: 22px;
}

.bb-card__link_horizontal {
  display: block;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  transform: translateZ(0);
}
.bb-card__link_horizontal:hover .bb-card__inner_horizontal {
  background-color: #27ae98;
}
.bb-card__link_horizontal:hover .bb-card__fake-button_horizontal {
  border-color: transparent;
  background-color: #ffc83f;
}
.bb-card__link_horizontal:hover .bb-card__inner * {
  color: #fff !important;
}
.bb-card__link_horizontal * {
  color: #263146 !important;
}

.bb-card__inner_horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  padding: 0;
  border-radius: 15px;
}

.bb-card__image_horizontal {
  flex-basis: 36%;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}
.bb-card__image_horizontal img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
  vertical-align: bottom;
  position: absolute;
}

.bb-card__content_horizontal {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 63%;
  min-height: 200px;
  padding: 2rem 1rem 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.bb-card__headline_horizontal {
  font-weight: bold;
}

.bb-card__fake-button_horizontal {
  display: inline-block;
  align-self: flex-end;
  color: #205dab;
  background: rgba(0, 0, 0, 0);
  border: 1.5px solid;
  border-radius: 9px;
  font-weight: inherit;
  font-size: 15px;
  font-size: 0.935rem;
  line-height: 20px;
  padding: 6px 15px;
  margin: 10px 0px 0px 0px;
}

.asset_type-template-default .entry-footer {
  margin-top: 0rem;
}

/*--------------------------------------------------------------
## Getwid Blocks
--------------------------------------------------------------*/
.getwid-padding-mobile-top-large {
  padding-top: 6rem;
}

.getwid-padding-mobile-bottom-large {
  padding-bottom: 6rem;
}

/*--------------------------------------------------------------
# Plugin Styles & Overrides
--------------------------------------------------------------*/
/*--------------------------------------
##  SMART PODCAST PLAYER
--------------------------------------*/
.b-feature-embed__script .spp-stp-mobile {
  margin: 0 0 0.5em !important;
  max-height: 248px;
}
.b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-artist-and-title {
  margin: 7px auto !important;
}
.b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-artist-and-title .spp-track-title {
  font-size: 14px !important;
}
.b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-controls .spp-play-pause-circle {
  height: 40px !important;
  width: 40px !important;
  top: auto !important;
  vertical-align: middle;
}
.b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-controls .spp-step-back, .b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-controls .spp-step-forward {
  max-width: 40px !important;
  vertical-align: middle;
}
.b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-controls .spp-speed, .b-feature-embed__script .spp-stp-mobile .spp-player-layout .spp-controls .spp-more {
  max-width: 24px !important;
  vertical-align: middle;
}

/* END SMART PODCAST PLAYER */
/*--------------------------------------
##  ADDTHIS SOCIAL SHARING
--------------------------------------*/
.addthis-smartlayers {
  display: none;
}

.b-share-buttons {
  padding: 0.75em 0;
  margin-bottom: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.b-share-button {
  color: #757575;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.75em;
}
.b-share-button i {
  vertical-align: initial;
}
.b-share-button:hover {
  color: #263146;
}
.b-share-button:visited, .b-share-button:focus {
  color: #d1d3d4;
}
.b-share-button:visited:hover, .b-share-button:focus:hover {
  color: #263146;
}

.b-share-button_label {
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.725;
  margin: 0;
  vertical-align: middle;
  padding-top: 2px;
  padding-right: 0.75em;
}

.b-share-buttons_side {
  display: none;
}

.b-share-buttons_top {
  display: block;
  padding: 0.75em 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
}
.b-share-buttons_top .b-share-button {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .primary-menu-wrapper .dropdown-toggle {
    display: block;
  }

  .primary-menu-wrapper {
    display: block;
  }

  .primary-menu-wrapper .mobile-search-form-wrapper {
    display: block;
  }

  .main-navigation ul ul {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Typography
  # Elements
  # Forms
  # Navigation
      ## Links
      ## Menus
      ## Post and Comment Navigation
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Content
      ## Posts and pages
      ## Comments
  # Site Branding / Title
  # Main Navigation
  # Search Toggle / Modal
  # Site Footer
  # Infinite scroll
  # Media
      ## Captions
      ## Galleries
  # Blocks
  # Getwid Blocks
  --------------------------------------------------------------*/
  /*********************
  CONTENT WDITH
  ## Attempting to get the php global contentwdith variable in the SCSS files.
  ## You have to change this if you change it in the functions file.
  *********************/
  .b-section__wrap-outer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .b-section__wrap-inner {
    padding: 4rem 0;
  }

  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Post and Comment Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  .footer-sidebars-wrapper {
    padding: 3.5rem 0 0.5rem;
  }

  .b-footer__stars {
    margin-left: auto;
  }

  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .site-main, .page-content {
    padding-left: 95px;
    padding-right: 95px;
  }

  body.blog .site-main, body.page-template-page-podcast .site-main, body.archive .site-main, body.search .site-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hentry > .entry-content > *.alignfull {
    max-width: none;
  }

  .hentry > .entry-content > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }

  body.page .site-main > .hentry > .entry-content > *.alignfull, body.page-template-page-podcast .site-main > *.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }

  body.single .site-main > .hentry > .entry-header {
    width: calc(100% + 95px + 95px);
    transform: translateX(-95px);
    margin-bottom: 3rem;
  }

  body.single .site-main > .hentry > .entry-header .entry-header__content {
    padding: 50px 25px 70px;
    min-height: 290px;
  }
  body.single .site-main > .hentry > .entry-header .entry-header__content:after {
    bottom: -4.9rem;
    height: 5rem;
    background-size: 100% 5rem;
  }

  body.single .site-main > .hentry > .entry-header .entry-header__text {
    width: 80%;
    max-width: 875px;
  }

  body.single .site-main > .hentry > .entry-header .entry-title {
    font-size: 3rem;
  }

  body.single .site-main > .hentry > .entry-header .post-thumbnail {
    height: 400px;
  }
  body.single .site-main > .hentry > .entry-header .entry-meta .cat-links {
    display: inline-block;
  }

  .yarpp-related .hentry:first-child {
    margin-top: 1.625rem;
  }

  /*-------------------------------------------
   POST FILTERS/HEADER ON INDEX PAGE
  --------------------------------------------*/
  .b-section__wrap-inner_post-filters {
    padding: 1.5rem 0 0.5rem;
  }

  .b-post-filters {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
  }

  .b-post-filters__title {
    flex-basis: 25%;
    margin-bottom: 0;
  }

  .b-post-filters__options {
    width: auto;
    flex-basis: 66%;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
  }

  .b-post-filters__search {
    flex-basis: 48%;
    margin-top: 0;
    width: auto;
  }

  .b-post-filters__search_nocats {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }

  .b-post-filters__search form {
    margin-bottom: 0;
  }

  .b-post-filters__cats {
    flex-basis: 49%;
    border-right: 1px solid #d1d3d4;
    margin-right: 14px;
    padding-right: 28px;
    width: auto;
  }
  .b-post-filters__cats:after {
    color: #2C92FA;
    left: 90%;
  }

  .b-select_post-filters {
    background-color: transparent;
    color: #2C92FA !important;
    cursor: pointer;
    padding-left: 0;
  }

  .b-section_podcast-filters {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }

  .b-section__wrap-inner_podcast-filters {
    padding: 3rem 0 1rem;
  }

  .b-post-filters_podcast {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comments-area .comment .comment-body,
.comments-area .pingback .comment-body {
    padding: 3.125rem;
  }

  /*--------------------------------------------------------------
  # Site Branding / Title
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Main Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Search Toggle / Modal
  --------------------------------------------------------------*/
  /*-------------------------------------------
   SEARCH RESULTS PAGE & ARCHIVE PAGE
  --------------------------------------------*/
  .b-section_search-header, .b-archive-header {
    padding: 2.5rem 15px;
  }
  .b-section_search-header .b-archive-header__search, .b-archive-header .b-archive-header__search {
    flex-basis: 48%;
    margin-top: 0;
    width: auto;
  }

  body.search .page-content, body.archive .page-content {
    padding: 0;
  }

  /*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/
  .site-footer__inner {
    padding: 2rem 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .b-social-links {
    margin-top: 0;
  }
  .b-social-links a {
    vertical-align: middle;
  }

  .b-social-link__image {
    vertical-align: middle;
  }

  .b-social-promo, .site-info {
    flex-grow: 1;
  }

  .site-footer .site-info {
    text-align: right;
  }

  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    PODCASTS POSTTYPE PAGE
  --------------------------------------------------------------*/
  .b-section_podcasts_sticky.alignfull {
    max-width: calc(100% + 95px + 95px);
    margin-left: -95px;
    margin-right: -95px;
  }
  .b-podcast-sticky_right {
    margin: 0;
  }

  /*--------------------------------------------------------------
    PODCASTS SINGLE PAGE
  --------------------------------------------------------------*/
  .b-section__wrap-inner_post-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
  }

  .b-post-footer__logo {
    max-width: none;
  }
  /*--------------------------------------------------------------
  # Blocks
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Employee Card Block
  --------------------------------------------------------------*/
  .bb-employee__photo {
    position: relative;
  }
  .bb-employee__photo:hover .bb-employee__img-txt-wrp, .bb-employee__photo:focus .bb-employee__img-txt-wrp {
    opacity: 1;
  }

  .bb-employee__img-txt {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    width: 85%;
  }

  .bb-employee__name {
    font-size: 1.5rem;
  }

  .bb-employee__title {
    margin-top: 1rem;
  }

  .bb-employee__text {
    font-size: 1rem;
  }

  /*--------------------------------------------------------------
  ## POSTCARD BLOCK
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Getwid Blocks
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Plugin Styles & Overrides
  --------------------------------------------------------------*/
  /*--------------------------------------
  ##  SMART PODCAST PLAYER
  --------------------------------------*/
  /*--------------------------------------
  ##  ADDTHIS SOCIAL SHARING
  --------------------------------------*/
  .b-share-buttons {
    padding: 2em 3px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }

  .b-share-button {
    margin-bottom: 2em;
    font-size: 1.5em;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .b-share-button:hover {
    color: #263146;
  }
  .b-share-button:visited, .b-share-button:focus {
    color: #d1d3d4;
  }
  .b-share-button:visited:hover, .b-share-button:focus:hover {
    color: #263146;
  }

  .b-share-button_label {
    font-size: 0.875em;
    color: #757575;
  }

  .b-share-buttons_side {
    display: none;
  }

  .b-share-buttons_top {
    padding: 0.75em 3%;
    max-width: 1400px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
  }
  .b-share-buttons_top .b-share-button {
    margin-bottom: 0;
    font-size: 1.55em;
  }
  .b-share-buttons_top .b-share-button_label {
    font-size: 0.875em;
  }

  .b-share-buttons_bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0.75em 3px;
    margin-bottom: 3rem;
  }
  .b-share-buttons_bottom .b-share-button {
    margin-bottom: 0;
    font-size: 1.25em;
  }
  .b-share-buttons_bottom .b-share-button_label {
    font-size: 0.875em;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1025px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  /*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Typography
  # Elements
  # Forms
  # Navigation
      ## Links
      ## Menus
      ## Post and Comment Navigation
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Content
      ## Posts and pages
      ## Comments
  # Site Branding / Title
  # Main Navigation
  # Search Toggle / Modal
  # Site Footer
  # Infinite scroll
  # Media
      ## Captions
      ## Galleries
  # Blocks
  # Getwid Blocks
  --------------------------------------------------------------*/
  /*********************
  CONTENT WDITH
  ## Attempting to get the php global contentwdith variable in the SCSS files.
  ## You have to change this if you change it in the functions file.
  *********************/
  .b-section__wrap-outer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1260px;
  }

  .b-section__wrap-inner {
    padding: 6rem 0;
  }

  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  th,
td {
    padding: 1.3em;
  }

  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  a:hover, a:focus {
    text-decoration: underline;
  }

  a:focus {
    outline: thin dotted;
  }

  a:hover, a:active {
    outline: 0;
  }

  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .main-navigation {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .main-navigation ul {
    width: auto;
  }
  .main-navigation ul ul, .main-navigation .sub-menu {
    color: #2c3847;
    font-size: 0.95rem;
    background: #ebebeb;
    float: left;
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding: 0.6rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.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);
    transform: translateX(-50%);
    left: 50%;
  }
  .main-navigation ul ul.toleftChild, .main-navigation .sub-menu.toleftChild {
    transform: none;
  }
  .main-navigation ul ul.toleftChild:after, .main-navigation .sub-menu.toleftChild:after {
    transform: translateX(-75%);
    left: 75%;
  }
  .main-navigation ul ul.sub-menu_columns, .main-navigation .sub-menu.sub-menu_columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.6rem;
    justify-items: center;
  }
  .main-navigation ul ul:after, .main-navigation .sub-menu:after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ebebeb;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    left: 50%;
  }
  .main-navigation ul ul [col2], .main-navigation .sub-menu [col2] {
    background: red;
  }

  .primary-menu-more .sub-menu.toleftChild {
    transform: none;
  }
  .primary-menu-more .sub-menu.toleftChild:after {
    transform: translateX(-93%);
    left: 93%;
  }
  .primary-menu-more .sub-menu .sub-menu {
    right: 55%;
    top: -0.25rem;
  }
  .primary-menu-more .sub-menu .sub-menu:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ebebeb;
    border-right: none;
    transform: none;
    left: unset;
    right: -9px;
    top: 10px;
  }
  .primary-menu-more .sub-menu .sub-menu_columns {
    right: 5%;
  }

  .main-navigation .sub-menu li {
    background: #fff;
    display: inline-block;
    float: none;
  }
  .main-navigation .sub-menu li a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2C92FA;
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    line-height: 10px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .main-navigation .sub-menu li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
    color: inherit;
    right: auto;
    line-height: 0.25rem;
  }
  .main-navigation .sub-menu li.menu-item-has-children:hover a:after {
    transform: none;
  }

  .main-navigation ul ul.toleft {
    right: unset;
    left: 50%;
  }

  .main-navigation ul ul.toleftChild {
    right: 0;
    left: auto;
  }

  .main-navigation ul ul ul {
    top: 0;
    visibility: hidden;
  }

  .main-navigation ul ul a {
    min-width: 250px;
    padding: 0.5rem 1.65rem;
    border-top: none;
    border-bottom: none;
  }

  .main-navigation li {
    width: auto;
    float: left;
    position: relative;
  }
  .main-navigation .nav-menu li {
    border-bottom: none;
  }

  .main-navigation .nav-menu .sub-menu li {
    border-bottom: 4px solid white;
    border-top: 4px solid white;
  }
  .main-navigation .nav-menu .sub-menu li:first-child {
    border-top: 1rem solid white;
  }
  .main-navigation .nav-menu .sub-menu li:last-child {
    border-bottom: 1rem solid white;
  }

  .main-navigation .nav-menu .sub-menu_columns li {
    border-bottom: 4px solid white;
    border-top: 4px solid white;
  }
  .main-navigation .nav-menu .sub-menu_columns li:first-child {
    border-top: 1rem solid white;
  }
  .main-navigation .nav-menu .sub-menu_columns li:nth-child(2) {
    border-top: 1rem solid white;
  }
  .main-navigation .nav-menu .sub-menu_columns li:last-child {
    border-bottom: 1rem solid white;
  }

  .main-navigation a {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: bold;
  }

  .main-navigation .menu-item-has-children > a {
    padding-right: 1.25rem;
    pointer-events: none;
  }

  .main-navigation .menu-item-has-children > a:after {
    display: inline-block;
  }

  .primary-menu > li:not(.menu-item-has-children) > a {
    color: #2C92FA;
  }

  .primary-menu > li:not(.menu-item-has-children):hover a, .primary-menu > li:not(.menu-item-has-children):focus a {
    color: #2C92FA !important;
  }

  .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 {
    display: none;
  }

  .primary-menu-wrapper .primary-menu-container {
    margin-top: 0px;
    display: block;
  }

  .primary-menu-wrapper .menu {
    opacity: 1;
    max-width: none;
  }

  .primary-menu-wrapper .mobile-search-form-wrapper {
    display: none;
  }

  .primary-menu-wrapper .dropdown-toggle {
    display: none;
  }

  .main-navigation.toggled .primary-menu-wrapper ul ul {
    display: block;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }

  .main-navigation li.bb-menu-bkg-spacer {
    width: 100%;
  }

  /*--------------------------------------------------------------
  ## Post and Comment Navigation
  --------------------------------------------------------------*/
  .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 {
    width: 50%;
  }

  .comment-navigation .nav-previous + .nav-next,
.posts-navigation .nav-previous + .nav-next,
.post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }

  .navigation.pagination {
    max-width: 938px;
  }

  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .hentry > .entry-content > *.alignleft {
    margin-left: calc((100% - 748px) / 2);
  }

  .hentry > .entry-content > *.alignleft + .alignleft {
    margin-right: 1.5em;
  }

  .hentry > .entry-content > *.alignright {
    margin-right: calc((100% - 748px) / 2);
  }

  .hentry > .entry-content > *.alignright + .alignrignt {
    margin-left: 1.5em;
  }

  .hentry > .entry-content > *.alignleft, .hentry > .entry-content > *.alignright {
    max-width: 374px;
  }

  body.page .site-main > .hentry > .entry-content > *.alignleft {
    margin-right: 1.5em;
    margin-left: calc((100% - 938px) / 2);
  }

  body.page .site-main > .hentry > .entry-content > *.alignleft + .alignleft {
    margin-left: 1.5em;
  }

  body.page .site-main > .hentry > .entry-content > *.alignright {
    margin-left: 1.5em;
    margin-right: calc((100% - 938px) / 2);
  }

  body.page .site-main > .hentry > .entry-content > *.alignright + .alignright {
    margin-right: 1.5em;
  }

  body.page .site-main > .hentry > .entry-content > *.alignleft, body.page .site-main > .hentry > .entry-content > *.alignright {
    max-width: 469px;
  }

  body.blog .site-main > .hentry, body.search .site-main > .hentry, body.archive .site-main > .hentry, body.page-template-page-podcast .site-main .hentry {
    margin-top: 5.625rem;
  }

  body.blog .site-main > .hentry, body.search .site-main > .hentry, body.archive .site-main > .hentry {
    margin-top: 1.5rem;
  }

  body.blog .site-main > .hentry.b-hover-card_wide-photo .post-thumbnail, body.search .site-main > .hentry.b-hover-card_wide-photo .post-thumbnail, body.archive .site-main > .hentry.b-hover-card_wide-photo .post-thumbnail, body.page-template-page-podcast .site-main .hentry.b-hover-card_wide-photo .post-thumbnail {
    height: 0;
    padding-bottom: 34.1%;
  }
  body.blog .site-main > .hentry.b-hover-card_wide-photo .post-thumbnail img, body.search .site-main > .hentry.b-hover-card_wide-photo .post-thumbnail img, body.archive .site-main > .hentry.b-hover-card_wide-photo .post-thumbnail img, body.page-template-page-podcast .site-main .hentry.b-hover-card_wide-photo .post-thumbnail img {
    transform: translateY(-25%), scale(1.1);
  }

  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% - 938px) / 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-right: calc((100% - 938px) / 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;
  }

  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: 469px;
  }

  body .site-main > .error-404 > *, body .site-main > .no-results > * {
    max-width: none;
    margin: unset;
  }

  body .site-main > .error-404 .page-title,
body .site-main > .no-results .page-title {
    font-size: 80px;
    font-size: 5rem;
    margin-bottom: 0;
  }

  body.blog .site-main, body.page-template-page-podcast .site-main, body.search .site-main, .b-section_search-header, body.archive .site-main, .b-archive-header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1260px;
  }

  /*-------------------------------------------
   POST FILTERS/HEADER ON INDEX PAGE
  --------------------------------------------*/
  .b-section__wrap-inner_post-filters {
    padding: 0rem 0 0.5rem;
  }

  .b-post-filters {
    align-items: center;
  }

  .b-post-filters__options {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }

  .b-post-filters__search {
    flex-basis: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    max-width: 450px;
  }
  .b-post-filters__search form {
    opacity: 0.01;
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease, opacity 0s ease;
    -moz-transition: all 0.8s ease, opacity 0s ease;
    -ms-transition: all 0.8s ease, opacity 0s ease;
    -o-transition: all 0.8s ease, opacity 0s ease;
    transition: all 0.8s ease, opacity 0s ease;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 0;
    border: none;
    padding: 0;
    flex-grow: 1;
  }
  .b-post-filters__search form input[type=submit] {
    flex-basis: 25%;
    max-width: 200px;
  }
  .b-post-filters__search form.vis {
    opacity: 1;
    width: 300px;
    height: auto;
    -webkit-transition: all 0.8s ease, opacity 0.2s ease;
    -moz-transition: all 0.8s ease, opacity 0.2s ease;
    -ms-transition: all 0.8s ease, opacity 0.2s ease;
    -o-transition: all 0.8s ease, opacity 0.2s ease;
    transition: all 0.8s ease, opacity 0.2s ease;
  }
  .b-post-filters__search-launch {
    cursor: pointer;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }
  .b-post-filters__search-launch .b-icon_search {
    margin-left: 5px;
    vertical-align: baseline;
    line-height: 1px;
  }
  .b-post-filters__cats {
    flex-basis: 25%;
    width: auto;
    margin-top: 0;
  }
  .b-post-filters__cats:after {
    left: 85%;
  }

  .b-section__wrap-inner_podcast-filters {
    padding: 4rem 0 1rem;
  }

  .b-post-filters_podcast {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  body.single .site-main > .hentry > .entry-header {
    margin-bottom: 4rem;
  }

  body.single .site-main > .hentry > .entry-header .entry-header__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    padding: 65px 95px 90px;
  }
  body.single .site-main > .hentry > .entry-header .entry-header__content:after {
    bottom: -5.9rem;
    height: 6rem;
    background-size: 100% 6rem;
  }

  body.single .site-main > .hentry > .entry-header .entry-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  body.single .site-main > .hentry > .entry-header .entry-meta {
    text-align: center;
    margin-right: 0;
  }

  body.single .site-main > .hentry > .entry-header .b-profile-photo {
    display: block;
    max-width: 175px;
    margin: 0 auto;
  }

  body.single .site-main > .hentry > .entry-header .post-thumbnail {
    height: 550px;
  }

  .yarpp-related, .yarpp-template-yarpp-template-hover-cards {
    margin-top: 0 !important;
    margin-bottom: 2.625rem !important;
  }

  /*--------------------------------------
    SINGLE PODCAST
  --------------------------------------*/
  body.single-podcast_type .site-main > .hentry > .entry-header .entry-title {
    padding-left: 25px;
    padding-right: 25px;
    padding-left: 95px;
    padding-right: 275px;
  }
  body.single-podcast_type .site-main > .hentry > .entry-header .entry-meta {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 1.5rem;
    padding-left: 95px;
    padding-right: 95px;
  }

  /*-------------------------------------------------
   HOVER CARD STYLE
  ---------------------------------------------------*/
  .bb-card.is-style-left .bb-card__inner {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto [last-line];
  }
  .bb-card.is-style-left .bb-card__inner * {
    text-align: left;
  }
  .bb-card.is-style-left a.bb-card__link:visited, .bb-card.is-style-left a.bb-card__link:focus {
    color: inherit;
  }
  .bb-card.is-style-left a.bb-card__link:hover {
    color: inherit;
  }
  .bb-card.is-style-left .bb-card__image.wp-block-image {
    background-color: yellow;
    grid-column: 1;
    grid-row: 1/last-line;
    grid-row-start: span 9000;
    width: auto;
    height: calc(100% + 20px + 20px);
    transform: translateX(-20px) translateY(-20px);
    overflow: hidden;
    margin-bottom: 0;
  }
  .bb-card.is-style-left .bb-card__image.wp-block-image figure {
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
  .bb-card.is-style-left .bb-card__image.wp-block-image figure img {
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
  .bb-card.is-style-left .bb-card__headline {
    flex-basis: 40%;
    text-align: left;
    margin-top: 0;
  }
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comments-area .comment .comment-body,
.comments-area .pingback .comment-body {
    padding: 3.125rem 3.125rem 3.125rem 12.5rem;
  }

  .comments-area .comment-author .avatar {
    float: none;
    margin: 0;
    position: absolute;
    left: 3.125rem;
    top: 3.125rem;
  }

  /*--------------------------------------------------------------
  # Site Branding / Title
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # Main Navigation
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # Search Toggle / Modal
  --------------------------------------------------------------*/

  /*-------------------------------------------
   SEARCH RESULTS PAGE & ARCHIVE PAGE
  --------------------------------------------*/

  /*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    PODCASTS POSTTYPE PAGE
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # Blocks
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Employee Card Block
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## POSTCARD BLOCK
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## Getwid Blocks
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Plugin Styles & Overrides
  --------------------------------------------------------------*/
  /*--------------------------------------
  ##  SMART PODCAST PLAYER
  --------------------------------------*/
  /*--------------------------------------
    ADDTHIS SOCIAL SHARING
  --------------------------------------*/
}
@media only screen and (min-width: 1025px) and (max-width: 1029px) {
  .comments-area .comment-author .fn {
    display: inline-block;
    margin-top: 0.875rem;
  }
}
@media only screen and (min-width: 1025px) {
  .comments-area .comment-meta {
    margin-bottom: 0.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 only screen and (min-width: 1025px) and (max-width: 1029px) {
  .comments-area .comment-meta:after {
    display: table;
    content: "";
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .comment-respond {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .site-header {
    overflow: visible;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1029px) {
  .site-header.has-custom-color .main-navigation ul ul {
    color: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .primary-menu-more {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .search-toggle {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .b-section_search-header .b-search-header__search form.search-form, .b-section_search-header .b-archive-header__search form.search-form, .b-archive-header .b-search-header__search form.search-form, .b-archive-header .b-archive-header__search form.search-form {
    opacity: 0.01;
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease, opacity 0s ease;
    -moz-transition: all 0.8s ease, opacity 0s ease;
    -ms-transition: all 0.8s ease, opacity 0s ease;
    -o-transition: all 0.8s ease, opacity 0s ease;
    transition: all 0.8s ease, opacity 0s ease;
    margin-top: 3px;
    margin-bottom: 0;
    border: none;
    padding: 0;
    flex-grow: 0;
  }
  .b-section_search-header .b-search-header__search form.search-form label, .b-section_search-header .b-archive-header__search form.search-form label, .b-archive-header .b-search-header__search form.search-form label, .b-archive-header .b-archive-header__search form.search-form label {
    display: none;
  }
  .b-section_search-header .b-search-header__search form.search-form input[type=submit], .b-section_search-header .b-archive-header__search form.search-form input[type=submit], .b-archive-header .b-search-header__search form.search-form input[type=submit], .b-archive-header .b-archive-header__search form.search-form input[type=submit] {
    flex-basis: 25%;
    max-width: 200px;
  }
  .b-section_search-header .b-search-header__search form.search-form.vis, .b-section_search-header .b-archive-header__search form.search-form.vis, .b-archive-header .b-search-header__search form.search-form.vis, .b-archive-header .b-archive-header__search form.search-form.vis {
    opacity: 1;
    width: 300px;
    height: auto;
    flex-grow: 1;
    -webkit-transition: all 0.8s ease, opacity 0.2s ease;
    -moz-transition: all 0.8s ease, opacity 0.2s ease;
    -ms-transition: all 0.8s ease, opacity 0.2s ease;
    -o-transition: all 0.8s ease, opacity 0.2s ease;
    transition: all 0.8s ease, opacity 0.2s ease;
  }
  .b-section_search-header .b-search-header__search form.search-form.vis label, .b-section_search-header .b-archive-header__search form.search-form.vis label, .b-archive-header .b-search-header__search form.search-form.vis label, .b-archive-header .b-archive-header__search form.search-form.vis label {
    display: block;
  }
  .b-section_search-header .b-results__search-launch, .b-section_search-header .b-archive-header__search-launch, .b-archive-header .b-results__search-launch, .b-archive-header .b-archive-header__search-launch {
    cursor: pointer;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 16px;
    flex-grow: 1;
    margin-top: 1.2rem;
  }
  .b-section_search-header .b-results__search-launch .b-icon_search, .b-section_search-header .b-archive-header__search-launch .b-icon_search, .b-archive-header .b-results__search-launch .b-icon_search, .b-archive-header .b-archive-header__search-launch .b-icon_search {
    margin-left: 5px;
    vertical-align: inherit;
    line-height: 1px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1260px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .b-social-promo, .site-info {
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .b-social-promo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-footer .site-info {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .bb-employee__photo {
    position: relative;
  }
  .bb-employee__photo:hover .bb-employee__img-txt-wrp, .bb-employee__photo:focus .bb-employee__img-txt-wrp {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .bb-employee__img-txt {
    font-size: 1.125rem;
    width: 80%;
    line-height: 1.125;
  }
}
@media only screen and (min-width: 1025px) {
  .bb-employee__inner {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .bb-employee__name {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 1025px) {
  .bb-employee__text {
    font-size: 0.9375rem;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /*-------------------------------------------
  GENERAL STYLES
  --------------------------------------------*/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/

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